diff options
author | Ned Deily <nad@python.org> | 2023-01-08 22:05:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-08 22:05:28 (GMT) |
commit | 8d69828092f734cd9275459173a0f89bde109659 (patch) | |
tree | fcb67d86ea531257c3c0a40929bd97ba0f634906 /Mac | |
parent | 9a68ff12c3e647a4f8dd935919ae296593770a6b (diff) | |
download | cpython-8d69828092f734cd9275459173a0f89bde109659.zip cpython-8d69828092f734cd9275459173a0f89bde109659.tar.gz cpython-8d69828092f734cd9275459173a0f89bde109659.tar.bz2 |
Update additional copyright years to 2023. (GH-100859)
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Resources/app/Info.plist.in | 4 | ||||
-rw-r--r-- | Mac/Resources/framework/Info.plist.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in index c063192..4ec828f 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-2020 Python Software Foundation.</string> + <string>%version%, (c) 2001-2023 Python Software Foundation.</string> <key>CFBundleHelpBookFolder</key> <array> <string>Documentation</string> @@ -55,7 +55,7 @@ <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> - <string>(c) 2001-2020 Python Software Foundation.</string> + <string>(c) 2001-2023 Python Software Foundation.</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/Mac/Resources/framework/Info.plist.in b/Mac/Resources/framework/Info.plist.in index 863b452..e131c20 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-2021 Python Software Foundation.</string> + <string>%VERSION%, (c) 2001-2023 Python Software Foundation.</string> <key>CFBundleLongVersionString</key> - <string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string> + <string>%VERSION%, (c) 2001-2023 Python Software Foundation.</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> |