]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / i386 / i686 / multiarch / memcpy_chk-nonshared.S
index 91c01f73263b573cfe0584e262de765df8b02e1a..562e38090ffe76fe9df3e1d022355b38d3bddcc8 100644 (file)
@@ -1,5 +1,5 @@
 /* Non-shared version of memcpy_chk for i686.
-   Copyright (C) 2017 Free Software Foundation, Inc.
+   Copyright (C) 2017-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/>.  */
 
 #if IS_IN (libc) && !defined SHARED
 # include <sysdeps/i386/memcpy_chk.S>