summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-04-24 14:44:10 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-04-24 14:44:10 (GMT)
commitc6f259526edd486961b798be2537f89f73b1cb81 (patch)
tree212a58cc00f9eddbc6e12ce688815a2a9bac25d3 /BuildTools/SCons/Tools
parent130ff3b175f79a8dd2c14fadfa11e3ddca4eabe2 (diff)
downloadswift-c6f259526edd486961b798be2537f89f73b1cb81.zip
swift-c6f259526edd486961b798be2537f89f73b1cb81.tar.bz2
Update copyright date.
2010 is our year!
Diffstat (limited to 'BuildTools/SCons/Tools')
-rw-r--r--BuildTools/SCons/Tools/AppBundle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTools/SCons/Tools/AppBundle.py b/BuildTools/SCons/Tools/AppBundle.py
index 12667f0..92ab814 100644
--- a/BuildTools/SCons/Tools/AppBundle.py
+++ b/BuildTools/SCons/Tools/AppBundle.py
@@ -20,7 +20,7 @@ def generate(env) :
"CFBundleVersion" : version,
"CFBundleIconFile" : bundle,
"NSPrincipalClass" : "NSApplication",
- "NSHumanReadableCopyright" : unichr(0xA9) + " 2009 Swift Development Team.\nAll Rights Reserved."
+ "NSHumanReadableCopyright" : unichr(0xA9) + " 2010 Swift Development Team.\nAll Rights Reserved."
}
infoDict.update(info)