From: Jay Freeman (saurik) Date: Mon, 21 Dec 2015 14:28:40 +0000 (-0800) Subject: Forgot to include license header in libcycript.cy. X-Git-Tag: v0.9.590~161 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/bf998c10baabbd95f2d59d29f9edea0eb107b156 Forgot to include license header in libcycript.cy. --- diff --git a/libcycript.cy b/libcycript.cy index 4e4a49e..9853364 100644 --- a/libcycript.cy +++ b/libcycript.cy @@ -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 . +**/ +/* }}} */ + var process = { env: {}, };