summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-08-04 11:57:20 +0200
committerBruno Haible <bruno@clisp.org>2017-08-04 11:57:20 +0200
commit7c6893ba0bfefbb058a6d93be812b3c86eb5b6a3 (patch)
tree6712f9e3a4cee7b745112ac62ac7b1ead8422287
parentac2fdcad666d24d51a32a152fe1b3911b610344d (diff)
downloadgnulib-7c6893ba0bfefbb058a6d93be812b3c86eb5b6a3.tar.gz
Relax the license of some modules with no runtime code.
-rw-r--r--ChangeLog10
-rw-r--r--modules/c992
-rw-r--r--modules/d-ino2
-rw-r--r--modules/host-os2
-rw-r--r--modules/longlong2
-rw-r--r--modules/std-gnu112
6 files changed, 15 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 82d7211906..8d2b695b7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-08-04 Bruno Haible <bruno@clisp.org>
+
+ 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 <rrt@sc3d.org>.
+ * modules/d-ino (License): Set to 'LGPL'.
+ * modules/host-os (License): Likewise.
+ * modules/longlong (License): Likewise.
+
2017-08-03 Paul Eggert <eggert@cs.ucla.edu>
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