Mercurial > hg > octave-kai > gnulib-hg
changeset 13288:0083b2c84821
headers: relax license to LGPLv2+
The replacement headers deserve relaxed licenses, even if the
functions they declare cannot be accessed without a tighter license.
See the list archives for consensus on this action.
* modules/fcntl-h (License): Relax license.
* modules/getopt-posix (License): Likewise.
* modules/locale (License): Likewise.
* modules/math (License): Likewise.
* modules/pty (License): Likewise.
* modules/sched (License): Likewise.
* modules/search (License): Likewise.
* modules/spawn (License): Likewise.
* modules/stdarg (License): Likewise.
* modules/sysexits (License): Likewise.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Thu, 29 Apr 2010 13:40:19 -0600 |
parents | 8d4443b82bfc |
children | c94ce13bafaf |
files | ChangeLog modules/fcntl-h modules/getopt-posix modules/locale modules/math modules/pty modules/sched modules/search modules/spawn modules/stdarg modules/sysexits |
diffstat | 11 files changed, 24 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2010-04-29 Eric Blake <eblake@redhat.com> + + headers: relax license to LGPLv2+ + * modules/fcntl-h (License): Relax license. + * modules/getopt-posix (License): Likewise. + * modules/locale (License): Likewise. + * modules/math (License): Likewise. + * modules/pty (License): Likewise. + * modules/sched (License): Likewise. + * modules/search (License): Likewise. + * modules/spawn (License): Likewise. + * modules/stdarg (License): Likewise. + * modules/sysexits (License): Likewise. + 2010-04-29 Jim Meyering <meyering@redhat.com> inttypes: relax license to LGPLv2+
--- a/modules/fcntl-h +++ b/modules/fcntl-h @@ -48,7 +48,7 @@ <fcntl.h> License: -LGPL +LGPLv2+ Maintainer: all
--- a/modules/getopt-posix +++ b/modules/getopt-posix @@ -40,7 +40,7 @@ <unistd.h> License: -LGPL +LGPLv2+ Maintainer: all, glibc
--- a/modules/locale +++ b/modules/locale @@ -43,7 +43,7 @@ <locale.h> License: -LGPL +LGPLv2+ Maintainer: Bruno Haible
--- a/modules/math +++ b/modules/math @@ -119,7 +119,7 @@ <math.h> License: -LGPL +LGPLv2+ Maintainer: all
--- a/modules/pty +++ b/modules/pty @@ -47,7 +47,7 @@ $(PTY_LIB) License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson
--- a/modules/sched +++ b/modules/sched @@ -33,7 +33,7 @@ <sched.h> License: -LGPL +LGPLv2+ Maintainer: Bruno Haible
--- a/modules/search +++ b/modules/search @@ -41,7 +41,7 @@ <search.h> License: -LGPL +LGPLv2+ Maintainer: all
--- a/modules/spawn +++ b/modules/spawn @@ -64,7 +64,7 @@ <spawn.h> License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc