From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jackson Date: Wed, 12 Sep 2012 11:32:14 +0100 Subject: [Buildroot] [PATCH] wpa_supplicant: add license information In-Reply-To: <20120912101955.GB15924@sapphire.tkos.co.il> References: <50505623.7000903@mimc.co.uk> <20120912101955.GB15924@sapphire.tkos.co.il> Message-ID: <505064AE.7090202@mimc.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 12/09/12 11:19, Baruch Siach wrote: > Hi Mark, > > On Wed, Sep 12, 2012 at 10:30:11AM +0100, Mark Jackson wrote: >> Signed-off-by: Mark Jackson >> --- >> package/wpa_supplicant/wpa_supplicant.mk | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk >> index 9d957ea..34c5a0b 100644 >> --- a/package/wpa_supplicant/wpa_supplicant.mk >> +++ b/package/wpa_supplicant/wpa_supplicant.mk >> @@ -6,6 +6,8 @@ >> >> WPA_SUPPLICANT_VERSION = 1.0 >> WPA_SUPPLICANT_SITE = http://hostap.epitest.fi/releases >> +WPA_SUPPLICANT_LICENSE = GPLv2 > > wpa_supplicant (and hostapd) are under a dual license GPLv2/BSD-3c. See the > README file. Ah yes ... missed that one. Thanks.