diff options
author | Ned Deily <nad@acm.org> | 2013-01-01 20:07:15 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-01-01 20:07:15 (GMT) |
commit | 3108fb5b45c025c8a29e3ba14a7af15680cd52be (patch) | |
tree | 8936ce363f41085e67ba064f44917ea0c4a08a2b /Mac/Resources | |
parent | 9866231eab8884022f41ee7bb96d3539ba8d53ea (diff) | |
download | cpython-3108fb5b45c025c8a29e3ba14a7af15680cd52be.zip cpython-3108fb5b45c025c8a29e3ba14a7af15680cd52be.tar.gz cpython-3108fb5b45c025c8a29e3ba14a7af15680cd52be.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 1bbca4f..a91b1ee 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-2012 Python Software Foundation.</string> + <string>%version%, (c) 2004-2013 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-2012 Python Software Foundation.</string> + <string>%version%, (c) 2004-2013 Python Software Foundation.</string> <key>CFBundleName</key> <string>Python</string> <key>CFBundlePackageType</key> @@ -55,6 +55,6 @@ <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> - <string>(c) 2012 Python Software Foundation.</string> + <string>(c) 2013 Python Software Foundation.</string> </dict> </plist> diff --git a/Mac/Resources/framework/Info.plist.in b/Mac/Resources/framework/Info.plist.in index bab46fa..6c3bdc1 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-2012 Python Software Foundation.</string> + <string>%VERSION%, (c) 2004-2013 Python Software Foundation.</string> <key>CFBundleLongVersionString</key> - <string>%VERSION%, (c) 2004-2012 Python Software Foundation.</string> + <string>%VERSION%, (c) 2004-2013 Python Software Foundation.</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> |