changeset 11875:b4dc18431377

Relicense under LGPL.
author Bruno Haible <bruno@clisp.org>
date Sun, 23 Aug 2009 02:43:53 +0200
parents dc31add18818
children cc0527e5d2f4
files ChangeLog modules/binary-io modules/pipe2
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
--- a/modules/binary-io
+++ b/modules/binary-io
@@ -15,7 +15,7 @@
 "binary-io.h"
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Bruno Haible
--- a/modules/pipe2
+++ b/modules/pipe2
@@ -20,7 +20,7 @@
 <unistd.h>
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Bruno Haible, Eric Blake