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 457ef20dbf181a268c082230e90abe26c0afed15..72475ef3952083af690eee03fe11606523bcb7db 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 dd7f855ae7d6f2f7003e31f70f357f19230d6f9d..808238ca80c9772e5e4614b8e5faa3dd2080503e 100644 (file)
@@ -18,7 +18,7 @@ Include:
 <unistd.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 44331193957d6db55b2d5b0f9e72fa726bc4f32b..a4967b9c28957b51e9a124a2da5269cb0eca1ceb 100644 (file)
@@ -24,7 +24,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index da3ed28169ccdb31468ec01d450debf8206c7161..a4c00c1e463f6e272b3c21028407031749651716 100644 (file)
@@ -21,7 +21,7 @@ Makefile.am:
 Include:
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index b85eacfdb9ddff3dd96c0623db42cc6311608b10..80b1c91536776d1078beb30badb4dfef386bcd15 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 35a67e85d0a5a439eca86007c0f981ce81773113..173dc64344acb3cae1054a9951922fb1ea32335f 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index c715c71cd8af00c4d78500a50c4c2cf8f8f40f6d..d621d2df8c8d3af021c5f7c713408237d52ca8a1 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 0f08cad2220e9ebe84cb0c42d255fe89536d5b17..8ca5aa2f1174739193b46e2ed3b0ccfb4cee1f9a 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 78131cae87f0f63bce02b6c9161c449462d86ffd..7431aabcc80330e73f344fc5aa21fa0b67fb7188 100644 (file)
@@ -24,7 +24,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 2bbf4baf8b260f17546b9e83effd3c535652dbd1..426b382abae52d37b2bc1280d26b53e9821b2854 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 6c9bfafd9ff53e370f7660566eddf35e70b3b702..47a70dd2b02ca9b2ef7b9c752d52e61ecaaccc6c 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index e1a34e4ab07bdf36963918e818fc17b4801004b9..60d62ccae72a17a3899bafe3caab2aa5d275c053 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index e93479a50b71b9e34794f13ead2a7993beaa7e18..c8cd1e4c7145dfbcff4a544e89c4752ce1033291 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 47f15f99e6b846cb7d75a9290bf9913a69d1a9fc..a3be8cc2393bcc5520ad71fb785d38837b4d9f28 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 9f2640690e84f2d8f0cd87ca18c50b86f278dbb3..6a93722eff0310670a25545b9326eecbdb3d4e03 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index e33f150b04aec6b5f7ff13e407837d743fecd8e0..a984e96ec2f4505c8318afcc67a58a1046038d76 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index e1b81560f63c8222458c028a711858e3d985a9f0..796f264208a5cd5f6bb5d719c8c0e62dda7b8af7 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 20468c51306df625b50ac1fcf18553b5177ab60c..54cbc991c66b91ace012921c9d7c00c5e69a52ba 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 3774ca1912bf5a6db4f06187bd7de9b3edf82c43..6affe367c6664cba6531cc2ae6acd9f462f1ec1f 100644 (file)
@@ -22,7 +22,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 8330c87d3013d8afe93996df1d1818bf9e212e4e..eb448f80f6c9cd0b0eb3005cd7c32baa973f4633 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index fd2046307b831e12b718c73d6bd6f1ed323566db..44b487b13f008da35fd82b5f76bedb759651344d 100644 (file)
@@ -25,7 +25,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index c0ee62e17446166f7d075e05523cc00a2b408fef..e9f5bb134a4a51bf642252879f86916910d3e585 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index 758cbb62002025bdd6b2842fc516c2eea37b0e7c..d73840b6a1919094c6e1ff863be364b37e7f45e8 100644 (file)
@@ -23,7 +23,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
index f78760ce20fa6c77512312eef96a617671875f59..1cac784a424aeba19eabb40d35364e55a42dc08d 100644 (file)
@@ -24,7 +24,7 @@ Include:
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc