]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/pthread_getaffinity.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / nptl / pthread_getaffinity.c
index f71df78f8a97920ac6b45997837c37c19fbd739b..e37b6392f6506c3605a92377c6917d2070aecb16 100644 (file)
@@ -1,5 +1,5 @@
 /* Get the processor affinity of a thread.  Stub version.
-   Copyright (C) 2014-2018 Free Software Foundation, Inc.
+   Copyright (C) 2014-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 <pthreadP.h>