]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/strcasestr.c
nptl/tst-cancel25 needs to be an internal test
[thirdparty/glibc.git] / string / strcasestr.c
index 8aa76037dcc052f34ee4a8594e017ec822ce892b..ea729449da46a559b46d043c9b254702c4d62589 100644 (file)
@@ -1,5 +1,5 @@
 /* Return the offset of one string within another.
-   Copyright (C) 1994-2018 Free Software Foundation, Inc.
+   Copyright (C) 1994-2019 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
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * My personal strstr() implementation that beats most other algorithms.