diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-04-24 14:44:10 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-04-24 14:44:10 (GMT) |
commit | c6f259526edd486961b798be2537f89f73b1cb81 (patch) | |
tree | 212a58cc00f9eddbc6e12ce688815a2a9bac25d3 /BuildTools/SCons | |
parent | 130ff3b175f79a8dd2c14fadfa11e3ddca4eabe2 (diff) | |
download | swift-contrib-c6f259526edd486961b798be2537f89f73b1cb81.zip swift-contrib-c6f259526edd486961b798be2537f89f73b1cb81.tar.bz2 |
Update copyright date.
2010 is our year!
Diffstat (limited to 'BuildTools/SCons')
-rw-r--r-- | BuildTools/SCons/Tools/AppBundle.py | 2 |
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) |