Skip to content

Commit

Permalink
docs: mention MPL license for libzmq
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 13, 2024
1 parent cfaebbc commit 0978ef2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
File renamed without changes.
7 changes: 7 additions & 0 deletions LICENSE_MPL-2.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
This library ships `libzmq` binaries that are licensed under MPL-2.0:

https://github.com/zeromq/libzmq/blob/master/LICENSE

The source code for `libzmq` is available at:

https://github.com/zeromq/libzmq
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@
"addon",
"napi"
],
"license": "MIT",
"license": "MIT AND MPL-2.0",
"author": "Amin Yahyaabadi <[email protected]>, Rolf Timmermans <[email protected]>"
}

0 comments on commit 0978ef2

Please sign in to comment.