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
f1738b9b
Commit
f1738b9b
authored
Mar 12, 2013
by
Pieter Hintjens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More copyright cleanups
parent
0e77d65f
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
42 additions
and
57 deletions
+42
-57
test_connect_delay.cpp
tests/test_connect_delay.cpp
+2
-2
test_connect_resolve.cpp
tests/test_connect_resolve.cpp
+1
-2
test_ctx_options.cpp
tests/test_ctx_options.cpp
+1
-2
test_disconnect_inproc.cpp
tests/test_disconnect_inproc.cpp
+19
-0
test_hwm.cpp
tests/test_hwm.cpp
+1
-3
test_invalid_rep.cpp
tests/test_invalid_rep.cpp
+1
-3
test_last_endpoint.cpp
tests/test_last_endpoint.cpp
+1
-3
test_monitor.cpp
tests/test_monitor.cpp
+1
-3
test_msg_flags.cpp
tests/test_msg_flags.cpp
+1
-3
test_pair_inproc.cpp
tests/test_pair_inproc.cpp
+1
-2
test_pair_ipc.cpp
tests/test_pair_ipc.cpp
+1
-2
test_pair_tcp.cpp
tests/test_pair_tcp.cpp
+1
-3
test_raw_sock.cpp
tests/test_raw_sock.cpp
+1
-2
test_reqrep_device.cpp
tests/test_reqrep_device.cpp
+1
-3
test_reqrep_inproc.cpp
tests/test_reqrep_inproc.cpp
+1
-2
test_reqrep_ipc.cpp
tests/test_reqrep_ipc.cpp
+1
-2
test_reqrep_tcp.cpp
tests/test_reqrep_tcp.cpp
+1
-3
test_router_mandatory.cpp
tests/test_router_mandatory.cpp
+1
-2
test_shutdown_stress.cpp
tests/test_shutdown_stress.cpp
+1
-3
test_sub_forward.cpp
tests/test_sub_forward.cpp
+1
-3
test_term_endpoint.cpp
tests/test_term_endpoint.cpp
+1
-3
test_timeo.cpp
tests/test_timeo.cpp
+1
-3
testutil.hpp
tests/testutil.hpp
+1
-3
No files found.
tests/test_connect_delay.cpp
View file @
f1738b9b
/*
Copyright (c) 20
12 Ian Barber
Copyright (c) 2007-2013 iMatix Corporation
Copyright (c) 20
07-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
0MQ is free software; you can redistribute it and/or modify it under
...
...
tests/test_connect_resolve.cpp
View file @
f1738b9b
/*
Copyright (c) 2012 Spotify AB
Copyright (c) 2012 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_ctx_options.cpp
View file @
f1738b9b
/*
Copyright (c) 2007-2013 iMatix Corporation
Copyright (c) 2007-2012 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_disconnect_inproc.cpp
View file @
f1738b9b
/*
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
0MQ is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
0MQ is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <zmq.h>
#include <inttypes.h>
#include <string.h>
...
...
tests/test_hwm.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
@@ -18,7 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "../include/zmq.h"
#include <stdio.h>
#include <string.h>
...
...
tests/test_invalid_rep.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2011 VMware, Inc.
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_last_endpoint.cpp
View file @
f1738b9b
/*
Copyright (c) 2007-2012 iMatix Corporation
Copyright (c) 2011 250bpm s.r.o.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_monitor.cpp
View file @
f1738b9b
/*
Copyright (c) 2007-2012 iMatix Corporation
Copyright (c) 2011 250bpm s.r.o.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_msg_flags.cpp
View file @
f1738b9b
/*
Copyright (c) 2007-2012 iMatix Corporation
Copyright (c) 2011 250bpm s.r.o.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_pair_inproc.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_pair_ipc.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_pair_tcp.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2011 iMatix Corporation
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_raw_sock.cpp
View file @
f1738b9b
/*
Copyright (c) 2007-2013 iMatix Corporation
Copyright (c) 2007-2012 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_reqrep_device.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2011 VMware, Inc.
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_reqrep_inproc.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_reqrep_ipc.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_reqrep_tcp.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2011 iMatix Corporation
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_router_mandatory.cpp
View file @
f1738b9b
/*
Copyright (c) 2007-2013 iMatix Corporation
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_shutdown_stress.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2011 iMatix Corporation
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_sub_forward.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2011 iMatix Corporation
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_term_endpoint.cpp
View file @
f1738b9b
/*
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2011 iMatix Corporation
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/test_timeo.cpp
View file @
f1738b9b
/*
Copyright (c) 2007-2013 iMatix Corporation
Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
tests/testutil.hpp
View file @
f1738b9b
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
...
...
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