[Groonga-mysql-commit] mroonga/mroonga [master] [doc] update copyright year automatically.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 6月 24日 (金) 19:26:02 JST


Kouhei Sutou	2011-06-24 10:26:02 +0000 (Fri, 24 Jun 2011)

  New Revision: 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 10:20:07 +0000 (32dd029)
+++ doc/ja/source/conf.py    2011-06-24 10:26:02 +0000 (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




Groonga-mysql-commit メーリングリストの案内
Back to archive index