diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-01-01 17:27:48 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-01 17:27:48 (GMT) |
| commit | fa12749bcd20a9844e99819e361bc15af5eaf7e3 (patch) | |
| tree | 78d63a5b42f4ae9b2b0f4e401a2958fb8740f31f /Python | |
| parent | b20d5e5ce95248e0fa77c5d7bf8f6f5b1231fa53 (diff) | |
| download | cpython-fa12749bcd20a9844e99819e361bc15af5eaf7e3.zip cpython-fa12749bcd20a9844e99819e361bc15af5eaf7e3.tar.gz cpython-fa12749bcd20a9844e99819e361bc15af5eaf7e3.tar.bz2 | |
Bring Python into the new year. (GH-24036)
(cherry picked from commit de6f20a6de48d63066b2cf5b317f50629f01d74a)
Co-authored-by: Dong-hee Na <donghee.na@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 299ccc0..7fdeb31 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001-2020 Python Software Foundation.\n\ +Copyright (c) 2001-2021 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |
