diff options
Diffstat (limited to 'string/strcasestr.c')
-rw-r--r-- | string/strcasestr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strcasestr.c b/string/strcasestr.c index 2f6b4f8641..f03d13ddc6 100644 --- a/string/strcasestr.c +++ b/string/strcasestr.c @@ -1,5 +1,5 @@ /* Return the offset of one string within another. - Copyright (C) 1994-2023 Free Software Foundation, Inc. + Copyright (C) 1994-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |