mgetgroups: relax license to LGPLv2+
authorEric Blake <eblake@redhat.com>
Wed, 3 Jul 2013 21:45:04 +0000 (15:45 -0600)
committerIan Beckwith <ianb@erislabs.net>
Mon, 5 Aug 2013 02:13:56 +0000 (03:13 +0100)
commita08b13184bca671a9e27622ebc473868c0e47409
tree1f0658c9d7189bd7497a22cd26783c5e81ab7576
parentde5e9518382595c336df2f1df11b077632e73d6b
mgetgroups: relax license to LGPLv2+

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>
(cherry picked from commit 612ef3f7eabd0630941517d225e866a7fb7a3b3e)
ChangeLog
modules/getgroups
modules/getugroups
modules/mgetgroups