From 80e5bfeade6340bd5618fe6448e5da642591303d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Rosi=C5=84ski?= Date: Thu, 24 Nov 2022 06:40:06 +0100 Subject: [PATCH 1/2] fix missing sodium link_directories --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 23c5c1dc4b..34ae1595a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,6 +267,7 @@ if(ENABLE_CURVE) if(SODIUM_FOUND) message(STATUS "Using libsodium for CURVE security") include_directories(${SODIUM_INCLUDE_DIRS}) + link_directories(${SODIUM_LIBRARY_DIRS}) if(WITH_LIBSODIUM_STATIC) add_compile_definitions(SODIUM_STATIC) endif() From 2eb9d59cb7519bc273bdb7a465fff24cb01b8587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Rosi=C5=84ski?= Date: Thu, 24 Nov 2022 10:39:02 +0100 Subject: [PATCH 2/2] add relicense note --- RELICENSE/td-krzysiek.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 RELICENSE/td-krzysiek.md diff --git a/RELICENSE/td-krzysiek.md b/RELICENSE/td-krzysiek.md new file mode 100644 index 0000000000..f6243ff6ef --- /dev/null +++ b/RELICENSE/td-krzysiek.md @@ -0,0 +1,15 @@ +# Permission to Relicense under MPLv2 or any other share-alike OSI approved license chosen by the current ZeroMQ BDFL + +This is a statement by Krzysztof Rosiński +that grants permission to relicense its copyrights in the libzmq C++ +library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other +share-alike Open Source Initiative approved license chosen by the current +ZeroMQ BDFL (Benevolent Dictator for Life). + +A portion of the commits made by the Github handle "td-krzysiek", with +commit author "Krzysztof Rosiński ", are copyright of Krzysztof Rosiński. +This document hereby grants the libzmq project team to relicense libzmq, +including all past, present and future contributions of the author listed above. + +Krzysztof Rosiński +2022/11/24 \ No newline at end of file