mgetgroups: relax license to LGPLv2+
authorEric Blake <eblake@redhat.com>
Wed, 3 Jul 2013 21:45:04 +0000 (15:45 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 3 Jul 2013 21:45:04 +0000 (15:45 -0600)
getgrouplist is part of glibc and LGPLv2+; the mgetgroups module
is merely an ease-of-use wrapper around this interface.  There's
nothing in the algorithm worth protecting by the more-restrictive
GPLv3+.  See also this thread.
https://lists.gnu.org/archive/html/bug-gnulib/2013-05/msg00092.html

* modules/getugroups (License): Change from GPLv3+.
* modules/mgetgroups (License): Likewise.
* modules/getgroups (License): Change from LGPLv3+.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
modules/getgroups
modules/getugroups
modules/mgetgroups

index 60a61c5..692fbc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-07-03  Eric Blake  <eblake@redhat.com>
 
+       mgetgroups: relax license to LGPLv2+
+       * modules/getugroups (License): Change from GPLv3+.
+       * modules/mgetgroups (License): Likewise.
+       * modules/getgroups (License): Change from LGPLv3+.
+
        xalloc-oversized: relax license to LGPLv2+
        * modules/xalloc-oversized (License): Change from GPLv3+.
 
index 66ff12f..9926a12 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <unistd.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering, Eric Blake
index c79c74b..f363553 100644 (file)
@@ -19,7 +19,7 @@ Include:
 "getugroups.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering
index cdfa570..76eee01 100644 (file)
@@ -22,7 +22,7 @@ Include:
 "mgetgroups.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering, Eric Blake