From: Thomas Petazzoni Date: Wed, 11 Nov 2015 14:02:24 +0000 (+0100) Subject: libnet: adjust license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d33e77f742cc5f9706a6eb4eaeeaabe27315939;p=buildroot.git libnet: adjust license information As noticed by Arnout, some files are under BSD-3c. Signed-off-by: Thomas Petazzoni --- diff --git a/package/libnet/libnet.mk b/package/libnet/libnet.mk index d021f7663d..3b62a793b3 100644 --- a/package/libnet/libnet.mk +++ b/package/libnet/libnet.mk @@ -7,7 +7,7 @@ LIBNET_VERSION = 1.1.6 LIBNET_SITE = http://sourceforge.net/projects/libnet-dev/files LIBNET_INSTALL_STAGING = YES -LIBNET_LICENSE = BSD-2c +LIBNET_LICENSE = BSD-2c, BSD-3c LIBNET_LICENSE_FILES = doc/COPYING $(eval $(autotools-package))