diff options
| -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) | 
 Swift
 Swift