diff --git a/CMakeLists.txt b/CMakeLists.txt index 23c5c1dc..34ae1595 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() diff --git a/RELICENSE/td-krzysiek.md b/RELICENSE/td-krzysiek.md new file mode 100644 index 00000000..f6243ff6 --- /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