[Buildroot] [git commit branch/2017.02.x] iproute2: correct license

Peter Korsgaard peter at korsgaard.com
Thu Jul 20 05:39:02 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=65080e973d686ee34e30644046375d8757c3ba5f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2017.02.x

Source files license headers include the GPL "or ... any later version" language.

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
(cherry picked from commit b1b962274bb363eeba492d3a3f4fc1ff3ea252c1)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/iproute2/iproute2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index 5ea5299..fefd018 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -9,7 +9,7 @@ IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz
 IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2
 IPROUTE2_DEPENDENCIES = host-bison host-flex host-pkgconf \
 	$(if $(BR2_PACKAGE_LIBMNL),libmnl)
-IPROUTE2_LICENSE = GPLv2
+IPROUTE2_LICENSE = GPLv2+
 IPROUTE2_LICENSE_FILES = COPYING
 
 # If both iproute2 and busybox are selected, make certain we win


More information about the buildroot mailing list