mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-29 20:23:45 +03:00
Merge pull request #415 from bmwiedemann/master
dont claim copyright for future years
This commit is contained in:
commit
4fa1b983e7
|
@ -42,9 +42,7 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Psycopg'
|
project = u'Psycopg'
|
||||||
from datetime import date
|
copyright = u'2001-2016, Federico Di Gregorio, Daniele Varrazzo'
|
||||||
year = date.today().year
|
|
||||||
copyright = u'2001-%s, Federico Di Gregorio, Daniele Varrazzo' % year
|
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user