diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-03-16 15:54:01 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-03-16 15:54:01 +0000 |
commit | 7ddbb978c3d30f99e89a22de151e667b25c4a3d0 (patch) | |
tree | 6cc0342b3d908464c35386f50f11788de4233dd6 /cppe/src/IceE/ConvertUTF.h | |
parent | Removed bad code (diff) | |
download | ice-7ddbb978c3d30f99e89a22de151e667b25c4a3d0.tar.bz2 ice-7ddbb978c3d30f99e89a22de151e667b25c4a3d0.tar.xz ice-7ddbb978c3d30f99e89a22de151e667b25c4a3d0.zip |
Updated copyright
Diffstat (limited to 'cppe/src/IceE/ConvertUTF.h')
-rwxr-xr-x | cppe/src/IceE/ConvertUTF.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cppe/src/IceE/ConvertUTF.h b/cppe/src/IceE/ConvertUTF.h index 326f14354e2..f481e19afea 100755 --- a/cppe/src/IceE/ConvertUTF.h +++ b/cppe/src/IceE/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-2007 ZeroC, Inc. All rights reserved. +// +// This copy of Ice-E is licensed to you under the terms described in the +// ICEE_LICENSE file included in this distribution. +// +// ********************************************************************** #ifndef ICEE_CONVERT_UTF_H
#define ICEE_CONVERT_UTF_H
|