summaryrefslogtreecommitdiffstats
path: root/ldid.cpp
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2012-11-03 22:43:20 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2012-11-03 22:43:50 -0700
commitdd6c06edfbf31747bffd5851727bff91cb3c61a4 (patch)
tree76ea1bf92139d41304ae05acdb4f75b06aaf0f43 /ldid.cpp
parent7ada4cb43cbc604271da41f88da3363d0dd5c62a (diff)
downloadldid-dd6c06edfbf31747bffd5851727bff91cb3c61a4.tar.gz
ldid-dd6c06edfbf31747bffd5851727bff91cb3c61a4.tar.zst
ldid-dd6c06edfbf31747bffd5851727bff91cb3c61a4.zip
Change license on ldid to AGPL3 (reflecting usage).
Diffstat (limited to 'ldid.cpp')
-rw-r--r--ldid.cpp15
1 files changed, 8 insertions, 7 deletions
diff --git a/ldid.cpp b/ldid.cpp
index 3845e2c..438866d 100644
--- a/ldid.cpp
+++ b/ldid.cpp
@@ -2,18 +2,19 @@
* Copyright (C) 2007-2012 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 <http://www.gnu.org/licenses/>.
**/
/* }}} */