aboutsummaryrefslogtreecommitdiff
path: root/io
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 /io
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 'io')
-rw-r--r--io/Makefile2
-rw-r--r--io/access.c2
-rw-r--r--io/bits/fcntl2.h2
-rw-r--r--io/bits/poll2.h2
-rw-r--r--io/bits/statx-generic.h2
-rw-r--r--io/bits/statx.h2
-rw-r--r--io/bits/types/struct_statx.h2
-rw-r--r--io/bits/types/struct_statx_timestamp.h2
-rw-r--r--io/bug-ftw1.c2
-rw-r--r--io/bug-ftw2.c2
-rw-r--r--io/bug-ftw4.c2
-rw-r--r--io/chdir.c2
-rw-r--r--io/chmod.c2
-rw-r--r--io/chown.c2
-rw-r--r--io/close.c2
-rw-r--r--io/copy_file_range.c2
-rw-r--r--io/creat.c2
-rw-r--r--io/creat64.c2
-rw-r--r--io/dup.c2
-rw-r--r--io/dup2.c2
-rw-r--r--io/dup3.c2
-rw-r--r--io/euidaccess.c2
-rw-r--r--io/faccessat.c2
-rw-r--r--io/fchdir.c2
-rw-r--r--io/fchmod.c2
-rw-r--r--io/fchmodat.c2
-rw-r--r--io/fchown.c2
-rw-r--r--io/fchownat.c2
-rw-r--r--io/fcntl.c2
-rw-r--r--io/fcntl.h2
-rw-r--r--io/fcntl64.c2
-rw-r--r--io/flock.c2
-rw-r--r--io/fstat.c2
-rw-r--r--io/fstat64.c2
-rw-r--r--io/fstatat.c2
-rw-r--r--io/fstatat64.c2
-rw-r--r--io/fstatfs.c2
-rw-r--r--io/fstatfs64.c2
-rw-r--r--io/fstatvfs.c2
-rw-r--r--io/fstatvfs64.c2
-rw-r--r--io/fts.c2
-rw-r--r--io/fts.h2
-rw-r--r--io/fts64.c2
-rw-r--r--io/ftw.c2
-rw-r--r--io/ftw.h2
-rw-r--r--io/ftw64.c2
-rw-r--r--io/ftwtest-sh2
-rw-r--r--io/futimens.c2
-rw-r--r--io/fxstat.c2
-rw-r--r--io/fxstat64.c2
-rw-r--r--io/fxstatat.c2
-rw-r--r--io/fxstatat64.c2
-rw-r--r--io/getcwd.c2
-rw-r--r--io/getdirname.c2
-rw-r--r--io/getwd.c2
-rw-r--r--io/isatty.c2
-rw-r--r--io/lchmod.c2
-rw-r--r--io/lchown.c2
-rw-r--r--io/link.c2
-rw-r--r--io/linkat.c2
-rw-r--r--io/lockf.c2
-rw-r--r--io/lockf64.c2
-rw-r--r--io/lseek.c2
-rw-r--r--io/lseek64.c2
-rw-r--r--io/lstat.c2
-rw-r--r--io/lstat64.c2
-rw-r--r--io/lxstat.c2
-rw-r--r--io/lxstat64.c2
-rw-r--r--io/mkdir.c2
-rw-r--r--io/mkdirat.c2
-rw-r--r--io/mkfifo.c2
-rw-r--r--io/mkfifoat.c2
-rw-r--r--io/mknod.c2
-rw-r--r--io/mknodat.c2
-rw-r--r--io/open.c2
-rw-r--r--io/open64.c2
-rw-r--r--io/open64_2.c2
-rw-r--r--io/open_2.c2
-rw-r--r--io/openat.c2
-rw-r--r--io/openat64.c2
-rw-r--r--io/openat64_2.c2
-rw-r--r--io/openat_2.c2
-rw-r--r--io/pipe.c2
-rw-r--r--io/pipe2.c2
-rw-r--r--io/poll.c2
-rw-r--r--io/posix_fadvise.c2
-rw-r--r--io/posix_fadvise64.c2
-rw-r--r--io/posix_fallocate.c2
-rw-r--r--io/posix_fallocate64.c2
-rw-r--r--io/ppoll.c2
-rw-r--r--io/pwd.c2
-rw-r--r--io/read.c2
-rw-r--r--io/readlink.c2
-rw-r--r--io/readlinkat.c2
-rw-r--r--io/rmdir.c2
-rw-r--r--io/sendfile.c2
-rw-r--r--io/sendfile64.c2
-rw-r--r--io/stat.c2
-rw-r--r--io/stat64.c2
-rw-r--r--io/statfs.c2
-rw-r--r--io/statfs64.c2
-rw-r--r--io/statvfs.c2
-rw-r--r--io/statvfs64.c2
-rw-r--r--io/statx.c2
-rw-r--r--io/statx_generic.c2
-rw-r--r--io/symlink.c2
-rw-r--r--io/symlinkat.c2
-rw-r--r--io/sys/poll.h2
-rw-r--r--io/sys/sendfile.h2
-rw-r--r--io/sys/stat.h2
-rw-r--r--io/sys/statfs.h2
-rw-r--r--io/sys/statvfs.h2
-rw-r--r--io/test-lfs.c2
-rw-r--r--io/test-stat.c2
-rw-r--r--io/test-stat2.c2
-rw-r--r--io/test-utime.c2
-rw-r--r--io/tst-copy_file_range.c2
-rw-r--r--io/tst-fcntl.c2
-rw-r--r--io/tst-fts.c2
-rw-r--r--io/tst-ftw-lnk.c2
-rw-r--r--io/tst-getcwd.c2
-rw-r--r--io/tst-lockf.c2
-rw-r--r--io/tst-open-tmpfile.c2
-rw-r--r--io/tst-posix_fallocate-common.c2
-rw-r--r--io/tst-posix_fallocate.c2
-rw-r--r--io/tst-posix_fallocate64.c2
-rw-r--r--io/tst-statx.c2
-rw-r--r--io/ttyname.c2
-rw-r--r--io/ttyname_r.c2
-rw-r--r--io/umask.c2
-rw-r--r--io/unlink.c2
-rw-r--r--io/unlinkat.c2
-rw-r--r--io/utime.c2
-rw-r--r--io/utime.h2
-rw-r--r--io/utimensat.c2
-rw-r--r--io/write.c2
-rw-r--r--io/xmknod.c2
-rw-r--r--io/xmknodat.c2
-rw-r--r--io/xstat.c2
-rw-r--r--io/xstat64.c2
140 files changed, 140 insertions, 140 deletions
diff --git a/io/Makefile b/io/Makefile
index cfbf4cd..2c42ce2 100644
--- a/io/Makefile
+++ b/io/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 I/O portion of the library.
diff --git a/io/access.c b/io/access.c
index ccecc6b..dc9fb9d 100644
--- a/io/access.c
+++ b/io/access.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/io/bits/fcntl2.h b/io/bits/fcntl2.h
index 9194a1d..99f2015 100644
--- a/io/bits/fcntl2.h
+++ b/io/bits/fcntl2.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 _FCNTL_H
# error "Never include <bits/fcntl2.h> directly; use <fcntl.h> instead."
diff --git a/io/bits/poll2.h b/io/bits/poll2.h
index ff38ef7..d7a10b9 100644
--- a/io/bits/poll2.h
+++ b/io/bits/poll2.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_POLL_H
# error "Never include <bits/poll2.h> directly; use <sys/poll.h> instead."
diff --git a/io/bits/statx-generic.h b/io/bits/statx-generic.h
index 1f5abbf..44ae42d 100644
--- a/io/bits/statx-generic.h
+++ b/io/bits/statx-generic.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/>. */
/* This interface is based on <linux/stat.h> in Linux. */
diff --git a/io/bits/statx.h b/io/bits/statx.h
index b3147bf..7df10f3 100644
--- a/io/bits/statx.h
+++ b/io/bits/statx.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/>. */
/* This interface is based on <linux/stat.h> in Linux. */
diff --git a/io/bits/types/struct_statx.h b/io/bits/types/struct_statx.h
index 4f3ae3e..d042372 100644
--- a/io/bits/types/struct_statx.h
+++ b/io/bits/types/struct_statx.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_STAT_H
# error Never include <bits/types/struct_statx.h> directly, include <sys/stat.h> instead.
diff --git a/io/bits/types/struct_statx_timestamp.h b/io/bits/types/struct_statx_timestamp.h
index 0f104ef..c169106 100644
--- a/io/bits/types/struct_statx_timestamp.h
+++ b/io/bits/types/struct_statx_timestamp.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_STAT_H
# error Never include <bits/types/struct_statx_timestamp.h> directly, include <sys/stat.h> instead.
diff --git a/io/bug-ftw1.c b/io/bug-ftw1.c
index 9d31fd6..abc13f2 100644
--- a/io/bug-ftw1.c
+++ b/io/bug-ftw1.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 <ftw.h>
#include <mcheck.h>
diff --git a/io/bug-ftw2.c b/io/bug-ftw2.c
index b121be6..31d2091 100644
--- a/io/bug-ftw2.c
+++ b/io/bug-ftw2.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 <ftw.h>
#include <mcheck.h>
diff --git a/io/bug-ftw4.c b/io/bug-ftw4.c
index 3a72a6d..1cb5e51 100644
--- a/io/bug-ftw4.c
+++ b/io/bug-ftw4.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 <fcntl.h>
#include <ftw.h>
diff --git a/io/chdir.c b/io/chdir.c
index 8724c8d..1532da0 100644
--- a/io/chdir.c
+++ b/io/chdir.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/io/chmod.c b/io/chmod.c
index 624ce89..cbed51d 100644
--- a/io/chmod.c
+++ b/io/chmod.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/io/chown.c b/io/chown.c
index 05b7e7d..4c50c4d 100644
--- a/io/chown.c
+++ b/io/chown.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/io/close.c b/io/close.c
index a78977d..2c55db9 100644
--- a/io/close.c
+++ b/io/close.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/io/copy_file_range.c b/io/copy_file_range.c
index 59fb979..2065ee1 100644
--- a/io/copy_file_range.c
+++ b/io/copy_file_range.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/io/creat.c b/io/creat.c
index b0c02b0..8e4f0cf 100644
--- a/io/creat.c
+++ b/io/creat.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 <sys/types.h>
diff --git a/io/creat64.c b/io/creat64.c
index 6dbf1f1..5f81d9f 100644
--- a/io/creat64.c
+++ b/io/creat64.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 <sys/types.h>
diff --git a/io/dup.c b/io/dup.c
index 7e395ed..e4b5f85 100644
--- a/io/dup.c
+++ b/io/dup.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/io/dup2.c b/io/dup2.c
index f909332..573765f 100644
--- a/io/dup2.c
+++ b/io/dup2.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/io/dup3.c b/io/dup3.c
index 5b698d3..81deff5 100644
--- a/io/dup3.c
+++ b/io/dup3.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/io/euidaccess.c b/io/euidaccess.c
index 96263c0..b7165f4 100644
--- a/io/euidaccess.c
+++ b/io/euidaccess.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 <stddef.h>
diff --git a/io/faccessat.c b/io/faccessat.c
index b49c6be..72b2e16 100644
--- a/io/faccessat.c
+++ b/io/faccessat.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/io/fchdir.c b/io/fchdir.c
index 44e964a..d4bc840 100644
--- a/io/fchdir.c
+++ b/io/fchdir.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/io/fchmod.c b/io/fchmod.c
index 0dfa8fc..814ed73 100644
--- a/io/fchmod.c
+++ b/io/fchmod.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/io/fchmodat.c b/io/fchmodat.c
index 8889749..61c33f2 100644
--- a/io/fchmodat.c
+++ b/io/fchmodat.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/io/fchown.c b/io/fchown.c
index 500f461..48cd05b 100644
--- a/io/fchown.c
+++ b/io/fchown.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/io/fchownat.c b/io/fchownat.c
index 2cd24a8..2d5f454 100644
--- a/io/fchownat.c
+++ b/io/fchownat.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/io/fcntl.c b/io/fcntl.c
index 091303a..602c764 100644
--- a/io/fcntl.c
+++ b/io/fcntl.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/io/fcntl.h b/io/fcntl.h
index 1043d27..1ccc040 100644
--- a/io/fcntl.h
+++ b/io/fcntl.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/>. */
/*
* POSIX Standard: 6.5 File Control Operations <fcntl.h>
diff --git a/io/fcntl64.c b/io/fcntl64.c
index 26ead09..2c8b594 100644
--- a/io/fcntl64.c
+++ b/io/fcntl64.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/io/flock.c b/io/flock.c
index 411cc32..ed9450c 100644
--- a/io/flock.c
+++ b/io/flock.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/file.h>
diff --git a/io/fstat.c b/io/fstat.c
index a25c108..0afec08 100644
--- a/io/fstat.c
+++ b/io/fstat.c
@@ -30,7 +30,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/stat.h>
diff --git a/io/fstat64.c b/io/fstat64.c
index 9cc796c..3fe218a 100644
--- a/io/fstat64.c
+++ b/io/fstat64.c
@@ -30,7 +30,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/stat.h>
diff --git a/io/fstatat.c b/io/fstatat.c
index 57786b9..4bf7ac2 100644
--- a/io/fstatat.c
+++ b/io/fstatat.c
@@ -30,7 +30,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/stat.h>
diff --git a/io/fstatat64.c b/io/fstatat64.c
index 602ae9e..d9747bf 100644
--- a/io/fstatat64.c
+++ b/io/fstatat64.c
@@ -30,7 +30,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/stat.h>
diff --git a/io/fstatfs.c b/io/fstatfs.c
index 04c6474..b6a9add 100644
--- a/io/fstatfs.c
+++ b/io/fstatfs.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/statfs.h>
diff --git a/io/fstatfs64.c b/io/fstatfs64.c
index c260300..62dc69f 100644
--- a/io/fstatfs64.c
+++ b/io/fstatfs64.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/statfs.h>
diff --git a/io/fstatvfs.c b/io/fstatvfs.c
index a5f98ba..9326666 100644
--- a/io/fstatvfs.c
+++ b/io/fstatvfs.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/statvfs.h>
diff --git a/io/fstatvfs64.c b/io/fstatvfs64.c
index 0588f63..cbd73ff 100644
--- a/io/fstatvfs64.c
+++ b/io/fstatvfs64.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/statvfs.h>
diff --git a/io/fts.c b/io/fts.c
index f26b370..9a1ee5e 100644
--- a/io/fts.c
+++ b/io/fts.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/>. */
/*-
* Copyright (c) 1990, 1993, 1994
diff --git a/io/fts.h b/io/fts.h
index acfa260..0024ac7 100644
--- a/io/fts.h
+++ b/io/fts.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/>. */
/*
* Copyright (c) 1989, 1993
diff --git a/io/fts64.c b/io/fts64.c
index 0cd417d..42b970d 100644
--- a/io/fts64.c
+++ b/io/fts64.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 FTS_OPEN fts64_open
#define FTS_CLOSE fts64_close
diff --git a/io/ftw.c b/io/ftw.c
index fefcf91..98f8a82 100644
--- a/io/ftw.c
+++ b/io/ftw.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/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
diff --git a/io/ftw.h b/io/ftw.h
index 1ef67f7..6401180 100644
--- a/io/ftw.h
+++ b/io/ftw.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/>. */
/*
* X/Open Portability Guide 4.2: ftw.h
diff --git a/io/ftw64.c b/io/ftw64.c
index 5d80e94..f639536 100644
--- a/io/ftw64.c
+++ b/io/ftw64.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 FTW_NAME ftw64
#define NFTW_NAME nftw64
diff --git a/io/ftwtest-sh b/io/ftwtest-sh
index f353665..9f539cd 100644
--- a/io/ftwtest-sh
+++ b/io/ftwtest-sh
@@ -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/>.
set -e
diff --git a/io/futimens.c b/io/futimens.c
index 1acbe82..3babb97 100644
--- a/io/futimens.c
+++ b/io/futimens.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/io/fxstat.c b/io/fxstat.c
index a6eb7a2..150aa5a 100644
--- a/io/fxstat.c
+++ b/io/fxstat.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/io/fxstat64.c b/io/fxstat64.c
index 4369ce3..6e6f82c 100644
--- a/io/fxstat64.c
+++ b/io/fxstat64.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/io/fxstatat.c b/io/fxstatat.c
index c486fb1..9592f9d 100644
--- a/io/fxstatat.c
+++ b/io/fxstatat.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/io/fxstatat64.c b/io/fxstatat64.c
index 741fe9e..c9399cc 100644
--- a/io/fxstatat64.c
+++ b/io/fxstatat64.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/io/getcwd.c b/io/getcwd.c
index f50bb09..9744a5f 100644
--- a/io/getcwd.c
+++ b/io/getcwd.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/io/getdirname.c b/io/getdirname.c
index cc1eca5..849f3e7 100644
--- a/io/getdirname.c
+++ b/io/getdirname.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>
#include <include/sys/stat.h>
diff --git a/io/getwd.c b/io/getwd.c
index 3ff02c9..d9852f1 100644
--- a/io/getwd.c
+++ b/io/getwd.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/io/isatty.c b/io/isatty.c
index 387947a..ace97cc 100644
--- a/io/isatty.c
+++ b/io/isatty.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/io/lchmod.c b/io/lchmod.c
index b960184..f1a80a8 100644
--- a/io/lchmod.c
+++ b/io/lchmod.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/stat.h>
diff --git a/io/lchown.c b/io/lchown.c
index 2e9e0b6..498e659 100644
--- a/io/lchown.c
+++ b/io/lchown.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/io/link.c b/io/link.c
index ee34962..041e9d0 100644
--- a/io/link.c
+++ b/io/link.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/io/linkat.c b/io/linkat.c
index e722f5b..8f81a0d 100644
--- a/io/linkat.c
+++ b/io/linkat.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/io/lockf.c b/io/lockf.c
index d40aa88..8cc83dc 100644
--- a/io/lockf.c
+++ b/io/lockf.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/>. */
#ifndef __OFF_T_MATCHES_OFF64_T
diff --git a/io/lockf64.c b/io/lockf64.c
index d520f77..fcbca33 100644
--- a/io/lockf64.c
+++ b/io/lockf64.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>
#include <fcntl.h>
diff --git a/io/lseek.c b/io/lseek.c
index 6730577..581e198 100644
--- a/io/lseek.c
+++ b/io/lseek.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/io/lseek64.c b/io/lseek64.c
index 77148e2..c278e3c 100644
--- a/io/lseek64.c
+++ b/io/lseek64.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/io/lstat.c b/io/lstat.c
index 5c19137..48929b0 100644
--- a/io/lstat.c
+++ b/io/lstat.c
@@ -30,7 +30,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/stat.h>
diff --git a/io/lstat64.c b/io/lstat64.c
index 52591ee..56db4e5 100644
--- a/io/lstat64.c
+++ b/io/lstat64.c
@@ -30,7 +30,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/stat.h>
diff --git a/io/lxstat.c b/io/lxstat.c
index 6674b32..f14684f 100644
--- a/io/lxstat.c
+++ b/io/lxstat.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/stat.h>
diff --git a/io/lxstat64.c b/io/lxstat64.c
index 8340de4..c91d1ed 100644
--- a/io/lxstat64.c
+++ b/io/lxstat64.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 <stddef.h>
diff --git a/io/mkdir.c b/io/mkdir.c
index e214bb1..bdeaf1a 100644
--- a/io/mkdir.c
+++ b/io/mkdir.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/io/mkdirat.c b/io/mkdirat.c
index d81de3f..63058bd 100644
--- a/io/mkdirat.c
+++ b/io/mkdirat.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/io/mkfifo.c b/io/mkfifo.c
index c68de47..345275a 100644
--- a/io/mkfifo.c
+++ b/io/mkfifo.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/io/mkfifoat.c b/io/mkfifoat.c
index 792ab3b..0132f22 100644
--- a/io/mkfifoat.c
+++ b/io/mkfifoat.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/io/mknod.c b/io/mknod.c
index ca86d74..92902bb 100644
--- a/io/mknod.c
+++ b/io/mknod.c
@@ -30,7 +30,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>
diff --git a/io/mknodat.c b/io/mknodat.c
index dfe5935..9019573 100644
--- a/io/mknodat.c
+++ b/io/mknodat.c
@@ -30,7 +30,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>
diff --git a/io/open.c b/io/open.c
index 56bcb30..294dcdf 100644
--- a/io/open.c
+++ b/io/open.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/io/open64.c b/io/open64.c
index 6d5dc96..45deedf 100644
--- a/io/open64.c
+++ b/io/open64.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/io/open64_2.c b/io/open64_2.c
index 0cf388a..68f52b8 100644
--- a/io/open64_2.c
+++ b/io/open64_2.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 <fcntl.h>
#include <stdio.h>
diff --git a/io/open_2.c b/io/open_2.c
index a04294c..6014a35 100644
--- a/io/open_2.c
+++ b/io/open_2.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 <fcntl.h>
#include <stdio.h>
diff --git a/io/openat.c b/io/openat.c
index fe2b65e..92fcacb 100644
--- a/io/openat.c
+++ b/io/openat.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/io/openat64.c b/io/openat64.c
index 4e33b60..ec9f652 100644
--- a/io/openat64.c
+++ b/io/openat64.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/io/openat64_2.c b/io/openat64_2.c
index 462923d..38a06ce 100644
--- a/io/openat64_2.c
+++ b/io/openat64_2.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 <fcntl.h>
#include <stdio.h>
diff --git a/io/openat_2.c b/io/openat_2.c
index a3a0d68..b76bb49 100644
--- a/io/openat_2.c
+++ b/io/openat_2.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 <fcntl.h>
#include <stdio.h>
diff --git a/io/pipe.c b/io/pipe.c
index cbd00d2..9542aef 100644
--- a/io/pipe.c
+++ b/io/pipe.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/io/pipe2.c b/io/pipe2.c
index 5563ee1..a9eefe4 100644
--- a/io/pipe2.c
+++ b/io/pipe2.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/io/poll.c b/io/poll.c
index 836c92d..a0b2997 100644
--- a/io/poll.c
+++ b/io/poll.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/poll.h>
#include <errno.h>
diff --git a/io/posix_fadvise.c b/io/posix_fadvise.c
index de935aa..5b671f0 100644
--- a/io/posix_fadvise.c
+++ b/io/posix_fadvise.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/io/posix_fadvise64.c b/io/posix_fadvise64.c
index b5a61fa..baf7d32 100644
--- a/io/posix_fadvise64.c
+++ b/io/posix_fadvise64.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/io/posix_fallocate.c b/io/posix_fallocate.c
index 9800be6..e2b31c4 100644
--- a/io/posix_fallocate.c
+++ b/io/posix_fallocate.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/io/posix_fallocate64.c b/io/posix_fallocate64.c
index 08a67a5..95ecae1 100644
--- a/io/posix_fallocate64.c
+++ b/io/posix_fallocate64.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/io/ppoll.c b/io/ppoll.c
index ab7c022..a387924 100644
--- a/io/ppoll.c
+++ b/io/ppoll.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/io/pwd.c b/io/pwd.c
index f054bce..2ae01ce 100644
--- a/io/pwd.c
+++ b/io/pwd.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 <mcheck.h>
#include <stdio.h>
diff --git a/io/read.c b/io/read.c
index 0ba5e77..259f21e 100644
--- a/io/read.c
+++ b/io/read.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/io/readlink.c b/io/readlink.c
index 0fb0b75..cf2a9df 100644
--- a/io/readlink.c
+++ b/io/readlink.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/io/readlinkat.c b/io/readlinkat.c
index 60e0aa6..c6fdbbd 100644
--- a/io/readlinkat.c
+++ b/io/readlinkat.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/io/rmdir.c b/io/rmdir.c
index ad42e40..d68a3e3 100644
--- a/io/rmdir.c
+++ b/io/rmdir.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/io/sendfile.c b/io/sendfile.c
index 6f83898..a126179 100644
--- a/io/sendfile.c
+++ b/io/sendfile.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/sendfile.h>
#include <errno.h>
diff --git a/io/sendfile64.c b/io/sendfile64.c
index 8062440..20ddc7a 100644
--- a/io/sendfile64.c
+++ b/io/sendfile64.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/sendfile.h>
#include <errno.h>
diff --git a/io/stat.c b/io/stat.c
index bb59add..dbd0941 100644
--- a/io/stat.c
+++ b/io/stat.c
@@ -30,7 +30,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/stat.h>
diff --git a/io/stat64.c b/io/stat64.c
index 1a00582..1bc2a3d 100644
--- a/io/stat64.c
+++ b/io/stat64.c
@@ -30,7 +30,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/stat.h>
diff --git a/io/statfs.c b/io/statfs.c
index 2153170..3755919 100644
--- a/io/statfs.c
+++ b/io/statfs.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/statfs.h>
diff --git a/io/statfs64.c b/io/statfs64.c
index 06a51b1..a8ff3cb 100644
--- a/io/statfs64.c
+++ b/io/statfs64.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/statfs.h>
diff --git a/io/statvfs.c b/io/statvfs.c
index 576be6a..aa9062c 100644
--- a/io/statvfs.c
+++ b/io/statvfs.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/statvfs.h>
diff --git a/io/statvfs64.c b/io/statvfs64.c
index 66d9435..ea99092 100644
--- a/io/statvfs64.c
+++ b/io/statvfs64.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/statvfs.h>
diff --git a/io/statx.c b/io/statx.c
index 3061d81..dcc9110 100644
--- a/io/statx.c
+++ b/io/statx.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/stat.h>
diff --git a/io/statx_generic.c b/io/statx_generic.c
index ddc4097..6416bc8 100644
--- a/io/statx_generic.c
+++ b/io/statx_generic.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/io/symlink.c b/io/symlink.c
index b3ce3d9..4e5cebe 100644
--- a/io/symlink.c
+++ b/io/symlink.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/io/symlinkat.c b/io/symlinkat.c
index e609d8a..3f72898 100644
--- a/io/symlinkat.c
+++ b/io/symlinkat.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/io/sys/poll.h b/io/sys/poll.h
index 6711a15..9d2e44d 100644
--- a/io/sys/poll.h
+++ b/io/sys/poll.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_POLL_H
#define _SYS_POLL_H 1
diff --git a/io/sys/sendfile.h b/io/sys/sendfile.h
index b21c085..e9b1482 100644
--- a/io/sys/sendfile.h
+++ b/io/sys/sendfile.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_SENDFILE_H
#define _SYS_SENDFILE_H 1
diff --git a/io/sys/stat.h b/io/sys/stat.h
index 2de5eb6..9cfe9ca 100644
--- a/io/sys/stat.h
+++ b/io/sys/stat.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/>. */
/*
* POSIX Standard: 5.6 File Characteristics <sys/stat.h>
diff --git a/io/sys/statfs.h b/io/sys/statfs.h
index 3d0e9f8..a032f34 100644
--- a/io/sys/statfs.h
+++ b/io/sys/statfs.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_STATFS_H
#define _SYS_STATFS_H 1
diff --git a/io/sys/statvfs.h b/io/sys/statvfs.h
index 89abf02..27e5ca1 100644
--- a/io/sys/statvfs.h
+++ b/io/sys/statvfs.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_STATVFS_H
#define _SYS_STATVFS_H 1
diff --git a/io/test-lfs.c b/io/test-lfs.c
index 83b254b..9e7d22a 100644
--- a/io/test-lfs.c
+++ b/io/test-lfs.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 <unistd.h>
#include <stdlib.h>
diff --git a/io/test-stat.c b/io/test-stat.c
index 220f176..0d7fee3 100644
--- a/io/test-stat.c
+++ b/io/test-stat.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/>. */
/* We need to define:
#define _FILE_OFFSET_BITS 64
diff --git a/io/test-stat2.c b/io/test-stat2.c
index 3e92975..fb8ba7c 100644
--- a/io/test-stat2.c
+++ b/io/test-stat2.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 <stdint.h>
diff --git a/io/test-utime.c b/io/test-utime.c
index 5d0bacf..649327f 100644
--- a/io/test-utime.c
+++ b/io/test-utime.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 <stdint.h>
diff --git a/io/tst-copy_file_range.c b/io/tst-copy_file_range.c
index a9237cb..0cf0674 100644
--- a/io/tst-copy_file_range.c
+++ b/io/tst-copy_file_range.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/io/tst-fcntl.c b/io/tst-fcntl.c
index c621797..29810df 100644
--- a/io/tst-fcntl.c
+++ b/io/tst-fcntl.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 <fcntl.h>
diff --git a/io/tst-fts.c b/io/tst-fts.c
index d1bb752..dd40c6a 100644
--- a/io/tst-fts.c
+++ b/io/tst-fts.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/stat.h>
diff --git a/io/tst-ftw-lnk.c b/io/tst-ftw-lnk.c
index 2a1520b..ff68778 100644
--- a/io/tst-ftw-lnk.c
+++ b/io/tst-ftw-lnk.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 <ftw.h>
#include <stdio.h>
diff --git a/io/tst-getcwd.c b/io/tst-getcwd.c
index 4fdab0a..7b74e76 100644
--- a/io/tst-getcwd.c
+++ b/io/tst-getcwd.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 <stdio.h>
diff --git a/io/tst-lockf.c b/io/tst-lockf.c
index 5ed2294..655865f 100644
--- a/io/tst-lockf.c
+++ b/io/tst-lockf.c
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <unistd.h>
diff --git a/io/tst-open-tmpfile.c b/io/tst-open-tmpfile.c
index 2c40873..bef8d2f 100644
--- a/io/tst-open-tmpfile.c
+++ b/io/tst-open-tmpfile.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/>. */
/* This test verifies that open and openat work as expected, i.e. they
create a deleted file with the requested file mode. */
diff --git a/io/tst-posix_fallocate-common.c b/io/tst-posix_fallocate-common.c
index 2dd7850..1887cdf 100644
--- a/io/tst-posix_fallocate-common.c
+++ b/io/tst-posix_fallocate-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 <fcntl.h>
#include <limits.h>
diff --git a/io/tst-posix_fallocate.c b/io/tst-posix_fallocate.c
index 65f7a62..4357c0c 100644
--- a/io/tst-posix_fallocate.c
+++ b/io/tst-posix_fallocate.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-posix_fallocate-common.c"
diff --git a/io/tst-posix_fallocate64.c b/io/tst-posix_fallocate64.c
index f4377a1..993c90c 100644
--- a/io/tst-posix_fallocate64.c
+++ b/io/tst-posix_fallocate64.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-posix_fallocate-common.c"
diff --git a/io/tst-statx.c b/io/tst-statx.c
index 356a069..974845a 100644
--- a/io/tst-statx.c
+++ b/io/tst-statx.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 <stdbool.h>
diff --git a/io/ttyname.c b/io/ttyname.c
index 5092b7b..d0c26ed 100644
--- a/io/ttyname.c
+++ b/io/ttyname.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/io/ttyname_r.c b/io/ttyname_r.c
index b9516c2..01fc60f 100644
--- a/io/ttyname_r.c
+++ b/io/ttyname_r.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/io/umask.c b/io/umask.c
index 46d5cf4..d04bc2b 100644
--- a/io/umask.c
+++ b/io/umask.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/stat.h>
#include <errno.h>
diff --git a/io/unlink.c b/io/unlink.c
index 01f56fa..b4878ea 100644
--- a/io/unlink.c
+++ b/io/unlink.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/io/unlinkat.c b/io/unlinkat.c
index 5ad1265..070c51a 100644
--- a/io/unlinkat.c
+++ b/io/unlinkat.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/io/utime.c b/io/utime.c
index 3f7b104..02d4b20 100644
--- a/io/utime.c
+++ b/io/utime.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 <stddef.h>
diff --git a/io/utime.h b/io/utime.h
index 982e00d..2ce7d02 100644
--- a/io/utime.h
+++ b/io/utime.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/>. */
/*
* POSIX Standard: 5.6.6 Set File Access and Modification Times <utime.h>
diff --git a/io/utimensat.c b/io/utimensat.c
index 26fb73a..e6c1077 100644
--- a/io/utimensat.c
+++ b/io/utimensat.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/stat.h>
diff --git a/io/write.c b/io/write.c
index 8af5209..07cbf65 100644
--- a/io/write.c
+++ b/io/write.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/io/xmknod.c b/io/xmknod.c
index 810c676..76d1b27 100644
--- a/io/xmknod.c
+++ b/io/xmknod.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/io/xmknodat.c b/io/xmknodat.c
index 6a9490f..184f661 100644
--- a/io/xmknodat.c
+++ b/io/xmknodat.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/io/xstat.c b/io/xstat.c
index 34366d1..4f9597b 100644
--- a/io/xstat.c
+++ b/io/xstat.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/stat.h>
diff --git a/io/xstat64.c b/io/xstat64.c
index 3c61c6f..107c053 100644
--- a/io/xstat64.c
+++ b/io/xstat64.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/stat.h>