diff options
author | solya0x <41440448+0xSalikh@users.noreply.github.com> | 2024-01-16 20:54:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 20:54:05 (GMT) |
commit | c86571e4c9765a88ba05a7d9b874b40af0e1d6ab (patch) | |
tree | eb6641926bed2167383cc834ec6bf5d0cd536f67 /Python | |
parent | 03f78397039760085b8ec07969835c89610bbc6d (diff) | |
download | cpython-c86571e4c9765a88ba05a7d9b874b40af0e1d6ab.zip cpython-c86571e4c9765a88ba05a7d9b874b40af0e1d6ab.tar.gz cpython-c86571e4c9765a88ba05a7d9b874b40af0e1d6ab.tar.bz2 |
Update copyright years to 2024. (GH-113608)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
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 c1f1aad..066c2ed 100644 --- a/Python/getcopyright.c +++ b/Python/getcopyright.c @@ -4,7 +4,7 @@ static const char cprt[] = "\ -Copyright (c) 2001-2023 Python Software Foundation.\n\ +Copyright (c) 2001-2024 Python Software Foundation.\n\ All Rights Reserved.\n\ \n\ Copyright (c) 2000 BeOpen.com.\n\ |