diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 00:21:13 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 00:21:13 (GMT) |
commit | 2ec1bee1b30a14a2fc8272e3bf304186d0474fe3 (patch) | |
tree | b46209fee106e43c218c4bd2e5f49d570ef28dff /Doc/conf.py | |
parent | 4f35d79d657c4dbebdc6e4b23dbb785f5f9bb5e4 (diff) | |
download | cpython-2ec1bee1b30a14a2fc8272e3bf304186d0474fe3.zip cpython-2ec1bee1b30a14a2fc8272e3bf304186d0474fe3.tar.gz cpython-2ec1bee1b30a14a2fc8272e3bf304186d0474fe3.tar.bz2 |
Issue #19731: Update copyright year in docs.p.o footer
See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html
for details.
Patch by Antoine Pitrou.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py index 3e656ea..d6f20ba 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -17,7 +17,7 @@ extensions = ['sphinx.ext.coverage', 'sphinx.ext.doctest', # General substitutions. project = 'Python' -copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y') +copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y') # We look for the Include/patchlevel.h file in the current Python source tree # and replace the values accordingly. |