summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-07-19 21:43:49 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-19 21:09:53 +0200
commitb1b962274bb363eeba492d3a3f4fc1ff3ea252c1 (patch)
tree4909b6ef083cc31f86609b50bd75ff984564e8fd
parent1d54c8415816a8116185b495822bfc6ec44f4071 (diff)
downloadbuildroot-b1b962274bb363eeba492d3a3f4fc1ff3ea252c1.tar.gz
buildroot-b1b962274bb363eeba492d3a3f4fc1ff3ea252c1.zip
iproute2: correct license
Source files license headers include the GPL "or ... any later version" language. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/iproute2/iproute2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index 5502d7358b..a9ca376717 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 = GPL-2.0
+IPROUTE2_LICENSE = GPL-2.0+
IPROUTE2_LICENSE_FILES = COPYING
# If both iproute2 and busybox are selected, make certain we win
OpenPOWER on IntegriCloud