diff options
Diffstat (limited to 'java/test/Ice/exceptions')
-rw-r--r-- | java/test/Ice/exceptions/AllTests.java | 2 | ||||
-rw-r--r-- | java/test/Ice/exceptions/Client.java | 2 | ||||
-rw-r--r-- | java/test/Ice/exceptions/Collocated.java | 2 | ||||
-rw-r--r-- | java/test/Ice/exceptions/Server.java | 2 | ||||
-rw-r--r-- | java/test/Ice/exceptions/Test.ice | 2 | ||||
-rw-r--r-- | java/test/Ice/exceptions/ThrowerI.java | 2 | ||||
-rw-r--r-- | java/test/Ice/exceptions/build.xml | 9 | ||||
-rwxr-xr-x | java/test/Ice/exceptions/run.py | 2 |
8 files changed, 16 insertions, 7 deletions
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 |