Skip to content

Commit 0978ef2

Browse files
committed
docs: mention MPL license for libzmq
1 parent cfaebbc commit 0978ef2

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

LICENSE_MPL-2.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This library ships `libzmq` binaries that are licensed under MPL-2.0:
2+
3+
https://github.com/zeromq/libzmq/blob/master/LICENSE
4+
5+
The source code for `libzmq` is available at:
6+
7+
https://github.com/zeromq/libzmq

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@
126126
"addon",
127127
"napi"
128128
],
129-
"license": "MIT",
129+
"license": "MIT AND MPL-2.0",
130130
"author": "Amin Yahyaabadi <[email protected]>, Rolf Timmermans <[email protected]>"
131131
}

0 commit comments

Comments
 (0)