diff options
Diffstat (limited to 'cpp/test/XMLTransform/transform')
-rw-r--r-- | cpp/test/XMLTransform/transform/Makefile | 2 | ||||
-rw-r--r-- | cpp/test/XMLTransform/transform/Populate.cpp | 6 | ||||
-rw-r--r-- | cpp/test/XMLTransform/transform/Validate.cpp | 2 | ||||
-rwxr-xr-x | cpp/test/XMLTransform/transform/run.py | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/cpp/test/XMLTransform/transform/Makefile b/cpp/test/XMLTransform/transform/Makefile index e4dbf1a5750..781a8cb7a9b 100644 --- a/cpp/test/XMLTransform/transform/Makefile +++ b/cpp/test/XMLTransform/transform/Makefile @@ -1,7 +1,7 @@ # ********************************************************************** # # Copyright (c) 2002 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/cpp/test/XMLTransform/transform/Populate.cpp b/cpp/test/XMLTransform/transform/Populate.cpp index c629696a949..d75efb2de00 100644 --- a/cpp/test/XMLTransform/transform/Populate.cpp +++ b/cpp/test/XMLTransform/transform/Populate.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved @@ -853,9 +853,9 @@ transformEvictor(const DBEnvironmentPtr& dbEnv) "<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/test/XMLTransform/transform/Validate.cpp b/cpp/test/XMLTransform/transform/Validate.cpp index ea8c1a0a595..4b25e733327 100644 --- a/cpp/test/XMLTransform/transform/Validate.cpp +++ b/cpp/test/XMLTransform/transform/Validate.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/test/XMLTransform/transform/run.py b/cpp/test/XMLTransform/transform/run.py index 7eeffce1f4b..f8239b2c3f0 100755 --- a/cpp/test/XMLTransform/transform/run.py +++ b/cpp/test/XMLTransform/transform/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2002 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved |