Kouhei Sutou
null+****@clear*****
Thu Oct 4 10:34:29 JST 2012
Kouhei Sutou 2011-06-24 19:26:02 +0900 (Fri, 24 Jun 2011) New Revision: c5f9a4a13c7923e79e3528ddeda18f47e54b3a5f https://github.com/mroonga/mroonga/commit/c5f9a4a13c7923e79e3528ddeda18f47e54b3a5f Log: [doc] update copyright year automatically. Modified files: doc/ja/source/conf.py Modified: doc/ja/source/conf.py (+2 -1) =================================================================== --- doc/ja/source/conf.py 2011-06-24 19:20:07 +0900 (32dd029) +++ doc/ja/source/conf.py 2011-06-24 19:26:02 +0900 (85b9e7a) @@ -12,6 +12,7 @@ # serve to show the default. import sys, os +from datetime import datetime # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -41,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'groonga storage engine' -copyright = u'2010, groonga project' +copyright = u'2009-' + unicode(datetime.today().year) + u', groonga project' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -------------- next part -------------- HTML����������������������������...Download