summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/array.hpp2
-rw-r--r--src/atomic_counter.hpp2
-rw-r--r--src/atomic_ptr.hpp2
-rw-r--r--src/clock.cpp5
-rw-r--r--src/clock.hpp5
-rw-r--r--src/command.hpp2
-rw-r--r--src/config.hpp2
-rw-r--r--src/ctx.hpp2
-rw-r--r--src/decoder.cpp2
-rw-r--r--src/decoder.hpp2
-rw-r--r--src/devpoll.cpp2
-rw-r--r--src/devpoll.hpp2
-rw-r--r--src/dist.cpp5
-rw-r--r--src/dist.hpp5
-rw-r--r--src/encoder.cpp2
-rw-r--r--src/encoder.hpp2
-rw-r--r--src/epoll.cpp2
-rw-r--r--src/epoll.hpp2
-rw-r--r--src/err.cpp2
-rw-r--r--src/err.hpp2
-rw-r--r--src/fd.hpp3
-rw-r--r--src/fq.cpp2
-rw-r--r--src/fq.hpp2
-rw-r--r--src/i_engine.hpp2
-rw-r--r--src/i_poll_events.hpp4
-rw-r--r--src/io_object.cpp2
-rw-r--r--src/io_object.hpp2
-rw-r--r--src/io_thread.cpp2
-rw-r--r--src/io_thread.hpp2
-rw-r--r--src/ip.cpp4
-rw-r--r--src/ip.hpp4
-rw-r--r--src/ipc_address.cpp5
-rw-r--r--src/ipc_address.hpp5
-rw-r--r--src/ipc_connecter.cpp5
-rw-r--r--src/ipc_connecter.hpp5
-rw-r--r--src/ipc_listener.cpp5
-rw-r--r--src/ipc_listener.hpp5
-rw-r--r--src/kqueue.cpp2
-rw-r--r--src/kqueue.hpp2
-rw-r--r--src/lb.cpp4
-rw-r--r--src/lb.hpp4
-rw-r--r--src/likely.hpp3
-rw-r--r--src/mailbox.cpp2
-rw-r--r--src/mailbox.hpp2
-rw-r--r--src/msg.cpp2
-rw-r--r--src/msg.hpp2
-rw-r--r--src/mtrie.cpp5
-rw-r--r--src/mtrie.hpp5
-rw-r--r--src/mutex.hpp4
-rw-r--r--src/object.cpp2
-rw-r--r--src/object.hpp2
-rw-r--r--src/options.cpp2
-rw-r--r--src/options.hpp2
-rw-r--r--src/own.cpp5
-rw-r--r--src/own.hpp5
-rw-r--r--src/pair.cpp2
-rw-r--r--src/pair.hpp2
-rw-r--r--src/pgm_receiver.cpp4
-rw-r--r--src/pgm_receiver.hpp4
-rw-r--r--src/pgm_sender.cpp4
-rw-r--r--src/pgm_sender.hpp4
-rw-r--r--src/pgm_socket.cpp4
-rw-r--r--src/pgm_socket.hpp4
-rw-r--r--src/pipe.cpp2
-rw-r--r--src/pipe.hpp2
-rw-r--r--src/poll.cpp2
-rw-r--r--src/poll.hpp2
-rw-r--r--src/poller.hpp4
-rw-r--r--src/poller_base.cpp5
-rw-r--r--src/poller_base.hpp5
-rw-r--r--src/pub.cpp2
-rw-r--r--src/pub.hpp2
-rw-r--r--src/pull.cpp2
-rw-r--r--src/pull.hpp2
-rw-r--r--src/push.cpp2
-rw-r--r--src/push.hpp2
-rw-r--r--src/random.cpp5
-rw-r--r--src/random.hpp5
-rw-r--r--src/reaper.cpp5
-rw-r--r--src/reaper.hpp5
-rw-r--r--src/req.cpp2
-rw-r--r--src/req.hpp2
-rw-r--r--src/select.cpp2
-rw-r--r--src/select.hpp2
-rw-r--r--src/session_base.cpp2
-rw-r--r--src/session_base.hpp2
-rw-r--r--src/signaler.cpp5
-rw-r--r--src/signaler.hpp5
-rw-r--r--src/socket_base.cpp2
-rw-r--r--src/socket_base.hpp2
-rw-r--r--src/stdint.hpp3
-rw-r--r--src/stream_engine.cpp2
-rw-r--r--src/stream_engine.hpp2
-rw-r--r--src/sub.cpp2
-rw-r--r--src/sub.hpp2
-rw-r--r--src/tcp_address.cpp2
-rw-r--r--src/tcp_address.hpp2
-rw-r--r--src/tcp_connecter.cpp2
-rw-r--r--src/tcp_connecter.hpp2
-rw-r--r--src/tcp_listener.cpp2
-rw-r--r--src/tcp_listener.hpp2
-rw-r--r--src/thread.cpp2
-rw-r--r--src/thread.hpp2
-rw-r--r--src/trie.cpp2
-rw-r--r--src/trie.hpp2
-rw-r--r--src/windows.hpp4
-rw-r--r--src/wire.hpp3
-rw-r--r--src/xpub.cpp5
-rw-r--r--src/xpub.hpp5
-rw-r--r--src/xrep.cpp2
-rw-r--r--src/xrep.hpp2
-rw-r--r--src/xreq.cpp1
-rw-r--r--src/xreq.hpp2
-rw-r--r--src/xsub.cpp5
-rw-r--r--src/xsub.hpp5
-rw-r--r--src/ypipe.hpp2
-rw-r--r--src/yqueue.hpp2
-rw-r--r--src/zmq_utils.cpp2
118 files changed, 156 insertions, 189 deletions
diff --git a/src/array.hpp b/src/array.hpp
index ca42306..7e4ddd4 100644
--- a/src/array.hpp
+++ b/src/array.hpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2009 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/atomic_counter.hpp b/src/atomic_counter.hpp
index 148d21c..a0a67bf 100644
--- a/src/atomic_counter.hpp
+++ b/src/atomic_counter.hpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2009 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/atomic_ptr.hpp b/src/atomic_ptr.hpp
index c869193..c59ab81 100644
--- a/src/atomic_ptr.hpp
+++ b/src/atomic_ptr.hpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2009 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/clock.cpp b/src/clock.cpp
index 9690ae7..92fc4be 100644
--- a/src/clock.cpp
+++ b/src/clock.cpp
@@ -1,7 +1,6 @@
/*
- 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) 2010-2011 250bpm s.r.o.
+ Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/clock.hpp b/src/clock.hpp
index 072a0a8..b3b19b2 100644
--- a/src/clock.hpp
+++ b/src/clock.hpp
@@ -1,7 +1,6 @@
/*
- 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) 2010-2011 250bpm s.r.o.
+ Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/command.hpp b/src/command.hpp
index 644b682..ecf2d93 100644
--- a/src/command.hpp
+++ b/src/command.hpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2009 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/config.hpp b/src/config.hpp
index 4f6af46..c6ac264 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2009 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/ctx.hpp b/src/ctx.hpp
index a92a693..619d57e 100644
--- a/src/ctx.hpp
+++ b/src/ctx.hpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2009 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/decoder.cpp b/src/decoder.cpp
index 82e8378..48f457f 100644
--- a/src/decoder.cpp
+++ b/src/decoder.cpp
@@ -1,6 +1,6 @@