diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-02-21 19:44:49 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-21 19:44:49 (GMT) |
| commit | 24a549fcea682b8de88adf79924ccbc3a448cb0d (patch) | |
| tree | e177ca1c0bac1af404e6714b660fc14ad312317e /Python | |
| parent | 61f3c308e435c5294e674ef59fed1d51f47e0089 (diff) | |
| download | cpython-24a549fcea682b8de88adf79924ccbc3a448cb0d.zip cpython-24a549fcea682b8de88adf79924ccbc3a448cb0d.tar.gz cpython-24a549fcea682b8de88adf79924ccbc3a448cb0d.tar.bz2 | |
Update copyright year to 2022. (GH-30335) (GH-31477)
Automerge-Triggered-By: GH:benjaminp
(cherry picked from commit ba00f0d93a4aea85ae8089f139856a7c450584d7)
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 7fdeb31..88d1d05 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001-2021 Python Software Foundation.\n\ +Copyright (c) 2001-2022 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |
