File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
- import time
2
-
3
1
extensions = [
4
2
'notfound.extension' ,
5
3
'sphinx.ext.extlinks' ,
16
14
17
15
# General information about the project.
18
16
project = "Python Developer's Guide"
19
- copyright = f '2011- { time . strftime ( "%Y" ) } , Python Software Foundation'
17
+ copyright = '2011 Python Software Foundation'
20
18
21
19
# List of patterns, relative to source directory, that match files and
22
20
# directories to ignore when looking for source files.
Original file line number Diff line number Diff line change @@ -238,6 +238,25 @@ should do to help ensure that your pull request is accepted.
238
238
#. Proper :ref: `documentation <documenting >` additions/changes should be included.
239
239
240
240
241
+ Copyrights
242
+ ==========
243
+
244
+ Copyright notices are optional and informational, as international treaties
245
+ have abolished the requirement for them to protect copyrights.
246
+ However, they still serve an informative role.
247
+
248
+ According to the US Copyright Office, valid copyright notices include the year
249
+ of first publication of the work. For example:
250
+
251
+ Copyright (C) 2001 Python Software Foundation.
252
+
253
+ Updating notices to add subsequent years is unnecessary and such PRs will be
254
+ closed.
255
+
256
+ See also `python/cpython#126133
257
+ <https://github.com/python/cpython/issues/126133#issuecomment-2460824052> `__.
258
+
259
+
241
260
.. _patchcheck :
242
261
243
262
``patchcheck ``
You can’t perform that action at this time.
0 commit comments