]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/memrchr.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / string / memrchr.c
index f9e49a4b7f9e12c31f0d9b99ec67b639cacf6713..92835b4659e42e8431e563448899d98196d8bf40 100644 (file)
@@ -1,5 +1,5 @@
 /* memrchr -- find the last occurrence of a byte in a memory block
-   Copyright (C) 1991-2017 Free Software Foundation, Inc.
+   Copyright (C) 1991-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
    with help from Dan Sahlin (dan@sics.se) and
@@ -19,7 +19,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/>.  */
 
 #include <stdlib.h>