mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
commit
dfbfc59c3f
@ -263,7 +263,7 @@ option(ENABLE_CURVE "Enable CURVE security" ON)
|
||||
|
||||
if(ENABLE_CURVE)
|
||||
if(WITH_LIBSODIUM)
|
||||
find_package("Sodium")
|
||||
find_package("sodium")
|
||||
if(SODIUM_FOUND)
|
||||
message(STATUS "Using libsodium for CURVE security")
|
||||
include_directories(${SODIUM_INCLUDE_DIRS})
|
||||
|
15
RELICENSE/Teebonne.md
Normal file
15
RELICENSE/Teebonne.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL
|
||||
|
||||
This is a statement by Teebonne
|
||||
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 "Teebonne", with
|
||||
commit author "Teebonne", are copyright of Teebonne.
|
||||
This document hereby grants the libzmq project team to relicense libzmq,
|
||||
including all past, present and future contributions of the author listed above.
|
||||
|
||||
Teebonne
|
||||
06/12/2022
|
Loading…
Reference in New Issue
Block a user