diff options
author | Nathan Kinder <nkinder@redhat.com> | 2005-03-22 18:46:00 +0000 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2005-03-22 18:46:00 +0000 |
commit | cb3035cb25bac8a4bd963da709075fc94bf1f474 (patch) | |
tree | a9e4d9bec2b92471aa469c2ae0d13b2929673312 /ldap/synctools/passwordsync/passhook/passhook.cpp | |
parent | f68a26b16c62b90ae1938e7b7afae6a2e0b6c2b3 (diff) | |
download | ds-cb3035cb25bac8a4bd963da709075fc94bf1f474.tar.gz ds-cb3035cb25bac8a4bd963da709075fc94bf1f474.tar.xz ds-cb3035cb25bac8a4bd963da709075fc94bf1f474.zip |
Copyright updates
Diffstat (limited to 'ldap/synctools/passwordsync/passhook/passhook.cpp')
-rw-r--r-- | ldap/synctools/passwordsync/passhook/passhook.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ldap/synctools/passwordsync/passhook/passhook.cpp b/ldap/synctools/passwordsync/passhook/passhook.cpp index ff49d575..acefde1f 100644 --- a/ldap/synctools/passwordsync/passhook/passhook.cpp +++ b/ldap/synctools/passwordsync/passhook/passhook.cpp @@ -1,3 +1,8 @@ +// --- BEGIN COPYRIGHT BLOCK --- +// Copyright (C) 2005 Red Hat, Inc. +// All rights reserved. +// --- END COPYRIGHT BLOCK --- + // Created: 2-8-2005 // Author(s): Scott Bridges #include <windows.h> @@ -44,4 +49,4 @@ BOOL NTAPI PasswordFilter( BOOL NTAPI InitializeChangeNotify() { return TRUE; -}
\ No newline at end of file +} |