diff options
Diffstat (limited to 'cpp/src/IceUtil/ConvertUTF.h')
-rwxr-xr-x | cpp/src/IceUtil/ConvertUTF.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cpp/src/IceUtil/ConvertUTF.h b/cpp/src/IceUtil/ConvertUTF.h index 64922cf67d1..eb48b890d36 100755 --- a/cpp/src/IceUtil/ConvertUTF.h +++ b/cpp/src/IceUtil/ConvertUTF.h @@ -20,14 +20,14 @@ * remains attached.
*/
-// **********************************************************************
-//
-// Copyright (c) 2006 ZeroC, Inc. All rights reserved.
-//
-// This file was slightly modified to move the definitions to the
-// IceUtil namespace and use C++ types.
-//
-// **********************************************************************
+// ********************************************************************** +// +// Copyright (c) 2003-2006 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_UTIL_CONVERT_UTF_H
#define ICE_UTIL_CONVERT_UTF_H
|