summaryrefslogtreecommitdiffstats
path: root/ldap/synctools/passwordsync/passsync/subuniutil.cpp
diff options
context:
space:
mode:
authorDavid Boreham <dboreham@redhat.com>2005-04-01 15:42:02 +0000
committerDavid Boreham <dboreham@redhat.com>2005-04-01 15:42:02 +0000
commitbd1ac5b3067e8cec6ed13200fd3c3d6831d5cc67 (patch)
treebf9e19c76dbf7657c207817e960bfd6e7f1a4043 /ldap/synctools/passwordsync/passsync/subuniutil.cpp
parent267887994cd3b33251bc93f7d4992c0528116fa7 (diff)
Merge password sync code from Bozeman Pass
Diffstat (limited to 'ldap/synctools/passwordsync/passsync/subuniutil.cpp')
-rw-r--r--ldap/synctools/passwordsync/passsync/subuniutil.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/ldap/synctools/passwordsync/passsync/subuniutil.cpp b/ldap/synctools/passwordsync/passsync/subuniutil.cpp
index 5a91c3fc..398e8a76 100644
--- a/ldap/synctools/passwordsync/passsync/subuniutil.cpp
+++ b/ldap/synctools/passwordsync/passsync/subuniutil.cpp
@@ -1,8 +1,3 @@
-/* --- 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
@@ -61,4 +56,4 @@ StrToUnicode( const char *buf )
ASCIIToUnicode( buf, unibuf, sizeof(unibuf) );
return _wcsdup( unibuf );
}
-// End Copy
+// End Copy \ No newline at end of file