diff options
Diffstat (limited to 'java/test/Ice/defaultServant')
-rw-r--r-- | java/test/Ice/defaultServant/AllTests.java | 2 | ||||
-rw-r--r-- | java/test/Ice/defaultServant/Client.java | 2 | ||||
-rw-r--r-- | java/test/Ice/defaultServant/MyObjectI.java | 2 | ||||
-rw-r--r-- | java/test/Ice/defaultServant/Test.ice | 2 | ||||
-rwxr-xr-x | java/test/Ice/defaultServant/run.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/java/test/Ice/defaultServant/AllTests.java b/java/test/Ice/defaultServant/AllTests.java index 02b9f6077fd..c2012aec31f 100644 --- a/java/test/Ice/defaultServant/AllTests.java +++ b/java/test/Ice/defaultServant/AllTests.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/defaultServant/Client.java b/java/test/Ice/defaultServant/Client.java index 4229bca2899..f1c01ea801b 100644 --- a/java/test/Ice/defaultServant/Client.java +++ b/java/test/Ice/defaultServant/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/defaultServant/MyObjectI.java b/java/test/Ice/defaultServant/MyObjectI.java index c7c951b3726..50fc10c0483 100644 --- a/java/test/Ice/defaultServant/MyObjectI.java +++ b/java/test/Ice/defaultServant/MyObjectI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/defaultServant/Test.ice b/java/test/Ice/defaultServant/Test.ice index 1698b2636b2..ce986ce32c3 100644 --- a/java/test/Ice/defaultServant/Test.ice +++ b/java/test/Ice/defaultServant/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/defaultServant/run.py b/java/test/Ice/defaultServant/run.py index b8df3b7b596..eac86a98816 100755 --- a/java/test/Ice/defaultServant/run.py +++ b/java/test/Ice/defaultServant/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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. |