diff options
Diffstat (limited to 'ldap/synctools/passwordsync/passsync/subuniutil.cpp')
-rw-r--r-- | ldap/synctools/passwordsync/passsync/subuniutil.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ldap/synctools/passwordsync/passsync/subuniutil.cpp b/ldap/synctools/passwordsync/passsync/subuniutil.cpp index 398e8a76..5a91c3fc 100644 --- a/ldap/synctools/passwordsync/passsync/subuniutil.cpp +++ b/ldap/synctools/passwordsync/passsync/subuniutil.cpp @@ -1,3 +1,8 @@ +/* --- BEGIN COPYRIGHT BLOCK --- + * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. + * Copyright (C) 2005 Red Hat, Inc. + * All rights reserved. + * --- END COPYRIGHT BLOCK --- */ #include "subuniutil.h" // Copied: 2-8-2005 @@ -56,4 +61,4 @@ StrToUnicode( const char *buf ) ASCIIToUnicode( buf, unibuf, sizeof(unibuf) ); return _wcsdup( unibuf ); } -// End Copy
\ No newline at end of file +// End Copy |