From f265bcb8a0fbc8f946883ba419fa83c5dc40f36a Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Fri, 2 Jan 2009 15:25:31 -0330 Subject: Bug 3621 - updated copyright to 2009 --- cpp/demo/IceGrid/Makefile | 2 +- cpp/demo/IceGrid/Makefile.mak | 2 +- cpp/demo/IceGrid/allocate/Client.cpp | 2 +- cpp/demo/IceGrid/allocate/Hello.ice | 2 +- cpp/demo/IceGrid/allocate/HelloI.cpp | 2 +- cpp/demo/IceGrid/allocate/HelloI.h | 2 +- cpp/demo/IceGrid/allocate/Makefile | 2 +- cpp/demo/IceGrid/allocate/Makefile.mak | 2 +- cpp/demo/IceGrid/allocate/Server.cpp | 2 +- cpp/demo/IceGrid/allocate/application-multiple.xml | 2 +- cpp/demo/IceGrid/allocate/application-single.xml | 2 +- cpp/demo/IceGrid/allocate/expect.py | 2 +- cpp/demo/IceGrid/icebox/Client.cpp | 2 +- cpp/demo/IceGrid/icebox/Hello.ice | 2 +- cpp/demo/IceGrid/icebox/HelloI.cpp | 2 +- cpp/demo/IceGrid/icebox/HelloI.h | 2 +- cpp/demo/IceGrid/icebox/HelloServiceI.cpp | 2 +- cpp/demo/IceGrid/icebox/HelloServiceI.h | 2 +- cpp/demo/IceGrid/icebox/Makefile | 2 +- cpp/demo/IceGrid/icebox/Makefile.mak | 2 +- cpp/demo/IceGrid/icebox/expect.py | 2 +- cpp/demo/IceGrid/replication/Client.cpp | 2 +- cpp/demo/IceGrid/replication/Hello.ice | 2 +- cpp/demo/IceGrid/replication/HelloI.cpp | 2 +- cpp/demo/IceGrid/replication/HelloI.h | 2 +- cpp/demo/IceGrid/replication/Makefile | 2 +- cpp/demo/IceGrid/replication/Makefile.mak | 2 +- cpp/demo/IceGrid/replication/Server.cpp | 2 +- cpp/demo/IceGrid/replication/application.xml | 2 +- cpp/demo/IceGrid/replication/expect.py | 2 +- cpp/demo/IceGrid/secure/Client.cpp | 2 +- cpp/demo/IceGrid/secure/Hello.ice | 2 +- cpp/demo/IceGrid/secure/HelloI.cpp | 2 +- cpp/demo/IceGrid/secure/HelloI.h | 2 +- cpp/demo/IceGrid/secure/Makefile | 2 +- cpp/demo/IceGrid/secure/Makefile.mak | 2 +- cpp/demo/IceGrid/secure/Server.cpp | 2 +- cpp/demo/IceGrid/secure/application.xml | 2 +- cpp/demo/IceGrid/secure/expect.py | 2 +- cpp/demo/IceGrid/secure/makecerts.py | 2 +- cpp/demo/IceGrid/sessionActivation/Client.cpp | 2 +- cpp/demo/IceGrid/sessionActivation/Hello.ice | 2 +- cpp/demo/IceGrid/sessionActivation/HelloI.cpp | 2 +- cpp/demo/IceGrid/sessionActivation/HelloI.h | 2 +- cpp/demo/IceGrid/sessionActivation/Makefile | 2 +- cpp/demo/IceGrid/sessionActivation/Makefile.mak | 2 +- cpp/demo/IceGrid/sessionActivation/Server.cpp | 2 +- cpp/demo/IceGrid/sessionActivation/application.xml | 2 +- cpp/demo/IceGrid/sessionActivation/expect.py | 2 +- cpp/demo/IceGrid/simple/Client.cpp | 2 +- cpp/demo/IceGrid/simple/Hello.ice | 2 +- cpp/demo/IceGrid/simple/HelloI.cpp | 2 +- cpp/demo/IceGrid/simple/HelloI.h | 2 +- cpp/demo/IceGrid/simple/Makefile | 2 +- cpp/demo/IceGrid/simple/Makefile.mak | 2 +- cpp/demo/IceGrid/simple/Server.cpp | 2 +- cpp/demo/IceGrid/simple/application.xml | 2 +- cpp/demo/IceGrid/simple/application_with_replication.xml | 2 +- cpp/demo/IceGrid/simple/application_with_template.xml | 2 +- cpp/demo/IceGrid/simple/expect.py | 2 +- 60 files changed, 60 insertions(+), 60 deletions(-) (limited to 'cpp/demo/IceGrid') diff --git a/cpp/demo/IceGrid/Makefile b/cpp/demo/IceGrid/Makefile index 777716cee40..5a8ee2db067 100644 --- a/cpp/demo/IceGrid/Makefile +++ b/cpp/demo/IceGrid/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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/Makefile.mak b/cpp/demo/IceGrid/Makefile.mak index 389a9d8197e..60a6b0c6484 100644 --- a/cpp/demo/IceGrid/Makefile.mak +++ b/cpp/demo/IceGrid/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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/allocate/Client.cpp b/cpp/demo/IceGrid/allocate/Client.cpp index 79520be6bca..0de09584229 100644 --- a/cpp/demo/IceGrid/allocate/Client.cpp +++ b/cpp/demo/IceGrid/allocate/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/allocate/Hello.ice b/cpp/demo/IceGrid/allocate/Hello.ice index b30e06e02fc..4b123a06908 100644 --- a/cpp/demo/IceGrid/allocate/Hello.ice +++ b/cpp/demo/IceGrid/allocate/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/allocate/HelloI.cpp b/cpp/demo/IceGrid/allocate/HelloI.cpp index 94eed3ba46e..233c8ec1f54 100644 --- a/cpp/demo/IceGrid/allocate/HelloI.cpp +++ b/cpp/demo/IceGrid/allocate/HelloI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/allocate/HelloI.h b/cpp/demo/IceGrid/allocate/HelloI.h index 8ce2b9cba1c..62802cbc591 100644 --- a/cpp/demo/IceGrid/allocate/HelloI.h +++ b/cpp/demo/IceGrid/allocate/HelloI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/allocate/Makefile b/cpp/demo/IceGrid/allocate/Makefile index b7ed50d2fe7..d4c30e1fec0 100644 --- a/cpp/demo/IceGrid/allocate/Makefile +++ b/cpp/demo/IceGrid/allocate/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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/allocate/Makefile.mak b/cpp/demo/IceGrid/allocate/Makefile.mak index e64501912c1..91ccc5e5684 100644 --- a/cpp/demo/IceGrid/allocate/Makefile.mak +++ b/cpp/demo/IceGrid/allocate/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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/allocate/Server.cpp b/cpp/demo/IceGrid/allocate/Server.cpp index 3f50a036bd8..bf2e6fa7f5d 100644 --- a/cpp/demo/IceGrid/allocate/Server.cpp +++ b/cpp/demo/IceGrid/allocate/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/allocate/application-multiple.xml b/cpp/demo/IceGrid/allocate/application-multiple.xml index df57ae9754b..2ab100dcc05 100644 --- a/cpp/demo/IceGrid/allocate/application-multiple.xml +++ b/cpp/demo/IceGrid/allocate/application-multiple.xml @@ -1,7 +1,7 @@