summaryrefslogtreecommitdiff
path: root/java/test/Ice/inheritance
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-07-09 19:44:38 +0000
committerMarc Laukien <marc@zeroc.com>2002-07-09 19:44:38 +0000
commit3bff1d4c84ee85bb76d76a514832d0addbe23273 (patch)
treeb12b9a8f2524c5752730b02c7c2a39362b59e4c2 /java/test/Ice/inheritance
parentminor (diff)
downloadice-3bff1d4c84ee85bb76d76a514832d0addbe23273.tar.bz2
ice-3bff1d4c84ee85bb76d76a514832d0addbe23273.tar.xz
ice-3bff1d4c84ee85bb76d76a514832d0addbe23273.zip
added space
Diffstat (limited to 'java/test/Ice/inheritance')
-rw-r--r--java/test/Ice/inheritance/AllTests.java2
-rw-r--r--java/test/Ice/inheritance/C_A_I.java2
-rw-r--r--java/test/Ice/inheritance/C_B_I.java2
-rw-r--r--java/test/Ice/inheritance/C_C_I.java2
-rw-r--r--java/test/Ice/inheritance/C_D_I.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/I_A_I.java2
-rw-r--r--java/test/Ice/inheritance/I_B1_I.java2
-rw-r--r--java/test/Ice/inheritance/I_B2_I.java2
-rw-r--r--java/test/Ice/inheritance/I_C_I.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
-rwxr-xr-xjava/test/Ice/inheritance/run.py2
15 files changed, 15 insertions, 15 deletions
diff --git a/java/test/Ice/inheritance/AllTests.java b/java/test/Ice/inheritance/AllTests.java
index a3a3c87fa64..6a14986e056 100644
--- a/java/test/Ice/inheritance/AllTests.java
+++ b/java/test/Ice/inheritance/AllTests.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/C_A_I.java b/java/test/Ice/inheritance/C_A_I.java
index 9b007547845..a18ae8a1e55 100644
--- a/java/test/Ice/inheritance/C_A_I.java
+++ b/java/test/Ice/inheritance/C_A_I.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/C_B_I.java b/java/test/Ice/inheritance/C_B_I.java
index d49bb420c76..42194c890f1 100644
--- a/java/test/Ice/inheritance/C_B_I.java
+++ b/java/test/Ice/inheritance/C_B_I.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/C_C_I.java b/java/test/Ice/inheritance/C_C_I.java
index e178067de74..b65b4dab8c9 100644
--- a/java/test/Ice/inheritance/C_C_I.java
+++ b/java/test/Ice/inheritance/C_C_I.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/C_D_I.java b/java/test/Ice/inheritance/C_D_I.java
index 1b2613fb904..e48cc29d914 100644
--- a/java/test/Ice/inheritance/C_D_I.java
+++ b/java/test/Ice/inheritance/C_D_I.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/Client.java b/java/test/Ice/inheritance/Client.java
index f23040f699d..54fd01a860b 100644
--- a/java/test/Ice/inheritance/Client.java
+++ b/java/test/Ice/inheritance/Client.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/Collocated.java b/java/test/Ice/inheritance/Collocated.java
index 03c015a9f17..6ed46e18bd1 100644
--- a/java/test/Ice/inheritance/Collocated.java
+++ b/java/test/Ice/inheritance/Collocated.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/I_A_I.java b/java/test/Ice/inheritance/I_A_I.java
index b99d3bf89c2..50b47a1de6d 100644
--- a/java/test/Ice/inheritance/I_A_I.java
+++ b/java/test/Ice/inheritance/I_A_I.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/I_B1_I.java b/java/test/Ice/inheritance/I_B1_I.java
index 09de4883d0d..2a7cc06aebd 100644
--- a/java/test/Ice/inheritance/I_B1_I.java
+++ b/java/test/Ice/inheritance/I_B1_I.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/I_B2_I.java b/java/test/Ice/inheritance/I_B2_I.java
index e30d96a9958..fb8391737fc 100644
--- a/java/test/Ice/inheritance/I_B2_I.java
+++ b/java/test/Ice/inheritance/I_B2_I.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/I_C_I.java b/java/test/Ice/inheritance/I_C_I.java
index 008fbfcd271..8a14beb6090 100644
--- a/java/test/Ice/inheritance/I_C_I.java
+++ b/java/test/Ice/inheritance/I_C_I.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/InitialI.java b/java/test/Ice/inheritance/InitialI.java
index a944060cede..b51d2aa8081 100644
--- a/java/test/Ice/inheritance/InitialI.java
+++ b/java/test/Ice/inheritance/InitialI.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/Server.java b/java/test/Ice/inheritance/Server.java
index c75bc4630fd..f6cf4757b45 100644
--- a/java/test/Ice/inheritance/Server.java
+++ b/java/test/Ice/inheritance/Server.java
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/Test.ice b/java/test/Ice/inheritance/Test.ice
index b05492b092e..bdb1e2ec96e 100644
--- a/java/test/Ice/inheritance/Test.ice
+++ b/java/test/Ice/inheritance/Test.ice
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// MutableRealms, Inc.
+// Mutable Realms, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/java/test/Ice/inheritance/run.py b/java/test/Ice/inheritance/run.py
index c54c5875973..d5a311d44b5 100755
--- a/java/test/Ice/inheritance/run.py
+++ b/java/test/Ice/inheritance/run.py
@@ -2,7 +2,7 @@
# **********************************************************************
#
# Copyright (c) 2001
-# MutableRealms, Inc.
+# Mutable Realms, Inc.
# Huntsville, AL, USA
#
# All Rights Reserved