summaryrefslogtreecommitdiff
path: root/pagectrl.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-10-12 11:01:56 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-10-12 11:01:56 +0000
commitdba09bb1389491f82beb862323a5ccab428a7f2d (patch)
treee617b84715ab650b6cd162876f7ff6d0b897a05a /pagectrl.c
parent54845e6fb6d0fa0f7f77b4a7d8520897e0e98496 (diff)
first round of cleanups, all non-glibc NSS stuff has been removed, because we are going to do some major restructuring it will not likely remain valid anyway and we can always re-add it later
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@10 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'pagectrl.c')
-rw-r--r--pagectrl.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/pagectrl.c b/pagectrl.c
index 70b9672..4bf1097 100644
--- a/pagectrl.c
+++ b/pagectrl.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2002 Max Caines, All Rights Reserved.
+/*
+ Copyright (C) 2002 Max Caines, All Rights Reserved.
This file is part of the nss_ldap library.
Contributed by Max Caines, <Max.Caines@wlv.ac.uk>, April 2002.
This software is not subject to any license of the University
@@ -18,9 +19,9 @@
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.
- */
-static char rcsId[] = "$Id$";
+ $Id$
+*/
#include "config.h"