diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-05-18 03:15:02 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-05-18 03:15:02 +0000 |
commit | ebe2d4dca31883e8d539654590f19c142ddd20ed (patch) | |
tree | 41d3d309c42a761826e674537332fc5c0cf8be40 /cpp/demo/IceUtil | |
parent | Updated Windows installer for Ice 1.4.0 (diff) | |
download | ice-ebe2d4dca31883e8d539654590f19c142ddd20ed.tar.bz2 ice-ebe2d4dca31883e8d539654590f19c142ddd20ed.tar.xz ice-ebe2d4dca31883e8d539654590f19c142ddd20ed.zip |
Fixed copyright
Diffstat (limited to 'cpp/demo/IceUtil')
-rw-r--r-- | cpp/demo/IceUtil/Makefile | 7 | ||||
-rw-r--r-- | cpp/demo/IceUtil/workqueue/Makefile | 7 | ||||
-rw-r--r-- | cpp/demo/IceUtil/workqueue/WorkQueue.cpp | 7 |
3 files changed, 3 insertions, 18 deletions
diff --git a/cpp/demo/IceUtil/Makefile b/cpp/demo/IceUtil/Makefile index f48d73d749b..2d1fa8e819b 100644 --- a/cpp/demo/IceUtil/Makefile +++ b/cpp/demo/IceUtil/Makefile @@ -1,17 +1,12 @@ # ********************************************************************** # -# Copyright (c) 2003 - 2004 -# ZeroC, Inc. -# North Palm Beach, FL, USA -# -# All Rights Reserved. +# Copyright (c) 2003-2004 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. # # ********************************************************************** - top_srcdir = ../.. include $(top_srcdir)/config/Make.rules diff --git a/cpp/demo/IceUtil/workqueue/Makefile b/cpp/demo/IceUtil/workqueue/Makefile index 306f78ec33d..a1d2aaa96d3 100644 --- a/cpp/demo/IceUtil/workqueue/Makefile +++ b/cpp/demo/IceUtil/workqueue/Makefile @@ -1,17 +1,12 @@ # ********************************************************************** # -# Copyright (c) 2003 - 2004 -# ZeroC, Inc. -# North Palm Beach, FL, USA -# -# All Rights Reserved. +# Copyright (c) 2003-2004 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. # # ********************************************************************** - top_srcdir = ../../.. CLIENT = workqueue diff --git a/cpp/demo/IceUtil/workqueue/WorkQueue.cpp b/cpp/demo/IceUtil/workqueue/WorkQueue.cpp index 2f0a0ac49c3..1735f49c055 100644 --- a/cpp/demo/IceUtil/workqueue/WorkQueue.cpp +++ b/cpp/demo/IceUtil/workqueue/WorkQueue.cpp @@ -1,17 +1,12 @@ // ********************************************************************** // -// Copyright (c) 2003 - 2004 -// ZeroC, Inc. -// North Palm Beach, FL, USA -// -// All Rights Reserved. +// Copyright (c) 2003-2004 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. // // ********************************************************************** - #include <IceUtil/Thread.h> #include <IceUtil/Exception.h> #include <IceUtil/Monitor.h> |