diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-05-13 23:16:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:53:44 -0500 |
commit | c727f2ec5e8c978224ecd0640c6180dbe0a44455 (patch) | |
tree | 3ecd3c9cddf5069406bdbd2762c9f47e4ce694c0 | |
parent | 031f5ee0cb5448f1537f27d77126d2321ff82f70 (diff) | |
download | samba-c727f2ec5e8c978224ecd0640c6180dbe0a44455.tar.gz samba-c727f2ec5e8c978224ecd0640c6180dbe0a44455.tar.xz samba-c727f2ec5e8c978224ecd0640c6180dbe0a44455.zip |
r708: Clean up copyright headers, to reflect code that has come and gone
over time.
Andrew Bartlett
(This used to be commit 1a53e5c8296a7c09563abde1eb4a66ce9cf45473)
-rw-r--r-- | source4/auth/auth_sam.c | 6 | ||||
-rw-r--r-- | source4/libcli/auth/ntlm_check.c | 7 |
2 files changed, 5 insertions, 8 deletions
diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index 6f61820ae57..681907e74a1 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -1,10 +1,8 @@ /* Unix SMB/CIFS implementation. Password and authentication handling - Copyright (C) Andrew Tridgell 1992-2000 - Copyright (C) Luke Kenneth Casson Leighton 1996-2000 - Copyright (C) Andrew Bartlett 2001-2003 - Copyright (C) Gerald Carter 2003 + Copyright (C) Andrew Bartlett <abartlet@samba.org> 2001-2004 + Copyright (C) Gerald Carter 2003 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/source4/libcli/auth/ntlm_check.c b/source4/libcli/auth/ntlm_check.c index 32a7507c1fb..96aa352542c 100644 --- a/source4/libcli/auth/ntlm_check.c +++ b/source4/libcli/auth/ntlm_check.c @@ -1,10 +1,9 @@ /* Unix SMB/CIFS implementation. Password and authentication handling - Copyright (C) Andrew Tridgell 1992-2000 - Copyright (C) Luke Kenneth Casson Leighton 1996-2000 - Copyright (C) Andrew Bartlett 2001-2003 - Copyright (C) Gerald Carter 2003 + Copyright (C) Andrew Bartlett <abartlet@samba.org> 2001-2004 + Copyright (C) Gerald Carter 2003 + Copyright (C) Luke Kenneth Casson Leighton 1996-2000 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |