diff options
| author | Benjamin Peterson <benjamin@python.org> | 2023-01-08 23:00:24 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-08 23:00:24 (GMT) |
| commit | 3e9543e4071edbe85ab70c5dca001067f800b988 (patch) | |
| tree | dd6ca76b0ce98dccb425e06b6e251d82da28205f /Mac/PythonLauncher | |
| parent | 0e00bce5619003009255c638998d9878eedac106 (diff) | |
| download | cpython-3e9543e4071edbe85ab70c5dca001067f800b988.zip cpython-3e9543e4071edbe85ab70c5dca001067f800b988.tar.gz cpython-3e9543e4071edbe85ab70c5dca001067f800b988.tar.bz2 | |
[3.10] Update copyright years to 2023. (gh-100850)
* [3.10] Update copyright years to 2023. (gh-100848).
(cherry picked from commit 11f99323c2ae0ec428c370a335695e3d8d4afc1d)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
* Update additional copyright years to 2023.
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to 'Mac/PythonLauncher')
| -rw-r--r-- | Mac/PythonLauncher/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
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> |
