]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/strcasecmp_l.c
nptl: Move pthread_attr_setinheritsched implementation into libc.
[thirdparty/glibc.git] / string / strcasecmp_l.c
index 498a27d975b36cbd4c5398204311d380b80f5aae..16355ce0d80ef47bf89b44b2e68a5394e700a0c4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 2002, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 1997-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
@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
 
 #define USE_IN_EXTENDED_LOCALE_MODEL   1
 #include "strcasecmp.c"