From 2b595d6c923c197b8410470b663720e339682b70 Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Tue, 28 Aug 2012 02:07:43 +0000 Subject: 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 Signed-off-by: Peter Korsgaard --- package/zeromq/zeromq.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/zeromq') 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)) -- cgit v1.2.3