summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--modules/dummy2
-rw-r--r--modules/float2
-rw-r--r--modules/realloc2
-rw-r--r--modules/stdlib2
5 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 767a3e67eb..a00164578f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-10-08 Simon Josefsson <simon@josefsson.org>
+
+ * modules/dummy (License): Change to LGPLv2+.
+ * modules/float (License): Likewise
+ * modules/realloc (License): Likewise
+ * modules/stdlib (License): Likewise
+
2007-10-07 Bruno Haible <bruno@clisp.org>
* trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
diff --git a/modules/dummy b/modules/dummy
index 7d30b757de..14e8748758 100644
--- a/modules/dummy
+++ b/modules/dummy
@@ -14,7 +14,7 @@ lib_SOURCES += dummy.c
Include:
License:
-LGPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/float b/modules/float
index 9ec15a5deb..272e275d85 100644
--- a/modules/float
+++ b/modules/float
@@ -30,7 +30,7 @@ Include:
<float.h>
License:
-LGPL
+LGPLv2+
Maintainer:
all
diff --git a/modules/realloc b/modules/realloc
index 316f58859d..aa5baf616b 100644
--- a/modules/realloc
+++ b/modules/realloc
@@ -16,7 +16,7 @@ Include:
<stdlib.h>
License:
-LGPL
+LGPLv2+
Maintainer:
Jim Meyering
diff --git a/modules/stdlib b/modules/stdlib
index bc5bbc8d8f..5a63df5311 100644
--- a/modules/stdlib
+++ b/modules/stdlib
@@ -45,7 +45,7 @@ Include:
#include <stdlib.h>
License:
-LGPL
+LGPLv2+
Maintainer:
all