diff mbox

libtasn1: clarify licensing info

Message ID 1475111638-24640-1-git-send-email-gustavo.zacarias@free-electrons.com
State Accepted
Headers show

Commit Message

gustavo.zacarias@free-electrons.com Sept. 29, 2016, 1:13 a.m. UTC
From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>

The library is LGPLv2.1+, the tests and tools are GPLv3+ so clarify to
avoid confusion.

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
---
 package/libtasn1/libtasn1.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rahul Bedarkar Sept. 29, 2016, 1:23 p.m. UTC | #1
Hi,

On Thursday 29 September 2016 06:43 AM, 
gustavo.zacarias@free-electrons.com wrote:
> From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
>
> The library is LGPLv2.1+, the tests and tools are GPLv3+ so clarify to
> avoid confusion.
>
> Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
> ---
>   package/libtasn1/libtasn1.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/libtasn1/libtasn1.mk b/package/libtasn1/libtasn1.mk
> index 6b7e6b3..79223a4 100644
> --- a/package/libtasn1/libtasn1.mk
> +++ b/package/libtasn1/libtasn1.mk
> @@ -7,7 +7,7 @@
>   LIBTASN1_VERSION = 4.9
>   LIBTASN1_SITE = http://ftp.gnu.org/gnu/libtasn1
>   LIBTASN1_DEPENDENCIES = host-bison
> -LIBTASN1_LICENSE = GPLv3+, LGPLv2.1+
> +LIBTASN1_LICENSE = GPLv3+ (tests, tools), LGPLv2.1+ (library)

examples are also licensed under GPLv3+. But I'm not sure if we should 
add both tests and examples here when those don't go on target file system.

Apart form that

Reviewed-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>

Regards,
Rahul
Thomas Petazzoni Oct. 22, 2016, 2:45 p.m. UTC | #2
Hello,

On Wed, 28 Sep 2016 22:13:58 -0300, gustavo.zacarias@free-electrons.com
wrote:
> From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
> 
> The library is LGPLv2.1+, the tests and tools are GPLv3+ so clarify to
> avoid confusion.
> 
> Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
> ---
>  package/libtasn1/libtasn1.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/package/libtasn1/libtasn1.mk b/package/libtasn1/libtasn1.mk
index 6b7e6b3..79223a4 100644
--- a/package/libtasn1/libtasn1.mk
+++ b/package/libtasn1/libtasn1.mk
@@ -7,7 +7,7 @@ 
 LIBTASN1_VERSION = 4.9
 LIBTASN1_SITE = http://ftp.gnu.org/gnu/libtasn1
 LIBTASN1_DEPENDENCIES = host-bison
-LIBTASN1_LICENSE = GPLv3+, LGPLv2.1+
+LIBTASN1_LICENSE = GPLv3+ (tests, tools), LGPLv2.1+ (library)
 LIBTASN1_LICENSE_FILES = COPYING COPYING.LIB
 LIBTASN1_INSTALL_STAGING = YES
 # 'missing' fallback logic botched so disable it completely