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 | |
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')
-rw-r--r-- | Mac/Resources/app/Info.plist.in | 6 | ||||
-rw-r--r-- | Mac/Resources/framework/Info.plist.in | 4 |
2 files changed, 5 insertions, 5 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> diff --git a/Mac/Resources/framework/Info.plist.in b/Mac/Resources/framework/Info.plist.in index 6c3bdc1..43a5740 100644 --- a/Mac/Resources/framework/Info.plist.in +++ b/Mac/Resources/framework/Info.plist.in @@ -17,9 +17,9 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>%VERSION%, (c) 2004-2013 Python Software Foundation.</string> + <string>%VERSION%, (c) 2004-2014 Python Software Foundation.</string> <key>CFBundleLongVersionString</key> - <string>%VERSION%, (c) 2004-2013 Python Software Foundation.</string> + <string>%VERSION%, (c) 2004-2014 Python Software Foundation.</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> |