[Buildroot] [PATCH v2 1/2] xl2tp: add licensing info

Peter Korsgaard jacmet at uclibc.org
Fri Dec 13 08:29:46 UTC 2013


>>>>> "Axel" == Axel Lin <axel.lin at ingics.com> writes:

 > Signed-off-by: Axel Lin <axel.lin at ingics.com>
 > ---
 > v2: no change, just make version consistent in this serial
 > I separate "xl2tp: bump to version 1.3.2 and add licensing info" to 2 patches.
 > This one adds licensing info, next patch for bump version.
 >  package/xl2tp/xl2tp.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/xl2tp/xl2tp.mk b/package/xl2tp/xl2tp.mk
 > index cf496fe..07634a0 100644
 > --- a/package/xl2tp/xl2tp.mk
 > +++ b/package/xl2tp/xl2tp.mk
 > @@ -7,6 +7,8 @@
 >  XL2TP_VERSION = v1.3.1
 >  XL2TP_SITE = $(call github,xelerance,xl2tpd,$(XL2TP_VERSION))
 >  XL2TP_DEPENDENCIES = libpcap
 > +XL2TP_LICENSE = GPLv2+
 > +XL2TP_LICENSE_FILES = LICENSE

The only hit for 'any later' is in the Makefile and it seems to contain
headers from the Linux kernel. The spec files list 'GPLv2' so I think
it's safer to call it GPLv2 only.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list