Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/nslcd.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2025-02-09 18:00:44 +0100
committerArthur de Jong <arthur@arthurdejong.org>2025-02-09 18:00:44 +0100
commit5f4aacc4a96b452c11e7a1a5625e86d29cb38b1e (patch)
tree94b1a37dc3dad3307dec5877a4b9276ed9b77a3b /nslcd/nslcd.c
parente5ee16f8f1a236c528226cb7498ee8b8778ca4f4 (diff)
Get files ready for 0.9.13 release0.9.13
Diffstat (limited to 'nslcd/nslcd.c')
-rw-r--r--nslcd/nslcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nslcd/nslcd.c b/nslcd/nslcd.c
index 4a212b0..50df3d2 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-2024 Arthur de Jong
+ Copyright (C) 2006-2025 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
@@ -127,7 +127,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-2019 Arthur de Jong and others\n"
+ fprintf(fp, "Copyright (C) 1997-2025 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");
}