]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/getloadavg.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / misc / getloadavg.c
index 768fe329854556bcc4dea4dc4141c14f155c4074..6ca040ea45431d04df10ec6880fb3e0b01f26f18 100644 (file)
@@ -1,5 +1,5 @@
 /* Get system load averages.  Stub version.
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright (C) 1999-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 <errno.h>
 #include <unistd.h>
@@ -33,4 +33,3 @@ getloadavg (double loadavg[], int nelem)
   return -1;
 }
 stub_warning (getloadavg)
-#include <stub-tag.h>