diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2013-09-29 14:07:51 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2013-09-29 14:07:51 -0700 |
commit | 323746d39bfa3830194974658233d0b45809b060 (patch) | |
tree | 508dfbac13f25daa2f01e2dd902948910fc460d3 /MobileCydia.mm | |
parent | 6d9696a59dd8fe72d3c46e0703d2a019806b50ed (diff) |
Update copyright notices to include the year 2013.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 175d15e..7f52622 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -1,5 +1,5 @@ /* Cydia - iPhone UIKit Front-End for Debian APT - * Copyright (C) 2008-2012 Jay Freeman (saurik) + * Copyright (C) 2008-2013 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ @@ -6667,7 +6667,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi [alert setCancelButtonIndex:0]; [alert setMessage: - @"Copyright \u00a9 2008-2012\n" + @"Copyright \u00a9 2008-2013\n" "SaurikIT, LLC\n" "\n" "Jay Freeman (saurik)\n" |