X-Git-Url: https://git.cameronkatri.com/ldid.git/blobdiff_plain/8c4178429447dc130c0f1310514fa5643d08d79c..8f310b9112e5776ea16e795cb18bc8e02c9a96f7:/ldid.cpp
diff --git a/ldid.cpp b/ldid.cpp
index 38cc489..e0e38d1 100644
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -1,37 +1,93 @@
/* ldid - (Mach-O) Link-Loader Identity Editor
- * Copyright (C) 2007-2012 Jay Freeman (saurik)
+ * Copyright (C) 2007-2015 Jay Freeman (saurik)
*/
-/* GNU Lesser General Public License, Version 3 {{{ */
-/* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+/* 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
+ * 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 .
**/
/* }}} */
-#include "minimal/stdlib.h"
-#include "minimal/string.h"
-#include "minimal/mapping.h"
-
-#include "sha1.h"
-
+#include
+#include
#include
+#include
+#include