summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>2016-02-25 11:18:42 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-25 22:27:38 +0100
commitc692ba029c901419c2f4e60b5cd4058f6ae1486b (patch)
treee86d0d32afc45445cbd5777ebda57dbb1254c07b /package/dnsmasq
parent9cc9c224f9675d1e724974a0915093e55519db8b (diff)
downloadbuildroot-c692ba029c901419c2f4e60b5cd4058f6ae1486b.tar.gz
buildroot-c692ba029c901419c2f4e60b5cd4058f6ae1486b.zip
dnsmasq: separate licenses with 'or' keyword
dnsmasq is dual licensed so separate licenses with 'or' keyword. Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/dnsmasq.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index a0db81bb64..b3e8c4c404 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -11,7 +11,7 @@ DNSMASQ_MAKE_ENV = $(TARGET_MAKE_ENV) CC="$(TARGET_CC)"
DNSMASQ_MAKE_OPTS = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)"
DNSMASQ_MAKE_OPTS += DESTDIR=$(TARGET_DIR) LDFLAGS="$(TARGET_LDFLAGS)"
DNSMASQ_DEPENDENCIES = host-pkgconf
-DNSMASQ_LICENSE = Dual GPLv2/GPLv3
+DNSMASQ_LICENSE = GPLv2 or GPLv3
DNSMASQ_LICENSE_FILES = COPYING COPYING-v3
ifneq ($(BR2_PACKAGE_DNSMASQ_DHCP),y)
OpenPOWER on IntegriCloud