diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-01-09 01:57:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 01:57:17 (GMT) |
commit | 07d1f99e8faefcf24dab2113fb0df27202fa6f71 (patch) | |
tree | 10022d2a50d08f9807c51b2cc764ace2ccb82872 /Python | |
parent | 6184b800ee403d8c8c93b94fed1dbc3e0bade336 (diff) | |
download | cpython-07d1f99e8faefcf24dab2113fb0df27202fa6f71.zip cpython-07d1f99e8faefcf24dab2113fb0df27202fa6f71.tar.gz cpython-07d1f99e8faefcf24dab2113fb0df27202fa6f71.tar.bz2 |
[3.11] Update copyright years to 2023. (gh-100848) (GH-100849)
(cherry picked from commit 11f99323c2ae0ec428c370a335695e3d8d4afc1d)
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 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\ |