summaryrefslogtreecommitdiff
path: root/CyteKit
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-07-02 07:56:31 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-07-02 07:56:31 -0700
commit4c66fad9b489e2bda236a1a46c23c64cb774ea05 (patch)
tree483d0a9133075e4337285771d027991ae472ae03 /CyteKit
parentf7f32d9a12b75e8e7e57326de881cc8609f738ed (diff)
Update copyright, and really start to feel old :/.
Diffstat (limited to 'CyteKit')
-rw-r--r--CyteKit/IndirectDelegate.h2
-rw-r--r--CyteKit/InterfaceOrientation.h2
-rw-r--r--CyteKit/Localize.h2
-rw-r--r--CyteKit/MFMailComposeViewController-MailToURL.h2
-rw-r--r--CyteKit/MFMailComposeViewController-MailToURL.mm2
-rw-r--r--CyteKit/RegEx.hpp2
-rw-r--r--CyteKit/TabBarController.h2
-rw-r--r--CyteKit/TabBarController.mm2
-rw-r--r--CyteKit/TableViewCell.h2
-rw-r--r--CyteKit/TableViewCell.mm2
-rw-r--r--CyteKit/UCPlatform.h2
-rw-r--r--CyteKit/ViewController.h2
-rw-r--r--CyteKit/ViewController.mm2
-rw-r--r--CyteKit/WebScriptObject-Cyte.h2
-rw-r--r--CyteKit/WebScriptObject-Cyte.mm2
-rw-r--r--CyteKit/WebThreadLocked.hpp2
-rw-r--r--CyteKit/WebView.h2
-rw-r--r--CyteKit/WebView.mm2
-rw-r--r--CyteKit/WebViewController.h2
-rw-r--r--CyteKit/WebViewTableViewCell.h2
-rw-r--r--CyteKit/WebViewTableViewCell.mm2
-rw-r--r--CyteKit/dispatchEvent.h2
-rw-r--r--CyteKit/dispatchEvent.mm2
-rw-r--r--CyteKit/stringWithUTF8Bytes.h2
-rw-r--r--CyteKit/stringWithUTF8Bytes.mm2
25 files changed, 25 insertions, 25 deletions
diff --git a/CyteKit/IndirectDelegate.h b/CyteKit/IndirectDelegate.h
index 5a1bac3..42bbd0a 100644
--- a/CyteKit/IndirectDelegate.h
+++ b/CyteKit/IndirectDelegate.h
@@ -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 {{{ */
diff --git a/CyteKit/InterfaceOrientation.h b/CyteKit/InterfaceOrientation.h
index 738ab77..eddfaf4 100644
--- a/CyteKit/InterfaceOrientation.h
+++ b/CyteKit/InterfaceOrientation.h
@@ -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 {{{ */
diff --git a/CyteKit/Localize.h b/CyteKit/Localize.h
index 45fed4e..075524a 100644
--- a/CyteKit/Localize.h
+++ b/CyteKit/Localize.h
@@ -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 {{{ */
diff --git a/CyteKit/MFMailComposeViewController-MailToURL.h b/CyteKit/MFMailComposeViewController-MailToURL.h
index 877f437..4c26b36 100644
--- a/CyteKit/MFMailComposeViewController-MailToURL.h
+++ b/CyteKit/MFMailComposeViewController-MailToURL.h
@@ -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 {{{ */
diff --git a/CyteKit/MFMailComposeViewController-MailToURL.mm b/CyteKit/MFMailComposeViewController-MailToURL.mm
index 4c3ba6f..9b861e2 100644
--- a/CyteKit/MFMailComposeViewController-MailToURL.mm
+++ b/CyteKit/MFMailComposeViewController-MailToURL.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 {{{ */
diff --git a/CyteKit/RegEx.hpp b/CyteKit/RegEx.hpp
index 5799946..8892a3e 100644
--- a/CyteKit/RegEx.hpp
+++ b/CyteKit/RegEx.hpp
@@ -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 {{{ */
diff --git a/CyteKit/TabBarController.h b/CyteKit/TabBarController.h
index a127345..cea17d2 100644
--- a/CyteKit/TabBarController.h
+++ b/CyteKit/TabBarController.h
@@ -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 {{{ */
diff --git a/CyteKit/TabBarController.mm b/CyteKit/TabBarController.mm
index 401488a..bb3d98b 100644
--- a/CyteKit/TabBarController.mm
+++ b/CyteKit/TabBarController.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 {{{ */
diff --git a/CyteKit/TableViewCell.h b/CyteKit/TableViewCell.h
index 68d8680..46333aa 100644
--- a/CyteKit/TableViewCell.h
+++ b/CyteKit/TableViewCell.h
@@ -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 {{{ */
diff --git a/CyteKit/TableViewCell.mm b/CyteKit/TableViewCell.mm
index 5f69f7f..b4c4a4c 100644
--- a/CyteKit/TableViewCell.mm
+++ b/CyteKit/TableViewCell.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 {{{ */
diff --git a/CyteKit/UCPlatform.h b/CyteKit/UCPlatform.h
index f570f83..ffb4a0e 100644
--- a/CyteKit/UCPlatform.h
+++ b/CyteKit/UCPlatform.h
@@ -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 {{{ */
diff --git a/CyteKit/ViewController.h b/CyteKit/ViewController.h
index 3fbcb1d..7cc550e 100644
--- a/CyteKit/ViewController.h
+++ b/CyteKit/ViewController.h
@@ -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 {{{ */
diff --git a/CyteKit/ViewController.mm b/CyteKit/ViewController.mm
index 78f2b26..ae7539c 100644
--- a/CyteKit/ViewController.mm
+++ b/CyteKit/ViewController.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 {{{ */
diff --git a/CyteKit/WebScriptObject-Cyte.h b/CyteKit/WebScriptObject-Cyte.h
index 622c0d5..a7ffa29 100644
--- a/CyteKit/WebScriptObject-Cyte.h
+++ b/CyteKit/WebScriptObject-Cyte.h
@@ -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 {{{ */
diff --git a/CyteKit/WebScriptObject-Cyte.mm b/CyteKit/WebScriptObject-Cyte.mm
index a6d6236..df1bfca 100644
--- a/CyteKit/WebScriptObject-Cyte.mm
+++ b/CyteKit/WebScriptObject-Cyte.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 {{{ */
diff --git a/CyteKit/WebThreadLocked.hpp b/CyteKit/WebThreadLocked.hpp
index 1eec7d0..bf21c34 100644
--- a/CyteKit/WebThreadLocked.hpp
+++ b/CyteKit/WebThreadLocked.hpp
@@ -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 {{{ */
diff --git a/CyteKit/WebView.h b/CyteKit/WebView.h
index 7314da6..02fce72 100644
--- a/CyteKit/WebView.h
+++ b/CyteKit/WebView.h
@@ -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 {{{ */
diff --git a/CyteKit/WebView.mm b/CyteKit/WebView.mm
index 7338939..09bb4c7 100644
--- a/CyteKit/WebView.mm
+++ b/CyteKit/WebView.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 {{{ */
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h
index 8410432..c8630d9 100644
--- a/CyteKit/WebViewController.h
+++ b/CyteKit/WebViewController.h
@@ -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 {{{ */
diff --git a/CyteKit/WebViewTableViewCell.h b/CyteKit/WebViewTableViewCell.h
index fae0d91..83a3311 100644
--- a/CyteKit/WebViewTableViewCell.h
+++ b/CyteKit/WebViewTableViewCell.h
@@ -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 {{{ */
diff --git a/CyteKit/WebViewTableViewCell.mm b/CyteKit/WebViewTableViewCell.mm
index b6ffc3f..ebba58a 100644
--- a/CyteKit/WebViewTableViewCell.mm
+++ b/CyteKit/WebViewTableViewCell.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 {{{ */
diff --git a/CyteKit/dispatchEvent.h b/CyteKit/dispatchEvent.h
index 0d88d24..d5f758a 100644
--- a/CyteKit/dispatchEvent.h
+++ b/CyteKit/dispatchEvent.h
@@ -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 {{{ */
diff --git a/CyteKit/dispatchEvent.mm b/CyteKit/dispatchEvent.mm
index a25bdf9..9efe1cb 100644
--- a/CyteKit/dispatchEvent.mm
+++ b/CyteKit/dispatchEvent.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 {{{ */
diff --git a/CyteKit/stringWithUTF8Bytes.h b/CyteKit/stringWithUTF8Bytes.h
index 2c05ce1..bbd960a 100644
--- a/CyteKit/stringWithUTF8Bytes.h
+++ b/CyteKit/stringWithUTF8Bytes.h
@@ -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 {{{ */
diff --git a/CyteKit/stringWithUTF8Bytes.mm b/CyteKit/stringWithUTF8Bytes.mm
index a0929cd..94fe1ed 100644
--- a/CyteKit/stringWithUTF8Bytes.mm
+++ b/CyteKit/stringWithUTF8Bytes.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 {{{ */