summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Pretzsch <apr@cn-eng.de>2019-10-08 22:01:50 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-10-09 08:35:45 +0200
commit9a7c978eaacfafec81817d03619f21ddd7aad436 (patch)
treefacc4be5b5bce5e9e1ce6db3c660175789772e3c
parentf031f3a46569cab1e6fb5e4c6f5a845e6d7ade8c (diff)
downloadptxdist-9a7c978eaacfafec81817d03619f21ddd7aad436.tar.gz
ptxdist-9a7c978eaacfafec81817d03619f21ddd7aad436.tar.xz
libnl3: fix license identifier (GPL-2.0-only -> LGPL-2.1-only)
One of the changes 3.4.0 -> 3.5.0 was to add SPDX tags all across the source files. They are now tagged as LGPL-2.1-only. The lib code itself had written LGPL-2.1-only headers already, as did most of the commandline tools (src/nf-* and src/nl-*). Very few of the cli tools have written GPL-2.0-only headers even now, but the LGPL-2.1-only SPDX tag was added there also. But given the use of those cli tools, and the meaning of LGPL for regular executables, they are probably fine as LGPL, too. For details, see https://github.com/thom311/libnl/pull/219 It was accepted mainline as commit cee0b1b 'Add SPDX identifiers'. Therefore update the license tag in the rule to follow mainline. Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/libnl3.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/libnl3.make b/rules/libnl3.make
index 153c7b80e..5b3af0065 100644
--- a/rules/libnl3.make
+++ b/rules/libnl3.make
@@ -22,7 +22,7 @@ LIBNL3_SUFFIX := tar.gz
LIBNL3_URL := https://github.com/thom311/libnl/releases/download/$(LIBNL3_RELEASE)/$(LIBNL3).$(LIBNL3_SUFFIX)
LIBNL3_SOURCE := $(SRCDIR)/$(LIBNL3).$(LIBNL3_SUFFIX)
LIBNL3_DIR := $(BUILDDIR)/$(LIBNL3)
-LIBNL3_LICENSE := GPL-2.0-only
+LIBNL3_LICENSE := LGPL-2.1-only
#
# autoconf