diff options
author | Ned Deily <nad@acm.org> | 2013-01-01 20:06:15 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-01-01 20:06:15 (GMT) |
commit | 93b0b25fe09a07c80b14fba7bbf219a25bc83d9e (patch) | |
tree | 83c79bad30c9569679334ed1480f82bc43019b5e /Mac/Resources/app/Info.plist.in | |
parent | 7450a81970c0906025fd92017b34676e70c5a767 (diff) | |
download | cpython-93b0b25fe09a07c80b14fba7bbf219a25bc83d9e.zip cpython-93b0b25fe09a07c80b14fba7bbf219a25bc83d9e.tar.gz cpython-93b0b25fe09a07c80b14fba7bbf219a25bc83d9e.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 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> |