From dd6c06edfbf31747bffd5851727bff91cb3c61a4 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 3 Nov 2012 22:43:20 -0700 Subject: Change license on ldid to AGPL3 (reflecting usage). --- ldid.cpp | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'ldid.cpp') 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 . **/ /* }}} */ -- cgit v1.2.3