]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/sched_yield.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / posix / sched_yield.c
index 6e39ce413eea7e1f0c29ea4d631d75c72da90523..c0957fdda906b28c055aaf521c390fa4ff12b1e0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2018 Free Software Foundation, Inc.
+/* Copyright (C) 1996-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
@@ -13,7 +13,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 <errno.h>
 #include <sched.h>