diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/qemu/qemu.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk index d40d7c9f6..790d34f53 100644 --- a/package/qemu/qemu.mk +++ b/package/qemu/qemu.mk @@ -7,6 +7,11 @@ QEMU_VERSION = 1.2.0 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_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 +# individual source files. QEMU_DEPENDENCIES = host-pkgconf zlib libglib2 |