diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-11 08:02:02 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-06-11 08:02:02 -0700 |
commit | 6fa0bb60da6b661c2aafc03f11b842ee7136a9bb (patch) | |
tree | 592dd5f6d1cedfcce51be9cb36071cc94c8657cc /MobileCydia.mm | |
parent | 494216be999f303abe8ba9da78bcf4c0235dc1fe (diff) |
Upgrade copyrights and about dialog to cover 2014.
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 4902ce1..39849c2 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -1,5 +1,5 @@ /* Cydia - iPhone UIKit Front-End for Debian APT - * Copyright (C) 2008-2013 Jay Freeman (saurik) + * Copyright (C) 2008-2014 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ @@ -6812,7 +6812,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi [alert setCancelButtonIndex:0]; [alert setMessage: - @"Copyright \u00a9 2008-2013\n" + @"Copyright \u00a9 2008-2014\n" "SaurikIT, LLC\n" "\n" "Jay Freeman (saurik)\n" |