From aea0665eec780f334b53fcf9394050f7aa1feff9 Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Sun, 6 Feb 2022 22:12:19 +0100 Subject: [PATCH 1/2] Fix minor casing issue in include files This fails when compiling x86_64-pc-windows-msvc targets on a case sensitive file system. --- src/precompiled.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/precompiled.hpp b/src/precompiled.hpp index f22a6937..d9cb325a 100644 --- a/src/precompiled.hpp +++ b/src/precompiled.hpp @@ -70,7 +70,7 @@ #include #include #include -#include +#include #include #include #include From d01f244cf6b144d3b740e6ca9e18b9bf56b6cf2e Mon Sep 17 00:00:00 2001 From: Jasper Bekkers Date: Tue, 8 Feb 2022 16:17:29 +0100 Subject: [PATCH 2/2] Add relicense --- RELICENSE/Jasper-Bekkers.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 RELICENSE/Jasper-Bekkers.md diff --git a/RELICENSE/Jasper-Bekkers.md b/RELICENSE/Jasper-Bekkers.md new file mode 100644 index 00000000..1688ec65 --- /dev/null +++ b/RELICENSE/Jasper-Bekkers.md @@ -0,0 +1,13 @@ +# Permission to Relicense under MPLv2 + +This is a statement by the Netherlands eScience Center +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 "Jasper-Bekkers", with +commit author "Jasper Bekkers bekkers@gmail.com", are copyright of Traverse Research BV. +This document hereby grants the libzmq project team to relicense libzmq, +including all past, present and future contributions of the author listed above. + +Jasper Bekkers