diff options
Diffstat (limited to 'io')
140 files changed, 140 insertions, 140 deletions
diff --git a/io/Makefile b/io/Makefile index cfbf4cd0ce..2c42ce27b9 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 ccecc6b25c..dc9fb9d5b2 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 9194a1d32e..99f20154a8 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 ff38ef7ae1..d7a10b9d59 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 1f5abbf148..44ae42d34b 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 b3147bfa8a..7df10f328d 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 4f3ae3ece6..d042372a1b 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 0f104ef84e..c1691065e8 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 9d31fd6cab..abc13f2c52 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 b121be65de..31d2091a27 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 3a72a6d25f..1cb5e514a9 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 8724c8dac2..1532da05aa 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 624ce89b73..cbed51d14a 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 05b7e7dd5c..4c50c4dab7 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 a78977de71..2c55db92f5 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 59fb979773..2065ee153f 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 b0c02b05cf..8e4f0cf2c4 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 6dbf1f1126..5f81d9fe11 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 7e395ed73f..e4b5f851e9 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 f909332a8b..573765ff1b 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 5b698d3626..81deff5059 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 96263c0309..b7165f42fb 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 b49c6be64a..72b2e169f6 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 44e964a381..d4bc840663 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 0dfa8fcad2..814ed73993 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 8889749dd6..61c33f2591 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 500f461d07..48cd05bf2f 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 2cd24a8bc7..2d5f454fc1 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 091303a9cb..602c76436b 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 1043d27ad9..1ccc040946 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 26ead093c4..2c8b594184 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 411cc32daf..ed9450c6a5 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 a25c108966..0afec08fc6 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 9cc796c168..3fe218a086 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 57786b97ac..4bf7ac2c78 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 602ae9ebcc..d9747bfd59 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 04c6474bb6..b6a9addbf5 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 c26030065a..62dc69f408 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 a5f98ba2f3..9326666cae 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 0588f63d22..cbd73ff5d6 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 f26b370a0c..9a1ee5ed26 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 acfa260f07..0024ac7dca 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 0cd417ddd2..42b970db86 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 fefcf91d1a..98f8a828cc 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 1ef67f7f3c..640118078f 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 5d80e942d6..f6395364d4 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 f353665560..9f539cd42f 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 1acbe824a1..3babb977f8 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 a6eb7a25af..150aa5a88b 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 4369ce3813..6e6f82caec 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 c486fb13d5..9592f9d14d 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 741fe9e99a..c9399cc477 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 f50bb09283..9744a5fcdc 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 cc1eca566d..849f3e7354 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 3ff02c99a3..d9852f14a4 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 387947a24d..ace97cca80 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 b96018457e..f1a80a8f3c 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 2e9e0b60fc..498e659b57 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 ee34962ab3..041e9d0e09 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 e722f5b601..8f81a0dfce 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 d40aa885c9..8cc83dcc0b 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 d520f776c1..fcbca33ae3 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 67305774bf..581e198ce7 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 77148e2ba1..c278e3c4fd 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 5c191376ee..48929b0237 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 52591eea92..56db4e5018 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 6674b32b70..f14684ffa2 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 8340de4fdd..c91d1ed8bd 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 e214bb12aa..bdeaf1a10a 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 d81de3f44b..63058bdc97 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 c68de47393..345275a4d0 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 792ab3b6be..0132f22122 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 ca86d74e99..92902bbae5 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 dfe5935aa1..9019573ef0 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 56bcb3076a..294dcdfc70 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 6d5dc9667b..45deedf3ab 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 0cf388a878..68f52b8bde 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 a04294c5d1..6014a35fe4 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 fe2b65ec21..92fcacb818 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 4e33b6028f..ec9f65245f 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 462923dc4e..38a06ce194 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 a3a0d68b82..b76bb49bb3 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 cbd00d2d6d..9542aefbbf 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 5563ee1ab8..a9eefe4585 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 836c92d1b5..a0b2997a41 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 de935aa5e6..5b671f0873 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 b5a61fa892..baf7d3290c 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 9800be652d..e2b31c4a50 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 08a67a5ba4..95ecae1d43 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 ab7c022f3a..a387924eeb 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 f054bce062..2ae01ceedb 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 0ba5e77c73..259f21e3c2 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 0fb0b757c6..cf2a9dfe90 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 60e0aa6513..c6fdbbd3cc 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 ad42e40b31..d68a3e3d5b 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 6f83898969..a1261798c7 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 8062440bc4..20ddc7a722 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 bb59add17a..dbd094167e 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 1a00582294..1bc2a3dd73 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 2153170e2e..3755919d05 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 06a51b134b..a8ff3cba46 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 576be6a253..aa9062c6ab 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 66d94358bb..ea99092e7d 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 3061d8150d..dcc9110641 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 ddc4097249..6416bc8251 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 b3ce3d9ab3..4e5cebea91 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 e609d8a145..3f72898d61 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 6711a1518d..9d2e44da73 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 b21c0857be..e9b1482ede 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 2de5eb65d9..9cfe9caf6f 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 3d0e9f8966..a032f34eec 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 89abf02447..27e5ca1919 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 83b254b235..9e7d22a289 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 220f176f07..0d7fee3b0c 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 3e92975ca5..fb8ba7cc77 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 5d0bacf5b7..649327f7ec 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 a9237cb384..0cf0674193 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 c621797b6c..29810dfdb2 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 d1bb7526ee..dd40c6aaaf 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 2a1520b69a..ff68778619 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 4fdab0a6dd..7b74e76fa8 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 5ed2294c2c..655865fb91 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 2c40873894..bef8d2f95b 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 2dd785085f..1887cdfe19 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 65f7a62b43..4357c0c173 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 f4377a1e9c..993c90c93c 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 356a069762..974845a808 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 5092b7bd66..d0c26ed2f0 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 b9516c2efb..01fc60fd5f 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 46d5cf4df6..d04bc2bbd7 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 01f56fa4af..b4878ea5c6 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 5ad12658f6..070c51a5a2 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 3f7b1046ca..02d4b206bc 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 982e00d736..2ce7d026ac 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 26fb73a661..e6c107782e 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 8af520990b..07cbf65c8e 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 810c67613f..76d1b27274 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 6a9490f697..184f6614b7 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 34366d1e52..4f9597b6d8 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 3c61c6f9ba..107c0532b7 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> |