diff options
author | 2024-01-16 23:54:05 +0300 | |
---|---|---|
committer | 2024-01-16 21:54:05 +0100 | |
commit | c86571e4c9765a88ba05a7d9b874b40af0e1d6ab (patch) | |
tree | eb6641926bed2167383cc834ec6bf5d0cd536f67 /Mac | |
parent | GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097) (diff) | |
download | cpython-c86571e4c9765a88ba05a7d9b874b40af0e1d6ab.tar.gz cpython-c86571e4c9765a88ba05a7d9b874b40af0e1d6ab.tar.bz2 cpython-c86571e4c9765a88ba05a7d9b874b40af0e1d6ab.zip |
Update copyright years to 2024. (GH-113608)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
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 | 6 | ||||
-rw-r--r-- | Mac/Resources/framework/Info.plist.in | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Mac/IDLE/IDLE.app/Contents/Info.plist b/Mac/IDLE/IDLE.app/Contents/Info.plist index 20b97b67f41..8549e405e2a 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-2023 Python Software Foundation</string> + <string>%version%, © 2001-2024 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 b7cddac0729..233694788ac 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-2023 Python Software Foundation</string> + <string>Copyright © 2001-2024 Python Software Foundation</string> <key>CFBundleGetInfoString</key> - <string>%VERSION%, © 2001-2023 Python Software Foundation</string> + <string>%VERSION%, © 2001-2024 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 8362b19b361..a1fc1511c40 100644 --- a/Mac/Resources/app/Info.plist.in +++ b/Mac/Resources/app/Info.plist.in @@ -20,7 +20,7 @@ <key>CFBundleExecutable</key> <string>Python</string> <key>CFBundleGetInfoString</key> - <string>%version%, (c) 2001-2023 Python Software Foundation.</string> + <string>%version%, (c) 2001-2024 Python Software Foundation.</string> <key>CFBundleHelpBookFolder</key> <array> <string>Documentation</string> @@ -37,7 +37,7 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLongVersionString</key> - <string>%version%, (c) 2001-2023 Python Software Foundation.</string> + <string>%version%, (c) 2001-2024 Python Software Foundation.</string> <key>CFBundleName</key> <string>Python</string> <key>CFBundlePackageType</key> @@ -55,7 +55,7 @@ <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> - <string>(c) 2001-2023 Python Software Foundation.</string> + <string>(c) 2001-2024 Python Software Foundation.</string> <key>NSHighResolutionCapable</key> <true/> <key>CFBundleAllowMixedLocalizations</key> diff --git a/Mac/Resources/framework/Info.plist.in b/Mac/Resources/framework/Info.plist.in index 238441ce2c7..4c42971ed90 100644 --- a/Mac/Resources/framework/Info.plist.in +++ b/Mac/Resources/framework/Info.plist.in @@ -17,9 +17,9 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>%VERSION%, (c) 2001-2023 Python Software Foundation.</string> + <string>%VERSION%, (c) 2001-2024 Python Software Foundation.</string> <key>CFBundleLongVersionString</key> - <string>%VERSION%, (c) 2001-2023 Python Software Foundation.</string> + <string>%VERSION%, (c) 2001-2024 Python Software Foundation.</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> |