]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/test-stpcpy.c
nptl: Move pthread_attr_setinheritsched implementation into libc.
[thirdparty/glibc.git] / string / test-stpcpy.c
index ce325e67b780651a67006165fff3d60c041ece6c..e460bb8da5c3328fce7ec6c2d3ffe6f1823db3c1 100644 (file)
@@ -1,5 +1,5 @@
 /* Test stpcpy functions.
-   Copyright (C) 1999-2016 Free Software Foundation, Inc.
+   Copyright (C) 1999-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by Jakub Jelinek <jakub@redhat.com>, 1999.
 
@@ -15,7 +15,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/>.  */
 
 #define STRCPY_RESULT(dst, len) ((dst) + (len))
 #define TEST_MAIN