summaryrefslogtreecommitdiff
path: root/java/test/IceXML/encoding
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/IceXML/encoding')
-rw-r--r--java/test/IceXML/encoding/Client.java2
-rw-r--r--java/test/IceXML/encoding/Test.ice2
-rw-r--r--java/test/IceXML/encoding/build.xml9
-rw-r--r--java/test/IceXML/encoding/ice.xsd6
-rwxr-xr-xjava/test/IceXML/encoding/run.py2
5 files changed, 15 insertions, 6 deletions
diff --git a/java/test/IceXML/encoding/Client.java b/java/test/IceXML/encoding/Client.java
index 95356fc0cd0..4670a78d890 100644
--- a/java/test/IceXML/encoding/Client.java
+++ b/java/test/IceXML/encoding/Client.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/IceXML/encoding/Test.ice b/java/test/IceXML/encoding/Test.ice
index 475c5c99e64..f28e5be0613 100644
--- a/java/test/IceXML/encoding/Test.ice
+++ b/java/test/IceXML/encoding/Test.ice
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/IceXML/encoding/build.xml b/java/test/IceXML/encoding/build.xml
index 07576aab9b5..447fca4cab8 100644
--- a/java/test/IceXML/encoding/build.xml
+++ b/java/test/IceXML/encoding/build.xml
@@ -1,3 +1,12 @@
+<!--
+
+Copyright (c) 2002
+ZeroC, Inc.
+Huntsville, AL, USA
+
+All Rights Reserved
+
+-->
<project name="test_IceXML_encoding" default="all" basedir=".">
<!-- set global properties for this build -->
diff --git a/java/test/IceXML/encoding/ice.xsd b/java/test/IceXML/encoding/ice.xsd
index a78da7cb5c5..3acf47f9085 100644
--- a/java/test/IceXML/encoding/ice.xsd
+++ b/java/test/IceXML/encoding/ice.xsd
@@ -2,7 +2,7 @@
<!--
**********************************************************************
Copyright (c) 2001
-MutableRealms, Inc.
+ZeroC, Inc.
Huntsville, AL, USA
All Rights Reserved
@@ -10,8 +10,8 @@ All Rights Reserved
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
- xmlns:tns="http://www.mutablerealms.com/schemas"
- targetNamespace="http://www.mutablerealms.com/schemas">
+ xmlns:tns="http://www.zeroc.com/schemas"
+ targetNamespace="http://www.zeroc.com/schemas">
<xs:simpleType name="_internal.proxyType">
<xs:annotation>
diff --git a/java/test/IceXML/encoding/run.py b/java/test/IceXML/encoding/run.py
index d1882e26da5..dcfffae4d8f 100755
--- a/java/test/IceXML/encoding/run.py
+++ b/java/test/IceXML/encoding/run.py
@@ -2,7 +2,7 @@
# **********************************************************************
#
# Copyright (c) 2001
-# Mutable Realms, Inc.
+# ZeroC, Inc.
# Huntsville, AL, USA
#
# All Rights Reserved