posix_spawn*, getdtablesize: Relax license.
authorBruno Haible <bruno@clisp.org>
Thu, 28 Oct 2010 21:26:26 +0000 (23:26 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 28 Oct 2010 21:26:26 +0000 (23:26 +0200)
* modules/posix_spawn (License): Change to LGPLv2+.
* modules/posix_spawnp (License): Likewise.
* modules/posix_spawn-internal (License): Likewise.
* modules/posix_spawnattr_init (License): Likewise.
* modules/posix_spawnattr_getflags (License): Likewise.
* modules/posix_spawnattr_setflags (License): Likewise.
* modules/posix_spawnattr_getpgroup (License): Likewise.
* modules/posix_spawnattr_setpgroup (License): Likewise.
* modules/posix_spawnattr_getschedparam (License): Likewise.
* modules/posix_spawnattr_setschedparam (License): Likewise.
* modules/posix_spawnattr_getschedpolicy (License): Likewise.
* modules/posix_spawnattr_setschedpolicy (License): Likewise.
* modules/posix_spawnattr_getsigdefault (License): Likewise.
* modules/posix_spawnattr_setsigdefault (License): Likewise.
* modules/posix_spawnattr_getsigmask (License): Likewise.
* modules/posix_spawnattr_setsigmask (License): Likewise.
* modules/posix_spawnattr_destroy (License): Likewise.
* modules/posix_spawn_file_actions_init (License): Likewise.
* modules/posix_spawn_file_actions_addclose (License): Likewise.
* modules/posix_spawn_file_actions_adddup2 (License): Likewise.
* modules/posix_spawn_file_actions_addopen (License): Likewise.
* modules/posix_spawn_file_actions_destroy (License): Likewise.
* modules/getdtablesize (License): Likewise.
Requested by Adam Stokes <ajs@redhat.com> for use in netcf.

24 files changed:
ChangeLog
modules/getdtablesize
modules/posix_spawn
modules/posix_spawn-internal
modules/posix_spawn_file_actions_addclose
modules/posix_spawn_file_actions_adddup2
modules/posix_spawn_file_actions_addopen
modules/posix_spawn_file_actions_destroy
modules/posix_spawn_file_actions_init
modules/posix_spawnattr_destroy
modules/posix_spawnattr_getflags
modules/posix_spawnattr_getpgroup
modules/posix_spawnattr_getschedparam
modules/posix_spawnattr_getschedpolicy
modules/posix_spawnattr_getsigdefault
modules/posix_spawnattr_getsigmask
modules/posix_spawnattr_init
modules/posix_spawnattr_setflags
modules/posix_spawnattr_setpgroup
modules/posix_spawnattr_setschedparam
modules/posix_spawnattr_setschedpolicy
modules/posix_spawnattr_setsigdefault
modules/posix_spawnattr_setsigmask
modules/posix_spawnp

index 457ef20..72475ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2010-10-28  Bruno Haible  <bruno@clisp.org>
+
+       posix_spawn*, getdtablesize: Relax license.
+       * modules/posix_spawn (License): Change to LGPLv2+.
+       * modules/posix_spawnp (License): Likewise.
+       * modules/posix_spawn-internal (License): Likewise.
+       * modules/posix_spawnattr_init (License): Likewise.
+       * modules/posix_spawnattr_getflags (License): Likewise.
+       * modules/posix_spawnattr_setflags (License): Likewise.
+       * modules/posix_spawnattr_getpgroup (License): Likewise.
+       * modules/posix_spawnattr_setpgroup (License): Likewise.
+       * modules/posix_spawnattr_getschedparam (License): Likewise.
+       * modules/posix_spawnattr_setschedparam (License): Likewise.
+       * modules/posix_spawnattr_getschedpolicy (License): Likewise.
+       * modules/posix_spawnattr_setschedpolicy (License): Likewise.
+       * modules/posix_spawnattr_getsigdefault (License): Likewise.
+       * modules/posix_spawnattr_setsigdefault (License): Likewise.
+       * modules/posix_spawnattr_getsigmask (License): Likewise.
+       * modules/posix_spawnattr_setsigmask (License): Likewise.
+       * modules/posix_spawnattr_destroy (License): Likewise.
+       * modules/posix_spawn_file_actions_init (License): Likewise.
+       * modules/posix_spawn_file_actions_addclose (License): Likewise.
+       * modules/posix_spawn_file_actions_adddup2 (License): Likewise.
+       * modules/posix_spawn_file_actions_addopen (License): Likewise.
+       * modules/posix_spawn_file_actions_destroy (License): Likewise.
+       * modules/getdtablesize (License): Likewise.
+       Requested by Adam Stokes <ajs@redhat.com> for use in netcf.
+
 2010-10-26  Bruno Haible  <bruno@clisp.org>
 
        unistd: Refine workaround from 2009-12-23 against Cygwin bug.
index dd7f855..808238c 100644 (file)
@@ -18,7 +18,7 @@ Include:
 <unistd.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 4433119..a4967b9 100644 (file)
@@ -24,7 +24,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index da3ed28..a4c00c1 100644 (file)
@@ -21,7 +21,7 @@ Makefile.am:
 Include:
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index b85eacf..80b1c91 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 35a67e8..173dc64 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index c715c71..d621d2d 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 0f08cad..8ca5aa2 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 78131ca..7431aab 100644 (file)
@@ -24,7 +24,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 2bbf4ba..426b382 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 6c9bfaf..47a70dd 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index e1a34e4..60d62cc 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index e93479a..c8cd1e4 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 47f15f9..a3be8cc 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 9f26406..6a93722 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index e33f150..a984e96 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index e1b8156..796f264 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 20468c5..54cbc99 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 3774ca1..6affe36 100644 (file)
@@ -22,7 +22,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 8330c87..eb448f8 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index fd20463..44b487b 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index c0ee62e..e9f5bb1 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 758cbb6..d73840b 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index f78760c..1cac784 100644 (file)
@@ -24,7 +24,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc