From cebb51f8567f63fdb42d20bd5c3b052cd56c6aaa Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:29:22 +0900 Subject: Full name of the project used in license headers Signed-off-by: Martin Sustrik --- autogen.sh | 8 ++++---- builds/msvc/platform.hpp | 6 +++--- doc/asciidoc.conf | 6 +++--- include/xs.h | 6 +++--- include/xs_utils.h | 6 +++--- include/zmq.h | 6 +++--- perf/inproc_lat.cpp | 6 +++--- perf/inproc_thr.cpp | 6 +++--- perf/local_lat.cpp | 6 +++--- perf/local_thr.cpp | 6 +++--- perf/remote_lat.cpp | 6 +++--- perf/remote_thr.cpp | 6 +++--- src/array.hpp | 6 +++--- src/atomic_counter.hpp | 6 +++--- src/atomic_ptr.hpp | 6 +++--- src/blob.hpp | 6 +++--- src/clock.cpp | 6 +++--- src/clock.hpp | 6 +++--- src/command.hpp | 6 +++--- src/config.hpp | 6 +++--- src/ctx.cpp | 6 +++--- src/ctx.hpp | 6 +++--- src/decoder.cpp | 6 +++--- src/decoder.hpp | 6 +++--- src/devpoll.cpp | 6 +++--- src/devpoll.hpp | 6 +++--- src/dist.cpp | 6 +++--- src/dist.hpp | 6 +++--- src/encoder.cpp | 6 +++--- src/encoder.hpp | 6 +++--- src/epoll.cpp | 6 +++--- src/epoll.hpp | 6 +++--- src/err.cpp | 6 +++--- src/err.hpp | 6 +++--- src/fd.hpp | 6 +++--- src/fq.cpp | 6 +++--- src/fq.hpp | 6 +++--- src/i_engine.hpp | 6 +++--- src/io_object.cpp | 6 +++--- src/io_object.hpp | 6 +++--- src/io_thread.cpp | 6 +++--- src/io_thread.hpp | 6 +++--- src/ip.cpp | 6 +++--- src/ip.hpp | 6 +++--- src/ipc_address.cpp | 6 +++--- src/ipc_address.hpp | 6 +++--- src/ipc_connecter.cpp | 6 +++--- src/ipc_connecter.hpp | 6 +++--- src/ipc_listener.cpp | 6 +++--- src/ipc_listener.hpp | 6 +++--- src/kqueue.cpp | 6 +++--- src/kqueue.hpp | 6 +++--- src/lb.cpp | 6 +++--- src/lb.hpp | 6 +++--- src/likely.hpp | 6 +++--- src/mailbox.cpp | 6 +++--- src/mailbox.hpp | 6 +++--- src/monitor.cpp | 6 +++--- src/monitor.hpp | 6 +++--- src/msg.cpp | 6 +++--- src/msg.hpp | 6 +++--- src/mtrie.cpp | 6 +++--- src/mtrie.hpp | 6 +++--- src/mutex.hpp | 6 +++--- src/object.cpp | 6 +++--- src/object.hpp | 6 +++--- src/options.cpp | 6 +++--- src/options.hpp | 6 +++--- src/own.cpp | 6 +++--- src/own.hpp | 6 +++--- src/pair.cpp | 6 +++--- src/pair.hpp | 6 +++--- src/pgm_receiver.cpp | 6 +++--- src/pgm_receiver.hpp | 6 +++--- src/pgm_sender.cpp | 6 +++--- src/pgm_sender.hpp | 6 +++--- src/pgm_socket.cpp | 6 +++--- src/pgm_socket.hpp | 6 +++--- src/pipe.cpp | 6 +++--- src/pipe.hpp | 6 +++--- src/poll.cpp | 6 +++--- src/poll.hpp | 6 +++--- src/precompiled.cpp | 6 +++--- src/precompiled.hpp | 6 +++--- src/pub.cpp | 6 +++--- src/pub.hpp | 6 +++--- src/pull.cpp | 6 +++--- src/pull.hpp | 6 +++--- src/push.cpp | 6 +++--- src/push.hpp | 6 +++--- src/random.cpp | 6 +++--- src/random.hpp | 6 +++--- src/reaper.cpp | 6 +++--- src/reaper.hpp | 6 +++--- src/rep.cpp | 6 +++--- src/rep.hpp | 6 +++--- src/req.cpp | 6 +++--- src/req.hpp | 6 +++--- src/select.cpp | 6 +++--- src/select.hpp | 6 +++--- src/session_base.cpp | 6 +++--- src/session_base.hpp | 6 +++--- src/signaler.cpp | 6 +++--- src/signaler.hpp | 6 +++--- src/socket_base.cpp | 6 +++--- src/socket_base.hpp | 6 +++--- src/stdint.hpp | 6 +++--- src/stream_engine.cpp | 6 +++--- src/stream_engine.hpp | 6 +++--- src/sub.cpp | 6 +++--- src/sub.hpp | 6 +++--- src/tcp_address.cpp | 6 +++--- src/tcp_address.hpp | 6 +++--- src/tcp_connecter.cpp | 6 +++--- src/tcp_connecter.hpp | 6 +++--- src/tcp_listener.cpp | 6 +++--- src/tcp_listener.hpp | 6 +++--- src/thread.cpp | 6 +++--- src/thread.hpp | 6 +++--- src/trie.cpp | 6 +++--- src/trie.hpp | 6 +++--- src/upoll.cpp | 6 +++--- src/upoll.hpp | 6 +++--- src/windows.hpp | 6 +++--- src/wire.hpp | 6 +++--- src/xpub.cpp | 6 +++--- src/xpub.hpp | 6 +++--- src/xrep.cpp | 6 +++--- src/xrep.hpp | 6 +++--- src/xreq.cpp | 6 +++--- src/xreq.hpp | 6 +++--- src/xs.cpp | 6 +++--- src/xs_utils.cpp | 6 +++--- src/xsub.cpp | 6 +++--- src/xsub.hpp | 6 +++--- src/ypipe.hpp | 6 +++--- src/yqueue.hpp | 6 +++--- tests/emptyctx.cpp | 6 +++--- tests/hwm.cpp | 6 +++--- tests/invalid_rep.cpp | 6 +++--- tests/linger.cpp | 6 +++--- tests/max_sockets.cpp | 6 +++--- tests/msg_flags.cpp | 6 +++--- tests/pair_inproc.cpp | 6 +++--- tests/pair_ipc.cpp | 6 +++--- tests/pair_tcp.cpp | 6 +++--- tests/polltimeo.cpp | 6 +++--- tests/reconnect.cpp | 6 +++--- tests/reqrep_device.cpp | 6 +++--- tests/reqrep_inproc.cpp | 6 +++--- tests/reqrep_ipc.cpp | 8 ++++---- tests/reqrep_tcp.cpp | 6 +++--- tests/shutdown_stress.cpp | 6 +++--- tests/sub_forward.cpp | 6 +++--- tests/tests.cpp | 6 +++--- tests/testutil.hpp | 6 +++--- tests/timeo.cpp | 6 +++--- 157 files changed, 473 insertions(+), 473 deletions(-) diff --git a/autogen.sh b/autogen.sh index 2a563ab..28fca4d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,12 +1,12 @@ #!/bin/sh # Copyright (c) 2007-2009 iMatix Corporation -# Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file +# Copyright (c) 2007-2012 Other contributors as noted in the AUTHORS file # -# This file is part of Crossroads project. +# This file is part of Crossroads I/O project. # -# Crossroads is free software; you can redistribute it and/or modify it under -# the terms of the GNU Lesser General Public License as published by +# Crossroads I/O 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. # diff --git a/builds/msvc/platform.hpp b/builds/msvc/platform.hpp index 5615a56..113085a 100644 --- a/builds/msvc/platform.hpp +++ b/builds/msvc/platform.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2011 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/doc/asciidoc.conf b/doc/asciidoc.conf index 94cde95..45cd1f6 100644 --- a/doc/asciidoc.conf +++ b/doc/asciidoc.conf @@ -25,9 +25,9 @@ template::[header-declarations] {mantitle} {manvolnum} -Crossroads +Crossroads I/O {xs_version} -Crossroads Manual +Crossroads I/O Manual {manname} @@ -42,7 +42,7 @@ ifdef::backend-xhtml11[] {disable-javascript%

} diff --git a/include/xs.h b/include/xs.h index 098ea5a..7800672 100644 --- a/include/xs.h +++ b/include/xs.h @@ -4,10 +4,10 @@ Copyright (c) 2011 VMware, Inc. Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/include/xs_utils.h b/include/xs_utils.h index 3348aa3..c308d05 100644 --- a/include/xs_utils.h +++ b/include/xs_utils.h @@ -2,10 +2,10 @@ Copyright (c) 2009-2012 250bpm s.r.o. Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/include/zmq.h b/include/zmq.h index a155277..11270f9 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -2,10 +2,10 @@ Copyright (c) 2012 250bpm s.r.o. Copyright (c) 2012 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/perf/inproc_lat.cpp b/perf/inproc_lat.cpp index d511706..3c8334f 100644 --- a/perf/inproc_lat.cpp +++ b/perf/inproc_lat.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/perf/inproc_thr.cpp b/perf/inproc_thr.cpp index a103833..f3f07ad 100644 --- a/perf/inproc_thr.cpp +++ b/perf/inproc_thr.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/perf/local_lat.cpp b/perf/local_lat.cpp index 7287453..f1f4881 100644 --- a/perf/local_lat.cpp +++ b/perf/local_lat.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/perf/local_thr.cpp b/perf/local_thr.cpp index 6dcc810..dd6057e 100644 --- a/perf/local_thr.cpp +++ b/perf/local_thr.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/perf/remote_lat.cpp b/perf/remote_lat.cpp index 0ddddd5..7bb0c19 100644 --- a/perf/remote_lat.cpp +++ b/perf/remote_lat.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/perf/remote_thr.cpp b/perf/remote_thr.cpp index 5e825e9..00d5591 100644 --- a/perf/remote_thr.cpp +++ b/perf/remote_thr.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/array.hpp b/src/array.hpp index 260558d..1cc45f4 100644 --- a/src/array.hpp +++ b/src/array.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/atomic_counter.hpp b/src/atomic_counter.hpp index 81779a5..914afdc 100644 --- a/src/atomic_counter.hpp +++ b/src/atomic_counter.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/atomic_ptr.hpp b/src/atomic_ptr.hpp index c7062ac..ac3f791 100644 --- a/src/atomic_ptr.hpp +++ b/src/atomic_ptr.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/blob.hpp b/src/blob.hpp index aabcf1d..a68ca1b 100644 --- a/src/blob.hpp +++ b/src/blob.hpp @@ -2,10 +2,10 @@ Copyright (c) 2010-2012 250bpm s.r.o. Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/clock.cpp b/src/clock.cpp index fe85220..2fb1570 100644 --- a/src/clock.cpp +++ b/src/clock.cpp @@ -2,10 +2,10 @@ Copyright (c) 2010-2012 250bpm s.r.o. Copyright (c) 2010-2012 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/clock.hpp b/src/clock.hpp index d19b00f..953059d 100644 --- a/src/clock.hpp +++ b/src/clock.hpp @@ -2,10 +2,10 @@ Copyright (c) 2010-2012 250bpm s.r.o. Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/command.hpp b/src/command.hpp index 5d0221e..b99e21f 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/config.hpp b/src/config.hpp index 8107e17..4d79da7 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/ctx.cpp b/src/ctx.cpp index 98d3b86..61d3376 100644 --- a/src/ctx.cpp +++ b/src/ctx.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2011 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/ctx.hpp b/src/ctx.hpp index 56b5d4c..df315e4 100644 --- a/src/ctx.hpp +++ b/src/ctx.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/decoder.cpp b/src/decoder.cpp index 910d7aa..a7f669a 100644 --- a/src/decoder.cpp +++ b/src/decoder.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/decoder.hpp b/src/decoder.hpp index bed1fc4..9131861 100644 --- a/src/decoder.hpp +++ b/src/decoder.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/devpoll.cpp b/src/devpoll.cpp index 936d6c2..276f4d8 100644 --- a/src/devpoll.cpp +++ b/src/devpoll.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/devpoll.hpp b/src/devpoll.hpp index 3947f3e..3e35a99 100644 --- a/src/devpoll.hpp +++ b/src/devpoll.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/dist.cpp b/src/dist.cpp index f27564b..26a0c81 100644 --- a/src/dist.cpp +++ b/src/dist.cpp @@ -3,10 +3,10 @@ Copyright (c) 2011 VMware, Inc. Copyright (c) 2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/dist.hpp b/src/dist.hpp index a16ca7b..455841f 100644 --- a/src/dist.hpp +++ b/src/dist.hpp @@ -2,10 +2,10 @@ Copyright (c) 2011-2012 250bpm s.r.o. Copyright (c) 2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/encoder.cpp b/src/encoder.cpp index c1397fe..1075791 100644 --- a/src/encoder.cpp +++ b/src/encoder.cpp @@ -4,10 +4,10 @@ Copyright (c) 2011 VMware, Inc. Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/encoder.hpp b/src/encoder.hpp index d5ea467..0883f9d 100644 --- a/src/encoder.hpp +++ b/src/encoder.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/epoll.cpp b/src/epoll.cpp index aa13b31..e1d3f8b 100644 --- a/src/epoll.cpp +++ b/src/epoll.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/epoll.hpp b/src/epoll.hpp index ad94120..595168e 100644 --- a/src/epoll.hpp +++ b/src/epoll.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/err.cpp b/src/err.cpp index 9c69138..5f22e32 100644 --- a/src/err.cpp +++ b/src/err.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/err.hpp b/src/err.hpp index a62d0fd..64ab545 100644 --- a/src/err.hpp +++ b/src/err.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/fd.hpp b/src/fd.hpp index 8c9f2a8..c736665 100644 --- a/src/fd.hpp +++ b/src/fd.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/fq.cpp b/src/fq.cpp index fc420fe..5d05a12 100644 --- a/src/fq.cpp +++ b/src/fq.cpp @@ -4,10 +4,10 @@ Copyright (c) 2011 VMware, Inc. Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/fq.hpp b/src/fq.hpp index c2e828e..c8eb643 100644 --- a/src/fq.hpp +++ b/src/fq.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/i_engine.hpp b/src/i_engine.hpp index fc03f0e..f1d4d30 100644 --- a/src/i_engine.hpp +++ b/src/i_engine.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/io_object.cpp b/src/io_object.cpp index c17ff04..0b4496e 100644 --- a/src/io_object.cpp +++ b/src/io_object.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/io_object.hpp b/src/io_object.hpp index 31f9507..d8ac514 100644 --- a/src/io_object.hpp +++ b/src/io_object.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/io_thread.cpp b/src/io_thread.cpp index d6dca8c..dba0f00 100644 --- a/src/io_thread.cpp +++ b/src/io_thread.cpp @@ -2,10 +2,10 @@ Copyright (c) 2010-2012 250bpm s.r.o. Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/io_thread.hpp b/src/io_thread.hpp index 689b851..c23a9c1 100644 --- a/src/io_thread.hpp +++ b/src/io_thread.hpp @@ -2,10 +2,10 @@ Copyright (c) 2010-2012 250bpm s.r.o. Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/ip.cpp b/src/ip.cpp index 2e7f2db..1eca352 100644 --- a/src/ip.cpp +++ b/src/ip.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/ip.hpp b/src/ip.hpp index d2fcc72..fabe953 100644 --- a/src/ip.hpp +++ b/src/ip.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/ipc_address.cpp b/src/ipc_address.cpp index 1309474..dc58e6c 100644 --- a/src/ipc_address.cpp +++ b/src/ipc_address.cpp @@ -2,10 +2,10 @@ Copyright (c) 2012 250bpm s.r.o. Copyright (c) 2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/ipc_address.hpp b/src/ipc_address.hpp index 6907944..7beb670 100644 --- a/src/ipc_address.hpp +++ b/src/ipc_address.hpp @@ -2,10 +2,10 @@ Copyright (c) 2011-2012 250bpm s.r.o. Copyright (c) 2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/ipc_connecter.cpp b/src/ipc_connecter.cpp index f6a01c3..03ab97a 100644 --- a/src/ipc_connecter.cpp +++ b/src/ipc_connecter.cpp @@ -2,10 +2,10 @@ Copyright (c) 2011-2012 250bpm s.r.o. Copyright (c) 2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/ipc_connecter.hpp b/src/ipc_connecter.hpp index e598393..84c50fa 100644 --- a/src/ipc_connecter.hpp +++ b/src/ipc_connecter.hpp @@ -2,10 +2,10 @@ Copyright (c) 2011-2012 250bpm s.r.o. Copyright (c) 2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/ipc_listener.cpp b/src/ipc_listener.cpp index db49528..b109458 100644 --- a/src/ipc_listener.cpp +++ b/src/ipc_listener.cpp @@ -2,10 +2,10 @@ Copyright (c) 2011-2012 250bpm s.r.o. Copyright (c) 2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/ipc_listener.hpp b/src/ipc_listener.hpp index b599bff..492bbf6 100644 --- a/src/ipc_listener.hpp +++ b/src/ipc_listener.hpp @@ -2,10 +2,10 @@ Copyright (c) 2011-2012 250bpm s.r.o. Copyright (c) 2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/kqueue.cpp b/src/kqueue.cpp index 1a0ee4d..d680915 100644 --- a/src/kqueue.cpp +++ b/src/kqueue.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/kqueue.hpp b/src/kqueue.hpp index dea84ac..3aaa10b 100644 --- a/src/kqueue.hpp +++ b/src/kqueue.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/lb.cpp b/src/lb.cpp index db4ad63..3cfdef8 100644 --- a/src/lb.cpp +++ b/src/lb.cpp @@ -4,10 +4,10 @@ Copyright (c) 2011 VMware, Inc. Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/lb.hpp b/src/lb.hpp index 981c3dc..10c193f 100644 --- a/src/lb.hpp +++ b/src/lb.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/likely.hpp b/src/likely.hpp index 80b2a5d..b6bb170 100644 --- a/src/likely.hpp +++ b/src/likely.hpp @@ -2,10 +2,10 @@ Copyright (c) 2009-2012 250bpm s.r.o. Copyright (c) 2009-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/mailbox.cpp b/src/mailbox.cpp index d3c6697..c977c5b 100644 --- a/src/mailbox.cpp +++ b/src/mailbox.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/mailbox.hpp b/src/mailbox.hpp index 8771c09..e77364d 100644 --- a/src/mailbox.hpp +++ b/src/mailbox.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/monitor.cpp b/src/monitor.cpp index b29c874..deab9e0 100644 --- a/src/monitor.cpp +++ b/src/monitor.cpp @@ -2,10 +2,10 @@ Copyright (c) 2012 250bpm s.r.o. Copyright (c) 2012 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/monitor.hpp b/src/monitor.hpp index db6f74b..5bb0831 100644 --- a/src/monitor.hpp +++ b/src/monitor.hpp @@ -2,10 +2,10 @@ Copyright (c) 2012 250bpm s.r.o. Copyright (c) 2012 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/msg.cpp b/src/msg.cpp index 3bda35f..aa6960d 100644 --- a/src/msg.cpp +++ b/src/msg.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/msg.hpp b/src/msg.hpp index 671133b..83cbb4a 100644 --- a/src/msg.hpp +++ b/src/msg.hpp @@ -4,10 +4,10 @@ Copyright (c) 2011 VMware, Inc. Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/mtrie.cpp b/src/mtrie.cpp index 3fc69f5..fe9c3d4 100644 --- a/src/mtrie.cpp +++ b/src/mtrie.cpp @@ -3,10 +3,10 @@ Copyright (c) 2011-2012 Spotify AB Copyright (c) 2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/mtrie.hpp b/src/mtrie.hpp index 9545ae4..1e56b4e 100644 --- a/src/mtrie.hpp +++ b/src/mtrie.hpp @@ -3,10 +3,10 @@ Copyright (c) 2011-2012 Spotify AB Copyright (c) 2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/mutex.hpp b/src/mutex.hpp index c0a2cc9..96d1ca5 100644 --- a/src/mutex.hpp +++ b/src/mutex.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/object.cpp b/src/object.cpp index 2d1f5aa..7739a75 100644 --- a/src/object.cpp +++ b/src/object.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/object.hpp b/src/object.hpp index b1bc0c3..b6b77cb 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/options.cpp b/src/options.cpp index b8f7709..50ef379 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -4,10 +4,10 @@ Copyright (c) 2011 VMware, Inc. Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/options.hpp b/src/options.hpp index e6d0edc..0bb3cf9 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -4,10 +4,10 @@ Copyright (c) 2011 VMware, Inc. Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/own.cpp b/src/own.cpp index a60d9d0..968d272 100644 --- a/src/own.cpp +++ b/src/own.cpp @@ -2,10 +2,10 @@ Copyright (c) 2010-2012 250bpm s.r.o. Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/own.hpp b/src/own.hpp index d0afd62..a2f0e9f 100644 --- a/src/own.hpp +++ b/src/own.hpp @@ -2,10 +2,10 @@ Copyright (c) 2010-2012 250bpm s.r.o. Copyright (c) 2010-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/pair.cpp b/src/pair.cpp index dd14d8d..b4cb0b4 100644 --- a/src/pair.cpp +++ b/src/pair.cpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/pair.hpp b/src/pair.hpp index 8ae3acf..07ed6c5 100644 --- a/src/pair.hpp +++ b/src/pair.hpp @@ -3,10 +3,10 @@ Copyright (c) 2007-2009 iMatix Corporation Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/pgm_receiver.cpp b/src/pgm_receiver.cpp index b2cc513..371c657 100644 --- a/src/pgm_receiver.cpp +++ b/src/pgm_receiver.cpp @@ -5,10 +5,10 @@ Copyright (c) 2010-2011 Miru Limited Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/pgm_receiver.hpp b/src/pgm_receiver.hpp index b8390c1..38c7a7b 100644 --- a/src/pgm_receiver.hpp +++ b/src/pgm_receiver.hpp @@ -4,10 +4,10 @@ Copyright (c) 2010-2011 Miru Limited Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --git a/src/pgm_sender.cpp b/src/pgm_sender.cpp index fe57d4d..d476cbb 100644 --- a/src/pgm_sender.cpp +++ b/src/pgm_sender.cpp @@ -5,10 +5,10 @@ Copyright (c) 2010-2011 Miru Limited Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file - This file is part of Crossroads project. + This file is part of Crossroads I/O project. - Crossroads is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by + Crossroads I/O 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. diff --g