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 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