Skip to content

Commit f7ebb01

Browse files
committed
Bring Python into the new year.
1 parent ec31653 commit f7ebb01

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Doc/copyright.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright
44

55
Python and this documentation is:
66

7-
Copyright © 2001-2020 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2021 Python Software Foundation. All rights reserved.
88

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

Doc/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ PSF LICENSE AGREEMENT FOR PYTHON |release|
100100
analyze, test, perform and/or display publicly, prepare derivative works,
101101
distribute, and otherwise use Python |release| alone or in any derivative
102102
version, provided, however, that PSF's License Agreement and PSF's notice of
103-
copyright, i.e., "Copyright © 2001-2020 Python Software Foundation; All Rights
103+
copyright, i.e., "Copyright © 2001-2021 Python Software Foundation; All Rights
104104
Reserved" are retained in Python |release| alone or in any derivative version
105105
prepared by Licensee.
106106

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ analyze, test, perform and/or display publicly, prepare derivative works,
8484
distribute, and otherwise use Python alone or in any derivative version,
8585
provided, however, that PSF's License Agreement and PSF's notice of copyright,
8686
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
87-
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
87+
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Python Software Foundation;
8888
All Rights Reserved" are retained in Python alone or in any derivative version
8989
prepared by Licensee.
9090

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

Lines changed: 1 addition & 1 deletion
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-2020 Python Software Foundation</string>
39+
<string>%version%, © 2001-2021 Python Software Foundation</string>
4040
<key>CFBundleIconFile</key>
4141
<string>IDLE.icns</string>
4242
<key>CFBundleIdentifier</key>

Mac/PythonLauncher/Info.plist.in

Lines changed: 1 addition & 1 deletion
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-2020 Python Software Foundation</string>
43+
<string>%VERSION%, © 2001-2021 Python Software Foundation</string>
4444
<key>CFBundleIconFile</key>
4545
<string>PythonLauncher.icns</string>
4646
<key>CFBundleIdentifier</key>

Mac/Resources/app/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<key>CFBundleInfoDictionaryVersion</key>
3838
<string>6.0</string>
3939
<key>CFBundleLongVersionString</key>
40-
<string>%version%, (c) 2001-2020 Python Software Foundation.</string>
40+
<string>%version%, (c) 2001-2021 Python Software Foundation.</string>
4141
<key>CFBundleName</key>
4242
<string>Python</string>
4343
<key>CFBundlePackageType</key>

Python/getcopyright.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is Python version 3.10.0 alpha 3
2222
:target: https://python.zulipchat.com
2323

2424

25-
Copyright (c) 2001-2020 Python Software Foundation. All rights reserved.
25+
Copyright (c) 2001-2021 Python Software Foundation. All rights reserved.
2626

2727
See the end of this file for further copyright and license information.
2828

@@ -250,7 +250,7 @@ See :pep:`619` for Python 3.10 release details.
250250
Copyright and License Information
251251
---------------------------------
252252

253-
Copyright (c) 2001-2020 Python Software Foundation. All rights reserved.
253+
Copyright (c) 2001-2021 Python Software Foundation. All rights reserved.
254254

255255
Copyright (c) 2000 BeOpen.com. All rights reserved.
256256

0 commit comments

Comments
 (0)