summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-14 10:11:23 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-15 22:07:15 +0100
commit762ea5fa3f7a80e4dcc5296bc2e7421db5e7a1b0 (patch)
treebbfe94ec15223c99d2509a859c6dd08f26c1ca74
parentd27015442f3990de78b11a8830cc479c4dce87a8 (diff)
downloadbuildroot-762ea5fa3f7a80e4dcc5296bc2e7421db5e7a1b0.tar.gz
buildroot-762ea5fa3f7a80e4dcc5296bc2e7421db5e7a1b0.zip
lttng-modules: comma separate licenses
[Thomas: put between parenthesis the description of what is covered by each license.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/lttng-modules/lttng-modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lttng-modules/lttng-modules.mk b/package/lttng-modules/lttng-modules.mk
index 19c0a5d9b5..a4e146113a 100644
--- a/package/lttng-modules/lttng-modules.mk
+++ b/package/lttng-modules/lttng-modules.mk
@@ -7,7 +7,7 @@
LTTNG_MODULES_VERSION = 2.7.0
LTTNG_MODULES_SITE = http://lttng.org/files/lttng-modules
LTTNG_MODULES_SOURCE = lttng-modules-$(LTTNG_MODULES_VERSION).tar.bz2
-LTTNG_MODULES_LICENSE = LGPLv2.1/GPLv2 for kernel modules; MIT for lib/bitfield.h and lib/prio_heap/*
+LTTNG_MODULES_LICENSE = LGPLv2.1/GPLv2 (kernel modules), MIT (lib/bitfield.h, lib/prio_heap/*)
LTTNG_MODULES_LICENSE_FILES = lgpl-2.1.txt gpl-2.0.txt mit-license.txt LICENSE
$(eval $(kernel-module))
OpenPOWER on IntegriCloud