From 2ec1bee1b30a14a2fc8272e3bf304186d0474fe3 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 24 Apr 2016 03:21:13 +0300 Subject: 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. --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/conf.py') diff --git a/Doc/conf.py b/Doc/conf.py index 3e656eacd7..d6f20ba25c 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. -- cgit v1.2.1