diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2009-09-01 13:26:54 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2009-09-01 13:26:54 +0000 |
commit | f01ae9b9db912f5a110ae6894f2217f0f40bb50a (patch) | |
tree | a16ad1a5c30d2f7de37906b619296d41b1313602 /common | |
parent | b3b84958abd26e338e47f0806644311d3867ccda (diff) | |
parent | eac5616ac2b6f38a202f1038f8e9eedbfeb2fda5 (diff) |
rename trunk to nss-pam-ldapd
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@981 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 |