[Python-checkins] r87885 - in python/branches/release31-maint: Mac/IDLE/IDLE.app/Contents/Info.plist Mac/PythonLauncher/Info.plist.in Mac/Resources/app/Info.plist.in Mac/Resources/framework/Info.plist.in

georg.brandl python-checkins at python.org
Sun Jan 9 08:59:59 CET 2011


Author: georg.brandl
Date: Sun Jan  9 08:59:59 2011
New Revision: 87885

Log:
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.
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Mac/IDLE/IDLE.app/Contents/Info.plist
   python/branches/release31-maint/Mac/PythonLauncher/Info.plist.in
   python/branches/release31-maint/Mac/Resources/app/Info.plist.in
   python/branches/release31-maint/Mac/Resources/framework/Info.plist.in

Modified: python/branches/release31-maint/Mac/IDLE/IDLE.app/Contents/Info.plist
==============================================================================
--- python/branches/release31-maint/Mac/IDLE/IDLE.app/Contents/Info.plist	(original)
+++ python/branches/release31-maint/Mac/IDLE/IDLE.app/Contents/Info.plist	Sun Jan  9 08:59:59 2011
@@ -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>

Modified: python/branches/release31-maint/Mac/PythonLauncher/Info.plist.in
==============================================================================
--- python/branches/release31-maint/Mac/PythonLauncher/Info.plist.in	(original)
+++ python/branches/release31-maint/Mac/PythonLauncher/Info.plist.in	Sun Jan  9 08:59:59 2011
@@ -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>

Modified: python/branches/release31-maint/Mac/Resources/app/Info.plist.in
==============================================================================
--- python/branches/release31-maint/Mac/Resources/app/Info.plist.in	(original)
+++ python/branches/release31-maint/Mac/Resources/app/Info.plist.in	Sun Jan  9 08:59:59 2011
@@ -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>

Modified: python/branches/release31-maint/Mac/Resources/framework/Info.plist.in
==============================================================================
--- python/branches/release31-maint/Mac/Resources/framework/Info.plist.in	(original)
+++ python/branches/release31-maint/Mac/Resources/framework/Info.plist.in	Sun Jan  9 08:59:59 2011
@@ -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>


More information about the Python-checkins mailing list