]> git.saurik.com Git - cycript.git/blobdiff - String.hpp
Update the copyright year now that 2016 has begun.
[cycript.git] / String.hpp
index 57814a486ee1f1d42f7764d7a16bf7cbbf95d683..b5df7d4457e32d6c5eabc06828b0eedeae6a1fd1 100644 (file)
@@ -1,5 +1,5 @@
-/* Cycript - Optimizing JavaScript Compiler/Runtime
- * Copyright (C) 2009-2015  Jay Freeman (saurik)
+/* Cycript - The Truly Universal Scripting Language
+ * Copyright (C) 2009-2016  Jay Freeman (saurik)
 */
 
 /* GNU Affero General Public License, Version 3 {{{ */
@@ -77,6 +77,7 @@ struct CYUTF16String {
 
 size_t CYGetIndex(const CYUTF8String &value);
 bool CYIsKey(CYUTF8String value);
+
 bool CYGetOffset(const char *value, ssize_t &index);
 
 bool CYStartsWith(const CYUTF8String &haystack, const CYUTF8String &needle);