diff mbox

wpa_supplicant: add license information

Message ID 50505623.7000903@mimc.co.uk
State Superseded
Headers show

Commit Message

Mark Jackson Sept. 12, 2012, 9:30 a.m. UTC
Signed-off-by: Mark Jackson <mpfj@newflow.co.uk>
---
 package/wpa_supplicant/wpa_supplicant.mk |    2 ++
 1 file changed, 2 insertions(+)

Comments

Baruch Siach Sept. 12, 2012, 10:19 a.m. UTC | #1
Hi Mark,

On Wed, Sep 12, 2012 at 10:30:11AM +0100, Mark Jackson wrote:
> Signed-off-by: Mark Jackson <mpfj@newflow.co.uk>
> ---
>  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.

baruch

> +WPA_SUPPLICANT_LICENSE_FILES = COPYING
>  WPA_SUPPLICANT_CONFIG = $(WPA_SUPPLICANT_DIR)/wpa_supplicant/.config
>  WPA_SUPPLICANT_SUBDIR = wpa_supplicant
>  WPA_SUPPLICANT_DBUS_SERVICE = fi.epitest.hostap.WPASupplicant

baruch
Mark Jackson Sept. 12, 2012, 10:32 a.m. UTC | #2
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 <mpfj@newflow.co.uk>
>> ---
>>  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.
diff mbox

Patch

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_LICENSE_FILES = COPYING
 WPA_SUPPLICANT_CONFIG = $(WPA_SUPPLICANT_DIR)/wpa_supplicant/.config
 WPA_SUPPLICANT_SUBDIR = wpa_supplicant
 WPA_SUPPLICANT_DBUS_SERVICE = fi.epitest.hostap.WPASupplicant