diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-01-09 01:57:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 01:57:17 (GMT) |
commit | 07d1f99e8faefcf24dab2113fb0df27202fa6f71 (patch) | |
tree | 10022d2a50d08f9807c51b2cc764ace2ccb82872 /Mac/Resources | |
parent | 6184b800ee403d8c8c93b94fed1dbc3e0bade336 (diff) | |
download | cpython-07d1f99e8faefcf24dab2113fb0df27202fa6f71.zip cpython-07d1f99e8faefcf24dab2113fb0df27202fa6f71.tar.gz cpython-07d1f99e8faefcf24dab2113fb0df27202fa6f71.tar.bz2 |
[3.11] Update copyright years to 2023. (gh-100848) (GH-100849)
(cherry picked from commit 11f99323c2ae0ec428c370a335695e3d8d4afc1d)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
Diffstat (limited to 'Mac/Resources')
-rw-r--r-- | Mac/Resources/app/Info.plist.in | 6 | ||||
-rw-r--r-- | Mac/Resources/framework/Info.plist.in | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in index 84843b7..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> @@ -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> @@ -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> |