bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Relicence explicit_bzero to GPL2+/LGPL3 dual


From: Bruno Haible
Subject: Re: Relicence explicit_bzero to GPL2+/LGPL3 dual
Date: Thu, 09 Apr 2020 17:37:23 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-174-generic; KDE/5.18.0; x86_64; ; )

Hi Florian,

> > Could be possible to relicence this module under dual GPL2+ LGPL3 licence?
> >
> > Code is from glibc thus LGPL2+ and it will be useful for some program
> > like fwknop
> 
> Isn't this implied by LGPL2+?

Yes, GPLv2+_or_LGPLv3+ is a weaker license than LGPLv2+.

But the module is currently under LGPLv3+; that's what stated in the module
description [1].

To satisfy Bastien's request, it would be sufficient to make this change:

diff --git a/modules/explicit_bzero b/modules/explicit_bzero
index 81d41d1..08fd3e4 100644
--- a/modules/explicit_bzero
+++ b/modules/explicit_bzero
@@ -23,7 +23,7 @@ Include:
 <string.h>
 
 License:
-LGPLv3+
+LGPLv2+
 
 Maintainer:
 all

The only contributor who made significant changes to this module after
it was taken from glibc (where it is under LGPLv2+) is Paul Eggert.
Therefore he has to decide.

Bruno

[1] https://www.gnu.org/software/gnulib/manual/html_node/Gnulib-licensing.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]