summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-06-17 03:49:24 -0400
committerNed Deily <nad@python.org>2020-06-17 03:49:24 -0400
commit95b208f840cc3e9744438360eaac1a9e64cc8702 (patch)
tree62df23bddcd06ac4b2308503d7c8bc9b0cec12ca
parentUpdate macOS Python Launcher defaults to python3. (diff)
downloadcpython-95b208f840cc3e9744438360eaac1a9e64cc8702.tar.gz
cpython-95b208f840cc3e9744438360eaac1a9e64cc8702.tar.bz2
cpython-95b208f840cc3e9744438360eaac1a9e64cc8702.zip
Update missed Python.app copyright.
-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 66b5e764c54..1d624984a85 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>