summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceUtil')
-rw-r--r--cpp/include/IceUtil/Base64.h2
-rw-r--r--cpp/include/IceUtil/Cond.h2
-rw-r--r--cpp/include/IceUtil/Config.h2
-rw-r--r--cpp/include/IceUtil/Exception.h2
-rw-r--r--cpp/include/IceUtil/Functional.h2
-rw-r--r--cpp/include/IceUtil/Handle.h2
-rw-r--r--cpp/include/IceUtil/IceUtil.h2
-rw-r--r--cpp/include/IceUtil/InputUtil.h2
-rw-r--r--cpp/include/IceUtil/Lock.h2
-rw-r--r--cpp/include/IceUtil/Monitor.h2
-rw-r--r--cpp/include/IceUtil/Mutex.h2
-rw-r--r--cpp/include/IceUtil/OutputUtil.h2
-rw-r--r--cpp/include/IceUtil/RWRecMutex.h2
-rw-r--r--cpp/include/IceUtil/RecMutex.h2
-rw-r--r--cpp/include/IceUtil/Shared.h2
-rw-r--r--cpp/include/IceUtil/Thread.h2
-rw-r--r--cpp/include/IceUtil/ThreadException.h2
-rw-r--r--cpp/include/IceUtil/Time.h2
-rw-r--r--cpp/include/IceUtil/UUID.h2
-rw-r--r--cpp/include/IceUtil/Unicode.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/cpp/include/IceUtil/Base64.h b/cpp/include/IceUtil/Base64.h
index a4563e4cb8e..f4fc39b431d 100644
--- a/cpp/include/IceUtil/Base64.h
+++ b/cpp/include/IceUtil/Base64.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Cond.h b/cpp/include/IceUtil/Cond.h
index e8d7eb8cb35..3c2006cf436 100644
--- a/cpp/include/IceUtil/Cond.h
+++ b/cpp/include/IceUtil/Cond.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h
index 1fc351c634e..9ec62f6fcdb 100644
--- a/cpp/include/IceUtil/Config.h
+++ b/cpp/include/IceUtil/Config.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Exception.h b/cpp/include/IceUtil/Exception.h
index ee544ec4138..942dd1a959c 100644
--- a/cpp/include/IceUtil/Exception.h
+++ b/cpp/include/IceUtil/Exception.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Functional.h b/cpp/include/IceUtil/Functional.h
index bf8b4ceac65..936e6774d77 100644
--- a/cpp/include/IceUtil/Functional.h
+++ b/cpp/include/IceUtil/Functional.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Handle.h b/cpp/include/IceUtil/Handle.h
index b9b625ac1bd..e9a73a513bc 100644
--- a/cpp/include/IceUtil/Handle.h
+++ b/cpp/include/IceUtil/Handle.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/IceUtil.h b/cpp/include/IceUtil/IceUtil.h
index 64497d6a393..c4186c7a69e 100644
--- a/cpp/include/IceUtil/IceUtil.h
+++ b/cpp/include/IceUtil/IceUtil.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/InputUtil.h b/cpp/include/IceUtil/InputUtil.h
index 6de10f0d966..63c1543bfcc 100644
--- a/cpp/include/IceUtil/InputUtil.h
+++ b/cpp/include/IceUtil/InputUtil.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Lock.h b/cpp/include/IceUtil/Lock.h
index c22d08d3f62..addd43418ba 100644
--- a/cpp/include/IceUtil/Lock.h
+++ b/cpp/include/IceUtil/Lock.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Monitor.h b/cpp/include/IceUtil/Monitor.h
index 429b595889b..736eb4c20f4 100644
--- a/cpp/include/IceUtil/Monitor.h
+++ b/cpp/include/IceUtil/Monitor.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Mutex.h b/cpp/include/IceUtil/Mutex.h
index d17249c0c13..70d503ba731 100644
--- a/cpp/include/IceUtil/Mutex.h
+++ b/cpp/include/IceUtil/Mutex.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/OutputUtil.h b/cpp/include/IceUtil/OutputUtil.h
index 4b0e321b64b..0010e30e4fe 100644
--- a/cpp/include/IceUtil/OutputUtil.h
+++ b/cpp/include/IceUtil/OutputUtil.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/RWRecMutex.h b/cpp/include/IceUtil/RWRecMutex.h
index 23eba24b62d..1841aaa6fed 100644
--- a/cpp/include/IceUtil/RWRecMutex.h
+++ b/cpp/include/IceUtil/RWRecMutex.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/RecMutex.h b/cpp/include/IceUtil/RecMutex.h
index eec4dca2796..8ad9947801e 100644
--- a/cpp/include/IceUtil/RecMutex.h
+++ b/cpp/include/IceUtil/RecMutex.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Shared.h b/cpp/include/IceUtil/Shared.h
index b9cc3c3d265..525ac277fb0 100644
--- a/cpp/include/IceUtil/Shared.h
+++ b/cpp/include/IceUtil/Shared.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h
index 2d96293bd23..97271f6bbba 100644
--- a/cpp/include/IceUtil/Thread.h
+++ b/cpp/include/IceUtil/Thread.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/ThreadException.h b/cpp/include/IceUtil/ThreadException.h
index 5e9b409f556..4ddc7a10a13 100644
--- a/cpp/include/IceUtil/ThreadException.h
+++ b/cpp/include/IceUtil/ThreadException.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Time.h b/cpp/include/IceUtil/Time.h
index ad59dd847b6..2fcdd49baeb 100644
--- a/cpp/include/IceUtil/Time.h
+++ b/cpp/include/IceUtil/Time.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/UUID.h b/cpp/include/IceUtil/UUID.h
index 2de0c61718f..caf9724e46b 100644
--- a/cpp/include/IceUtil/UUID.h
+++ b/cpp/include/IceUtil/UUID.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/include/IceUtil/Unicode.h b/cpp/include/IceUtil/Unicode.h
index ca4cd774750..f3f485229b2 100644
--- a/cpp/include/IceUtil/Unicode.h
+++ b/cpp/include/IceUtil/Unicode.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved