diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-29 18:11:44 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-29 18:11:44 +0000 |
commit | 8e5366ba9c436c67984b7395884b5173c440fa3a (patch) | |
tree | 7fca415fe7139b83e62bb83d2600f21917e1db1a /cpp/src/IceUtil/ConvertUTF.h | |
parent | Added support for wstring slice metadata (diff) | |
download | ice-8e5366ba9c436c67984b7395884b5173c440fa3a.tar.bz2 ice-8e5366ba9c436c67984b7395884b5173c440fa3a.tar.xz ice-8e5366ba9c436c67984b7395884b5173c440fa3a.zip |
Fixed copyright notice.
Diffstat (limited to 'cpp/src/IceUtil/ConvertUTF.h')
-rwxr-xr-x | cpp/src/IceUtil/ConvertUTF.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceUtil/ConvertUTF.h b/cpp/src/IceUtil/ConvertUTF.h index eb48b890d36..a6db45c1677 100755 --- a/cpp/src/IceUtil/ConvertUTF.h +++ b/cpp/src/IceUtil/ConvertUTF.h @@ -22,10 +22,10 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 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. +// This file was slightly modified to move the definitions to the +// IceUtil namespace and use C++ types. // // ********************************************************************** |