Browse Source

set_license("MPL-2.0") (#2394)

* add protobuf-cpp 3.12.0

* MPL-2.0 for zeromq
DanielKui 2 years ago
parent
commit
4ab17307a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/z/zeromq/xmake.lua

+ 1 - 1
packages/z/zeromq/xmake.lua

@@ -1,7 +1,7 @@
 package("zeromq")
     set_homepage("https://zeromq.org/")
     set_description("High-performance, asynchronous messaging library")
-    set_license("GPL-3.0")
+    set_license("MPL-2.0")
 
     set_urls("https://github.com/zeromq/libzmq/releases/download/v$(version)/zeromq-$(version).tar.gz",
              "https://github.com/zeromq/libzmq.git")