summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Bedarkar <rahul.bedarkar@imgtec.com>2016-02-25 11:18:43 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-25 22:27:44 +0100
commit52f845742f9a7adbb98cf06df7976828ccebaf62 (patch)
tree564e237035e538ba3ddce4cbcfeb1841eeae7c44
parentc692ba029c901419c2f4e60b5cd4058f6ae1486b (diff)
downloadbuildroot-52f845742f9a7adbb98cf06df7976828ccebaf62.tar.gz
buildroot-52f845742f9a7adbb98cf06df7976828ccebaf62.zip
hostapd: correct legal info
hostapd is licensed under BSD-3c only and not dual licensed. Quoting from COPYING file This software was previously distributed under BSD/GPL v2 dual license terms that allowed either of those license alternatives to be selected. As of February 11, 2012, the project has chosen to use only the BSD license option for future distribution. As such, the GPL v2 license option is no longer used. Reviewed-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/hostapd/hostapd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/hostapd.mk b/package/hostapd/hostapd.mk
index 88867e6d8a..dca07c1bc5 100644
--- a/package/hostapd/hostapd.mk
+++ b/package/hostapd/hostapd.mk
@@ -10,7 +10,7 @@ HOSTAPD_SUBDIR = hostapd
HOSTAPD_CONFIG = $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/.config
HOSTAPD_DEPENDENCIES = host-pkgconf libnl
HOSTAPD_CFLAGS = $(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/libnl3/
-HOSTAPD_LICENSE = GPLv2/BSD-3c
+HOSTAPD_LICENSE = BSD-3c
HOSTAPD_LICENSE_FILES = README
HOSTAPD_CONFIG_SET =
OpenPOWER on IntegriCloud