summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-04-24 00:21:32 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-04-24 00:21:32 (GMT)
commit8d9594df66977e423e5fbd60690d08d694e76224 (patch)
treee8ff521b183530c368759deffb3949a0bbead827
parentc61d80cc833481ea01020c692e4265c792d1daa9 (diff)
parent2ec1bee1b30a14a2fc8272e3bf304186d0474fe3 (diff)
downloadcpython-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.py2
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.