diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2013-03-18 15:10:06 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2013-03-18 15:10:06 +0000 |
commit | ae918c34b85d7d932e91171c30f664e39cea831d (patch) | |
tree | 9a5c91e8aac89b49fbdcf284b1a818f456801ac9 /doc/src | |
parent | 294e7ae08057acd32f9663ac5c3ebc6b4beea6cd (diff) | |
download | psycopg2-ae918c34b85d7d932e91171c30f664e39cea831d.tar.gz |
Copyright year bumped to 2013 in docs footer
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py index 4c71d4b..e181b5b 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'Psycopg' -copyright = u'2001-2012, Federico Di Gregorio. Documentation by Daniele Varrazzo' +copyright = u'2001-2013, Federico Di Gregorio. Documentation by Daniele Varrazzo' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |