aboutsummaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-09-06 22:40:42 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-09-07 02:43:31 -0700
commit5a82c74822d3272df2f5929133680478c0cfb4bd (patch)
tree85871266212f0119b41ec966fec52e164edf41ba /libio
parent1b7f04070bd94f259e2ed24d6fb76309d64fb164 (diff)
downloadglibc-5a82c74822d3272df2f5929133680478c0cfb4bd.zip
glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.gz
glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.bz2
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org. This patch was automatically generated by running the following shell script, which uses GNU sed, and which avoids modifying files imported from upstream: sed -ri ' s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g ' \ $(find $(git ls-files) -prune -type f \ ! -name '*.po' \ ! -name 'ChangeLog*' \ ! -path COPYING ! -path COPYING.LIB \ ! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \ ! -path manual/texinfo.tex ! -path scripts/config.guess \ ! -path scripts/config.sub ! -path scripts/install-sh \ ! -path scripts/mkinstalldirs ! -path scripts/move-if-change \ ! -path INSTALL ! -path locale/programs/charmap-kw.h \ ! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \ ! '(' -name configure \ -execdir test -f configure.ac -o -f configure.in ';' ')' \ ! '(' -name preconfigure \ -execdir test -f preconfigure.ac ';' ')' \ -print) and then by running 'make dist-prepare' to regenerate files built from the altered files, and then executing the following to cleanup: chmod a+x sysdeps/unix/sysv/linux/riscv/configure # Omit irrelevant whitespace and comment-only changes, # perhaps from a slightly-different Autoconf version. git checkout -f \ sysdeps/csky/configure \ sysdeps/hppa/configure \ sysdeps/riscv/configure \ sysdeps/unix/sysv/linux/csky/configure # Omit changes that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines git checkout -f \ sysdeps/powerpc/powerpc64/ppc-mcount.S \ sysdeps/unix/sysv/linux/s390/s390-64/syscall.S # Omit change that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
Diffstat (limited to 'libio')
-rw-r--r--libio/Makefile2
-rw-r--r--libio/__fbufsize.c2
-rw-r--r--libio/__flbf.c2
-rw-r--r--libio/__fpending.c2
-rw-r--r--libio/__fpurge.c2
-rw-r--r--libio/__freadable.c2
-rw-r--r--libio/__freading.c2
-rw-r--r--libio/__fsetlocking.c2
-rw-r--r--libio/__fwritable.c2
-rw-r--r--libio/__fwriting.c2
-rw-r--r--libio/bits/stdio-ldbl.h2
-rw-r--r--libio/bits/stdio.h2
-rw-r--r--libio/bits/stdio2.h2
-rw-r--r--libio/bits/types/cookie_io_functions_t.h2
-rw-r--r--libio/bits/types/struct_FILE.h2
-rw-r--r--libio/bug-ungetc4.c2
-rw-r--r--libio/clearerr.c2
-rw-r--r--libio/clearerr_u.c2
-rw-r--r--libio/fcloseall.c2
-rw-r--r--libio/feof.c2
-rw-r--r--libio/feof_u.c2
-rw-r--r--libio/ferror.c2
-rw-r--r--libio/ferror_u.c2
-rw-r--r--libio/filedoalloc.c2
-rw-r--r--libio/fileno.c2
-rw-r--r--libio/fileops.c2
-rw-r--r--libio/fmemopen.c2
-rw-r--r--libio/fputc.c2
-rw-r--r--libio/fputc_u.c2
-rw-r--r--libio/fputwc.c2
-rw-r--r--libio/fputwc_u.c2
-rw-r--r--libio/freopen.c2
-rw-r--r--libio/freopen64.c2
-rw-r--r--libio/fseek.c2
-rw-r--r--libio/fseeko.c2
-rw-r--r--libio/fseeko64.c2
-rw-r--r--libio/ftello.c2
-rw-r--r--libio/ftello64.c2
-rw-r--r--libio/fwide.c2
-rw-r--r--libio/fwprintf.c2
-rw-r--r--libio/fwscanf.c2
-rw-r--r--libio/genops.c2
-rw-r--r--libio/getc.c2
-rw-r--r--libio/getc_u.c2
-rw-r--r--libio/getchar.c2
-rw-r--r--libio/getchar_u.c2
-rw-r--r--libio/getwc.c2
-rw-r--r--libio/getwc_u.c2
-rw-r--r--libio/getwchar.c2
-rw-r--r--libio/getwchar_u.c2
-rw-r--r--libio/iofclose.c2
-rw-r--r--libio/iofdopen.c2
-rw-r--r--libio/iofflush.c2
-rw-r--r--libio/iofflush_u.c2
-rw-r--r--libio/iofgetpos.c2
-rw-r--r--libio/iofgetpos64.c2
-rw-r--r--libio/iofgets.c2
-rw-r--r--libio/iofgets_u.c2
-rw-r--r--libio/iofgetws.c2
-rw-r--r--libio/iofgetws_u.c2
-rw-r--r--libio/iofopen.c2
-rw-r--r--libio/iofopen64.c2
-rw-r--r--libio/iofopncook.c2
-rw-r--r--libio/iofputs.c2
-rw-r--r--libio/iofputs_u.c2
-rw-r--r--libio/iofputws.c2
-rw-r--r--libio/iofputws_u.c2
-rw-r--r--libio/iofread.c2
-rw-r--r--libio/iofread_u.c2
-rw-r--r--libio/iofsetpos.c2
-rw-r--r--libio/iofsetpos64.c2
-rw-r--r--libio/ioftell.c2
-rw-r--r--libio/iofwide.c2
-rw-r--r--libio/iofwrite.c2
-rw-r--r--libio/iofwrite_u.c2
-rw-r--r--libio/iogetdelim.c2
-rw-r--r--libio/iogetline.c2
-rw-r--r--libio/iogets.c2
-rw-r--r--libio/iogetwline.c2
-rw-r--r--libio/iopadn.c2
-rw-r--r--libio/iopopen.c2
-rw-r--r--libio/ioputs.c2
-rw-r--r--libio/ioseekoff.c2
-rw-r--r--libio/ioseekpos.c2
-rw-r--r--libio/iosetbuffer.c2
-rw-r--r--libio/iosetvbuf.c2
-rw-r--r--libio/ioungetc.c2
-rw-r--r--libio/ioungetwc.c2
-rw-r--r--libio/iovdprintf.c2
-rw-r--r--libio/iovsprintf.c2
-rw-r--r--libio/iovsscanf.c2
-rw-r--r--libio/iovswscanf.c2
-rw-r--r--libio/iowpadn.c2
-rw-r--r--libio/libc_fatal.c2
-rw-r--r--libio/libio.h2
-rw-r--r--libio/libioP.h2
-rw-r--r--libio/memstream.c2
-rw-r--r--libio/obprintf.c2
-rw-r--r--libio/oldfileops.c2
-rw-r--r--libio/oldfmemopen.c2
-rw-r--r--libio/oldiofclose.c2
-rw-r--r--libio/oldiofdopen.c2
-rw-r--r--libio/oldiofgetpos.c2
-rw-r--r--libio/oldiofgetpos64.c2
-rw-r--r--libio/oldiofopen.c2
-rw-r--r--libio/oldiofsetpos.c2
-rw-r--r--libio/oldiofsetpos64.c2
-rw-r--r--libio/oldiopopen.c2
-rw-r--r--libio/oldpclose.c2
-rw-r--r--libio/oldstdfiles.c2
-rw-r--r--libio/oldtmpfile.c2
-rw-r--r--libio/pclose.c2
-rw-r--r--libio/peekc.c2
-rw-r--r--libio/putc.c2
-rw-r--r--libio/putc_u.c2
-rw-r--r--libio/putchar.c2
-rw-r--r--libio/putchar_u.c2
-rw-r--r--libio/putwc.c2
-rw-r--r--libio/putwc_u.c2
-rw-r--r--libio/putwchar.c2
-rw-r--r--libio/putwchar_u.c2
-rw-r--r--libio/readline.c2
-rw-r--r--libio/rewind.c2
-rw-r--r--libio/setbuf.c2
-rw-r--r--libio/setlinebuf.c2
-rw-r--r--libio/stdfiles.c2
-rw-r--r--libio/stdio.c2
-rw-r--r--libio/stdio.h2
-rw-r--r--libio/strfile.h2
-rw-r--r--libio/strops.c2
-rw-r--r--libio/swprintf.c2
-rw-r--r--libio/swscanf.c2
-rw-r--r--libio/test-fmemopen.c2
-rw-r--r--libio/test-freopen.c2
-rwxr-xr-xlibio/test-freopen.sh2
-rw-r--r--libio/tst-bz22415.c2
-rw-r--r--libio/tst-bz24051.c2
-rw-r--r--libio/tst-bz24153.c2
-rw-r--r--libio/tst-fopenloc.c2
-rw-r--r--libio/tst-fputws.c2
-rw-r--r--libio/tst-freopen.c2
-rw-r--r--libio/tst-fseek.c2
-rw-r--r--libio/tst-ftell-active-handler.c2
-rw-r--r--libio/tst-ftell-append.c2
-rw-r--r--libio/tst-ftell-partial-wide.c2
-rw-r--r--libio/tst-fwrite-error.c2
-rw-r--r--libio/tst-memstream.h2
-rw-r--r--libio/tst-memstream3.c2
-rw-r--r--libio/tst-memstream4.c2
-rw-r--r--libio/tst-mmap-setvbuf.c2
-rw-r--r--libio/tst-readline.c2
-rw-r--r--libio/tst-sprintf-ub.c2
-rw-r--r--libio/tst-vtables-common.c2
-rw-r--r--libio/tst-vtables-interposed.c2
-rw-r--r--libio/tst-vtables.c2
-rw-r--r--libio/tst-wfile-sync.c2
-rw-r--r--libio/tst-widetext.c2
-rw-r--r--libio/tst-wmemstream3.c2
-rw-r--r--libio/tst-wmemstream4.c2
-rw-r--r--libio/tst_getwc.c2
-rw-r--r--libio/tst_putwc.c2
-rw-r--r--libio/vasprintf.c2
-rw-r--r--libio/vscanf.c2
-rw-r--r--libio/vsnprintf.c2
-rw-r--r--libio/vswprintf.c2
-rw-r--r--libio/vtables.c2
-rw-r--r--libio/vwprintf.c2
-rw-r--r--libio/vwscanf.c2
-rw-r--r--libio/wfiledoalloc.c2
-rw-r--r--libio/wfileops.c2
-rw-r--r--libio/wgenops.c2
-rw-r--r--libio/wmemstream.c2
-rw-r--r--libio/wprintf.c2
-rw-r--r--libio/wscanf.c2
-rw-r--r--libio/wstrops.c2
175 files changed, 175 insertions, 175 deletions
diff --git a/libio/Makefile b/libio/Makefile
index 4a3637f..2ed440f 100644
--- a/libio/Makefile
+++ b/libio/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/>.
#
# Specific makefile for libio.
diff --git a/libio/__fbufsize.c b/libio/__fbufsize.c
index 6a709b5..154cf24 100644
--- a/libio/__fbufsize.c
+++ b/libio/__fbufsize.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio_ext.h>
diff --git a/libio/__flbf.c b/libio/__flbf.c
index 1c25890..11244ea 100644
--- a/libio/__flbf.c
+++ b/libio/__flbf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio_ext.h>
diff --git a/libio/__fpending.c b/libio/__fpending.c
index c8cfce4..9703481 100644
--- a/libio/__fpending.c
+++ b/libio/__fpending.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio_ext.h>
diff --git a/libio/__fpurge.c b/libio/__fpurge.c
index 9ab79d4..0eb4f6e 100644
--- a/libio/__fpurge.c
+++ b/libio/__fpurge.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio_ext.h>
#include "libioP.h"
diff --git a/libio/__freadable.c b/libio/__freadable.c
index 8bb9af6..8262c4d 100644
--- a/libio/__freadable.c
+++ b/libio/__freadable.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio_ext.h>
diff --git a/libio/__freading.c b/libio/__freading.c
index df08aa1..5e9471a 100644
--- a/libio/__freading.c
+++ b/libio/__freading.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio_ext.h>
diff --git a/libio/__fsetlocking.c b/libio/__fsetlocking.c
index c2b7679..85ea130 100644
--- a/libio/__fsetlocking.c
+++ b/libio/__fsetlocking.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio_ext.h>
diff --git a/libio/__fwritable.c b/libio/__fwritable.c
index ae1aa0b..1aa2047 100644
--- a/libio/__fwritable.c
+++ b/libio/__fwritable.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio_ext.h>
diff --git a/libio/__fwriting.c b/libio/__fwriting.c
index 42673fd..04ff08c 100644
--- a/libio/__fwriting.c
+++ b/libio/__fwriting.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio_ext.h>
diff --git a/libio/bits/stdio-ldbl.h b/libio/bits/stdio-ldbl.h
index 97ad168..2f01a98 100644
--- a/libio/bits/stdio-ldbl.h
+++ b/libio/bits/stdio-ldbl.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#ifndef _STDIO_H
# error "Never include <bits/stdio-ldbl.h> directly; use <stdio.h> instead."
diff --git a/libio/bits/stdio.h b/libio/bits/stdio.h
index 2efa0c5..e7fa62b 100644
--- a/libio/bits/stdio.h
+++ b/libio/bits/stdio.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 _BITS_STDIO_H
#define _BITS_STDIO_H 1
diff --git a/libio/bits/stdio2.h b/libio/bits/stdio2.h
index d1456f9..a24188d 100644
--- a/libio/bits/stdio2.h
+++ b/libio/bits/stdio2.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 _BITS_STDIO2_H
#define _BITS_STDIO2_H 1
diff --git a/libio/bits/types/cookie_io_functions_t.h b/libio/bits/types/cookie_io_functions_t.h
index e3b6cd4..30dd583 100644
--- a/libio/bits/types/cookie_io_functions_t.h
+++ b/libio/bits/types/cookie_io_functions_t.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 __cookie_io_functions_t_defined
#define __cookie_io_functions_t_defined 1
diff --git a/libio/bits/types/struct_FILE.h b/libio/bits/types/struct_FILE.h
index b725459..2802ce6 100644
--- a/libio/bits/types/struct_FILE.h
+++ b/libio/bits/types/struct_FILE.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#ifndef __struct_FILE_defined
#define __struct_FILE_defined 1
diff --git a/libio/bug-ungetc4.c b/libio/bug-ungetc4.c
index 3304a35..22c89a6 100644
--- a/libio/bug-ungetc4.c
+++ b/libio/bug-ungetc4.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
diff --git a/libio/clearerr.c b/libio/clearerr.c
index 3c6376c..77dc953 100644
--- a/libio/clearerr.c
+++ b/libio/clearerr.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include "stdio.h"
diff --git a/libio/clearerr_u.c b/libio/clearerr_u.c
index 49d6246..6b9f8f7 100644
--- a/libio/clearerr_u.c
+++ b/libio/clearerr_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include "stdio.h"
diff --git a/libio/fcloseall.c b/libio/fcloseall.c
index 32930d0..8756af3 100644
--- a/libio/fcloseall.c
+++ b/libio/fcloseall.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/feof.c b/libio/feof.c
index 9d8a2c9..dc46e92 100644
--- a/libio/feof.c
+++ b/libio/feof.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/feof_u.c b/libio/feof_u.c
index d323bc6..872fa1b 100644
--- a/libio/feof_u.c
+++ b/libio/feof_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/ferror.c b/libio/ferror.c
index 61bdd66..90a7d33 100644
--- a/libio/ferror.c
+++ b/libio/ferror.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/ferror_u.c b/libio/ferror_u.c
index b052137..709fbc7 100644
--- a/libio/ferror_u.c
+++ b/libio/ferror_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/filedoalloc.c b/libio/filedoalloc.c
index 292ab40..a786125 100644
--- a/libio/filedoalloc.c
+++ b/libio/filedoalloc.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/fileno.c b/libio/fileno.c
index 343bdcd..ad21afa 100644
--- a/libio/fileno.c
+++ b/libio/fileno.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/fileops.c b/libio/fileops.c
index daa5a05..d84dd7c 100644
--- a/libio/fileops.c
+++ b/libio/fileops.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/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/fmemopen.c b/libio/fmemopen.c
index c2c67c1..f9d3584 100644
--- a/libio/fmemopen.c
+++ b/libio/fmemopen.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/>. */
/* fmemopen() from 2.22 and forward works as defined by POSIX. It also
provides an older symbol, version 2.2.5, that behaves different regarding
diff --git a/libio/fputc.c b/libio/fputc.c
index cb73297..9567718 100644
--- a/libio/fputc.c
+++ b/libio/fputc.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/fputc_u.c b/libio/fputc_u.c
index 277e474..6ee67cf 100644
--- a/libio/fputc_u.c
+++ b/libio/fputc_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/fputwc.c b/libio/fputwc.c
index a95b45b..3102fea 100644
--- a/libio/fputwc.c
+++ b/libio/fputwc.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/fputwc_u.c b/libio/fputwc_u.c
index b1f3ecd..05bef4a 100644
--- a/libio/fputwc_u.c
+++ b/libio/fputwc_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/freopen.c b/libio/freopen.c
index 82e39f5..e30f7ca 100644
--- a/libio/freopen.c
+++ b/libio/freopen.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/freopen64.c b/libio/freopen64.c
index f92e3d7..3c59689 100644
--- a/libio/freopen64.c
+++ b/libio/freopen64.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/fseek.c b/libio/fseek.c
index 9c990b2..70a589d 100644
--- a/libio/fseek.c
+++ b/libio/fseek.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/fseeko.c b/libio/fseeko.c
index 03a8584..8efb9ec 100644
--- a/libio/fseeko.c
+++ b/libio/fseeko.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/fseeko64.c b/libio/fseeko64.c
index 197590e..f749a97 100644
--- a/libio/fseeko64.c
+++ b/libio/fseeko64.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/ftello.c b/libio/ftello.c
index e984e3d..8437e9e 100644
--- a/libio/ftello.c
+++ b/libio/ftello.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/ftello64.c b/libio/ftello64.c
index c90ce11..449c171 100644
--- a/libio/ftello64.c
+++ b/libio/ftello64.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/fwide.c b/libio/fwide.c
index 6f948db..5fac506 100644
--- a/libio/fwide.c
+++ b/libio/fwide.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/fwprintf.c b/libio/fwprintf.c
index f3084a9..fa3266e 100644
--- a/libio/fwprintf.c
+++ b/libio/fwprintf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <libioP.h>
#include <stdarg.h>
diff --git a/libio/fwscanf.c b/libio/fwscanf.c
index 24872f4..5c62bda 100644
--- a/libio/fwscanf.c
+++ b/libio/fwscanf.c
@@ -13,7 +13,7 @@
You should have received a copy of the 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 file defines one of the deprecated scanf variants. */
#include <features.h>
diff --git a/libio/genops.c b/libio/genops.c
index 11a1554..f871e77 100644
--- a/libio/genops.c
+++ b/libio/genops.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/getc.c b/libio/getc.c
index d688980..43af508 100644
--- a/libio/getc.c
+++ b/libio/getc.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/getc_u.c b/libio/getc_u.c
index dc21aed..c864511 100644
--- a/libio/getc_u.c
+++ b/libio/getc_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/getchar.c b/libio/getchar.c
index 90dea38..857c506 100644
--- a/libio/getchar.c
+++ b/libio/getchar.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/getchar_u.c b/libio/getchar_u.c
index a933d9a..e28dad5 100644
--- a/libio/getchar_u.c
+++ b/libio/getchar_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/getwc.c b/libio/getwc.c
index 253cff5..ee89138 100644
--- a/libio/getwc.c
+++ b/libio/getwc.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/getwc_u.c b/libio/getwc_u.c
index 88b0d3c..73af1b4 100644
--- a/libio/getwc_u.c
+++ b/libio/getwc_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/getwchar.c b/libio/getwchar.c
index b6155fa..87bbf2d 100644
--- a/libio/getwchar.c
+++ b/libio/getwchar.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/getwchar_u.c b/libio/getwchar_u.c
index 23fa18b..d7c2ea1 100644
--- a/libio/getwchar_u.c
+++ b/libio/getwchar_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofclose.c b/libio/iofclose.c
index 8a80dd0..398b86d 100644
--- a/libio/iofclose.c
+++ b/libio/iofclose.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofdopen.c b/libio/iofdopen.c
index 56815bc..a6ee05f 100644
--- a/libio/iofdopen.c
+++ b/libio/iofdopen.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofflush.c b/libio/iofflush.c
index 76d7bda..403385e 100644
--- a/libio/iofflush.c
+++ b/libio/iofflush.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofflush_u.c b/libio/iofflush_u.c
index 012443b..9afd3d4 100644
--- a/libio/iofflush_u.c
+++ b/libio/iofflush_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofgetpos.c b/libio/iofgetpos.c
index 388c4a0..06ac51b 100644
--- a/libio/iofgetpos.c
+++ b/libio/iofgetpos.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofgetpos64.c b/libio/iofgetpos64.c
index 6a0ba50..d3a5a08 100644
--- a/libio/iofgetpos64.c
+++ b/libio/iofgetpos64.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofgets.c b/libio/iofgets.c
index 68774aa..d57e42c 100644
--- a/libio/iofgets.c
+++ b/libio/iofgets.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofgets_u.c b/libio/iofgets_u.c
index 88d256a..cdb1b25 100644
--- a/libio/iofgets_u.c
+++ b/libio/iofgets_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofgetws.c b/libio/iofgetws.c
index f83e428..8803c8a 100644
--- a/libio/iofgetws.c
+++ b/libio/iofgetws.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofgetws_u.c b/libio/iofgetws_u.c
index c4ddb9f..8f3145c 100644
--- a/libio/iofgetws_u.c
+++ b/libio/iofgetws_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofopen.c b/libio/iofopen.c
index bb0daff..383ae4a 100644
--- a/libio/iofopen.c
+++ b/libio/iofopen.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofopen64.c b/libio/iofopen64.c
index c77cab2..c1df3f3 100644
--- a/libio/iofopen64.c
+++ b/libio/iofopen64.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofopncook.c b/libio/iofopncook.c
index e2b4bf4..66ae10b3 100644
--- a/libio/iofopncook.c
+++ b/libio/iofopncook.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofputs.c b/libio/iofputs.c
index 0f29037..fffc80e 100644
--- a/libio/iofputs.c
+++ b/libio/iofputs.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofputs_u.c b/libio/iofputs_u.c
index bd181a5..c9e7a4d 100644
--- a/libio/iofputs_u.c
+++ b/libio/iofputs_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofputws.c b/libio/iofputws.c
index 41c7878..ac68f02 100644
--- a/libio/iofputws.c
+++ b/libio/iofputws.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofputws_u.c b/libio/iofputws_u.c
index f57aecb..829309a 100644
--- a/libio/iofputws_u.c
+++ b/libio/iofputws_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofread.c b/libio/iofread.c
index 4fab18a..d80b439 100644
--- a/libio/iofread.c
+++ b/libio/iofread.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofread_u.c b/libio/iofread_u.c
index 2387fab..75bda9a 100644
--- a/libio/iofread_u.c
+++ b/libio/iofread_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofsetpos.c b/libio/iofsetpos.c
index 4df1aae..f71a4ba 100644
--- a/libio/iofsetpos.c
+++ b/libio/iofsetpos.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofsetpos64.c b/libio/iofsetpos64.c
index f382ba0..0182332 100644
--- a/libio/iofsetpos64.c
+++ b/libio/iofsetpos64.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/ioftell.c b/libio/ioftell.c
index 6f7e0d4..7ab3123 100644
--- a/libio/ioftell.c
+++ b/libio/ioftell.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofwide.c b/libio/iofwide.c
index 80cb2d5..10e2d66 100644
--- a/libio/iofwide.c
+++ b/libio/iofwide.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofwrite.c b/libio/iofwrite.c
index 481ac11..daf68c7 100644
--- a/libio/iofwrite.c
+++ b/libio/iofwrite.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iofwrite_u.c b/libio/iofwrite_u.c
index fa6aa23..2534f14 100644
--- a/libio/iofwrite_u.c
+++ b/libio/iofwrite_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iogetdelim.c b/libio/iogetdelim.c
index 8ae9a97..c27ce12 100644
--- a/libio/iogetdelim.c
+++ b/libio/iogetdelim.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iogetline.c b/libio/iogetline.c
index ad1e64b..1d50fb1 100644
--- a/libio/iogetline.c
+++ b/libio/iogetline.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iogets.c b/libio/iogets.c
index 6691e4c..41467d7 100644
--- a/libio/iogets.c
+++ b/libio/iogets.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iogetwline.c b/libio/iogetwline.c
index e3df988..167329c 100644
--- a/libio/iogetwline.c
+++ b/libio/iogetwline.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iopadn.c b/libio/iopadn.c
index 762d58a..3ccd61f 100644
--- a/libio/iopadn.c
+++ b/libio/iopadn.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iopopen.c b/libio/iopopen.c
index 7119a66..22d53a8 100644
--- a/libio/iopopen.c
+++ b/libio/iopopen.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/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/ioputs.c b/libio/ioputs.c
index 319e551..2291da7 100644
--- a/libio/ioputs.c
+++ b/libio/ioputs.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/ioseekoff.c b/libio/ioseekoff.c
index a6370c1..c7b04ee 100644
--- a/libio/ioseekoff.c
+++ b/libio/ioseekoff.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/ioseekpos.c b/libio/ioseekpos.c
index fc9a0f4..5b51a7e 100644
--- a/libio/ioseekpos.c
+++ b/libio/ioseekpos.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iosetbuffer.c b/libio/iosetbuffer.c
index dcb89a8..16abaa0 100644
--- a/libio/iosetbuffer.c
+++ b/libio/iosetbuffer.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iosetvbuf.c b/libio/iosetvbuf.c
index 560a4b5..58939b0 100644
--- a/libio/iosetvbuf.c
+++ b/libio/iosetvbuf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/ioungetc.c b/libio/ioungetc.c
index 0a2ee81..246f9d4 100644
--- a/libio/ioungetc.c
+++ b/libio/ioungetc.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/ioungetwc.c b/libio/ioungetwc.c
index 30f9c3e..f4642dc 100644
--- a/libio/ioungetwc.c
+++ b/libio/ioungetwc.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iovdprintf.c b/libio/iovdprintf.c
index c48bf28..e95b653 100644
--- a/libio/iovdprintf.c
+++ b/libio/iovdprintf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iovsprintf.c b/libio/iovsprintf.c
index 9050038..f9fb8f0 100644
--- a/libio/iovsprintf.c
+++ b/libio/iovsprintf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iovsscanf.c b/libio/iovsscanf.c
index a561eab8..3550ae4 100644
--- a/libio/iovsscanf.c
+++ b/libio/iovsscanf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iovswscanf.c b/libio/iovswscanf.c
index 669fdc1..b0759ec 100644
--- a/libio/iovswscanf.c
+++ b/libio/iovswscanf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/iowpadn.c b/libio/iowpadn.c
index b6c4cab..f699095 100644
--- a/libio/iowpadn.c
+++ b/libio/iowpadn.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/libc_fatal.c b/libio/libc_fatal.c
index 7d68a23..a217f3e 100644
--- a/libio/libc_fatal.c
+++ b/libio/libc_fatal.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
diff --git a/libio/libio.h b/libio/libio.h
index b985c38..bed324e 100644
--- a/libio/libio.h
+++ b/libio/libio.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/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/libioP.h b/libio/libioP.h
index 8db24e1..3787605 100644
--- a/libio/libioP.h
+++ b/libio/libioP.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/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/memstream.c b/libio/memstream.c
index d48e30b..8edbd19 100644
--- a/libio/memstream.c
+++ b/libio/memstream.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include "strfile.h"
diff --git a/libio/obprintf.c b/libio/obprintf.c
index def221e..29a2430 100644
--- a/libio/obprintf.c
+++ b/libio/obprintf.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 <stdlib.h>
diff --git a/libio/oldfileops.c b/libio/oldfileops.c
index 5c319be..83e77b0 100644
--- a/libio/oldfileops.c
+++ b/libio/oldfileops.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/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/oldfmemopen.c b/libio/oldfmemopen.c
index c3e2298..b56554f 100644
--- a/libio/oldfmemopen.c
+++ b/libio/oldfmemopen.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/>. */
/*
* fmemopen() - "my" version of a string stream
diff --git a/libio/oldiofclose.c b/libio/oldiofclose.c
index be5044c..b71f406 100644
--- a/libio/oldiofclose.c
+++ b/libio/oldiofclose.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/oldiofdopen.c b/libio/oldiofdopen.c
index ca6e012..3dc4bc5 100644
--- a/libio/oldiofdopen.c
+++ b/libio/oldiofdopen.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/oldiofgetpos.c b/libio/oldiofgetpos.c
index 1c23e72..9dcef38 100644
--- a/libio/oldiofgetpos.c
+++ b/libio/oldiofgetpos.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/oldiofgetpos64.c b/libio/oldiofgetpos64.c
index a52bb12..89e468a 100644
--- a/libio/oldiofgetpos64.c
+++ b/libio/oldiofgetpos64.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/oldiofopen.c b/libio/oldiofopen.c
index 52f92f6..ea8d29a 100644
--- a/libio/oldiofopen.c
+++ b/libio/oldiofopen.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/oldiofsetpos.c b/libio/oldiofsetpos.c
index 5124200..ee1c778 100644
--- a/libio/oldiofsetpos.c
+++ b/libio/oldiofsetpos.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/oldiofsetpos64.c b/libio/oldiofsetpos64.c
index 1f29887..de833c6 100644
--- a/libio/oldiofsetpos64.c
+++ b/libio/oldiofsetpos64.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/oldiopopen.c b/libio/oldiopopen.c
index 8f3972a..fe92bca 100644
--- a/libio/oldiopopen.c
+++ b/libio/oldiopopen.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/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/oldpclose.c b/libio/oldpclose.c
index d2c2b47..7c8da46 100644
--- a/libio/oldpclose.c
+++ b/libio/oldpclose.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/oldstdfiles.c b/libio/oldstdfiles.c
index 2b861cd..bb1705b 100644
--- a/libio/oldstdfiles.c
+++ b/libio/oldstdfiles.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/oldtmpfile.c b/libio/oldtmpfile.c
index 2e47145..109a610 100644
--- a/libio/oldtmpfile.c
+++ b/libio/oldtmpfile.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <shlib-compat.h>
#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)
diff --git a/libio/pclose.c b/libio/pclose.c
index 0b2b0ac..5d0c7f1 100644
--- a/libio/pclose.c
+++ b/libio/pclose.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/peekc.c b/libio/peekc.c
index aa3ec61..6ee2635 100644
--- a/libio/peekc.c
+++ b/libio/peekc.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/putc.c b/libio/putc.c
index 0c8b07d..8a8f405 100644
--- a/libio/putc.c
+++ b/libio/putc.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include "stdio.h"
diff --git a/libio/putc_u.c b/libio/putc_u.c
index 29d7bb5..43915d3 100644
--- a/libio/putc_u.c
+++ b/libio/putc_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include "stdio.h"
diff --git a/libio/putchar.c b/libio/putchar.c
index a3f4200..1bd6929 100644
--- a/libio/putchar.c
+++ b/libio/putchar.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include "stdio.h"
diff --git a/libio/putchar_u.c b/libio/putchar_u.c
index 1eebf0f..0870f22 100644
--- a/libio/putchar_u.c
+++ b/libio/putchar_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include "stdio.h"
diff --git a/libio/putwc.c b/libio/putwc.c
index 6da20a7..15c9851 100644
--- a/libio/putwc.c
+++ b/libio/putwc.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include <wchar.h>
diff --git a/libio/putwc_u.c b/libio/putwc_u.c
index c6d9fa4..a65b21f 100644
--- a/libio/putwc_u.c
+++ b/libio/putwc_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include <wchar.h>
diff --git a/libio/putwchar.c b/libio/putwchar.c
index 1f5c417..6f3329d 100644
--- a/libio/putwchar.c
+++ b/libio/putwchar.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include <wchar.h>
diff --git a/libio/putwchar_u.c b/libio/putwchar_u.c
index d943220..7060f9f 100644
--- a/libio/putwchar_u.c
+++ b/libio/putwchar_u.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include <wchar.h>
diff --git a/libio/readline.c b/libio/readline.c
index 3f2a9a4..fa390fd 100644
--- a/libio/readline.c
+++ b/libio/readline.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 <assert.h>
#include <errno.h>
diff --git a/libio/rewind.c b/libio/rewind.c
index 0e2e4e7..96384d8 100644
--- a/libio/rewind.c
+++ b/libio/rewind.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/setbuf.c b/libio/setbuf.c
index 37cbe3a..6deba1f 100644
--- a/libio/setbuf.c
+++ b/libio/setbuf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/setlinebuf.c b/libio/setlinebuf.c
index f3cff0d..1bb4151 100644
--- a/libio/setlinebuf.c
+++ b/libio/setlinebuf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/stdfiles.c b/libio/stdfiles.c
index 9c779b4..73996da 100644
--- a/libio/stdfiles.c
+++ b/libio/stdfiles.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/stdio.c b/libio/stdio.c
index 522de44..df972fb 100644
--- a/libio/stdio.c
+++ b/libio/stdio.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/stdio.h b/libio/stdio.h
index b63ee88..1abce9b 100644
--- a/libio/stdio.h
+++ b/libio/stdio.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/>. */
/*
* ISO C99 Standard: 7.19 Input/output <stdio.h>
diff --git a/libio/strfile.h b/libio/strfile.h
index 3aab4dd..974d6dd 100644
--- a/libio/strfile.h
+++ b/libio/strfile.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/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/strops.c b/libio/strops.c
index d415f3c..4ac168c 100644
--- a/libio/strops.c
+++ b/libio/strops.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/swprintf.c b/libio/swprintf.c
index 00d3bb7..c85fb93 100644
--- a/libio/swprintf.c
+++ b/libio/swprintf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <libioP.h>
#include <stdarg.h>
diff --git a/libio/swscanf.c b/libio/swscanf.c
index 5f529ef..e82f759 100644
--- a/libio/swscanf.c
+++ b/libio/swscanf.c
@@ -13,7 +13,7 @@
You should have received a copy of the 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 file defines one of the deprecated scanf variants. */
#include <features.h>
diff --git a/libio/test-fmemopen.c b/libio/test-fmemopen.c
index 31b63a9..2fdf51f 100644
--- a/libio/test-fmemopen.c
+++ b/libio/test-fmemopen.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/>. */
static char buffer[] = "foobar";
diff --git a/libio/test-freopen.c b/libio/test-freopen.c
index 5a0a4ab..4a4a08f 100644
--- a/libio/test-freopen.c
+++ b/libio/test-freopen.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 <mcheck.h>
#include <stdio.h>
diff --git a/libio/test-freopen.sh b/libio/test-freopen.sh
index e3af3a1..2a2a8b4 100755
--- a/libio/test-freopen.sh
+++ b/libio/test-freopen.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/libio/tst-bz22415.c b/libio/tst-bz22415.c
index 1b1c701..3388b79 100644
--- a/libio/tst-bz22415.c
+++ b/libio/tst-bz22415.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/libio/tst-bz24051.c b/libio/tst-bz24051.c
index cf0dc80..6f7e73e 100644
--- a/libio/tst-bz24051.c
+++ b/libio/tst-bz24051.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/>. */
/* Prevent putchar -> _IO_putc inline expansion. */
diff --git a/libio/tst-bz24153.c b/libio/tst-bz24153.c
index be0e6bf..dc897f7 100644
--- a/libio/tst-bz24153.c
+++ b/libio/tst-bz24153.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/>. */
/* Prevent getchar -> getc inline expansion. */
#define __NO_INLINE__
diff --git a/libio/tst-fopenloc.c b/libio/tst-fopenloc.c
index 57b1d14..e9548c5 100644
--- a/libio/tst-fopenloc.c
+++ b/libio/tst-fopenloc.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 <locale.h>
diff --git a/libio/tst-fputws.c b/libio/tst-fputws.c
index cc3b9d2..ab3dad6 100644
--- a/libio/tst-fputws.c
+++ b/libio/tst-fputws.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 <locale.h>
#include <stdio.h>
diff --git a/libio/tst-freopen.c b/libio/tst-freopen.c
index ef58128..882e883 100644
--- a/libio/tst-freopen.c
+++ b/libio/tst-freopen.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/libio/tst-fseek.c b/libio/tst-fseek.c
index 57203d9..8be2f39 100644
--- a/libio/tst-fseek.c
+++ b/libio/tst-fseek.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 <stdio.h>
#include <stdlib.h>
diff --git a/libio/tst-ftell-active-handler.c b/libio/tst-ftell-active-handler.c
index 2ed620b..dec419e 100644
--- a/libio/tst-ftell-active-handler.c
+++ b/libio/tst-ftell-active-handler.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/libio/tst-ftell-append.c b/libio/tst-ftell-append.c
index 2d41f69..f4c7677 100644
--- a/libio/tst-ftell-append.c
+++ b/libio/tst-ftell-append.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/libio/tst-ftell-partial-wide.c b/libio/tst-ftell-partial-wide.c
index 73ce6cb..8a54a28 100644
--- a/libio/tst-ftell-partial-wide.c
+++ b/libio/tst-ftell-partial-wide.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 <wchar.h>
#include <stdio.h>
diff --git a/libio/tst-fwrite-error.c b/libio/tst-fwrite-error.c
index f448564..611901d 100644
--- a/libio/tst-fwrite-error.c
+++ b/libio/tst-fwrite-error.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 <errno.h>
#include <fcntl.h>
diff --git a/libio/tst-memstream.h b/libio/tst-memstream.h
index aae3065..ebe8fcf 100644
--- a/libio/tst-memstream.h
+++ b/libio/tst-memstream.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 <mcheck.h>
#include <stdio.h>
diff --git a/libio/tst-memstream3.c b/libio/tst-memstream3.c
index abb8ffe..386cef4 100644
--- a/libio/tst-memstream3.c
+++ b/libio/tst-memstream3.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 <mcheck.h>
#include <stdio.h>
diff --git a/libio/tst-memstream4.c b/libio/tst-memstream4.c
index 0dd57fc..56c4ccf 100644
--- a/libio/tst-memstream4.c
+++ b/libio/tst-memstream4.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-memstream.h"
diff --git a/libio/tst-mmap-setvbuf.c b/libio/tst-mmap-setvbuf.c
index f904d52..87a3d44 100644
--- a/libio/tst-mmap-setvbuf.c
+++ b/libio/tst-mmap-setvbuf.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/libio/tst-readline.c b/libio/tst-readline.c
index c153a44..95c5ba9 100644
--- a/libio/tst-readline.c
+++ b/libio/tst-readline.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/>. */
/* Exercise __libc_readline_unlocked with various combinations of line
lengths, stdio buffer sizes, and line read buffer sizes. */
diff --git a/libio/tst-sprintf-ub.c b/libio/tst-sprintf-ub.c
index 24cba39..b68a335 100644
--- a/libio/tst-sprintf-ub.c
+++ b/libio/tst-sprintf-ub.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdarg.h>
#include <stdio.h>
diff --git a/libio/tst-vtables-common.c b/libio/tst-vtables-common.c
index 24fdc9e..bedd030 100644
--- a/libio/tst-vtables-common.c
+++ b/libio/tst-vtables-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/>. */
/* This test provides some coverage for how various stdio functions
use the vtables in FILE * objects. The focus is mostly on which
diff --git a/libio/tst-vtables-interposed.c b/libio/tst-vtables-interposed.c
index e3e065c..e727d50 100644
--- a/libio/tst-vtables-interposed.c
+++ b/libio/tst-vtables-interposed.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-vtables-common.c"
diff --git a/libio/tst-vtables.c b/libio/tst-vtables.c
index cf33971..90221b5 100644
--- a/libio/tst-vtables.c
+++ b/libio/tst-vtables.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-vtables-common.c"
diff --git a/libio/tst-wfile-sync.c b/libio/tst-wfile-sync.c
index 6186820..d6be59f 100644
--- a/libio/tst-wfile-sync.c
+++ b/libio/tst-wfile-sync.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 <locale.h>
#include <stdio.h>
diff --git a/libio/tst-widetext.c b/libio/tst-widetext.c
index 3d63e64..9826c35 100644
--- a/libio/tst-widetext.c
+++ b/libio/tst-widetext.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <assert.h>
#include <iconv.h>
diff --git a/libio/tst-wmemstream3.c b/libio/tst-wmemstream3.c
index a06e1f1..1bf9330 100644
--- a/libio/tst-wmemstream3.c
+++ b/libio/tst-wmemstream3.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 <wchar.h>
diff --git a/libio/tst-wmemstream4.c b/libio/tst-wmemstream4.c
index 12ed0be..4892644 100644
--- a/libio/tst-wmemstream4.c
+++ b/libio/tst-wmemstream4.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 TEST_WCHAR
#include <libio/tst-memstream4.c>
diff --git a/libio/tst_getwc.c b/libio/tst_getwc.c
index e17e60c..620929b 100644
--- a/libio/tst_getwc.c
+++ b/libio/tst_getwc.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <wchar.h>
diff --git a/libio/tst_putwc.c b/libio/tst_putwc.c
index b2667ef..fc990e9 100644
--- a/libio/tst_putwc.c
+++ b/libio/tst_putwc.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 <error.h>
diff --git a/libio/vasprintf.c b/libio/vasprintf.c
index 9a96187..751ca8c 100644
--- a/libio/vasprintf.c
+++ b/libio/vasprintf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/vscanf.c b/libio/vscanf.c
index 526d486..7ba7e6b 100644
--- a/libio/vscanf.c
+++ b/libio/vscanf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/vsnprintf.c b/libio/vsnprintf.c
index bda65e6..594dffc 100644
--- a/libio/vsnprintf.c
+++ b/libio/vsnprintf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/vswprintf.c b/libio/vswprintf.c
index 94753ed..ee24878 100644
--- a/libio/vswprintf.c
+++ b/libio/vswprintf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/vtables.c b/libio/vtables.c
index c464c58..65e943b 100644
--- a/libio/vtables.c
+++ b/libio/vtables.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 <dlfcn.h>
#include <libioP.h>
diff --git a/libio/vwprintf.c b/libio/vwprintf.c
index 96c597d..c89753f 100644
--- a/libio/vwprintf.c
+++ b/libio/vwprintf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <libioP.h>
#include <stdarg.h>
diff --git a/libio/vwscanf.c b/libio/vwscanf.c
index 7b1903c..617920b 100644
--- a/libio/vwscanf.c
+++ b/libio/vwscanf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/wfiledoalloc.c b/libio/wfiledoalloc.c
index 138093d..c97dff9 100644
--- a/libio/wfiledoalloc.c
+++ b/libio/wfiledoalloc.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/wfileops.c b/libio/wfileops.c
index f1863db..82a9a59 100644
--- a/libio/wfileops.c
+++ b/libio/wfileops.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/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/wgenops.c b/libio/wgenops.c
index f34a615..1067bbc 100644
--- a/libio/wgenops.c
+++ b/libio/wgenops.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/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,
diff --git a/libio/wmemstream.c b/libio/wmemstream.c
index 3c201ec..dc40eff 100644
--- a/libio/wmemstream.c
+++ b/libio/wmemstream.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include "libioP.h"
#include "strfile.h"
diff --git a/libio/wprintf.c b/libio/wprintf.c
index 3dc7cd1..1818c6e 100644
--- a/libio/wprintf.c
+++ b/libio/wprintf.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <libioP.h>
#include <stdarg.h>
diff --git a/libio/wscanf.c b/libio/wscanf.c
index d4c7753..540fbc9 100644
--- a/libio/wscanf.c
+++ b/libio/wscanf.c
@@ -13,7 +13,7 @@
You should have received a copy of the 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 file defines one of the deprecated scanf variants. */
#include <features.h>
diff --git a/libio/wstrops.c b/libio/wstrops.c
index 5f2f6a6..a68fbe9 100644
--- a/libio/wstrops.c
+++ b/libio/wstrops.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>.
+ <https://www.gnu.org/licenses/>.
As a special exception, if you link the code in this file with
files compiled with a GNU compiler to produce an executable,