diff mbox

[08/54] libfreefare: add license information

Message ID 1403636160-11807-8-git-send-email-gustavo@zacarias.com.ar
State Superseded
Headers show

Commit Message

Gustavo Zacarias June 24, 2014, 6:55 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libfreefare/libfreefare.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Yann E. MORIN June 24, 2014, 9:52 p.m. UTC | #1
Gustavo, All,

On 2014-06-24 15:55 -0300, Gustavo Zacarias spake thusly:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/libfreefare/libfreefare.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/libfreefare/libfreefare.mk b/package/libfreefare/libfreefare.mk
> index 362cab2..27a3b34 100644
> --- a/package/libfreefare/libfreefare.mk
> +++ b/package/libfreefare/libfreefare.mk
> @@ -7,6 +7,8 @@
>  LIBFREEFARE_VERSION = 0.3.4
>  LIBFREEFARE_SITE = http://libfreefare.googlecode.com/files
>  LIBFREEFARE_DEPENDENCIES = libnfc openssl
> +LIBFREEFARE_LICENSE = LGPLv3+

The COPYING file has an exeption, so I believe this should be:
    LIBFREEFARE_LICENSE = LGPLv3+ with exception

Regards,
Yann E. MORIN.

> +LIBFREEFARE_LICENSE_FILES = COPYING
>  
>  ifeq ($(BR2_PREFER_STATIC_LIB),y)
>  # openssl needs zlib even if the libfreefare example itself doesn't
> -- 
> 1.8.5.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Gustavo Zacarias June 24, 2014, 9:57 p.m. UTC | #2
On 06/24/2014 06:52 PM, Yann E. MORIN wrote:
> The COPYING file has an exeption, so I believe this should be:
>     LIBFREEFARE_LICENSE = LGPLv3+ with exception
> 
> Regards,
> Yann E. MORIN.

True, i'll send a v2, thanks for spotting it.
Regards.
diff mbox

Patch

diff --git a/package/libfreefare/libfreefare.mk b/package/libfreefare/libfreefare.mk
index 362cab2..27a3b34 100644
--- a/package/libfreefare/libfreefare.mk
+++ b/package/libfreefare/libfreefare.mk
@@ -7,6 +7,8 @@ 
 LIBFREEFARE_VERSION = 0.3.4
 LIBFREEFARE_SITE = http://libfreefare.googlecode.com/files
 LIBFREEFARE_DEPENDENCIES = libnfc openssl
+LIBFREEFARE_LICENSE = LGPLv3+
+LIBFREEFARE_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_PREFER_STATIC_LIB),y)
 # openssl needs zlib even if the libfreefare example itself doesn't