diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-01-08 19:37:14 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-01-08 19:37:14 +0000 |
commit | fcfbae02bc2ab51e96e692577b6435c701854f54 (patch) | |
tree | de97d4c9c4c0907b40f42d1e2779203c5c4170eb /java/demo/IceGrid | |
parent | fix up RPM spec file generation (diff) | |
download | ice-fcfbae02bc2ab51e96e692577b6435c701854f54.tar.bz2 ice-fcfbae02bc2ab51e96e692577b6435c701854f54.tar.xz ice-fcfbae02bc2ab51e96e692577b6435c701854f54.zip |
Updated copyright header
Diffstat (limited to 'java/demo/IceGrid')
-rw-r--r-- | java/demo/IceGrid/allocate/Client.java | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/allocate/Hello.ice | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/allocate/HelloI.java | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/allocate/Server.java | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/allocate/build.xml | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/build.xml | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/sessionActivation/Client.java | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/sessionActivation/Hello.ice | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/sessionActivation/HelloI.java | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/sessionActivation/Server.java | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/sessionActivation/build.xml | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/simple/Client.java | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/simple/Hello.ice | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/simple/HelloI.java | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/simple/Server.java | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/simple/build.xml | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/java/demo/IceGrid/allocate/Client.java b/java/demo/IceGrid/allocate/Client.java index d8eb2e81b0d..23f4ed77418 100644 --- a/java/demo/IceGrid/allocate/Client.java +++ b/java/demo/IceGrid/allocate/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/allocate/Hello.ice b/java/demo/IceGrid/allocate/Hello.ice index 20feb874391..cfa4e27616c 100644 --- a/java/demo/IceGrid/allocate/Hello.ice +++ b/java/demo/IceGrid/allocate/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/allocate/HelloI.java b/java/demo/IceGrid/allocate/HelloI.java index 105a27c659a..cece7b2bc8b 100644 --- a/java/demo/IceGrid/allocate/HelloI.java +++ b/java/demo/IceGrid/allocate/HelloI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/allocate/Server.java b/java/demo/IceGrid/allocate/Server.java index 5ad0ec96c4d..b622578f9f4 100644 --- a/java/demo/IceGrid/allocate/Server.java +++ b/java/demo/IceGrid/allocate/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/allocate/build.xml b/java/demo/IceGrid/allocate/build.xml index 29a540b7167..9b0dfb5e108 100644 --- a/java/demo/IceGrid/allocate/build.xml +++ b/java/demo/IceGrid/allocate/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 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/IceGrid/build.xml b/java/demo/IceGrid/build.xml index 5eb2a0ca401..e23f90bbb80 100644 --- a/java/demo/IceGrid/build.xml +++ b/java/demo/IceGrid/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 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/IceGrid/sessionActivation/Client.java b/java/demo/IceGrid/sessionActivation/Client.java index 3449068b79a..b77fbd9fa13 100644 --- a/java/demo/IceGrid/sessionActivation/Client.java +++ b/java/demo/IceGrid/sessionActivation/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/sessionActivation/Hello.ice b/java/demo/IceGrid/sessionActivation/Hello.ice index 74902e3a078..5bc96c90c7b 100644 --- a/java/demo/IceGrid/sessionActivation/Hello.ice +++ b/java/demo/IceGrid/sessionActivation/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/sessionActivation/HelloI.java b/java/demo/IceGrid/sessionActivation/HelloI.java index a66e15e5b58..a7906b1237c 100644 --- a/java/demo/IceGrid/sessionActivation/HelloI.java +++ b/java/demo/IceGrid/sessionActivation/HelloI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/sessionActivation/Server.java b/java/demo/IceGrid/sessionActivation/Server.java index 5ad0ec96c4d..b622578f9f4 100644 --- a/java/demo/IceGrid/sessionActivation/Server.java +++ b/java/demo/IceGrid/sessionActivation/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/sessionActivation/build.xml b/java/demo/IceGrid/sessionActivation/build.xml index 731e957a635..793e2cb3291 100644 --- a/java/demo/IceGrid/sessionActivation/build.xml +++ b/java/demo/IceGrid/sessionActivation/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 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/IceGrid/simple/Client.java b/java/demo/IceGrid/simple/Client.java index d5ae5065837..d877a201051 100644 --- a/java/demo/IceGrid/simple/Client.java +++ b/java/demo/IceGrid/simple/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/simple/Hello.ice b/java/demo/IceGrid/simple/Hello.ice index 20feb874391..cfa4e27616c 100644 --- a/java/demo/IceGrid/simple/Hello.ice +++ b/java/demo/IceGrid/simple/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/simple/HelloI.java b/java/demo/IceGrid/simple/HelloI.java index 105a27c659a..cece7b2bc8b 100644 --- a/java/demo/IceGrid/simple/HelloI.java +++ b/java/demo/IceGrid/simple/HelloI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/simple/Server.java b/java/demo/IceGrid/simple/Server.java index 5ad0ec96c4d..b622578f9f4 100644 --- a/java/demo/IceGrid/simple/Server.java +++ b/java/demo/IceGrid/simple/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 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/IceGrid/simple/build.xml b/java/demo/IceGrid/simple/build.xml index 08f4e76e459..588155cf0ad 100644 --- a/java/demo/IceGrid/simple/build.xml +++ b/java/demo/IceGrid/simple/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2007 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. |