diff options
author | Benjamin Peterson <benjamin@python.org> | 2023-01-08 23:00:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-08 23:00:10 (GMT) |
commit | 08210c62e95c7f313b76223dfd8ed1215cfafab6 (patch) | |
tree | 94d27197337761967d5b8184184ede78738d18cc /Python | |
parent | e8f61ede93ecbda3b2055a2e1d8c0b43b2049737 (diff) | |
download | cpython-08210c62e95c7f313b76223dfd8ed1215cfafab6.zip cpython-08210c62e95c7f313b76223dfd8ed1215cfafab6.tar.gz cpython-08210c62e95c7f313b76223dfd8ed1215cfafab6.tar.bz2 |
[3.9] Update copyright years to 2023. (gh-100851)
* [3.9] Update copyright years to 2023. (gh-100848).
(cherry picked from commit 11f99323c2ae0ec428c370a335695e3d8d4afc1d)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
* Update additional copyright years to 2023.
Co-authored-by: Ned Deily <nad@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 88d1d05..c1f1aad 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001-2022 Python Software Foundation.\n\ +Copyright (c) 2001-2023 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |