From 87f692bf1126a16c40212bcdb5324625939cef2a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 28 Oct 2010 23:26:26 +0200 Subject: [PATCH] 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 for use in netcf. --- ChangeLog | 28 +++++++++++++++++++++++ modules/getdtablesize | 2 +- modules/posix_spawn | 2 +- modules/posix_spawn-internal | 2 +- modules/posix_spawn_file_actions_addclose | 2 +- modules/posix_spawn_file_actions_adddup2 | 2 +- modules/posix_spawn_file_actions_addopen | 2 +- modules/posix_spawn_file_actions_destroy | 2 +- modules/posix_spawn_file_actions_init | 2 +- modules/posix_spawnattr_destroy | 2 +- modules/posix_spawnattr_getflags | 2 +- modules/posix_spawnattr_getpgroup | 2 +- modules/posix_spawnattr_getschedparam | 2 +- modules/posix_spawnattr_getschedpolicy | 2 +- modules/posix_spawnattr_getsigdefault | 2 +- modules/posix_spawnattr_getsigmask | 2 +- modules/posix_spawnattr_init | 2 +- modules/posix_spawnattr_setflags | 2 +- modules/posix_spawnattr_setpgroup | 2 +- modules/posix_spawnattr_setschedparam | 2 +- modules/posix_spawnattr_setschedpolicy | 2 +- modules/posix_spawnattr_setsigdefault | 2 +- modules/posix_spawnattr_setsigmask | 2 +- modules/posix_spawnp | 2 +- 24 files changed, 51 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index 457ef20dbf..72475ef395 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2010-10-28 Bruno Haible + + 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 for use in netcf. + 2010-10-26 Bruno Haible unistd: Refine workaround from 2009-12-23 against Cygwin bug. diff --git a/modules/getdtablesize b/modules/getdtablesize index dd7f855ae7..808238ca80 100644 --- a/modules/getdtablesize +++ b/modules/getdtablesize @@ -18,7 +18,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible diff --git a/modules/posix_spawn b/modules/posix_spawn index 4433119395..a4967b9c28 100644 --- a/modules/posix_spawn +++ b/modules/posix_spawn @@ -24,7 +24,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawn-internal b/modules/posix_spawn-internal index da3ed28169..a4c00c1e46 100644 --- a/modules/posix_spawn-internal +++ b/modules/posix_spawn-internal @@ -21,7 +21,7 @@ Makefile.am: Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawn_file_actions_addclose b/modules/posix_spawn_file_actions_addclose index b85eacfdb9..80b1c91536 100644 --- a/modules/posix_spawn_file_actions_addclose +++ b/modules/posix_spawn_file_actions_addclose @@ -25,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawn_file_actions_adddup2 b/modules/posix_spawn_file_actions_adddup2 index 35a67e85d0..173dc64344 100644 --- a/modules/posix_spawn_file_actions_adddup2 +++ b/modules/posix_spawn_file_actions_adddup2 @@ -25,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawn_file_actions_addopen b/modules/posix_spawn_file_actions_addopen index c715c71cd8..d621d2df8c 100644 --- a/modules/posix_spawn_file_actions_addopen +++ b/modules/posix_spawn_file_actions_addopen @@ -25,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawn_file_actions_destroy b/modules/posix_spawn_file_actions_destroy index 0f08cad222..8ca5aa2f11 100644 --- a/modules/posix_spawn_file_actions_destroy +++ b/modules/posix_spawn_file_actions_destroy @@ -23,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawn_file_actions_init b/modules/posix_spawn_file_actions_init index 78131cae87..7431aabcc8 100644 --- a/modules/posix_spawn_file_actions_init +++ b/modules/posix_spawn_file_actions_init @@ -24,7 +24,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_destroy b/modules/posix_spawnattr_destroy index 2bbf4baf8b..426b382aba 100644 --- a/modules/posix_spawnattr_destroy +++ b/modules/posix_spawnattr_destroy @@ -23,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_getflags b/modules/posix_spawnattr_getflags index 6c9bfafd9f..47a70dd2b0 100644 --- a/modules/posix_spawnattr_getflags +++ b/modules/posix_spawnattr_getflags @@ -23,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_getpgroup b/modules/posix_spawnattr_getpgroup index e1a34e4ab0..60d62ccae7 100644 --- a/modules/posix_spawnattr_getpgroup +++ b/modules/posix_spawnattr_getpgroup @@ -23,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_getschedparam b/modules/posix_spawnattr_getschedparam index e93479a50b..c8cd1e4c71 100644 --- a/modules/posix_spawnattr_getschedparam +++ b/modules/posix_spawnattr_getschedparam @@ -25,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_getschedpolicy b/modules/posix_spawnattr_getschedpolicy index 47f15f99e6..a3be8cc239 100644 --- a/modules/posix_spawnattr_getschedpolicy +++ b/modules/posix_spawnattr_getschedpolicy @@ -25,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_getsigdefault b/modules/posix_spawnattr_getsigdefault index 9f2640690e..6a93722eff 100644 --- a/modules/posix_spawnattr_getsigdefault +++ b/modules/posix_spawnattr_getsigdefault @@ -23,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_getsigmask b/modules/posix_spawnattr_getsigmask index e33f150b04..a984e96ec2 100644 --- a/modules/posix_spawnattr_getsigmask +++ b/modules/posix_spawnattr_getsigmask @@ -23,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_init b/modules/posix_spawnattr_init index e1b81560f6..796f264208 100644 --- a/modules/posix_spawnattr_init +++ b/modules/posix_spawnattr_init @@ -23,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_setflags b/modules/posix_spawnattr_setflags index 20468c5130..54cbc991c6 100644 --- a/modules/posix_spawnattr_setflags +++ b/modules/posix_spawnattr_setflags @@ -23,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_setpgroup b/modules/posix_spawnattr_setpgroup index 3774ca1912..6affe367c6 100644 --- a/modules/posix_spawnattr_setpgroup +++ b/modules/posix_spawnattr_setpgroup @@ -22,7 +22,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_setschedparam b/modules/posix_spawnattr_setschedparam index 8330c87d30..eb448f80f6 100644 --- a/modules/posix_spawnattr_setschedparam +++ b/modules/posix_spawnattr_setschedparam @@ -25,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_setschedpolicy b/modules/posix_spawnattr_setschedpolicy index fd2046307b..44b487b13f 100644 --- a/modules/posix_spawnattr_setschedpolicy +++ b/modules/posix_spawnattr_setschedpolicy @@ -25,7 +25,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_setsigdefault b/modules/posix_spawnattr_setsigdefault index c0ee62e174..e9f5bb134a 100644 --- a/modules/posix_spawnattr_setsigdefault +++ b/modules/posix_spawnattr_setsigdefault @@ -23,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnattr_setsigmask b/modules/posix_spawnattr_setsigmask index 758cbb6200..d73840b6a1 100644 --- a/modules/posix_spawnattr_setsigmask +++ b/modules/posix_spawnattr_setsigmask @@ -23,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/posix_spawnp b/modules/posix_spawnp index f78760ce20..1cac784a42 100644 --- a/modules/posix_spawnp +++ b/modules/posix_spawnp @@ -24,7 +24,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc -- 2.30.2