summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-11-12 13:59:19 (GMT)
committerGitHub <noreply@github.com>2024-11-12 13:59:19 (GMT)
commit91f4908798074db6c41925b4417bee1f933aca93 (patch)
treedbf91bee3a80028acc4be542551cf6876afc8f7a /Python
parent8ff7efb46d34ee454239bd86ff5136f386b9749b (diff)
downloadcpython-91f4908798074db6c41925b4417bee1f933aca93.zip
cpython-91f4908798074db6c41925b4417bee1f933aca93.tar.gz
cpython-91f4908798074db6c41925b4417bee1f933aca93.tar.bz2
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Diffstat (limited to 'Python')
-rw-r--r--Python/getcopyright.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/getcopyright.c b/Python/getcopyright.c
index 066c2ed..964584d 100644
--- a/Python/getcopyright.c
+++ b/Python/getcopyright.c
@@ -4,7 +4,7 @@
static const char cprt[] =
"\
-Copyright (c) 2001-2024 Python Software Foundation.\n\
+Copyright (c) 2001 Python Software Foundation.\n\
All Rights Reserved.\n\
\n\
Copyright (c) 2000 BeOpen.com.\n\