Navigation Menu

Skip to content

Commit

Permalink
[doc] update copyright year automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 24, 2011
1 parent ccaf0ab commit c5f9a4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/ja/source/conf.py
Expand Up @@ -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
Expand Down Expand Up @@ -41,7 +42,7 @@

# 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
Expand Down

0 comments on commit c5f9a4a

Please sign in to comment.