summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-07-09 19:44:38 +0000
committerMarc Laukien <marc@zeroc.com>2002-07-09 19:44:38 +0000
commit3bff1d4c84ee85bb76d76a514832d0addbe23273 (patch)
treeb12b9a8f2524c5752730b02c7c2a39362b59e4c2 /cpp/test/IceUtil/thread
parentminor (diff)
downloadice-3bff1d4c84ee85bb76d76a514832d0addbe23273.tar.bz2
ice-3bff1d4c84ee85bb76d76a514832d0addbe23273.tar.xz
ice-3bff1d4c84ee85bb76d76a514832d0addbe23273.zip
added space
Diffstat (limited to 'cpp/test/IceUtil/thread')
-rw-r--r--cpp/test/IceUtil/thread/Client.cpp2
-rw-r--r--cpp/test/IceUtil/thread/CreateTest.cpp2
-rw-r--r--cpp/test/IceUtil/thread/CreateTest.h2
-rw-r--r--cpp/test/IceUtil/thread/Makefile2
-rw-r--r--cpp/test/IceUtil/thread/MonitorMutexTest.cpp2
-rw-r--r--cpp/test/IceUtil/thread/MonitorMutexTest.h2
-rw-r--r--cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp2
-rw-r--r--cpp/test/IceUtil/thread/MonitorRecMutexTest.h2
-rw-r--r--cpp/test/IceUtil/thread/MutexTest.cpp2
-rw-r--r--cpp/test/IceUtil/thread/MutexTest.h2
-rw-r--r--cpp/test/IceUtil/thread/RWRecMutexTest.cpp2
-rw-r--r--cpp/test/IceUtil/thread/RWRecMutexTest.h2
-rw-r--r--cpp/test/IceUtil/thread/RecMutexTest.cpp2
-rw-r--r--cpp/test/IceUtil/thread/RecMutexTest.h2
-rw-r--r--cpp/test/IceUtil/thread/TestBase.cpp2
-rw-r--r--cpp/test/IceUtil/thread/TestBase.h2
-rw-r--r--cpp/test/IceUtil/thread/TestSuite.cpp2
-rw-r--r--cpp/test/IceUtil/thread/TestSuite.h2
-rwxr-xr-xcpp/test/IceUtil/thread/run.py2
19 files changed, 19 insertions, 19 deletions
diff --git a/cpp/test/IceUtil/thread/Client.cpp b/cpp/test/IceUtil/thread/Client.cpp
index 2c78d2ee7a8..7e738b1ecdd 100644
--- a/cpp/test/IceUtil/thread/Client.cpp
+++ b/cpp/test/IceUtil/thread/Client.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/CreateTest.cpp b/cpp/test/IceUtil/thread/CreateTest.cpp
index 8c852b21dc4..bfefa84712c 100644
--- a/cpp/test/IceUtil/thread/CreateTest.cpp
+++ b/cpp/test/IceUtil/thread/CreateTest.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/CreateTest.h b/cpp/test/IceUtil/thread/CreateTest.h
index 48fb2ff64a0..e5e02847073 100644
--- a/cpp/test/IceUtil/thread/CreateTest.h
+++ b/cpp/test/IceUtil/thread/CreateTest.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/Makefile b/cpp/test/IceUtil/thread/Makefile
index 94ac6ad7e71..1d29ab30648 100644
--- a/cpp/test/IceUtil/thread/Makefile
+++ b/cpp/test/IceUtil/thread/Makefile
@@ -1,7 +1,7 @@
# **********************************************************************
#
# Copyright (c) 2001
-# MutableRealms, Inc.
+# Mutable Realms, Inc.
# Huntsville, AL, USA
#
# All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/MonitorMutexTest.cpp b/cpp/test/IceUtil/thread/MonitorMutexTest.cpp
index f148c3939ed..3c0c0d2b6bf 100644
--- a/cpp/test/IceUtil/thread/MonitorMutexTest.cpp
+++ b/cpp/test/IceUtil/thread/MonitorMutexTest.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/MonitorMutexTest.h b/cpp/test/IceUtil/thread/MonitorMutexTest.h
index 93e3a828de0..a6a1898ad8e 100644
--- a/cpp/test/IceUtil/thread/MonitorMutexTest.h
+++ b/cpp/test/IceUtil/thread/MonitorMutexTest.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp b/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp
index 5cf5cda5534..64c016610b2 100644
--- a/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp
+++ b/cpp/test/IceUtil/thread/MonitorRecMutexTest.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/MonitorRecMutexTest.h b/cpp/test/IceUtil/thread/MonitorRecMutexTest.h
index 979267efd0a..6405086c272 100644
--- a/cpp/test/IceUtil/thread/MonitorRecMutexTest.h
+++ b/cpp/test/IceUtil/thread/MonitorRecMutexTest.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/MutexTest.cpp b/cpp/test/IceUtil/thread/MutexTest.cpp
index be271e97ce9..c0aaf437760 100644
--- a/cpp/test/IceUtil/thread/MutexTest.cpp
+++ b/cpp/test/IceUtil/thread/MutexTest.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/MutexTest.h b/cpp/test/IceUtil/thread/MutexTest.h
index cd688a3358a..0fca6b54c36 100644
--- a/cpp/test/IceUtil/thread/MutexTest.h
+++ b/cpp/test/IceUtil/thread/MutexTest.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/RWRecMutexTest.cpp b/cpp/test/IceUtil/thread/RWRecMutexTest.cpp
index 85deaa75606..9987970f235 100644
--- a/cpp/test/IceUtil/thread/RWRecMutexTest.cpp
+++ b/cpp/test/IceUtil/thread/RWRecMutexTest.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/RWRecMutexTest.h b/cpp/test/IceUtil/thread/RWRecMutexTest.h
index cc929b595c1..f40709f6440 100644
--- a/cpp/test/IceUtil/thread/RWRecMutexTest.h
+++ b/cpp/test/IceUtil/thread/RWRecMutexTest.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/RecMutexTest.cpp b/cpp/test/IceUtil/thread/RecMutexTest.cpp
index 0c80945668e..488eb9f2d87 100644
--- a/cpp/test/IceUtil/thread/RecMutexTest.cpp
+++ b/cpp/test/IceUtil/thread/RecMutexTest.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/RecMutexTest.h b/cpp/test/IceUtil/thread/RecMutexTest.h
index b2d8a215f2a..6968cdd6f12 100644
--- a/cpp/test/IceUtil/thread/RecMutexTest.h
+++ b/cpp/test/IceUtil/thread/RecMutexTest.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/TestBase.cpp b/cpp/test/IceUtil/thread/TestBase.cpp
index b4cbd4a8a9b..663ca4ef6cb 100644
--- a/cpp/test/IceUtil/thread/TestBase.cpp
+++ b/cpp/test/IceUtil/thread/TestBase.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/TestBase.h b/cpp/test/IceUtil/thread/TestBase.h
index b1943fdd056..c2edb9d1e97 100644
--- a/cpp/test/IceUtil/thread/TestBase.h
+++ b/cpp/test/IceUtil/thread/TestBase.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/TestSuite.cpp b/cpp/test/IceUtil/thread/TestSuite.cpp
index 8bcd8a8f029..78e06dd3378 100644
--- a/cpp/test/IceUtil/thread/TestSuite.cpp
+++ b/cpp/test/IceUtil/thread/TestSuite.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/TestSuite.h b/cpp/test/IceUtil/thread/TestSuite.h
index 81ca06d9f8f..12b88db1984 100644
--- a/cpp/test/IceUtil/thread/TestSuite.h
+++ b/cpp/test/IceUtil/thread/TestSuite.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/test/IceUtil/thread/run.py b/cpp/test/IceUtil/thread/run.py
index d6b60dc1180..f0829174aff 100755
--- a/cpp/test/IceUtil/thread/run.py
+++ b/cpp/test/IceUtil/thread/run.py
@@ -2,7 +2,7 @@
# **********************************************************************
#
# Copyright (c) 2001
-# MutableRealms, Inc.
+# Mutable Realms, Inc.
# Huntsville, AL, USA
#
# All Rights Reserved