diff options
Diffstat (limited to 'lib/c-strcasestr.c')
-rw-r--r-- | lib/c-strcasestr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/c-strcasestr.c b/lib/c-strcasestr.c index 7472ec937f..5865d7b526 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-2017 Free Software Foundation, Inc. + Copyright (C) 2005-2018 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2005. This program is free software: you can redistribute it and/or modify |