summaryrefslogtreecommitdiffstats
path: root/package/czmq
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-04-26 20:49:56 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-04-26 20:51:33 +0200
commit6f64cd187c1b23e7201a91850cbfd3e8c37ba8a4 (patch)
tree61d3598be8973c65d0151204a9a838066b97b003 /package/czmq
parent75a8d8aca5241d740df49669ff264c9a8baf3aa3 (diff)
downloadbuildroot-6f64cd187c1b23e7201a91850cbfd3e8c37ba8a4.tar.gz
buildroot-6f64cd187c1b23e7201a91850cbfd3e8c37ba8a4.zip
czmq: fix license after version bump
czmq is now under the MPLv2.0 license. For more details, see https://github.com/zeromq/czmq/commit/eabe063c2588cde0af90e Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/czmq')
-rw-r--r--package/czmq/czmq.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/czmq/czmq.mk b/package/czmq/czmq.mk
index 47030416b1..2f6866b179 100644
--- a/package/czmq/czmq.mk
+++ b/package/czmq/czmq.mk
@@ -11,8 +11,8 @@ CZMQ_SITE = git://github.com/zeromq/czmq.git
CZMQ_AUTORECONF = YES
CZMQ_INSTALL_STAGING = YES
CZMQ_DEPENDENCIES = zeromq
-CZMQ_LICENSE = LGPLv3+ with exceptions
-CZMQ_LICENSE_FILES = COPYING COPYING.LESSER
+CZMQ_LICENSE = MPLv2.0
+CZMQ_LICENSE_FILES = LICENSE
# asciidoc is a python script that imports unicodedata, which is not in
# host-python, so disable asciidoc entirely.
OpenPOWER on IntegriCloud