summaryrefslogtreecommitdiffstats
path: root/gl/strcasestr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/strcasestr.c')
-rw-r--r--gl/strcasestr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/strcasestr.c b/gl/strcasestr.c
index 1935967..b36f409 100644
--- a/gl/strcasestr.c
+++ b/gl/strcasestr.c
@@ -1,5 +1,5 @@
1/* Case-insensitive searching in a string. 1/* Case-insensitive searching in a string.
2 Copyright (C) 2005-2021 Free Software Foundation, Inc. 2 Copyright (C) 2005-2022 Free Software Foundation, Inc.
3 Written by Bruno Haible <bruno@clisp.org>, 2005. 3 Written by Bruno Haible <bruno@clisp.org>, 2005.
4 4
5 This file is free software: you can redistribute it and/or modify 5 This file is free software: you can redistribute it and/or modify