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 | ||||
-rwxr-xr-x | java/test/Ice/exceptions/run.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/java/test/Ice/exceptions/AllTests.java b/java/test/Ice/exceptions/AllTests.java index fe5594992c8..fbb814c846f 100644 --- a/java/test/Ice/exceptions/AllTests.java +++ b/java/test/Ice/exceptions/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/java/test/Ice/exceptions/Client.java b/java/test/Ice/exceptions/Client.java index d34c8948694..94bd6591519 100644 --- a/java/test/Ice/exceptions/Client.java +++ b/java/test/Ice/exceptions/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/java/test/Ice/exceptions/Collocated.java b/java/test/Ice/exceptions/Collocated.java index 15e079e53e0..56b263259f7 100644 --- a/java/test/Ice/exceptions/Collocated.java +++ b/java/test/Ice/exceptions/Collocated.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/java/test/Ice/exceptions/Server.java b/java/test/Ice/exceptions/Server.java index 821305b9aa9..eb4f3726880 100644 --- a/java/test/Ice/exceptions/Server.java +++ b/java/test/Ice/exceptions/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/java/test/Ice/exceptions/Test.ice b/java/test/Ice/exceptions/Test.ice index 633836364ad..548f4122b4d 100644 --- a/java/test/Ice/exceptions/Test.ice +++ b/java/test/Ice/exceptions/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/java/test/Ice/exceptions/ThrowerI.java b/java/test/Ice/exceptions/ThrowerI.java index 0e6c084ca5d..ed29d3a2380 100644 --- a/java/test/Ice/exceptions/ThrowerI.java +++ b/java/test/Ice/exceptions/ThrowerI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/java/test/Ice/exceptions/run.py b/java/test/Ice/exceptions/run.py index 0ea4236d31c..b832ebefcc0 100755 --- a/java/test/Ice/exceptions/run.py +++ b/java/test/Ice/exceptions/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2001 +# Copyright (c) 2002 # ZeroC, Inc. # Billerica, MA, USA # |