diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-08-31 18:49:09 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-08-31 18:49:09 +0000 |
commit | d82b61ae5518f03f5df18b5d132f103a88bf9777 (patch) | |
tree | 05f3fa45fa52726fc4480efea75ecec221b51114 /common | |
parent | 3cd98e069c2f6e2f9de78148af196578eb40cc67 (diff) |
rename software to nss-pam-ldapd
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@978 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'common')
-rw-r--r-- | common/dict.c | 2 | ||||
-rw-r--r-- | common/dict.h | 2 | ||||
-rw-r--r-- | common/set.c | 2 | ||||
-rw-r--r-- | common/set.h | 2 | ||||
-rw-r--r-- | common/tio.c | 2 | ||||
-rw-r--r-- | common/tio.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/common/dict.c b/common/dict.c index 1bad382..a0f9f35 100644 --- a/common/dict.c +++ b/common/dict.c @@ -1,6 +1,6 @@ /* dict.c - dictionary functions - This file is part of the nss-ldapd library. + This file is part of the nss-pam-ldapd library. Copyright (C) 2007, 2008 Arthur de Jong diff --git a/common/dict.h b/common/dict.h index 10dd7b2..ba9fd6a 100644 --- a/common/dict.h +++ b/common/dict.h @@ -1,6 +1,6 @@ /* dict.h - dictionary functions - This file is part of the nss-ldapd library. + This file is part of the nss-pam-ldapd library. Copyright (C) 2007, 2008 Arthur de Jong diff --git a/common/set.c b/common/set.c index 9efc582..7e82730 100644 --- a/common/set.c +++ b/common/set.c @@ -1,6 +1,6 @@ /* set.c - set functions - This file is part of the nss-ldapd library. + This file is part of the nss-pam-ldapd library. Copyright (C) 2008 Arthur de Jong diff --git a/common/set.h b/common/set.h index f867815..e38b52e 100644 --- a/common/set.h +++ b/common/set.h @@ -1,6 +1,6 @@ /* set.h - set functions - This file is part of the nss-ldapd library. + This file is part of the nss-pam-ldapd library. Copyright (C) 2008 Arthur de Jong diff --git a/common/tio.c b/common/tio.c index 0821f90..9e182ca 100644 --- a/common/tio.c +++ b/common/tio.c @@ -1,6 +1,6 @@ /* tio.c - timed io functions - This file is part of the nss-ldapd library. + This file is part of the nss-pam-ldapd library. Copyright (C) 2007, 2008 Arthur de Jong diff --git a/common/tio.h b/common/tio.h index d6c8d9c..25dbce9 100644 --- a/common/tio.h +++ b/common/tio.h @@ -1,6 +1,6 @@ /* tio.h - timed io functions - This file is part of the nss-ldapd library. + This file is part of the nss-pam-ldapd library. Copyright (C) 2007, 2008 Arthur de Jong |