summaryrefslogtreecommitdiff
path: root/package/zeromq
diff options
context:
space:
mode:
authorSimon Dawson <simond@trainfx.com>2012-08-28 02:07:43 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-09-05 23:50:45 +0200
commit2b595d6c923c197b8410470b663720e339682b70 (patch)
tree4ee775d85924715527ff99964da3983d9722b3ea /package/zeromq
parent602b051634bada61ac67c4e8d39765f4549ef9e9 (diff)
zeromq: add license information
Note 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> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/zeromq')
-rw-r--r--package/zeromq/zeromq.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk
index f5e530dfd..99ee4cad3 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))