diff mbox series

libostree: change license to LGPL-2.0+

Message ID 20171207120313.25510-1-marcus.folkesson@gmail.com
State Accepted
Commit 2995abf4e4370b1643e165923d3da65f099080d7
Headers show
Series libostree: change license to LGPL-2.0+ | expand

Commit Message

Marcus Folkesson Dec. 7, 2017, 12:03 p.m. UTC
The license is actually GNU LIBRARY GENERAL PUBLIC LICENSE

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 package/libostree/libostree.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Dec. 7, 2017, 9:32 p.m. UTC | #1
>>>>> "Marcus" == Marcus Folkesson <marcus.folkesson@gmail.com> writes:

 > The license is actually GNU LIBRARY GENERAL PUBLIC LICENSE
 > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>

Committed, thanks. src/libostree/ostree.h interesting enough refers to
the 'lesser general public license' (E.G. the "new" meaning of LGPL from
v2.1), but also still refers to 'version 2'.
Baruch Siach Dec. 8, 2017, 4:39 a.m. UTC | #2
Hi Peter,

On Thu, Dec 07, 2017 at 10:32:05PM +0100, Peter Korsgaard wrote:
> >>>>> "Marcus" == Marcus Folkesson <marcus.folkesson@gmail.com> writes:
> 
>  > The license is actually GNU LIBRARY GENERAL PUBLIC LICENSE
>  > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> 
> Committed, thanks. src/libostree/ostree.h interesting enough refers to
> the 'lesser general public license' (E.G. the "new" meaning of LGPL from
> v2.1), but also still refers to 'version 2'.

Not in master as of ae2ec0ed742 (arch/arm: default to Cortex-A53 for AArch64).

baruch
Peter Korsgaard Dec. 8, 2017, 7:40 a.m. UTC | #3
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > Hi Peter,
 > On Thu, Dec 07, 2017 at 10:32:05PM +0100, Peter Korsgaard wrote:
 >> >>>>> "Marcus" == Marcus Folkesson <marcus.folkesson@gmail.com> writes:
 >> 
 >> > The license is actually GNU LIBRARY GENERAL PUBLIC LICENSE
 >> > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
 >> 
 >> Committed, thanks. src/libostree/ostree.h interesting enough refers to
 >> the 'lesser general public license' (E.G. the "new" meaning of LGPL from
 >> v2.1), but also still refers to 'version 2'.

 > Not in master as of ae2ec0ed742 (arch/arm: default to Cortex-A53 for AArch64).

Sorry, I've pushed it now.
diff mbox series

Patch

diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk
index b43c228068..3ac8278a98 100644
--- a/package/libostree/libostree.mk
+++ b/package/libostree/libostree.mk
@@ -8,7 +8,7 @@  LIBOSTREE_VERSION = 2017.14
 LIBOSTREE_SOURCE = libostree-$(LIBOSTREE_VERSION).tar.xz
 LIBOSTREE_SITE = https://github.com/ostreedev/ostree/releases/download/v$(LIBOSTREE_VERSION)
 
-LIBOSTREE_LICENSE = GPL-2.0+
+LIBOSTREE_LICENSE = LGPL-2.0+
 LIBOSTREE_LICENSE_FILES = COPYING
 LIBOSTREE_DEPENDENCIES = e2fsprogs host-pkgconf libfuse libglib2 libgpgme xz
 LIBOSTREE_INSTALL_STAGING = YES