diff options
author | Benjamin Peterson <benjamin@python.org> | 2018-01-05 07:02:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-05 07:02:11 (GMT) |
commit | e13698172f5da96c2639224c216efb05b48ceac9 (patch) | |
tree | 1835458e6034095ba8629603d1416043f7ec9e72 /Python/getcopyright.c | |
parent | ca54740f257086393106d242644d450485180b96 (diff) | |
download | cpython-e13698172f5da96c2639224c216efb05b48ceac9.zip cpython-e13698172f5da96c2639224c216efb05b48ceac9.tar.gz cpython-e13698172f5da96c2639224c216efb05b48ceac9.tar.bz2 |
[2.7] advance copyright years to 2018 (GH-5094). (#5105)
(cherry picked from commit 65f2a6dcc2bc28a8566b74c8e9273f982331ec48)
Diffstat (limited to 'Python/getcopyright.c')
-rw-r--r-- | Python/getcopyright.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c index c37f8fa..1b69012 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2017 Python Software Foundation.\n\ +Copyright (c) 2001-2018 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |