* modules/sigpipe (License): Relax license. Signed-off-by: Eric Blake <ebl...@redhat.com> ---
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 <ebl...@redhat.com> + + sigpipe: relax to LGPLv2+, since it did not have any LGPLv3+ parts + * modules/sigpipe (License): Relax license. + 2010-12-14 Eric Blake <ebl...@redhat.com> 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