From 74af53fdfaed825826ed4b2c97f642c0b5790839 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 1 Feb 2023 05:37:59 +0800 Subject: [PATCH 1/2] tests: use NOT APPLE instead of NOT MATCHES Clang --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 469e60d4..54cdf24a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -277,7 +277,7 @@ foreach(test ${tests}) endif() else() # per-test directories not generated on OS X / Darwin - if(NOT ${CMAKE_CXX_COMPILER_ID} MATCHES "Clang.*") + if(NOT APPLE) link_directories(${test} PRIVATE "${ZeroMQ_SOURCE_DIR}/../lib") endif() endif() From 2438952f755da51205a410fc11226ed6ca1e40de Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 1 Feb 2023 08:02:53 +0800 Subject: [PATCH 2/2] Add relicense statement --- RELICENSE/sergeyfedorov.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 RELICENSE/sergeyfedorov.md diff --git a/RELICENSE/sergeyfedorov.md b/RELICENSE/sergeyfedorov.md new file mode 100644 index 00000000..157ee48a --- /dev/null +++ b/RELICENSE/sergeyfedorov.md @@ -0,0 +1,16 @@ +# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL + +This is a statement by Sergey Fedorov +that grants permission to relicense its copyrights in the libzmq C++ +library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other +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 "barracuda156", +with commit author "Sergey Fedorov " +or commit author "barracuda156", are copyright of Sergey Fedorov. +This document hereby grants the libzmq project team to relicense libzmq, +including all past, present and future contributions of the author listed above. + +Sergey Fedorov (barracuda156) +Done in Taipei on the 2023/02/01 \ No newline at end of file