diff options
Diffstat (limited to 'lib/strcasestr.c')
-rw-r--r-- | lib/strcasestr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strcasestr.c b/lib/strcasestr.c index 3cca84ad67..cce7d8e901 100644 --- a/lib/strcasestr.c +++ b/lib/strcasestr.c @@ -1,5 +1,5 @@ /* Case-insensitive searching in a string. - Copyright (C) 2005-2013 Free Software Foundation, Inc. + Copyright (C) 2005-2014 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2005. This program is free software; you can redistribute it and/or modify |