diff options
author | Benjamin Peterson <benjamin@python.org> | 2020-01-03 03:10:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 03:10:06 (GMT) |
commit | aa5b196c180d4c1dbe5a8593e55066e630d38c09 (patch) | |
tree | 8ddc09bd439121f714b26d13996fe6a35f3b55ca /Python | |
parent | f82e59ac4020a64c262a925230a8eb190b652e87 (diff) | |
download | cpython-aa5b196c180d4c1dbe5a8593e55066e630d38c09.zip cpython-aa5b196c180d4c1dbe5a8593e55066e630d38c09.tar.gz cpython-aa5b196c180d4c1dbe5a8593e55066e630d38c09.tar.bz2 |
[2.7] Bring Python into the next decade. (GH-17805)
(cherry picked from commit 946b29ea0b3b386ed05e87e60b8617c9dc19cd53)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
Diffstat (limited to 'Python')
-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 0ef16d0..3362ed5 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static char cprt[] = "\ -Copyright (c) 2001-2019 Python Software Foundation.\n\ +Copyright (c) 2001-2020 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |