bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] sigpipe: relax to LGPLv2+, since it did not have any LGPLv3+ par


From: Eric Blake
Subject: [PATCH] sigpipe: relax to LGPLv2+, since it did not have any LGPLv3+ parts
Date: Thu, 23 Dec 2010 09:13:22 -0700

* modules/sigpipe (License): Relax license.

Signed-off-by: Eric Blake <address@hidden>
---

Right now, the sigpipe module depends only on:

signal
sigprocmask
stdio
unistd

all of which are LGPLv2+.  It also adds a single file, m4/sigpipe.m4,
which is under the permissive .m4 file license.  Therefore, since
there are no components of this module under LGPLv3+, I'm pushing this
patch (so that libvirt can use the module on mingw).

 ChangeLog       |    5 +++++
 modules/sigpipe |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4499fa2..0bf5a4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-23  Eric Blake  <address@hidden>
+
+       sigpipe: relax to LGPLv2+, since it did not have any LGPLv3+ parts
+       * modules/sigpipe (License): Relax license.
+
 2010-12-14  Eric Blake  <address@hidden>

        configmake: provide fallbacks for oldest supported autotools
diff --git a/modules/sigpipe b/modules/sigpipe
index 56cb57b..99e3e9e 100644
--- a/modules/sigpipe
+++ b/modules/sigpipe
@@ -35,7 +35,7 @@ Include:
 <signal.h>

 License:
-LGPL
+LGPLv2+

 Maintainer:
 Bruno Haible
-- 
1.7.3.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]