diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 00:21:32 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 00:21:32 (GMT) |
commit | 8d9594df66977e423e5fbd60690d08d694e76224 (patch) | |
tree | e8ff521b183530c368759deffb3949a0bbead827 | |
parent | c61d80cc833481ea01020c692e4265c792d1daa9 (diff) | |
parent | 2ec1bee1b30a14a2fc8272e3bf304186d0474fe3 (diff) | |
download | cpython-8d9594df66977e423e5fbd60690d08d694e76224.zip cpython-8d9594df66977e423e5fbd60690d08d694e76224.tar.gz cpython-8d9594df66977e423e5fbd60690d08d694e76224.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.
-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. |