diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-01-05 10:18:10 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-01-05 10:18:10 -0330 |
commit | 9776285f46e4dbc15f285394daffd1e69490fb21 (patch) | |
tree | 554789184a560ec5efc6a8e28d83fd0256d35fee /java/demo/Ice/context | |
parent | ICE-6253 Functional_TwowayCallbackDouble is invalid (diff) | |
download | ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.bz2 ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.xz ice-9776285f46e4dbc15f285394daffd1e69490fb21.zip |
Updated copyright to 2015
Diffstat (limited to 'java/demo/Ice/context')
-rw-r--r-- | java/demo/Ice/context/Client.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/context/Context.ice | 2 | ||||
-rw-r--r-- | java/demo/Ice/context/ContextI.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/context/Server.java | 2 | ||||
-rwxr-xr-x | java/demo/Ice/context/expect.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/java/demo/Ice/context/Client.java b/java/demo/Ice/context/Client.java index 25b5e058d6b..ab2fac89300 100644 --- a/java/demo/Ice/context/Client.java +++ b/java/demo/Ice/context/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/context/Context.ice b/java/demo/Ice/context/Context.ice index 1583702b8e3..f3e621f3a00 100644 --- a/java/demo/Ice/context/Context.ice +++ b/java/demo/Ice/context/Context.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/context/ContextI.java b/java/demo/Ice/context/ContextI.java index 1cc4d2cd545..5830c20879f 100644 --- a/java/demo/Ice/context/ContextI.java +++ b/java/demo/Ice/context/ContextI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/context/Server.java b/java/demo/Ice/context/Server.java index 99018fb538d..09e5c04f42a 100644 --- a/java/demo/Ice/context/Server.java +++ b/java/demo/Ice/context/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/demo/Ice/context/expect.py b/java/demo/Ice/context/expect.py index afe3bc9b5c3..ef1f0313c2a 100755 --- a/java/demo/Ice/context/expect.py +++ b/java/demo/Ice/context/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2015 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. |