changeset 33521:03ac0ed1e8ed

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.
author Bruno Haible <bruno@clisp.org>
date Thu, 28 Oct 2010 23:26:26 +0200
parents 7414a8fd5f5b
children 49315eab8243
files 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
diffstat 24 files changed, 51 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 27 10:32:22 2010 -0700
+++ b/ChangeLog	Thu Oct 28 23:26:26 2010 +0200
@@ -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.
--- a/modules/getdtablesize	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/getdtablesize	Thu Oct 28 23:26:26 2010 +0200
@@ -18,7 +18,7 @@
 <unistd.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/posix_spawn	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawn	Thu Oct 28 23:26:26 2010 +0200
@@ -24,7 +24,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawn-internal	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawn-internal	Thu Oct 28 23:26:26 2010 +0200
@@ -21,7 +21,7 @@
 Include:
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawn_file_actions_addclose	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawn_file_actions_addclose	Thu Oct 28 23:26:26 2010 +0200
@@ -25,7 +25,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawn_file_actions_adddup2	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawn_file_actions_adddup2	Thu Oct 28 23:26:26 2010 +0200
@@ -25,7 +25,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawn_file_actions_addopen	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawn_file_actions_addopen	Thu Oct 28 23:26:26 2010 +0200
@@ -25,7 +25,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawn_file_actions_destroy	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawn_file_actions_destroy	Thu Oct 28 23:26:26 2010 +0200
@@ -23,7 +23,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawn_file_actions_init	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawn_file_actions_init	Thu Oct 28 23:26:26 2010 +0200
@@ -24,7 +24,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_destroy	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_destroy	Thu Oct 28 23:26:26 2010 +0200
@@ -23,7 +23,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_getflags	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_getflags	Thu Oct 28 23:26:26 2010 +0200
@@ -23,7 +23,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_getpgroup	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_getpgroup	Thu Oct 28 23:26:26 2010 +0200
@@ -23,7 +23,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_getschedparam	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_getschedparam	Thu Oct 28 23:26:26 2010 +0200
@@ -25,7 +25,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_getschedpolicy	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_getschedpolicy	Thu Oct 28 23:26:26 2010 +0200
@@ -25,7 +25,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_getsigdefault	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_getsigdefault	Thu Oct 28 23:26:26 2010 +0200
@@ -23,7 +23,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_getsigmask	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_getsigmask	Thu Oct 28 23:26:26 2010 +0200
@@ -23,7 +23,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_init	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_init	Thu Oct 28 23:26:26 2010 +0200
@@ -23,7 +23,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_setflags	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_setflags	Thu Oct 28 23:26:26 2010 +0200
@@ -23,7 +23,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_setpgroup	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_setpgroup	Thu Oct 28 23:26:26 2010 +0200
@@ -22,7 +22,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_setschedparam	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_setschedparam	Thu Oct 28 23:26:26 2010 +0200
@@ -25,7 +25,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_setschedpolicy	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_setschedpolicy	Thu Oct 28 23:26:26 2010 +0200
@@ -25,7 +25,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_setsigdefault	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_setsigdefault	Thu Oct 28 23:26:26 2010 +0200
@@ -23,7 +23,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnattr_setsigmask	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnattr_setsigmask	Thu Oct 28 23:26:26 2010 +0200
@@ -23,7 +23,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc
--- a/modules/posix_spawnp	Wed Oct 27 10:32:22 2010 -0700
+++ b/modules/posix_spawnp	Thu Oct 28 23:26:26 2010 +0200
@@ -24,7 +24,7 @@
 <spawn.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible, glibc