From 45243cd0098a9f46a16554000b92b1bc79a9d0e1 Mon Sep 17 00:00:00 2001 From: bl Date: Thu, 1 Aug 2019 05:43:55 +0200 Subject: [PATCH 1/2] Fix build on SL6.9. Fix #3603. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71de91e0..6087e3af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,8 @@ endif() check_c_compiler_flag("-std=gnu11" COMPILER_SUPPORTS_C11) if(COMPILER_SUPPORTS_C11) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu11") +else() + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99") endif() if(NOT MSVC) From 5a519e1686a6c9784dd029129ed44c8296468c30 Mon Sep 17 00:00:00 2001 From: bl Date: Thu, 1 Aug 2019 05:51:13 +0200 Subject: [PATCH 2/2] Add RELICENSING statement for bl0x. --- RELICENSE/bl0x.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 RELICENSE/bl0x.md diff --git a/RELICENSE/bl0x.md b/RELICENSE/bl0x.md new file mode 100644 index 00000000..bb400143 --- /dev/null +++ b/RELICENSE/bl0x.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 Bastian Löher 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 "bl0x", with +commit author "Bastian Löher ", are +copyright of Bastian Löher. This document hereby grants the libzmq +project team to relicense libzmq, including all past, present and +future contributions of the author listed above. + +Bastian Löher +2019/08/01