diff options
author | Ned Deily <nad@acm.org> | 2014-01-01 21:05:03 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-01-01 21:05:03 (GMT) |
commit | cb0613b860a59cae74443acf92e08fcf5b2d9d19 (patch) | |
tree | 0dc0368ffd18b032d9a833fabebee4ec296a51db /Mac/Resources/app/Info.plist.in | |
parent | fa10ae097855c5bf927414fce2cc12aee3cdcc98 (diff) | |
download | cpython-cb0613b860a59cae74443acf92e08fcf5b2d9d19.zip cpython-cb0613b860a59cae74443acf92e08fcf5b2d9d19.tar.gz cpython-cb0613b860a59cae74443acf92e08fcf5b2d9d19.tar.bz2 |
Update copyright dates in Mac plists.
Diffstat (limited to 'Mac/Resources/app/Info.plist.in')
-rw-r--r-- | Mac/Resources/app/Info.plist.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in index 8af5efc..93b1c44 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) 2004-2013 Python Software Foundation.</string> + <string>%version%, (c) 2004-2014 Python Software Foundation.</string> <key>CFBundleHelpBookFolder</key> <array> <string>Documentation</string> @@ -37,7 +37,7 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleLongVersionString</key> - <string>%version%, (c) 2004-2013 Python Software Foundation.</string> + <string>%version%, (c) 2004-2014 Python Software Foundation.</string> <key>CFBundleName</key> <string>Python</string> <key>CFBundlePackageType</key> @@ -55,7 +55,7 @@ <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> - <string>(c) 2013 Python Software Foundation.</string> + <string>(c) 2014 Python Software Foundation.</string> <key>NSHighResolutionCapable</key> <true/> </dict> |