summaryrefslogtreecommitdiffstats
path: root/Mac/Resources
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-06-25 08:51:46 (GMT)
committerGitHub <noreply@github.com>2020-06-25 08:51:46 (GMT)
commit1931e64de127db766031c442a083905cd74e2485 (patch)
treee77d29afa98957521c016d2ae2164df6e1ea33d1 /Mac/Resources
parent55939b1708d6fc0d36d2be11ccdc6bf207e1bd41 (diff)
downloadcpython-1931e64de127db766031c442a083905cd74e2485.zip
cpython-1931e64de127db766031c442a083905cd74e2485.tar.gz
cpython-1931e64de127db766031c442a083905cd74e2485.tar.bz2
Forward port macOS installer updates from 3.7/3.8/3.9 (GH-21132)
Diffstat (limited to 'Mac/Resources')
-rw-r--r--Mac/Resources/app/Info.plist.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in
index 66b5e76..1d62498 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-2016 Python Software Foundation.</string>
+ <string>%version%, (c) 2001-2020 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-2016 Python Software Foundation.</string>
+ <string>(c) 2001-2020 Python Software Foundation.</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>