diff options
Diffstat (limited to 'cpp/slice/IceBox')
-rw-r--r-- | cpp/slice/IceBox/IceBox.ice | 7 | ||||
-rw-r--r-- | cpp/slice/IceBox/Makefile | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/cpp/slice/IceBox/IceBox.ice b/cpp/slice/IceBox/IceBox.ice index 5b7dffe9a91..a18eae06937 100644 --- a/cpp/slice/IceBox/IceBox.ice +++ b/cpp/slice/IceBox/IceBox.ice @@ -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. // // ********************************************************************** - #ifndef ICE_BOX_ICE_BOX_ICE #define ICE_BOX_ICE_BOX_ICE diff --git a/cpp/slice/IceBox/Makefile b/cpp/slice/IceBox/Makefile index 50675bf3727..a884ecf93cc 100644 --- a/cpp/slice/IceBox/Makefile +++ b/cpp/slice/IceBox/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 |