diff --git a/RELICENSE/yan12125.md b/RELICENSE/yan12125.md new file mode 100644 index 00000000..69832838 --- /dev/null +++ b/RELICENSE/yan12125.md @@ -0,0 +1,13 @@ +# Permission to Relicense under MPLv2 + +This is a statement by Chih-Hsuan Yen +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 "yan12125", with +commit author "Chih-Hsuan Yen ", are copyright of Chih-Hsuan Yen. +This document hereby grants the libzmq project team to relicense libzmq, +including all past, present and future contributions of the author listed above. + +Chih-Hsuan Yen +2019/10/12 diff --git a/src/libzmq.pc.in b/src/libzmq.pc.in index 233bc3a0..c3c2ac2e 100644 --- a/src/libzmq.pc.in +++ b/src/libzmq.pc.in @@ -7,6 +7,6 @@ Name: libzmq Description: 0MQ c++ library Version: @VERSION@ Libs: -L${libdir} -lzmq -Libs.private: -lstdc++ @pkg_config_libs_private@ +Libs.private: -lstdc++ -lm @pkg_config_libs_private@ Requires.private: @pkg_config_names_private@ Cflags: -I${includedir} @pkg_config_defines@