diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-11 16:16:12 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-11 16:16:12 +0100 |
commit | 6ffd9f0708c4ff382defb760b8c65cea01879c32 (patch) | |
tree | b7806042d5ab6944ca334097dfa20fdbefabe01f /server/ldap-parse.h | |
parent | db14b113e055fa7ab006cfe1c04961bba19a85de (diff) |
fix naming and copyright headers
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@85 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'server/ldap-parse.h')
-rw-r--r-- | server/ldap-parse.h | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/server/ldap-parse.h b/server/ldap-parse.h index c1e1f1f..4fa94aa 100644 --- a/server/ldap-parse.h +++ b/server/ldap-parse.h @@ -1,27 +1,28 @@ /* + ldap-parse.h - helper macros for lookup functions + This file was part of the nss-ldap library which has been + forked into the nss-ldapd library. + Copyright (C) 1997-2005 Luke Howard - This file is part of the nss_ldap library. - Contributed by Luke Howard, <lukeh@padl.com>, 1997. + Copyright (C) 2006 West Consulting + Copyright (C) 2006 Arthur de Jong - The nss_ldap library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. - The nss_ldap library is distributed in the hope that it will be useful, + This library 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 Library General Public License for more details. You should have received a copy of the GNU Library General Public - License along with the nss_ldap library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. - - $Id$ + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301 USA */ - #ifndef _LDAP_NSS_LDAP_LDAP_PARSE_H #define _LDAP_NSS_LDAP_LDAP_PARSE_H |