All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] zmqpp: update license
@ 2017-03-14 14:29 Rahul Bedarkar
  2017-03-14 20:59 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Rahul Bedarkar @ 2017-03-14 14:29 UTC (permalink / raw)
  To: buildroot

Since version 4.1.2, zmqpp is provided under MPLv2.

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
 package/zmqpp/zmqpp.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/zmqpp/zmqpp.mk b/package/zmqpp/zmqpp.mk
index 18da709..3e35fd7 100644
--- a/package/zmqpp/zmqpp.mk
+++ b/package/zmqpp/zmqpp.mk
@@ -8,7 +8,7 @@ ZMQPP_VERSION = 4.1.2
 ZMQPP_SITE = $(call github,zeromq,zmqpp,$(ZMQPP_VERSION))
 ZMQPP_INSTALL_STAGING = YES
 ZMQPP_DEPENDENCIES = zeromq
-ZMQPP_LICENSE = MIT
+ZMQPP_LICENSE = MPLv2.0
 ZMQPP_LICENSE_FILES = LICENSE
 ZMQPP_MAKE_OPTS = LD="$(TARGET_CXX)" BUILD_PATH=./build PREFIX=/usr
 ZMQPP_LDFLAGS = $(TARGET_LDFLAGS) -lpthread
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] zmqpp: update license
  2017-03-14 14:29 [Buildroot] [PATCH] zmqpp: update license Rahul Bedarkar
@ 2017-03-14 20:59 ` Thomas Petazzoni
  2017-03-14 22:05   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2017-03-14 20:59 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 14 Mar 2017 19:59:37 +0530, Rahul Bedarkar wrote:
> Since version 4.1.2, zmqpp is provided under MPLv2.
> 
> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
> ---
>  package/zmqpp/zmqpp.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/zmqpp/zmqpp.mk b/package/zmqpp/zmqpp.mk
> index 18da709..3e35fd7 100644
> --- a/package/zmqpp/zmqpp.mk
> +++ b/package/zmqpp/zmqpp.mk
> @@ -8,7 +8,7 @@ ZMQPP_VERSION = 4.1.2
>  ZMQPP_SITE = $(call github,zeromq,zmqpp,$(ZMQPP_VERSION))
>  ZMQPP_INSTALL_STAGING = YES
>  ZMQPP_DEPENDENCIES = zeromq
> -ZMQPP_LICENSE = MIT
> +ZMQPP_LICENSE = MPLv2.0

Wow, thanks, well noticed indeed! Patch applied to master.

And the worst thing is that previous versions were not even under the
MIT license: they were under LGPLv3 + static linking exception.

Peter: we really want this one in the LTS branch, since 4.1.2 was
already used in the LTS branch.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] zmqpp: update license
  2017-03-14 20:59 ` Thomas Petazzoni
@ 2017-03-14 22:05   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-03-14 22:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Hello,
 > On Tue, 14 Mar 2017 19:59:37 +0530, Rahul Bedarkar wrote:
 >> Since version 4.1.2, zmqpp is provided under MPLv2.
 >> 
 >> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
 >> ---
 >> package/zmqpp/zmqpp.mk | 2 +-
 >> 1 file changed, 1 insertion(+), 1 deletion(-)
 >> 
 >> diff --git a/package/zmqpp/zmqpp.mk b/package/zmqpp/zmqpp.mk
 >> index 18da709..3e35fd7 100644
 >> --- a/package/zmqpp/zmqpp.mk
 >> +++ b/package/zmqpp/zmqpp.mk
 >> @@ -8,7 +8,7 @@ ZMQPP_VERSION = 4.1.2
 >> ZMQPP_SITE = $(call github,zeromq,zmqpp,$(ZMQPP_VERSION))
 >> ZMQPP_INSTALL_STAGING = YES
 >> ZMQPP_DEPENDENCIES = zeromq
 >> -ZMQPP_LICENSE = MIT
 >> +ZMQPP_LICENSE = MPLv2.0

 > Wow, thanks, well noticed indeed! Patch applied to master.

 > And the worst thing is that previous versions were not even under the
 > MIT license: they were under LGPLv3 + static linking exception.

Gaah :/

 > Peter: we really want this one in the LTS branch, since 4.1.2 was
 > already used in the LTS branch.

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-14 22:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-14 14:29 [Buildroot] [PATCH] zmqpp: update license Rahul Bedarkar
2017-03-14 20:59 ` Thomas Petazzoni
2017-03-14 22:05   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.