diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-05-04 11:38:25 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-05-04 11:38:25 +0200 |
commit | 80a466d828754462eb783d752c5277b80ec2a657 (patch) | |
tree | aa9cd784462382534ab8556ca8f57538b6f7d150 | |
parent | 5baef8d877ca8ada29cfadfd5ed3bffda059728b (diff) |
fix copyright year
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@723 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | nslcd/nslcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c index 53ae94a..9ead273 100644 --- a/nslcd/nslcd.c +++ b/nslcd/nslcd.c @@ -90,7 +90,7 @@ static void display_version(FILE *fp) { fprintf(fp,"%s\n",PACKAGE_STRING); fprintf(fp,"Written by Luke Howard and Arthur de Jong.\n\n"); - fprintf(fp,"Copyright (C) 1997-2006 Luke Howard, Arthur de Jong and West Consulting\n" + fprintf(fp,"Copyright (C) 1997-2008 Luke Howard, Arthur de Jong and West Consulting\n" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); } |