[Buildroot] [PATCH 3/4] cloop: add license information

Peter Korsgaard jacmet at uclibc.org
Wed Jul 9 13:42:44 UTC 2014


>>>>> "Gustavo" == Gustavo Zacarias <gustavo at zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
 > ---
 >  package/cloop/cloop.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/cloop/cloop.mk b/package/cloop/cloop.mk
 > index adbd69a..fb0bdf3 100644
 > --- a/package/cloop/cloop.mk
 > +++ b/package/cloop/cloop.mk
 > @@ -7,6 +7,8 @@
 >  CLOOP_VERSION = 2.634-1
 >  CLOOP_SOURCE = cloop_$(CLOOP_VERSION).tar.gz
 >  CLOOP_SITE = http://debian-knoppix.alioth.debian.org/packages/sources/cloop
 > +CLOOP_LICENSE = GPLv2
 > +CLOOP_LICENSE_FILES = README

The kernel module is indeed GPLv2, but the advancecomp userspace stuff
is GPLv2+ (and has a COPYING), so I've extended it to also cover that.

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list