Skip to content

Commit 91f4908

Browse files
authoredNov 12, 2024
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
1 parent 8ff7efb commit 91f4908

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+47
-50
lines changed
 

‎Doc/conf.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@
6767

6868
# General substitutions.
6969
project = 'Python'
70-
if sphinx.version_info[:2] >= (8, 1):
71-
copyright = "2001-%Y, Python Software Foundation"
72-
else:
73-
copyright = f"2001-{time.strftime('%Y')}, Python Software Foundation"
70+
copyright = "2001 Python Software Foundation"
7471

7572
# We look for the Include/patchlevel.h file in the current Python source tree
7673
# and replace the values accordingly.

‎Doc/copyright.rst

+1-1

0 commit comments

Comments
 (0)
Please sign in to comment.