summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2012-02-29 21:26:05 +0000
committerArthur de Jong <arthur@arthurdejong.org>2012-02-29 21:26:05 +0000
commit4e00bb707dcc04ed05ec6e965f02a36a3b481f64 (patch)
tree9889554cb68d381ff4719359f90d82652a56aa53
parent562316ba07767dcd9dcab2c7e275f31f1ed9e4db (diff)
update copyright years
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1624 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--README2
-rw-r--r--nslcd/nslcd.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 6e223ea..bf5bed5 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@
Copyright (C) 1997-2006 Luke Howard
Copyright (C) 2006-2007 West Consulting
- Copyright (C) 2006-2010 Arthur de Jong
+ Copyright (C) 2006-2012 Arthur de Jong
Copyright (C) 2009 Howard Chu
Copyright (C) 2010 Symas Corporation
diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c
index 3674b36..6a6a46a 100644
--- a/nslcd/nslcd.c
+++ b/nslcd/nslcd.c
@@ -2,7 +2,7 @@
nslcd.c - ldap local connection daemon
Copyright (C) 2006 West Consulting
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Arthur de Jong
+ Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arthur de Jong
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -106,7 +106,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-2011 Luke Howard, Arthur de Jong and West Consulting\n"
+ fprintf(fp,"Copyright (C) 1997-2012 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");
}