diff options
author | Günther Deschner <gd@samba.org> | 2011-06-10 15:04:26 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-06-10 15:12:10 +0200 |
commit | e14b60c7ee6a76c444f12b8987740602c7b5f1d3 (patch) | |
tree | 351a7484c40f21c6cb878cb4190d73064cf7871b /source3/include | |
parent | 769f8793cff7d336ab04442208039f87147388bd (diff) | |
download | samba-e14b60c7ee6a76c444f12b8987740602c7b5f1d3.tar.gz samba-e14b60c7ee6a76c444f12b8987740602c7b5f1d3.tar.bz2 samba-e14b60c7ee6a76c444f12b8987740602c7b5f1d3.zip |
source3/include/smb_ldap.h: fix licence/copyright
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb_ldap.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/source3/include/smb_ldap.h b/source3/include/smb_ldap.h index 389a734227..594f015862 100644 --- a/source3/include/smb_ldap.h +++ b/source3/include/smb_ldap.h @@ -1,3 +1,25 @@ +/* + Unix SMB/CIFS implementation. + Copyright (C) Andrew Tridgell 2001 + Copyright (C) Remus Koos 2001 + Copyright (C) Jim McDonough <jmcd@us.ibm.com> 2002 + Copyright (C) Guenther Deschner 2005 + Copyright (C) Gerald Carter 2006 + + 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 + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + #ifndef _SMB_LDAP_H #define _SMB_LDAP_H |