From e8baaf115bce6043896ba5ce07f90ab1f4c56617 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 18 Feb 2020 17:23:33 +0100 Subject: [PATCH 1/1] Change license for pcrs.c to GPLv2+ ... after getting the permission from Andreas. This allows to redistribute Privoxy under the GPLv3 which is required when linking to mbedTLS which is licensed under the Apache 2.0 license. --- pcrs.c | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/pcrs.c b/pcrs.c index 0b746a1d..6da82255 100644 --- a/pcrs.c +++ b/pcrs.c @@ -16,21 +16,20 @@ * Copyright (C) 2006, 2007 Fabian Keil * * This program is free software; you can redistribute it - * and/or modify it under the terms of the GNU Lesser - * General Public License (LGPL), version 2.1, which should - * be included in this distribution (see LICENSE.txt), with - * the exception that the permission to replace that license - * with the GNU General Public License (GPL) given in section - * 3 is restricted to version 2 of the GPL. + * and/or modify it under the terms of the GNU General + * Public License as published by the Free Software + * Foundation; either version 2 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 license for more details. + * PARTICULAR PURPOSE. See the GNU General Public + * License for more details. * - * The GNU Lesser General Public License should be included - * with this file. If not, you can view it at - * http://www.gnu.org/licenses/lgpl.html + * The GNU General Public License should be included with + * this file. If not, you can view it at + * http://www.gnu.org/copyleft/gpl.html * or write to the Free Software Foundation, Inc., 59 * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * -- 2.39.2