summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-08-23 02:43:53 +0200
committerBruno Haible <bruno@clisp.org>2009-08-23 02:43:53 +0200
commit6397686ef1529ec95b5874729d024da91dc21003 (patch)
tree3f22cb64b96f1b4860cb164ff53471670340131b
parentf2adc0075d009d8ced73b063e752e483a1cd5fff (diff)
downloadgnulib-6397686ef1529ec95b5874729d024da91dc21003.tar.gz
Relicense under LGPL.
-rw-r--r--ChangeLog5
-rw-r--r--modules/binary-io2
-rw-r--r--modules/pipe22
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b865c823c..4e33717405 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-08-22 Bruno Haible <bruno@clisp.org>
+ * modules/binary-io (License): Relicense under LGPL.
+ * modules/pipe2 (License): Likewise.
+
+2009-08-22 Bruno Haible <bruno@clisp.org>
+
* lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
return value.
* lib/pipe-filter-gi.c (filter_init): Likewise.
diff --git a/modules/binary-io b/modules/binary-io
index 162980b41e..e97feb923a 100644
--- a/modules/binary-io
+++ b/modules/binary-io
@@ -15,7 +15,7 @@ Include:
"binary-io.h"
License:
-GPL
+LGPL
Maintainer:
Bruno Haible
diff --git a/modules/pipe2 b/modules/pipe2
index 90a0d127e6..6a1932b2f7 100644
--- a/modules/pipe2
+++ b/modules/pipe2
@@ -20,7 +20,7 @@ Include:
<unistd.h>
License:
-GPL
+LGPL
Maintainer:
Bruno Haible, Eric Blake