diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-06 22:40:42 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-07 02:43:31 -0700 |
commit | 5a82c74822d3272df2f5929133680478c0cfb4bd (patch) | |
tree | 85871266212f0119b41ec966fec52e164edf41ba /io | |
parent | 1b7f04070bd94f259e2ed24d6fb76309d64fb164 (diff) | |
download | glibc-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')
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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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 @@ -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 @@ -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 @@ -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> @@ -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 @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> @@ -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> |