diff options
author | Ned Deily <nad@acm.org> | 2016-01-01 22:42:39 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2016-01-01 22:42:39 (GMT) |
commit | c25784c089820c8e55cc13ef7533ab06a8308099 (patch) | |
tree | c59d5f77111639ac44aab4f3bfb0a6eb932444ee /Mac/Resources | |
parent | 630329e4ea03e01a830e94c06c47027e7886c6dd (diff) | |
download | cpython-c25784c089820c8e55cc13ef7533ab06a8308099.zip cpython-c25784c089820c8e55cc13ef7533ab06a8308099.tar.gz cpython-c25784c089820c8e55cc13ef7533ab06a8308099.tar.bz2 |
Update copyrights for 2016.
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 cb7e8d7..a0bb971 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) 2001-2015 Python Software Foundation.</string> + <string>%version%, (c) 2001-2016 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) 2001-2015 Python Software Foundation.</string> + <string>%version%, (c) 2001-2016 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) 2001-2015 Python Software Foundation.</string> + <string>(c) 2001-2016 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 a97cc1f..fcba7d9 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) 2001-2015 Python Software Foundation.</string> + <string>%VERSION%, (c) 2001-2016 Python Software Foundation.</string> <key>CFBundleLongVersionString</key> - <string>%VERSION%, (c) 2001-2015 Python Software Foundation.</string> + <string>%VERSION%, (c) 2001-2016 Python Software Foundation.</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> |