Relax license to LGPLv2+.
authorBruno Haible <bruno@clisp.org>
Sat, 4 Oct 2008 16:34:37 +0000 (18:34 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 4 Oct 2008 16:34:37 +0000 (18:34 +0200)
ChangeLog
modules/dup2
modules/fopen
modules/perror
modules/raise
modules/signal
modules/sigprocmask
modules/sleep

index 8e000bb..a360f8c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 2008-10-04  Bruno Haible  <bruno@clisp.org>
 
+       * modules/dup2 (License): Change to LGPLv2+.
+       * modules/sleep (License): Likewise.
+       * modules/perror (License): Likewise.
+       * modules/fopen (License): Change to LGPLv2+, with approval by Eric
+       Blake.
+       * modules/signal (License): Likewise.
+       * modules/sigprocmask (License): Likewise.
+       * modules/raise (License): Change to LGPLv2+, with approval by Jim
+       Meyering.
+
+2008-10-04  Bruno Haible  <bruno@clisp.org>
+
        * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
        Reported by Rainer Tammer <tammer@tammer.net>.
 
index b188644..cea1a97 100644 (file)
@@ -18,7 +18,7 @@ Include:
 <unistd.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Paul Eggert, Jim Meyering
index 5872745..eddd7f6 100644 (file)
@@ -19,7 +19,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 191749b..c019029 100644 (file)
@@ -20,7 +20,7 @@ Include:
 <stdio.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all
index 8ff76c9..e94ee74 100644 (file)
@@ -14,7 +14,7 @@ Makefile.am:
 Include:
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Jim Meyering
index 7562a8b..5afb24f 100644 (file)
@@ -41,7 +41,7 @@ Include:
 #include <signal.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all
index e093112..e46abc9 100644 (file)
@@ -20,7 +20,7 @@ Include:
 <signal.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 13c20f0..d8af514 100644 (file)
@@ -18,7 +18,7 @@ Include:
 <unistd.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible