czmq: fix license after version bump
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 26 Apr 2014 18:49:56 +0000 (20:49 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 26 Apr 2014 18:51:33 +0000 (20:51 +0200)
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>
package/czmq/czmq.mk

index 47030416b1d14ac89ee2c3d6d6dd626f47e72a5f..2f6866b179727b0449a3487703f2e2e537ad8d50 100644 (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.