summaryrefslogtreecommitdiffstats
path: root/rules/libcap.make
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-12-06 13:02:39 +0100
committerJuergen Borleis <jbe@pengutronix.de>2017-12-08 15:25:10 +0100
commit00c6e91b6b8a54cdfc7af0d75e4eb7637981e63d (patch)
tree215cd056fb8dfd70a73e497e45cb396f11f2e527 /rules/libcap.make
parent8667d660578723d854b9855830211d84eb45afbb (diff)
downloadptxdist-00c6e91b6b8a54cdfc7af0d75e4eb7637981e63d.tar.gz
ptxdist-00c6e91b6b8a54cdfc7af0d75e4eb7637981e63d.tar.xz
License report: unify all license lists
If a package uses more than one license at a time, the keyword "AND" should illustrate this. Follow this rule for all packages with more than one license in their list. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'rules/libcap.make')
-rw-r--r--rules/libcap.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/libcap.make b/rules/libcap.make
index ca703e493..519156ad0 100644
--- a/rules/libcap.make
+++ b/rules/libcap.make
@@ -24,7 +24,7 @@ LIBCAP_URL := \
$(call ptx/mirror, KERNEL, libs/security/linux-privs/libcap2/$(LIBCAP).$(LIBCAP_SUFFIX))
LIBCAP_SOURCE := $(SRCDIR)/$(LIBCAP).$(LIBCAP_SUFFIX)
LIBCAP_DIR := $(BUILDDIR)/$(LIBCAP)
-LIBCAP_LICENSE := BSD-3-Clause, GPL-2.0
+LIBCAP_LICENSE := BSD-3-Clause AND GPL-2.0
LIBCAP_LICENSE_FILES := file://License;md5=3f84fd6f29d453a56514cb7e4ead25f1
# ----------------------------------------------------------------------------