]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/test-strcspn.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / string / test-strcspn.c
index 8508a5a79acfbb9597f9ed2a64d293f6656421e2..1c31dd6c5bead0f269677c84313a41215c94914d 100644 (file)
@@ -1,5 +1,5 @@
 /* Test strcspn functions.
-   Copyright (C) 1999-2015 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 STRPBRK_RESULT(s, pos) (pos)
 #define RES_TYPE size_t