From da07f75453b3280f859156c8227d779b087b3bb5 Mon Sep 17 00:00:00 2001 From: Guido Serassio Date: Sat, 26 Sep 2015 20:35:15 -0700 Subject: [PATCH] Relicense SSPI helper to GPLv2+ From: Guido Serassio To: Amos Jeffries , Squid Foundation Board Subject: R: Squid copyrights Thread-Topic: Squid copyrights Thread-Index: AQHQ9+T6PCUWJkiqykyPO1tKufh0Lp5Odnyw Date: Sat, 26 Sep 2015 08:15:43 +0000 Message-ID: <0B31416C912584429DC230430752D91C0C028E4B@SBS.acmeconsulting.loc> Hi Amos, For me the changes are OK. Please apply the changes on behalf of me. Regards Guido Serassio --- CREDITS | 2 +- helpers/basic_auth/SSPI/basic_sspi_auth.cc | 2 +- helpers/basic_auth/SSPI/valid.cc | 2 +- helpers/basic_auth/SSPI/valid.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CREDITS b/CREDITS index 75e00eee23..24b23c6699 100644 --- a/CREDITS +++ b/CREDITS @@ -1006,7 +1006,7 @@ helpers/basic_auth/SSPI/: Bill Welliver 1999 * Distributed freely under the terms of the GNU General Public License, - * version 2. See the file COPYING for licensing details + * version 2 or later. See the file COPYING for licensing details * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/helpers/basic_auth/SSPI/basic_sspi_auth.cc b/helpers/basic_auth/SSPI/basic_sspi_auth.cc index 36e3818379..c33f411a5b 100644 --- a/helpers/basic_auth/SSPI/basic_sspi_auth.cc +++ b/helpers/basic_auth/SSPI/basic_sspi_auth.cc @@ -20,7 +20,7 @@ Bill Welliver 1999 * Distributed freely under the terms of the GNU General Public License, - * version 2. See the file COPYING for licensing details + * version 2 or later. See the file COPYING for licensing details * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/helpers/basic_auth/SSPI/valid.cc b/helpers/basic_auth/SSPI/valid.cc index d4e0239ac4..bb897b9b04 100644 --- a/helpers/basic_auth/SSPI/valid.cc +++ b/helpers/basic_auth/SSPI/valid.cc @@ -22,7 +22,7 @@ Bill Welliver 1999 * Distributed freely under the terms of the GNU General Public License, - * version 2. See the file COPYING for licensing details + * version 2 or later. See the file COPYING for licensing details * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/helpers/basic_auth/SSPI/valid.h b/helpers/basic_auth/SSPI/valid.h index 7c08d216a8..edec51b6d7 100644 --- a/helpers/basic_auth/SSPI/valid.h +++ b/helpers/basic_auth/SSPI/valid.h @@ -21,7 +21,7 @@ Bill Welliver 1999 * Distributed freely under the terms of the GNU General Public License, - * version 2. See the file COPYING for licensing details + * version 2 or later. See the file COPYING for licensing details * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of -- 2.47.3