From: Bruno Haible Date: Fri, 4 Aug 2017 09:57:20 +0000 (+0200) Subject: Relax the license of some modules with no runtime code. X-Git-Tag: v1.0~6026 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7c6893ba0bfefbb058a6d93be812b3c86eb5b6a3;p=gnulib.git Relax the license of some modules with no runtime code. --- diff --git a/ChangeLog b/ChangeLog index 82d7211906..8d2b695b7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2017-08-04 Bruno Haible + + Relax the license of some modules with no runtime code. + * modules/std-gnu11 (License): Set to 'unlimited'. + * modules/c99 (License): Likewise. + Reported by Reuben Thomas . + * modules/d-ino (License): Set to 'LGPL'. + * modules/host-os (License): Likewise. + * modules/longlong (License): Likewise. + 2017-08-03 Paul Eggert renameat2: port to RHEL 7 + NFS diff --git a/modules/c99 b/modules/c99 index b6a9348be2..6e37ba0e32 100644 --- a/modules/c99 +++ b/modules/c99 @@ -13,7 +13,7 @@ Makefile.am: Include: License: -GPL +unlimited Maintainer: all diff --git a/modules/d-ino b/modules/d-ino index a83f3d9892..e8d6abafae 100644 --- a/modules/d-ino +++ b/modules/d-ino @@ -14,7 +14,7 @@ Makefile.am: Include: License: -GPL +LGPL Maintainer: Jim Meyering diff --git a/modules/host-os b/modules/host-os index 12692dbf3a..fe4b25408c 100644 --- a/modules/host-os +++ b/modules/host-os @@ -14,7 +14,7 @@ Makefile.am: Include: License: -GPL +LGPL Maintainer: Paul Eggert, Jim Meyering diff --git a/modules/longlong b/modules/longlong index 5b73e93170..a5d2b7074e 100644 --- a/modules/longlong +++ b/modules/longlong @@ -9,7 +9,7 @@ AC_REQUIRE([AC_TYPE_LONG_LONG_INT]) AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) License: -GPL +LGPL Maintainer: Ben Pfaff diff --git a/modules/std-gnu11 b/modules/std-gnu11 index c04d731964..26c71153e1 100644 --- a/modules/std-gnu11 +++ b/modules/std-gnu11 @@ -13,7 +13,7 @@ Makefile.am: Include: License: -GPL +unlimited Maintainer: all