diff options
Diffstat (limited to 'cpp/include/IceUtil/MemoryPool.h')
-rwxr-xr-x | cpp/include/IceUtil/MemoryPool.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/include/IceUtil/MemoryPool.h b/cpp/include/IceUtil/MemoryPool.h index 8b04bf6fe9b..e820b9fefc7 100755 --- a/cpp/include/IceUtil/MemoryPool.h +++ b/cpp/include/IceUtil/MemoryPool.h @@ -1,11 +1,11 @@ -// **********************************************************************
-//
-// Copyright (c) 2003-2005 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.
-//
-// **********************************************************************
+// ********************************************************************** +// +// Copyright (c) 2003-2005 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 UTIL_MEMORY_POOL_H
#define UTIL_MEMORY_POOL_H
|