diff mbox

[v2] zeromq: add license information

Message ID 1346155663-19364-1-git-send-email-spdawson@gmail.com
State Accepted
Commit 2b595d6c923c197b8410470b663720e339682b70
Headers show

Commit Message

Simon Dawson Aug. 28, 2012, 12:07 p.m. UTC
From: Simon Dawson <simond@trainfx.com>

Not that the COPYING.LESSER file states that "Parts of the
software are licensed under the MIT (X11) license".
On the 0MQ mailing list, Pieter Hintjens has confirmed that
the code no longer contains any parts that are under the
MIT/X11 license. (The COPYING.LESSER file will be fixed in
a future release.)

Signed-off-by: Simon Dawson <simond@trainfx.com>
---
 v2: License is not GPLv3+, as claimed by v1 of this patch.

 package/zeromq/zeromq.mk |    2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Sept. 5, 2012, 9:51 p.m. UTC | #1
>>>>> "spdawson" == spdawson  <spdawson@gmail.com> writes:

 spdawson> From: Simon Dawson <simond@trainfx.com>
 spdawson> Not that the COPYING.LESSER file states that "Parts of the
 spdawson> software are licensed under the MIT (X11) license".
 spdawson> On the 0MQ mailing list, Pieter Hintjens has confirmed that
 spdawson> the code no longer contains any parts that are under the
 spdawson> MIT/X11 license. (The COPYING.LESSER file will be fixed in
 spdawson> a future release.)

Committed, thanks.
diff mbox

Patch

diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk
index f5e530d..99ee4ca 100644
--- a/package/zeromq/zeromq.mk
+++ b/package/zeromq/zeromq.mk
@@ -8,5 +8,7 @@  ZEROMQ_VERSION = 2.1.11
 ZEROMQ_SITE = http://download.zeromq.org/
 ZEROMQ_INSTALL_STAGING = YES
 ZEROMQ_DEPENDENCIES = util-linux
+ZEROMQ_LICENSE = LGPLv3+ with exceptions
+ZEROMQ_LICENSE_FILES = COPYING COPYING.LESSER
 
 $(eval $(autotools-package))