From 091e15a28d2d04ed2e0ae0ed08b06a987b81e29f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 19 Apr 2019 12:16:01 -0700 Subject: [PATCH 1/2] Add include to fix uClibc++ compilation Under uClibc++, streamoff is defined in . This header is needed to fix compilation. --- src/blob.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blob.hpp b/src/blob.hpp index c14633c2..54221618 100644 --- a/src/blob.hpp +++ b/src/blob.hpp @@ -36,6 +36,7 @@ #include #include #include +#include #if __cplusplus >= 201103L || defined(_MSC_VER) && _MSC_VER > 1700 #define ZMQ_HAS_MOVE_SEMANTICS From 761af4939f0b39a493ebe81970bdb57a290288ce Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 19 Apr 2019 14:18:29 -0700 Subject: [PATCH 2/2] Add RELICENSE entry Signed-off-by: Rosen Penev --- RELICENSE/neheb.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 RELICENSE/neheb.md diff --git a/RELICENSE/neheb.md b/RELICENSE/neheb.md new file mode 100644 index 00000000..d616230b --- /dev/null +++ b/RELICENSE/neheb.md @@ -0,0 +1,14 @@ +# Permission to Relicense under MPLv2 + +This is a statement by Rosen Penev +that grants permission to relicense its copyrights in the libzmq C++ +library (ZeroMQ) under the Mozilla Public License v2 (MPLv2). + +A portion of the commits made by the Github handle "flub", with +commit author "Rosen Penev ", are copyright of +Rosen Penev . +This document hereby grants the libzmq project team to relicense libzmq, +including all past, present and future contributions of the author listed above. + +Rosen Penev +2019/04/19