diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-02-12 10:03:32 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-02-12 10:03:32 +0100 |
commit | f3af0d259b72b029a6448d4c03eb8a82c62e2888 (patch) | |
tree | dbc3cff493611f3b2f1157ff9146c5ad0c42c236 /java/demo/Ice/async | |
parent | Use db53_ prefix when available, not just for Linux RPMs (diff) | |
download | ice-f3af0d259b72b029a6448d4c03eb8a82c62e2888.tar.bz2 ice-f3af0d259b72b029a6448d4c03eb8a82c62e2888.tar.xz ice-f3af0d259b72b029a6448d4c03eb8a82c62e2888.zip |
Fixed ICE-5179: Fixed copyrights
Diffstat (limited to 'java/demo/Ice/async')
-rw-r--r-- | java/demo/Ice/async/Client.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/async/Hello.ice | 2 | ||||
-rw-r--r-- | java/demo/Ice/async/HelloI.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/async/Server.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/async/WorkQueue.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/async/build.xml | 2 | ||||
-rwxr-xr-x | java/demo/Ice/async/expect.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/java/demo/Ice/async/Client.java b/java/demo/Ice/async/Client.java index ba4c7ce858b..6cdf0ce1db5 100644 --- a/java/demo/Ice/async/Client.java +++ b/java/demo/Ice/async/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2013 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/async/Hello.ice b/java/demo/Ice/async/Hello.ice index 6a32e05fffa..1a4c6a2affe 100644 --- a/java/demo/Ice/async/Hello.ice +++ b/java/demo/Ice/async/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2013 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/async/HelloI.java b/java/demo/Ice/async/HelloI.java index 1c331b41593..9869ffed0f0 100644 --- a/java/demo/Ice/async/HelloI.java +++ b/java/demo/Ice/async/HelloI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2013 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/async/Server.java b/java/demo/Ice/async/Server.java index 09b5e7286f9..bf8320552dc 100644 --- a/java/demo/Ice/async/Server.java +++ b/java/demo/Ice/async/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2013 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/async/WorkQueue.java b/java/demo/Ice/async/WorkQueue.java index bd1013c7823..4ddc211055c 100644 --- a/java/demo/Ice/async/WorkQueue.java +++ b/java/demo/Ice/async/WorkQueue.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2013 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/async/build.xml b/java/demo/Ice/async/build.xml index 30a2eff2c06..bc4e4549cbe 100644 --- a/java/demo/Ice/async/build.xml +++ b/java/demo/Ice/async/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2013 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/async/expect.py b/java/demo/Ice/async/expect.py index b02d6599ad5..d7026244e39 100755 --- a/java/demo/Ice/async/expect.py +++ b/java/demo/Ice/async/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2013 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. |