diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 07:56:31 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-07-02 07:56:31 -0700 |
commit | 4c66fad9b489e2bda236a1a46c23c64cb774ea05 (patch) | |
tree | 483d0a9133075e4337285771d027991ae472ae03 /MobileCydia.mm | |
parent | f7f32d9a12b75e8e7e57326de881cc8609f738ed (diff) |
Update copyright, and really start to feel old :/.
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 3c0ffa9..8e6fbae 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -1,5 +1,5 @@ /* Cydia - iPhone UIKit Front-End for Debian APT - * Copyright (C) 2008-2014 Jay Freeman (saurik) + * Copyright (C) 2008-2015 Jay Freeman (saurik) */ /* GNU General Public License, Version 3 {{{ */ @@ -6859,7 +6859,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi [alert setCancelButtonIndex:0]; [alert setMessage: - @"Copyright \u00a9 2008-2014\n" + @"Copyright \u00a9 2008-2015\n" "SaurikIT, LLC\n" "\n" "Jay Freeman (saurik)\n" |