diff options
author | Larry Hastings <larry@hastings.org> | 2017-01-06 21:47:20 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2017-01-06 21:47:20 (GMT) |
commit | 19431649e05c3ba37e6c4f0faf61ab8402e1a5fb (patch) | |
tree | bf9352475e8616af4d67570a1c9570774cc24870 | |
parent | e744804bc9c91aadbdd37defc70a24617ca1fb72 (diff) | |
parent | e8134afd8e331f364378a5f6d03830a3c2094074 (diff) | |
download | cpython-19431649e05c3ba37e6c4f0faf61ab8402e1a5fb.zip cpython-19431649e05c3ba37e6c4f0faf61ab8402e1a5fb.tar.gz cpython-19431649e05c3ba37e6c4f0faf61ab8402e1a5fb.tar.bz2 |
Cherry-pick small copyright fix for 3.5.3 final.
-rw-r--r-- | Mac/IDLE/IDLE.app/Contents/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/IDLE/IDLE.app/Contents/Info.plist b/Mac/IDLE/IDLE.app/Contents/Info.plist index f7c3b35..5507687 100644 --- a/Mac/IDLE/IDLE.app/Contents/Info.plist +++ b/Mac/IDLE/IDLE.app/Contents/Info.plist @@ -36,7 +36,7 @@ <key>CFBundleExecutable</key> <string>IDLE</string> <key>CFBundleGetInfoString</key> - <string>%version%, © 2001-2016 Python Software Foundation</string> + <string>%version%, © 2001-2017 Python Software Foundation</string> <key>CFBundleIconFile</key> <string>IDLE.icns</string> <key>CFBundleIdentifier</key> |