* modules/gethostname (Licence): Change from GPL to LGPL, since
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Sep 2005 21:37:06 +0000 (21:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Sep 2005 21:37:06 +0000 (21:37 +0000)
gethostname.c is a trivial implementation of a standard library
function.
* modules/poll (License): Change from GPL to LGPL, since it's
derived from LGPL code.

ChangeLog
modules/gethostname
modules/poll

index b1be8e5..3d55aaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * modules/gethostname (Licence): Change from GPL to LGPL, since
+       gethostname.c is a trivial implementation of a standard library
+       function.
+       * modules/poll (License): Change from GPL to LGPL, since it's
+       derived from LGPL code.
+
 2005-09-26  Bruno Haible  <bruno@clisp.org>
 
        * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
index ecf0f42..7c13807 100644 (file)
@@ -15,8 +15,7 @@ Makefile.am:
 Include:
 
 License:
-GPL
+LGPL
 
 Maintainer:
 all
-
index eaa2893..18a01dd 100644 (file)
@@ -26,7 +26,7 @@ Include:
 #include <poll.h>
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Paolo Bonzini  <bonzini@gnu.org>