1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
Eric Blake
612ef3f7ea 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>
2013-07-03 15:45:04 -06:00
Bruno Haible
e9d253aa6b getugroups: Move AC_LIBOBJ invocations to module description.
* m4/getugroups.m4 (gl_GETUGROUPS): Remove AC_LIBOBJ invocation.
* modules/getugroups (Makefile.am): Augment lib_SOURCES.
2011-06-16 00:07:26 +02:00
Bruno Haible
fbd3cc5261 getugroups: Fix module description.
* modules/getugroups (Include): Set to "getugroups.h".
2011-05-23 23:47:00 +02:00
Bruno Haible
b5ae144098 Remove module EOVERFLOW. 2008-09-14 00:56:22 +02:00
Bruno Haible
7aa2549d19 Use the EOVERFLOW module instead of a manual fallback for EOVERFLOW. 2008-03-30 15:58:28 +02:00
Jim Meyering
c471cb38f3 * lib/getugroups.h: New file.
* lib/getugroups.c: Include "getugroups.h".
Remove uses of "register" keyword.
Move local variable, "cp", down into scope where used.
Give "username" parameter the "const" attribute.
* modules/getugroups (Files): Add lib/getugroups.h
2007-07-04 21:46:44 +00:00
Bruno Haible
5eeec029e8 gnulib-tool now synthesizes the EXTRA_DIST line. 2006-10-13 12:40:22 +00:00
Bruno Haible
e8684643a2 Distribute all lib/* source files through EXTRA_DIST. 2006-10-12 18:52:30 +00:00
Paul Eggert
3286588847 Remove lib_SOURCES line from Makefile.am section of modules where this
is now done automatically by the corresponding Autoconf macro.
2005-03-21 22:07:25 +00:00
Bruno Haible
5143f4e91f Add a license tag to every module. 2004-09-22 15:11:04 +00:00
Bruno Haible
6f99528a90 Add a Maintainer. 2003-01-20 10:02:37 +00:00
Bruno Haible
2e82f91f46 Add module descriptions. 2003-01-13 16:07:17 +00:00
Bruno Haible
740e9a30ef Module description. 2002-12-31 13:46:30 +00:00