diff options
author | Georg Brandl <georg@python.org> | 2011-01-06 10:05:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-06 10:05:26 (GMT) |
commit | f8dc9ca84e112203ddcf4f8499acd65b911bfa80 (patch) | |
tree | 87f46c2a56532f85ede3c57f24b3dfb9668838f2 /Mac/Resources/framework | |
parent | f60fd00534f301e2da6ddb9c0db08809d6188315 (diff) | |
download | cpython-f8dc9ca84e112203ddcf4f8499acd65b911bfa80.zip cpython-f8dc9ca84e112203ddcf4f8499acd65b911bfa80.tar.gz cpython-f8dc9ca84e112203ddcf4f8499acd65b911bfa80.tar.bz2 |
#10844: update copyright years in Mac plists.
Diffstat (limited to 'Mac/Resources/framework')
-rw-r--r-- | Mac/Resources/framework/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
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> |