summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:29:22 +0900
committerMartin Sustrik <sustrik@250bpm.com>2012-02-16 10:29:22 +0900
commitcebb51f8567f63fdb42d20bd5c3b052cd56c6aaa (patch)
treed82c995f117adf905018a4364b39966cffc1ff4b /tests
parent15e10c3d3b012342562035aa3c08ecc1cfd42c69 (diff)
Full name of the project used in license headers
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/emptyctx.cpp6
-rw-r--r--tests/hwm.cpp6
-rw-r--r--tests/invalid_rep.cpp6
-rw-r--r--tests/linger.cpp6
-rw-r--r--tests/max_sockets.cpp6
-rw-r--r--tests/msg_flags.cpp6
-rw-r--r--tests/pair_inproc.cpp6
-rw-r--r--tests/pair_ipc.cpp6
-rw-r--r--tests/pair_tcp.cpp6
-rw-r--r--tests/polltimeo.cpp6
-rw-r--r--tests/reconnect.cpp6
-rw-r--r--tests/reqrep_device.cpp6
-rw-r--r--tests/reqrep_inproc.cpp6
-rw-r--r--tests/reqrep_ipc.cpp8
-rw-r--r--tests/reqrep_tcp.cpp6
-rw-r--r--tests/shutdown_stress.cpp6
-rw-r--r--tests/sub_forward.cpp6
-rw-r--r--tests/tests.cpp6
-rw-r--r--tests/testutil.hpp6
-rw-r--r--tests/timeo.cpp6
20 files changed, 61 insertions, 61 deletions
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.