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 @@
/*
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.hpp b/src/decoder.hpp
index 06fc6fb..c6f9100 100644
--- a/src/decoder.hpp
+++ b/src/decoder.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/devpoll.cpp b/src/devpoll.cpp
index a16ab7d..0c46d14 100644
--- a/src/devpoll.cpp
+++ b/src/devpoll.cpp
@@ -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/devpoll.hpp b/src/devpoll.hpp
index d5f0e86..1de1af0 100644
--- a/src/devpoll.hpp
+++ b/src/devpoll.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/dist.cpp b/src/dist.cpp
index d4be65b..d220c43 100644
--- a/src/dist.cpp
+++ b/src/dist.cpp
@@ -1,8 +1,7 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2011 250bpm s.r.o.
Copyright (c) 2011 VMware, Inc.
- Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/dist.hpp b/src/dist.hpp
index 3de8317..a72de6e 100644
--- a/src/dist.hpp
+++ b/src/dist.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/encoder.cpp b/src/encoder.cpp
index 94af598..030b3ef 100644
--- a/src/encoder.cpp
+++ b/src/encoder.cpp
@@ -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) 2011 VMware, Inc.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/encoder.hpp b/src/encoder.hpp
index 79ca72e..8001c4e 100644
--- a/src/encoder.hpp
+++ b/src/encoder.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/epoll.cpp b/src/epoll.cpp
index ed30987..a62345d 100644
--- a/src/epoll.cpp
+++ b/src/epoll.cpp
@@ -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/epoll.hpp b/src/epoll.hpp
index 4ad35b6..9bc31a5 100644
--- a/src/epoll.hpp
+++ b/src/epoll.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/err.cpp b/src/err.cpp
index a5f0d0c..028d752 100644
--- a/src/err.cpp
+++ b/src/err.cpp
@@ -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/err.hpp b/src/err.hpp
index 3a27dc4..53a6569 100644
--- a/src/err.hpp
+++ b/src/err.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/fd.hpp b/src/fd.hpp
index e42e5f8..773e380 100644
--- a/src/fd.hpp
+++ b/src/fd.hpp
@@ -1,6 +1,5 @@
/*
- 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/fq.cpp b/src/fq.cpp
index ed1947c..429c038 100644
--- a/src/fq.cpp
+++ b/src/fq.cpp
@@ -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) 2011 VMware, Inc.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/fq.hpp b/src/fq.hpp
index 139df39..24d7b85 100644
--- a/src/fq.hpp
+++ b/src/fq.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/i_engine.hpp b/src/i_engine.hpp
index 09441ec..19359b7 100644
--- a/src/i_engine.hpp
+++ b/src/i_engine.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/i_poll_events.hpp b/src/i_poll_events.hpp
index 038a7f3..9cf47fd 100644
--- a/src/i_poll_events.hpp
+++ b/src/i_poll_events.hpp
@@ -1,6 +1,6 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2010-2011 250bpm s.r.o.
+ 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/io_object.cpp b/src/io_object.cpp
index 31082e1..81b9ce5 100644
--- a/src/io_object.cpp
+++ b/src/io_object.cpp
@@ -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/io_object.hpp b/src/io_object.hpp
index 2d898cd..bf7a625 100644
--- a/src/io_object.hpp
+++ b/src/io_object.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/io_thread.cpp b/src/io_thread.cpp
index 88cbec7..40bbef9 100644
--- a/src/io_thread.cpp
+++ b/src/io_thread.cpp
@@ -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/io_thread.hpp b/src/io_thread.hpp
index f00fa61..986c88d 100644
--- a/src/io_thread.hpp
+++ b/src/io_thread.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/ip.cpp b/src/ip.cpp
index a16d4e2..0b4596a 100644
--- a/src/ip.cpp
+++ b/src/ip.cpp
@@ -1,6 +1,6 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2010-2011 250bpm s.r.o.
+ 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/ip.hpp b/src/ip.hpp
index 91f440d..c5f31db 100644
--- a/src/ip.hpp
+++ b/src/ip.hpp
@@ -1,6 +1,6 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2010-2011 250bpm s.r.o.
+ 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/ipc_address.cpp b/src/ipc_address.cpp
index 5b25824..d601c56 100644
--- a/src/ipc_address.cpp
+++ b/src/ipc_address.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/ipc_address.hpp b/src/ipc_address.hpp
index 2967151..4a7f230 100644
--- a/src/ipc_address.hpp
+++ b/src/ipc_address.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/ipc_connecter.cpp b/src/ipc_connecter.cpp
index 78d2e3e..dc0ee21 100644
--- a/src/ipc_connecter.cpp
+++ b/src/ipc_connecter.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/ipc_connecter.hpp b/src/ipc_connecter.hpp
index 1dbf4dc..c02245a 100644
--- a/src/ipc_connecter.hpp
+++ b/src/ipc_connecter.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/ipc_listener.cpp b/src/ipc_listener.cpp
index 1aeb66b..07a7dff 100644
--- a/src/ipc_listener.cpp
+++ b/src/ipc_listener.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/ipc_listener.hpp b/src/ipc_listener.hpp
index ba1d8ba..0f06d23 100644
--- a/src/ipc_listener.hpp
+++ b/src/ipc_listener.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/kqueue.cpp b/src/kqueue.cpp
index ed830a3..0b07fab 100644
--- a/src/kqueue.cpp
+++ b/src/kqueue.cpp
@@ -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/kqueue.hpp b/src/kqueue.hpp
index ac699e9..14f4e49 100644
--- a/src/kqueue.hpp
+++ b/src/kqueue.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/lb.cpp b/src/lb.cpp
index e100a9e..2a0f769 100644
--- a/src/lb.cpp
+++ b/src/lb.cpp
@@ -1,6 +1,6 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2010-2011 250bpm s.r.o.
+ Copyright (c) 2007-2009 iMatix Corporation
Copyright (c) 2011 VMware, Inc.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/lb.hpp b/src/lb.hpp
index 737f811..1de8549 100644
--- a/src/lb.hpp
+++ b/src/lb.hpp
@@ -1,6 +1,6 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2010-2011 250bpm s.r.o.
+ 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/likely.hpp b/src/likely.hpp
index 42a8a1f..e604464 100644
--- a/src/likely.hpp
+++ b/src/likely.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) 2009-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/mailbox.cpp b/src/mailbox.cpp
index 5b7461b..ff16afe 100644
--- a/src/mailbox.cpp
+++ b/src/mailbox.cpp
@@ -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/mailbox.hpp b/src/mailbox.hpp
index 138bbba..c059c2a 100644
--- a/src/mailbox.hpp
+++ b/src/mailbox.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/msg.cpp b/src/msg.cpp
index 3f97cc8..60d5bf3 100644
--- a/src/msg.cpp
+++ b/src/msg.cpp
@@ -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/msg.hpp b/src/msg.hpp
index bc25598..f2f8fcf 100644
--- a/src/msg.hpp
+++ b/src/msg.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) 2011 VMware, Inc.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/mtrie.cpp b/src/mtrie.cpp
index 93624bf..1c96c98 100644
--- a/src/mtrie.cpp
+++ b/src/mtrie.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/mtrie.hpp b/src/mtrie.hpp
index f8632d8..8bbc22d 100644
--- a/src/mtrie.hpp
+++ b/src/mtrie.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/mutex.hpp b/src/mutex.hpp
index e64c429..8d7068a 100644
--- a/src/mutex.hpp
+++ b/src/mutex.hpp
@@ -1,6 +1,6 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2010-2011 250bpm s.r.o.
+ 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/object.cpp b/src/object.cpp
index 991f2f8..622754c 100644
--- a/src/object.cpp
+++ b/src/object.cpp
@@ -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/object.hpp b/src/object.hpp
index 31c443f..f832596 100644
--- a/src/object.hpp
+++ b/src/object.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/options.cpp b/src/options.cpp
index b2f07c5..ddf2965 100644
--- a/src/options.cpp
+++ b/src/options.cpp
@@ -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/options.hpp b/src/options.hpp
index 7dc2f66..8344356 100644
--- a/src/options.hpp
+++ b/src/options.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/own.cpp b/src/own.cpp
index d33be8f..d6dd309 100644
--- a/src/own.cpp
+++ b/src/own.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/own.hpp b/src/own.hpp
index 8046451..ad5c452 100644
--- a/src/own.hpp
+++ b/src/own.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/pair.cpp b/src/pair.cpp
index 1590ea9..6c652db 100644
--- a/src/pair.cpp
+++ b/src/pair.cpp
@@ -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/pair.hpp b/src/pair.hpp
index 496a07f..67de2fd 100644
--- a/src/pair.hpp
+++ b/src/pair.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/pgm_receiver.cpp b/src/pgm_receiver.cpp
index 8118b53..122d110 100644
--- a/src/pgm_receiver.cpp
+++ b/src/pgm_receiver.cpp
@@ -1,7 +1,7 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
- Copyright (c) 2009-2011 Miru Limited
+ Copyright (c) 2007-2009 iMatix Corporation
+ Copyright (c) 2010-2011 Miru Limited
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/pgm_receiver.hpp b/src/pgm_receiver.hpp
index 4c58896..3c1d394 100644
--- a/src/pgm_receiver.hpp
+++ b/src/pgm_receiver.hpp
@@ -1,7 +1,7 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
- Copyright (c) 2009-2011 Miru Limited
+ Copyright (c) 2007-2009 iMatix Corporation
+ Copyright (c) 2010-2011 Miru Limited
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/pgm_sender.cpp b/src/pgm_sender.cpp
index cbb6b75..759802f 100644
--- a/src/pgm_sender.cpp
+++ b/src/pgm_sender.cpp
@@ -1,7 +1,7 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
- Copyright (c) 2009-2011 Miru Limited
+ Copyright (c) 2007-2009 iMatix Corporation
+ Copyright (c) 2010-2011 Miru Limited
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/pgm_sender.hpp b/src/pgm_sender.hpp
index 1c0c368..d8f046d 100644
--- a/src/pgm_sender.hpp
+++ b/src/pgm_sender.hpp
@@ -1,7 +1,7 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
- Copyright (c) 2009-2011 Miru Limited
+ Copyright (c) 2007-2009 iMatix Corporation
+ Copyright (c) 2010-2011 Miru Limited
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/pgm_socket.cpp b/src/pgm_socket.cpp
index 8e469de..0274ee4 100644
--- a/src/pgm_socket.cpp
+++ b/src/pgm_socket.cpp
@@ -1,7 +1,7 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
- Copyright (c) 2009-2011 Miru Limited
+ Copyright (c) 2007-2009 iMatix Corporation
+ Copyright (c) 2010-2011 Miru Limited
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/pgm_socket.hpp b/src/pgm_socket.hpp
index dcf6de8..5a5ef99 100644
--- a/src/pgm_socket.hpp
+++ b/src/pgm_socket.hpp
@@ -1,7 +1,7 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
- Copyright (c) 2009-2011 Miru Limited
+ Copyright (c) 2007-2009 iMatix Corporation
+ Copyright (c) 2010-2011 Miru Limited
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/pipe.cpp b/src/pipe.cpp
index 6dcc01a..9f44c94 100644
--- a/src/pipe.cpp
+++ b/src/pipe.cpp
@@ -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) 2011 VMware, Inc.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/pipe.hpp b/src/pipe.hpp
index 7bc2966..4533e58 100644
--- a/src/pipe.hpp
+++ b/src/pipe.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/poll.cpp b/src/poll.cpp
index ff7d7bb..1d1c423 100644
--- a/src/poll.cpp
+++ b/src/poll.cpp
@@ -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/poll.hpp b/src/poll.hpp
index 11a8447..700256d 100644
--- a/src/poll.hpp
+++ b/src/poll.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/poller.hpp b/src/poller.hpp
index 19f1d6b..a989328 100644
--- a/src/poller.hpp
+++ b/src/poller.hpp
@@ -1,6 +1,6 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2010-2011 250bpm s.r.o.
+ 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/poller_base.cpp b/src/poller_base.cpp
index b611aa3..6e532ae 100644
--- a/src/poller_base.cpp
+++ b/src/poller_base.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/poller_base.hpp b/src/poller_base.hpp
index d2b99ed..808ed38 100644
--- a/src/poller_base.hpp
+++ b/src/poller_base.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/pub.cpp b/src/pub.cpp
index 2a4a196..7458d5f 100644
--- a/src/pub.cpp
+++ b/src/pub.cpp
@@ -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/pub.hpp b/src/pub.hpp
index 4e0eaa2..d418fd4 100644
--- a/src/pub.hpp
+++ b/src/pub.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/pull.cpp b/src/pull.cpp
index 1a04603..6028118 100644
--- a/src/pull.cpp
+++ b/src/pull.cpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2010 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/pull.hpp b/src/pull.hpp
index 8127fe9..fa36d49 100644
--- a/src/pull.hpp
+++ b/src/pull.hpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2010 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/push.cpp b/src/push.cpp
index 0d01250..a0ed992 100644
--- a/src/push.cpp
+++ b/src/push.cpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2010 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/push.hpp b/src/push.hpp
index d6db678..ea93693 100644
--- a/src/push.hpp
+++ b/src/push.hpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2010 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/random.cpp b/src/random.cpp
index e012491..326a3d9 100644
--- a/src/random.cpp
+++ b/src/random.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/random.hpp b/src/random.hpp
index 4b350af..ca3d39a 100644
--- a/src/random.hpp
+++ b/src/random.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/reaper.cpp b/src/reaper.cpp
index d3ef0e5..716f638 100644
--- a/src/reaper.cpp
+++ b/src/reaper.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/reaper.hpp b/src/reaper.hpp
index e5e7b40..1c1533f 100644
--- a/src/reaper.hpp
+++ b/src/reaper.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) 2011 250bpm s.r.o.
+ Copyright (c) 2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/req.cpp b/src/req.cpp
index 9694d2d..40c4765 100644
--- a/src/req.cpp
+++ b/src/req.cpp
@@ -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) 2011 VMware, Inc.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/req.hpp b/src/req.hpp
index 78acbaf..61066ca 100644
--- a/src/req.hpp
+++ b/src/req.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) 2011 VMware, Inc.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/select.cpp b/src/select.cpp
index 52b605f..56b87ae 100644
--- a/src/select.cpp
+++ b/src/select.cpp
@@ -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/select.hpp b/src/select.hpp
index 407010d..9231b6c 100644
--- a/src/select.hpp
+++ b/src/select.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/session_base.cpp b/src/session_base.cpp
index 591b29e..4c5e512 100644
--- a/src/session_base.cpp
+++ b/src/session_base.cpp
@@ -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) 2011 VMware, Inc.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/session_base.hpp b/src/session_base.hpp
index e8e25af..86a670f 100644
--- a/src/session_base.hpp
+++ b/src/session_base.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/signaler.cpp b/src/signaler.cpp
index 80140fd..7f8495f 100644
--- a/src/signaler.cpp
+++ b/src/signaler.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/signaler.hpp b/src/signaler.hpp
index 6428afb..4466c98 100644
--- a/src/signaler.hpp
+++ b/src/signaler.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/socket_base.cpp b/src/socket_base.cpp
index 967d314..583818b 100644
--- a/src/socket_base.cpp
+++ b/src/socket_base.cpp
@@ -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) 2011 VMware, Inc.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/socket_base.hpp b/src/socket_base.hpp
index 37effa7..bc978ba 100644
--- a/src/socket_base.hpp
+++ b/src/socket_base.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) 2011 VMware, Inc.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/stdint.hpp b/src/stdint.hpp
index 78c8ff5..b78afcd 100644
--- a/src/stdint.hpp
+++ b/src/stdint.hpp
@@ -1,6 +1,5 @@
/*
- 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/stream_engine.cpp b/src/stream_engine.cpp
index 5c4c1d9..11ec264 100644
--- a/src/stream_engine.cpp
+++ b/src/stream_engine.cpp
@@ -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/stream_engine.hpp b/src/stream_engine.hpp
index a29ab41..6d122ed 100644
--- a/src/stream_engine.hpp
+++ b/src/stream_engine.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/sub.cpp b/src/sub.cpp
index 36320a7..3249aea 100644
--- a/src/sub.cpp
+++ b/src/sub.cpp
@@ -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/sub.hpp b/src/sub.hpp
index cf62788..bb46641 100644
--- a/src/sub.hpp
+++ b/src/sub.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/tcp_address.cpp b/src/tcp_address.cpp
index 41b703a..1b7577f 100644
--- a/src/tcp_address.cpp
+++ b/src/tcp_address.cpp
@@ -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/tcp_address.hpp b/src/tcp_address.hpp
index 4a70ae8..d4768c7 100644
--- a/src/tcp_address.hpp
+++ b/src/tcp_address.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/tcp_connecter.cpp b/src/tcp_connecter.cpp
index ee24ee9..75079da 100644
--- a/src/tcp_connecter.cpp
+++ b/src/tcp_connecter.cpp
@@ -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/tcp_connecter.hpp b/src/tcp_connecter.hpp
index bb5d6a6..e420c82 100644
--- a/src/tcp_connecter.hpp
+++ b/src/tcp_connecter.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/tcp_listener.cpp b/src/tcp_listener.cpp
index eeca49e..0b7a90d 100644
--- a/src/tcp_listener.cpp
+++ b/src/tcp_listener.cpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2010 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/tcp_listener.hpp b/src/tcp_listener.hpp
index f88ce2d..e712998 100644
--- a/src/tcp_listener.hpp
+++ b/src/tcp_listener.hpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2007-2010 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/thread.cpp b/src/thread.cpp
index b489a2c..00628e5 100644
--- a/src/thread.cpp
+++ b/src/thread.cpp
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
+ Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/thread.hpp b/src/thread.hpp
index a6714cd..52769b1 100644
--- a/src/thread.hpp
+++ b/src/thread.hpp
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
+ Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/trie.cpp b/src/trie.cpp
index 87720ce..9718c77 100644
--- a/src/trie.cpp
+++ b/src/trie.cpp
@@ -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/trie.hpp b/src/trie.hpp
index 3c556ca..76e4fd9 100644
--- a/src/trie.hpp
+++ b/src/trie.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/windows.hpp b/src/windows.hpp
index 17d9b4a..5e986b2 100644
--- a/src/windows.hpp
+++ b/src/windows.hpp
@@ -1,6 +1,6 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2010-2011 250bpm s.r.o.
+ 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/wire.hpp b/src/wire.hpp
index 429c4e0..b0f4e0e 100644
--- a/src/wire.hpp
+++ b/src/wire.hpp
@@ -1,6 +1,5 @@
/*
- 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/xpub.cpp b/src/xpub.cpp
index dfc334a..5d7a97c 100644
--- a/src/xpub.cpp
+++ b/src/xpub.cpp
@@ -1,8 +1,7 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2011 VMware, Inc.
- Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
+ Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/xpub.hpp b/src/xpub.hpp
index 1227f4a..14ffc58 100644
--- a/src/xpub.hpp
+++ b/src/xpub.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/xrep.cpp b/src/xrep.cpp
index 1b0f44d..350d752 100644
--- a/src/xrep.cpp
+++ b/src/xrep.cpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2011 iMatix Corporation
Copyright (c) 2011 VMware, Inc.
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
diff --git a/src/xrep.hpp b/src/xrep.hpp
index 7232c93..8cec683 100644
--- a/src/xrep.hpp
+++ b/src/xrep.hpp
@@ -1,6 +1,6 @@
/*
Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/xreq.cpp b/src/xreq.cpp
index ecd4d39..f4f962f 100644
--- a/src/xreq.cpp
+++ b/src/xreq.cpp
@@ -1,6 +1,5 @@
/*
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
This file is part of 0MQ.
diff --git a/src/xreq.hpp b/src/xreq.hpp
index dcd3d24..1d979c5 100644
--- a/src/xreq.hpp
+++ b/src/xreq.hpp
@@ -1,9 +1,7 @@
/*
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
-
This file is part of 0MQ.
0MQ is free software; you can redistribute it and/or modify it under
diff --git a/src/xsub.cpp b/src/xsub.cpp
index debcac8..aae2654 100644
--- a/src/xsub.cpp
+++ b/src/xsub.cpp
@@ -1,8 +1,7 @@
/*
- Copyright (c) 2009-2011 250bpm s.r.o.
- Copyright (c) 2007-2011 iMatix Corporation
+ Copyright (c) 2010-2011 250bpm s.r.o.
Copyright (c) 2011 VMware, Inc.
- Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
+ Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file
This file is part of 0MQ.
diff --git a/src/xsub.hpp b/src/xsub.hpp
index 6548973..1eac390 100644
--- a/src/xsub.hpp
+++ b/src/xsub.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/ypipe.hpp b/src/ypipe.hpp
index 0c48721..74a96bc 100644
--- a/src/ypipe.hpp
+++ b/src/ypipe.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/yqueue.hpp b/src/yqueue.hpp
index 5e460f1..1c83cb8 100644
--- a/src/yqueue.hpp
+++ b/src/yqueue.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/zmq_utils.cpp b/src/zmq_utils.cpp
index 42db473..8f34134 100644
--- a/src/zmq_utils.cpp
+++ b/src/zmq_utils.cpp
@@ -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.