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/Resources/framework | |
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/Resources/framework')
-rw-r--r-- | Mac/Resources/framework/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
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> |