diff options
Diffstat (limited to 'cpp/src/IceUtil/ConvertUTF.cpp')
-rwxr-xr-x | cpp/src/IceUtil/ConvertUTF.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cpp/src/IceUtil/ConvertUTF.cpp b/cpp/src/IceUtil/ConvertUTF.cpp index 7bfd5f2990d..34a827163f9 100755 --- a/cpp/src/IceUtil/ConvertUTF.cpp +++ b/cpp/src/IceUtil/ConvertUTF.cpp @@ -22,15 +22,14 @@ // ********************************************************************** // -// Copyright (c) 2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // -// This file was slightly modified to move the definitions to the -// IceUtil namespace and use C++ types. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** - /* --------------------------------------------------------------------- Conversions between UTF32, UTF-16, and UTF-8. Source code file. |