aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-09-06 22:40:42 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-09-07 02:43:31 -0700
commit5a82c74822d3272df2f5929133680478c0cfb4bd (patch)
tree85871266212f0119b41ec966fec52e164edf41ba /misc
parent1b7f04070bd94f259e2ed24d6fb76309d64fb164 (diff)
downloadglibc-5a82c74822d3272df2f5929133680478c0cfb4bd.zip
glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.gz
glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.bz2
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org. This patch was automatically generated by running the following shell script, which uses GNU sed, and which avoids modifying files imported from upstream: sed -ri ' s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g ' \ $(find $(git ls-files) -prune -type f \ ! -name '*.po' \ ! -name 'ChangeLog*' \ ! -path COPYING ! -path COPYING.LIB \ ! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \ ! -path manual/texinfo.tex ! -path scripts/config.guess \ ! -path scripts/config.sub ! -path scripts/install-sh \ ! -path scripts/mkinstalldirs ! -path scripts/move-if-change \ ! -path INSTALL ! -path locale/programs/charmap-kw.h \ ! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \ ! '(' -name configure \ -execdir test -f configure.ac -o -f configure.in ';' ')' \ ! '(' -name preconfigure \ -execdir test -f preconfigure.ac ';' ')' \ -print) and then by running 'make dist-prepare' to regenerate files built from the altered files, and then executing the following to cleanup: chmod a+x sysdeps/unix/sysv/linux/riscv/configure # Omit irrelevant whitespace and comment-only changes, # perhaps from a slightly-different Autoconf version. git checkout -f \ sysdeps/csky/configure \ sysdeps/hppa/configure \ sysdeps/riscv/configure \ sysdeps/unix/sysv/linux/csky/configure # Omit changes that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines git checkout -f \ sysdeps/powerpc/powerpc64/ppc-mcount.S \ sysdeps/unix/sysv/linux/s390/s390-64/syscall.S # Omit change that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile2
-rw-r--r--misc/acct.c2
-rw-r--r--misc/allocate_once.c2
-rw-r--r--misc/ar.h2
-rw-r--r--misc/bits/err-ldbl.h2
-rw-r--r--misc/bits/error-ldbl.h2
-rw-r--r--misc/bits/error.h2
-rw-r--r--misc/bits/select2.h2
-rw-r--r--misc/bits/stab.def2
-rw-r--r--misc/bits/syslog-ldbl.h2
-rw-r--r--misc/bits/syslog.h2
-rw-r--r--misc/bits/types/struct_iovec.h2
-rw-r--r--misc/brk.c2
-rw-r--r--misc/bug18240.c2
-rw-r--r--misc/chflags.c2
-rw-r--r--misc/chroot.c2
-rw-r--r--misc/dirname.c2
-rw-r--r--misc/efgcvt.c2
-rw-r--r--misc/efgcvt_r.c2
-rw-r--r--misc/err.c2
-rw-r--r--misc/err.h2
-rw-r--r--misc/error.c2
-rw-r--r--misc/error.h2
-rw-r--r--misc/fchflags.c2
-rw-r--r--misc/fdatasync.c2
-rw-r--r--misc/fgetxattr.c2
-rw-r--r--misc/flistxattr.c2
-rw-r--r--misc/fremovexattr.c2
-rw-r--r--misc/fsetxattr.c2
-rw-r--r--misc/fstab.c2
-rw-r--r--misc/fsync.c2
-rw-r--r--misc/ftruncate.c2
-rw-r--r--misc/ftruncate64.c2
-rw-r--r--misc/futimes.c2
-rw-r--r--misc/futimesat.c2
-rw-r--r--misc/getauxval.c2
-rw-r--r--misc/getclktck.c2
-rw-r--r--misc/getdomain.c2
-rw-r--r--misc/getdtsz.c2
-rw-r--r--misc/gethostid.c2
-rw-r--r--misc/gethostname.c2
-rw-r--r--misc/getloadavg.c2
-rw-r--r--misc/getpagesize.c2
-rw-r--r--misc/getpass.c2
-rw-r--r--misc/getsysstats.c2
-rw-r--r--misc/getxattr.c2
-rw-r--r--misc/gtty.c2
-rw-r--r--misc/hsearch.c2
-rw-r--r--misc/hsearch_r.c2
-rw-r--r--misc/ifunc-impl-list.c2
-rw-r--r--misc/init-misc.c2
-rw-r--r--misc/insremque.c2
-rw-r--r--misc/ioctl.c2
-rw-r--r--misc/lgetxattr.c2
-rw-r--r--misc/libgen.h2
-rw-r--r--misc/listxattr.c2
-rw-r--r--misc/llistxattr.c2
-rw-r--r--misc/lremovexattr.c2
-rw-r--r--misc/lsearch.c2
-rw-r--r--misc/lsetxattr.c2
-rw-r--r--misc/lutimes.c2
-rw-r--r--misc/madvise.c2
-rw-r--r--misc/makedev.c2
-rw-r--r--misc/mincore.c2
-rw-r--r--misc/mkdtemp.c2
-rw-r--r--misc/mkostemp.c2
-rw-r--r--misc/mkostemp64.c2
-rw-r--r--misc/mkostemps.c2
-rw-r--r--misc/mkostemps64.c2
-rw-r--r--misc/mkstemp.c2
-rw-r--r--misc/mkstemp64.c2
-rw-r--r--misc/mkstemps.c2
-rw-r--r--misc/mkstemps64.c2
-rw-r--r--misc/mktemp.c2
-rw-r--r--misc/mlock.c2
-rw-r--r--misc/mlockall.c2
-rw-r--r--misc/mmap.c2
-rw-r--r--misc/mmap64.c2
-rw-r--r--misc/mntent.c2
-rw-r--r--misc/mntent.h2
-rw-r--r--misc/mntent_r.c2
-rw-r--r--misc/mprotect.c2
-rw-r--r--misc/msync.c2
-rw-r--r--misc/munlock.c2
-rw-r--r--misc/munlockall.c2
-rw-r--r--misc/munmap.c2
-rw-r--r--misc/preadv.c2
-rw-r--r--misc/preadv2.c2
-rw-r--r--misc/preadv64.c2
-rw-r--r--misc/preadv64v2.c2
-rw-r--r--misc/pselect.c2
-rw-r--r--misc/ptrace.c2
-rw-r--r--misc/pwritev.c2
-rw-r--r--misc/pwritev2.c2
-rw-r--r--misc/pwritev64.c2
-rw-r--r--misc/pwritev64v2.c2
-rw-r--r--misc/qefgcvt.c2
-rw-r--r--misc/qefgcvt_r.c2
-rw-r--r--misc/readv.c2
-rw-r--r--misc/reboot.c2
-rw-r--r--misc/regexp.c2
-rw-r--r--misc/regexp.h2
-rw-r--r--misc/remap_file_pages.c2
-rw-r--r--misc/removexattr.c2
-rw-r--r--misc/revoke.c2
-rw-r--r--misc/sbrk.c2
-rw-r--r--misc/search.h2
-rw-r--r--misc/select.c2
-rw-r--r--misc/setdomain.c2
-rw-r--r--misc/setegid.c2
-rw-r--r--misc/seteuid.c2
-rw-r--r--misc/sethostid.c2
-rw-r--r--misc/sethostname.c2
-rw-r--r--misc/setregid.c2
-rw-r--r--misc/setreuid.c2
-rw-r--r--misc/setxattr.c2
-rw-r--r--misc/sgtty.h2
-rw-r--r--misc/sstk.c2
-rw-r--r--misc/stty.c2
-rw-r--r--misc/swapoff.c2
-rw-r--r--misc/swapon.c2
-rw-r--r--misc/sync.c2
-rw-r--r--misc/syncfs.c2
-rw-r--r--misc/sys/auxv.h2
-rw-r--r--misc/sys/cdefs.h2
-rw-r--r--misc/sys/dir.h2
-rw-r--r--misc/sys/file.h2
-rw-r--r--misc/sys/ioctl.h2
-rw-r--r--misc/sys/mman.h2
-rw-r--r--misc/sys/param.h2
-rw-r--r--misc/sys/select.h2
-rw-r--r--misc/sys/sysmacros.h2
-rw-r--r--misc/sys/uio.h2
-rw-r--r--misc/sys/xattr.h2
-rw-r--r--misc/syscall.c2
-rw-r--r--misc/truncate.c2
-rw-r--r--misc/truncate64.c2
-rw-r--r--misc/tsearch.c2
-rw-r--r--misc/tst-allocate_once.c2
-rw-r--r--misc/tst-atomic-long.c2
-rw-r--r--misc/tst-atomic.c2
-rw-r--r--misc/tst-dbl-efgcvt.c2
-rw-r--r--misc/tst-dirname.c2
-rw-r--r--misc/tst-efgcvt-template.c2
-rw-r--r--misc/tst-fdset.c2
-rw-r--r--misc/tst-gethostid.c2
-rw-r--r--misc/tst-ldbl-efgcvt.c2
-rw-r--r--misc/tst-ldbl-error.c2
-rw-r--r--misc/tst-ldbl-warn.c2
-rw-r--r--misc/tst-makedev.c2
-rw-r--r--misc/tst-mntent-autofs.c2
-rw-r--r--misc/tst-mntent-blank-corrupt.c2
-rw-r--r--misc/tst-mntent-blank-passno.c2
-rw-r--r--misc/tst-preadvwritev-common.c2
-rw-r--r--misc/tst-preadvwritev.c2
-rw-r--r--misc/tst-preadvwritev2-common.c2
-rw-r--r--misc/tst-preadvwritev2.c2
-rw-r--r--misc/tst-preadvwritev64.c2
-rw-r--r--misc/tst-preadvwritev64v2.c2
-rw-r--r--misc/tst-pselect.c2
-rw-r--r--misc/tst-tsearch.c2
-rw-r--r--misc/tst-warn-wide.c2
-rw-r--r--misc/ualarm.c2
-rw-r--r--misc/usleep.c2
-rw-r--r--misc/ustat.c2
-rw-r--r--misc/utimes.c2
-rw-r--r--misc/vhangup.c2
-rw-r--r--misc/writev.c2
168 files changed, 168 insertions, 168 deletions
diff --git a/misc/Makefile b/misc/Makefile
index afb8b02..1a74b3c 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -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/>.
#
# Sub-makefile for misc portion of the library.
diff --git a/misc/acct.c b/misc/acct.c
index 9545128..70f4fc3 100644
--- a/misc/acct.c
+++ b/misc/acct.c
@@ -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 <unistd.h>
diff --git a/misc/allocate_once.c b/misc/allocate_once.c
index 3c466d9..564d8c8 100644
--- a/misc/allocate_once.c
+++ b/misc/allocate_once.c
@@ -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 <allocate_once.h>
#include <stdlib.h>
diff --git a/misc/ar.h b/misc/ar.h
index ef2303e..68df404 100644
--- a/misc/ar.h
+++ b/misc/ar.h
@@ -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/>. */
#ifndef _AR_H
#define _AR_H 1
diff --git a/misc/bits/err-ldbl.h b/misc/bits/err-ldbl.h
index e62f679..ca6e299 100644
--- a/misc/bits/err-ldbl.h
+++ b/misc/bits/err-ldbl.h
@@ -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/>. */
#ifndef _ERR_H
# error "Never include <bits/err-ldbl.h> directly; use <err.h> instead."
diff --git a/misc/bits/error-ldbl.h b/misc/bits/error-ldbl.h
index c3883da..4392340 100644
--- a/misc/bits/error-ldbl.h
+++ b/misc/bits/error-ldbl.h
@@ -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/>. */
#ifndef _ERROR_H
# error "Never include <bits/error-ldbl.h> directly; use <error.h> instead."
diff --git a/misc/bits/error.h b/misc/bits/error.h
index f7a4e7c..ecde4b7 100644
--- a/misc/bits/error.h
+++ b/misc/bits/error.h
@@ -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/>. */
#ifndef _ERROR_H
# error "Never include <bits/error.h> directly; use <error.h> instead."
diff --git a/misc/bits/select2.h b/misc/bits/select2.h
index dffdd05..d6b1f22 100644
--- a/misc/bits/select2.h
+++ b/misc/bits/select2.h
@@ -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/>. */
#ifndef _SYS_SELECT_H
# error "Never include <bits/select2.h> directly; use <sys/select.h> instead."
diff --git a/misc/bits/stab.def b/misc/bits/stab.def
index cca2cc8..c61feb1 100644
--- a/misc/bits/stab.def
+++ b/misc/bits/stab.def
@@ -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/>. */
/* This contains contribution from Cygnus Support. */
diff --git a/misc/bits/syslog-ldbl.h b/misc/bits/syslog-ldbl.h
index e311755..8d60fb8 100644
--- a/misc/bits/syslog-ldbl.h
+++ b/misc/bits/syslog-ldbl.h
@@ -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/>. */
#ifndef _SYS_SYSLOG_H
# error "Never include <bits/syslog-ldbl.h> directly; use <sys/syslog.h> instead."
diff --git a/misc/bits/syslog.h b/misc/bits/syslog.h
index 86d9453..f6b107f 100644
--- a/misc/bits/syslog.h
+++ b/misc/bits/syslog.h
@@ -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/>. */
#ifndef _SYS_SYSLOG_H
# error "Never include <bits/syslog.h> directly; use <sys/syslog.h> instead."
diff --git a/misc/bits/types/struct_iovec.h b/misc/bits/types/struct_iovec.h
index 58261ba..5ce2dfc 100644
--- a/misc/bits/types/struct_iovec.h
+++ b/misc/bits/types/struct_iovec.h
@@ -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/>. */
#ifndef __iovec_defined
#define __iovec_defined 1
diff --git a/misc/brk.c b/misc/brk.c
index f693cf5..b18e9a3 100644
--- a/misc/brk.c
+++ b/misc/brk.c
@@ -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 <unistd.h>
diff --git a/misc/bug18240.c b/misc/bug18240.c
index bbdc23d..d08e1c4 100644
--- a/misc/bug18240.c
+++ b/misc/bug18240.c
@@ -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 <limits.h>
diff --git a/misc/chflags.c b/misc/chflags.c
index d6d3f47..d8b6d14 100644
--- a/misc/chflags.c
+++ b/misc/chflags.c
@@ -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 <stddef.h>
diff --git a/misc/chroot.c b/misc/chroot.c
index c57094d..e7d1a96 100644
--- a/misc/chroot.c
+++ b/misc/chroot.c
@@ -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 <unistd.h>
diff --git a/misc/dirname.c b/misc/dirname.c
index 2f79347..1928fc9 100644
--- a/misc/dirname.c
+++ b/misc/dirname.c
@@ -15,7 +15,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 <libgen.h>
#include <string.h>
diff --git a/misc/efgcvt.c b/misc/efgcvt.c
index d3b7dc4..492e4e8 100644
--- a/misc/efgcvt.c
+++ b/misc/efgcvt.c
@@ -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 <math.h>
#include <stdio.h>
diff --git a/misc/efgcvt_r.c b/misc/efgcvt_r.c
index fb98412..9812498 100644
--- a/misc/efgcvt_r.c
+++ b/misc/efgcvt_r.c
@@ -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 <float.h>
diff --git a/misc/err.c b/misc/err.c
index 988ec8f..106abc4 100644
--- a/misc/err.c
+++ b/misc/err.c
@@ -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 <stdarg.h>
#include <err.h>
diff --git a/misc/err.h b/misc/err.h
index 4dfd9a6..a71b3fa 100644
--- a/misc/err.h
+++ b/misc/err.h
@@ -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/>. */
#ifndef _ERR_H
#define _ERR_H 1
diff --git a/misc/error.c b/misc/error.c
index e090d1b..c407b01 100644
--- a/misc/error.c
+++ b/misc/error.c
@@ -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/>. */
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
diff --git a/misc/error.h b/misc/error.h
index ba0c929..79840bf 100644
--- a/misc/error.h
+++ b/misc/error.h
@@ -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/>. */
#ifndef _ERROR_H
#define _ERROR_H 1
diff --git a/misc/fchflags.c b/misc/fchflags.c
index 922a1d8..d700c69 100644
--- a/misc/fchflags.c
+++ b/misc/fchflags.c
@@ -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 <stddef.h>
diff --git a/misc/fdatasync.c b/misc/fdatasync.c
index 1da9ad9..54f6158 100644
--- a/misc/fdatasync.c
+++ b/misc/fdatasync.c
@@ -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 <unistd.h>
diff --git a/misc/fgetxattr.c b/misc/fgetxattr.c
index 9753594..89dbc8f 100644
--- a/misc/fgetxattr.c
+++ b/misc/fgetxattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/flistxattr.c b/misc/flistxattr.c
index 089dec5..266e2fd 100644
--- a/misc/flistxattr.c
+++ b/misc/flistxattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/fremovexattr.c b/misc/fremovexattr.c
index 0497e8c..5b8561a 100644
--- a/misc/fremovexattr.c
+++ b/misc/fremovexattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/fsetxattr.c b/misc/fsetxattr.c
index 4552ded..5c53b32 100644
--- a/misc/fsetxattr.c
+++ b/misc/fsetxattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/fstab.c b/misc/fstab.c
index 408d424..7a62821 100644
--- a/misc/fstab.c
+++ b/misc/fstab.c
@@ -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 <fstab.h>
#include <mntent.h>
diff --git a/misc/fsync.c b/misc/fsync.c
index 55397aa..2f051d3 100644
--- a/misc/fsync.c
+++ b/misc/fsync.c
@@ -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 <unistd.h>
diff --git a/misc/ftruncate.c b/misc/ftruncate.c
index 68cff99..ac20dae 100644
--- a/misc/ftruncate.c
+++ b/misc/ftruncate.c
@@ -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 <sys/types.h>
diff --git a/misc/ftruncate64.c b/misc/ftruncate64.c
index 2b4de6c..a5f599e 100644
--- a/misc/ftruncate64.c
+++ b/misc/ftruncate64.c
@@ -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 <sys/types.h>
#include <errno.h>
diff --git a/misc/futimes.c b/misc/futimes.c
index ad06ef7..6b130c2 100644
--- a/misc/futimes.c
+++ b/misc/futimes.c
@@ -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/time.h>
#include <errno.h>
diff --git a/misc/futimesat.c b/misc/futimesat.c
index b67faeb..f7966b9 100644
--- a/misc/futimesat.c
+++ b/misc/futimesat.c
@@ -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 <fcntl.h>
diff --git a/misc/getauxval.c b/misc/getauxval.c
index b7f014b..a8ccb39 100644
--- a/misc/getauxval.c
+++ b/misc/getauxval.c
@@ -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 <sys/auxv.h>
#include <errno.h>
diff --git a/misc/getclktck.c b/misc/getclktck.c
index afa233a..3f49aa9 100644
--- a/misc/getclktck.c
+++ b/misc/getclktck.c
@@ -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 <time.h>
diff --git a/misc/getdomain.c b/misc/getdomain.c
index e290d00..c9faef9 100644
--- a/misc/getdomain.c
+++ b/misc/getdomain.c
@@ -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/>. */
/* Put the name of the current YP domain in no more than LEN bytes of NAME.
The result is null-terminated if LEN is large enough for the full
diff --git a/misc/getdtsz.c b/misc/getdtsz.c
index 2639c57..8a78ecf 100644
--- a/misc/getdtsz.c
+++ b/misc/getdtsz.c
@@ -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 <unistd.h>
diff --git a/misc/gethostid.c b/misc/gethostid.c
index 8056115..d041414 100644
--- a/misc/gethostid.c
+++ b/misc/gethostid.c
@@ -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 <unistd.h>
diff --git a/misc/gethostname.c b/misc/gethostname.c
index bdbb6bc..dac3795 100644
--- a/misc/gethostname.c
+++ b/misc/gethostname.c
@@ -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 <unistd.h>
diff --git a/misc/getloadavg.c b/misc/getloadavg.c
index 56153d0..6ca040e 100644
--- a/misc/getloadavg.c
+++ b/misc/getloadavg.c
@@ -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>
diff --git a/misc/getpagesize.c b/misc/getpagesize.c
index 830c531..e6df1b8 100644
--- a/misc/getpagesize.c
+++ b/misc/getpagesize.c
@@ -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 <unistd.h>
diff --git a/misc/getpass.c b/misc/getpass.c
index 8d03424..11685d3 100644
--- a/misc/getpass.c
+++ b/misc/getpass.c
@@ -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 <stdio.h>
#include <stdio_ext.h>
diff --git a/misc/getsysstats.c b/misc/getsysstats.c
index ca0064c..833ef80 100644
--- a/misc/getsysstats.c
+++ b/misc/getsysstats.c
@@ -15,7 +15,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 <sys/sysinfo.h>
diff --git a/misc/getxattr.c b/misc/getxattr.c
index 37d0621..c7443ac 100644
--- a/misc/getxattr.c
+++ b/misc/getxattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/gtty.c b/misc/gtty.c
index fc04219..314fa5d 100644
--- a/misc/gtty.c
+++ b/misc/gtty.c
@@ -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 <sgtty.h>
diff --git a/misc/hsearch.c b/misc/hsearch.c
index 7205b55..ec76a4c 100644
--- a/misc/hsearch.c
+++ b/misc/hsearch.c
@@ -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 <search.h>
diff --git a/misc/hsearch_r.c b/misc/hsearch_r.c
index c75619b..0dc53c6 100644
--- a/misc/hsearch_r.c
+++ b/misc/hsearch_r.c
@@ -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 <malloc.h>
diff --git a/misc/ifunc-impl-list.c b/misc/ifunc-impl-list.c
index 10ffcf6..c3fc046 100644
--- a/misc/ifunc-impl-list.c
+++ b/misc/ifunc-impl-list.c
@@ -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 <ifunc-impl-list.h>
diff --git a/misc/init-misc.c b/misc/init-misc.c
index 4ecaeae..2b9147f 100644
--- a/misc/init-misc.c
+++ b/misc/init-misc.c
@@ -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 <string.h>
#include <libc-internal.h>
diff --git a/misc/insremque.c b/misc/insremque.c
index 8c06673..e67d735 100644
--- a/misc/insremque.c
+++ b/misc/insremque.c
@@ -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 <stddef.h>
#include <search.h>
diff --git a/misc/ioctl.c b/misc/ioctl.c
index 24c60d2..92b9ae9 100644
--- a/misc/ioctl.c
+++ b/misc/ioctl.c
@@ -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 <sys/ioctl.h>
diff --git a/misc/lgetxattr.c b/misc/lgetxattr.c
index 49d2254..d60469c 100644
--- a/misc/lgetxattr.c
+++ b/misc/lgetxattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/libgen.h b/misc/libgen.h
index 23d60d6..aad0a49 100644
--- a/misc/libgen.h
+++ b/misc/libgen.h
@@ -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/>. */
#ifndef _LIBGEN_H
#define _LIBGEN_H 1
diff --git a/misc/listxattr.c b/misc/listxattr.c
index 6d9a34d..5714e97 100644
--- a/misc/listxattr.c
+++ b/misc/listxattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/llistxattr.c b/misc/llistxattr.c
index a6bb342..615bab1 100644
--- a/misc/llistxattr.c
+++ b/misc/llistxattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/lremovexattr.c b/misc/lremovexattr.c
index e36e2bf..d344e5b 100644
--- a/misc/lremovexattr.c
+++ b/misc/lremovexattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/lsearch.c b/misc/lsearch.c
index 4e0e9d4..35b7624 100644
--- a/misc/lsearch.c
+++ b/misc/lsearch.c
@@ -15,7 +15,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 <search.h>
#include <string.h>
diff --git a/misc/lsetxattr.c b/misc/lsetxattr.c
index 34727a0..7a5aba5 100644
--- a/misc/lsetxattr.c
+++ b/misc/lsetxattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/lutimes.c b/misc/lutimes.c
index 73203d2..aefec30 100644
--- a/misc/lutimes.c
+++ b/misc/lutimes.c
@@ -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/time.h>
#include <errno.h>
diff --git a/misc/madvise.c b/misc/madvise.c
index a1d5ca3..c9201c3 100644
--- a/misc/madvise.c
+++ b/misc/madvise.c
@@ -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>
diff --git a/misc/makedev.c b/misc/makedev.c
index 04685a8..e4d295e 100644
--- a/misc/makedev.c
+++ b/misc/makedev.c
@@ -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 <features.h>
diff --git a/misc/mincore.c b/misc/mincore.c
index 91d7b3a..35564a8 100644
--- a/misc/mincore.c
+++ b/misc/mincore.c
@@ -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 <sys/mman.h>
#include <errno.h>
diff --git a/misc/mkdtemp.c b/misc/mkdtemp.c
index e7ca4db..3e4c520 100644
--- a/misc/mkdtemp.c
+++ b/misc/mkdtemp.c
@@ -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 <stdio.h>
#include <stdlib.h>
diff --git a/misc/mkostemp.c b/misc/mkostemp.c
index 07ea2b6..be95134 100644
--- a/misc/mkostemp.c
+++ b/misc/mkostemp.c
@@ -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 <fcntl.h>
#include <stdio.h>
diff --git a/misc/mkostemp64.c b/misc/mkostemp64.c
index c60aae7..dc34509 100644
--- a/misc/mkostemp64.c
+++ b/misc/mkostemp64.c
@@ -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 <fcntl.h>
#include <stdio.h>
diff --git a/misc/mkostemps.c b/misc/mkostemps.c
index a1784cb..1f1db30 100644
--- a/misc/mkostemps.c
+++ b/misc/mkostemps.c
@@ -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 <fcntl.h>
diff --git a/misc/mkostemps64.c b/misc/mkostemps64.c
index 6b40849..5218b3d 100644
--- a/misc/mkostemps64.c
+++ b/misc/mkostemps64.c
@@ -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 <fcntl.h>
diff --git a/misc/mkstemp.c b/misc/mkstemp.c
index 6c12c07..0251df1 100644
--- a/misc/mkstemp.c
+++ b/misc/mkstemp.c
@@ -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 <fcntl.h>
#include <stdio.h>
diff --git a/misc/mkstemp64.c b/misc/mkstemp64.c
index cf839c5..a1236bb 100644
--- a/misc/mkstemp64.c
+++ b/misc/mkstemp64.c
@@ -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 <fcntl.h>
#include <stdio.h>
diff --git a/misc/mkstemps.c b/misc/mkstemps.c
index ee6805b..fa6dd7f 100644
--- a/misc/mkstemps.c
+++ b/misc/mkstemps.c
@@ -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 <fcntl.h>
diff --git a/misc/mkstemps64.c b/misc/mkstemps64.c
index 9e012fb..82afad1 100644
--- a/misc/mkstemps64.c
+++ b/misc/mkstemps64.c
@@ -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 <fcntl.h>
diff --git a/misc/mktemp.c b/misc/mktemp.c
index fb7a9ca..8c0c1bd 100644
--- a/misc/mktemp.c
+++ b/misc/mktemp.c
@@ -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 <stdio.h>
#include <stdlib.h>
diff --git a/misc/mlock.c b/misc/mlock.c
index 7183b9a..822b66a 100644
--- a/misc/mlock.c
+++ b/misc/mlock.c
@@ -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>
diff --git a/misc/mlockall.c b/misc/mlockall.c
index 69a187e..38929ea 100644
--- a/misc/mlockall.c
+++ b/misc/mlockall.c
@@ -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>
diff --git a/misc/mmap.c b/misc/mmap.c
index bb19016..3607a7f 100644
--- a/misc/mmap.c
+++ b/misc/mmap.c
@@ -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 <sys/types.h>
#include <sys/mman.h>
diff --git a/misc/mmap64.c b/misc/mmap64.c
index 2011cfa..1a8aa4c 100644
--- a/misc/mmap64.c
+++ b/misc/mmap64.c
@@ -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 <sys/mman.h>
diff --git a/misc/mntent.c b/misc/mntent.c
index 8fae606..326c9cd 100644
--- a/misc/mntent.c
+++ b/misc/mntent.c
@@ -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 <mntent.h>
#include <stdlib.h>
diff --git a/misc/mntent.h b/misc/mntent.h
index 38f5303..8cc0844 100644
--- a/misc/mntent.h
+++ b/misc/mntent.h
@@ -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/>. */
#ifndef _MNTENT_H
#define _MNTENT_H 1
diff --git a/misc/mntent_r.c b/misc/mntent_r.c
index d90e8d7..cc849f8 100644
--- a/misc/mntent_r.c
+++ b/misc/mntent_r.c
@@ -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 <alloca.h>
#include <mntent.h>
diff --git a/misc/mprotect.c b/misc/mprotect.c
index 29c9200..bd3a6f6 100644
--- a/misc/mprotect.c
+++ b/misc/mprotect.c
@@ -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 <sys/types.h>
#include <sys/mman.h>
diff --git a/misc/msync.c b/misc/msync.c
index 2cbaab7..bc953d7 100644
--- a/misc/msync.c
+++ b/misc/msync.c
@@ -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 <sys/types.h>
#include <sys/mman.h>
diff --git a/misc/munlock.c b/misc/munlock.c
index e68cea3..be3461f 100644
--- a/misc/munlock.c
+++ b/misc/munlock.c
@@ -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>
diff --git a/misc/munlockall.c b/misc/munlockall.c
index 8f6dbd9..131b522 100644
--- a/misc/munlockall.c
+++ b/misc/munlockall.c
@@ -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>
diff --git a/misc/munmap.c b/misc/munmap.c
index ec4997b..2fc08f9 100644
--- a/misc/munmap.c
+++ b/misc/munmap.c
@@ -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 <sys/types.h>
#include <sys/mman.h>
diff --git a/misc/preadv.c b/misc/preadv.c
index 1dd1bd6..8d1ae0f 100644
--- a/misc/preadv.c
+++ b/misc/preadv.c
@@ -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 <unistd.h>
diff --git a/misc/preadv2.c b/misc/preadv2.c
index 379437b..38d4f27 100644
--- a/misc/preadv2.c
+++ b/misc/preadv2.c
@@ -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 <sys/uio.h>
diff --git a/misc/preadv64.c b/misc/preadv64.c
index e008219..7303b97 100644
--- a/misc/preadv64.c
+++ b/misc/preadv64.c
@@ -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 <unistd.h>
diff --git a/misc/preadv64v2.c b/misc/preadv64v2.c
index 9b2d02a..3612934 100644
--- a/misc/preadv64v2.c
+++ b/misc/preadv64v2.c
@@ -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 <sys/uio.h>
diff --git a/misc/pselect.c b/misc/pselect.c
index 63fa4ac..76ded85 100644
--- a/misc/pselect.c
+++ b/misc/pselect.c
@@ -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 <signal.h>
diff --git a/misc/ptrace.c b/misc/ptrace.c
index 1e61b9b..5c06c4c 100644
--- a/misc/ptrace.c
+++ b/misc/ptrace.c
@@ -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 <sys/ptrace.h>
diff --git a/misc/pwritev.c b/misc/pwritev.c
index a3282d2..643f9b1 100644
--- a/misc/pwritev.c
+++ b/misc/pwritev.c
@@ -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 <unistd.h>
diff --git a/misc/pwritev2.c b/misc/pwritev2.c
index 814319e..3208c87 100644
--- a/misc/pwritev2.c
+++ b/misc/pwritev2.c
@@ -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 <sys/uio.h>
diff --git a/misc/pwritev64.c b/misc/pwritev64.c
index de11dc2..cb01cb9 100644
--- a/misc/pwritev64.c
+++ b/misc/pwritev64.c
@@ -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 <unistd.h>
diff --git a/misc/pwritev64v2.c b/misc/pwritev64v2.c
index 5f7f7f7..2031b8e 100644
--- a/misc/pwritev64v2.c
+++ b/misc/pwritev64v2.c
@@ -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 <sys/uio.h>
diff --git a/misc/qefgcvt.c b/misc/qefgcvt.c
index cef2d34..4fcadfc 100644
--- a/misc/qefgcvt.c
+++ b/misc/qefgcvt.c
@@ -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 <float.h>
diff --git a/misc/qefgcvt_r.c b/misc/qefgcvt_r.c
index 9dd1c68..8f4d8b9 100644
--- a/misc/qefgcvt_r.c
+++ b/misc/qefgcvt_r.c
@@ -15,7 +15,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 <float.h>
diff --git a/misc/readv.c b/misc/readv.c
index 70c7bd0..23475a2 100644
--- a/misc/readv.c
+++ b/misc/readv.c
@@ -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 <unistd.h>
diff --git a/misc/reboot.c b/misc/reboot.c
index 81affc1..deb51fc 100644
--- a/misc/reboot.c
+++ b/misc/reboot.c
@@ -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 <unistd.h>
diff --git a/misc/regexp.c b/misc/regexp.c
index 9929dfb..5c8a441 100644
--- a/misc/regexp.c
+++ b/misc/regexp.c
@@ -15,7 +15,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/>. */
/* regexp.h now contains only an #error directive, so it cannot be
used in this file.
diff --git a/misc/regexp.h b/misc/regexp.h
index 30c97cf..c4249b0 100644
--- a/misc/regexp.h
+++ b/misc/regexp.h
@@ -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/>. */
#ifndef _REGEXP_H
#define _REGEXP_H 1
diff --git a/misc/remap_file_pages.c b/misc/remap_file_pages.c
index 6ae93ca..de7a413 100644
--- a/misc/remap_file_pages.c
+++ b/misc/remap_file_pages.c
@@ -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 <sys/mman.h>
#include <errno.h>
diff --git a/misc/removexattr.c b/misc/removexattr.c
index 88e585f..f3da81d 100644
--- a/misc/removexattr.c
+++ b/misc/removexattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/revoke.c b/misc/revoke.c
index 30423aa..9e14385 100644
--- a/misc/revoke.c
+++ b/misc/revoke.c
@@ -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 <unistd.h>
#include <errno.h>
diff --git a/misc/sbrk.c b/misc/sbrk.c
index 7d060ce..96b48e9 100644
--- a/misc/sbrk.c
+++ b/misc/sbrk.c
@@ -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 <stdint.h>
diff --git a/misc/search.h b/misc/search.h
index 4659c59..71ad9db 100644
--- a/misc/search.h
+++ b/misc/search.h
@@ -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/>. */
#ifndef _SEARCH_H
#define _SEARCH_H 1
diff --git a/misc/select.c b/misc/select.c
index e5f4d9b..16b4a49 100644
--- a/misc/select.c
+++ b/misc/select.c
@@ -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 <sys/time.h>
#include <sys/types.h>
diff --git a/misc/setdomain.c b/misc/setdomain.c
index 28d87b0..1febb55 100644
--- a/misc/setdomain.c
+++ b/misc/setdomain.c
@@ -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 <unistd.h>
diff --git a/misc/setegid.c b/misc/setegid.c
index 53d3897..ba78033 100644
--- a/misc/setegid.c
+++ b/misc/setegid.c
@@ -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 <unistd.h>
diff --git a/misc/seteuid.c b/misc/seteuid.c
index 90f8d1a..38c917a 100644
--- a/misc/seteuid.c
+++ b/misc/seteuid.c
@@ -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 <unistd.h>
diff --git a/misc/sethostid.c b/misc/sethostid.c
index f92498f..3dcc26c 100644
--- a/misc/sethostid.c
+++ b/misc/sethostid.c
@@ -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 <unistd.h>
diff --git a/misc/sethostname.c b/misc/sethostname.c
index 3ec4135..2d9bf0a 100644
--- a/misc/sethostname.c
+++ b/misc/sethostname.c
@@ -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 <unistd.h>
diff --git a/misc/setregid.c b/misc/setregid.c
index 8df5c83..4a509ef 100644
--- a/misc/setregid.c
+++ b/misc/setregid.c
@@ -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 <unistd.h>
diff --git a/misc/setreuid.c b/misc/setreuid.c
index 0e73326..60f1817 100644
--- a/misc/setreuid.c
+++ b/misc/setreuid.c
@@ -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 <unistd.h>
diff --git a/misc/setxattr.c b/misc/setxattr.c
index aee1d49..7ea8a40 100644
--- a/misc/setxattr.c
+++ b/misc/setxattr.c
@@ -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 <sys/xattr.h>
diff --git a/misc/sgtty.h b/misc/sgtty.h
index 8617a30..089efbc 100644
--- a/misc/sgtty.h
+++ b/misc/sgtty.h
@@ -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/>. */
#ifndef _SGTTY_H
#define _SGTTY_H 1
diff --git a/misc/sstk.c b/misc/sstk.c
index 219a40d..40b3077 100644
--- a/misc/sstk.c
+++ b/misc/sstk.c
@@ -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>
diff --git a/misc/stty.c b/misc/stty.c
index a011017..8e74511 100644
--- a/misc/stty.c
+++ b/misc/stty.c
@@ -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 <sgtty.h>
diff --git a/misc/swapoff.c b/misc/swapoff.c
index d586422..0562eb9 100644
--- a/misc/swapoff.c
+++ b/misc/swapoff.c
@@ -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 <unistd.h>
diff --git a/misc/swapon.c b/misc/swapon.c
index 396f10a..2fa11da 100644
--- a/misc/swapon.c
+++ b/misc/swapon.c
@@ -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 <unistd.h>
diff --git a/misc/sync.c b/misc/sync.c
index 0784e29..84794b3 100644
--- a/misc/sync.c
+++ b/misc/sync.c
@@ -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 <unistd.h>
diff --git a/misc/syncfs.c b/misc/syncfs.c
index 5e48571..0d99466 100644
--- a/misc/syncfs.c
+++ b/misc/syncfs.c
@@ -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 <unistd.h>
diff --git a/misc/sys/auxv.h b/misc/sys/auxv.h
index 68363b3..74c8c02 100644
--- a/misc/sys/auxv.h
+++ b/misc/sys/auxv.h
@@ -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/>. */
#ifndef _SYS_AUXV_H
#define _SYS_AUXV_H 1
diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h
index f1bd994..abcb0d5 100644
--- a/misc/sys/cdefs.h
+++ b/misc/sys/cdefs.h
@@ -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/>. */
#ifndef _SYS_CDEFS_H
#define _SYS_CDEFS_H 1
diff --git a/misc/sys/dir.h b/misc/sys/dir.h
index 4ef5c5e..f17844f 100644
--- a/misc/sys/dir.h
+++ b/misc/sys/dir.h
@@ -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/>. */
#ifndef _SYS_DIR_H
#define _SYS_DIR_H 1
diff --git a/misc/sys/file.h b/misc/sys/file.h
index 13f0b49..06184d6 100644
--- a/misc/sys/file.h
+++ b/misc/sys/file.h
@@ -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/>. */
#ifndef _SYS_FILE_H
#define _SYS_FILE_H 1
diff --git a/misc/sys/ioctl.h b/misc/sys/ioctl.h
index 522d40d..177b692 100644
--- a/misc/sys/ioctl.h
+++ b/misc/sys/ioctl.h
@@ -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/>. */
#ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H 1
diff --git a/misc/sys/mman.h b/misc/sys/mman.h
index b275120..58c12de 100644
--- a/misc/sys/mman.h
+++ b/misc/sys/mman.h
@@ -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/>. */
#ifndef _SYS_MMAN_H
#define _SYS_MMAN_H 1
diff --git a/misc/sys/param.h b/misc/sys/param.h
index bf988a9..0e1a6f7 100644
--- a/misc/sys/param.h
+++ b/misc/sys/param.h
@@ -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/>. */
#ifndef _SYS_PARAM_H
#define _SYS_PARAM_H 1
diff --git a/misc/sys/select.h b/misc/sys/select.h
index 8b10702..4e47f3f 100644
--- a/misc/sys/select.h
+++ b/misc/sys/select.h
@@ -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/>. */
/* POSIX 1003.1g: 6.2 Select from File Descriptor Sets <sys/select.h> */
diff --git a/misc/sys/sysmacros.h b/misc/sys/sysmacros.h
index aeaec23..cfadaff 100644
--- a/misc/sys/sysmacros.h
+++ b/misc/sys/sysmacros.h
@@ -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/>. */
#ifndef _SYS_SYSMACROS_H
#define _SYS_SYSMACROS_H 1
diff --git a/misc/sys/uio.h b/misc/sys/uio.h
index ec1ca4a..b496cf4 100644
--- a/misc/sys/uio.h
+++ b/misc/sys/uio.h
@@ -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/>. */
#ifndef _SYS_UIO_H
#define _SYS_UIO_H 1
diff --git a/misc/sys/xattr.h b/misc/sys/xattr.h
index f1143f8..93393bb 100644
--- a/misc/sys/xattr.h
+++ b/misc/sys/xattr.h
@@ -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/>. */
#ifndef _SYS_XATTR_H
#define _SYS_XATTR_H 1
diff --git a/misc/syscall.c b/misc/syscall.c
index b6cbd3e..5100c2b 100644
--- a/misc/syscall.c
+++ b/misc/syscall.c
@@ -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 <sysdep.h>
#include <errno.h>
diff --git a/misc/truncate.c b/misc/truncate.c
index 8b4d4ea..8a9e50a 100644
--- a/misc/truncate.c
+++ b/misc/truncate.c
@@ -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 <sys/types.h>
#include <errno.h>
diff --git a/misc/truncate64.c b/misc/truncate64.c
index e5fb865..98e903d 100644
--- a/misc/truncate64.c
+++ b/misc/truncate64.c
@@ -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 <sys/types.h>
#include <errno.h>
diff --git a/misc/tsearch.c b/misc/tsearch.c
index edf0fec..5f0dc77 100644
--- a/misc/tsearch.c
+++ b/misc/tsearch.c
@@ -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/>. */
/* Tree search for red/black trees.
The algorithm for adding nodes is taken from one of the many "Algorithms"
diff --git a/misc/tst-allocate_once.c b/misc/tst-allocate_once.c
index 8c779c7..3df70ae 100644
--- a/misc/tst-allocate_once.c
+++ b/misc/tst-allocate_once.c
@@ -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 <allocate_once.h>
#include <mcheck.h>
diff --git a/misc/tst-atomic-long.c b/misc/tst-atomic-long.c
index 50c4cbd..0afbe87 100644
--- a/misc/tst-atomic-long.c
+++ b/misc/tst-atomic-long.c
@@ -15,7 +15,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 <bits/wordsize.h>
diff --git a/misc/tst-atomic.c b/misc/tst-atomic.c
index b00a963..03d0dad 100644
--- a/misc/tst-atomic.c
+++ b/misc/tst-atomic.c
@@ -15,7 +15,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 <stdio.h>
#include <atomic.h>
diff --git a/misc/tst-dbl-efgcvt.c b/misc/tst-dbl-efgcvt.c
index 27cca11..a6cf28f 100644
--- a/misc/tst-dbl-efgcvt.c
+++ b/misc/tst-dbl-efgcvt.c
@@ -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 <float.h>
diff --git a/misc/tst-dirname.c b/misc/tst-dirname.c
index 216ead1..4f16bf2 100644
--- a/misc/tst-dirname.c
+++ b/misc/tst-dirname.c
@@ -15,7 +15,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/>. */
#define _GNU_SOURCE 1
#include <libgen.h>
diff --git a/misc/tst-efgcvt-template.c b/misc/tst-efgcvt-template.c
index 64e27ed..9b7ad0e 100644
--- a/misc/tst-efgcvt-template.c
+++ b/misc/tst-efgcvt-template.c
@@ -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/>. */
/* This template provides testing for the *cvt family of functions,
which deal with double or long double types. In order to use the
diff --git a/misc/tst-fdset.c b/misc/tst-fdset.c
index 70b7028..ad2a2ae 100644
--- a/misc/tst-fdset.c
+++ b/misc/tst-fdset.c
@@ -15,7 +15,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 <stdio.h>
#include <sys/types.h>
diff --git a/misc/tst-gethostid.c b/misc/tst-gethostid.c
index c3cb5f9..9961568 100644
--- a/misc/tst-gethostid.c
+++ b/misc/tst-gethostid.c
@@ -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 <gnu/lib-names.h>
#include <nss.h>
diff --git a/misc/tst-ldbl-efgcvt.c b/misc/tst-ldbl-efgcvt.c
index d8d4bcb..da1703f 100644
--- a/misc/tst-ldbl-efgcvt.c
+++ b/misc/tst-ldbl-efgcvt.c
@@ -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/>. */
#define ECVT qecvt
#define FCVT qfcvt
diff --git a/misc/tst-ldbl-error.c b/misc/tst-ldbl-error.c
index 0f13fee..f1a8e09 100644
--- a/misc/tst-ldbl-error.c
+++ b/misc/tst-ldbl-error.c
@@ -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 <err.h>
#include <errno.h>
diff --git a/misc/tst-ldbl-warn.c b/misc/tst-ldbl-warn.c
index 90375a9..2f41e9a 100644
--- a/misc/tst-ldbl-warn.c
+++ b/misc/tst-ldbl-warn.c
@@ -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 <err.h>
#include <errno.h>
diff --git a/misc/tst-makedev.c b/misc/tst-makedev.c
index 054347c..b6b813c 100644
--- a/misc/tst-makedev.c
+++ b/misc/tst-makedev.c
@@ -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/sysmacros.h>
diff --git a/misc/tst-mntent-autofs.c b/misc/tst-mntent-autofs.c
index bf4d4e7..d14673d 100644
--- a/misc/tst-mntent-autofs.c
+++ b/misc/tst-mntent-autofs.c
@@ -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 <array_length.h>
#include <errno.h>
diff --git a/misc/tst-mntent-blank-corrupt.c b/misc/tst-mntent-blank-corrupt.c
index d14faf0..5f257df 100644
--- a/misc/tst-mntent-blank-corrupt.c
+++ b/misc/tst-mntent-blank-corrupt.c
@@ -15,7 +15,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 <mntent.h>
#include <stdio.h>
diff --git a/misc/tst-mntent-blank-passno.c b/misc/tst-mntent-blank-passno.c
index fc28531..b3a2fe1 100644
--- a/misc/tst-mntent-blank-passno.c
+++ b/misc/tst-mntent-blank-passno.c
@@ -15,7 +15,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 <mntent.h>
#include <stdio.h>
diff --git a/misc/tst-preadvwritev-common.c b/misc/tst-preadvwritev-common.c
index 2687ebd..3233a4d 100644
--- a/misc/tst-preadvwritev-common.c
+++ b/misc/tst-preadvwritev-common.c
@@ -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 <array_length.h>
#include <stdbool.h>
diff --git a/misc/tst-preadvwritev.c b/misc/tst-preadvwritev.c
index c0fb5a9..d6b9d37 100644
--- a/misc/tst-preadvwritev.c
+++ b/misc/tst-preadvwritev.c
@@ -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 "tst-preadvwritev-common.c"
diff --git a/misc/tst-preadvwritev2-common.c b/misc/tst-preadvwritev2-common.c
index dceda63..ff728ee 100644
--- a/misc/tst-preadvwritev2-common.c
+++ b/misc/tst-preadvwritev2-common.c
@@ -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 <limits.h>
#include <support/check.h>
diff --git a/misc/tst-preadvwritev2.c b/misc/tst-preadvwritev2.c
index 9b4d648..bbd5fc8 100644
--- a/misc/tst-preadvwritev2.c
+++ b/misc/tst-preadvwritev2.c
@@ -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/>. */
#define PREADV(__fd, __iov, __iovcnt, __offset) \
preadv2 (__fd, __iov, __iovcnt, __offset, 0)
diff --git a/misc/tst-preadvwritev64.c b/misc/tst-preadvwritev64.c
index bd6ceb6..6598eee 100644
--- a/misc/tst-preadvwritev64.c
+++ b/misc/tst-preadvwritev64.c
@@ -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/>. */
#define _FILE_OFFSET_BITS 64
#include "tst-preadvwritev-common.c"
diff --git a/misc/tst-preadvwritev64v2.c b/misc/tst-preadvwritev64v2.c
index 1960acb..2e3f4dd 100644
--- a/misc/tst-preadvwritev64v2.c
+++ b/misc/tst-preadvwritev64v2.c
@@ -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/>. */
#define _FILE_OFFSET_BITS 64
diff --git a/misc/tst-pselect.c b/misc/tst-pselect.c
index 3100a94..4c336b0 100644
--- a/misc/tst-pselect.c
+++ b/misc/tst-pselect.c
@@ -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 <signal.h>
diff --git a/misc/tst-tsearch.c b/misc/tst-tsearch.c
index 44895d4..abb7d26 100644
--- a/misc/tst-tsearch.c
+++ b/misc/tst-tsearch.c
@@ -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/>. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
diff --git a/misc/tst-warn-wide.c b/misc/tst-warn-wide.c
index 2712b26..a3f02c7 100644
--- a/misc/tst-warn-wide.c
+++ b/misc/tst-warn-wide.c
@@ -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 <err.h>
#include <errno.h>
diff --git a/misc/ualarm.c b/misc/ualarm.c
index 6ab120f..288db1f 100644
--- a/misc/ualarm.c
+++ b/misc/ualarm.c
@@ -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 <unistd.h>
diff --git a/misc/usleep.c b/misc/usleep.c
index f705c6a..eba18ef 100644
--- a/misc/usleep.c
+++ b/misc/usleep.c
@@ -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 <unistd.h>
diff --git a/misc/ustat.c b/misc/ustat.c
index 7336ea9..1f6352e 100644
--- a/misc/ustat.c
+++ b/misc/ustat.c
@@ -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 <shlib-compat.h>
diff --git a/misc/utimes.c b/misc/utimes.c
index 9c2b415..3d6db18 100644
--- a/misc/utimes.c
+++ b/misc/utimes.c
@@ -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/time.h>
#include <errno.h>
diff --git a/misc/vhangup.c b/misc/vhangup.c
index 128fc00..b732fea 100644
--- a/misc/vhangup.c
+++ b/misc/vhangup.c
@@ -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 <unistd.h>
diff --git a/misc/writev.c b/misc/writev.c
index 122eafa..0ea67bc 100644
--- a/misc/writev.c
+++ b/misc/writev.c
@@ -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 <unistd.h>