From dd51cad082923a5973cdaff9c0418e5ab28de763 Mon Sep 17 00:00:00 2001 From: Ewen McNeill Date: Mon, 25 Apr 2016 11:03:03 +1200 Subject: [PATCH 1/2] RELICENSE: Start collecting MPLv2 license grants --- RELICENSE/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 RELICENSE/README.md diff --git a/RELICENSE/README.md b/RELICENSE/README.md new file mode 100644 index 00000000..97bbf433 --- /dev/null +++ b/RELICENSE/README.md @@ -0,0 +1,22 @@ +# Permission to Relicense under MPLV2 + +This directory collects grants from individuals and firms that hold +copyrights in ZeroMQ to permit licensing the ZeroMQ code under +the [Mozilla Public License, version +2](https://www.mozilla.org/en-US/MPL/2.0/). See [GitHub Pull +Request #1917](https://github.com/zeromq/libzmq/pull/1917) and +[original iMatix zeromq-dev license +grant](http://lists.zeromq.org/pipermail/zeromq-dev/2016-April/030288.html) +for some background information. + +Please create a separate file in this directory for each individual +or firm holding copyright in ZeroMQ, named after the individual or +firm holding the copyright. + +Each patch must be made with a GitHub handle that is clearly +associated with the copyright owner, to guarantee the identity of +the signatory. Please avoid changing the files created by other +individuals or firms granting a copyright license over their +copyrights (if rewording is required contact them and ask them to +submit an updated version). This makes it easier to verify that +the license grant was made by an authorized GitHub account. From e604bbcc13b178b14049db3415114e8457ad583f Mon Sep 17 00:00:00 2001 From: Ewen McNeill Date: Wed, 27 Apr 2016 20:27:09 +1200 Subject: [PATCH 2/2] RELICENSE: Link to 0MQ Licensing page --- RELICENSE/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELICENSE/README.md b/RELICENSE/README.md index 97bbf433..bdb32c3f 100644 --- a/RELICENSE/README.md +++ b/RELICENSE/README.md @@ -4,7 +4,8 @@ This directory collects grants from individuals and firms that hold copyrights in ZeroMQ to permit licensing the ZeroMQ code under the [Mozilla Public License, version 2](https://www.mozilla.org/en-US/MPL/2.0/). See [GitHub Pull -Request #1917](https://github.com/zeromq/libzmq/pull/1917) and +Request #1917](https://github.com/zeromq/libzmq/pull/1917), +the [0MQ Licensing Page](http://zeromq.org/area:licensing) and [original iMatix zeromq-dev license grant](http://lists.zeromq.org/pipermail/zeromq-dev/2016-April/030288.html) for some background information.