diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-10-26 00:00:14 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-10-26 00:00:14 +0000 |
commit | 00457a89c9c6b0c7989bc38e868d9c9b8d398412 (patch) | |
tree | 295a70e1e5b1faa27feed752532e1ac2916c86eb /java/test | |
parent | gcc 3.2 fixes (diff) | |
download | ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.tar.bz2 ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.tar.xz ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.zip |
changing Mutable Realms to ZeroC
Diffstat (limited to 'java/test')
151 files changed, 337 insertions, 130 deletions
diff --git a/java/test/Freeze/build.xml b/java/test/Freeze/build.xml index c23e3514807..5047a308799 100644 --- a/java/test/Freeze/build.xml +++ b/java/test/Freeze/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Freeze" default="all" basedir="."> <target name="all"> diff --git a/java/test/Freeze/complex/Client.java b/java/test/Freeze/complex/Client.java index ee721c04f4f..12bbeefff66 100644 --- a/java/test/Freeze/complex/Client.java +++ b/java/test/Freeze/complex/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/Freeze/complex/Complex.ice b/java/test/Freeze/complex/Complex.ice index 70a507ba683..193d82f3ce4 100644 --- a/java/test/Freeze/complex/Complex.ice +++ b/java/test/Freeze/complex/Complex.ice @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/complex/Complex/AddNodeI.java b/java/test/Freeze/complex/Complex/AddNodeI.java index 54d997b693f..e30b599f6be 100644 --- a/java/test/Freeze/complex/Complex/AddNodeI.java +++ b/java/test/Freeze/complex/Complex/AddNodeI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/complex/Complex/MultiplyNodeI.java b/java/test/Freeze/complex/Complex/MultiplyNodeI.java index 5f513d4c315..019f3510025 100644 --- a/java/test/Freeze/complex/Complex/MultiplyNodeI.java +++ b/java/test/Freeze/complex/Complex/MultiplyNodeI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/complex/Complex/NumberNodeI.java b/java/test/Freeze/complex/Complex/NumberNodeI.java index ad7c1dc574f..bafe6076ebd 100644 --- a/java/test/Freeze/complex/Complex/NumberNodeI.java +++ b/java/test/Freeze/complex/Complex/NumberNodeI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/complex/Complex/ObjectFactoryI.java b/java/test/Freeze/complex/Complex/ObjectFactoryI.java index 515729a3b2e..5feb44562bb 100644 --- a/java/test/Freeze/complex/Complex/ObjectFactoryI.java +++ b/java/test/Freeze/complex/Complex/ObjectFactoryI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/complex/ParseError.java b/java/test/Freeze/complex/ParseError.java index bc7def0ef2f..db99824ddde 100644 --- a/java/test/Freeze/complex/ParseError.java +++ b/java/test/Freeze/complex/ParseError.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/complex/Parser.java b/java/test/Freeze/complex/Parser.java index 2361703a577..b869bea5e56 100644 --- a/java/test/Freeze/complex/Parser.java +++ b/java/test/Freeze/complex/Parser.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/complex/build.xml b/java/test/Freeze/complex/build.xml index a17e64c3a57..c914d1e70e0 100644 --- a/java/test/Freeze/complex/build.xml +++ b/java/test/Freeze/complex/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Freeze_cursor" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Freeze/complex/run.py b/java/test/Freeze/complex/run.py index 2452e43925e..63028b8b0ff 100755 --- a/java/test/Freeze/complex/run.py +++ b/java/test/Freeze/complex/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/Freeze/cursor/Client.java b/java/test/Freeze/cursor/Client.java index f9f1066dcf0..09d516501e2 100644 --- a/java/test/Freeze/cursor/Client.java +++ b/java/test/Freeze/cursor/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/Freeze/cursor/build.xml b/java/test/Freeze/cursor/build.xml index 01850b46990..697f559eea2 100644 --- a/java/test/Freeze/cursor/build.xml +++ b/java/test/Freeze/cursor/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Freeze_cursor" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Freeze/cursor/run.py b/java/test/Freeze/cursor/run.py index b541b730621..41e12cf525f 100755 --- a/java/test/Freeze/cursor/run.py +++ b/java/test/Freeze/cursor/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/Freeze/dbmap/Client.java b/java/test/Freeze/dbmap/Client.java index 4da95b5b3ba..960ec8bc251 100644 --- a/java/test/Freeze/dbmap/Client.java +++ b/java/test/Freeze/dbmap/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/Freeze/dbmap/build.xml b/java/test/Freeze/dbmap/build.xml index a92830f74a2..c848c8a2787 100644 --- a/java/test/Freeze/dbmap/build.xml +++ b/java/test/Freeze/dbmap/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Freeze_cursor" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Freeze/dbmap/run.py b/java/test/Freeze/dbmap/run.py index 3edfad5ca44..0c69e067cd7 100755 --- a/java/test/Freeze/dbmap/run.py +++ b/java/test/Freeze/dbmap/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/Freeze/evictor/Client.java b/java/test/Freeze/evictor/Client.java index 5b4197cb300..b2615903928 100644 --- a/java/test/Freeze/evictor/Client.java +++ b/java/test/Freeze/evictor/Client.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/evictor/RemoteEvictorFactoryI.java b/java/test/Freeze/evictor/RemoteEvictorFactoryI.java index 2c9d7434cd2..97abe6cc3b9 100644 --- a/java/test/Freeze/evictor/RemoteEvictorFactoryI.java +++ b/java/test/Freeze/evictor/RemoteEvictorFactoryI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/evictor/RemoteEvictorI.java b/java/test/Freeze/evictor/RemoteEvictorI.java index 9a52633fb3b..a6e79b10d9e 100644 --- a/java/test/Freeze/evictor/RemoteEvictorI.java +++ b/java/test/Freeze/evictor/RemoteEvictorI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/evictor/ServantI.java b/java/test/Freeze/evictor/ServantI.java index d2ed57bee41..1b142846149 100644 --- a/java/test/Freeze/evictor/ServantI.java +++ b/java/test/Freeze/evictor/ServantI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/evictor/Server.java b/java/test/Freeze/evictor/Server.java index 96dcaaee3f4..cea328e4e86 100644 --- a/java/test/Freeze/evictor/Server.java +++ b/java/test/Freeze/evictor/Server.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/evictor/Test.ice b/java/test/Freeze/evictor/Test.ice index 31e4e6c7a0d..2c4e5cf999c 100644 --- a/java/test/Freeze/evictor/Test.ice +++ b/java/test/Freeze/evictor/Test.ice @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Freeze/evictor/build.xml b/java/test/Freeze/evictor/build.xml index a7f5c477033..9dc664d82cd 100644 --- a/java/test/Freeze/evictor/build.xml +++ b/java/test/Freeze/evictor/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Freeze_evictor" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Freeze/evictor/run.py b/java/test/Freeze/evictor/run.py index ff65fac8556..e47cb84e7dd 100755 --- a/java/test/Freeze/evictor/run.py +++ b/java/test/Freeze/evictor/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2002 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/Glacier/build.xml b/java/test/Glacier/build.xml index ab3922b1caa..f4f7df23dc4 100644 --- a/java/test/Glacier/build.xml +++ b/java/test/Glacier/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Ice" default="all" basedir="."> <target name="all"> diff --git a/java/test/Glacier/starter/Callback.ice b/java/test/Glacier/starter/Callback.ice index d8fcd79aaf0..2069fdaf944 100644 --- a/java/test/Glacier/starter/Callback.ice +++ b/java/test/Glacier/starter/Callback.ice @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Glacier/starter/CallbackClient.java b/java/test/Glacier/starter/CallbackClient.java index b77c47d6ac7..e4522463676 100644 --- a/java/test/Glacier/starter/CallbackClient.java +++ b/java/test/Glacier/starter/CallbackClient.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Glacier/starter/CallbackI.java b/java/test/Glacier/starter/CallbackI.java index b5caa2f625e..f24e1ca6396 100644 --- a/java/test/Glacier/starter/CallbackI.java +++ b/java/test/Glacier/starter/CallbackI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Glacier/starter/CallbackReceiverI.java b/java/test/Glacier/starter/CallbackReceiverI.java index 622bf70b9d1..87b20a58f54 100644 --- a/java/test/Glacier/starter/CallbackReceiverI.java +++ b/java/test/Glacier/starter/CallbackReceiverI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Glacier/starter/CallbackServer.java b/java/test/Glacier/starter/CallbackServer.java index 82a49c5914d..4095b6e0776 100644 --- a/java/test/Glacier/starter/CallbackServer.java +++ b/java/test/Glacier/starter/CallbackServer.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Glacier/starter/Client.java b/java/test/Glacier/starter/Client.java index f96eca4336f..47877cea12a 100644 --- a/java/test/Glacier/starter/Client.java +++ b/java/test/Glacier/starter/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/Glacier/starter/Server.java b/java/test/Glacier/starter/Server.java index eedd387c7a5..76cf82b9429 100644 --- a/java/test/Glacier/starter/Server.java +++ b/java/test/Glacier/starter/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/Glacier/starter/build.xml b/java/test/Glacier/starter/build.xml index afcf48b9f97..1a0be6a7161 100644 --- a/java/test/Glacier/starter/build.xml +++ b/java/test/Glacier/starter/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Glacier_starter" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Glacier/starter/run.py b/java/test/Glacier/starter/run.py index 81c6e8b6b12..4dcc23d4b42 100755 --- a/java/test/Glacier/starter/run.py +++ b/java/test/Glacier/starter/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/Ice/adapterDeactivation/AllTests.java b/java/test/Ice/adapterDeactivation/AllTests.java index 7b00f838f11..2c6a5d47390 100644 --- a/java/test/Ice/adapterDeactivation/AllTests.java +++ b/java/test/Ice/adapterDeactivation/AllTests.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Ice/adapterDeactivation/Client.java b/java/test/Ice/adapterDeactivation/Client.java index f25bece3894..d8d38d0699d 100644 --- a/java/test/Ice/adapterDeactivation/Client.java +++ b/java/test/Ice/adapterDeactivation/Client.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Ice/adapterDeactivation/Collocated.java b/java/test/Ice/adapterDeactivation/Collocated.java index 2174ceb4f6e..087864ba0e5 100644 --- a/java/test/Ice/adapterDeactivation/Collocated.java +++ b/java/test/Ice/adapterDeactivation/Collocated.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Ice/adapterDeactivation/CookieI.java b/java/test/Ice/adapterDeactivation/CookieI.java index cfefc3e9066..eb4bfcf783c 100644 --- a/java/test/Ice/adapterDeactivation/CookieI.java +++ b/java/test/Ice/adapterDeactivation/CookieI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Ice/adapterDeactivation/ServantLocatorI.java b/java/test/Ice/adapterDeactivation/ServantLocatorI.java index 64149fb2893..646d98fb8a3 100644 --- a/java/test/Ice/adapterDeactivation/ServantLocatorI.java +++ b/java/test/Ice/adapterDeactivation/ServantLocatorI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Ice/adapterDeactivation/Server.java b/java/test/Ice/adapterDeactivation/Server.java index a3345d7ee9d..779623ae39d 100644 --- a/java/test/Ice/adapterDeactivation/Server.java +++ b/java/test/Ice/adapterDeactivation/Server.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Ice/adapterDeactivation/Test.ice b/java/test/Ice/adapterDeactivation/Test.ice index 91eda7c9988..0b31204bfac 100644 --- a/java/test/Ice/adapterDeactivation/Test.ice +++ b/java/test/Ice/adapterDeactivation/Test.ice @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Ice/adapterDeactivation/TestI.java b/java/test/Ice/adapterDeactivation/TestI.java index b88e9955182..5afe596e8a7 100644 --- a/java/test/Ice/adapterDeactivation/TestI.java +++ b/java/test/Ice/adapterDeactivation/TestI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/Ice/adapterDeactivation/build.xml b/java/test/Ice/adapterDeactivation/build.xml index 72d66b2f07c..792c10252ae 100644 --- a/java/test/Ice/adapterDeactivation/build.xml +++ b/java/test/Ice/adapterDeactivation/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Ice_operations" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/adapterDeactivation/run.py b/java/test/Ice/adapterDeactivation/run.py index f00abe8cd81..9a1a30e7a08 100755 --- a/java/test/Ice/adapterDeactivation/run.py +++ b/java/test/Ice/adapterDeactivation/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/Ice/build.xml b/java/test/Ice/build.xml index 19e7f8a8e71..c5e33113704 100644 --- a/java/test/Ice/build.xml +++ b/java/test/Ice/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Ice" default="all" basedir="."> <target name="all"> diff --git a/java/test/Ice/exceptions/AllTests.java b/java/test/Ice/exceptions/AllTests.java index 74a1f55c53d..d2a42e0eff3 100644 --- a/java/test/Ice/exceptions/AllTests.java +++ b/java/test/Ice/exceptions/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/exceptions/Client.java b/java/test/Ice/exceptions/Client.java index baa05a6bf0d..d9889567277 100644 --- a/java/test/Ice/exceptions/Client.java +++ b/java/test/Ice/exceptions/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/exceptions/Collocated.java b/java/test/Ice/exceptions/Collocated.java index 40974d85987..2c3f4766656 100644 --- a/java/test/Ice/exceptions/Collocated.java +++ b/java/test/Ice/exceptions/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/exceptions/Server.java b/java/test/Ice/exceptions/Server.java index 14e92c82ed3..0f248b7470b 100644 --- a/java/test/Ice/exceptions/Server.java +++ b/java/test/Ice/exceptions/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/exceptions/Test.ice b/java/test/Ice/exceptions/Test.ice index 90f2dadb568..449a222af7b 100644 --- a/java/test/Ice/exceptions/Test.ice +++ b/java/test/Ice/exceptions/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/exceptions/ThrowerI.java b/java/test/Ice/exceptions/ThrowerI.java index 684593a077d..8bd689b6f5e 100644 --- a/java/test/Ice/exceptions/ThrowerI.java +++ b/java/test/Ice/exceptions/ThrowerI.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/exceptions/build.xml b/java/test/Ice/exceptions/build.xml index baa7b108f09..bfde79ee7af 100644 --- a/java/test/Ice/exceptions/build.xml +++ b/java/test/Ice/exceptions/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Ice_exceptions" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/exceptions/run.py b/java/test/Ice/exceptions/run.py index 56615845e95..d3be9a0920a 100755 --- a/java/test/Ice/exceptions/run.py +++ b/java/test/Ice/exceptions/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/Ice/facets/AI.java b/java/test/Ice/facets/AI.java index 29cf0b6894a..a6ab080886e 100644 --- a/java/test/Ice/facets/AI.java +++ b/java/test/Ice/facets/AI.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/facets/AllTests.java b/java/test/Ice/facets/AllTests.java index d5027f42cc9..3a5d02206b6 100644 --- a/java/test/Ice/facets/AllTests.java +++ b/java/test/Ice/facets/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/facets/BI.java b/java/test/Ice/facets/BI.java index 1fdb23e5793..5f15ee2445f 100644 --- a/java/test/Ice/facets/BI.java +++ b/java/test/Ice/facets/BI.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/facets/CI.java b/java/test/Ice/facets/CI.java index 908ca6217d3..ef5046d4b91 100644 --- a/java/test/Ice/facets/CI.java +++ b/java/test/Ice/facets/CI.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/facets/Client.java b/java/test/Ice/facets/Client.java index e700d7004d0..d44b9daf77c 100644 --- a/java/test/Ice/facets/Client.java +++ b/java/test/Ice/facets/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/facets/Collocated.java b/java/test/Ice/facets/Collocated.java index 352fedc80d7..6a9eadbded7 100644 --- a/java/test/Ice/facets/Collocated.java +++ b/java/test/Ice/facets/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/facets/DI.java b/java/test/Ice/facets/DI.java index fe05e436adc..a4f22498822 100644 --- a/java/test/Ice/facets/DI.java +++ b/java/test/Ice/facets/DI.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/facets/EI.java b/java/test/Ice/facets/EI.java index cfee57fdca3..9391390c49d 100644 --- a/java/test/Ice/facets/EI.java +++ b/java/test/Ice/facets/EI.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/facets/FI.java b/java/test/Ice/facets/FI.java index d71f7f2e113..438410409ed 100644 --- a/java/test/Ice/facets/FI.java +++ b/java/test/Ice/facets/FI.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/facets/GI.java b/java/test/Ice/facets/GI.java index e68f2e177ed..69e8f728992 100644 --- a/java/test/Ice/facets/GI.java +++ b/java/test/Ice/facets/GI.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/facets/HI.java b/java/test/Ice/facets/HI.java index 44b264822c8..f5b6665d53f 100644 --- a/java/test/Ice/facets/HI.java +++ b/java/test/Ice/facets/HI.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/facets/Server.java b/java/test/Ice/facets/Server.java index e7fe97165b3..c9c9c581731 100644 --- a/java/test/Ice/facets/Server.java +++ b/java/test/Ice/facets/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/facets/Test.ice b/java/test/Ice/facets/Test.ice index 22cd75c69d3..4bf57f2e425 100644 --- a/java/test/Ice/facets/Test.ice +++ b/java/test/Ice/facets/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/facets/build.xml b/java/test/Ice/facets/build.xml index df3258ca885..c41ae6708d1 100644 --- a/java/test/Ice/facets/build.xml +++ b/java/test/Ice/facets/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Ice_facets" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/facets/run.py b/java/test/Ice/facets/run.py index 90db5e1a5c0..abb272f95dd 100755 --- a/java/test/Ice/facets/run.py +++ b/java/test/Ice/facets/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/Ice/faultTolerance/AllTests.java b/java/test/Ice/faultTolerance/AllTests.java index bba9cb681d1..0730e9e6b21 100644 --- a/java/test/Ice/faultTolerance/AllTests.java +++ b/java/test/Ice/faultTolerance/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/faultTolerance/Client.java b/java/test/Ice/faultTolerance/Client.java index ea57971e94d..3f8a5333337 100644 --- a/java/test/Ice/faultTolerance/Client.java +++ b/java/test/Ice/faultTolerance/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/faultTolerance/Server.java b/java/test/Ice/faultTolerance/Server.java index 6198d5edce9..63a85575980 100644 --- a/java/test/Ice/faultTolerance/Server.java +++ b/java/test/Ice/faultTolerance/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/faultTolerance/Test.ice b/java/test/Ice/faultTolerance/Test.ice index 56364a3e355..ee2b81aa96b 100644 --- a/java/test/Ice/faultTolerance/Test.ice +++ b/java/test/Ice/faultTolerance/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/faultTolerance/TestI.java b/java/test/Ice/faultTolerance/TestI.java index ed3c9d64416..87845a4faa9 100644 --- a/java/test/Ice/faultTolerance/TestI.java +++ b/java/test/Ice/faultTolerance/TestI.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/faultTolerance/build.xml b/java/test/Ice/faultTolerance/build.xml index ab5d86c2a9b..4f9f3dca6fd 100644 --- a/java/test/Ice/faultTolerance/build.xml +++ b/java/test/Ice/faultTolerance/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Ice_faultTolerance" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/faultTolerance/run.py b/java/test/Ice/faultTolerance/run.py index e0f074100d7..7316a899176 100755 --- a/java/test/Ice/faultTolerance/run.py +++ b/java/test/Ice/faultTolerance/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved 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 diff --git a/java/test/Ice/location/AllTests.java b/java/test/Ice/location/AllTests.java index 7ca0c216803..0767a377d44 100644 --- a/java/test/Ice/location/AllTests.java +++ b/java/test/Ice/location/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/location/Client.java b/java/test/Ice/location/Client.java index b5aba44d35b..ba18ac4c09c 100644 --- a/java/test/Ice/location/Client.java +++ b/java/test/Ice/location/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/location/HelloI.java b/java/test/Ice/location/HelloI.java index ebb7929455f..d64a550b521 100644 --- a/java/test/Ice/location/HelloI.java +++ b/java/test/Ice/location/HelloI.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/location/Server.java b/java/test/Ice/location/Server.java index ba4dc54ef95..36ead28f393 100644 --- a/java/test/Ice/location/Server.java +++ b/java/test/Ice/location/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/location/ServerLocator.java b/java/test/Ice/location/ServerLocator.java index 1565c7fd85f..07a94d680fa 100644 --- a/java/test/Ice/location/ServerLocator.java +++ b/java/test/Ice/location/ServerLocator.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/location/ServerLocatorRegistry.java b/java/test/Ice/location/ServerLocatorRegistry.java index a92567038c3..3f4950f7a6a 100644 --- a/java/test/Ice/location/ServerLocatorRegistry.java +++ b/java/test/Ice/location/ServerLocatorRegistry.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/location/ServerManagerI.java b/java/test/Ice/location/ServerManagerI.java index 853e1da9217..a9f725f1785 100644 --- a/java/test/Ice/location/ServerManagerI.java +++ b/java/test/Ice/location/ServerManagerI.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/location/Test.ice b/java/test/Ice/location/Test.ice index ab533d54d50..33b8214de05 100644 --- a/java/test/Ice/location/Test.ice +++ b/java/test/Ice/location/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/location/TestI.java b/java/test/Ice/location/TestI.java index eae27aa7b21..2e68747ce16 100644 --- a/java/test/Ice/location/TestI.java +++ b/java/test/Ice/location/TestI.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/location/build.xml b/java/test/Ice/location/build.xml index 0cc13e97b79..bebeab1b663 100644 --- a/java/test/Ice/location/build.xml +++ b/java/test/Ice/location/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Ice_location" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/location/run.py b/java/test/Ice/location/run.py index 0e51184033e..c21a5c0ded8 100755 --- a/java/test/Ice/location/run.py +++ b/java/test/Ice/location/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/Ice/locationForward/AllTests.java b/java/test/Ice/locationForward/AllTests.java index adb4e855cb0..e27fca23b89 100644 --- a/java/test/Ice/locationForward/AllTests.java +++ b/java/test/Ice/locationForward/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/locationForward/Client.java b/java/test/Ice/locationForward/Client.java index 0a0f6482e7d..38f07e3bda5 100644 --- a/java/test/Ice/locationForward/Client.java +++ b/java/test/Ice/locationForward/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/locationForward/Server.java b/java/test/Ice/locationForward/Server.java index baa44b0b824..5778af69828 100644 --- a/java/test/Ice/locationForward/Server.java +++ b/java/test/Ice/locationForward/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/locationForward/Test.ice b/java/test/Ice/locationForward/Test.ice index 948c0359cdb..225b9b97776 100644 --- a/java/test/Ice/locationForward/Test.ice +++ b/java/test/Ice/locationForward/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/locationForward/TestI.java b/java/test/Ice/locationForward/TestI.java index 8f1a3105adc..1714c50bc5b 100644 --- a/java/test/Ice/locationForward/TestI.java +++ b/java/test/Ice/locationForward/TestI.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/locationForward/build.xml b/java/test/Ice/locationForward/build.xml index bf1209b71ff..35c7d722304 100644 --- a/java/test/Ice/locationForward/build.xml +++ b/java/test/Ice/locationForward/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Ice_locationForward" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/locationForward/run.py b/java/test/Ice/locationForward/run.py index ae389b7be81..4f8ea4f0d6b 100755 --- a/java/test/Ice/locationForward/run.py +++ b/java/test/Ice/locationForward/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/Ice/objects/AllTests.java b/java/test/Ice/objects/AllTests.java index bd2e87d4564..9424d0b4e43 100644 --- a/java/test/Ice/objects/AllTests.java +++ b/java/test/Ice/objects/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/objects/Client.java b/java/test/Ice/objects/Client.java index 3f715c262a3..191932a5850 100644 --- a/java/test/Ice/objects/Client.java +++ b/java/test/Ice/objects/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/objects/Collocated.java b/java/test/Ice/objects/Collocated.java index 3b14d86c061..890ee2ac687 100644 --- a/java/test/Ice/objects/Collocated.java +++ b/java/test/Ice/objects/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/objects/InitialI.java b/java/test/Ice/objects/InitialI.java index 0ac53f763f6..0522c66443d 100644 --- a/java/test/Ice/objects/InitialI.java +++ b/java/test/Ice/objects/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/objects/Server.java b/java/test/Ice/objects/Server.java index 524385b4c00..613103340e7 100644 --- a/java/test/Ice/objects/Server.java +++ b/java/test/Ice/objects/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/objects/Test.ice b/java/test/Ice/objects/Test.ice index 1e6c841d54e..54a6827cc55 100644 --- a/java/test/Ice/objects/Test.ice +++ b/java/test/Ice/objects/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/objects/build.xml b/java/test/Ice/objects/build.xml index fad68965724..f2da6b0b45b 100644 --- a/java/test/Ice/objects/build.xml +++ b/java/test/Ice/objects/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Ice_objects" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/objects/run.py b/java/test/Ice/objects/run.py index 8a9f51ff24b..df5c80dd149 100755 --- a/java/test/Ice/objects/run.py +++ b/java/test/Ice/objects/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/Ice/operations/AllTests.java b/java/test/Ice/operations/AllTests.java index b49792c814f..a0cae80d3d3 100644 --- a/java/test/Ice/operations/AllTests.java +++ b/java/test/Ice/operations/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/operations/Client.java b/java/test/Ice/operations/Client.java index 204ce57520e..8582e512ca8 100644 --- a/java/test/Ice/operations/Client.java +++ b/java/test/Ice/operations/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/operations/Collocated.java b/java/test/Ice/operations/Collocated.java index fb99b620d2a..be213d00ed2 100644 --- a/java/test/Ice/operations/Collocated.java +++ b/java/test/Ice/operations/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/operations/MyDerivedClassI.java b/java/test/Ice/operations/MyDerivedClassI.java index a96263d5507..ed9e804e28f 100644 --- a/java/test/Ice/operations/MyDerivedClassI.java +++ b/java/test/Ice/operations/MyDerivedClassI.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/operations/Server.java b/java/test/Ice/operations/Server.java index 768313556d6..e8840e089b2 100644 --- a/java/test/Ice/operations/Server.java +++ b/java/test/Ice/operations/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/operations/Test.ice b/java/test/Ice/operations/Test.ice index 63169db6698..6816850808c 100644 --- a/java/test/Ice/operations/Test.ice +++ b/java/test/Ice/operations/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/operations/Twoways.java b/java/test/Ice/operations/Twoways.java index aca021d057c..0f97e1bbb0d 100644 --- a/java/test/Ice/operations/Twoways.java +++ b/java/test/Ice/operations/Twoways.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/operations/build.xml b/java/test/Ice/operations/build.xml index 72d66b2f07c..792c10252ae 100644 --- a/java/test/Ice/operations/build.xml +++ b/java/test/Ice/operations/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_Ice_operations" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/operations/run.py b/java/test/Ice/operations/run.py index c8d35b60fb6..1263c494a8e 100755 --- a/java/test/Ice/operations/run.py +++ b/java/test/Ice/operations/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/IcePack/build.xml b/java/test/IcePack/build.xml index 94e68b05dbe..d392cf30b4a 100644 --- a/java/test/IcePack/build.xml +++ b/java/test/IcePack/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_IcePack" default="all" basedir="."> <target name="all"> diff --git a/java/test/IcePack/deployer/AllTests.java b/java/test/IcePack/deployer/AllTests.java index 39b4313b2ba..83ea1a1f9f1 100644 --- a/java/test/IcePack/deployer/AllTests.java +++ b/java/test/IcePack/deployer/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/IcePack/deployer/Client.java b/java/test/IcePack/deployer/Client.java index df735d6728c..ac4185b2f29 100644 --- a/java/test/IcePack/deployer/Client.java +++ b/java/test/IcePack/deployer/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/IcePack/deployer/FreezeService.java b/java/test/IcePack/deployer/FreezeService.java index 96ebcbbcddb..6fe117c11fe 100644 --- a/java/test/IcePack/deployer/FreezeService.java +++ b/java/test/IcePack/deployer/FreezeService.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/IcePack/deployer/Server.java b/java/test/IcePack/deployer/Server.java index f494d8a409c..c6cde58c647 100644 --- a/java/test/IcePack/deployer/Server.java +++ b/java/test/IcePack/deployer/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/IcePack/deployer/Service.java b/java/test/IcePack/deployer/Service.java index c2aded08a07..d41253891e8 100644 --- a/java/test/IcePack/deployer/Service.java +++ b/java/test/IcePack/deployer/Service.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2002 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/IcePack/deployer/Test.ice b/java/test/IcePack/deployer/Test.ice index 6d4d1189b0d..d728ac3a4bb 100644 --- a/java/test/IcePack/deployer/Test.ice +++ b/java/test/IcePack/deployer/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/IcePack/deployer/TestI.java b/java/test/IcePack/deployer/TestI.java index eaffd931c82..980f6693319 100644 --- a/java/test/IcePack/deployer/TestI.java +++ b/java/test/IcePack/deployer/TestI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/IcePack/deployer/build.xml b/java/test/IcePack/deployer/build.xml index 5bdca7884a7..d3fd605887d 100644 --- a/java/test/IcePack/deployer/build.xml +++ b/java/test/IcePack/deployer/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_IcePack_deployer" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/IcePack/deployer/run.py b/java/test/IcePack/deployer/run.py index 41c6f7a0af3..4dcdae53cdd 100755 --- a/java/test/IcePack/deployer/run.py +++ b/java/test/IcePack/deployer/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/IcePack/simple/AllTests.java b/java/test/IcePack/simple/AllTests.java index 008733409b8..4687c2dca51 100644 --- a/java/test/IcePack/simple/AllTests.java +++ b/java/test/IcePack/simple/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/IcePack/simple/Client.java b/java/test/IcePack/simple/Client.java index d26065b1f80..d06bfa6a747 100644 --- a/java/test/IcePack/simple/Client.java +++ b/java/test/IcePack/simple/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/IcePack/simple/Server.java b/java/test/IcePack/simple/Server.java index 11e1d3ff2f1..eeeb6818145 100644 --- a/java/test/IcePack/simple/Server.java +++ b/java/test/IcePack/simple/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/IcePack/simple/Test.ice b/java/test/IcePack/simple/Test.ice index 948c0359cdb..225b9b97776 100644 --- a/java/test/IcePack/simple/Test.ice +++ b/java/test/IcePack/simple/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/IcePack/simple/TestI.java b/java/test/IcePack/simple/TestI.java index f192d376da9..68da0f2b367 100644 --- a/java/test/IcePack/simple/TestI.java +++ b/java/test/IcePack/simple/TestI.java @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/java/test/IcePack/simple/build.xml b/java/test/IcePack/simple/build.xml index 8ad1bda7423..a408cd05d61 100644 --- a/java/test/IcePack/simple/build.xml +++ b/java/test/IcePack/simple/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_IcePack_simple" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/IcePack/simple/run.py b/java/test/IcePack/simple/run.py index 2a471191045..4f5b1ef9bfb 100755 --- a/java/test/IcePack/simple/run.py +++ b/java/test/IcePack/simple/run.py @@ -2,7 +2,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/java/test/IceXML/build.xml b/java/test/IceXML/build.xml index 110857e9ffc..60bf42a5676 100644 --- a/java/test/IceXML/build.xml +++ b/java/test/IceXML/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test_IceXML" default="all" basedir="."> <target name="all"> 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 diff --git a/java/test/build.xml b/java/test/build.xml index 31b53e8e717..8bac518bb05 100644 --- a/java/test/build.xml +++ b/java/test/build.xml @@ -1,3 +1,12 @@ +<!-- + +Copyright (c) 2002 +ZeroC, Inc. +Huntsville, AL, USA + +All Rights Reserved + +--> <project name="test" default="all" basedir="."> <target name="all"> |