From 39c63994f947cba60472e7d15363104c01551924 Mon Sep 17 00:00:00 2001 From: Victor Luchits Date: Tue, 12 Nov 2019 18:24:21 +0300 Subject: [PATCH 1/2] Remove the superfluous build requirement of libsodium-devel --- packaging/redhat/zeromq.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/redhat/zeromq.spec b/packaging/redhat/zeromq.spec index 8c9320fc..0b00cb68 100644 --- a/packaging/redhat/zeromq.spec +++ b/packaging/redhat/zeromq.spec @@ -19,7 +19,7 @@ URL: http://www.zeromq.org/ Source: http://download.zeromq.org/%{name}-%{version}.tar.gz Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: autoconf automake libtool libsodium-devel glib2-devel +BuildRequires: autoconf automake libtool glib2-devel %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) BuildRequires: e2fsprogs-devel BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) From e2e0f5c5f0fc22f6e9238268b25343bead8e8519 Mon Sep 17 00:00:00 2001 From: Victor Luchits Date: Tue, 12 Nov 2019 20:13:44 +0300 Subject: [PATCH 2/2] Add the relicense statement --- RELICENSE/viciious.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 RELICENSE/viciious.md diff --git a/RELICENSE/viciious.md b/RELICENSE/viciious.md new file mode 100644 index 00000000..2d77b247 --- /dev/null +++ b/RELICENSE/viciious.md @@ -0,0 +1,13 @@ +# Permission to Relicense under MPLv2 + +This is a statement by Victor Luchits +that grants permission to relicense its copyrights in the libzmq C++ +library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). + +A portion of the commits made by the Github handle "viciious", with +commit author "Victor Luchits", are copyright of Victor Luchits. +This document hereby grants the libzmq project team to relicense libzmq, +including all past, present and future contributions of the author listed above. + +Victor Luchits +2019/11/12