summaryrefslogtreecommitdiff
path: root/lib/c-strcasestr.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/c-strcasestr.c')
-rw-r--r--lib/c-strcasestr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/c-strcasestr.c b/lib/c-strcasestr.c
index 73bfe541f4..46fd4cdf57 100644
--- a/lib/c-strcasestr.c
+++ b/lib/c-strcasestr.c
@@ -1,5 +1,5 @@
/* c-strcasestr.c -- case insensitive substring search in C locale
- Copyright (C) 2005-2022 Free Software Foundation, Inc.
+ Copyright (C) 2005-2023 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2005.
This file is free software: you can redistribute it and/or modify