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 /cpp/demo/Ice/async | |
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 'cpp/demo/Ice/async')
-rw-r--r-- | cpp/demo/Ice/async/Consumer.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/async/Makefile | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/async/Makefile.mak | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/async/Publisher.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/async/Queue.ice | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/async/QueueI.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/async/QueueI.h | 2 | ||||
-rw-r--r-- | cpp/demo/Ice/async/Server.cpp | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/cpp/demo/Ice/async/Consumer.cpp b/cpp/demo/Ice/async/Consumer.cpp index 3cda3afb1b2..b49079207e7 100644 --- a/cpp/demo/Ice/async/Consumer.cpp +++ b/cpp/demo/Ice/async/Consumer.cpp @@ -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/cpp/demo/Ice/async/Makefile b/cpp/demo/Ice/async/Makefile index 802508b5257..f83dc805a45 100644 --- a/cpp/demo/Ice/async/Makefile +++ b/cpp/demo/Ice/async/Makefile @@ -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/cpp/demo/Ice/async/Makefile.mak b/cpp/demo/Ice/async/Makefile.mak index 57094eb79d1..6143c7f914f 100644 --- a/cpp/demo/Ice/async/Makefile.mak +++ b/cpp/demo/Ice/async/Makefile.mak @@ -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/cpp/demo/Ice/async/Publisher.cpp b/cpp/demo/Ice/async/Publisher.cpp index 875144aa826..e73796fc45b 100644 --- a/cpp/demo/Ice/async/Publisher.cpp +++ b/cpp/demo/Ice/async/Publisher.cpp @@ -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/cpp/demo/Ice/async/Queue.ice b/cpp/demo/Ice/async/Queue.ice index 337b51a8ad6..4408921ef18 100644 --- a/cpp/demo/Ice/async/Queue.ice +++ b/cpp/demo/Ice/async/Queue.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/cpp/demo/Ice/async/QueueI.cpp b/cpp/demo/Ice/async/QueueI.cpp index 2d8314fcd60..1d26e6fcb54 100644 --- a/cpp/demo/Ice/async/QueueI.cpp +++ b/cpp/demo/Ice/async/QueueI.cpp @@ -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/cpp/demo/Ice/async/QueueI.h b/cpp/demo/Ice/async/QueueI.h index 52043328a98..461b05fd560 100644 --- a/cpp/demo/Ice/async/QueueI.h +++ b/cpp/demo/Ice/async/QueueI.h @@ -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/cpp/demo/Ice/async/Server.cpp b/cpp/demo/Ice/async/Server.cpp index bdb0aaeba8a..64a38295ebb 100644 --- a/cpp/demo/Ice/async/Server.cpp +++ b/cpp/demo/Ice/async/Server.cpp @@ -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. |