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>
This commit is contained in:
Peter Korsgaard 2014-04-26 20:49:56 +02:00
parent 75a8d8aca5
commit 6f64cd187c
1 changed files with 2 additions and 2 deletions

View File

@ -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.