All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] filemq: correct license
@ 2017-03-20 20:53 Thomas Petazzoni
  2017-03-30 22:17 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2017-03-20 20:53 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=205a0289d4a0aefc76b0c937c2f725517114c658
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

All source files, except src/filemq_client.c and src/filemq_server.c,
has MPL Version 2.0 license text in file header.

As confirmed with upstream [1] (L)GPLv3 license texts COPYING and
COPYING.LESSER are leftover from previous implementation.

[1] - https://github.com/zeromq/filemq/issues/74

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/filemq/filemq.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/filemq/filemq.mk b/package/filemq/filemq.mk
index d57208e..62ddfaf 100644
--- a/package/filemq/filemq.mk
+++ b/package/filemq/filemq.mk
@@ -11,8 +11,8 @@ FILEMQ_AUTORECONF = YES
 FILEMQ_CONF_ENV = filemq_have_asciidoc=no
 FILEMQ_INSTALL_STAGING = YES
 FILEMQ_DEPENDENCIES = czmq openssl zeromq
-FILEMQ_LICENSE = LGPLv3+ with exceptions
-FILEMQ_LICENSE_FILES = COPYING COPYING.LESSER
+FILEMQ_LICENSE = MPLv2.0
+FILEMQ_LICENSE_FILES = LICENSE
 
 define FILEMQ_CREATE_CONFIG_DIR
 	mkdir -p $(@D)/config

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

* [Buildroot] [git commit] filemq: correct license
  2017-03-20 20:53 [Buildroot] [git commit] filemq: correct license Thomas Petazzoni
@ 2017-03-30 22:17 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-03-30 22:17 UTC (permalink / raw)
  To: buildroot

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

 > commit: https://git.buildroot.net/buildroot/commit/?id=205a0289d4a0aefc76b0c937c2f725517114c658
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > All source files, except src/filemq_client.c and src/filemq_server.c,
 > has MPL Version 2.0 license text in file header.

 > As confirmed with upstream [1] (L)GPLv3 license texts COPYING and
 > COPYING.LESSER are leftover from previous implementation.

 > [1] - https://github.com/zeromq/filemq/issues/74

 > Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 20:53 [Buildroot] [git commit] filemq: correct license Thomas Petazzoni
2017-03-30 22:17 ` 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.