diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2019-10-06 20:39:18 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2019-10-06 20:39:18 +0200 |
commit | c4daf27eb3ec68bb9ec2a2779ed085f30e9d9b8e (patch) | |
tree | b0377961d60727ed8d8b959d4021da31796b2450 /nslcd | |
parent | 69922e3277f0848e15dcdaaa0eaa346548f9d2d2 (diff) |
Get files ready for 0.9.11 release0.9.11
Diffstat (limited to 'nslcd')
-rw-r--r-- | nslcd/nslcd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c index 67875c5..ead4bcc 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-2018 Arthur de Jong + Copyright (C) 2006-2019 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 @@ -121,7 +121,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-2017 Luke Howard, Arthur de Jong and West Consulting\n" + fprintf(fp, "Copyright (C) 1997-2019 Arthur de Jong and others\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"); } |