summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-14 10:10:47 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-15 22:01:39 +0100
commit5f43b549c32bb0d994705135af1b04c5a04b46b3 (patch)
tree331c888618981826bf4d8474ad81c5067e49e0eb
parent28189c7105749793da2004ec19bf0053808d68c7 (diff)
downloadbuildroot-5f43b549c32bb0d994705135af1b04c5a04b46b3.tar.gz
buildroot-5f43b549c32bb0d994705135af1b04c5a04b46b3.zip
qemu: comma separate licenses
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/qemu/qemu.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk
index 94e1bcfd25..7accc1e05a 100644
--- a/package/qemu/qemu.mk
+++ b/package/qemu/qemu.mk
@@ -7,7 +7,7 @@
QEMU_VERSION = 2.4.0.1
QEMU_SOURCE = qemu-$(QEMU_VERSION).tar.bz2
QEMU_SITE = http://wiki.qemu.org/download
-QEMU_LICENSE = GPLv2 LGPLv2.1 MIT BSD-3c BSD-2c Others/BSD-1c
+QEMU_LICENSE = GPLv2, LGPLv2.1, MIT, BSD-3c, BSD-2c, Others/BSD-1c
QEMU_LICENSE_FILES = COPYING COPYING.LIB
# NOTE: there is no top-level license file for non-(L)GPL licenses;
# the non-(L)GPL license texts are specified in the affected
OpenPOWER on IntegriCloud