]> git.saurik.com Git - cycript.git/commitdiff
Forgot to include license header in libcycript.cy.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 21 Dec 2015 14:28:40 +0000 (06:28 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 21 Dec 2015 14:28:40 +0000 (06:28 -0800)
libcycript.cy

index 4e4a49ed5dd64eadfa002b2ab9b6cad04f20c6b4..98533642f0941243363ac10946c191d0ea57862a 100644 (file)
@@ -1,3 +1,24 @@
+/* Cycript - Optimizing JavaScript Compiler/Runtime
+ * Copyright (C) 2009-2015  Jay Freeman (saurik)
+*/
+
+/* GNU Affero General Public License, Version 3 {{{ */
+/*
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+**/
+/* }}} */
+
 var process = {
     env: {},
 };