diff options
Diffstat (limited to 'java/test/Ice/retry')
-rw-r--r-- | java/test/Ice/retry/AllTests.java | 6 | ||||
-rw-r--r-- | java/test/Ice/retry/Client.java | 6 | ||||
-rw-r--r-- | java/test/Ice/retry/RetryI.java | 4 | ||||
-rw-r--r-- | java/test/Ice/retry/Server.java | 6 | ||||
-rw-r--r-- | java/test/Ice/retry/Test.ice | 2 | ||||
-rw-r--r-- | java/test/Ice/retry/build.xml | 2 | ||||
-rwxr-xr-x | java/test/Ice/retry/run.py | 6 |
7 files changed, 16 insertions, 16 deletions
diff --git a/java/test/Ice/retry/AllTests.java b/java/test/Ice/retry/AllTests.java index f9b764ae2ac..bb3806720e3 100644 --- a/java/test/Ice/retry/AllTests.java +++ b/java/test/Ice/retry/AllTests.java @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. // -// This copy of Ice-E is licensed to you under the terms described in the -// ICEE_LICENSE file included in this distribution. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/java/test/Ice/retry/Client.java b/java/test/Ice/retry/Client.java index 49b9f330b9a..4557396a93c 100644 --- a/java/test/Ice/retry/Client.java +++ b/java/test/Ice/retry/Client.java @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. // -// This copy of Ice-E is licensed to you under the terms described in the -// ICEE_LICENSE file included in this distribution. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/java/test/Ice/retry/RetryI.java b/java/test/Ice/retry/RetryI.java index 69e9fbdf461..095dc16ce40 100644 --- a/java/test/Ice/retry/RetryI.java +++ b/java/test/Ice/retry/RetryI.java @@ -2,8 +2,8 @@ // // Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. // -// This copy of Ice-E is licensed to you under the terms described in the -// ICEE_LICENSE file included in this distribution. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/java/test/Ice/retry/Server.java b/java/test/Ice/retry/Server.java index e8404acabf8..000102c6346 100644 --- a/java/test/Ice/retry/Server.java +++ b/java/test/Ice/retry/Server.java @@ -1,9 +1,9 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. // -// This copy of Ice-E is licensed to you under the terms described in the -// ICEE_LICENSE file included in this distribution. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** diff --git a/java/test/Ice/retry/Test.ice b/java/test/Ice/retry/Test.ice index 688b0fcb5da..b038bd98484 100644 --- a/java/test/Ice/retry/Test.ice +++ b/java/test/Ice/retry/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/java/test/Ice/retry/build.xml b/java/test/Ice/retry/build.xml index 37cf2231693..0cba3e83f72 100644 --- a/java/test/Ice/retry/build.xml +++ b/java/test/Ice/retry/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. This copy of Ice is licensed to you under the terms described in the ICE_LICENSE file included in this distribution. diff --git a/java/test/Ice/retry/run.py b/java/test/Ice/retry/run.py index 3266f26b780..5ce664f2aa5 100755 --- a/java/test/Ice/retry/run.py +++ b/java/test/Ice/retry/run.py @@ -1,10 +1,10 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. # -# This copy of Ice-E is licensed to you under the terms described in the -# ICEE_LICENSE file included in this distribution. +# This copy of Ice is licensed to you under the terms described in the +# ICE_LICENSE file included in this distribution. # # ********************************************************************** |