diff options
author | Benjamin Peterson <benjamin@python.org> | 2023-01-08 15:13:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-08 15:13:25 (GMT) |
commit | 11f99323c2ae0ec428c370a335695e3d8d4afc1d (patch) | |
tree | 1fd929cb9eae9225df32d7c86d609ac400daacb7 /Mac | |
parent | 0741da8d28790cebe94a4392af37d63b1510080a (diff) | |
download | cpython-11f99323c2ae0ec428c370a335695e3d8d4afc1d.zip cpython-11f99323c2ae0ec428c370a335695e3d8d4afc1d.tar.gz cpython-11f99323c2ae0ec428c370a335695e3d8d4afc1d.tar.bz2 |
Update copyright years to 2023. (gh-100848)
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/IDLE/IDLE.app/Contents/Info.plist | 2 | ||||
-rw-r--r-- | Mac/PythonLauncher/Info.plist.in | 4 | ||||
-rw-r--r-- | Mac/Resources/app/Info.plist.in | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Mac/IDLE/IDLE.app/Contents/Info.plist b/Mac/IDLE/IDLE.app/Contents/Info.plist index 799a164..fea06d4 100644 --- a/Mac/IDLE/IDLE.app/Contents/Info.plist +++ b/Mac/IDLE/IDLE.app/Contents/Info.plist @@ -37,7 +37,7 @@ <key>CFBundleExecutable</key> <string>IDLE</string> <key>CFBundleGetInfoString</key> - <string>%version%, © 2001-2022 Python Software Foundation</string> + <string>%version%, © 2001-2023 Python Software Foundation</string> <key>CFBundleIconFile</key> <string>IDLE.icns</string> <key>CFBundleIdentifier</key> diff --git a/Mac/PythonLauncher/Info.plist.in b/Mac/PythonLauncher/Info.plist.in index dec0a2e..b7cddac 100644 --- a/Mac/PythonLauncher/Info.plist.in +++ b/Mac/PythonLauncher/Info.plist.in @@ -40,9 +40,9 @@ <key>CFBundleExecutable</key> <string>Python Launcher</string> <key>NSHumanReadableCopyright</key> - <string>Copyright © 2001-2022 Python Software Foundation</string> + <string>Copyright © 2001-2023 Python Software Foundation</string> <key>CFBundleGetInfoString</key> - <string>%VERSION%, © 2001-2022 Python Software Foundation</string> + <string>%VERSION%, © 2001-2023 Python Software Foundation</string> <key>CFBundleIconFile</key> <string>PythonLauncher.icns</string> <key>CFBundleIdentifier</key> diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in index 84843b7..c063192 100644 --- a/Mac/Resources/app/Info.plist.in +++ b/Mac/Resources/app/Info.plist.in @@ -37,7 +37,7 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLongVersionString</key> - <string>%version%, (c) 2001-2022 Python Software Foundation.</string> + <string>%version%, (c) 2001-2023 Python Software Foundation.</string> <key>CFBundleName</key> <string>Python</string> <key>CFBundlePackageType</key> |