[Buildroot] [git commit] package/batctl: fix license

Thomas Petazzoni thomas.petazzoni at bootlin.com
Thu Aug 15 21:30:10 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=5aea15be98be9fc0e9c1e4bc3cd02c1a011cd8c4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

batman_adv.h and list.h are licensed under MIT

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/batctl/batctl.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/batctl/batctl.mk b/package/batctl/batctl.mk
index 122263e460..824d2e15f5 100644
--- a/package/batctl/batctl.mk
+++ b/package/batctl/batctl.mk
@@ -6,7 +6,7 @@
 
 BATCTL_VERSION = 2017.0
 BATCTL_SITE = http://downloads.open-mesh.org/batman/releases/batman-adv-$(BATCTL_VERSION)
-BATCTL_LICENSE = GPL-2.0
+BATCTL_LICENSE = GPL-2.0, MIT (batman_adv.h, list.h)
 BATCTL_DEPENDENCIES = libnl host-pkgconf
 
 define BATCTL_BUILD_CMDS


More information about the buildroot mailing list