diff options
author | Georg Brandl <georg@python.org> | 2011-01-09 07:59:59 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-09 07:59:59 (GMT) |
commit | 1caa644ffea384c3482e3da4cb142a2610d7f470 (patch) | |
tree | b228566014d0d5c98e80c7426f68930a76efabf0 /Mac | |
parent | ec78b8b170355b124b8657dced4a9ddf78064cee (diff) | |
download | cpython-1caa644ffea384c3482e3da4cb142a2610d7f470.zip cpython-1caa644ffea384c3482e3da4cb142a2610d7f470.tar.gz cpython-1caa644ffea384c3482e3da4cb142a2610d7f470.tar.bz2 |
Merged revisions 87791 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r87791 | georg.brandl | 2011-01-06 11:05:26 +0100 (Do, 06 Jan 2011) | 1 line
#10844: update copyright years in Mac plists.
........
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/IDLE/IDLE.app/Contents/Info.plist | 2 | ||||
-rw-r--r-- | Mac/PythonLauncher/Info.plist.in | 2 | ||||
-rw-r--r-- | Mac/Resources/app/Info.plist.in | 6 | ||||
-rw-r--r-- | Mac/Resources/framework/Info.plist.in | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/Mac/IDLE/IDLE.app/Contents/Info.plist b/Mac/IDLE/IDLE.app/Contents/Info.plist index 89513b6..15922c8 100644 --- a/Mac/IDLE/IDLE.app/Contents/Info.plist +++ b/Mac/IDLE/IDLE.app/Contents/Info.plist @@ -36,7 +36,7 @@ <key>CFBundleExecutable</key> <string>IDLE</string> <key>CFBundleGetInfoString</key> - <string>%version%, © 2001-2008 Python Software Foundation</string> + <string>%version%, © 2001-2011 Python Software Foundation</string> <key>CFBundleIconFile</key> <string>IDLE.icns</string> <key>CFBundleIdentifier</key> diff --git a/Mac/PythonLauncher/Info.plist.in b/Mac/PythonLauncher/Info.plist.in index bd442f5..439f8b8 100644 --- a/Mac/PythonLauncher/Info.plist.in +++ b/Mac/PythonLauncher/Info.plist.in @@ -40,7 +40,7 @@ <key>CFBundleExecutable</key> <string>PythonLauncher</string> <key>CFBundleGetInfoString</key> - <string>%VERSION%, © 2001-2008 Python Software Foundation</string> + <string>%VERSION%, © 2001-2011 Python Software Foundation</string> <key>CFBundleIconFile</key> <string>PythonLauncher.icns</string> <key>CFBundleIdentifier</key> diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in index 83d1b26..b586ba0 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-2010 Python Software Foundation.</string> + <string>%version%, (c) 2004-2011 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-2010 Python Software Foundation.</string> + <string>%version%, (c) 2004-2011 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) 2004 Python Software Foundation.</string> + <string>(c) 2011 Python Software Foundation.</string> </dict> </plist> diff --git a/Mac/Resources/framework/Info.plist.in b/Mac/Resources/framework/Info.plist.in index a753e88..b5b19d4 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-2008 Python Software Foundation.</string> + <string>%VERSION%, (c) 2004-2011 Python Software Foundation.</string> <key>CFBundleLongVersionString</key> - <string>%VERSION%, (c) 2004-2008 Python Software Foundation.</string> + <string>%VERSION%, (c) 2004-2011 Python Software Foundation.</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> |