summaryrefslogtreecommitdiff
path: root/java/test/Ice/inheritance
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-10-26 00:00:14 +0000
committerMark Spruiell <mes@zeroc.com>2002-10-26 00:00:14 +0000
commit00457a89c9c6b0c7989bc38e868d9c9b8d398412 (patch)
tree295a70e1e5b1faa27feed752532e1ac2916c86eb /java/test/Ice/inheritance
parentgcc 3.2 fixes (diff)
downloadice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.tar.bz2
ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.tar.xz
ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.zip
changing Mutable Realms to ZeroC
Diffstat (limited to 'java/test/Ice/inheritance')
-rw-r--r--java/test/Ice/inheritance/AllTests.java2
-rw-r--r--java/test/Ice/inheritance/CAI.java2
-rw-r--r--java/test/Ice/inheritance/CBI.java2
-rw-r--r--java/test/Ice/inheritance/CCI.java2
-rw-r--r--java/test/Ice/inheritance/CDI.java2
-rw-r--r--java/test/Ice/inheritance/Client.java2
-rw-r--r--java/test/Ice/inheritance/Collocated.java2
-rw-r--r--java/test/Ice/inheritance/IAI.java2
-rw-r--r--java/test/Ice/inheritance/IB1I.java2
-rw-r--r--java/test/Ice/inheritance/IB2I.java2
-rw-r--r--java/test/Ice/inheritance/ICI.java2
-rw-r--r--java/test/Ice/inheritance/InitialI.java2
-rw-r--r--java/test/Ice/inheritance/Server.java2
-rw-r--r--java/test/Ice/inheritance/Test.ice2
-rw-r--r--java/test/Ice/inheritance/build.xml9
-rwxr-xr-xjava/test/Ice/inheritance/run.py2
16 files changed, 24 insertions, 15 deletions
diff --git a/java/test/Ice/inheritance/AllTests.java b/java/test/Ice/inheritance/AllTests.java
index a1cd880acf1..e00a26caff2 100644
--- a/java/test/Ice/inheritance/AllTests.java
+++ b/java/test/Ice/inheritance/AllTests.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/CAI.java b/java/test/Ice/inheritance/CAI.java
index f8d5b454d01..20632e36c36 100644
--- a/java/test/Ice/inheritance/CAI.java
+++ b/java/test/Ice/inheritance/CAI.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/CBI.java b/java/test/Ice/inheritance/CBI.java
index ed6cba55c13..407d925a0c8 100644
--- a/java/test/Ice/inheritance/CBI.java
+++ b/java/test/Ice/inheritance/CBI.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/CCI.java b/java/test/Ice/inheritance/CCI.java
index 179b43b70a2..c2b3ee8f7f4 100644
--- a/java/test/Ice/inheritance/CCI.java
+++ b/java/test/Ice/inheritance/CCI.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/CDI.java b/java/test/Ice/inheritance/CDI.java
index caa8814292f..3fdba48d96c 100644
--- a/java/test/Ice/inheritance/CDI.java
+++ b/java/test/Ice/inheritance/CDI.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/Client.java b/java/test/Ice/inheritance/Client.java
index 54fd01a860b..f3063166e7c 100644
--- a/java/test/Ice/inheritance/Client.java
+++ b/java/test/Ice/inheritance/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/Ice/inheritance/Collocated.java b/java/test/Ice/inheritance/Collocated.java
index b23c19017d9..4ca440e1b87 100644
--- a/java/test/Ice/inheritance/Collocated.java
+++ b/java/test/Ice/inheritance/Collocated.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/IAI.java b/java/test/Ice/inheritance/IAI.java
index 4bb9dadf19b..f78dcc8e637 100644
--- a/java/test/Ice/inheritance/IAI.java
+++ b/java/test/Ice/inheritance/IAI.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/IB1I.java b/java/test/Ice/inheritance/IB1I.java
index 899a2e21db6..326194f9e59 100644
--- a/java/test/Ice/inheritance/IB1I.java
+++ b/java/test/Ice/inheritance/IB1I.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/IB2I.java b/java/test/Ice/inheritance/IB2I.java
index 35818e93eba..4143772ca0d 100644
--- a/java/test/Ice/inheritance/IB2I.java
+++ b/java/test/Ice/inheritance/IB2I.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/ICI.java b/java/test/Ice/inheritance/ICI.java
index 96812379697..176c98c4bb1 100644
--- a/java/test/Ice/inheritance/ICI.java
+++ b/java/test/Ice/inheritance/ICI.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/InitialI.java b/java/test/Ice/inheritance/InitialI.java
index 288ef916631..17ef3aafa30 100644
--- a/java/test/Ice/inheritance/InitialI.java
+++ b/java/test/Ice/inheritance/InitialI.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/Server.java b/java/test/Ice/inheritance/Server.java
index 524385b4c00..613103340e7 100644
--- a/java/test/Ice/inheritance/Server.java
+++ b/java/test/Ice/inheritance/Server.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/Test.ice b/java/test/Ice/inheritance/Test.ice
index 2e13e8eb27f..7a18977d9e7 100644
--- a/java/test/Ice/inheritance/Test.ice
+++ b/java/test/Ice/inheritance/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/Ice/inheritance/build.xml b/java/test/Ice/inheritance/build.xml
index 3c6cfbdac9b..35322c5c3f0 100644
--- a/java/test/Ice/inheritance/build.xml
+++ b/java/test/Ice/inheritance/build.xml
@@ -1,3 +1,12 @@
+<!--
+
+Copyright (c) 2002
+ZeroC, Inc.
+Huntsville, AL, USA
+
+All Rights Reserved
+
+-->
<project name="test_Ice_inheritance" default="all" basedir=".">
<!-- set global properties for this build -->
diff --git a/java/test/Ice/inheritance/run.py b/java/test/Ice/inheritance/run.py
index d5a311d44b5..d16a62390cd 100755
--- a/java/test/Ice/inheritance/run.py
+++ b/java/test/Ice/inheritance/run.py
@@ -2,7 +2,7 @@
# **********************************************************************
#
# Copyright (c) 2001
-# Mutable Realms, Inc.
+# ZeroC, Inc.
# Huntsville, AL, USA
#
# All Rights Reserved