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/PythonLauncher | |
| 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/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> |
