From d9d4dbbbd4f28f314ec7b2fc4a8c585f1610eaa6 Mon Sep 17 00:00:00 2001 From: Sven Liedtke Date: Wed, 27 Nov 2019 08:28:07 +0100 Subject: [PATCH 1/2] Problem: static libs are generated without given basename --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f650af4e..b974bf11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1195,7 +1195,7 @@ if(MSVC) MINSIZEREL_POSTFIX "${MSVC_TOOLSET}-mt-s-${ZMQ_VERSION_MAJOR}_${ZMQ_VERSION_MINOR}_${ZMQ_VERSION_PATCH}" DEBUG_POSTFIX "${MSVC_TOOLSET}-mt-sgd-${ZMQ_VERSION_MAJOR}_${ZMQ_VERSION_MINOR}_${ZMQ_VERSION_PATCH}" COMPILE_FLAGS "/DZMQ_STATIC" - OUTPUT_NAME "lib{ZMQ_OUTPUT_BASENAME}") + OUTPUT_NAME "lib${ZMQ_OUTPUT_BASENAME}") endif() else() # avoid building everything twice for shared + static From 0cca4b2ce9cd6a2278dc60182597bf0555ee59f6 Mon Sep 17 00:00:00 2001 From: Sven Liedtke Date: Wed, 27 Nov 2019 08:28:07 +0100 Subject: [PATCH 2/2] Add relicense statement --- RELICENSE/liedtkeInTUM.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 RELICENSE/liedtkeInTUM.md diff --git a/RELICENSE/liedtkeInTUM.md b/RELICENSE/liedtkeInTUM.md new file mode 100644 index 00000000..7348494f --- /dev/null +++ b/RELICENSE/liedtkeInTUM.md @@ -0,0 +1,13 @@ +# Permission to Relicense under MPLv2 + +This is a statement by Sven Liedtke +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 "liedtkeInTUM", with +commit author "Sven Liedtke", are copyright of Sven Liedtke. +This document hereby grants the libzmq project team to relicense libzmq, +including all past, present and future contributions of the author listed above. + +Sven Liedtke +2019/11/27 \ No newline at end of file