diff options
148 files changed, 148 insertions, 0 deletions
diff --git a/include/zmq.h b/include/zmq.h index 3ddad7e..bb80d86 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -1,4 +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 diff --git a/include/zmq_utils.h b/include/zmq_utils.h index 6d8a458..5736996 100644 --- a/include/zmq_utils.h +++ b/include/zmq_utils.h @@ -1,4 +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 diff --git a/perf/inproc_lat.cpp b/perf/inproc_lat.cpp index 7c15013..8d7699e 100644 --- a/perf/inproc_lat.cpp +++ b/perf/i |