]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/mlockall.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / misc / mlockall.c
index 62bc07ce4633263b0f32d7e5f03f2cc9d2bb7a25..38929eabf1dae23b7fe03be377357430815a0957 100644 (file)
@@ -1,5 +1,5 @@
 /* mlockall -- lock in core all the pages in this process.  Stub version.
-   Copyright (C) 2001-2016 Free Software Foundation, Inc.
+   Copyright (C) 2001-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/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>