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 --- 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 +++--- 20 files changed, 61 insertions(+), 61 deletions(-) (limited to 'tests') diff --git a/tests/emptyctx.cpp b/tests/emptyctx.cpp index 2801c5f..4208a5a 100644 --- a/tests/emptyctx.cpp +++ b/tests/emptyctx.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/tests/hwm.cpp b/tests/hwm.cpp index a5163f9..e3faa6c 100644 --- a/tests/hwm.cpp +++ b/tests/hwm.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/tests/invalid_rep.cpp b/tests/invalid_rep.cpp index 8a33eb1..b2cb976 100644 --- a/tests/invalid_rep.cpp +++ b/tests/invalid_rep.cpp @@ -3,10 +3,10 @@ Copyright (c) 2011 VMware, Inc. 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/tests/linger.cpp b/tests/linger.cpp index 35de303..a016496 100644 --- a/tests/linger.cpp +++ b/tests/linger.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/tests/max_sockets.cpp b/tests/max_sockets.cpp index 424e8b3..5add485 100644 --- a/tests/max_sockets.cpp +++ b/tests/max_sockets.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/tests/msg_flags.cpp b/tests/msg_flags.cpp index 326b2b4..f2853bb 100644 --- a/tests/msg_flags.cpp +++ b/tests/msg_flags.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/tests/pair_inproc.cpp b/tests/pair_inproc.cpp index 8d4202a..45b2b7b 100644 --- a/tests/pair_inproc.cpp +++ b/tests/pair_inproc.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/tests/pair_ipc.cpp b/tests/pair_ipc.cpp index ad58798..4ce2762 100644 --- a/tests/pair_ipc.cpp +++ b/tests/pair_ipc.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/tests/pair_tcp.cpp b/tests/pair_tcp.cpp index 9e71159..9bc910a 100644 --- a/tests/pair_tcp.cpp +++ b/tests/pair_tcp.cpp @@ -3,10 +3,10 @@ Copyright (c) 2011 iMatix Corporation 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/tests/polltimeo.cpp b/tests/polltimeo.cpp index 3ff6f02..b8e63cd 100644 --- a/tests/polltimeo.cpp +++ b/tests/polltimeo.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/tests/reconnect.cpp b/tests/reconnect.cpp index 0e38f08..2014fe0 100644 --- a/tests/reconnect.cpp +++ b/tests/reconnect.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/tests/reqrep_device.cpp b/tests/reqrep_device.cpp index 8b0d807..4ce6951 100644 --- a/tests/reqrep_device.cpp +++ b/tests/reqrep_device.cpp @@ -3,10 +3,10 @@ Copyright (c) 2011 VMware, Inc. 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/tests/reqrep_inproc.cpp b/tests/reqrep_inproc.cpp index b056a6a..7f38bb3 100644 --- a/tests/reqrep_inproc.cpp +++ b/tests/reqrep_inproc.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/tests/reqrep_ipc.cpp b/tests/reqrep_ipc.cpp index 1718c62..ba7b861 100644 --- a/tests/reqrep_ipc.cpp +++ b/tests/reqrep_ipc.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. @@ -58,4 +58,4 @@ int XS_TEST_MAIN () return 0 ; } -#endif \ No newline at end of file +#endif diff --git a/tests/reqrep_tcp.cpp b/tests/reqrep_tcp.cpp index d66f726..cb99a66 100644 --- a/tests/reqrep_tcp.cpp +++ b/tests/reqrep_tcp.cpp @@ -3,10 +3,10 @@ Copyright (c) 2011 iMatix Corporation 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/tests/shutdown_stress.cpp b/tests/shutdown_stress.cpp index 976c658..c0816cd 100644 --- a/tests/shutdown_stress.cpp +++ b/tests/shutdown_stress.cpp @@ -3,10 +3,10 @@ Copyright (c) 2011 iMatix Corporation 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/tests/sub_forward.cpp b/tests/sub_forward.cpp index 2111d5a..5dced71 100644 --- a/tests/sub_forward.cpp +++ b/tests/sub_forward.cpp @@ -3,10 +3,10 @@ Copyright (c) 2011 iMatix Corporation 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/tests/tests.cpp b/tests/tests.cpp index bcccd15..818cdc1 100644 --- a/tests/tests.cpp +++ b/tests/tests.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/tests/testutil.hpp b/tests/testutil.hpp index 444ff60..8935dc8 100644 --- a/tests/testutil.hpp +++ b/tests/testutil.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/tests/timeo.cpp b/tests/timeo.cpp index ade5150..0628b94 100644 --- a/tests/timeo.cpp +++ b/tests/timeo.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. -- cgit v1.2.3