Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
e161907d
Unverified
Commit
e161907d
authored
Aug 11, 2019
by
Doron Somech
Committed by
GitHub
Aug 11, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3619 from bluca/relicense
Fix formatting and add relicense for mesegura
parents
6b71823a
87988bf4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
mesegura.md
RELICENSE/mesegura.md
+13
-0
ip.cpp
src/ip.cpp
+2
-1
No files found.
RELICENSE/mesegura.md
0 → 100644
View file @
e161907d
# Permission to Relicense under MPLv2
This is a statement by Manuel Segura
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 "mesegura", with
commit author "Manuel Segura", are copyright of Manuel Segura .
This document hereby grants the libzmq project team to relicense libzmq,
including all past, present and future contributions of the author listed above.
Manuel Eduardo Segura
2019/08/10
src/ip.cpp
View file @
e161907d
...
...
@@ -129,7 +129,8 @@ void zmq::enable_ipv4_mapping (fd_t s_)
{
LIBZMQ_UNUSED
(
s_
);
#if defined IPV6_V6ONLY && !defined ZMQ_HAVE_OPENBSD && !defined ZMQ_HAVE_DRAGONFLY
#if defined IPV6_V6ONLY && !defined ZMQ_HAVE_OPENBSD \
&& !defined ZMQ_HAVE_DRAGONFLY
#ifdef ZMQ_HAVE_WINDOWS
DWORD
flag
=
0
;
#else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment