Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/server/ldap-nss.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-11-11 16:16:12 +0100
committerArthur de Jong <arthur@arthurdejong.org>2006-11-11 16:16:12 +0100
commit6ffd9f0708c4ff382defb760b8c65cea01879c32 (patch)
treeb7806042d5ab6944ca334097dfa20fdbefabe01f /server/ldap-nss.c
parentdb14b113e055fa7ab006cfe1c04961bba19a85de (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-nss.c')
-rw-r--r--server/ldap-nss.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/server/ldap-nss.c b/server/ldap-nss.c
index 73b5a29..ee0538d 100644
--- a/server/ldap-nss.c
+++ b/server/ldap-nss.c
@@ -1,26 +1,26 @@
/*
ldap-nss.c - main file for NSS interface
- This file is part of the nss_ldap library.
+ This file was part of the nss-ldap library which has been
+ forked into the nss-ldapd library.
Copyright (C) 1997-2006 Luke Howard
+ 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
*/
#include "config.h"