Skip to content

Commit 798260f

Browse files
benjaminpned-deily
andauthored
[3.7] Update copyright years to 2023. (gh-100853)
* [3.7] Update copyright years to 2023. (gh-100848). (cherry picked from commit 11f9932) Co-authored-by: Benjamin Peterson <[email protected]> * Update additional copyright years to 2023. Co-authored-by: Ned Deily <[email protected]>
1 parent 91cdd75 commit 798260f

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

Doc/copyright.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright
44

55
Python and this documentation is:
66

7-
Copyright © 2001-2022 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2023 Python Software Foundation. All rights reserved.
88

99
Copyright © 2000 BeOpen.com. All rights reserved.
1010

Doc/license.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ PSF LICENSE AGREEMENT FOR PYTHON |release|
8787
analyze, test, perform and/or display publicly, prepare derivative works,
8888
distribute, and otherwise use Python |release| alone or in any derivative
8989
version, provided, however, that PSF's License Agreement and PSF's notice of
90-
copyright, i.e., "Copyright © 2001-2022 Python Software Foundation; All Rights
90+
copyright, i.e., "Copyright © 2001-2023 Python Software Foundation; All Rights
9191
Reserved" are retained in Python |release| alone or in any derivative version
9292
prepared by Licensee.
9393

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ analyze, test, perform and/or display publicly, prepare derivative works,
7373
distribute, and otherwise use Python alone or in any derivative version,
7474
provided, however, that PSF's License Agreement and PSF's notice of copyright,
7575
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
76-
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Python Software Foundation;
76+
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation;
7777
All Rights Reserved" are retained in Python alone or in any derivative version
7878
prepared by Licensee.
7979

Mac/IDLE/IDLE.app/Contents/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<key>CFBundleExecutable</key>
3737
<string>IDLE</string>
3838
<key>CFBundleGetInfoString</key>
39-
<string>%version%, © 2001-2022 Python Software Foundation</string>
39+
<string>%version%, © 2001-2023 Python Software Foundation</string>
4040
<key>CFBundleIconFile</key>
4141
<string>IDLE.icns</string>
4242
<key>CFBundleIdentifier</key>

Mac/PythonLauncher/Info.plist.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<key>CFBundleExecutable</key>
4141
<string>Python Launcher</string>
4242
<key>CFBundleGetInfoString</key>
43-
<string>%VERSION%, © 2001-2022 Python Software Foundation</string>
43+
<string>%VERSION%, © 2001-2023 Python Software Foundation</string>
4444
<key>CFBundleIconFile</key>
4545
<string>PythonLauncher.icns</string>
4646
<key>CFBundleIdentifier</key>

Mac/Resources/app/Info.plist.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<key>CFBundleExecutable</key>
2121
<string>Python</string>
2222
<key>CFBundleGetInfoString</key>
23-
<string>%version%, (c) 2001-2020 Python Software Foundation.</string>
23+
<string>%version%, (c) 2001-2023 Python Software Foundation.</string>
2424
<key>CFBundleHelpBookFolder</key>
2525
<array>
2626
<string>Documentation</string>
@@ -37,7 +37,7 @@
3737
<key>CFBundleInfoDictionaryVersion</key>
3838
<string>6.0</string>
3939
<key>CFBundleLongVersionString</key>
40-
<string>%version%, (c) 2001-2022 Python Software Foundation.</string>
40+
<string>%version%, (c) 2001-2023 Python Software Foundation.</string>
4141
<key>CFBundleName</key>
4242
<string>Python</string>
4343
<key>CFBundlePackageType</key>
@@ -55,7 +55,7 @@
5555
<key>NSAppleScriptEnabled</key>
5656
<true/>
5757
<key>NSHumanReadableCopyright</key>
58-
<string>(c) 2001-2020 Python Software Foundation.</string>
58+
<string>(c) 2001-2023 Python Software Foundation.</string>
5959
<key>NSHighResolutionCapable</key>
6060
<true/>
6161
</dict>

Mac/Resources/framework/Info.plist.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
20+
<string>%VERSION%, (c) 2001-2023 Python Software Foundation.</string>
2121
<key>CFBundleLongVersionString</key>
22-
<string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
22+
<string>%VERSION%, (c) 2001-2023 Python Software Foundation.</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>

PC/python_ver_rc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "winver.h"
55

66
#define PYTHON_COMPANY "Python Software Foundation"
7-
#define PYTHON_COPYRIGHT "Copyright \xA9 2001-2022 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC."
7+
#define PYTHON_COPYRIGHT "Copyright \xA9 2001-2023 Python Software Foundation. Copyright \xA9 2000 BeOpen.com. Copyright \xA9 1995-2001 CNRI. Copyright \xA9 1991-1995 SMC."
88

99
#define MS_WINDOWS
1010
#include "modsupport.h"

Python/getcopyright.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
static const char cprt[] =
66
"\
7-
Copyright (c) 2001-2022 Python Software Foundation.\n\
7+
Copyright (c) 2001-2023 Python Software Foundation.\n\
88
All Rights Reserved.\n\
99
\n\
1010
Copyright (c) 2000 BeOpen.com.\n\

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is Python version 3.7.16
1313
:alt: CPython code coverage on Codecov
1414
:target: https://codecov.io/gh/python/cpython/branch/3.7
1515

16-
Copyright (c) 2001-2022 Python Software Foundation. All rights reserved.
16+
Copyright © 2001-2023 Python Software Foundation. All rights reserved.
1717

1818
See the end of this file for further copyright and license information.
1919

0 commit comments

Comments
 (0)