]> granicus.if.org Git - python/commitdiff
Issue #19731: Update copyright year in docs.p.o footer
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 24 Apr 2016 00:21:13 +0000 (03:21 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 24 Apr 2016 00:21:13 +0000 (03:21 +0300)
See https://mail.python.org/pipermail/python-legal-sig/2013-November/000059.html
for details.

Patch by Antoine Pitrou.

Doc/conf.py

index 3e656eacd7ae901f2835d10c1d09bb015e009fbc..d6f20ba25c48d685d1217da110f10740c1301db2 100644 (file)
@@ -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.