diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2024-11-12 13:59:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 13:59:19 (GMT) |
commit | 91f4908798074db6c41925b4417bee1f933aca93 (patch) | |
tree | dbf91bee3a80028acc4be542551cf6876afc8f7a /Lib/wsgiref | |
parent | 8ff7efb46d34ee454239bd86ff5136f386b9749b (diff) | |
download | cpython-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 'Lib/wsgiref')
-rw-r--r-- | Lib/wsgiref/headers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/wsgiref/headers.py b/Lib/wsgiref/headers.py index 05d2ba4..c78879f 100644 --- a/Lib/wsgiref/headers.py +++ b/Lib/wsgiref/headers.py @@ -1,7 +1,7 @@ """Manage HTTP Response Headers Much of this module is red-handedly pilfered from email.message in the stdlib, -so portions are Copyright (C) 2001,2002 Python Software Foundation, and were +so portions are Copyright (C) 2001 Python Software Foundation, and were written by Barry Warsaw. """ |