summaryrefslogtreecommitdiff
path: root/cpp/src/XMLTransform
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/XMLTransform')
-rw-r--r--cpp/src/XMLTransform/ErrorReporter.cpp2
-rw-r--r--cpp/src/XMLTransform/ErrorReporter.h2
-rw-r--r--cpp/src/XMLTransform/Makefile2
-rw-r--r--cpp/src/XMLTransform/TransformDB.cpp6
-rw-r--r--cpp/src/XMLTransform/XMLTransform.cpp4
5 files changed, 8 insertions, 8 deletions
diff --git a/cpp/src/XMLTransform/ErrorReporter.cpp b/cpp/src/XMLTransform/ErrorReporter.cpp
index c4fda858aba..a8a55d356d7 100644
--- a/cpp/src/XMLTransform/ErrorReporter.cpp
+++ b/cpp/src/XMLTransform/ErrorReporter.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2002
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/src/XMLTransform/ErrorReporter.h b/cpp/src/XMLTransform/ErrorReporter.h
index 91f0946f489..24362213cec 100644
--- a/cpp/src/XMLTransform/ErrorReporter.h
+++ b/cpp/src/XMLTransform/ErrorReporter.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2002
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/src/XMLTransform/Makefile b/cpp/src/XMLTransform/Makefile
index 0ae4d8d0609..2637ec87389 100644
--- a/cpp/src/XMLTransform/Makefile
+++ b/cpp/src/XMLTransform/Makefile
@@ -1,7 +1,7 @@
# **********************************************************************
#
# Copyright (c) 2002
-# Mutable Realms, Inc.
+# ZeroC, Inc.
# Huntsville, AL, USA
#
# All Rights Reserved
diff --git a/cpp/src/XMLTransform/TransformDB.cpp b/cpp/src/XMLTransform/TransformDB.cpp
index 3d16675f2a3..3bf532214de 100644
--- a/cpp/src/XMLTransform/TransformDB.cpp
+++ b/cpp/src/XMLTransform/TransformDB.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2002
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
@@ -170,9 +170,9 @@ main(int argc, char* argv[])
"<xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\""
" elementFormDefault=\"qualified\""
" xmlns:tns=\"http://www.noorg.org/schemas\""
- " xmlns:ice=\"http://www.mutablerealms.com/schemas\""
+ " xmlns:ice=\"http://www.zeroc.com/schemas\""
" targetNamespace=\"http://www.noorg.org/schemas\">"
- " <xs:import namespace=\"http://www.mutablerealms.com/schemas\" schemaLocation=\"ice.xsd\"/>"
+ " <xs:import namespace=\"http://www.zeroc.com/schemas\" schemaLocation=\"ice.xsd\"/>"
" <xs:element name=\"Key\" type=\"_internal.Ice.IdentityType\"/>"
" <xs:element name=\"Value\" type=\"ice:_internal.objectType\"/></xs:schema>";
diff --git a/cpp/src/XMLTransform/XMLTransform.cpp b/cpp/src/XMLTransform/XMLTransform.cpp
index e8f01f4b713..0bf73077120 100644
--- a/cpp/src/XMLTransform/XMLTransform.cpp
+++ b/cpp/src/XMLTransform/XMLTransform.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2002
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
@@ -2510,7 +2510,7 @@ XMLTransform::DBTransformer::transform(const DBEnvironmentPtr& dbEnv, const DBPt
// Header and footer for instance documents.
//
const string header = "<ice:data xmlns=\"http://www.noorg.org/schemas\""
- " xmlns:ice=\"http://www.mutablerealms.com/schemas\""
+ " xmlns:ice=\"http://www.zeroc.com/schemas\""
" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\""
" xsi:schemaLocation=\"http://www.noorg.org/schemas Dummy.xsd\">";
const string footer = "</ice:data>";