Skip to content

Commit f8dc9ca

Browse files
committed
python#10844: update copyright years in Mac plists.
1 parent f60fd00 commit f8dc9ca

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Mac/IDLE/IDLE.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<key>CFBundleExecutable</key>
3737
<string>IDLE</string>
3838
<key>CFBundleGetInfoString</key>
39-
<string>%version%, © 2001-2008 Python Software Foundation</string>
39+
<string>%version%, © 2001-2011 Python Software Foundation</string>
4040
<key>CFBundleIconFile</key>
4141
<string>IDLE.icns</string>
4242
<key>CFBundleIdentifier</key>

Mac/PythonLauncher/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<key>CFBundleExecutable</key>
4141
<string>PythonLauncher</string>
4242
<key>CFBundleGetInfoString</key>
43-
<string>%VERSION%, © 2001-2008 Python Software Foundation</string>
43+
<string>%VERSION%, © 2001-2011 Python Software Foundation</string>
4444
<key>CFBundleIconFile</key>
4545
<string>PythonLauncher.icns</string>
4646
<key>CFBundleIdentifier</key>

Mac/Resources/app/Info.plist.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<key>CFBundleExecutable</key>
2121
<string>Python</string>
2222
<key>CFBundleGetInfoString</key>
23-
<string>%version%, (c) 2004-2010 Python Software Foundation.</string>
23+
<string>%version%, (c) 2004-2011 Python Software Foundation.</string>
2424
<key>CFBundleHelpBookFolder</key>
2525
<array>
2626
<string>Documentation</string>
@@ -37,7 +37,7 @@
3737
<key>CFBundleInfoDictionaryVersion</key>
3838
<string>6.0</string>
3939
<key>CFBundleLongVersionString</key>
40-
<string>%version%, (c) 2004-2010 Python Software Foundation.</string>
40+
<string>%version%, (c) 2004-2011 Python Software Foundation.</string>
4141
<key>CFBundleName</key>
4242
<string>Python</string>
4343
<key>CFBundlePackageType</key>
@@ -55,6 +55,6 @@
5555
<key>NSAppleScriptEnabled</key>
5656
<true/>
5757
<key>NSHumanReadableCopyright</key>
58-
<string>(c) 2004 Python Software Foundation.</string>
58+
<string>(c) 2011 Python Software Foundation.</string>
5959
</dict>
6060
</plist>

Mac/Resources/framework/Info.plist.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>%VERSION%, (c) 2004-2008 Python Software Foundation.</string>
20+
<string>%VERSION%, (c) 2004-2011 Python Software Foundation.</string>
2121
<key>CFBundleLongVersionString</key>
22-
<string>%VERSION%, (c) 2004-2008 Python Software Foundation.</string>
22+
<string>%VERSION%, (c) 2004-2011 Python Software Foundation.</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)