diff options
author | Benjamin Peterson <benjamin@python.org> | 2023-01-08 15:13:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-08 15:13:25 (GMT) |
commit | 11f99323c2ae0ec428c370a335695e3d8d4afc1d (patch) | |
tree | 1fd929cb9eae9225df32d7c86d609ac400daacb7 /Python/getcopyright.c | |
parent | 0741da8d28790cebe94a4392af37d63b1510080a (diff) | |
download | cpython-11f99323c2ae0ec428c370a335695e3d8d4afc1d.zip cpython-11f99323c2ae0ec428c370a335695e3d8d4afc1d.tar.gz cpython-11f99323c2ae0ec428c370a335695e3d8d4afc1d.tar.bz2 |
Update copyright years to 2023. (gh-100848)
Diffstat (limited to 'Python/getcopyright.c')
-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\ |