diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-14 14:35:18 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-14 14:35:18 +0000 |
commit | 23be0bb2d649dbd12e0f3e29289f85c9c8afac08 (patch) | |
tree | 3719ed4ee3c110baf568a9f6e67f02612b20189f /cpp/demo/IceGrid | |
parent | Removed unused getLocalHost() (diff) | |
download | ice-23be0bb2d649dbd12e0f3e29289f85c9c8afac08.tar.bz2 ice-23be0bb2d649dbd12e0f3e29289f85c9c8afac08.tar.xz ice-23be0bb2d649dbd12e0f3e29289f85c9c8afac08.zip |
Updated copyright
Diffstat (limited to 'cpp/demo/IceGrid')
-rw-r--r-- | cpp/demo/IceGrid/Makefile | 2 | ||||
-rw-r--r-- | cpp/demo/IceGrid/simple/Client.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/IceGrid/simple/Hello.ice | 2 | ||||
-rw-r--r-- | cpp/demo/IceGrid/simple/HelloI.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/IceGrid/simple/HelloI.h | 2 | ||||
-rw-r--r-- | cpp/demo/IceGrid/simple/Makefile | 2 | ||||
-rw-r--r-- | cpp/demo/IceGrid/simple/Server.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/cpp/demo/IceGrid/Makefile b/cpp/demo/IceGrid/Makefile index a1bcf16411a..a2073c0686c 100644 --- a/cpp/demo/IceGrid/Makefile +++ b/cpp/demo/IceGrid/Makefile @@ -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/cpp/demo/IceGrid/simple/Client.cpp b/cpp/demo/IceGrid/simple/Client.cpp index ec27fd22578..2d7f460055c 100644 --- a/cpp/demo/IceGrid/simple/Client.cpp +++ b/cpp/demo/IceGrid/simple/Client.cpp @@ -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/cpp/demo/IceGrid/simple/Hello.ice b/cpp/demo/IceGrid/simple/Hello.ice index 176763722ce..a83a5c601b7 100644 --- a/cpp/demo/IceGrid/simple/Hello.ice +++ b/cpp/demo/IceGrid/simple/Hello.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/cpp/demo/IceGrid/simple/HelloI.cpp b/cpp/demo/IceGrid/simple/HelloI.cpp index bfd9f035498..bc22c3bf4ec 100644 --- a/cpp/demo/IceGrid/simple/HelloI.cpp +++ b/cpp/demo/IceGrid/simple/HelloI.cpp @@ -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/cpp/demo/IceGrid/simple/HelloI.h b/cpp/demo/IceGrid/simple/HelloI.h index 7260a3914b9..4ad533ebc11 100644 --- a/cpp/demo/IceGrid/simple/HelloI.h +++ b/cpp/demo/IceGrid/simple/HelloI.h @@ -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/cpp/demo/IceGrid/simple/Makefile b/cpp/demo/IceGrid/simple/Makefile index aa7fa84fb01..7ca948fc60c 100644 --- a/cpp/demo/IceGrid/simple/Makefile +++ b/cpp/demo/IceGrid/simple/Makefile @@ -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/cpp/demo/IceGrid/simple/Server.cpp b/cpp/demo/IceGrid/simple/Server.cpp index be48b4031cd..589e14650e7 100644 --- a/cpp/demo/IceGrid/simple/Server.cpp +++ b/cpp/demo/IceGrid/simple/Server.cpp @@ -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. |