X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/3c9f7e221fac3b21092776dad59052fd79ec1897..da2af935087da0e425bbfb06fe1cc24107e3f32d:/ObjectiveC/Library.mm
diff --git a/ObjectiveC/Library.mm b/ObjectiveC/Library.mm
index 8182375..b8699cd 100644
--- a/ObjectiveC/Library.mm
+++ b/ObjectiveC/Library.mm
@@ -1,17 +1,38 @@
+/* Cycript - Optimizing JavaScript Compiler/Runtime
+ * Copyright (C) 2009-2010 Jay Freeman (saurik)
+*/
+
+/* GNU Lesser General Public License, Version 3 {{{ */
+/*
+ * Cycript is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version.
+ *
+ * Cycript 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 Lesser General Public
+ * License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with Cycript. If not, see .
+**/
+/* }}} */
+
#if defined(__APPLE__) && defined(__arm__)
#include
#else
#include
#endif
-#include "ObjectiveC/Internal.hpp"
-
#ifdef __APPLE__
#include "Struct.hpp"
#endif
#include
+#include "ObjectiveC/Internal.hpp"
+
#include
#include "cycript.hpp"
@@ -27,6 +48,7 @@
#include "Error.hpp"
#include "JavaScript.hpp"
#include "String.hpp"
+#include "Execute.hpp"
#include
#include