diff options
Diffstat (limited to 'stdio-common')
114 files changed, 114 insertions, 114 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index c38299c864..2715a95a09 100644 --- a/stdio-common/Makefile +++ b/stdio-common/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 stdio-common. diff --git a/stdio-common/_i18n_number.h b/stdio-common/_i18n_number.h index a8c5a63f18..6489ac579d 100644 --- a/stdio-common/_i18n_number.h +++ b/stdio-common/_i18n_number.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 <stdbool.h> #include <wchar.h> diff --git a/stdio-common/_itoa.c b/stdio-common/_itoa.c index 836e53ae67..49314a104b 100644 --- a/stdio-common/_itoa.c +++ b/stdio-common/_itoa.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 <gmp-mparam.h> #include <gmp.h> diff --git a/stdio-common/_itowa.c b/stdio-common/_itowa.c index 181e3acf16..2a53562d67 100644 --- a/stdio-common/_itowa.c +++ b/stdio-common/_itowa.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 <gmp-mparam.h> #include <gmp.h> diff --git a/stdio-common/_itowa.h b/stdio-common/_itowa.h index 6df037e071..61e630518f 100644 --- a/stdio-common/_itowa.h +++ b/stdio-common/_itowa.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 _ITOWA_H #define _ITOWA_H 1 diff --git a/stdio-common/asprintf.c b/stdio-common/asprintf.c index f429d6688c..32925b6d15 100644 --- a/stdio-common/asprintf.c +++ b/stdio-common/asprintf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <libioP.h> diff --git a/stdio-common/bits/printf-ldbl.h b/stdio-common/bits/printf-ldbl.h index f9bd86eb74..844c1daa7a 100644 --- a/stdio-common/bits/printf-ldbl.h +++ b/stdio-common/bits/printf-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 _PRINTF_H # error "Never include <bits/printf-ldbl.h> directly; use <printf.h> instead." diff --git a/stdio-common/bug-vfprintf-nargs.c b/stdio-common/bug-vfprintf-nargs.c index 801ebde7a8..633b921798 100644 --- a/stdio-common/bug-vfprintf-nargs.c +++ b/stdio-common/bug-vfprintf-nargs.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/stdio-common/bug26.c b/stdio-common/bug26.c index f6daa71ad0..3fce4b4016 100644 --- a/stdio-common/bug26.c +++ b/stdio-common/bug26.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <string.h> diff --git a/stdio-common/ctermid.c b/stdio-common/ctermid.c index 3778ea92d7..1207cfdd24 100644 --- a/stdio-common/ctermid.c +++ b/stdio-common/ctermid.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public 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/stdio-common/cuserid.c b/stdio-common/cuserid.c index 4f2f7b63d8..e74c193a1c 100644 --- a/stdio-common/cuserid.c +++ b/stdio-common/cuserid.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <errno.h> diff --git a/stdio-common/dprintf.c b/stdio-common/dprintf.c index 08c657f1fb..22d5b760e9 100644 --- a/stdio-common/dprintf.c +++ b/stdio-common/dprintf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <libioP.h> diff --git a/stdio-common/errlist.c b/stdio-common/errlist.c index 2a3972a8c9..7bf513648c 100644 --- a/stdio-common/errlist.c +++ b/stdio-common/errlist.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <stddef.h> diff --git a/stdio-common/errnobug.c b/stdio-common/errnobug.c index 9ae54574c2..7150d769a6 100644 --- a/stdio-common/errnobug.c +++ b/stdio-common/errnobug.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/stdio-common/flockfile.c b/stdio-common/flockfile.c index 19cd6b32a1..d0feec79bb 100644 --- a/stdio-common/flockfile.c +++ b/stdio-common/flockfile.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> diff --git a/stdio-common/fprintf.c b/stdio-common/fprintf.c index e0b1c1e7d8..c3b0158e4e 100644 --- a/stdio-common/fprintf.c +++ b/stdio-common/fprintf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/fscanf.c b/stdio-common/fscanf.c index a210eafcab..312a87a66e 100644 --- a/stdio-common/fscanf.c +++ b/stdio-common/fscanf.c @@ -13,7 +13,7 @@ You should have received a copy of the 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/stdio-common/ftrylockfile.c b/stdio-common/ftrylockfile.c index 564143bdd6..66ec41809f 100644 --- a/stdio-common/ftrylockfile.c +++ b/stdio-common/ftrylockfile.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> diff --git a/stdio-common/funlockfile.c b/stdio-common/funlockfile.c index fc0e8d0bc3..a98bb040c0 100644 --- a/stdio-common/funlockfile.c +++ b/stdio-common/funlockfile.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> diff --git a/stdio-common/fxprintf.c b/stdio-common/fxprintf.c index 9866c8b3be..a86a06cc66 100644 --- a/stdio-common/fxprintf.c +++ b/stdio-common/fxprintf.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/stdio-common/gentempfd.c b/stdio-common/gentempfd.c index 6e51e9d8cf..3c456a5ac2 100644 --- a/stdio-common/gentempfd.c +++ b/stdio-common/gentempfd.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> diff --git a/stdio-common/getline.c b/stdio-common/getline.c index 4d774f5cfe..b6b4f2b070 100644 --- a/stdio-common/getline.c +++ b/stdio-common/getline.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <stddef.h> #include <stdio.h> diff --git a/stdio-common/getw.c b/stdio-common/getw.c index 5945f9275f..24c340cd17 100644 --- a/stdio-common/getw.c +++ b/stdio-common/getw.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/iovfscanf.c b/stdio-common/iovfscanf.c index 637dc9b9e2..8660d84d79 100644 --- a/stdio-common/iovfscanf.c +++ b/stdio-common/iovfscanf.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 <libioP.h> #include <shlib-compat.h> diff --git a/stdio-common/iovfwscanf.c b/stdio-common/iovfwscanf.c index 15c809a6c5..56c7c6697d 100644 --- a/stdio-common/iovfwscanf.c +++ b/stdio-common/iovfwscanf.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 <libioP.h> #include <shlib-compat.h> diff --git a/stdio-common/isoc99_fscanf.c b/stdio-common/isoc99_fscanf.c index 9eb9fdd759..09ac4180d0 100644 --- a/stdio-common/isoc99_fscanf.c +++ b/stdio-common/isoc99_fscanf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/isoc99_scanf.c b/stdio-common/isoc99_scanf.c index 1906b4c0f9..2a93237ea2 100644 --- a/stdio-common/isoc99_scanf.c +++ b/stdio-common/isoc99_scanf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/isoc99_sscanf.c b/stdio-common/isoc99_sscanf.c index a70c0c3f2f..82f3e3c022 100644 --- a/stdio-common/isoc99_sscanf.c +++ b/stdio-common/isoc99_sscanf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <libio/strfile.h> diff --git a/stdio-common/isoc99_vfscanf.c b/stdio-common/isoc99_vfscanf.c index d9734fed38..d41ce6a493 100644 --- a/stdio-common/isoc99_vfscanf.c +++ b/stdio-common/isoc99_vfscanf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/isoc99_vscanf.c b/stdio-common/isoc99_vscanf.c index 7b7b642493..829075f14e 100644 --- a/stdio-common/isoc99_vscanf.c +++ b/stdio-common/isoc99_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/>. */ #include <libioP.h> #include <stdio.h> diff --git a/stdio-common/isoc99_vsscanf.c b/stdio-common/isoc99_vsscanf.c index f890f53091..8804ad2574 100644 --- a/stdio-common/isoc99_vsscanf.c +++ b/stdio-common/isoc99_vsscanf.c @@ -13,7 +13,7 @@ You should have received a copy of the 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/stdio-common/itoa-digits.c b/stdio-common/itoa-digits.c index 3a18226a08..4f4cf64b27 100644 --- a/stdio-common/itoa-digits.c +++ b/stdio-common/itoa-digits.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 <_itoa.h> diff --git a/stdio-common/itoa-udigits.c b/stdio-common/itoa-udigits.c index 1b4db6b50c..5bfee8bf7d 100644 --- a/stdio-common/itoa-udigits.c +++ b/stdio-common/itoa-udigits.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 <_itoa.h> diff --git a/stdio-common/itowa-digits.c b/stdio-common/itowa-digits.c index b652b46dd6..13b6a55fbe 100644 --- a/stdio-common/itowa-digits.c +++ b/stdio-common/itowa-digits.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/stdio-common/perror.c b/stdio-common/perror.c index e5e7b7fc8f..10a5bbf44e 100644 --- a/stdio-common/perror.c +++ b/stdio-common/perror.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public 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/stdio-common/printf-parse.h b/stdio-common/printf-parse.h index 00f3280b8a..603dea9d75 100644 --- a/stdio-common/printf-parse.h +++ b/stdio-common/printf-parse.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 <printf.h> #include <stdint.h> diff --git a/stdio-common/printf-parsemb.c b/stdio-common/printf-parsemb.c index f8a6abb78c..143d3b77ca 100644 --- a/stdio-common/printf-parsemb.c +++ b/stdio-common/printf-parsemb.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 <ctype.h> #include <limits.h> diff --git a/stdio-common/printf-prs.c b/stdio-common/printf-prs.c index 2ef893b54f..d1e3fe6d06 100644 --- a/stdio-common/printf-prs.c +++ b/stdio-common/printf-prs.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <printf.h> diff --git a/stdio-common/printf.c b/stdio-common/printf.c index 13373f36c3..04ec31e379 100644 --- a/stdio-common/printf.c +++ b/stdio-common/printf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/printf.h b/stdio-common/printf.h index 0172b234f1..2eb0b51382 100644 --- a/stdio-common/printf.h +++ b/stdio-common/printf.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 _PRINTF_H diff --git a/stdio-common/printf_fp.c b/stdio-common/printf_fp.c index ec2b086260..47d2813af7 100644 --- a/stdio-common/printf_fp.c +++ b/stdio-common/printf_fp.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/>. */ /* The gmp headers need some configuration frobs. */ #define HAVE_ALLOCA 1 diff --git a/stdio-common/printf_fphex.c b/stdio-common/printf_fphex.c index 93758bb5de..872b5dc246 100644 --- a/stdio-common/printf_fphex.c +++ b/stdio-common/printf_fphex.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 <array_length.h> #include <ctype.h> diff --git a/stdio-common/printf_size.c b/stdio-common/printf_size.c index c824901ac8..e2ded78e72 100644 --- a/stdio-common/printf_size.c +++ b/stdio-common/printf_size.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 <ctype.h> #include <ieee754.h> diff --git a/stdio-common/psiginfo.c b/stdio-common/psiginfo.c index c04b6f3dbf..dc69232055 100644 --- a/stdio-common/psiginfo.c +++ b/stdio-common/psiginfo.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/psignal.c b/stdio-common/psignal.c index 140fed6f73..89bd1d89d4 100644 --- a/stdio-common/psignal.c +++ b/stdio-common/psignal.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <signal.h> diff --git a/stdio-common/putw.c b/stdio-common/putw.c index 526bbfaddc..8bedec0a84 100644 --- a/stdio-common/putw.c +++ b/stdio-common/putw.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <libio/iolibio.h> diff --git a/stdio-common/reg-modifier.c b/stdio-common/reg-modifier.c index 50a74818cc..d11f099c47 100644 --- a/stdio-common/reg-modifier.c +++ b/stdio-common/reg-modifier.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public 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/stdio-common/reg-printf.c b/stdio-common/reg-printf.c index a3dafe8c0b..989e26f00f 100644 --- a/stdio-common/reg-printf.c +++ b/stdio-common/reg-printf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public 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/stdio-common/reg-type.c b/stdio-common/reg-type.c index 378a308187..5dd9fde13e 100644 --- a/stdio-common/reg-type.c +++ b/stdio-common/reg-type.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <errno.h> #include <printf.h> diff --git a/stdio-common/remove.c b/stdio-common/remove.c index 9a28b89a07..95b6966a05 100644 --- a/stdio-common/remove.c +++ b/stdio-common/remove.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 <stdio.h> diff --git a/stdio-common/rename.c b/stdio-common/rename.c index 37fbe41d12..4831f82709 100644 --- a/stdio-common/rename.c +++ b/stdio-common/rename.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <errno.h> diff --git a/stdio-common/renameat.c b/stdio-common/renameat.c index 55db347d3c..1b798fd68f 100644 --- a/stdio-common/renameat.c +++ b/stdio-common/renameat.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public 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/stdio-common/renameat2.c b/stdio-common/renameat2.c index 00cb2ec6c5..955e252423 100644 --- a/stdio-common/renameat2.c +++ b/stdio-common/renameat2.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 <stdio.h> diff --git a/stdio-common/scanf.c b/stdio-common/scanf.c index 9008d2bf97..5962f76d32 100644 --- a/stdio-common/scanf.c +++ b/stdio-common/scanf.c @@ -13,7 +13,7 @@ You should have received a copy of the 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/stdio-common/scanf11.c b/stdio-common/scanf11.c index cdb14c618f..bdfa526607 100644 --- a/stdio-common/scanf11.c +++ b/stdio-common/scanf11.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 <ctype.h> #include <stdio.h> diff --git a/stdio-common/scanf14.c b/stdio-common/scanf14.c index 8b271ae7cc..79efebde83 100644 --- a/stdio-common/scanf14.c +++ b/stdio-common/scanf14.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/scanf14a.c b/stdio-common/scanf14a.c index 5f95ecb693..ebb4296b18 100644 --- a/stdio-common/scanf14a.c +++ b/stdio-common/scanf14a.c @@ -13,7 +13,7 @@ You should have received a copy of the 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 exercises the deprecated GNU %as, %aS, and %a[...] scanf modifiers, which are not available to programs compiled as C99 diff --git a/stdio-common/scanf15.c b/stdio-common/scanf15.c index e658e42a2f..16c1c064bf 100644 --- a/stdio-common/scanf15.c +++ b/stdio-common/scanf15.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/scanf16.c b/stdio-common/scanf16.c index 6e6f644e20..ab9a9b3dc7 100644 --- a/stdio-common/scanf16.c +++ b/stdio-common/scanf16.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/scanf16a.c b/stdio-common/scanf16a.c index 09dc6582ef..f589105267 100644 --- a/stdio-common/scanf16a.c +++ b/stdio-common/scanf16a.c @@ -13,7 +13,7 @@ You should have received a copy of the 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 exercises the deprecated GNU %as, %aS, and %a[...] scanf modifiers, which are not available to programs compiled as C99 diff --git a/stdio-common/scanf17.c b/stdio-common/scanf17.c index c17c1dab4d..1100ce538c 100644 --- a/stdio-common/scanf17.c +++ b/stdio-common/scanf17.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/siglist.c b/stdio-common/siglist.c index 2ceb0f64cf..18ca756a3d 100644 --- a/stdio-common/siglist.c +++ b/stdio-common/siglist.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 <stddef.h> #include <signal.h> diff --git a/stdio-common/snprintf.c b/stdio-common/snprintf.c index 573aed7330..3f78b49104 100644 --- a/stdio-common/snprintf.c +++ b/stdio-common/snprintf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <libioP.h> diff --git a/stdio-common/sprintf.c b/stdio-common/sprintf.c index 628a24e607..c4b419f233 100644 --- a/stdio-common/sprintf.c +++ b/stdio-common/sprintf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <libioP.h> diff --git a/stdio-common/sscanf.c b/stdio-common/sscanf.c index 59caf8df38..db30352d08 100644 --- a/stdio-common/sscanf.c +++ b/stdio-common/sscanf.c @@ -13,7 +13,7 @@ You should have received a copy of the 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/stdio-common/stdio_ext.h b/stdio-common/stdio_ext.h index 4fad1840fb..9b81ca3b20 100644 --- a/stdio-common/stdio_ext.h +++ b/stdio-common/stdio_ext.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 header contains the same definitions as the header of the same name on Sun's Solaris OS. */ diff --git a/stdio-common/stdio_lim.h.in b/stdio-common/stdio_lim.h.in index 0e8b300052..eb05959124 100644 --- a/stdio-common/stdio_lim.h.in +++ b/stdio-common/stdio_lim.h.in @@ -13,7 +13,7 @@ You should have received a copy of the 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_LIM_H #define _BITS_STDIO_LIM_H 1 diff --git a/stdio-common/tempnam.c b/stdio-common/tempnam.c index 0cbd4bcbad..0377981138 100644 --- a/stdio-common/tempnam.c +++ b/stdio-common/tempnam.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <string.h> diff --git a/stdio-common/tempname.c b/stdio-common/tempname.c index 54c97bf149..df0651b585 100644 --- a/stdio-common/tempname.c +++ b/stdio-common/tempname.c @@ -13,7 +13,7 @@ You should have received a copy of the 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 __need_size_t #include <stddef.h> diff --git a/stdio-common/test-fseek.c b/stdio-common/test-fseek.c index 7d680c215a..d3f4a88996 100644 --- a/stdio-common/test-fseek.c +++ b/stdio-common/test-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/>. */ #include <stdio.h> diff --git a/stdio-common/test-popen.c b/stdio-common/test-popen.c index ecae38be6f..0ccd9e5d32 100644 --- a/stdio-common/test-popen.c +++ b/stdio-common/test-popen.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public 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/stdio-common/test-vfprintf.c b/stdio-common/test-vfprintf.c index 039f8d7b79..5169f063e4 100644 --- a/stdio-common/test-vfprintf.c +++ b/stdio-common/test-vfprintf.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 <array_length.h> #include <locale.h> diff --git a/stdio-common/test_rdwr.c b/stdio-common/test_rdwr.c index c9d82a0fb1..5a219c381d 100644 --- a/stdio-common/test_rdwr.c +++ b/stdio-common/test_rdwr.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public 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/stdio-common/tmpfile.c b/stdio-common/tmpfile.c index 4a56afed71..1d0d4a283c 100644 --- a/stdio-common/tmpfile.c +++ b/stdio-common/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/>. */ #include <fcntl.h> #include <stdio.h> diff --git a/stdio-common/tmpfile64.c b/stdio-common/tmpfile64.c index 0ac413b8a6..1eeda19a2b 100644 --- a/stdio-common/tmpfile64.c +++ b/stdio-common/tmpfile64.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> diff --git a/stdio-common/tmpnam.c b/stdio-common/tmpnam.c index ac5a302547..46ca98d9ae 100644 --- a/stdio-common/tmpnam.c +++ b/stdio-common/tmpnam.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <string.h> diff --git a/stdio-common/tmpnam_r.c b/stdio-common/tmpnam_r.c index c031db1fd0..1c5e023b76 100644 --- a/stdio-common/tmpnam_r.c +++ b/stdio-common/tmpnam_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 <stdio.h> diff --git a/stdio-common/tst-bz11319.c b/stdio-common/tst-bz11319.c index 9472c06961..ae3e8a9bcd 100644 --- a/stdio-common/tst-bz11319.c +++ b/stdio-common/tst-bz11319.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 _GNU_SOURCE 1 diff --git a/stdio-common/tst-fileno.c b/stdio-common/tst-fileno.c index cc682c013d..620917bd3d 100644 --- a/stdio-common/tst-fileno.c +++ b/stdio-common/tst-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/>. */ #include <stdio.h> #include <stdlib.h> diff --git a/stdio-common/tst-fmemopen.c b/stdio-common/tst-fmemopen.c index 68269a9aba..702128059e 100644 --- a/stdio-common/tst-fmemopen.c +++ b/stdio-common/tst-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/>. */ #include <errno.h> #include <fcntl.h> diff --git a/stdio-common/tst-fmemopen2.c b/stdio-common/tst-fmemopen2.c index eb5d7cbbcc..22dd88effa 100644 --- a/stdio-common/tst-fmemopen2.c +++ b/stdio-common/tst-fmemopen2.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> diff --git a/stdio-common/tst-fmemopen3.c b/stdio-common/tst-fmemopen3.c index c91a5c7246..8ca2b59a59 100644 --- a/stdio-common/tst-fmemopen3.c +++ b/stdio-common/tst-fmemopen3.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 <stdio.h> diff --git a/stdio-common/tst-fmemopen4.c b/stdio-common/tst-fmemopen4.c index 97b485c696..a456768e0a 100644 --- a/stdio-common/tst-fmemopen4.c +++ b/stdio-common/tst-fmemopen4.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 <stdio.h> diff --git a/stdio-common/tst-fphex-wide.c b/stdio-common/tst-fphex-wide.c index 66e8709b78..fca50ad5d3 100644 --- a/stdio-common/tst-fphex-wide.c +++ b/stdio-common/tst-fphex-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> diff --git a/stdio-common/tst-fseek.c b/stdio-common/tst-fseek.c index 7626c8f37c..eb68273e72 100644 --- a/stdio-common/tst-fseek.c +++ b/stdio-common/tst-fseek.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 <error.h> #include <errno.h> diff --git a/stdio-common/tst-gets.c b/stdio-common/tst-gets.c index 65a4425d12..32114c5bdb 100644 --- a/stdio-common/tst-gets.c +++ b/stdio-common/tst-gets.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/>. */ /* This file tests gets. Force it to be declared. */ #include <features.h> diff --git a/stdio-common/tst-long-dbl-fphex.c b/stdio-common/tst-long-dbl-fphex.c index 99b90a4580..6c2665dfa5 100644 --- a/stdio-common/tst-long-dbl-fphex.c +++ b/stdio-common/tst-long-dbl-fphex.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 <wchar.h> diff --git a/stdio-common/tst-popen.c b/stdio-common/tst-popen.c index bd9db421b8..56a8575520 100644 --- a/stdio-common/tst-popen.c +++ b/stdio-common/tst-popen.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 <string.h> diff --git a/stdio-common/tst-printf-bz18872.sh b/stdio-common/tst-printf-bz18872.sh index 611bb5eacf..c9a419c011 100644 --- a/stdio-common/tst-printf-bz18872.sh +++ b/stdio-common/tst-printf-bz18872.sh @@ -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/>. # To test BZ #18872, we need a printf() with 10K arguments. # Such a printf could be generated with non-trivial macro diff --git a/stdio-common/tst-printf-round.c b/stdio-common/tst-printf-round.c index ec0a816135..17c0a2366c 100644 --- a/stdio-common/tst-printf-round.c +++ b/stdio-common/tst-printf-round.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 <fenv.h> diff --git a/stdio-common/tst-printf.c b/stdio-common/tst-printf.c index f48f5e8428..7e7a7699b4 100644 --- a/stdio-common/tst-printf.c +++ b/stdio-common/tst-printf.c @@ -13,7 +13,7 @@ You should have received a copy of the 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 BSD #include </usr/include/stdio.h> diff --git a/stdio-common/tst-printf.sh b/stdio-common/tst-printf.sh index 3a42911a87..310939ca4f 100644 --- a/stdio-common/tst-printf.sh +++ b/stdio-common/tst-printf.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/stdio-common/tst-printfsz-islongdouble.c b/stdio-common/tst-printfsz-islongdouble.c index 5b7af8ecf4..1674c1ae76 100644 --- a/stdio-common/tst-printfsz-islongdouble.c +++ b/stdio-common/tst-printfsz-islongdouble.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 <printf.h> #include <stdio.h> diff --git a/stdio-common/tst-printfsz-islongdouble.sh b/stdio-common/tst-printfsz-islongdouble.sh index d3e78901a0..7f17ab39f7 100644 --- a/stdio-common/tst-printfsz-islongdouble.sh +++ b/stdio-common/tst-printfsz-islongdouble.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/stdio-common/tst-put-error.c b/stdio-common/tst-put-error.c index 0e61fde5ad..c367d42ff8 100644 --- a/stdio-common/tst-put-error.c +++ b/stdio-common/tst-put-error.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/stdio-common/tst-renameat2.c b/stdio-common/tst-renameat2.c index edcd074307..5643d27217 100644 --- a/stdio-common/tst-renameat2.c +++ b/stdio-common/tst-renameat2.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/stdio-common/tst-scanf-round.c b/stdio-common/tst-scanf-round.c index 4f937c5c72..d01299e404 100644 --- a/stdio-common/tst-scanf-round.c +++ b/stdio-common/tst-scanf-round.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 <fenv.h> #include <stdio.h> diff --git a/stdio-common/tst-sprintf3.c b/stdio-common/tst-sprintf3.c index 5e1aaecd70..4d6d50d2ae 100644 --- a/stdio-common/tst-sprintf3.c +++ b/stdio-common/tst-sprintf3.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ /* Test bug #13941. */ diff --git a/stdio-common/tst-sscanf.c b/stdio-common/tst-sscanf.c index 8aa17245ac..798ad90742 100644 --- a/stdio-common/tst-sscanf.c +++ b/stdio-common/tst-sscanf.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 <stdlib.h> diff --git a/stdio-common/tst-tmpnam.c b/stdio-common/tst-tmpnam.c index b2c4315056..529ddf1bcc 100644 --- a/stdio-common/tst-tmpnam.c +++ b/stdio-common/tst-tmpnam.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/tst-unbputc.sh b/stdio-common/tst-unbputc.sh index de1d00ef26..22c5dcf59a 100755 --- a/stdio-common/tst-unbputc.sh +++ b/stdio-common/tst-unbputc.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/stdio-common/tst-unlockedio.c b/stdio-common/tst-unlockedio.c index 8e829f105b..afe6d0bebd 100644 --- a/stdio-common/tst-unlockedio.c +++ b/stdio-common/tst-unlockedio.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> #include <stdio.h> diff --git a/stdio-common/tst-vfprintf-mbs-prec.c b/stdio-common/tst-vfprintf-mbs-prec.c index 276f9aaba5..555b4e0a20 100644 --- a/stdio-common/tst-vfprintf-mbs-prec.c +++ b/stdio-common/tst-vfprintf-mbs-prec.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 <stdbool.h> diff --git a/stdio-common/tst-vfprintf-user-type.c b/stdio-common/tst-vfprintf-user-type.c index fed17e4131..822aeaab50 100644 --- a/stdio-common/tst-vfprintf-user-type.c +++ b/stdio-common/tst-vfprintf-user-type.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 contains a printf format specifier, %P, with a custom type which is a long/double pair. If a precision is specified, diff --git a/stdio-common/tst-vfprintf-width-prec.c b/stdio-common/tst-vfprintf-width-prec.c index 61dafb1e4d..be811944c9 100644 --- a/stdio-common/tst-vfprintf-width-prec.c +++ b/stdio-common/tst-vfprintf-width-prec.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/stdio-common/tstgetln.c b/stdio-common/tstgetln.c index 70a81ec93e..daa466b6fa 100644 --- a/stdio-common/tstgetln.c +++ b/stdio-common/tstgetln.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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/stdio-common/tstscanf.c b/stdio-common/tstscanf.c index 9abf9740c1..c30bf2eb5e 100644 --- a/stdio-common/tstscanf.c +++ b/stdio-common/tstscanf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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> #ifdef BSD diff --git a/stdio-common/vfprintf-internal.c b/stdio-common/vfprintf-internal.c index d9dca78fc6..547a3a868b 100644 --- a/stdio-common/vfprintf-internal.c +++ b/stdio-common/vfprintf-internal.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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 <ctype.h> diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index e331e24153..1ad37fa71f 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libio/libioP.h> diff --git a/stdio-common/vfscanf-internal.c b/stdio-common/vfscanf-internal.c index f43ceb1820..3fd466fd76 100644 --- a/stdio-common/vfscanf-internal.c +++ b/stdio-common/vfscanf-internal.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/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index b1ef0fc718..d5d5a53e2a 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -13,7 +13,7 @@ You should have received a copy of the 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/stdio-common/vfwprintf.c b/stdio-common/vfwprintf.c index bae7543aa0..61cdf2f86e 100644 --- a/stdio-common/vfwprintf.c +++ b/stdio-common/vfwprintf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ + <https://www.gnu.org/licenses/>. */ #include <libio/libioP.h> diff --git a/stdio-common/vfwscanf.c b/stdio-common/vfwscanf.c index e75aafe39e..79339b2efa 100644 --- a/stdio-common/vfwscanf.c +++ b/stdio-common/vfwscanf.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 file defines one of the deprecated scanf variants. */ #include <features.h> diff --git a/stdio-common/vprintf.c b/stdio-common/vprintf.c index fe51469046..91ae9c48a7 100644 --- a/stdio-common/vprintf.c +++ b/stdio-common/vprintf.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU 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> #undef __OPTIMIZE__ /* Avoid inline `vprintf' function. */ |