From 47b2aec813ce18147161b06aa6e6c4fb48a5a4ba Mon Sep 17 00:00:00 2001 From: bjornstromberg <5454791+bjornstromberg@users.noreply.github.com> Date: Sat, 22 Apr 2023 08:58:55 +0200 Subject: [PATCH 1/2] Problem: merged pr-4432 broke FindSodium on linux Solution: rename the FindSodium to Findsodium so it matches what the build script actually looks for. tested on ubuntu-20.04lts with cmake 3.16. --- builds/cmake/Modules/{FindSodium.cmake => Findsodium.cmake} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename builds/cmake/Modules/{FindSodium.cmake => Findsodium.cmake} (100%) diff --git a/builds/cmake/Modules/FindSodium.cmake b/builds/cmake/Modules/Findsodium.cmake similarity index 100% rename from builds/cmake/Modules/FindSodium.cmake rename to builds/cmake/Modules/Findsodium.cmake From f56a44d35d76d38dc9b297569c1707aff500ba33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Str=C3=B6mberg?= <5454791+bjornstromberg@users.noreply.github.com> Date: Sat, 22 Apr 2023 09:13:22 +0200 Subject: [PATCH 2/2] Problem: no relicense agreement by bjornstromberg Solution: added relicense agreement --- RELICENSE/bjornstromberg.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 RELICENSE/bjornstromberg.md diff --git a/RELICENSE/bjornstromberg.md b/RELICENSE/bjornstromberg.md new file mode 100644 index 00000000..8f5bf93c --- /dev/null +++ b/RELICENSE/bjornstromberg.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 Björn Strömberg 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 "bjornstromberg", with +commit author "Björn Strömberg <5454791+bjornstromberg@users.noreply.github.com>", are +copyright of Björn Strömberg. This document hereby grants the libzmq +project team to relicense libzmq, including all past, present and +future contributions of the author listed above. + +Björn Strömberg +2023/04/22