From: Berker Peksag Date: Sun, 24 Apr 2016 00:21:13 +0000 (+0300) Subject: Issue #19731: Update copyright year in docs.p.o footer X-Git-Tag: v3.6.0a1~139^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ec1bee1b30a14a2fc8272e3bf304186d0474fe3;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/conf.py b/Doc/conf.py index 3e656eacd7ae..d6f20ba25c48 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.