]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Prefer https to http for gnu.org and fsf.org URLs
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Sep 2019 05:40:42 +0000 (22:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 Sep 2019 09:43:31 +0000 (02:43 -0700)
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

10598 files changed:
INSTALL
LICENSES
Makeconfig
Makefile
Makerules
NEWS
README
Rules
argp/Makefile
argp/argp-ba.c
argp/argp-eexst.c
argp/argp-fmtstream.c
argp/argp-fmtstream.h
argp/argp-fs-xinl.c
argp/argp-help.c
argp/argp-namefrob.h
argp/argp-parse.c
argp/argp-pv.c
argp/argp-pvh.c
argp/argp-test.c
argp/argp-xinl.c
argp/argp.h
argp/bits/argp-ldbl.h
argp/tst-argp1.c
argp/tst-argp2.c
argp/tst-ldbl-argp.c
assert/Makefile
assert/__assert.c
assert/assert-perr.c
assert/assert.c
assert/assert.h
assert/tst-assert-c++.cc
assert/tst-assert-g++.cc
benchtests/Makefile
benchtests/bench-malloc-simple.c
benchtests/bench-malloc-thread.c
benchtests/bench-math-inlines.c
benchtests/bench-memccpy.c
benchtests/bench-memchr.c
benchtests/bench-memcmp.c
benchtests/bench-memcpy-large.c
benchtests/bench-memcpy-random.c
benchtests/bench-memcpy-walk.c
benchtests/bench-memcpy.c
benchtests/bench-memmem.c
benchtests/bench-memmove-large.c
benchtests/bench-memmove-walk.c
benchtests/bench-memmove.c
benchtests/bench-mempcpy.c
benchtests/bench-memrchr.c
benchtests/bench-memset-large.c
benchtests/bench-memset-walk.c
benchtests/bench-memset.c
benchtests/bench-rawmemchr.c
benchtests/bench-skeleton.c
benchtests/bench-stpcpy.c
benchtests/bench-stpcpy_chk.c
benchtests/bench-stpncpy.c
benchtests/bench-strcasecmp.c
benchtests/bench-strcasestr.c
benchtests/bench-strcat.c
benchtests/bench-strchr.c
benchtests/bench-strchrnul.c
benchtests/bench-strcmp.c
benchtests/bench-strcoll.c
benchtests/bench-strcpy.c
benchtests/bench-strcpy_chk.c
benchtests/bench-strcspn.c
benchtests/bench-string.h
benchtests/bench-strlen.c
benchtests/bench-strncasecmp.c
benchtests/bench-strncat.c
benchtests/bench-strncmp.c
benchtests/bench-strncpy.c
benchtests/bench-strnlen.c
benchtests/bench-strpbrk.c
benchtests/bench-strrchr.c
benchtests/bench-strsep.c
benchtests/bench-strspn.c
benchtests/bench-strstr.c
benchtests/bench-strtod.c
benchtests/bench-strtok.c
benchtests/bench-timing-type.c
benchtests/bench-timing.h
benchtests/bench-util.c
benchtests/bench-util.h
benchtests/bench-wcpcpy.c
benchtests/bench-wcpncpy.c
benchtests/bench-wcscat.c
benchtests/bench-wcschr.c
benchtests/bench-wcschrnul.c
benchtests/bench-wcscmp.c
benchtests/bench-wcscpy.c
benchtests/bench-wcscspn.c
benchtests/bench-wcslen.c
benchtests/bench-wcsncat.c
benchtests/bench-wcsncmp.c
benchtests/bench-wcsncpy.c
benchtests/bench-wcsnlen.c
benchtests/bench-wcspbrk.c
benchtests/bench-wcsrchr.c
benchtests/bench-wcsspn.c
benchtests/bench-wmemchr.c
benchtests/bench-wmemcmp.c
benchtests/bench-wmemset.c
benchtests/json-lib.c
benchtests/json-lib.h
benchtests/pthread_once-source.c
benchtests/scripts/bench.py
benchtests/scripts/compare_bench.py
benchtests/scripts/compare_strings.py
benchtests/scripts/import_bench.py
benchtests/scripts/validate_benchout.py
benchtests/thread_create-source.c
bits/byteswap.h
bits/confname.h
bits/dirent.h
bits/dirent_ext.h
bits/dlfcn.h
bits/environments.h
bits/errno.h
bits/fcntl.h
bits/fenv.h
bits/floatn-common.h
bits/floatn.h
bits/flt-eval-method.h
bits/fp-fast.h
bits/fp-logb.h
bits/hwcap.h
bits/in.h
bits/indirect-return.h
bits/ioctl-types.h
bits/ipc.h
bits/ipctypes.h
bits/iscanonical.h
bits/libc-header-start.h
bits/libm-simd-decl-stubs.h
bits/long-double.h
bits/math-finite.h
bits/math-vector.h
bits/mathdef.h
bits/mman.h
bits/mqueue.h
bits/msq.h
bits/netdb.h
bits/param.h
bits/poll.h
bits/resource.h
bits/sched.h
bits/select.h
bits/sem.h
bits/shm.h
bits/sigaction.h
bits/sigcontext.h
bits/sigevent-consts.h
bits/siginfo-consts.h
bits/signal_ext.h
bits/signum-generic.h
bits/signum.h
bits/sigstack.h
bits/sigthread.h
bits/sockaddr.h
bits/socket.h
bits/ss_flags.h
bits/stat.h
bits/statfs.h
bits/statvfs.h
bits/stdint-intn.h
bits/stdint-uintn.h
bits/stdlib-bsearch.h
bits/sys_errlist.h
bits/syslog-path.h
bits/sysmacros.h
bits/termios.h
bits/time.h
bits/time64.h
bits/timesize.h
bits/types/error_t.h
bits/types/stack_t.h
bits/types/struct_sched_param.h
bits/typesizes.h
bits/uintn-identity.h
bits/uio-ext.h
bits/uio_lim.h
bits/unistd_ext.h
bits/utmp.h
bits/utsname.h
bits/waitflags.h
bits/waitstatus.h
bits/wchar.h
catgets/Makefile
catgets/catgets.c
catgets/catgetsinfo.h
catgets/gencat.c
catgets/nl_types.h
catgets/open_catalog.c
catgets/test-gencat.sh
catgets/xopen-msg.awk
configure
configure.ac
conform/Makefile
conform/check-header-lists.sh
conform/conformtest.py
conform/glibcconform.py
conform/linknamespace.py
conform/list-header-symbols.py
crypt/Makefile
crypt/badsalttest.c
crypt/crypt-entry.c
crypt/crypt-private.h
crypt/crypt.c
crypt/crypt.h
crypt/crypt_util.c
crypt/md5-crypt.c
crypt/md5.c
crypt/md5.h
crypt/md5test-giant.c
crypt/sha256-crypt.c
crypt/sha256.c
crypt/sha256.h
crypt/sha512-crypt.c
crypt/sha512.c
crypt/sha512.h
crypt/ufc-crypt.h
crypt/ufc.c
csu/Makefile
csu/abi-note.S
csu/check_fds.c
csu/dso_handle.c
csu/elf-init.c
csu/errno-loc.c
csu/errno.c
csu/gmon-start.c
csu/init-first.c
csu/init.c
csu/libc-start.c
csu/libc-tls.c
csu/static-reloc.c
csu/version.c
ctype/Makefile
ctype/ctype-c99.c
ctype/ctype-c99_l.c
ctype/ctype-extn.c
ctype/ctype-info.c
ctype/ctype.c
ctype/ctype.h
ctype/ctype_l.c
ctype/isctype.c
ctype/test_ctype.c
debug/Makefile
debug/asprintf_chk.c
debug/backtrace.c
debug/backtracesyms.c
debug/backtracesymsfd.c
debug/catchsegv.sh
debug/chk_fail.c
debug/confstr_chk.c
debug/dprintf_chk.c
debug/execinfo.h
debug/explicit_bzero_chk.c
debug/fdelt_chk.c
debug/fgets_chk.c
debug/fgets_u_chk.c
debug/fgetws_chk.c
debug/fgetws_u_chk.c
debug/fortify_fail.c
debug/fprintf_chk.c
debug/fread_chk.c
debug/fread_u_chk.c
debug/fwprintf_chk.c
debug/getcwd_chk.c
debug/getdomainname_chk.c
debug/getgroups_chk.c
debug/gethostname_chk.c
debug/gets_chk.c
debug/getwd_chk.c
debug/longjmp_chk.c
debug/mbsnrtowcs_chk.c
debug/mbsrtowcs_chk.c
debug/mbstowcs_chk.c
debug/memcpy_chk.c
debug/memmove_chk.c
debug/mempcpy_chk.c
debug/memset_chk.c
debug/noophooks.c
debug/obprintf_chk.c
debug/pcprofile.c
debug/pcprofiledump.c
debug/poll_chk.c
debug/ppoll_chk.c
debug/pread64_chk.c
debug/pread_chk.c
debug/printf_chk.c
debug/read_chk.c
debug/readlink_chk.c
debug/readlinkat_chk.c
debug/readonly-area.c
debug/realpath_chk.c
debug/recv_chk.c
debug/recvfrom_chk.c
debug/segfault.c
debug/snprintf_chk.c
debug/sprintf_chk.c
debug/stack_chk_fail.c
debug/stack_chk_fail_local.c
debug/stpcpy_chk.c
debug/stpncpy_chk.c
debug/strcat_chk.c
debug/strcpy_chk.c
debug/strncat_chk.c
debug/strncpy_chk.c
debug/swprintf_chk.c
debug/test-stpcpy_chk.c
debug/test-strcpy_chk.c
debug/tst-backtrace.h
debug/tst-backtrace2.c
debug/tst-backtrace3.c
debug/tst-backtrace4.c
debug/tst-backtrace5.c
debug/tst-backtrace6.c
debug/tst-chk1.c
debug/tst-longjmp_chk3.c
debug/tst-ssp-1.c
debug/ttyname_r_chk.c
debug/vasprintf_chk.c
debug/vdprintf_chk.c
debug/vfprintf_chk.c
debug/vfwprintf_chk.c
debug/vobprintf_chk.c
debug/vprintf_chk.c
debug/vsnprintf_chk.c
debug/vsprintf_chk.c
debug/vswprintf_chk.c
debug/vwprintf_chk.c
debug/warning-nop.c
debug/wcpcpy_chk.c
debug/wcpncpy_chk.c
debug/wcrtomb_chk.c
debug/wcscat_chk.c
debug/wcscpy_chk.c
debug/wcsncat_chk.c
debug/wcsncpy_chk.c
debug/wcsnrtombs_chk.c
debug/wcsrtombs_chk.c
debug/wcstombs_chk.c
debug/wctomb_chk.c
debug/wmemcpy_chk.c
debug/wmemmove_chk.c
debug/wmempcpy_chk.c
debug/wmemset_chk.c
debug/wprintf_chk.c
debug/xtrace.sh
dirent/Makefile
dirent/alphasort.c
dirent/alphasort64.c
dirent/closedir.c
dirent/dirent.h
dirent/dirfd.c
dirent/fdopendir.c
dirent/getdents.c
dirent/getdents64.c
dirent/list.c
dirent/opendir-tst1.c
dirent/opendir.c
dirent/readdir.c
dirent/readdir64.c
dirent/readdir64_r.c
dirent/readdir_r.c
dirent/rewinddir.c
dirent/scandir-cancel.c
dirent/scandir-tail-common.c
dirent/scandir-tail.c
dirent/scandir.c
dirent/scandir64-tail.c
dirent/scandir64.c
dirent/scandirat.c
dirent/scandirat64.c
dirent/seekdir.c
dirent/telldir.c
dirent/tst-scandir.c
dirent/versionsort.c
dirent/versionsort64.c
dlfcn/Makefile
dlfcn/bug-dl-leaf-lib-cb.c
dlfcn/bug-dl-leaf-lib.c
dlfcn/bug-dl-leaf.c
dlfcn/dladdr.c
dlfcn/dladdr1.c
dlfcn/dlclose.c
dlfcn/dlerror.c
dlfcn/dlfcn.c
dlfcn/dlfcn.h
dlfcn/dlfreeres.c
dlfcn/dlinfo.c
dlfcn/dlmopen.c
dlfcn/dlopen.c
dlfcn/dlopenold.c
dlfcn/dlsym.c
dlfcn/dlvsym.c
dlfcn/errmsg1.c
dlfcn/errmsg1mod.c
dlfcn/glreflib1.c
dlfcn/glreflib2.c
dlfcn/glrefmain.c
dlfcn/modatexit.c
dlfcn/modcxaatexit.c
dlfcn/modstatic3.c
dlfcn/modstatic5.c
dlfcn/tst-dladdr.c
dlfcn/tst-dlinfo.c
dlfcn/tst-rec-dlopen.c
dlfcn/tstatexit.c
dlfcn/tstcxaatexit.c
dlfcn/tststatic3.c
dlfcn/tststatic4.c
dlfcn/tststatic5.c
elf/Makefile
elf/cache.c
elf/chroot_canon.c
elf/dl-addr-obj.c
elf/dl-addr.c
elf/dl-cache.c
elf/dl-close.c
elf/dl-conflict.c
elf/dl-debug.c
elf/dl-deps.c
elf/dl-dst.h
elf/dl-environ.c
elf/dl-error-minimal.c
elf/dl-error-skeleton.c
elf/dl-error.c
elf/dl-exception.c
elf/dl-execstack.c
elf/dl-fini.c
elf/dl-fptr.c
elf/dl-hwcaps.c
elf/dl-hwcaps.h
elf/dl-init.c
elf/dl-iteratephdr.c
elf/dl-libc.c
elf/dl-load.c
elf/dl-load.h
elf/dl-lookup.c
elf/dl-machine-reject-phdr.h
elf/dl-map-segments.h
elf/dl-minimal.c
elf/dl-misc.c
elf/dl-object.c
elf/dl-open.c
elf/dl-origin.c
elf/dl-profile.c
elf/dl-profstub.c
elf/dl-reloc-static-pie.c
elf/dl-reloc.c
elf/dl-runtime.c
elf/dl-scope.c
elf/dl-sort-maps.c
elf/dl-support.c
elf/dl-sym.c
elf/dl-symaddr.c
elf/dl-sysdep-open.h
elf/dl-sysdep.c
elf/dl-tls.c
elf/dl-tunable-types.h
elf/dl-tunables.c
elf/dl-tunables.h
elf/dl-tunables.list
elf/dl-unmap-segments.h
elf/dl-version.c
elf/dl-writev.h
elf/do-rel.h
elf/dynamic-link.h
elf/elf.h
elf/enbl-secure.c
elf/get-dynamic-info.h
elf/ifuncmain9.c
elf/interp.c
elf/ldconfig.c
elf/ldd.bash.in
elf/link.h
elf/pldd-xx.c
elf/pldd.c
elf/readelflib.c
elf/readlib.c
elf/rtld-Rules
elf/rtld.c
elf/setup-vdso.h
elf/sln.c
elf/sotruss-lib.c
elf/sotruss.sh
elf/sprof.c
elf/static-stubs.c
elf/tlsdeschtab.h
elf/tst-_dl_addr_inside_object.c
elf/tst-absolute-sym-lib.c
elf/tst-absolute-sym-lib.lds
elf/tst-absolute-sym.c
elf/tst-absolute-zero-lib.c
elf/tst-absolute-zero.c
elf/tst-align.c
elf/tst-align2.c
elf/tst-alignmod.c
elf/tst-alignmod2.c
elf/tst-audit11.c
elf/tst-audit11mod1.c
elf/tst-audit11mod2.c
elf/tst-audit11mod2.map
elf/tst-audit12.c
elf/tst-audit12mod1.c
elf/tst-audit12mod2.c
elf/tst-audit12mod2.map
elf/tst-audit12mod3.c
elf/tst-audit13.c
elf/tst-audit13mod1.c
elf/tst-auditmod11.c
elf/tst-auditmod12.c
elf/tst-auxv.c
elf/tst-big-note-lib.S
elf/tst-big-note.c
elf/tst-create_format1.c
elf/tst-debug1.c
elf/tst-dl-iter-static.c
elf/tst-dlmodcount.c
elf/tst-dlopen-aout-container.c
elf/tst-dlopen-aout.c
elf/tst-dlopen-pie.c
elf/tst-dlopenrpath.c
elf/tst-dlopenrpathmod.c
elf/tst-dlsym-error.c
elf/tst-env-setuid-tunables.c
elf/tst-env-setuid.c
elf/tst-gnu2-tls1.c
elf/tst-gnu2-tls1mod.c
elf/tst-ifunc-textrel.c
elf/tst-latepthread.c
elf/tst-latepthreadmod.c
elf/tst-ldconfig-X.sh
elf/tst-ldconfig-bad-aux-cache.c
elf/tst-libc_dlvsym-dso.c
elf/tst-libc_dlvsym-static.c
elf/tst-libc_dlvsym.c
elf/tst-libc_dlvsym.h
elf/tst-linkall-static.c
elf/tst-main1.c
elf/tst-main1mod.c
elf/tst-nodelete-dlclose-dso.c
elf/tst-nodelete-dlclose-plugin.c
elf/tst-nodelete-dlclose.c
elf/tst-nodelete-opened-lib.c
elf/tst-nodelete-opened.c
elf/tst-noload.c
elf/tst-null-argv-lib.c
elf/tst-null-argv.c
elf/tst-pathopt.sh
elf/tst-pie2.c
elf/tst-pldd.c
elf/tst-prelink.c
elf/tst-protected1a.c
elf/tst-protected1b.c
elf/tst-protected1mod.h
elf/tst-protected1moda.c
elf/tst-protected1modb.c
elf/tst-ptrguard1.c
elf/tst-rtld-load-self.sh
elf/tst-rtld-preload.sh
elf/tst-sonamemove-dlopen.c
elf/tst-sonamemove-link.c
elf/tst-sonamemove-linkmod1.c
elf/tst-sonamemove-runmod1.c
elf/tst-sonamemove-runmod2.c
elf/tst-stackguard1.c
elf/tst-tls-manydynamic.c
elf/tst-tls-manydynamic.h
elf/tst-tls-manydynamicmod.c
elf/tst-tlsalign-extern.c
elf/tst-tlsalign.c
elf/tst-unwind-ctor-lib.c
elf/tst-unwind-ctor.c
elf/tst-unwind-main.c
elf/vismain.c
elf/vismod1.c
elf/vismod2.c
elf/vismod3.c
gmon/Makefile
gmon/profil.c
gmon/sprofil.c
gmon/sys/gmon_out.h
gmon/sys/profil.h
gmon/tst-gmon-gprof.sh
gmon/tst-gmon-static-gprof.sh
gmon/tst-gmon.c
gmon/tst-sprofil.c
gnulib/Makefile
gnulib/tst-gcc.c
grp/Makefile
grp/fgetgrent.c
grp/fgetgrent_r.c
grp/getgrent.c
grp/getgrent_r.c
grp/getgrgid.c
grp/getgrgid_r.c
grp/getgrnam.c
grp/getgrnam_r.c
grp/grp-merge.c
grp/grp-merge.h
grp/grp.h
grp/initgroups.c
grp/putgrent.c
grp/setgroups.c
grp/tst-putgrent.c
grp/tst_fgetgrent.c
grp/tst_fgetgrent.sh
gshadow/Makefile
gshadow/fgetsgent.c
gshadow/fgetsgent_r.c
gshadow/getsgent.c
gshadow/getsgent_r.c
gshadow/getsgnam.c
gshadow/getsgnam_r.c
gshadow/gshadow.h
gshadow/putsgent.c
gshadow/sgetsgent.c
gshadow/sgetsgent_r.c
gshadow/tst-putsgent.c
hesiod/Makefile
hesiod/hesiod.c
hesiod/hesiod.h
hesiod/hesiod_p.h
hesiod/nss_hesiod/hesiod-grp.c
hesiod/nss_hesiod/hesiod-proto.c
hesiod/nss_hesiod/hesiod-pwd.c
hesiod/nss_hesiod/hesiod-service.c
htl/Makefile
htl/alloca_cutoff.c
htl/cthreads-compat.c
htl/forward.c
htl/libc_pthread_init.c
htl/lockfile.c
htl/pt-alloc.c
htl/pt-cancel.c
htl/pt-cleanup.c
htl/pt-create.c
htl/pt-dealloc.c
htl/pt-detach.c
htl/pt-exit.c
htl/pt-getattr.c
htl/pt-initialize.c
htl/pt-internal.h
htl/pt-join.c
htl/pt-self.c
htl/pt-setcancelstate.c
htl/pt-setcanceltype.c
htl/pt-sigmask.c
htl/pt-spin-inlines.c
htl/pt-testcancel.c
htl/pt-yield.c
htl/tests/test-1.c
htl/tests/test-10.c
htl/tests/test-11.c
htl/tests/test-12.c
htl/tests/test-13.c
htl/tests/test-14.c
htl/tests/test-15.c
htl/tests/test-16.c
htl/tests/test-17.c
htl/tests/test-2.c
htl/tests/test-3.c
htl/tests/test-4.c
htl/tests/test-5.c
htl/tests/test-6.c
htl/tests/test-7.c
htl/tests/test-8.c
htl/tests/test-9.c
htl/tests/test-__pthread_destroy_specific-skip.c
hurd/Makefile
hurd/alloc-fd.c
hurd/catch-exc.c
hurd/catch-signal.c
hurd/compat-20.c
hurd/ctty-input.c
hurd/ctty-output.c
hurd/dtable.c
hurd/exc2signal.c
hurd/fchroot.c
hurd/fd-close.c
hurd/fd-read.c
hurd/fd-write.c
hurd/fopenport.c
hurd/get-host.c
hurd/getdport.c
hurd/geteuids.c
hurd/getumask.c
hurd/hurd-raise.c
hurd/hurd.h
hurd/hurd/fd.h
hurd/hurd/id.h
hurd/hurd/ioctl.h
hurd/hurd/lookup.h
hurd/hurd/port.h
hurd/hurd/resource.h
hurd/hurd/signal.h
hurd/hurd/sigpreempt.h
hurd/hurd/threadvar.h
hurd/hurd/userlink.h
hurd/hurd/xattr.h
hurd/hurdauth.c
hurd/hurdchdir.c
hurd/hurdexec.c
hurd/hurdfault.c
hurd/hurdfault.h
hurd/hurdfchdir.c
hurd/hurdhost.h
hurd/hurdid.c
hurd/hurdinit.c
hurd/hurdioctl.c
hurd/hurdkill.c
hurd/hurdlock.c
hurd/hurdlock.h
hurd/hurdlookup.c
hurd/hurdmsg.c
hurd/hurdpid.c
hurd/hurdports.c
hurd/hurdprio.c
hurd/hurdrlimit.c
hurd/hurdselect.c
hurd/hurdsig.c
hurd/hurdsock.c
hurd/hurdsocket.h
hurd/hurdstartup.c
hurd/hurdstartup.h
hurd/intern-fd.c
hurd/intr-msg.c
hurd/intr-rpc.defs
hurd/intr-rpc.h
hurd/longjmp-ts.c
hurd/lookup-at.c
hurd/lookup-retry.c
hurd/msgportdemux.c
hurd/new-fd.c
hurd/openport.c
hurd/path-lookup.c
hurd/pid2task.c
hurd/port-cleanup.c
hurd/port2fd.c
hurd/ports-get.c
hurd/ports-set.c
hurd/preempt-sig.c
hurd/privports.c
hurd/report-wait.c
hurd/set-host.c
hurd/setauth.c
hurd/seteuids.c
hurd/siginfo.c
hurd/sigunwind.c
hurd/task2pid.c
hurd/thread-cancel.c
hurd/thread-self.c
hurd/trampoline.c
hurd/vpprintf.c
hurd/xattr.c
iconv/Makefile
iconv/dummy-repertoire.c
iconv/gconv.c
iconv/gconv.h
iconv/gconv_builtin.c
iconv/gconv_builtin.h
iconv/gconv_cache.c
iconv/gconv_charset.h
iconv/gconv_close.c
iconv/gconv_conf.c
iconv/gconv_db.c
iconv/gconv_dl.c
iconv/gconv_int.h
iconv/gconv_open.c
iconv/gconv_simple.c
iconv/gconv_trans.c
iconv/iconv.c
iconv/iconv.h
iconv/iconv_charmap.c
iconv/iconv_close.c
iconv/iconv_open.c
iconv/iconv_prog.c
iconv/iconv_prog.h
iconv/iconvconfig.c
iconv/iconvconfig.h
iconv/loop.c
iconv/skeleton.c
iconv/strtab.c
iconv/test-gconv-modules
iconv/tst-gconv-init-failure-mod.c
iconv/tst-gconv-init-failure.c
iconv/tst-iconv-mt.c
iconv/tst-iconv2.c
iconv/tst-iconv5.c
iconv/tst-iconv6.c
iconv/tst-iconv7.c
iconvdata/8bit-gap.c
iconvdata/8bit-generic.c
iconvdata/Makefile
iconvdata/TESTS
iconvdata/TESTS2
iconvdata/ansi_x3.110.c
iconvdata/armscii-8.c
iconvdata/asmo_449.c
iconvdata/big5.c
iconvdata/big5hkscs.c
iconvdata/brf.c
iconvdata/bug-iconv10.c
iconvdata/bug-iconv11.c
iconvdata/bug-iconv12.c
iconvdata/bug-iconv3.c
iconvdata/cns11643.c
iconvdata/cns11643.h
iconvdata/cns11643l1.c
iconvdata/cns11643l1.h
iconvdata/cns11643l2.h
iconvdata/cp10007.c
iconvdata/cp1125.c
iconvdata/cp1250.c
iconvdata/cp1251.c
iconvdata/cp1252.c
iconvdata/cp1253.c
iconvdata/cp1254.c
iconvdata/cp1255.c
iconvdata/cp1256.c
iconvdata/cp1257.c
iconvdata/cp1258.c
iconvdata/cp737.c
iconvdata/cp737.h
iconvdata/cp770.c
iconvdata/cp771.c
iconvdata/cp772.c
iconvdata/cp773.c
iconvdata/cp774.c
iconvdata/cp775.c
iconvdata/cp775.h
iconvdata/cp932.c
iconvdata/csn_369103.c
iconvdata/cwi.c
iconvdata/dec-mcs.c
iconvdata/ebcdic-at-de-a.c
iconvdata/ebcdic-at-de.c
iconvdata/ebcdic-ca-fr.c
iconvdata/ebcdic-dk-no-a.c
iconvdata/ebcdic-dk-no.c
iconvdata/ebcdic-es-a.c
iconvdata/ebcdic-es-s.c
iconvdata/ebcdic-es.c
iconvdata/ebcdic-fi-se-a.c
iconvdata/ebcdic-fi-se.c
iconvdata/ebcdic-fr.c
iconvdata/ebcdic-is-friss.c
iconvdata/ebcdic-it.c
iconvdata/ebcdic-pt.c
iconvdata/ebcdic-uk.c
iconvdata/ebcdic-us.c
iconvdata/ecma-cyrillic.c
iconvdata/euc-cn.c
iconvdata/euc-jisx0213.c
iconvdata/euc-jp-ms.c
iconvdata/euc-jp.c
iconvdata/euc-kr.c
iconvdata/euc-tw.c
iconvdata/gb18030.c
iconvdata/gb2312.c
iconvdata/gb2312.h
iconvdata/gbbig5.c
iconvdata/gbgbk.c
iconvdata/gbk.c
iconvdata/gconv-modules
iconvdata/georgian-academy.c
iconvdata/georgian-ps.c
iconvdata/gost_19768-74.c
iconvdata/greek-ccitt.c
iconvdata/greek7-old.c
iconvdata/greek7.c
iconvdata/hp-greek8.c
iconvdata/hp-roman8.c
iconvdata/hp-roman9.c
iconvdata/hp-thai8.c
iconvdata/hp-turkish8.c
iconvdata/ibm037.c
iconvdata/ibm038.c
iconvdata/ibm1004.c
iconvdata/ibm1008.c
iconvdata/ibm1008.h
iconvdata/ibm1008_420.c
iconvdata/ibm1025.c
iconvdata/ibm1025.h
iconvdata/ibm1026.c
iconvdata/ibm1046.c
iconvdata/ibm1046.h
iconvdata/ibm1047.c
iconvdata/ibm1097.c
iconvdata/ibm1097.h
iconvdata/ibm1112.c
iconvdata/ibm1112.h
iconvdata/ibm1122.c
iconvdata/ibm1122.h
iconvdata/ibm1123.c
iconvdata/ibm1123.h
iconvdata/ibm1124.c
iconvdata/ibm1124.h
iconvdata/ibm1129.c
iconvdata/ibm1129.h
iconvdata/ibm1130.c
iconvdata/ibm1130.h
iconvdata/ibm1132.c
iconvdata/ibm1132.h
iconvdata/ibm1133.c
iconvdata/ibm1133.h
iconvdata/ibm1137.c
iconvdata/ibm1137.h
iconvdata/ibm1140.c
iconvdata/ibm1140.h
iconvdata/ibm1141.c
iconvdata/ibm1141.h
iconvdata/ibm1142.c
iconvdata/ibm1142.h
iconvdata/ibm1143.c
iconvdata/ibm1143.h
iconvdata/ibm1144.c
iconvdata/ibm1144.h
iconvdata/ibm1145.c
iconvdata/ibm1145.h
iconvdata/ibm1146.c
iconvdata/ibm1146.h
iconvdata/ibm1147.c
iconvdata/ibm1147.h
iconvdata/ibm1148.c
iconvdata/ibm1148.h
iconvdata/ibm1149.c
iconvdata/ibm1149.h
iconvdata/ibm1153.c
iconvdata/ibm1153.h
iconvdata/ibm1154.c
iconvdata/ibm1154.h
iconvdata/ibm1155.c
iconvdata/ibm1155.h
iconvdata/ibm1156.c
iconvdata/ibm1156.h
iconvdata/ibm1157.c
iconvdata/ibm1157.h
iconvdata/ibm1158.c
iconvdata/ibm1158.h
iconvdata/ibm1160.c
iconvdata/ibm1160.h
iconvdata/ibm1161.c
iconvdata/ibm1161.h
iconvdata/ibm1162.c
iconvdata/ibm1162.h
iconvdata/ibm1163.c
iconvdata/ibm1163.h
iconvdata/ibm1164.c
iconvdata/ibm1164.h
iconvdata/ibm1166.c
iconvdata/ibm1166.h
iconvdata/ibm1167.c
iconvdata/ibm1167.h
iconvdata/ibm12712.c
iconvdata/ibm12712.h
iconvdata/ibm1364.c
iconvdata/ibm1364.h
iconvdata/ibm1371.c
iconvdata/ibm1371.h
iconvdata/ibm1388.c
iconvdata/ibm1388.h
iconvdata/ibm1390.c
iconvdata/ibm1390.h
iconvdata/ibm1399.c
iconvdata/ibm1399.h
iconvdata/ibm16804.c
iconvdata/ibm16804.h
iconvdata/ibm256.c
iconvdata/ibm273.c
iconvdata/ibm274.c
iconvdata/ibm275.c
iconvdata/ibm277.c
iconvdata/ibm278.c
iconvdata/ibm280.c
iconvdata/ibm281.c
iconvdata/ibm284.c
iconvdata/ibm285.c
iconvdata/ibm290.c
iconvdata/ibm297.c
iconvdata/ibm420.c
iconvdata/ibm423.c
iconvdata/ibm424.c
iconvdata/ibm437.c
iconvdata/ibm4517.c
iconvdata/ibm4517.h
iconvdata/ibm4899.c
iconvdata/ibm4899.h
iconvdata/ibm4909.c
iconvdata/ibm4909.h
iconvdata/ibm4971.c
iconvdata/ibm4971.h
iconvdata/ibm500.c
iconvdata/ibm5347.c
iconvdata/ibm5347.h
iconvdata/ibm803.c
iconvdata/ibm803.h
iconvdata/ibm850.c
iconvdata/ibm851.c
iconvdata/ibm852.c
iconvdata/ibm855.c
iconvdata/ibm856.c
iconvdata/ibm856.h
iconvdata/ibm857.c
iconvdata/ibm858.c
iconvdata/ibm860.c
iconvdata/ibm861.c
iconvdata/ibm862.c
iconvdata/ibm863.c
iconvdata/ibm864.c
iconvdata/ibm865.c
iconvdata/ibm866.c
iconvdata/ibm866nav.c
iconvdata/ibm868.c
iconvdata/ibm869.c
iconvdata/ibm870.c
iconvdata/ibm871.c
iconvdata/ibm874.c
iconvdata/ibm875.c
iconvdata/ibm880.c
iconvdata/ibm891.c
iconvdata/ibm901.c
iconvdata/ibm901.h
iconvdata/ibm902.c
iconvdata/ibm902.h
iconvdata/ibm903.c
iconvdata/ibm9030.c
iconvdata/ibm9030.h
iconvdata/ibm904.c
iconvdata/ibm905.c
iconvdata/ibm9066.c
iconvdata/ibm9066.h
iconvdata/ibm918.c
iconvdata/ibm921.c
iconvdata/ibm921.h
iconvdata/ibm922.c
iconvdata/ibm922.h
iconvdata/ibm930.c
iconvdata/ibm930.h
iconvdata/ibm932.c
iconvdata/ibm932.h
iconvdata/ibm933.c
iconvdata/ibm933.h
iconvdata/ibm935.c
iconvdata/ibm935.h
iconvdata/ibm937.c
iconvdata/ibm937.h
iconvdata/ibm939.c
iconvdata/ibm939.h
iconvdata/ibm943.c
iconvdata/ibm943.h
iconvdata/ibm9448.c
iconvdata/ibm9448.h
iconvdata/iec_p27-1.c
iconvdata/inis-8.c
iconvdata/inis-cyrillic.c
iconvdata/inis.c
iconvdata/isiri-3342.c
iconvdata/iso-2022-cn-ext.c
iconvdata/iso-2022-cn.c
iconvdata/iso-2022-jp-3.c
iconvdata/iso-2022-jp.c
iconvdata/iso-2022-kr.c
iconvdata/iso-ir-165.c
iconvdata/iso-ir-165.h
iconvdata/iso-ir-197.c
iconvdata/iso-ir-209.c
iconvdata/iso646.c
iconvdata/iso8859-1.c
iconvdata/iso8859-10.c
iconvdata/iso8859-11.c
iconvdata/iso8859-13.c
iconvdata/iso8859-14.c
iconvdata/iso8859-15.c
iconvdata/iso8859-16.c
iconvdata/iso8859-2.c
iconvdata/iso8859-3.c
iconvdata/iso8859-4.c
iconvdata/iso8859-5.c
iconvdata/iso8859-6.c
iconvdata/iso8859-7.c
iconvdata/iso8859-8.c
iconvdata/iso8859-9.c
iconvdata/iso8859-9e.c
iconvdata/iso_10367-box.c
iconvdata/iso_11548-1.c
iconvdata/iso_2033.c
iconvdata/iso_5427-ext.c
iconvdata/iso_5427.c
iconvdata/iso_5428.c
iconvdata/iso_6937-2.c
iconvdata/iso_6937.c
iconvdata/jis0201.c
iconvdata/jis0201.h
iconvdata/jis0208.c
iconvdata/jis0208.h
iconvdata/jis0212.c
iconvdata/jis0212.h
iconvdata/jisx0213.c
iconvdata/jisx0213.h
iconvdata/johab.c
iconvdata/koi-8.c
iconvdata/koi8-r.c
iconvdata/koi8-ru.c
iconvdata/koi8-t.c
iconvdata/koi8-u.c
iconvdata/ksc5601.c
iconvdata/ksc5601.h
iconvdata/latin-greek-1.c
iconvdata/latin-greek.c
iconvdata/mac-centraleurope.c
iconvdata/mac-is.c
iconvdata/mac-sami.c
iconvdata/mac-uk.c
iconvdata/macintosh.c
iconvdata/mik.c
iconvdata/nats-dano.c
iconvdata/nats-sefi.c
iconvdata/pt154.c
iconvdata/rk1048.c
iconvdata/run-iconv-test.sh
iconvdata/sami-ws2.c
iconvdata/shift_jisx0213.c
iconvdata/sjis.c
iconvdata/t.61.c
iconvdata/tcvn5712-1.c
iconvdata/tis-620.c
iconvdata/tscii.c
iconvdata/tst-e2big.c
iconvdata/tst-loading.c
iconvdata/tst-table-charmap.sh
iconvdata/tst-table-from.c
iconvdata/tst-table-to.c
iconvdata/tst-table.sh
iconvdata/tst-tables.sh
iconvdata/uhc.c
iconvdata/unicode.c
iconvdata/utf-16.c
iconvdata/utf-32.c
iconvdata/utf-7.c
iconvdata/viscii.c
include/alloc_buffer.h
include/allocate_once.h
include/array_length.h
include/atomic.h
include/bits/xopen_lim.h
include/features.h
include/gnu-versions.h
include/gnu/libc-version.h
include/ifunc-impl-list.h
include/inline-hashtab.h
include/libc-diag.h
include/libc-internal.h
include/libc-pointer-arith.h
include/libc-symbols.h
include/limits.h
include/link.h
include/list.h
include/list_t.h
include/loop_unroll.h
include/math-narrow-eval.h
include/programs/xmalloc.h
include/random-bits.h
include/rounding-mode.h
include/scratch_buffer.h
include/set-hooks.h
include/shlib-compat.h
include/stackinfo.h
include/stap-probe.h
include/stdc-predef.h
include/sys/sysmacros.h
include/sys/time.h
include/values.h
inet/Makefile
inet/aliases.h
inet/arpa/inet.h
inet/bug-if1.c
inet/check_native.c
inet/check_pf.c
inet/deadline.c
inet/ether_aton.c
inet/ether_aton_r.c
inet/ether_hton.c
inet/ether_line.c
inet/ether_ntoa.c
inet/ether_ntoa_r.c
inet/ether_ntoh.c
inet/getaliasent.c
inet/getaliasent_r.c
inet/getaliasname.c
inet/getaliasname_r.c
inet/gethstbyad.c
inet/gethstbyad_r.c
inet/gethstbynm.c
inet/gethstbynm2.c
inet/gethstbynm2_r.c
inet/gethstbynm_r.c
inet/gethstent.c
inet/gethstent_r.c
inet/getipv4sourcefilter.c
inet/getnameinfo.c
inet/getnetbyad.c
inet/getnetbyad_r.c
inet/getnetbynm.c
inet/getnetbynm_r.c
inet/getnetent.c
inet/getnetent_r.c
inet/getnetgrent.c
inet/getnetgrent_r.c
inet/getproto.c
inet/getproto_r.c
inet/getprtent.c
inet/getprtent_r.c
inet/getprtname.c
inet/getprtname_r.c
inet/getservent.c
inet/getservent_r.c
inet/getsourcefilter.c
inet/getsrvbynm.c
inet/getsrvbynm_r.c
inet/getsrvbypt.c
inet/getsrvbypt_r.c
inet/herrno-loc.c
inet/herrno.c
inet/htonl.c
inet/htons.c
inet/htontest.c
inet/idna.c
inet/idna_name_classify.c
inet/if_index.c
inet/ifaddrs.c
inet/ifaddrs.h
inet/ifreq.c
inet/in6_addr.c
inet/inet6_opt.c
inet/inet6_option.c
inet/inet6_rth.c
inet/inet6_scopeid_pton.c
inet/inet_net.c
inet/inet_ntoa.c
inet/net-internal.h
inet/netgroup.h
inet/netinet/ether.h
inet/netinet/icmp6.h
inet/netinet/igmp.h
inet/netinet/in.h
inet/netinet/ip6.h
inet/setipv4sourcefilter.c
inet/setsourcefilter.c
inet/test-hnto-types.c
inet/test-ifaddrs.c
inet/test_ifindex.c
inet/tst-checks-posix.c
inet/tst-deadline.c
inet/tst-idna_name_classify.c
inet/tst-if_index-long.c
inet/tst-inet6_scopeid_pton.c
inet/tst-network.c
inet/tst-sockaddr.c
intl/Makefile
intl/bindtextdom.c
intl/dcgettext.c
intl/dcigettext.c
intl/dcngettext.c
intl/dgettext.c
intl/dngettext.c
intl/eval-plural.h
intl/explodename.c
intl/finddomain.c
intl/gettext.c
intl/gettextP.h
intl/gmo.h
intl/hash-string.c
intl/hash-string.h
intl/l10nflist.c
intl/libintl.h
intl/loadinfo.h
intl/loadmsgcat.c
intl/locale.alias
intl/localealias.c
intl/ngettext.c
intl/plural-exp.c
intl/plural-exp.h
intl/plural.y
intl/po2test.awk
intl/textdomain.c
intl/tst-codeset.c
intl/tst-gettext.c
intl/tst-gettext.sh
intl/tst-gettext2.c
intl/tst-gettext2.sh
intl/tst-gettext3.c
intl/tst-gettext4.c
intl/tst-gettext4.sh
intl/tst-gettext5.c
intl/tst-gettext6.c
intl/tst-gettext6.sh
intl/tst-ngettext.c
intl/tst-translit.c
intl/tst-translit.sh
io/Makefile
io/access.c
io/bits/fcntl2.h
io/bits/poll2.h
io/bits/statx-generic.h
io/bits/statx.h
io/bits/types/struct_statx.h
io/bits/types/struct_statx_timestamp.h
io/bug-ftw1.c
io/bug-ftw2.c
io/bug-ftw4.c
io/chdir.c
io/chmod.c
io/chown.c
io/close.c
io/copy_file_range.c
io/creat.c
io/creat64.c
io/dup.c
io/dup2.c
io/dup3.c
io/euidaccess.c
io/faccessat.c
io/fchdir.c
io/fchmod.c
io/fchmodat.c
io/fchown.c
io/fchownat.c
io/fcntl.c
io/fcntl.h
io/fcntl64.c
io/flock.c
io/fstat.c
io/fstat64.c
io/fstatat.c
io/fstatat64.c
io/fstatfs.c
io/fstatfs64.c
io/fstatvfs.c
io/fstatvfs64.c
io/fts.c
io/fts.h
io/fts64.c
io/ftw.c
io/ftw.h
io/ftw64.c
io/ftwtest-sh
io/futimens.c
io/fxstat.c
io/fxstat64.c
io/fxstatat.c
io/fxstatat64.c
io/getcwd.c
io/getdirname.c
io/getwd.c
io/isatty.c
io/lchmod.c
io/lchown.c
io/link.c
io/linkat.c
io/lockf.c
io/lockf64.c
io/lseek.c
io/lseek64.c
io/lstat.c
io/lstat64.c
io/lxstat.c
io/lxstat64.c
io/mkdir.c
io/mkdirat.c
io/mkfifo.c
io/mkfifoat.c
io/mknod.c
io/mknodat.c
io/open.c
io/open64.c
io/open64_2.c
io/open_2.c
io/openat.c
io/openat64.c
io/openat64_2.c
io/openat_2.c
io/pipe.c
io/pipe2.c
io/poll.c
io/posix_fadvise.c
io/posix_fadvise64.c
io/posix_fallocate.c
io/posix_fallocate64.c
io/ppoll.c
io/pwd.c
io/read.c
io/readlink.c
io/readlinkat.c
io/rmdir.c
io/sendfile.c
io/sendfile64.c
io/stat.c
io/stat64.c
io/statfs.c
io/statfs64.c
io/statvfs.c
io/statvfs64.c
io/statx.c
io/statx_generic.c
io/symlink.c
io/symlinkat.c
io/sys/poll.h
io/sys/sendfile.h
io/sys/stat.h
io/sys/statfs.h
io/sys/statvfs.h
io/test-lfs.c
io/test-stat.c
io/test-stat2.c
io/test-utime.c
io/tst-copy_file_range.c
io/tst-fcntl.c
io/tst-fts.c
io/tst-ftw-lnk.c
io/tst-getcwd.c
io/tst-lockf.c
io/tst-open-tmpfile.c
io/tst-posix_fallocate-common.c
io/tst-posix_fallocate.c
io/tst-posix_fallocate64.c
io/tst-statx.c
io/ttyname.c
io/ttyname_r.c
io/umask.c
io/unlink.c
io/unlinkat.c
io/utime.c
io/utime.h
io/utimensat.c
io/write.c
io/xmknod.c
io/xmknodat.c
io/xstat.c
io/xstat64.c
libio/Makefile
libio/__fbufsize.c
libio/__flbf.c
libio/__fpending.c
libio/__fpurge.c
libio/__freadable.c
libio/__freading.c
libio/__fsetlocking.c
libio/__fwritable.c
libio/__fwriting.c
libio/bits/stdio-ldbl.h
libio/bits/stdio.h
libio/bits/stdio2.h
libio/bits/types/cookie_io_functions_t.h
libio/bits/types/struct_FILE.h
libio/bug-ungetc4.c
libio/clearerr.c
libio/clearerr_u.c
libio/fcloseall.c
libio/feof.c
libio/feof_u.c
libio/ferror.c
libio/ferror_u.c
libio/filedoalloc.c
libio/fileno.c
libio/fileops.c
libio/fmemopen.c
libio/fputc.c
libio/fputc_u.c
libio/fputwc.c
libio/fputwc_u.c
libio/freopen.c
libio/freopen64.c
libio/fseek.c
libio/fseeko.c
libio/fseeko64.c
libio/ftello.c
libio/ftello64.c
libio/fwide.c
libio/fwprintf.c
libio/fwscanf.c
libio/genops.c
libio/getc.c
libio/getc_u.c
libio/getchar.c
libio/getchar_u.c
libio/getwc.c
libio/getwc_u.c
libio/getwchar.c
libio/getwchar_u.c
libio/iofclose.c
libio/iofdopen.c
libio/iofflush.c
libio/iofflush_u.c
libio/iofgetpos.c
libio/iofgetpos64.c
libio/iofgets.c
libio/iofgets_u.c
libio/iofgetws.c
libio/iofgetws_u.c
libio/iofopen.c
libio/iofopen64.c
libio/iofopncook.c
libio/iofputs.c
libio/iofputs_u.c
libio/iofputws.c
libio/iofputws_u.c
libio/iofread.c
libio/iofread_u.c
libio/iofsetpos.c
libio/iofsetpos64.c
libio/ioftell.c
libio/iofwide.c
libio/iofwrite.c
libio/iofwrite_u.c
libio/iogetdelim.c
libio/iogetline.c
libio/iogets.c
libio/iogetwline.c
libio/iopadn.c
libio/iopopen.c
libio/ioputs.c
libio/ioseekoff.c
libio/ioseekpos.c
libio/iosetbuffer.c
libio/iosetvbuf.c
libio/ioungetc.c
libio/ioungetwc.c
libio/iovdprintf.c
libio/iovsprintf.c
libio/iovsscanf.c
libio/iovswscanf.c
libio/iowpadn.c
libio/libc_fatal.c
libio/libio.h
libio/libioP.h
libio/memstream.c
libio/obprintf.c
libio/oldfileops.c
libio/oldfmemopen.c
libio/oldiofclose.c
libio/oldiofdopen.c
libio/oldiofgetpos.c
libio/oldiofgetpos64.c
libio/oldiofopen.c
libio/oldiofsetpos.c
libio/oldiofsetpos64.c
libio/oldiopopen.c
libio/oldpclose.c
libio/oldstdfiles.c
libio/oldtmpfile.c
libio/pclose.c
libio/peekc.c
libio/putc.c
libio/putc_u.c
libio/putchar.c
libio/putchar_u.c
libio/putwc.c
libio/putwc_u.c
libio/putwchar.c
libio/putwchar_u.c
libio/readline.c
libio/rewind.c
libio/setbuf.c
libio/setlinebuf.c
libio/stdfiles.c
libio/stdio.c
libio/stdio.h
libio/strfile.h
libio/strops.c
libio/swprintf.c
libio/swscanf.c
libio/test-fmemopen.c
libio/test-freopen.c
libio/test-freopen.sh
libio/tst-bz22415.c
libio/tst-bz24051.c
libio/tst-bz24153.c
libio/tst-fopenloc.c
libio/tst-fputws.c
libio/tst-freopen.c
libio/tst-fseek.c
libio/tst-ftell-active-handler.c
libio/tst-ftell-append.c
libio/tst-ftell-partial-wide.c
libio/tst-fwrite-error.c
libio/tst-memstream.h
libio/tst-memstream3.c
libio/tst-memstream4.c
libio/tst-mmap-setvbuf.c
libio/tst-readline.c
libio/tst-sprintf-ub.c
libio/tst-vtables-common.c
libio/tst-vtables-interposed.c
libio/tst-vtables.c
libio/tst-wfile-sync.c
libio/tst-widetext.c
libio/tst-wmemstream3.c
libio/tst-wmemstream4.c
libio/tst_getwc.c
libio/tst_putwc.c
libio/vasprintf.c
libio/vscanf.c
libio/vsnprintf.c
libio/vswprintf.c
libio/vtables.c
libio/vwprintf.c
libio/vwscanf.c
libio/wfiledoalloc.c
libio/wfileops.c
libio/wgenops.c
libio/wmemstream.c
libio/wprintf.c
libio/wscanf.c
libio/wstrops.c
locale/C-address.c
locale/C-collate.c
locale/C-ctype.c
locale/C-identification.c
locale/C-measurement.c
locale/C-messages.c
locale/C-monetary.c
locale/C-name.c
locale/C-numeric.c
locale/C-paper.c
locale/C-telephone.c
locale/C-time.c
locale/C-translit.h.in
locale/Makefile
locale/bits/locale.h
locale/bits/types/__locale_t.h
locale/bits/types/locale_t.h
locale/broken_cur_max.c
locale/categories.def
locale/coll-lookup.c
locale/coll-lookup.h
locale/duplocale.c
locale/elem-hash.h
locale/findlocale.c
locale/freelocale.c
locale/gen-translit.py
locale/global-locale.c
locale/hashval.h
locale/indigits.h
locale/indigitswc.h
locale/iso-3166.def
locale/iso-4217.def
locale/iso-639.def
locale/langinfo.h
locale/lc-address.c
locale/lc-collate.c
locale/lc-ctype.c
locale/lc-identification.c
locale/lc-measurement.c
locale/lc-messages.c
locale/lc-monetary.c
locale/lc-name.c
locale/lc-numeric.c
locale/lc-paper.c
locale/lc-telephone.c
locale/lc-time.c
locale/loadarchive.c
locale/loadlocale.c
locale/locale.h
locale/localeconv.c
locale/localeinfo.h
locale/localename.c
locale/locarchive.h
locale/mb_cur_max.c
locale/newlocale.c
locale/nl_langinfo.c
locale/nl_langinfo_l.c
locale/outdigits.h
locale/outdigitswc.h
locale/programs/3level.h
locale/programs/charmap-dir.c
locale/programs/charmap-dir.h
locale/programs/charmap-kw.gperf
locale/programs/charmap.c
locale/programs/charmap.h
locale/programs/config.h
locale/programs/ld-address.c
locale/programs/ld-collate.c
locale/programs/ld-ctype.c
locale/programs/ld-identification.c
locale/programs/ld-measurement.c
locale/programs/ld-messages.c
locale/programs/ld-monetary.c
locale/programs/ld-name.c
locale/programs/ld-numeric.c
locale/programs/ld-paper.c
locale/programs/ld-telephone.c
locale/programs/ld-time.c
locale/programs/linereader.c
locale/programs/linereader.h
locale/programs/locale-spec.c
locale/programs/locale.c
locale/programs/localedef.c
locale/programs/localedef.h
locale/programs/locarchive.c
locale/programs/locfile-kw.gperf
locale/programs/locfile-kw.h
locale/programs/locfile-token.h
locale/programs/locfile.c
locale/programs/locfile.h
locale/programs/record-status.c
locale/programs/record-status.h
locale/programs/repertoire.c
locale/programs/repertoire.h
locale/programs/simple-hash.c
locale/programs/simple-hash.h
locale/programs/xmalloc.c
locale/programs/xstrdup.c
locale/setlocale.c
locale/strlen-hash.h
locale/tst-C-locale.c
locale/tst-locale-locpath.sh
locale/uselocale.c
locale/weight.h
locale/weightwc.h
locale/xlocale.c
localedata/Makefile
localedata/collate-test.c
localedata/dump-ctype.c
localedata/gen-locale.sh
localedata/locales/br_FR@euro
localedata/locales/ca_ES@euro
localedata/locales/cs_CZ
localedata/locales/de_BE@euro
localedata/locales/de_DE
localedata/locales/de_DE@euro
localedata/locales/de_LU@euro
localedata/locales/el_GR@euro
localedata/locales/en_AG
localedata/locales/en_IE@euro
localedata/locales/en_IL
localedata/locales/en_US
localedata/locales/es_CR
localedata/locales/es_ES@euro
localedata/locales/es_NI
localedata/locales/es_PR
localedata/locales/eu_ES@euro
localedata/locales/fi_FI@euro
localedata/locales/fr_BE@euro
localedata/locales/fr_FR@euro
localedata/locales/fr_LU@euro
localedata/locales/fy_NL
localedata/locales/ga_IE@euro
localedata/locales/gl_ES@euro
localedata/locales/it_IT@euro
localedata/locales/nl_AW
localedata/locales/nl_BE@euro
localedata/locales/nl_NL@euro
localedata/locales/pt_PT@euro
localedata/locales/sv_FI@euro
localedata/locales/tr_CY
localedata/locales/wa_BE@euro
localedata/sort-test.sh
localedata/tests/test6.c
localedata/tst-ctype.c
localedata/tst-ctype.sh
localedata/tst-digits.c
localedata/tst-fmon.c
localedata/tst-fmon.data
localedata/tst-fmon.sh
localedata/tst-langinfo-newlocale.c
localedata/tst-langinfo-setlocale.c
localedata/tst-langinfo.c
localedata/tst-langinfo.sh
localedata/tst-locale.sh
localedata/tst-mbswcs1.c
localedata/tst-mbswcs2.c
localedata/tst-mbswcs3.c
localedata/tst-mbswcs4.c
localedata/tst-mbswcs5.c
localedata/tst-mbswcs6.c
localedata/tst-numeric.c
localedata/tst-numeric.data
localedata/tst-numeric.sh
localedata/tst-rpmatch.c
localedata/tst-rpmatch.sh
localedata/tst-setlocale3.c
localedata/tst-trans.c
localedata/tst-trans.sh
localedata/tst-wctype.c
localedata/unicode-gen/Makefile
localedata/unicode-gen/ctype_compatibility.py
localedata/unicode-gen/ctype_compatibility_test_cases.py
localedata/unicode-gen/gen_translit_circle.py
localedata/unicode-gen/gen_translit_cjk_compat.py
localedata/unicode-gen/gen_translit_combining.py
localedata/unicode-gen/gen_translit_compat.py
localedata/unicode-gen/gen_translit_font.py
localedata/unicode-gen/gen_translit_fraction.py
localedata/unicode-gen/gen_unicode_ctype.py
localedata/unicode-gen/unicode_utils.py
localedata/unicode-gen/utf8_compatibility.py
localedata/unicode-gen/utf8_gen.py
localedata/xfrm-test.c
login/Makefile
login/endutxent.c
login/forkpty.c
login/getlogin.c
login/getlogin_r.c
login/getlogin_r_chk.c
login/getpt.c
login/getutent.c
login/getutent_r.c
login/getutid.c
login/getutid_r.c
login/getutline.c
login/getutline_r.c
login/getutmp.c
login/getutmpx.c
login/getutxent.c
login/getutxid.c
login/getutxline.c
login/grantpt.c
login/login.c
login/logout.c
login/logwtmp.c
login/openpty.c
login/programs/pt_chown.c
login/programs/utmpdump.c
login/ptsname.c
login/ptsname_r_chk.c
login/pty.h
login/pututxline.c
login/setlogin.c
login/setutxent.c
login/tst-getlogin.c
login/tst-ptsname.c
login/tst-pututxline-lockfail.c
login/tst-updwtmpx.c
login/tst-utmp.c
login/unlockpt.c
login/updwtmp.c
login/updwtmpx.c
login/utmp-private.h
login/utmp.h
login/utmp_file.c
login/utmpname.c
login/utmpxname.c
mach/Machrules
mach/Makefile
mach/devstream.c
mach/lock-intern.h
mach/lowlevellock.h
mach/mach.h
mach/mach/mach_traps.h
mach/mach/mig_support.h
mach/mach_init.c
mach/mach_init.h
mach/mig-alloc.c
mach/mig-dealloc.c
mach/mig-reply.c
mach/msgserver.c
mach/mutex-init.c
mach/mutex-solid.c
mach/setup-thread.c
mach/spin-lock.h
mach/spin-solid.c
malloc/Makefile
malloc/alloc_buffer_alloc_array.c
malloc/alloc_buffer_allocate.c
malloc/alloc_buffer_copy_bytes.c
malloc/alloc_buffer_copy_string.c
malloc/alloc_buffer_create_failure.c
malloc/arena.c
malloc/dynarray-skeleton.c
malloc/dynarray.h
malloc/dynarray_at_failure.c
malloc/dynarray_emplace_enlarge.c
malloc/dynarray_finalize.c
malloc/dynarray_resize.c
malloc/dynarray_resize_clear.c
malloc/hooks.c
malloc/malloc-hooks.h
malloc/malloc-internal.h
malloc/malloc.c
malloc/malloc.h
malloc/mcheck-init.c
malloc/mcheck.c
malloc/mcheck.h
malloc/memusage.c
malloc/memusage.sh
malloc/memusagestat.c
malloc/morecore.c
malloc/mtrace.c
malloc/mtrace.pl
malloc/obstack.c
malloc/obstack.h
malloc/reallocarray.c
malloc/scratch_buffer_grow.c
malloc/scratch_buffer_grow_preserve.c
malloc/scratch_buffer_set_array_size.c
malloc/set-freeres.c
malloc/thread-freeres.c
malloc/tst-alloc_buffer.c
malloc/tst-calloc.c
malloc/tst-dynarray-at-fail.c
malloc/tst-dynarray-fail.c
malloc/tst-dynarray-shared.h
malloc/tst-dynarray.c
malloc/tst-interpose-aux-nothread.c
malloc/tst-interpose-aux-thread.c
malloc/tst-interpose-aux.c
malloc/tst-interpose-aux.h
malloc/tst-interpose-nothread.c
malloc/tst-interpose-skeleton.c
malloc/tst-interpose-static-nothread.c
malloc/tst-interpose-static-thread.c
malloc/tst-interpose-thread.c
malloc/tst-malloc-backtrace.c
malloc/tst-malloc-fork-deadlock.c
malloc/tst-malloc-tcache-leak.c
malloc/tst-malloc-thread-exit.c
malloc/tst-malloc-thread-fail.c
malloc/tst-malloc-too-large.c
malloc/tst-malloc-usable.c
malloc/tst-malloc.c
malloc/tst-malloc_info.c
malloc/tst-mallocfork2.c
malloc/tst-mallocstate.c
malloc/tst-mallopt.c
malloc/tst-mcheck.c
malloc/tst-memalign.c
malloc/tst-mtrace.c
malloc/tst-mtrace.sh
malloc/tst-mxfast.c
malloc/tst-posix_memalign.c
malloc/tst-pvalloc.c
malloc/tst-realloc.c
malloc/tst-reallocarray.c
malloc/tst-scratch_buffer.c
malloc/tst-tcfree1.c
malloc/tst-tcfree2.c
malloc/tst-tcfree3.c
malloc/tst-valloc.c
manual/Makefile
manual/check-safety.sh
manual/examples/add.c
manual/examples/argp-ex1.c
manual/examples/argp-ex2.c
manual/examples/argp-ex3.c
manual/examples/argp-ex4.c
manual/examples/atexit.c
manual/examples/db.c
manual/examples/dir.c
manual/examples/dir2.c
manual/examples/execinfo.c
manual/examples/filecli.c
manual/examples/filesrv.c
manual/examples/fmtmsgexpl.c
manual/examples/genpass.c
manual/examples/inetcli.c
manual/examples/inetsrv.c
manual/examples/isockad.c
manual/examples/longopt.c
manual/examples/memopen.c
manual/examples/memstrm.c
manual/examples/mkdirent.c
manual/examples/mkfsock.c
manual/examples/mkisock.c
manual/examples/mygetpass.c
manual/examples/ofdlocks.c
manual/examples/pipe.c
manual/examples/popen.c
manual/examples/rprintf.c
manual/examples/search.c
manual/examples/select.c
manual/examples/setjmp.c
manual/examples/sigh1.c
manual/examples/sigusr.c
manual/examples/stpcpy.c
manual/examples/strdupa.c
manual/examples/strftim.c
manual/examples/subopt.c
manual/examples/swapcontext.c
manual/examples/termios.c
manual/examples/testopt.c
manual/examples/testpass.c
manual/examples/timeval_subtract.c
manual/examples/twalk.c
manual/freemanuals.texi
manual/libc.texinfo
manual/summary.pl
math/Makefile
math/atest-exp.c
math/atest-exp2.c
math/atest-sincos.c
math/auto-libm-test-in
math/basic-test.c
math/bits/cmathcalls.h
math/bits/mathcalls-helper-functions.h
math/bits/mathcalls-narrow.h
math/bits/mathcalls.h
math/cabs_template.c
math/carg_template.c
math/cimag_template.c
math/complex.h
math/conj_template.c
math/creal_template.c
math/divtc3.c
math/e_exp10.c
math/e_exp10f.c
math/e_exp10l.c
math/e_exp2_template.c
math/e_scalb.c
math/e_scalbf.c
math/e_scalbl.c
math/fclrexcpt.c
math/fedisblxcpt.c
math/feenablxcpt.c
math/fegetenv.c
math/fegetexcept.c
math/fegetmode.c
math/fegetround.c
math/feholdexcpt.c
math/fenv.h
math/fesetenv.c
math/fesetexcept.c
math/fesetmode.c
math/fesetround.c
math/fetestexceptflag.c
math/feupdateenv.c
math/fgetexcptflg.c
math/finclude/math-vector-fortran.h
math/fpu_control.c
math/fraiseexcpt.c
math/fromfp.h
math/fsetexcptflg.c
math/ftestexcept.c
math/gen-auto-libm-tests.c
math/gen-fromfp-tests.py
math/gen-libm-test.py
math/gen-tgmath-tests.py
math/k_casinh_template.c
math/lgamma-compat.h
math/libm-test-acos.inc
math/libm-test-acosh.inc
math/libm-test-asin.inc
math/libm-test-asinh.inc
math/libm-test-atan.inc
math/libm-test-atan2.inc
math/libm-test-atanh.inc
math/libm-test-cabs.inc
math/libm-test-cacos.inc
math/libm-test-cacosh.inc
math/libm-test-canonicalize.inc
math/libm-test-carg.inc
math/libm-test-casin.inc
math/libm-test-casinh.inc
math/libm-test-catan.inc
math/libm-test-catanh.inc
math/libm-test-cbrt.inc
math/libm-test-ccos.inc
math/libm-test-ccosh.inc
math/libm-test-ceil.inc
math/libm-test-cexp.inc
math/libm-test-cimag.inc
math/libm-test-clog.inc
math/libm-test-clog10.inc
math/libm-test-compat_totalorder.inc
math/libm-test-compat_totalordermag.inc
math/libm-test-conj.inc
math/libm-test-copysign.inc
math/libm-test-cos.inc
math/libm-test-cosh.inc
math/libm-test-cpow.inc
math/libm-test-cproj.inc
math/libm-test-creal.inc
math/libm-test-csin.inc
math/libm-test-csinh.inc
math/libm-test-csqrt.inc
math/libm-test-ctan.inc
math/libm-test-ctanh.inc
math/libm-test-driver.c
math/libm-test-erf.inc
math/libm-test-erfc.inc
math/libm-test-exp.inc
math/libm-test-exp10.inc
math/libm-test-exp2.inc
math/libm-test-expm1.inc
math/libm-test-fabs.inc
math/libm-test-fdim.inc
math/libm-test-floor.inc
math/libm-test-fma.inc
math/libm-test-fmax.inc
math/libm-test-fmaxmag.inc
math/libm-test-fmin.inc
math/libm-test-fminmag.inc
math/libm-test-fmod.inc
math/libm-test-fpclassify.inc
math/libm-test-frexp.inc
math/libm-test-fromfp.inc
math/libm-test-fromfpx.inc
math/libm-test-getpayload.inc
math/libm-test-hypot.inc
math/libm-test-ilogb.inc
math/libm-test-iscanonical.inc
math/libm-test-iseqsig.inc
math/libm-test-isfinite.inc
math/libm-test-isgreater.inc
math/libm-test-isgreaterequal.inc
math/libm-test-isinf.inc
math/libm-test-isless.inc
math/libm-test-islessequal.inc
math/libm-test-islessgreater.inc
math/libm-test-isnan.inc
math/libm-test-isnormal.inc
math/libm-test-issignaling.inc
math/libm-test-issubnormal.inc
math/libm-test-isunordered.inc
math/libm-test-iszero.inc
math/libm-test-j0.inc
math/libm-test-j1.inc
math/libm-test-jn.inc
math/libm-test-lgamma.inc
math/libm-test-llogb.inc
math/libm-test-llrint.inc
math/libm-test-llround.inc
math/libm-test-log.inc
math/libm-test-log10.inc
math/libm-test-log1p.inc
math/libm-test-log2.inc
math/libm-test-logb.inc
math/libm-test-lrint.inc
math/libm-test-lround.inc
math/libm-test-modf.inc
math/libm-test-narrow-add.inc
math/libm-test-narrow-div.inc
math/libm-test-narrow-mul.inc
math/libm-test-narrow-sub.inc
math/libm-test-nearbyint.inc
math/libm-test-nextafter.inc
math/libm-test-nextdown.inc
math/libm-test-nexttoward.inc
math/libm-test-nextup.inc
math/libm-test-pow.inc
math/libm-test-remainder.inc
math/libm-test-remquo.inc
math/libm-test-rint.inc
math/libm-test-round.inc
math/libm-test-roundeven.inc
math/libm-test-scalb.inc
math/libm-test-scalbln.inc
math/libm-test-scalbn.inc
math/libm-test-setpayload.inc
math/libm-test-setpayloadsig.inc
math/libm-test-signbit.inc
math/libm-test-significand.inc
math/libm-test-sin.inc
math/libm-test-sincos.inc
math/libm-test-sinh.inc
math/libm-test-sqrt.inc
math/libm-test-support.c
math/libm-test-support.h
math/libm-test-tan.inc
math/libm-test-tanh.inc
math/libm-test-tgamma.inc
math/libm-test-totalorder.inc
math/libm-test-totalordermag.inc
math/libm-test-trunc.inc
math/libm-test-ufromfp.inc
math/libm-test-ufromfpx.inc
math/libm-test-y0.inc
math/libm-test-y1.inc
math/libm-test-yn.inc
math/math-narrow.h
math/math-svid-compat.h
math/math-underflow.h
math/math.h
math/mul_split.h
math/mul_splitl.h
math/multc3.c
math/s_cacos_template.c
math/s_cacosh_template.c
math/s_canonicalize_template.c
math/s_casin_template.c
math/s_casinh_template.c
math/s_catan_template.c
math/s_catanh_template.c
math/s_ccos_template.c
math/s_ccosh_template.c
math/s_cexp_template.c
math/s_clog10_template.c
math/s_clog_template.c
math/s_cpow_template.c
math/s_cproj_template.c
math/s_csin_template.c
math/s_csinh_template.c
math/s_csqrt_template.c
math/s_ctan_template.c
math/s_ctanh_template.c
math/s_fdim_template.c
math/s_fma.c
math/s_fmaf.c
math/s_fmal.c
math/s_fmax_template.c
math/s_fmaxmag_template.c
math/s_fmin_template.c
math/s_fminmag_template.c
math/s_iseqsig_template.c
math/s_nan_template.c
math/s_nextdown_template.c
math/s_significand_template.c
math/setfpucw.c
math/test-arg-double.h
math/test-arg-float128.h
math/test-arg-float32x.h
math/test-arg-float64.h
math/test-arg-float64x.h
math/test-arg-ldouble.h
math/test-double-vlen2.h
math/test-double-vlen4.h
math/test-double-vlen8.h
math/test-double.h
math/test-fe-snans-always-signal.c
math/test-femode-traps.c
math/test-femode.c
math/test-fenv-clear-main.c
math/test-fenv-preserve.c
math/test-fenv-return.c
math/test-fenv-tls.c
math/test-fenv.c
math/test-fenvinline.c
math/test-fesetexcept-traps.c
math/test-fesetexcept.c
math/test-fetestexceptflag.c
math/test-fexcept-traps.c
math/test-fexcept.c
math/test-finite-macros.c
math/test-float-vlen16.h
math/test-float-vlen4.h
math/test-float-vlen8.h
math/test-float.h
math/test-float128.h
math/test-float32.h
math/test-float32x.h
math/test-float64.h
math/test-float64x.h
math/test-flt-eval-method.c
math/test-fp-ilogb-constants.c
math/test-fp-llogb-constants.c
math/test-fpucw-ieee.c
math/test-fpucw.c
math/test-iseqsig-excess-precision.c
math/test-iszero-excess-precision.c
math/test-ldouble.h
math/test-math-cxx11.cc
math/test-math-errno.h
math/test-math-finite.h
math/test-math-floatn.h
math/test-math-inline.h
math/test-math-iscanonical.cc
math/test-math-iseqsig.cc
math/test-math-isinff.cc
math/test-math-issignaling.cc
math/test-math-iszero.cc
math/test-math-narrow.h
math/test-math-no-finite.h
math/test-math-no-inline.h
math/test-math-scalar.h
math/test-math-vector.h
math/test-matherr-2.c
math/test-matherr-3.c
math/test-matherr.c
math/test-misc.c
math/test-nan-const.c
math/test-nan-overflow.c
math/test-nan-payload.c
math/test-narrow-macros.c
math/test-nearbyint-except-2.c
math/test-nearbyint-except.c
math/test-powl.c
math/test-signgam-finite-c99.c
math/test-signgam-finite.c
math/test-signgam-main.c
math/test-snan.c
math/test-tgmath-int.c
math/test-tgmath-ret.c
math/test-tgmath.c
math/test-tgmath2.c
math/tgmath.h
math/tst-CMPLX2.c
math/tst-definitions.c
math/w_acos_compat.c
math/w_acos_template.c
math/w_acosf_compat.c
math/w_acosh_compat.c
math/w_acosh_template.c
math/w_acoshf_compat.c
math/w_acoshl_compat.c
math/w_acosl_compat.c
math/w_asin_compat.c
math/w_asin_template.c
math/w_asinf_compat.c
math/w_asinl_compat.c
math/w_atan2_compat.c
math/w_atan2_template.c
math/w_atan2f_compat.c
math/w_atan2l_compat.c
math/w_atanh_compat.c
math/w_atanh_template.c
math/w_atanhf_compat.c
math/w_atanhl_compat.c
math/w_cosh_template.c
math/w_exp10_compat.c
math/w_exp10_template.c
math/w_exp10f_compat.c
math/w_exp10l_compat.c
math/w_exp2_template.c
math/w_exp_compat.c
math/w_exp_template.c
math/w_expf_compat.c
math/w_fmod_compat.c
math/w_fmod_template.c
math/w_fmodf_compat.c
math/w_fmodl_compat.c
math/w_hypot_template.c
math/w_ilogb_template.c
math/w_j0_compat.c
math/w_j0_template.c
math/w_j0f_compat.c
math/w_j0l_compat.c
math/w_j1_compat.c
math/w_j1_template.c
math/w_j1f_compat.c
math/w_j1l_compat.c
math/w_jn_compat.c
math/w_jn_template.c
math/w_jnf_compat.c
math/w_lgamma_r_template.c
math/w_lgamma_template.c
math/w_llogb_template.c
math/w_log10_compat.c
math/w_log10_template.c
math/w_log10f_compat.c
math/w_log10l_compat.c
math/w_log1p_template.c
math/w_log2_compat.c
math/w_log2_template.c
math/w_log2f_compat.c
math/w_log2l_compat.c
math/w_log_compat.c
math/w_log_template.c
math/w_logf_compat.c
math/w_logl_compat.c
math/w_pow_compat.c
math/w_pow_template.c
math/w_powf_compat.c
math/w_powl_compat.c
math/w_remainder_compat.c
math/w_remainder_template.c
math/w_remainderf_compat.c
math/w_remainderl_compat.c
math/w_scalb_compat.c
math/w_scalbf_compat.c
math/w_scalbl_compat.c
math/w_scalbln_template.c
math/w_sinh_template.c
math/w_sqrt_compat.c
math/w_sqrt_template.c
math/w_sqrtf_compat.c
math/w_sqrtl_compat.c
math/w_tgamma_template.c
mathvec/Makefile
misc/Makefile
misc/acct.c
misc/allocate_once.c
misc/ar.h
misc/bits/err-ldbl.h
misc/bits/error-ldbl.h
misc/bits/error.h
misc/bits/select2.h
misc/bits/stab.def
misc/bits/syslog-ldbl.h
misc/bits/syslog.h
misc/bits/types/struct_iovec.h
misc/brk.c
misc/bug18240.c
misc/chflags.c
misc/chroot.c
misc/dirname.c
misc/efgcvt.c
misc/efgcvt_r.c
misc/err.c
misc/err.h
misc/error.c
misc/error.h
misc/fchflags.c
misc/fdatasync.c
misc/fgetxattr.c
misc/flistxattr.c
misc/fremovexattr.c
misc/fsetxattr.c
misc/fstab.c
misc/fsync.c
misc/ftruncate.c
misc/ftruncate64.c
misc/futimes.c
misc/futimesat.c
misc/getauxval.c
misc/getclktck.c
misc/getdomain.c
misc/getdtsz.c
misc/gethostid.c
misc/gethostname.c
misc/getloadavg.c
misc/getpagesize.c
misc/getpass.c
misc/getsysstats.c
misc/getxattr.c
misc/gtty.c
misc/hsearch.c
misc/hsearch_r.c
misc/ifunc-impl-list.c
misc/init-misc.c
misc/insremque.c
misc/ioctl.c
misc/lgetxattr.c
misc/libgen.h
misc/listxattr.c
misc/llistxattr.c
misc/lremovexattr.c
misc/lsearch.c
misc/lsetxattr.c
misc/lutimes.c
misc/madvise.c
misc/makedev.c
misc/mincore.c
misc/mkdtemp.c
misc/mkostemp.c
misc/mkostemp64.c
misc/mkostemps.c
misc/mkostemps64.c
misc/mkstemp.c
misc/mkstemp64.c
misc/mkstemps.c
misc/mkstemps64.c
misc/mktemp.c
misc/mlock.c
misc/mlockall.c
misc/mmap.c
misc/mmap64.c
misc/mntent.c
misc/mntent.h
misc/mntent_r.c
misc/mprotect.c
misc/msync.c
misc/munlock.c
misc/munlockall.c
misc/munmap.c
misc/preadv.c
misc/preadv2.c
misc/preadv64.c
misc/preadv64v2.c
misc/pselect.c
misc/ptrace.c
misc/pwritev.c
misc/pwritev2.c
misc/pwritev64.c
misc/pwritev64v2.c
misc/qefgcvt.c
misc/qefgcvt_r.c
misc/readv.c
misc/reboot.c
misc/regexp.c
misc/regexp.h
misc/remap_file_pages.c
misc/removexattr.c
misc/revoke.c
misc/sbrk.c
misc/search.h
misc/select.c
misc/setdomain.c
misc/setegid.c
misc/seteuid.c
misc/sethostid.c
misc/sethostname.c
misc/setregid.c
misc/setreuid.c
misc/setxattr.c
misc/sgtty.h
misc/sstk.c
misc/stty.c
misc/swapoff.c
misc/swapon.c
misc/sync.c
misc/syncfs.c
misc/sys/auxv.h
misc/sys/cdefs.h
misc/sys/dir.h
misc/sys/file.h
misc/sys/ioctl.h
misc/sys/mman.h
misc/sys/param.h
misc/sys/select.h
misc/sys/sysmacros.h
misc/sys/uio.h
misc/sys/xattr.h
misc/syscall.c
misc/truncate.c
misc/truncate64.c
misc/tsearch.c
misc/tst-allocate_once.c
misc/tst-atomic-long.c
misc/tst-atomic.c
misc/tst-dbl-efgcvt.c
misc/tst-dirname.c
misc/tst-efgcvt-template.c
misc/tst-fdset.c
misc/tst-gethostid.c
misc/tst-ldbl-efgcvt.c
misc/tst-ldbl-error.c
misc/tst-ldbl-warn.c
misc/tst-makedev.c
misc/tst-mntent-autofs.c
misc/tst-mntent-blank-corrupt.c
misc/tst-mntent-blank-passno.c
misc/tst-preadvwritev-common.c
misc/tst-preadvwritev.c
misc/tst-preadvwritev2-common.c
misc/tst-preadvwritev2.c
misc/tst-preadvwritev64.c
misc/tst-preadvwritev64v2.c
misc/tst-pselect.c
misc/tst-tsearch.c
misc/tst-warn-wide.c
misc/ualarm.c
misc/usleep.c
misc/ustat.c
misc/utimes.c
misc/vhangup.c
misc/writev.c
nis/Makefile
nis/libnsl.h
nis/nis_add.c
nis/nis_addmember.c
nis/nis_call.c
nis/nis_callback.c
nis/nis_checkpoint.c
nis/nis_clone_dir.c
nis/nis_clone_obj.c
nis/nis_clone_res.c
nis/nis_creategroup.c
nis/nis_defaults.c
nis/nis_destroygroup.c
nis/nis_domain_of.c
nis/nis_domain_of_r.c
nis/nis_error.c
nis/nis_file.c
nis/nis_findserv.c
nis/nis_free.c
nis/nis_getservlist.c
nis/nis_hash.c
nis/nis_intern.h
nis/nis_ismember.c
nis/nis_local_names.c
nis/nis_lookup.c
nis/nis_mkdir.c
nis/nis_modify.c
nis/nis_ping.c
nis/nis_print.c
nis/nis_print_group_entry.c
nis/nis_remove.c
nis/nis_removemember.c
nis/nis_rmdir.c
nis/nis_server.c
nis/nis_subr.c
nis/nis_table.c
nis/nis_util.c
nis/nis_verifygroup.c
nis/nis_xdr.c
nis/nis_xdr.h
nis/nisplus-parser.h
nis/nss-default.c
nis/nss-nis.c
nis/nss-nis.h
nis/nss-nisplus.c
nis/nss-nisplus.h
nis/nss_nis/nis-alias.c
nis/nss_nis/nis-ethers.c
nis/nss_nis/nis-grp.c
nis/nss_nis/nis-hosts.c
nis/nss_nis/nis-initgroups.c
nis/nss_nis/nis-netgrp.c
nis/nss_nis/nis-network.c
nis/nss_nis/nis-proto.c
nis/nss_nis/nis-publickey.c
nis/nss_nis/nis-pwd.c
nis/nss_nis/nis-rpc.c
nis/nss_nis/nis-service.c
nis/nss_nis/nis-spwd.c
nis/nss_nisplus/nisplus-alias.c
nis/nss_nisplus/nisplus-ethers.c
nis/nss_nisplus/nisplus-grp.c
nis/nss_nisplus/nisplus-hosts.c
nis/nss_nisplus/nisplus-initgroups.c
nis/nss_nisplus/nisplus-netgrp.c
nis/nss_nisplus/nisplus-network.c
nis/nss_nisplus/nisplus-parser.c
nis/nss_nisplus/nisplus-proto.c
nis/nss_nisplus/nisplus-publickey.c
nis/nss_nisplus/nisplus-pwd.c
nis/nss_nisplus/nisplus-rpc.c
nis/nss_nisplus/nisplus-service.c
nis/nss_nisplus/nisplus-spwd.c
nis/rpcsvc/nislib.h
nis/rpcsvc/ypclnt.h
nis/ypclnt.c
nptl/Makefile
nptl/alloca_cutoff.c
nptl/allocatestack.c
nptl/call_once.c
nptl/cancellation.c
nptl/cleanup.c
nptl/cleanup_compat.c
nptl/cleanup_defer.c
nptl/cleanup_defer_compat.c
nptl/cleanup_routine.c
nptl/cnd_broadcast.c
nptl/cnd_destroy.c
nptl/cnd_init.c
nptl/cnd_signal.c
nptl/cnd_timedwait.c
nptl/cnd_wait.c
nptl/createthread.c
nptl/default-sched.h
nptl/descr.h
nptl/eintr.c
nptl/events.c
nptl/forward.c
nptl/herrno.c
nptl/libc-cancellation.c
nptl/libc-cleanup.c
nptl/libc-lowlevellock.c
nptl/libc_multiple_threads.c
nptl/libc_pthread_init.c
nptl/libpthread-compat.c
nptl/lll_timedlock_wait.c
nptl/lowlevellock.c
nptl/mtx_destroy.c
nptl/mtx_init.c
nptl/mtx_lock.c
nptl/mtx_timedlock.c
nptl/mtx_trylock.c
nptl/mtx_unlock.c
nptl/nptl-init.c
nptl/nptl-printers.py
nptl/nptlfreeres.c
nptl/old_pthread_atfork.c
nptl/old_pthread_cond_broadcast.c
nptl/old_pthread_cond_destroy.c
nptl/old_pthread_cond_init.c
nptl/old_pthread_cond_signal.c
nptl/old_pthread_cond_timedwait.c
nptl/old_pthread_cond_wait.c
nptl/perf.c
nptl/pt-allocrtsig.c
nptl/pt-cleanup.c
nptl/pt-crti.S
nptl/pt-fork.c
nptl/pt-longjmp.c
nptl/pt-raise.c
nptl/pt-system.c
nptl/pthread-pids.h
nptl/pthreadP.h
nptl/pthread_atfork.c
nptl/pthread_attr_destroy.c
nptl/pthread_attr_getaffinity.c
nptl/pthread_attr_getdetachstate.c
nptl/pthread_attr_getguardsize.c
nptl/pthread_attr_getinheritsched.c
nptl/pthread_attr_getschedparam.c
nptl/pthread_attr_getschedpolicy.c
nptl/pthread_attr_getscope.c
nptl/pthread_attr_getstack.c
nptl/pthread_attr_getstackaddr.c
nptl/pthread_attr_getstacksize.c
nptl/pthread_attr_init.c
nptl/pthread_attr_setaffinity.c
nptl/pthread_attr_setdetachstate.c
nptl/pthread_attr_setguardsize.c
nptl/pthread_attr_setinheritsched.c
nptl/pthread_attr_setschedparam.c
nptl/pthread_attr_setschedpolicy.c
nptl/pthread_attr_setscope.c
nptl/pthread_attr_setstack.c
nptl/pthread_attr_setstackaddr.c
nptl/pthread_attr_setstacksize.c
nptl/pthread_barrier_destroy.c
nptl/pthread_barrier_init.c
nptl/pthread_barrier_wait.c
nptl/pthread_barrierattr_destroy.c
nptl/pthread_barrierattr_getpshared.c
nptl/pthread_barrierattr_init.c
nptl/pthread_barrierattr_setpshared.c
nptl/pthread_cancel.c
nptl/pthread_cond_broadcast.c
nptl/pthread_cond_common.c
nptl/pthread_cond_destroy.c
nptl/pthread_cond_init.c
nptl/pthread_cond_signal.c
nptl/pthread_cond_wait.c
nptl/pthread_condattr_destroy.c
nptl/pthread_condattr_getclock.c
nptl/pthread_condattr_getpshared.c
nptl/pthread_condattr_init.c
nptl/pthread_condattr_setclock.c
nptl/pthread_condattr_setpshared.c
nptl/pthread_create.c
nptl/pthread_detach.c
nptl/pthread_equal.c
nptl/pthread_exit.c
nptl/pthread_getaffinity.c
nptl/pthread_getattr_default_np.c
nptl/pthread_getattr_np.c
nptl/pthread_getconcurrency.c
nptl/pthread_getcpuclockid.c
nptl/pthread_getname.c
nptl/pthread_getschedparam.c
nptl/pthread_getspecific.c
nptl/pthread_join.c
nptl/pthread_join_common.c
nptl/pthread_key_create.c
nptl/pthread_key_delete.c
nptl/pthread_kill.c
nptl/pthread_kill_other_threads.c
nptl/pthread_mutex_conf.c
nptl/pthread_mutex_conf.h
nptl/pthread_mutex_consistent.c
nptl/pthread_mutex_destroy.c
nptl/pthread_mutex_getprioceiling.c
nptl/pthread_mutex_init.c
nptl/pthread_mutex_lock.c
nptl/pthread_mutex_setprioceiling.c
nptl/pthread_mutex_timedlock.c
nptl/pthread_mutex_trylock.c
nptl/pthread_mutex_unlock.c
nptl/pthread_mutexattr_destroy.c
nptl/pthread_mutexattr_getprioceiling.c
nptl/pthread_mutexattr_getprotocol.c
nptl/pthread_mutexattr_getpshared.c
nptl/pthread_mutexattr_getrobust.c
nptl/pthread_mutexattr_gettype.c
nptl/pthread_mutexattr_init.c
nptl/pthread_mutexattr_setprioceiling.c
nptl/pthread_mutexattr_setprotocol.c
nptl/pthread_mutexattr_setpshared.c
nptl/pthread_mutexattr_setrobust.c
nptl/pthread_mutexattr_settype.c
nptl/pthread_once.c
nptl/pthread_rwlock_clockrdlock.c
nptl/pthread_rwlock_clockwrlock.c
nptl/pthread_rwlock_common.c
nptl/pthread_rwlock_destroy.c
nptl/pthread_rwlock_init.c
nptl/pthread_rwlock_rdlock.c
nptl/pthread_rwlock_timedrdlock.c
nptl/pthread_rwlock_timedwrlock.c
nptl/pthread_rwlock_tryrdlock.c
nptl/pthread_rwlock_trywrlock.c
nptl/pthread_rwlock_unlock.c
nptl/pthread_rwlock_wrlock.c
nptl/pthread_rwlockattr_destroy.c
nptl/pthread_rwlockattr_getkind_np.c
nptl/pthread_rwlockattr_getpshared.c
nptl/pthread_rwlockattr_init.c
nptl/pthread_rwlockattr_setkind_np.c
nptl/pthread_rwlockattr_setpshared.c
nptl/pthread_self.c
nptl/pthread_setaffinity.c
nptl/pthread_setattr_default_np.c
nptl/pthread_setcancelstate.c
nptl/pthread_setcanceltype.c
nptl/pthread_setconcurrency.c
nptl/pthread_setname.c
nptl/pthread_setschedparam.c
nptl/pthread_setschedprio.c
nptl/pthread_setspecific.c
nptl/pthread_sigmask.c
nptl/pthread_sigqueue.c
nptl/pthread_spin_destroy.c
nptl/pthread_spin_init.c
nptl/pthread_spin_lock.c
nptl/pthread_spin_trylock.c
nptl/pthread_spin_unlock.c
nptl/pthread_testcancel.c
nptl/pthread_timedjoin.c
nptl/pthread_tryjoin.c
nptl/pthread_yield.c
nptl/register-atfork.c
nptl/res.c
nptl/sem_clockwait.c
nptl/sem_close.c
nptl/sem_destroy.c
nptl/sem_getvalue.c
nptl/sem_init.c
nptl/sem_open.c
nptl/sem_post.c
nptl/sem_timedwait.c
nptl/sem_unlink.c
nptl/sem_wait.c
nptl/sem_waitcommon.c
nptl/semaphoreP.h
nptl/sigaction.c
nptl/smp.h
nptl/stack-aliasing.h
nptl/test-cond-printers.c
nptl/test-cond-printers.py
nptl/test-condattr-printers.c
nptl/test-condattr-printers.py
nptl/test-mutex-printers.c
nptl/test-mutex-printers.py
nptl/test-mutexattr-printers.c
nptl/test-mutexattr-printers.py
nptl/test-rwlock-printers.c
nptl/test-rwlock-printers.py
nptl/test-rwlockattr-printers.c
nptl/test-rwlockattr-printers.py
nptl/thrd_create.c
nptl/thrd_current.c
nptl/thrd_detach.c
nptl/thrd_equal.c
nptl/thrd_exit.c
nptl/thrd_join.c
nptl/thrd_priv.h
nptl/thrd_sleep.c
nptl/thrd_yield.c
nptl/tpp.c
nptl/tss_create.c
nptl/tss_delete.c
nptl/tss_get.c
nptl/tss_set.c
nptl/tst-_res1.c
nptl/tst-_res1mod1.c
nptl/tst-abstime.c
nptl/tst-align.c
nptl/tst-align3.c
nptl/tst-atfork1.c
nptl/tst-atfork2.c
nptl/tst-atfork2mod.c
nptl/tst-attr1.c
nptl/tst-attr2.c
nptl/tst-attr3.c
nptl/tst-audit-threads-mod1.c
nptl/tst-audit-threads-mod2.c
nptl/tst-audit-threads.c
nptl/tst-audit-threads.h
nptl/tst-backtrace1.c
nptl/tst-bad-schedattr.c
nptl/tst-barrier1.c
nptl/tst-barrier2.c
nptl/tst-barrier3.c
nptl/tst-barrier4.c
nptl/tst-barrier5.c
nptl/tst-basic1.c
nptl/tst-basic2.c
nptl/tst-basic3.c
nptl/tst-basic4.c
nptl/tst-basic5.c
nptl/tst-basic6.c
nptl/tst-call-once.c
nptl/tst-cancel-self-cancelstate.c
nptl/tst-cancel-self-canceltype.c
nptl/tst-cancel-self-cleanup.c
nptl/tst-cancel-self-testcancel.c
nptl/tst-cancel-self.c
nptl/tst-cancel1.c
nptl/tst-cancel10.c
nptl/tst-cancel11.c
nptl/tst-cancel12.c
nptl/tst-cancel13.c
nptl/tst-cancel14.c
nptl/tst-cancel15.c
nptl/tst-cancel16.c
nptl/tst-cancel17.c
nptl/tst-cancel18.c
nptl/tst-cancel19.c
nptl/tst-cancel2.c
nptl/tst-cancel20.c
nptl/tst-cancel21.c
nptl/tst-cancel22.c
nptl/tst-cancel26.c
nptl/tst-cancel27.c
nptl/tst-cancel3.c
nptl/tst-cancel4-common.c
nptl/tst-cancel4-common.h
nptl/tst-cancel4.c
nptl/tst-cancel4_1.c
nptl/tst-cancel4_2.c
nptl/tst-cancel6.c
nptl/tst-cancel7.c
nptl/tst-cancel8.c
nptl/tst-cancel9.c
nptl/tst-cleanup0.c
nptl/tst-cleanup1.c
nptl/tst-cleanup2.c
nptl/tst-cleanup3.c
nptl/tst-cleanup4.c
nptl/tst-cleanup4aux.c
nptl/tst-clock1.c
nptl/tst-clock2.c
nptl/tst-cnd-basic.c
nptl/tst-cnd-broadcast.c
nptl/tst-cnd-timedwait.c
nptl/tst-compat-forwarder-mod.c
nptl/tst-compat-forwarder.c
nptl/tst-cond-except.c
nptl/tst-cond1.c
nptl/tst-cond10.c
nptl/tst-cond11.c
nptl/tst-cond12.c
nptl/tst-cond14.c
nptl/tst-cond15.c
nptl/tst-cond16.c
nptl/tst-cond18.c
nptl/tst-cond19.c
nptl/tst-cond2.c
nptl/tst-cond20.c
nptl/tst-cond23.c
nptl/tst-cond24.c
nptl/tst-cond25.c
nptl/tst-cond26.c
nptl/tst-cond27.c
nptl/tst-cond3.c
nptl/tst-cond4.c
nptl/tst-cond5.c
nptl/tst-cond6.c
nptl/tst-cond7.c
nptl/tst-cond8.c
nptl/tst-cond9.c
nptl/tst-context1.c
nptl/tst-create-detached.c
nptl/tst-default-attr.c
nptl/tst-detach1.c
nptl/tst-eintr1.c
nptl/tst-eintr2.c
nptl/tst-eintr3.c
nptl/tst-eintr4.c
nptl/tst-eintr5.c
nptl/tst-exec1.c
nptl/tst-exec2.c
nptl/tst-exec3.c
nptl/tst-exec4.c
nptl/tst-exec5.c
nptl/tst-exit1.c
nptl/tst-fini1.c
nptl/tst-fini1mod.c
nptl/tst-flock1.c
nptl/tst-flock2.c
nptl/tst-fork1.c
nptl/tst-fork2.c
nptl/tst-fork3.c
nptl/tst-fork4.c
nptl/tst-initializers1.c
nptl/tst-join1.c
nptl/tst-join2.c
nptl/tst-join3.c
nptl/tst-join4.c
nptl/tst-join5.c
nptl/tst-join7.c
nptl/tst-join7mod.c
nptl/tst-join8.c
nptl/tst-join9.c
nptl/tst-key1.c
nptl/tst-key2.c
nptl/tst-key3.c
nptl/tst-key4.c
nptl/tst-kill1.c
nptl/tst-kill2.c
nptl/tst-kill3.c
nptl/tst-kill4.c
nptl/tst-kill5.c
nptl/tst-kill6.c
nptl/tst-memstream.c
nptl/tst-minstack-cancel.c
nptl/tst-minstack-exit.c
nptl/tst-minstack-throw.cc
nptl/tst-mtx-basic.c
nptl/tst-mtx-recursive.c
nptl/tst-mtx-timedlock.c
nptl/tst-mtx-trylock.c
nptl/tst-mutex-errorcheck.c
nptl/tst-mutex1.c
nptl/tst-mutex10.c
nptl/tst-mutex11.c
nptl/tst-mutex2.c
nptl/tst-mutex3.c
nptl/tst-mutex4.c
nptl/tst-mutex5.c
nptl/tst-mutex6.c
nptl/tst-mutex7.c
nptl/tst-mutex8.c
nptl/tst-mutex9.c
nptl/tst-mutexpp10.c
nptl/tst-oddstacklimit.c
nptl/tst-once1.c
nptl/tst-once2.c
nptl/tst-once3.c
nptl/tst-once4.c
nptl/tst-once5.cc
nptl/tst-popen1.c
nptl/tst-pthread-attr-affinity.c
nptl/tst-pthread-getattr.c
nptl/tst-pthread-mutexattr.c
nptl/tst-raise1.c
nptl/tst-robust-fork.c
nptl/tst-robust1.c
nptl/tst-robust10.c
nptl/tst-robust7.c
nptl/tst-rwlock-pwn.c
nptl/tst-rwlock-tryrdlock-stall.c
nptl/tst-rwlock-trywrlock-stall.c
nptl/tst-rwlock1.c
nptl/tst-rwlock10.c
nptl/tst-rwlock11.c
nptl/tst-rwlock12.c
nptl/tst-rwlock13.c
nptl/tst-rwlock14.c
nptl/tst-rwlock15.c
nptl/tst-rwlock16.c
nptl/tst-rwlock17.c
nptl/tst-rwlock18.c
nptl/tst-rwlock19.c
nptl/tst-rwlock2.c
nptl/tst-rwlock20.c
nptl/tst-rwlock3.c
nptl/tst-rwlock4.c
nptl/tst-rwlock5.c
nptl/tst-rwlock6.c
nptl/tst-rwlock7.c
nptl/tst-rwlock8.c
nptl/tst-rwlock9.c
nptl/tst-sched1.c
nptl/tst-sem1.c
nptl/tst-sem10.c
nptl/tst-sem14.c
nptl/tst-sem15.c
nptl/tst-sem16.c
nptl/tst-sem17.c
nptl/tst-sem2.c
nptl/tst-sem3.c
nptl/tst-sem4.c
nptl/tst-sem5.c
nptl/tst-sem6.c
nptl/tst-sem7.c
nptl/tst-sem8.c
nptl/tst-sem9.c
nptl/tst-setuid1.c
nptl/tst-setuid2.c
nptl/tst-setuid3.c
nptl/tst-signal1.c
nptl/tst-signal2.c
nptl/tst-signal3.c
nptl/tst-signal4.c
nptl/tst-signal5.c
nptl/tst-signal6.c
nptl/tst-signal7.c
nptl/tst-spin1.c
nptl/tst-spin2.c
nptl/tst-spin3.c
nptl/tst-stack1.c
nptl/tst-stack2.c
nptl/tst-stack3.c
nptl/tst-stack4.c
nptl/tst-stack4mod.c
nptl/tst-stackguard1.c
nptl/tst-stdio1.c
nptl/tst-stdio2.c
nptl/tst-sysconf.c
nptl/tst-thrd-detach.c
nptl/tst-thrd-sleep.c
nptl/tst-thread-exit-clobber.cc
nptl/tst-thread_local1.cc
nptl/tst-tls1.c
nptl/tst-tls2.c
nptl/tst-tls3-malloc.c
nptl/tst-tls3.c
nptl/tst-tls3mod.c
nptl/tst-tls4.c
nptl/tst-tls4moda.c
nptl/tst-tls4modb.c
nptl/tst-tls5.c
nptl/tst-tls6.sh
nptl/tst-tpp.h
nptl/tst-tsd1.c
nptl/tst-tsd2.c
nptl/tst-tsd3.c
nptl/tst-tsd4.c
nptl/tst-tsd5.c
nptl/tst-tss-basic.c
nptl/tst-umask1.c
nptl/tst-unload.c
nptl/unwind.c
nptl/vars.c
nptl/version.c
nptl_db/Makefile
nptl_db/db-symbols.h
nptl_db/db_info.c
nptl_db/fetch-value.c
nptl_db/structs.def
nptl_db/td_init.c
nptl_db/td_log.c
nptl_db/td_symbol_list.c
nptl_db/td_ta_clear_event.c
nptl_db/td_ta_delete.c
nptl_db/td_ta_enable_stats.c
nptl_db/td_ta_event_addr.c
nptl_db/td_ta_event_getmsg.c
nptl_db/td_ta_get_nthreads.c
nptl_db/td_ta_get_ph.c
nptl_db/td_ta_get_stats.c
nptl_db/td_ta_map_id2thr.c
nptl_db/td_ta_map_lwp2thr.c
nptl_db/td_ta_new.c
nptl_db/td_ta_reset_stats.c
nptl_db/td_ta_set_event.c
nptl_db/td_ta_setconcurrency.c
nptl_db/td_ta_thr_iter.c
nptl_db/td_ta_tsd_iter.c
nptl_db/td_thr_clear_event.c
nptl_db/td_thr_dbresume.c
nptl_db/td_thr_dbsuspend.c
nptl_db/td_thr_event_enable.c
nptl_db/td_thr_event_getmsg.c
nptl_db/td_thr_get_info.c
nptl_db/td_thr_getfpregs.c
nptl_db/td_thr_getgregs.c
nptl_db/td_thr_getxregs.c
nptl_db/td_thr_getxregsize.c
nptl_db/td_thr_set_event.c
nptl_db/td_thr_setfpregs.c
nptl_db/td_thr_setgregs.c
nptl_db/td_thr_setprio.c
nptl_db/td_thr_setsigpending.c
nptl_db/td_thr_setxregs.c
nptl_db/td_thr_sigsetmask.c
nptl_db/td_thr_tls_get_addr.c
nptl_db/td_thr_tlsbase.c
nptl_db/td_thr_tsd.c
nptl_db/td_thr_validate.c
nptl_db/thread_dbP.h
nscd/Makefile
nscd/aicache.c
nscd/cache.c
nscd/connections.c
nscd/dbg_log.c
nscd/dbg_log.h
nscd/gai.c
nscd/getgrgid_r.c
nscd/getgrnam_r.c
nscd/gethstbyad_r.c
nscd/gethstbynm3_r.c
nscd/getpwnam_r.c
nscd/getpwuid_r.c
nscd/getsrvbynm_r.c
nscd/getsrvbypt_r.c
nscd/grpcache.c
nscd/hstcache.c
nscd/initgrcache.c
nscd/mem.c
nscd/netgroupcache.c
nscd/nscd-client.h
nscd/nscd.c
nscd/nscd.h
nscd/nscd_conf.c
nscd/nscd_getai.c
nscd/nscd_getgr_r.c
nscd/nscd_gethst_r.c
nscd/nscd_getpw_r.c
nscd/nscd_getserv_r.c
nscd/nscd_helper.c
nscd/nscd_initgroups.c
nscd/nscd_netgroup.c
nscd/nscd_proto.h
nscd/nscd_setup_thread.c
nscd/nscd_stat.c
nscd/pwdcache.c
nscd/selinux.c
nscd/selinux.h
nscd/servicescache.c
nss/Makefile
nss/XXX-lookup.c
nss/alias-lookup.c
nss/bug17079.c
nss/compat-lookup.c
nss/databases.def
nss/db-Makefile
nss/digits_dots.c
nss/ethers-lookup.c
nss/function.def
nss/getXXbyYY.c
nss/getXXbyYY_r.c
nss/getXXent.c
nss/getXXent_r.c
nss/getent.c
nss/getnssent.c
nss/getnssent_r.c
nss/grp-lookup.c
nss/hosts-lookup.c
nss/key-lookup.c
nss/makedb.c
nss/netgrp-lookup.c
nss/network-lookup.c
nss/nss.h
nss/nss_compat/compat-grp.c
nss/nss_compat/compat-initgroups.c
nss/nss_compat/compat-pwd.c
nss/nss_compat/compat-spwd.c
nss/nss_compat/nisdomain.c
nss/nss_compat/nisdomain.h
nss/nss_db/db-XXX.c
nss/nss_db/db-init.c
nss/nss_db/db-initgroups.c
nss/nss_db/db-netgrp.c
nss/nss_db/db-open.c
nss/nss_db/nss_db.h
nss/nss_files/files-XXX.c
nss/nss_files/files-alias.c
nss/nss_files/files-ethers.c
nss/nss_files/files-grp.c
nss/nss_files/files-hosts.c
nss/nss_files/files-init.c
nss/nss_files/files-initgroups.c
nss/nss_files/files-key.c
nss/nss_files/files-netgrp.c
nss/nss_files/files-network.c
nss/nss_files/files-parse.c
nss/nss_files/files-proto.c
nss/nss_files/files-pwd.c
nss/nss_files/files-rpc.c
nss/nss_files/files-service.c
nss/nss_files/files-sgrp.c
nss/nss_files/files-spwd.c
nss/nss_hash.c
nss/nss_test.h
nss/nss_test1.c
nss/nss_test2.c
nss/nsswitch.c
nss/nsswitch.h
nss/proto-lookup.c
nss/pwd-lookup.c
nss/rewrite_field.c
nss/rpc-lookup.c
nss/service-lookup.c
nss/sgrp-lookup.c
nss/spwd-lookup.c
nss/test-digits-dots.c
nss/test-netdb.c
nss/tst-cancel-getpwuid_r.c
nss/tst-field.c
nss/tst-nss-db-endgrent.c
nss/tst-nss-db-endpwent.c
nss/tst-nss-files-alias-leak.c
nss/tst-nss-files-alias-truncated.c
nss/tst-nss-files-hosts-erange.c
nss/tst-nss-files-hosts-getent.c
nss/tst-nss-files-hosts-long.c
nss/tst-nss-files-hosts-multi.c
nss/tst-nss-getpwent.c
nss/tst-nss-test1.c
nss/tst-nss-test2.c
nss/tst-nss-test3.c
nss/tst-nss-test4.c
nss/tst-nss-test5.c
nss/valid_field.c
nss/valid_list_field.c
po/Makefile
posix/Makefile
posix/_exit.c
posix/alarm.c
posix/annexc.c
posix/bits/cpu-set.h
posix/bits/getopt_core.h
posix/bits/getopt_ext.h
posix/bits/getopt_posix.h
posix/bits/posix1_lim.h
posix/bits/posix2_lim.h
posix/bits/types.h
posix/bits/unistd.h
posix/bsd-getpgrp.c
posix/bug-glob2.c
posix/bug-regex10.c
posix/bug-regex11.c
posix/bug-regex12.c
posix/bug-regex13.c
posix/bug-regex14.c
posix/bug-regex17.c
posix/bug-regex18.c
posix/bug-regex19.c
posix/bug-regex2.c
posix/bug-regex20.c
posix/bug-regex21.c
posix/bug-regex22.c
posix/bug-regex23.c
posix/bug-regex25.c
posix/bug-regex26.c
posix/bug-regex27.c
posix/bug-regex28.c
posix/bug-regex3.c
posix/bug-regex30.c
posix/bug-regex33.c
posix/bug-regex34.c
posix/bug-regex35.c
posix/bug-regex36.c
posix/bug-regex37.c
posix/bug-regex38.c
posix/bug-regex4.c
posix/bug-regex6.c
posix/bug-regex7.c
posix/bug-regex8.c
posix/bug-regex9.c
posix/confstr.c
posix/cpio.h
posix/execl.c
posix/execle.c
posix/execlp.c
posix/execv.c
posix/execve.c
posix/execvp.c
posix/execvpe.c
posix/fexecve.c
posix/flexmember.h
posix/fnmatch.c
posix/fnmatch.h
posix/fnmatch_loop.c
posix/fork.c
posix/fpathconf.c
posix/gai_strerror.c
posix/get_child_max.c
posix/getaddrinfo.c
posix/getconf-speclist.c
posix/getconf.c
posix/getegid.c
posix/geteuid.c
posix/getgid.c
posix/getgroups.c
posix/getopt.c
posix/getopt.h
posix/getopt1.c
posix/getopt_int.h
posix/getpgid.c
posix/getpgrp.c
posix/getpid.c
posix/getppid.c
posix/getresgid.c
posix/getresuid.c
posix/getsid.c
posix/getuid.c
posix/glob-lstat-compat.c
posix/glob.c
posix/glob.h
posix/glob64-lstat-compat.c
posix/glob64.c
posix/glob_internal.h
posix/glob_pattern_p.c
posix/globfree.c
posix/globfree64.c
posix/globtest.c
posix/globtest.sh
posix/group_member.c
posix/nanosleep.c
posix/pathconf.c
posix/pause.c
posix/posix-conf-vars.h
posix/posix-envs.def
posix/posix_madvise.c
posix/pread.c
posix/pread64.c
posix/pwrite.c
posix/pwrite64.c
posix/re_comp.h
posix/runptests.c
posix/sched.h
posix/sched_cpualloc.c
posix/sched_cpucount.c
posix/sched_cpufree.c
posix/sched_getaffinity.c
posix/sched_getp.c
posix/sched_gets.c
posix/sched_primax.c
posix/sched_primin.c
posix/sched_rr_gi.c
posix/sched_setaffinity.c
posix/sched_setp.c
posix/sched_sets.c
posix/sched_yield.c
posix/setgid.c
posix/setpgid.c
posix/setpgrp.c
posix/setresgid.c
posix/setresuid.c
posix/setsid.c
posix/setuid.c
posix/sleep.c
posix/spawn.c
posix/spawn.h
posix/spawn_faction_addchdir.c
posix/spawn_faction_addclose.c
posix/spawn_faction_adddup2.c
posix/spawn_faction_addfchdir.c
posix/spawn_faction_addopen.c
posix/spawn_faction_destroy.c
posix/spawn_faction_init.c
posix/spawn_int.h
posix/spawn_valid_fd.c
posix/spawnattr_destroy.c
posix/spawnattr_getdefault.c
posix/spawnattr_getflags.c
posix/spawnattr_getpgroup.c
posix/spawnattr_getschedparam.c
posix/spawnattr_getschedpolicy.c
posix/spawnattr_getsigmask.c
posix/spawnattr_init.c
posix/spawnattr_setdefault.c
posix/spawnattr_setflags.c
posix/spawnattr_setpgroup.c
posix/spawnattr_setschedparam.c
posix/spawnattr_setschedpolicy.c
posix/spawnattr_setsigmask.c
posix/spawni.c
posix/spawnp.c
posix/streams-compat.c
posix/sys/times.h
posix/sys/types.h
posix/sys/utsname.h
posix/sys/wait.h
posix/sysconf.c
posix/tar.h
posix/test-errno.c
posix/test-ssize-max.c
posix/times.c
posix/tst-boost.c
posix/tst-chmod.c
posix/tst-dir.c
posix/tst-exec.c
posix/tst-execvpe1.c
posix/tst-execvpe2.c
posix/tst-execvpe3.c
posix/tst-execvpe4.c
posix/tst-execvpe5.c
posix/tst-execvpe6.c
posix/tst-fexecve.c
posix/tst-fnmatch.c
posix/tst-fnmatch.input
posix/tst-fnmatch3.c
posix/tst-fnmatch4.c
posix/tst-fnmatch5.c
posix/tst-fork.c
posix/tst-getaddrinfo.c
posix/tst-getaddrinfo4.c
posix/tst-getaddrinfo5.c
posix/tst-getconf.sh
posix/tst-getopt-cancel.c
posix/tst-glob-tilde.c
posix/tst-glob_lstat_compat.c
posix/tst-glob_symlinks.c
posix/tst-gnuglob-skeleton.c
posix/tst-gnuglob.c
posix/tst-gnuglob64.c
posix/tst-mmap-offset.c
posix/tst-nanosleep.c
posix/tst-nice.c
posix/tst-pathconf.c
posix/tst-pcre.c
posix/tst-posix_fadvise-common.c
posix/tst-posix_fadvise.c
posix/tst-posix_fadvise64.c
posix/tst-posix_spawn-fd.c
posix/tst-posix_spawn-setsid.c
posix/tst-preadwrite-common.c
posix/tst-preadwrite.c
posix/tst-preadwrite64.c
posix/tst-regcomp-truncated.c
posix/tst-regex.c
posix/tst-regexloc.c
posix/tst-rxspencer.c
posix/tst-spawn-chdir.c
posix/tst-spawn.c
posix/tst-spawn2.c
posix/tst-spawn3.c
posix/tst-spawn4-compat.c
posix/tst-spawn4.c
posix/tst-sysconf-empty-chroot.c
posix/tst-truncate-common.c
posix/tst-truncate.c
posix/tst-truncate64.c
posix/tst-vfork1.c
posix/tst-vfork2.c
posix/tst-vfork3.c
posix/tst-waitid.c
posix/uname-values.h
posix/uname.c
posix/unistd.h
posix/vfork.c
posix/wait.c
posix/wait3.c
posix/wait4.c
posix/waitid.c
posix/waitpid.c
posix/wordexp-test.c
posix/wordexp-tst.sh
posix/wordexp.c
posix/wordexp.h
pwd/Makefile
pwd/fgetpwent.c
pwd/fgetpwent_r.c
pwd/getpw.c
pwd/getpwent.c
pwd/getpwent_r.c
pwd/getpwnam.c
pwd/getpwnam_r.c
pwd/getpwuid.c
pwd/getpwuid_r.c
pwd/putpwent.c
pwd/pwd.h
pwd/tst-getpw.c
pwd/tst-putpwent.c
resolv/Makefile
resolv/compat-hooks.c
resolv/gai_cancel.c
resolv/gai_error.c
resolv/gai_misc.c
resolv/gai_misc.h
resolv/gai_notify.c
resolv/gai_sigqueue.c
resolv/gai_suspend.c
resolv/getaddrinfo_a.c
resolv/inet_addr.c
resolv/inet_pton.c
resolv/netdb.h
resolv/nss_dns/dns-canon.c
resolv/nss_dns/dns-host.c
resolv/nss_dns/dns-network.c
resolv/res-close.c
resolv/res-state.c
resolv/res_comp.c
resolv/res_data.c
resolv/res_enable_icmp.c
resolv/res_hconf.c
resolv/res_hconf.h
resolv/res_init.c
resolv/res_libc.c
resolv/res_mkquery.c
resolv/res_randomid.c
resolv/res_send.c
resolv/resolv-internal.h
resolv/resolv_conf.c
resolv/resolv_conf.h
resolv/resolv_context.c
resolv/resolv_context.h
resolv/tst-aton.c
resolv/tst-bug18665-tcp.c
resolv/tst-bug18665.c
resolv/tst-inet_aton_exact.c
resolv/tst-inet_pton.c
resolv/tst-leaks.c
resolv/tst-leaks2.c
resolv/tst-ns_name.c
resolv/tst-ns_name.data
resolv/tst-ns_name_compress.c
resolv/tst-ns_name_pton.c
resolv/tst-p_secstodate.c
resolv/tst-res_hconf_reorder.c
resolv/tst-res_hnok.c
resolv/tst-resolv-ai_idn-common.c
resolv/tst-resolv-ai_idn-latin1.c
resolv/tst-resolv-ai_idn-nolibidn2.c
resolv/tst-resolv-ai_idn.c
resolv/tst-resolv-basic.c
resolv/tst-resolv-binary.c
resolv/tst-resolv-canonname.c
resolv/tst-resolv-edns.c
resolv/tst-resolv-network.c
resolv/tst-resolv-nondecimal.c
resolv/tst-resolv-qtypes.c
resolv/tst-resolv-res_init-multi.c
resolv/tst-resolv-res_init-skeleton.c
resolv/tst-resolv-res_init-thread.c
resolv/tst-resolv-res_init.c
resolv/tst-resolv-res_ninit.c
resolv/tst-resolv-rotate.c
resolv/tst-resolv-search.c
resolv/tst-resolv-threads.c
resolv/tst-resolv-trailing.c
resource/Makefile
resource/bits/types/struct_rusage.h
resource/getpriority.c
resource/getrlimit.c
resource/getrlimit64.c
resource/getrusage.c
resource/nice.c
resource/setpriority.c
resource/setrlimit.c
resource/setrlimit64.c
resource/sys/resource.h
resource/sys/vlimit.h
resource/sys/vtimes.h
resource/tst-getrlimit.c
resource/ulimit.c
resource/ulimit.h
resource/vlimit.c
resource/vtimes.c
rt/Makefile
rt/aio.h
rt/aio_cancel.c
rt/aio_error.c
rt/aio_fsync.c
rt/aio_misc.c
rt/aio_notify.c
rt/aio_read.c
rt/aio_return.c
rt/aio_sigqueue.c
rt/aio_suspend.c
rt/aio_write.c
rt/bits/mqueue2.h
rt/lio_listio.c
rt/mq_close.c
rt/mq_getattr.c
rt/mq_notify.c
rt/mq_open.c
rt/mq_receive.c
rt/mq_send.c
rt/mq_setattr.c
rt/mq_timedreceive.c
rt/mq_timedsend.c
rt/mq_unlink.c
rt/mqueue.h
rt/shm_open.c
rt/shm_unlink.c
rt/timer_create.c
rt/timer_delete.c
rt/timer_getoverr.c
rt/timer_gettime.c
rt/timer_settime.c
rt/tst-aio.c
rt/tst-aio2.c
rt/tst-aio3.c
rt/tst-aio4.c
rt/tst-aio5.c
rt/tst-aio6.c
rt/tst-aio64.c
rt/tst-aio7.c
rt/tst-cpuclock2.c
rt/tst-mqueue.h
rt/tst-mqueue1.c
rt/tst-mqueue2.c
rt/tst-mqueue3.c
rt/tst-mqueue4.c
rt/tst-mqueue5.c
rt/tst-mqueue6.c
rt/tst-mqueue7.c
rt/tst-mqueue8.c
rt/tst-mqueue9.c
rt/tst-shm-cancel.c
rt/tst-shm.c
rt/tst-timer.c
rt/tst-timer4.c
scripts/backport-support.sh
scripts/build-many-glibcs.py
scripts/check-c++-types.sh
scripts/check-initfini.awk
scripts/check-installed-headers.sh
scripts/check-local-headers.sh
scripts/check-obsolete-constructs.py
scripts/check-wrapper-headers.py
scripts/cross-test-ssh.sh
scripts/evaluate-test.sh
scripts/gen-as-const.py
scripts/gen-rrtypes.py
scripts/glibcextract.py
scripts/list-fixed-bugs.py
scripts/merge-test-results.sh
scripts/rellns-sh
scripts/test-installation.pl
scripts/test_printers_common.py
scripts/test_printers_exceptions.py
scripts/update-abilist.sh
scripts/update-copyrights
setjmp/Makefile
setjmp/__longjmp.c
setjmp/bits/setjmp2.h
setjmp/bsd-_setjmp.c
setjmp/bsd-setjmp.c
setjmp/bug269-setjmp.c
setjmp/jmp-unwind.c
setjmp/longjmp.c
setjmp/setjmp.c
setjmp/setjmp.h
setjmp/sigjmp.c
setjmp/tst-setjmp-fp.c
setjmp/tst-setjmp.c
setjmp/tst-sigsetjmp.c
shadow/Makefile
shadow/fgetspent.c
shadow/fgetspent_r.c
shadow/getspent.c
shadow/getspent_r.c
shadow/getspnam.c
shadow/getspnam_r.c
shadow/lckpwdf.c
shadow/putspent.c
shadow/sgetspent.c
shadow/sgetspent_r.c
shadow/shadow.h
shadow/tst-putspent.c
signal/Makefile
signal/allocrtsig.c
signal/bits/types/__sigval_t.h
signal/bits/types/struct_sigstack.h
signal/kill.c
signal/killpg.c
signal/raise.c
signal/sigaction.c
signal/sigaddset.c
signal/sigaltstack.c
signal/sigandset.c
signal/sigblock.c
signal/sigdelset.c
signal/sigempty.c
signal/sigfillset.c
signal/siggetmask.c
signal/sighold.c
signal/sigignore.c
signal/sigintr.c
signal/sigisempty.c
signal/sigismem.c
signal/signal.c
signal/signal.h
signal/sigorset.c
signal/sigpause.c
signal/sigpending.c
signal/sigprocmask.c
signal/sigqueue.c
signal/sigrelse.c
signal/sigreturn.c
signal/sigset.c
signal/sigsetmask.c
signal/sigsetops.c
signal/sigstack.c
signal/sigsuspend.c
signal/sigtimedwait.c
signal/sigvec.c
signal/sigwait.c
signal/sigwaitinfo.c
signal/sysv_signal.c
signal/tst-minsigstksz-1.c
signal/tst-minsigstksz-2.c
signal/tst-minsigstksz-3.c
signal/tst-minsigstksz-3a.c
signal/tst-minsigstksz-4.c
signal/tst-raise.c
signal/tst-sigaction.c
signal/tst-sigsimple.c
signal/tst-sigwait-eintr.c
socket/Makefile
socket/accept.c
socket/accept4.c
socket/bind.c
socket/bits/socket2.h
socket/connect.c
socket/getpeername.c
socket/getsockname.c
socket/getsockopt.c
socket/isfdtype.c
socket/listen.c
socket/opensock.c
socket/recv.c
socket/recvfrom.c
socket/recvmmsg.c
socket/recvmsg.c
socket/sa_len.c
socket/send.c
socket/sendmmsg.c
socket/sendmsg.c
socket/sendto.c
socket/setsockopt.c
socket/shutdown.c
socket/sockatmark.c
socket/socket.c
socket/socketpair.c
socket/sys/socket.h
socket/sys/un.h
socket/tst-accept4.c
soft-fp/Makefile
soft-fp/adddf3.c
soft-fp/addsf3.c
soft-fp/addtf3.c
soft-fp/divdf3.c
soft-fp/divsf3.c
soft-fp/divtf3.c
soft-fp/double.h
soft-fp/eqdf2.c
soft-fp/eqsf2.c
soft-fp/eqtf2.c
soft-fp/extenddftf2.c
soft-fp/extended.h
soft-fp/extendhftf2.c
soft-fp/extendsfdf2.c
soft-fp/extendsftf2.c
soft-fp/extendxftf2.c
soft-fp/fixdfdi.c
soft-fp/fixdfsi.c
soft-fp/fixdfti.c
soft-fp/fixhfti.c
soft-fp/fixsfdi.c
soft-fp/fixsfsi.c
soft-fp/fixsfti.c
soft-fp/fixtfdi.c
soft-fp/fixtfsi.c
soft-fp/fixtfti.c
soft-fp/fixunsdfdi.c
soft-fp/fixunsdfsi.c
soft-fp/fixunsdfti.c
soft-fp/fixunshfti.c
soft-fp/fixunssfdi.c
soft-fp/fixunssfsi.c
soft-fp/fixunssfti.c
soft-fp/fixunstfdi.c
soft-fp/fixunstfsi.c
soft-fp/fixunstfti.c
soft-fp/floatdidf.c
soft-fp/floatdisf.c
soft-fp/floatditf.c
soft-fp/floatsidf.c
soft-fp/floatsisf.c
soft-fp/floatsitf.c
soft-fp/floattidf.c
soft-fp/floattihf.c
soft-fp/floattisf.c
soft-fp/floattitf.c
soft-fp/floatundidf.c
soft-fp/floatundisf.c
soft-fp/floatunditf.c
soft-fp/floatunsidf.c
soft-fp/floatunsisf.c
soft-fp/floatunsitf.c
soft-fp/floatuntidf.c
soft-fp/floatuntihf.c
soft-fp/floatuntisf.c
soft-fp/floatuntitf.c
soft-fp/gedf2.c
soft-fp/gesf2.c
soft-fp/getf2.c
soft-fp/half.h
soft-fp/ledf2.c
soft-fp/lesf2.c
soft-fp/letf2.c
soft-fp/muldf3.c
soft-fp/mulsf3.c
soft-fp/multf3.c
soft-fp/negdf2.c
soft-fp/negsf2.c
soft-fp/negtf2.c
soft-fp/op-1.h
soft-fp/op-2.h
soft-fp/op-4.h
soft-fp/op-8.h
soft-fp/op-common.h
soft-fp/quad.h
soft-fp/single.h
soft-fp/soft-fp.h
soft-fp/subdf3.c
soft-fp/subsf3.c
soft-fp/subtf3.c
soft-fp/truncdfsf2.c
soft-fp/trunctfdf2.c
soft-fp/trunctfhf2.c
soft-fp/trunctfsf2.c
soft-fp/trunctfxf2.c
soft-fp/unorddf2.c
soft-fp/unordsf2.c
soft-fp/unordtf2.c
stdio-common/Makefile
stdio-common/_i18n_number.h
stdio-common/_itoa.c
stdio-common/_itowa.c
stdio-common/_itowa.h
stdio-common/asprintf.c
stdio-common/bits/printf-ldbl.h
stdio-common/bug-vfprintf-nargs.c
stdio-common/bug26.c
stdio-common/ctermid.c
stdio-common/cuserid.c
stdio-common/dprintf.c
stdio-common/errlist.c
stdio-common/errnobug.c
stdio-common/flockfile.c
stdio-common/fprintf.c
stdio-common/fscanf.c
stdio-common/ftrylockfile.c
stdio-common/funlockfile.c
stdio-common/fxprintf.c
stdio-common/gentempfd.c
stdio-common/getline.c
stdio-common/getw.c
stdio-common/iovfscanf.c
stdio-common/iovfwscanf.c
stdio-common/isoc99_fscanf.c
stdio-common/isoc99_scanf.c
stdio-common/isoc99_sscanf.c
stdio-common/isoc99_vfscanf.c
stdio-common/isoc99_vscanf.c
stdio-common/isoc99_vsscanf.c
stdio-common/itoa-digits.c
stdio-common/itoa-udigits.c
stdio-common/itowa-digits.c
stdio-common/perror.c
stdio-common/printf-parse.h
stdio-common/printf-parsemb.c
stdio-common/printf-prs.c
stdio-common/printf.c
stdio-common/printf.h
stdio-common/printf_fp.c
stdio-common/printf_fphex.c
stdio-common/printf_size.c
stdio-common/psiginfo.c
stdio-common/psignal.c
stdio-common/putw.c
stdio-common/reg-modifier.c
stdio-common/reg-printf.c
stdio-common/reg-type.c
stdio-common/remove.c
stdio-common/rename.c
stdio-common/renameat.c
stdio-common/renameat2.c
stdio-common/scanf.c
stdio-common/scanf11.c
stdio-common/scanf14.c
stdio-common/scanf14a.c
stdio-common/scanf15.c
stdio-common/scanf16.c
stdio-common/scanf16a.c
stdio-common/scanf17.c
stdio-common/siglist.c
stdio-common/snprintf.c
stdio-common/sprintf.c
stdio-common/sscanf.c
stdio-common/stdio_ext.h
stdio-common/stdio_lim.h.in
stdio-common/tempnam.c
stdio-common/tempname.c
stdio-common/test-fseek.c
stdio-common/test-popen.c
stdio-common/test-vfprintf.c
stdio-common/test_rdwr.c
stdio-common/tmpfile.c
stdio-common/tmpfile64.c
stdio-common/tmpnam.c
stdio-common/tmpnam_r.c
stdio-common/tst-bz11319.c
stdio-common/tst-fileno.c
stdio-common/tst-fmemopen.c
stdio-common/tst-fmemopen2.c
stdio-common/tst-fmemopen3.c
stdio-common/tst-fmemopen4.c
stdio-common/tst-fphex-wide.c
stdio-common/tst-fseek.c
stdio-common/tst-gets.c
stdio-common/tst-long-dbl-fphex.c
stdio-common/tst-popen.c
stdio-common/tst-printf-bz18872.sh
stdio-common/tst-printf-round.c
stdio-common/tst-printf.c
stdio-common/tst-printf.sh
stdio-common/tst-printfsz-islongdouble.c
stdio-common/tst-printfsz-islongdouble.sh
stdio-common/tst-put-error.c
stdio-common/tst-renameat2.c
stdio-common/tst-scanf-round.c
stdio-common/tst-sprintf3.c
stdio-common/tst-sscanf.c
stdio-common/tst-tmpnam.c
stdio-common/tst-unbputc.sh
stdio-common/tst-unlockedio.c
stdio-common/tst-vfprintf-mbs-prec.c
stdio-common/tst-vfprintf-user-type.c
stdio-common/tst-vfprintf-width-prec.c
stdio-common/tstgetln.c
stdio-common/tstscanf.c
stdio-common/vfprintf-internal.c
stdio-common/vfprintf.c
stdio-common/vfscanf-internal.c
stdio-common/vfscanf.c
stdio-common/vfwprintf.c
stdio-common/vfwscanf.c
stdio-common/vprintf.c
stdlib/Makefile
stdlib/a64l.c
stdlib/abort.c
stdlib/abs.c
stdlib/add_n.c
stdlib/addmul_1.c
stdlib/alloca.h
stdlib/at_quick_exit.c
stdlib/atexit.c
stdlib/atof.c
stdlib/atoi.c
stdlib/atol.c
stdlib/atoll.c
stdlib/bits/monetary-ldbl.h
stdlib/bits/stdlib-float.h
stdlib/bits/stdlib-ldbl.h
stdlib/bits/stdlib.h
stdlib/bsearch.c
stdlib/bug-strtod.c
stdlib/canonicalize.c
stdlib/cmp.c
stdlib/cxa_at_quick_exit.c
stdlib/cxa_atexit.c
stdlib/cxa_finalize.c
stdlib/cxa_thread_atexit_impl.c
stdlib/dbl2mpn.c
stdlib/div.c
stdlib/divmod_1.c
stdlib/divrem.c
stdlib/drand48-iter.c
stdlib/drand48.c
stdlib/drand48_r.c
stdlib/erand48.c
stdlib/erand48_r.c
stdlib/errno.h
stdlib/exit.c
stdlib/exit.h
stdlib/fmtmsg.c
stdlib/fmtmsg.h
stdlib/fpioconst.c
stdlib/fpioconst.h
stdlib/gen-fpioconst.c
stdlib/gen-tst-strtod-round.c
stdlib/getcontext.c
stdlib/getentropy.c
stdlib/getenv.c
stdlib/getrandom.c
stdlib/getsubopt.c
stdlib/gmp-impl.h
stdlib/gmp.h
stdlib/grouping.c
stdlib/grouping.h
stdlib/inttypes.h
stdlib/isomac.c
stdlib/jrand48.c
stdlib/jrand48_r.c
stdlib/l64a.c
stdlib/labs.c
stdlib/lcong48.c
stdlib/lcong48_r.c
stdlib/ldiv.c
stdlib/llabs.c
stdlib/lldiv.c
stdlib/longlong.h
stdlib/lrand48.c
stdlib/lrand48_r.c
stdlib/lshift.c
stdlib/makecontext.c
stdlib/mblen.c
stdlib/mbstowcs.c
stdlib/mbtowc.c
stdlib/mod_1.c
stdlib/monetary.h
stdlib/mp_clz_tab.c
stdlib/mpn2dbl.c
stdlib/mpn2flt.c
stdlib/mrand48.c
stdlib/mrand48_r.c
stdlib/msort.c
stdlib/mul.c
stdlib/mul_1.c
stdlib/mul_n.c
stdlib/nrand48.c
stdlib/nrand48_r.c
stdlib/on_exit.c
stdlib/putenv.c
stdlib/qsort.c
stdlib/quick_exit.c
stdlib/rand.c
stdlib/rand_r.c
stdlib/random.c
stdlib/random_r.c
stdlib/rpmatch.c
stdlib/rshift.c
stdlib/secure-getenv.c
stdlib/seed48.c
stdlib/seed48_r.c
stdlib/setcontext.c
stdlib/setenv.c
stdlib/srand48.c
stdlib/srand48_r.c
stdlib/stdint.h
stdlib/stdlib.h
stdlib/strfmon.c
stdlib/strfmon_l.c
stdlib/strfrom-skeleton.c
stdlib/strfromd.c
stdlib/strfromf.c
stdlib/strfroml.c
stdlib/strtod.c
stdlib/strtod_l.c
stdlib/strtod_nan.c
stdlib/strtod_nan_main.c
stdlib/strtod_nan_narrow.h
stdlib/strtod_nan_wide.h
stdlib/strtof.c
stdlib/strtof_l.c
stdlib/strtof_nan.c
stdlib/strtol.c
stdlib/strtol_l.c
stdlib/strtold.c
stdlib/strtold_l.c
stdlib/strtold_nan.c
stdlib/strtoll.c
stdlib/strtoll_l.c
stdlib/strtoul.c
stdlib/strtoul_l.c
stdlib/strtoull.c
stdlib/strtoull_l.c
stdlib/sub_n.c
stdlib/submul_1.c
stdlib/swapcontext.c
stdlib/sys/random.h
stdlib/system.c
stdlib/test-a64l.c
stdlib/test-at_quick_exit-race.c
stdlib/test-atexit-race-common.c
stdlib/test-atexit-race.c
stdlib/test-bz22786.c
stdlib/test-canon.c
stdlib/test-canon2.c
stdlib/test-cxa_atexit-race.c
stdlib/test-dlclose-exit-race-helper.c
stdlib/test-dlclose-exit-race.c
stdlib/test-on_exit-race.c
stdlib/testdiv.c
stdlib/testrand.c
stdlib/tst-at_quick_exit.c
stdlib/tst-atexit-common.c
stdlib/tst-atexit.c
stdlib/tst-bsearch.c
stdlib/tst-bz20544.c
stdlib/tst-cxa_atexit.c
stdlib/tst-empty-env.c
stdlib/tst-environ.c
stdlib/tst-fmtmsg.sh
stdlib/tst-getrandom.c
stdlib/tst-makecontext-align.c
stdlib/tst-makecontext.c
stdlib/tst-makecontext2.c
stdlib/tst-makecontext3.c
stdlib/tst-on_exit.c
stdlib/tst-quick_exit.cc
stdlib/tst-random2.c
stdlib/tst-secure-getenv.c
stdlib/tst-setcontext.c
stdlib/tst-setcontext2.c
stdlib/tst-setcontext3.c
stdlib/tst-setcontext3.sh
stdlib/tst-setcontext4.c
stdlib/tst-setcontext5.c
stdlib/tst-setcontext6.c
stdlib/tst-setcontext7.c
stdlib/tst-setcontext8.c
stdlib/tst-setcontext9.c
stdlib/tst-strfmon_l.c
stdlib/tst-strfrom-locale.c
stdlib/tst-strfrom.c
stdlib/tst-strfrom.h
stdlib/tst-strtod-nan-locale-main.c
stdlib/tst-strtod-nan-locale.c
stdlib/tst-strtod-nan-sign-main.c
stdlib/tst-strtod-nan-sign.c
stdlib/tst-strtod-overflow.c
stdlib/tst-strtod-round-skeleton.c
stdlib/tst-strtod-round.c
stdlib/tst-strtod-underflow.c
stdlib/tst-strtod.c
stdlib/tst-strtod.h
stdlib/tst-strtod1i.c
stdlib/tst-strtod5.c
stdlib/tst-strtod5i.c
stdlib/tst-strtol-locale-main.c
stdlib/tst-strtol-locale.c
stdlib/tst-swapcontext1.c
stdlib/tst-system.c
stdlib/tst-thread-quick_exit.cc
stdlib/tst-tininess.c
stdlib/tst-tls-atexit-lib.c
stdlib/tst-tls-atexit-nodelete.c
stdlib/tst-tls-atexit.c
stdlib/tst-width-stdint.c
stdlib/tst-width.c
stdlib/tst-xpg-basename.c
stdlib/ucontext.h
stdlib/wcstombs.c
stdlib/wctomb.c
stdlib/xpg_basename.c
string/Makefile
string/_strerror.c
string/argz-addsep.c
string/argz-append.c
string/argz-count.c
string/argz-create.c
string/argz-ctsep.c
string/argz-delete.c
string/argz-extract.c
string/argz-insert.c
string/argz-next.c
string/argz-replace.c
string/argz-stringify.c
string/argz.h
string/basename.c
string/bcopy.c
string/bits/string_fortified.h
string/bits/strings_fortified.h
string/bug-strcoll2.c
string/byteswap.h
string/bzero.c
string/endian.h
string/envz.c
string/envz.h
string/explicit_bzero.c
string/ffs.c
string/ffsll.c
string/memccpy.c
string/memchr.c
string/memcmp.c
string/memcpy.c
string/memfrob.c
string/memmem.c
string/memmove.c
string/memory.h
string/mempcpy.c
string/memrchr.c
string/memset.c
string/rawmemchr.c
string/stpcpy.c
string/stpncpy.c
string/str-two-way.h
string/stratcliff.c
string/strcasecmp.c
string/strcasecmp_l.c
string/strcasestr.c
string/strcat.c
string/strchr.c
string/strchrnul.c
string/strcmp.c
string/strcoll.c
string/strcoll_l.c
string/strcpy.c
string/strcspn.c
string/strdup.c
string/strerror.c
string/strerror_l.c
string/strfry.c
string/string-inlines.c
string/string.h
string/strings.h
string/strlen.c
string/strncase.c
string/strncase_l.c
string/strncat.c
string/strncmp.c
string/strncpy.c
string/strndup.c
string/strnlen.c
string/strpbrk.c
string/strrchr.c
string/strsep.c
string/strsignal.c
string/strspn.c
string/strstr.c
string/strtok.c
string/strtok_r.c
string/strverscmp.c
string/strxfrm.c
string/strxfrm_l.c
string/swab.c
string/test-bcopy.c
string/test-bzero.c
string/test-endian-file-scope.c
string/test-endian-sign-conversion.c
string/test-endian-types.c
string/test-explicit_bzero.c
string/test-ffs.c
string/test-memccpy.c
string/test-memchr.c
string/test-memcmp.c
string/test-memcpy.c
string/test-memmem.c
string/test-memmove.c
string/test-mempcpy.c
string/test-memrchr.c
string/test-memset.c
string/test-rawmemchr.c
string/test-stpcpy.c
string/test-stpncpy.c
string/test-strcasecmp.c
string/test-strcasestr.c
string/test-strcat.c
string/test-strchr.c
string/test-strchrnul.c
string/test-strcmp.c
string/test-strcpy.c
string/test-strcspn.c
string/test-strerror-errno.c
string/test-string.h
string/test-strlen.c
string/test-strncasecmp.c
string/test-strncat.c
string/test-strncmp.c
string/test-strncpy.c
string/test-strnlen.c
string/test-strpbrk.c
string/test-strrchr.c
string/test-strspn.c
string/test-strstr.c
string/testcopy.c
string/tester.c
string/tst-bswap.c
string/tst-cmp.c
string/tst-inlcall.c
string/tst-strcoll-overflow.c
string/tst-strtok_r.c
string/tst-xbzero-opt.c
string/wordcopy.c
string/xpg-strerror.c
sunrpc/Makefile
sunrpc/create_xid.c
sunrpc/des_impl.c
sunrpc/getrpcbyname.c
sunrpc/getrpcbyname_r.c
sunrpc/getrpcbynumber.c
sunrpc/getrpcbynumber_r.c
sunrpc/getrpcent.c
sunrpc/getrpcent_r.c
sunrpc/getrpcport.c
sunrpc/netname.c
sunrpc/publickey.c
sunrpc/rpc/auth_des.h
sunrpc/rpc/svc.h
sunrpc/rpc_gethostbyname.c
sunrpc/rpcsvc/bootparam.h
sunrpc/svc.c
sunrpc/svc_tcp.c
sunrpc/svc_udp.c
sunrpc/svc_unix.c
sunrpc/test-rpcent.c
sunrpc/tst-svc_register.c
sunrpc/tst-udp-error.c
sunrpc/tst-udp-garbage.c
sunrpc/tst-udp-nonblocking.c
sunrpc/tst-udp-timeout.c
sunrpc/tst-xdrmem.c
sunrpc/tst-xdrmem2.c
sunrpc/xdr_intXX_t.c
support/Makefile
support/blob_repeat.c
support/blob_repeat.h
support/capture_subprocess.h
support/check.c
support/check.h
support/check_addrinfo.c
support/check_dns_packet.c
support/check_hostent.c
support/check_netent.c
support/check_nss.h
support/delayed_exit.c
support/descriptors.h
support/echo-container.c
support/format_nss.h
support/ignore_stderr.c
support/namespace.h
support/next_to_fault.c
support/next_to_fault.h
support/oom_error.c
support/resolv_test.c
support/resolv_test.h
support/run_diff.h
support/set_fortify_handler.c
support/shell-container.c
support/subprocess.h
support/support-xfstat.c
support/support-xstat.c
support/support.h
support/support_become_root.c
support/support_can_chroot.c
support/support_capture_subprocess.c
support/support_capture_subprocess_check.c
support/support_chroot.c
support/support_copy_file_range.c
support/support_descriptor_supports_holes.c
support/support_descriptors.c
support/support_enter_mount_namespace.c
support/support_enter_network_namespace.c
support/support_format_address_family.c
support/support_format_addrinfo.c
support/support_format_dns_packet.c
support/support_format_herrno.c
support/support_format_hostent.c
support/support_format_netent.c
support/support_isolate_in_subprocess.c
support/support_openpty.c
support/support_paths.c
support/support_quote_blob.c
support/support_quote_string.c
support/support_record_failure.c
support/support_run_diff.c
support/support_shared_allocate.c
support/support_subprocess.c
support/support_test_compare_blob.c
support/support_test_compare_failure.c
support/support_test_compare_string.c
support/support_test_main.c
support/support_test_verify_impl.c
support/support_write_file_string.c
support/temp_file-internal.h
support/temp_file.c
support/temp_file.h
support/test-container.c
support/test-driver.c
support/test-driver.h
support/timespec-add.c
support/timespec-sub.c
support/timespec.c
support/timespec.h
support/true-container.c
support/tst-support-namespace.c
support/tst-support_blob_repeat.c
support/tst-support_capture_subprocess.c
support/tst-support_descriptors.c
support/tst-support_format_dns_packet.c
support/tst-support_quote_blob.c
support/tst-support_quote_string.c
support/tst-support_record_failure-2.sh
support/tst-support_record_failure.c
support/tst-test_compare.c
support/tst-test_compare_blob.c
support/tst-test_compare_string.c
support/tst-xreadlink.c
support/tst-xsigstack.c
support/tty.h
support/write_message.c
support/xaccept.c
support/xaccept4.c
support/xasprintf.c
support/xbind.c
support/xcalloc.c
support/xchroot.c
support/xclock_gettime.c
support/xclose.c
support/xconnect.c
support/xcopy_file_range.c
support/xdlfcn.c
support/xdlfcn.h
support/xdlmopen.c
support/xdup2.c
support/xfclose.c
support/xfopen.c
support/xfork.c
support/xftruncate.c
support/xgetsockname.c
support/xlisten.c
support/xlseek.c
support/xmalloc.c
support/xmemstream.c
support/xmemstream.h
support/xmkdir.c
support/xmkdirp.c
support/xmmap.c
support/xmprotect.c
support/xmunmap.c
support/xopen.c
support/xpipe.c
support/xpoll.c
support/xposix_memalign.c
support/xposix_spawn.c
support/xposix_spawn_file_actions_addclose.c
support/xposix_spawn_file_actions_adddup2.c
support/xpthread_attr_destroy.c
support/xpthread_attr_init.c
support/xpthread_attr_setdetachstate.c
support/xpthread_attr_setguardsize.c
support/xpthread_attr_setstack.c
support/xpthread_attr_setstacksize.c
support/xpthread_barrier_destroy.c
support/xpthread_barrier_init.c
support/xpthread_barrier_wait.c
support/xpthread_barrierattr_destroy.c
support/xpthread_barrierattr_init.c
support/xpthread_barrierattr_setpshared.c
support/xpthread_cancel.c
support/xpthread_check_return.c
support/xpthread_cond_wait.c
support/xpthread_create.c
support/xpthread_detach.c
support/xpthread_join.c
support/xpthread_mutex_consistent.c
support/xpthread_mutex_destroy.c
support/xpthread_mutex_init.c
support/xpthread_mutex_lock.c
support/xpthread_mutex_unlock.c
support/xpthread_mutexattr_destroy.c
support/xpthread_mutexattr_init.c
support/xpthread_mutexattr_setprotocol.c
support/xpthread_mutexattr_setpshared.c
support/xpthread_mutexattr_setrobust.c
support/xpthread_mutexattr_settype.c
support/xpthread_once.c
support/xpthread_rwlock_destroy.c
support/xpthread_rwlock_init.c
support/xpthread_rwlock_rdlock.c
support/xpthread_rwlock_unlock.c
support/xpthread_rwlock_wrlock.c
support/xpthread_rwlockattr_init.c
support/xpthread_rwlockattr_setkind_np.c
support/xpthread_sigmask.c
support/xpthread_spin_lock.c
support/xpthread_spin_unlock.c
support/xraise.c
support/xreadlink.c
support/xrealloc.c
support/xrecvfrom.c
support/xsendto.c
support/xsetsockopt.c
support/xsigaction.c
support/xsignal.c
support/xsignal.h
support/xsigstack.c
support/xsocket.c
support/xsocket.h
support/xspawn.h
support/xstdio.h
support/xstrdup.c
support/xstrndup.c
support/xsymlink.c
support/xsysconf.c
support/xthread.h
support/xtime.h
support/xunistd.h
support/xunlink.c
support/xwaitpid.c
support/xwrite.c
sysdeps/aarch64/__longjmp.S
sysdeps/aarch64/atomic-machine.h
sysdeps/aarch64/bits/endian.h
sysdeps/aarch64/bits/fenv.h
sysdeps/aarch64/bits/fp-fast.h
sysdeps/aarch64/bits/link.h
sysdeps/aarch64/bits/setjmp.h
sysdeps/aarch64/bits/wordsize.h
sysdeps/aarch64/crti.S
sysdeps/aarch64/crtn.S
sysdeps/aarch64/dl-dtprocnum.h
sysdeps/aarch64/dl-irel.h
sysdeps/aarch64/dl-machine.h
sysdeps/aarch64/dl-sysdep.h
sysdeps/aarch64/dl-tls.h
sysdeps/aarch64/dl-tlsdesc.S
sysdeps/aarch64/dl-tlsdesc.h
sysdeps/aarch64/dl-trampoline.S
sysdeps/aarch64/dl-tunables.list
sysdeps/aarch64/e_sqrtl.c
sysdeps/aarch64/fpu/e_sqrt.c
sysdeps/aarch64/fpu/e_sqrtf.c
sysdeps/aarch64/fpu/fclrexcpt.c
sysdeps/aarch64/fpu/fedisblxcpt.c
sysdeps/aarch64/fpu/feenablxcpt.c
sysdeps/aarch64/fpu/fegetenv.c
sysdeps/aarch64/fpu/fegetexcept.c
sysdeps/aarch64/fpu/fegetmode.c
sysdeps/aarch64/fpu/fegetround.c
sysdeps/aarch64/fpu/feholdexcpt.c
sysdeps/aarch64/fpu/fenv_private.h
sysdeps/aarch64/fpu/fesetenv.c
sysdeps/aarch64/fpu/fesetexcept.c
sysdeps/aarch64/fpu/fesetmode.c
sysdeps/aarch64/fpu/fesetround.c
sysdeps/aarch64/fpu/feupdateenv.c
sysdeps/aarch64/fpu/fgetexcptflg.c
sysdeps/aarch64/fpu/fpu_control.h
sysdeps/aarch64/fpu/fraiseexcpt.c
sysdeps/aarch64/fpu/fsetexcptflg.c
sysdeps/aarch64/fpu/ftestexcept.c
sysdeps/aarch64/fpu/get-rounding-mode.h
sysdeps/aarch64/fpu/math-barriers.h
sysdeps/aarch64/fpu/math_private.h
sysdeps/aarch64/fpu/s_ceil.c
sysdeps/aarch64/fpu/s_ceilf.c
sysdeps/aarch64/fpu/s_floor.c
sysdeps/aarch64/fpu/s_floorf.c
sysdeps/aarch64/fpu/s_fma.c
sysdeps/aarch64/fpu/s_fmaf.c
sysdeps/aarch64/fpu/s_fmax.c
sysdeps/aarch64/fpu/s_fmaxf.c
sysdeps/aarch64/fpu/s_fmin.c
sysdeps/aarch64/fpu/s_fminf.c
sysdeps/aarch64/fpu/s_llrint.c
sysdeps/aarch64/fpu/s_llrintf.c
sysdeps/aarch64/fpu/s_llround.c
sysdeps/aarch64/fpu/s_llroundf.c
sysdeps/aarch64/fpu/s_lrint.c
sysdeps/aarch64/fpu/s_lrintf.c
sysdeps/aarch64/fpu/s_lround.c
sysdeps/aarch64/fpu/s_lroundf.c
sysdeps/aarch64/fpu/s_nearbyint.c
sysdeps/aarch64/fpu/s_nearbyintf.c
sysdeps/aarch64/fpu/s_rint.c
sysdeps/aarch64/fpu/s_rintf.c
sysdeps/aarch64/fpu/s_round.c
sysdeps/aarch64/fpu/s_roundf.c
sysdeps/aarch64/fpu/s_trunc.c
sysdeps/aarch64/fpu/s_truncf.c
sysdeps/aarch64/jmpbuf-offsets.h
sysdeps/aarch64/jmpbuf-unwind.h
sysdeps/aarch64/ldsodefs.h
sysdeps/aarch64/libc-tls.c
sysdeps/aarch64/linkmap.h
sysdeps/aarch64/machine-gmon.h
sysdeps/aarch64/math-tests-trap.h
sysdeps/aarch64/mcount.c
sysdeps/aarch64/memchr.S
sysdeps/aarch64/memcmp.S
sysdeps/aarch64/memcpy.S
sysdeps/aarch64/memset-reg.h
sysdeps/aarch64/memset.S
sysdeps/aarch64/memusage.h
sysdeps/aarch64/multiarch/ifunc-impl-list.c
sysdeps/aarch64/multiarch/init-arch.h
sysdeps/aarch64/multiarch/memchr.c
sysdeps/aarch64/multiarch/memchr_generic.S
sysdeps/aarch64/multiarch/memchr_nosimd.S
sysdeps/aarch64/multiarch/memcpy.c
sysdeps/aarch64/multiarch/memcpy_falkor.S
sysdeps/aarch64/multiarch/memcpy_generic.S
sysdeps/aarch64/multiarch/memcpy_thunderx.S
sysdeps/aarch64/multiarch/memcpy_thunderx2.S
sysdeps/aarch64/multiarch/memmove.c
sysdeps/aarch64/multiarch/memmove_falkor.S
sysdeps/aarch64/multiarch/memset.c
sysdeps/aarch64/multiarch/memset_base64.S
sysdeps/aarch64/multiarch/memset_emag.S
sysdeps/aarch64/multiarch/memset_falkor.S
sysdeps/aarch64/multiarch/memset_generic.S
sysdeps/aarch64/multiarch/rtld-memset.S
sysdeps/aarch64/multiarch/strlen.c
sysdeps/aarch64/multiarch/strlen_asimd.S
sysdeps/aarch64/multiarch/strlen_generic.S
sysdeps/aarch64/nptl/Makefile
sysdeps/aarch64/nptl/bits/pthreadtypes-arch.h
sysdeps/aarch64/nptl/bits/semaphore.h
sysdeps/aarch64/nptl/pthreaddef.h
sysdeps/aarch64/nptl/tls.h
sysdeps/aarch64/rawmemchr.S
sysdeps/aarch64/setjmp.S
sysdeps/aarch64/sotruss-lib.c
sysdeps/aarch64/stackinfo.h
sysdeps/aarch64/start.S
sysdeps/aarch64/stpcpy.S
sysdeps/aarch64/strchr.S
sysdeps/aarch64/strchrnul.S
sysdeps/aarch64/strcmp.S
sysdeps/aarch64/strcpy.S
sysdeps/aarch64/string_private.h
sysdeps/aarch64/strlen.S
sysdeps/aarch64/strncmp.S
sysdeps/aarch64/strnlen.S
sysdeps/aarch64/strrchr.S
sysdeps/aarch64/sys/ifunc.h
sysdeps/aarch64/sysdep.h
sysdeps/aarch64/tls-macros.h
sysdeps/aarch64/tlsdesc.c
sysdeps/aarch64/tst-audit.h
sysdeps/aarch64/tst-ifunc-arg-1.c
sysdeps/aarch64/tst-ifunc-arg-2.c
sysdeps/alpha/Makefile
sysdeps/alpha/__longjmp.S
sysdeps/alpha/_mcount.S
sysdeps/alpha/add_n.S
sysdeps/alpha/addmul_1.S
sysdeps/alpha/alphaev5/add_n.S
sysdeps/alpha/alphaev5/lshift.S
sysdeps/alpha/alphaev5/rshift.S
sysdeps/alpha/alphaev5/sub_n.S
sysdeps/alpha/alphaev6/addmul_1.S
sysdeps/alpha/alphaev6/fpu/e_sqrt.S
sysdeps/alpha/alphaev6/fpu/e_sqrtf.S
sysdeps/alpha/alphaev6/memcpy.S
sysdeps/alpha/alphaev6/memset.S
sysdeps/alpha/alphaev6/stxcpy.S
sysdeps/alpha/alphaev6/stxncpy.S
sysdeps/alpha/alphaev67/ffs.S
sysdeps/alpha/alphaev67/ffsll.S
sysdeps/alpha/alphaev67/rawmemchr.S
sysdeps/alpha/alphaev67/stpcpy.S
sysdeps/alpha/alphaev67/stpncpy.S
sysdeps/alpha/alphaev67/strcat.S
sysdeps/alpha/alphaev67/strchr.S
sysdeps/alpha/alphaev67/strlen.S
sysdeps/alpha/alphaev67/strncat.S
sysdeps/alpha/alphaev67/strrchr.S
sysdeps/alpha/atomic-machine.h
sysdeps/alpha/bits/link.h
sysdeps/alpha/bits/mathdef.h
sysdeps/alpha/bits/setjmp.h
sysdeps/alpha/bzero.S
sysdeps/alpha/crti.S
sysdeps/alpha/crtn.S
sysdeps/alpha/div.S
sysdeps/alpha/div_libc.h
sysdeps/alpha/divl.S
sysdeps/alpha/divq.S
sysdeps/alpha/divqu.S
sysdeps/alpha/dl-machine.h
sysdeps/alpha/dl-procinfo.c
sysdeps/alpha/dl-procinfo.h
sysdeps/alpha/dl-sysdep.h
sysdeps/alpha/dl-tls.h
sysdeps/alpha/dl-trampoline.S
sysdeps/alpha/e_sqrtl.c
sysdeps/alpha/ffs.S
sysdeps/alpha/fpu/bits/fenv.h
sysdeps/alpha/fpu/cabsf.c
sysdeps/alpha/fpu/cargf.c
sysdeps/alpha/fpu/cfloat-compat.h
sysdeps/alpha/fpu/cimagf.c
sysdeps/alpha/fpu/conjf.c
sysdeps/alpha/fpu/crealf.c
sysdeps/alpha/fpu/e_sqrt.c
sysdeps/alpha/fpu/fclrexcpt.c
sysdeps/alpha/fpu/fedisblxcpt.c
sysdeps/alpha/fpu/feenablxcpt.c
sysdeps/alpha/fpu/fegetenv.c
sysdeps/alpha/fpu/fegetexcept.c
sysdeps/alpha/fpu/fegetmode.c
sysdeps/alpha/fpu/fegetround.c
sysdeps/alpha/fpu/feholdexcpt.c
sysdeps/alpha/fpu/fenv_libc.h
sysdeps/alpha/fpu/fesetenv.c
sysdeps/alpha/fpu/fesetexcept.c
sysdeps/alpha/fpu/fesetmode.c
sysdeps/alpha/fpu/fesetround.c
sysdeps/alpha/fpu/feupdateenv.c
sysdeps/alpha/fpu/fgetexcptflg.c
sysdeps/alpha/fpu/fpu_control.h
sysdeps/alpha/fpu/fsetexcptflg.c
sysdeps/alpha/fpu/ftestexcept.c
sysdeps/alpha/fpu/get-rounding-mode.h
sysdeps/alpha/fpu/math-barriers.h
sysdeps/alpha/fpu/s_cacosf.c
sysdeps/alpha/fpu/s_cacoshf.c
sysdeps/alpha/fpu/s_casinf.c
sysdeps/alpha/fpu/s_casinhf.c
sysdeps/alpha/fpu/s_catanf.c
sysdeps/alpha/fpu/s_catanhf.c
sysdeps/alpha/fpu/s_ccosf.c
sysdeps/alpha/fpu/s_ccoshf.c
sysdeps/alpha/fpu/s_cexpf.c
sysdeps/alpha/fpu/s_clog10f.c
sysdeps/alpha/fpu/s_clogf.c
sysdeps/alpha/fpu/s_copysign.c
sysdeps/alpha/fpu/s_copysignf.c
sysdeps/alpha/fpu/s_cpowf.c
sysdeps/alpha/fpu/s_cprojf.c
sysdeps/alpha/fpu/s_csinf.c
sysdeps/alpha/fpu/s_csinhf.c
sysdeps/alpha/fpu/s_csqrtf.c
sysdeps/alpha/fpu/s_ctanf.c
sysdeps/alpha/fpu/s_ctanhf.c
sysdeps/alpha/fpu/s_fabs.c
sysdeps/alpha/fpu/s_fabsf.c
sysdeps/alpha/fpu/s_isnan.c
sysdeps/alpha/fpu/s_lrint.c
sysdeps/alpha/fpu/s_lrintf.c
sysdeps/alpha/fpu/s_lround.c
sysdeps/alpha/fpu/s_lroundf.c
sysdeps/alpha/fpu/s_rint.c
sysdeps/alpha/fpu/s_rintf.c
sysdeps/alpha/gccframe.h
sysdeps/alpha/hp-timing.h
sysdeps/alpha/htonl.S
sysdeps/alpha/htons.S
sysdeps/alpha/jmpbuf-offsets.h
sysdeps/alpha/jmpbuf-unwind.h
sysdeps/alpha/ldiv.S
sysdeps/alpha/ldsodefs.h
sysdeps/alpha/libc-tls.c
sysdeps/alpha/lshift.S
sysdeps/alpha/machine-gmon.h
sysdeps/alpha/memchr.c
sysdeps/alpha/memset.S
sysdeps/alpha/memusage.h
sysdeps/alpha/mul_1.S
sysdeps/alpha/nptl/Makefile
sysdeps/alpha/nptl/bits/pthreadtypes-arch.h
sysdeps/alpha/nptl/pthread_spin_lock.S
sysdeps/alpha/nptl/pthread_spin_trylock.S
sysdeps/alpha/nptl/pthreaddef.h
sysdeps/alpha/nptl/tls.h
sysdeps/alpha/nscd-types.h
sysdeps/alpha/ots_add.c
sysdeps/alpha/ots_cmp.c
sysdeps/alpha/ots_cmpe.c
sysdeps/alpha/ots_cvtqux.c
sysdeps/alpha/ots_cvtqx.c
sysdeps/alpha/ots_cvttx.c
sysdeps/alpha/ots_cvtxq.c
sysdeps/alpha/ots_cvtxt.c
sysdeps/alpha/ots_div.c
sysdeps/alpha/ots_mul.c
sysdeps/alpha/ots_nintxq.c
sysdeps/alpha/ots_sub.c
sysdeps/alpha/rawmemchr.S
sysdeps/alpha/reml.S
sysdeps/alpha/remq.S
sysdeps/alpha/remqu.S
sysdeps/alpha/rshift.S
sysdeps/alpha/setjmp.S
sysdeps/alpha/sfp-machine.h
sysdeps/alpha/sotruss-lib.c
sysdeps/alpha/stackinfo.h
sysdeps/alpha/start.S
sysdeps/alpha/stpcpy.S
sysdeps/alpha/stpncpy.S
sysdeps/alpha/strcat.S
sysdeps/alpha/strchr.S
sysdeps/alpha/strcmp.S
sysdeps/alpha/strcpy.S
sysdeps/alpha/strlen.S
sysdeps/alpha/strncat.S
sysdeps/alpha/strncmp.S
sysdeps/alpha/strncpy.S
sysdeps/alpha/strrchr.S
sysdeps/alpha/stxcpy.S
sysdeps/alpha/stxncpy.S
sysdeps/alpha/sub_n.S
sysdeps/alpha/submul_1.S
sysdeps/alpha/tst-audit.h
sysdeps/alpha/udiv_qrnnd.S
sysdeps/arm/__longjmp.S
sysdeps/arm/add_n.S
sysdeps/arm/addmul_1.S
sysdeps/arm/aeabi_assert.c
sysdeps/arm/aeabi_atexit.c
sysdeps/arm/aeabi_errno_addr.c
sysdeps/arm/aeabi_lcsts.c
sysdeps/arm/aeabi_localeconv.c
sysdeps/arm/aeabi_math.c
sysdeps/arm/aeabi_mb_cur_max.c
sysdeps/arm/aeabi_memclr.c
sysdeps/arm/aeabi_memcpy.c
sysdeps/arm/aeabi_memmove.c
sysdeps/arm/aeabi_memset.c
sysdeps/arm/aeabi_sighandlers.S
sysdeps/arm/aeabi_unwind_cpp_pr1.c
sysdeps/arm/arm-features.h
sysdeps/arm/arm-ifunc.h
sysdeps/arm/arm-mcount.S
sysdeps/arm/arm-unwind-resume.S
sysdeps/arm/armv6/rawmemchr.S
sysdeps/arm/armv6/strchr.S
sysdeps/arm/armv6/strcpy.S
sysdeps/arm/armv6/strlen.S
sysdeps/arm/armv6/strrchr.S
sysdeps/arm/armv6t2/ffs.S
sysdeps/arm/armv6t2/ffsll.S
sysdeps/arm/armv6t2/memchr.S
sysdeps/arm/armv6t2/strlen.S
sysdeps/arm/armv7/multiarch/ifunc-impl-list.c
sysdeps/arm/armv7/multiarch/ifunc-memchr.h
sysdeps/arm/armv7/multiarch/ifunc-memcpy.h
sysdeps/arm/armv7/multiarch/memchr.c
sysdeps/arm/armv7/multiarch/memchr_neon.S
sysdeps/arm/armv7/multiarch/memcpy.c
sysdeps/arm/armv7/multiarch/memcpy_impl.S
sysdeps/arm/armv7/strcmp.S
sysdeps/arm/atomic-machine.h
sysdeps/arm/backtrace.c
sysdeps/arm/bits/fenv.h
sysdeps/arm/bits/link.h
sysdeps/arm/bits/setjmp.h
sysdeps/arm/bsd-_setjmp.S
sysdeps/arm/bsd-setjmp.S
sysdeps/arm/crti.S
sysdeps/arm/crtn.S
sysdeps/arm/dl-irel.h
sysdeps/arm/dl-lookupcfg.h
sysdeps/arm/dl-machine.h
sysdeps/arm/dl-sysdep.h
sysdeps/arm/dl-tls.h
sysdeps/arm/dl-tlsdesc.S
sysdeps/arm/dl-tlsdesc.h
sysdeps/arm/dl-trampoline.S
sysdeps/arm/e_sqrt.c
sysdeps/arm/e_sqrtf.c
sysdeps/arm/fclrexcpt.c
sysdeps/arm/fedisblxcpt.c
sysdeps/arm/feenablxcpt.c
sysdeps/arm/fegetenv.c
sysdeps/arm/fegetexcept.c
sysdeps/arm/fegetmode.c
sysdeps/arm/fegetround.c
sysdeps/arm/feholdexcpt.c
sysdeps/arm/fenv_private.h
sysdeps/arm/fesetenv.c
sysdeps/arm/fesetexcept.c
sysdeps/arm/fesetmode.c
sysdeps/arm/fesetround.c
sysdeps/arm/feupdateenv.c
sysdeps/arm/fgetexcptflg.c
sysdeps/arm/find_exidx.c
sysdeps/arm/fix-fp-int-convert-overflow.h
sysdeps/arm/fpu_control.h
sysdeps/arm/fraiseexcpt.c
sysdeps/arm/fsetexcptflg.c
sysdeps/arm/ftestexcept.c
sysdeps/arm/gcc-compat.h
sysdeps/arm/gccframe.h
sysdeps/arm/get-rounding-mode.h
sysdeps/arm/gmp-mparam.h
sysdeps/arm/include/bits/setjmp.h
sysdeps/arm/jmpbuf-unwind.h
sysdeps/arm/ldsodefs.h
sysdeps/arm/libc-tls.c
sysdeps/arm/machine-gmon.h
sysdeps/arm/math-tests-trap.h
sysdeps/arm/memcpy.S
sysdeps/arm/memmove.S
sysdeps/arm/memset.S
sysdeps/arm/memusage.h
sysdeps/arm/nofpu/math-tests-exceptions.h
sysdeps/arm/nofpu/math-tests-rounding.h
sysdeps/arm/nptl/Makefile
sysdeps/arm/nptl/bits/pthreadtypes-arch.h
sysdeps/arm/nptl/bits/semaphore.h
sysdeps/arm/nptl/pthreaddef.h
sysdeps/arm/nptl/tls.h
sysdeps/arm/setfpucw.c
sysdeps/arm/setjmp.S
sysdeps/arm/sotruss-lib.c
sysdeps/arm/stackinfo.h
sysdeps/arm/stap-probe-machine.h
sysdeps/arm/start.S
sysdeps/arm/strlen.S
sysdeps/arm/submul_1.S
sysdeps/arm/sys/ucontext.h
sysdeps/arm/sysdep.h
sysdeps/arm/tlsdesc.c
sysdeps/arm/tst-armtlsdescloc.c
sysdeps/arm/tst-armtlsdesclocmod.c
sysdeps/arm/tst-audit.h
sysdeps/arm/unwind-dw2-fde-glibc.c
sysdeps/arm/unwind-resume.h
sysdeps/arm/unwind.h
sysdeps/csky/abiv2/__longjmp.S
sysdeps/csky/abiv2/csky-mcount.S
sysdeps/csky/abiv2/dl-trampoline.S
sysdeps/csky/abiv2/memcmp.S
sysdeps/csky/abiv2/memcpy.S
sysdeps/csky/abiv2/memset.S
sysdeps/csky/abiv2/setjmp.S
sysdeps/csky/abiv2/start.S
sysdeps/csky/abiv2/strcmp.S
sysdeps/csky/abiv2/strcpy.S
sysdeps/csky/abiv2/strlen.S
sysdeps/csky/abiv2/tls-macros.h
sysdeps/csky/atomic-machine.h
sysdeps/csky/bits/fenv.h
sysdeps/csky/bits/link.h
sysdeps/csky/bits/setjmp.h
sysdeps/csky/dl-machine.h
sysdeps/csky/dl-procinfo.c
sysdeps/csky/dl-procinfo.h
sysdeps/csky/dl-sysdep.h
sysdeps/csky/dl-tls.h
sysdeps/csky/fpu/fclrexcpt.c
sysdeps/csky/fpu/fedisblxcpt.c
sysdeps/csky/fpu/feenablxcpt.c
sysdeps/csky/fpu/fegetenv.c
sysdeps/csky/fpu/fegetexcept.c
sysdeps/csky/fpu/fegetmode.c
sysdeps/csky/fpu/fegetround.c
sysdeps/csky/fpu/feholdexcpt.c
sysdeps/csky/fpu/fenv_libc.h
sysdeps/csky/fpu/fenv_private.h
sysdeps/csky/fpu/fesetenv.c
sysdeps/csky/fpu/fesetexcept.c
sysdeps/csky/fpu/fesetmode.c
sysdeps/csky/fpu/fesetround.c
sysdeps/csky/fpu/feupdateenv.c
sysdeps/csky/fpu/fgetexcptflg.c
sysdeps/csky/fpu/fix-fp-int-convert-overflow.h
sysdeps/csky/fpu/fraiseexcpt.c
sysdeps/csky/fpu/fsetexcptflg.c
sysdeps/csky/fpu/ftestexcept.c
sysdeps/csky/fpu_control.h
sysdeps/csky/gccframe.h
sysdeps/csky/jmpbuf-unwind.h
sysdeps/csky/ldsodefs.h
sysdeps/csky/libc-tls.c
sysdeps/csky/machine-gmon.h
sysdeps/csky/memusage.h
sysdeps/csky/nptl/Makefile
sysdeps/csky/nptl/bits/pthreadtypes-arch.h
sysdeps/csky/nptl/bits/semaphore.h
sysdeps/csky/nptl/pthreaddef.h
sysdeps/csky/nptl/tls.h
sysdeps/csky/sotruss-lib.c
sysdeps/csky/stackinfo.h
sysdeps/csky/sysdep.h
sysdeps/csky/tst-audit.h
sysdeps/generic/Makefile
sysdeps/generic/_itoa.h
sysdeps/generic/abort-instr.h
sysdeps/generic/adaptive_spin_count.h
sysdeps/generic/aio_misc.h
sysdeps/generic/atomic-machine.h
sysdeps/generic/device-nrs.h
sysdeps/generic/dirstream.h
sysdeps/generic/dl-cache.h
sysdeps/generic/dl-dtprocnum.h
sysdeps/generic/dl-dtv.h
sysdeps/generic/dl-fcntl.h
sysdeps/generic/dl-fileid.h
sysdeps/generic/dl-fptr.h
sysdeps/generic/dl-hash.h
sysdeps/generic/dl-irel.h
sysdeps/generic/dl-librecon.h
sysdeps/generic/dl-lookupcfg.h
sysdeps/generic/dl-machine.h
sysdeps/generic/dl-mman.h
sysdeps/generic/dl-osinfo.h
sysdeps/generic/dl-procinfo.h
sysdeps/generic/dl-prop.h
sysdeps/generic/dl-sysdep.h
sysdeps/generic/dl-unistd.h
sysdeps/generic/dwarf2.h
sysdeps/generic/elide.h
sysdeps/generic/eloop-threshold.h
sysdeps/generic/exit-thread.h
sysdeps/generic/fd_to_filename.h
sysdeps/generic/fenv_private.h
sysdeps/generic/fips-private.h
sysdeps/generic/fix-fp-int-compare-invalid.h
sysdeps/generic/fix-fp-int-convert-overflow.h
sysdeps/generic/fix-int-fp-convert-zero.h
sysdeps/generic/fpu_control.h
sysdeps/generic/framestate.c
sysdeps/generic/gcc-compat.h
sysdeps/generic/gccframe.h
sysdeps/generic/get-rounding-mode.h
sysdeps/generic/gmp-mparam.h
sysdeps/generic/hp-timing-common.h
sysdeps/generic/hp-timing.h
sysdeps/generic/ifreq.h
sysdeps/generic/ifunc-init.h
sysdeps/generic/internal-signals.h
sysdeps/generic/ldbl-classify-compat.h
sysdeps/generic/ldconfig.h
sysdeps/generic/ldsodefs.h
sysdeps/generic/libc-lock.h
sysdeps/generic/libc-mmap.h
sysdeps/generic/libc-start.h
sysdeps/generic/libc-tsd.h
sysdeps/generic/libm-alias-double.h
sysdeps/generic/libm-alias-float.h
sysdeps/generic/libm-alias-float128.h
sysdeps/generic/libm-alias-ldouble.h
sysdeps/generic/machine-gmon.h
sysdeps/generic/machine-lock.h
sysdeps/generic/machine-sp.h
sysdeps/generic/malloc-alignment.h
sysdeps/generic/malloc-machine.h
sysdeps/generic/malloc-sysdep.h
sysdeps/generic/math-barriers.h
sysdeps/generic/math-nan-payload-double.h
sysdeps/generic/math-nan-payload-float.h
sysdeps/generic/math-tests-arch.h
sysdeps/generic/math-tests-exceptions.h
sysdeps/generic/math-tests-rounding.h
sysdeps/generic/math-tests-snan-cast.h
sysdeps/generic/math-tests-snan-payload.h
sysdeps/generic/math-tests-snan.h
sysdeps/generic/math-tests-trap-force.h
sysdeps/generic/math-tests-trap.h
sysdeps/generic/math-tests.h
sysdeps/generic/math-type-macros-double.h
sysdeps/generic/math-type-macros-float.h
sysdeps/generic/math-type-macros-float128.h
sysdeps/generic/math-type-macros-ldouble.h
sysdeps/generic/math-type-macros.h
sysdeps/generic/math_private_calls.h
sysdeps/generic/memcopy.h
sysdeps/generic/memusage.h
sysdeps/generic/nan-high-order-bit.h
sysdeps/generic/net/if.h
sysdeps/generic/netinet/if_ether.h
sysdeps/generic/netinet/in_systm.h
sysdeps/generic/netinet/ip.h
sysdeps/generic/nfs/nfs.h
sysdeps/generic/not-cancel.h
sysdeps/generic/not-errno.h
sysdeps/generic/nscd-types.h
sysdeps/generic/pagecopy.h
sysdeps/generic/profil-counter.h
sysdeps/generic/pty-private.h
sysdeps/generic/register-dump.h
sysdeps/generic/safe-fatal.h
sysdeps/generic/setjmpP.h
sysdeps/generic/sigcontextinfo.h
sysdeps/generic/siglist.h
sysdeps/generic/sigset-cvt-mask.h
sysdeps/generic/sigsetops.h
sysdeps/generic/single-thread.h
sysdeps/generic/stackinfo.h
sysdeps/generic/stap-probe-machine.h
sysdeps/generic/startup.h
sysdeps/generic/stdio-lock.h
sysdeps/generic/string_private.h
sysdeps/generic/sys/ptrace.h
sysdeps/generic/sys/swap.h
sysdeps/generic/sys/sysinfo.h
sysdeps/generic/sys/ucontext.h
sysdeps/generic/sysdep.h
sysdeps/generic/thread_state.h
sysdeps/generic/tininess.h
sysdeps/generic/tls-setup.h
sysdeps/generic/tls.h
sysdeps/generic/tst-stack-align.h
sysdeps/generic/unwind-dw2-fde-glibc.c
sysdeps/generic/unwind-dw2-fde.c
sysdeps/generic/unwind-dw2-fde.h
sysdeps/generic/unwind-dw2.c
sysdeps/generic/unwind-pe.h
sysdeps/generic/unwind-resume.h
sysdeps/generic/unwind.h
sysdeps/generic/utmp-equal.h
sysdeps/gnu/Makefile
sysdeps/gnu/bits/ipc.h
sysdeps/gnu/bits/msq.h
sysdeps/gnu/bits/sem.h
sysdeps/gnu/bits/shm.h
sysdeps/gnu/bits/utmpx.h
sysdeps/gnu/errlist-compat.awk
sysdeps/gnu/errlist.awk
sysdeps/gnu/getutmp.c
sysdeps/gnu/glob-lstat-compat.c
sysdeps/gnu/glob64-lstat-compat.c
sysdeps/gnu/ifaddrs.c
sysdeps/gnu/ldsodefs.h
sysdeps/gnu/net/if.h
sysdeps/gnu/netinet/ip_icmp.h
sysdeps/gnu/netinet/udp.h
sysdeps/gnu/siglist.c
sysdeps/gnu/sys/mtio.h
sysdeps/gnu/unwind-resume.c
sysdeps/gnu/updwtmp.c
sysdeps/gnu/utmp_file.c
sysdeps/gnu/utmpx.h
sysdeps/hppa/Makefile
sysdeps/hppa/__longjmp.c
sysdeps/hppa/add_n.S
sysdeps/hppa/bits/link.h
sysdeps/hppa/bits/setjmp.h
sysdeps/hppa/bsd-_setjmp.S
sysdeps/hppa/bsd-setjmp.S
sysdeps/hppa/crti.S
sysdeps/hppa/crtn.S
sysdeps/hppa/dl-fptr.h
sysdeps/hppa/dl-lookupcfg.h
sysdeps/hppa/dl-machine.h
sysdeps/hppa/dl-symaddr.c
sysdeps/hppa/dl-tls.h
sysdeps/hppa/dl-trampoline.S
sysdeps/hppa/fpu/bits/fenv.h
sysdeps/hppa/fpu/fclrexcpt.c
sysdeps/hppa/fpu/fedisblxcpt.c
sysdeps/hppa/fpu/feenablxcpt.c
sysdeps/hppa/fpu/fegetenv.c
sysdeps/hppa/fpu/fegetexcept.c
sysdeps/hppa/fpu/fegetmode.c
sysdeps/hppa/fpu/fegetround.c
sysdeps/hppa/fpu/feholdexcpt.c
sysdeps/hppa/fpu/fesetenv.c
sysdeps/hppa/fpu/fesetexcept.c
sysdeps/hppa/fpu/fesetmode.c
sysdeps/hppa/fpu/fesetround.c
sysdeps/hppa/fpu/feupdateenv.c
sysdeps/hppa/fpu/fgetexcptflg.c
sysdeps/hppa/fpu/fpu_control.h
sysdeps/hppa/fpu/fraiseexcpt.c
sysdeps/hppa/fpu/fsetexcptflg.c
sysdeps/hppa/fpu/ftestexcept.c
sysdeps/hppa/gccframe.h
sysdeps/hppa/get-rounding-mode.h
sysdeps/hppa/hppa1.1/addmul_1.S
sysdeps/hppa/hppa1.1/mul_1.S
sysdeps/hppa/hppa1.1/s_signbit.c
sysdeps/hppa/hppa1.1/submul_1.S
sysdeps/hppa/hppa1.1/udiv_qrnnd.S
sysdeps/hppa/jmpbuf-offsets.h
sysdeps/hppa/jmpbuf-unwind.h
sysdeps/hppa/ldsodefs.h
sysdeps/hppa/libc-tls.c
sysdeps/hppa/libgcc-compat.c
sysdeps/hppa/lshift.S
sysdeps/hppa/machine-gmon.h
sysdeps/hppa/math-tests-snan-payload.h
sysdeps/hppa/memusage.h
sysdeps/hppa/nan-high-order-bit.h
sysdeps/hppa/nptl/Makefile
sysdeps/hppa/nptl/bits/pthreadtypes-arch.h
sysdeps/hppa/nptl/bits/semaphore.h
sysdeps/hppa/nptl/jmpbuf-unwind.h
sysdeps/hppa/nptl/pthread_spin_init.c
sysdeps/hppa/nptl/pthread_spin_unlock.c
sysdeps/hppa/nptl/pthreaddef.h
sysdeps/hppa/nptl/tls.h
sysdeps/hppa/nptl/tst-oddstacklimit.c
sysdeps/hppa/rshift.S
sysdeps/hppa/setjmp.S
sysdeps/hppa/sotruss-lib.c
sysdeps/hppa/stackinfo.h
sysdeps/hppa/start.S
sysdeps/hppa/sub_n.S
sysdeps/hppa/sysdep.h
sysdeps/hppa/tst-audit.h
sysdeps/hppa/udiv_qrnnd.S
sysdeps/htl/bits/cancelation.h
sysdeps/htl/bits/pthread-np.h
sysdeps/htl/bits/pthread.h
sysdeps/htl/bits/pthreadtypes.h
sysdeps/htl/bits/semaphore.h
sysdeps/htl/bits/thread-shared-types.h
sysdeps/htl/bits/types/__pthread_key.h
sysdeps/htl/bits/types/struct___pthread_attr.h
sysdeps/htl/bits/types/struct___pthread_barrier.h
sysdeps/htl/bits/types/struct___pthread_barrierattr.h
sysdeps/htl/bits/types/struct___pthread_cond.h
sysdeps/htl/bits/types/struct___pthread_condattr.h
sysdeps/htl/bits/types/struct___pthread_mutex.h
sysdeps/htl/bits/types/struct___pthread_mutexattr.h
sysdeps/htl/bits/types/struct___pthread_once.h
sysdeps/htl/bits/types/struct___pthread_rwlock.h
sysdeps/htl/bits/types/struct___pthread_rwlockattr.h
sysdeps/htl/flockfile.c
sysdeps/htl/fork.h
sysdeps/htl/ftrylockfile.c
sysdeps/htl/funlockfile.c
sysdeps/htl/libc-lockP.h
sysdeps/htl/old_pt-atfork.c
sysdeps/htl/pt-atfork.c
sysdeps/htl/pt-attr-destroy.c
sysdeps/htl/pt-attr-getdetachstate.c
sysdeps/htl/pt-attr-getguardsize.c
sysdeps/htl/pt-attr-getinheritsched.c
sysdeps/htl/pt-attr-getschedparam.c
sysdeps/htl/pt-attr-getschedpolicy.c
sysdeps/htl/pt-attr-getscope.c
sysdeps/htl/pt-attr-getstack.c
sysdeps/htl/pt-attr-getstackaddr.c
sysdeps/htl/pt-attr-getstacksize.c
sysdeps/htl/pt-attr-init.c
sysdeps/htl/pt-attr-setdetachstate.c
sysdeps/htl/pt-attr-setguardsize.c
sysdeps/htl/pt-attr-setinheritsched.c
sysdeps/htl/pt-attr-setschedparam.c
sysdeps/htl/pt-attr-setschedpolicy.c
sysdeps/htl/pt-attr-setscope.c
sysdeps/htl/pt-attr-setstack.c
sysdeps/htl/pt-attr-setstackaddr.c
sysdeps/htl/pt-attr-setstacksize.c
sysdeps/htl/pt-attr.c
sysdeps/htl/pt-barrier-destroy.c
sysdeps/htl/pt-barrier-init.c
sysdeps/htl/pt-barrier-wait.c
sysdeps/htl/pt-barrier.c
sysdeps/htl/pt-barrierattr-destroy.c
sysdeps/htl/pt-barrierattr-getpshared.c
sysdeps/htl/pt-barrierattr-init.c
sysdeps/htl/pt-barrierattr-setpshared.c
sysdeps/htl/pt-cond-brdcast.c
sysdeps/htl/pt-cond-destroy.c
sysdeps/htl/pt-cond-init.c
sysdeps/htl/pt-cond-signal.c
sysdeps/htl/pt-cond-timedwait.c
sysdeps/htl/pt-cond-wait.c
sysdeps/htl/pt-cond.c
sysdeps/htl/pt-condattr-destroy.c
sysdeps/htl/pt-condattr-getclock.c
sysdeps/htl/pt-condattr-getpshared.c
sysdeps/htl/pt-condattr-init.c
sysdeps/htl/pt-condattr-setclock.c
sysdeps/htl/pt-condattr-setpshared.c
sysdeps/htl/pt-destroy-specific.c
sysdeps/htl/pt-equal.c
sysdeps/htl/pt-getconcurrency.c
sysdeps/htl/pt-getcpuclockid.c
sysdeps/htl/pt-getschedparam.c
sysdeps/htl/pt-getspecific.c
sysdeps/htl/pt-init-specific.c
sysdeps/htl/pt-key-create.c
sysdeps/htl/pt-key-delete.c
sysdeps/htl/pt-key.h
sysdeps/htl/pt-kill.c
sysdeps/htl/pt-mutex-destroy.c
sysdeps/htl/pt-mutex-getprioceiling.c
sysdeps/htl/pt-mutex-init.c
sysdeps/htl/pt-mutex-lock.c
sysdeps/htl/pt-mutex-setprioceiling.c
sysdeps/htl/pt-mutex-timedlock.c
sysdeps/htl/pt-mutex-transfer-np.c
sysdeps/htl/pt-mutex-trylock.c
sysdeps/htl/pt-mutex-unlock.c
sysdeps/htl/pt-mutexattr-destroy.c
sysdeps/htl/pt-mutexattr-getprioceiling.c
sysdeps/htl/pt-mutexattr-getprotocol.c
sysdeps/htl/pt-mutexattr-getpshared.c
sysdeps/htl/pt-mutexattr-gettype.c
sysdeps/htl/pt-mutexattr-init.c
sysdeps/htl/pt-mutexattr-setprioceiling.c
sysdeps/htl/pt-mutexattr-setprotocol.c
sysdeps/htl/pt-mutexattr-setpshared.c
sysdeps/htl/pt-mutexattr-settype.c
sysdeps/htl/pt-mutexattr.c
sysdeps/htl/pt-once.c
sysdeps/htl/pt-rwlock-attr.c
sysdeps/htl/pt-rwlock-destroy.c
sysdeps/htl/pt-rwlock-init.c
sysdeps/htl/pt-rwlock-rdlock.c
sysdeps/htl/pt-rwlock-timedrdlock.c
sysdeps/htl/pt-rwlock-timedwrlock.c
sysdeps/htl/pt-rwlock-tryrdlock.c
sysdeps/htl/pt-rwlock-trywrlock.c
sysdeps/htl/pt-rwlock-unlock.c
sysdeps/htl/pt-rwlock-wrlock.c
sysdeps/htl/pt-rwlockattr-destroy.c
sysdeps/htl/pt-rwlockattr-getpshared.c
sysdeps/htl/pt-rwlockattr-init.c
sysdeps/htl/pt-rwlockattr-setpshared.c
sysdeps/htl/pt-setconcurrency.c
sysdeps/htl/pt-setschedparam.c
sysdeps/htl/pt-setschedprio.c
sysdeps/htl/pt-setspecific.c
sysdeps/htl/pt-spin.c
sysdeps/htl/pt-startup.c
sysdeps/htl/pthread-functions.h
sysdeps/htl/pthread.h
sysdeps/htl/pthreadP.h
sysdeps/htl/raise.c
sysdeps/htl/sem-close.c
sysdeps/htl/sem-destroy.c
sysdeps/htl/sem-getvalue.c
sysdeps/htl/sem-init.c
sysdeps/htl/sem-open.c
sysdeps/htl/sem-post.c
sysdeps/htl/sem-timedwait.c
sysdeps/htl/sem-trywait.c
sysdeps/htl/sem-unlink.c
sysdeps/htl/sem-wait.c
sysdeps/htl/shm-directory.h
sysdeps/htl/timer_routines.h
sysdeps/hurd/htl/pt-kill.c
sysdeps/hurd/stdc-predef.h
sysdeps/i386/__longjmp.S
sysdeps/i386/add_n.S
sysdeps/i386/addmul_1.S
sysdeps/i386/asm-syntax.h
sysdeps/i386/backtrace.c
sysdeps/i386/bsd-_setjmp.S
sysdeps/i386/bsd-setjmp.S
sysdeps/i386/crti.S
sysdeps/i386/crtn.S
sysdeps/i386/dl-irel.h
sysdeps/i386/dl-machine.h
sysdeps/i386/dl-procinfo.c
sysdeps/i386/dl-tls.h
sysdeps/i386/dl-tlsdesc.S
sysdeps/i386/dl-tlsdesc.h
sysdeps/i386/dl-trampoline.S
sysdeps/i386/ffs.c
sysdeps/i386/fpu/e_acosh.S
sysdeps/i386/fpu/e_acoshf.S
sysdeps/i386/fpu/e_acoshl.S
sysdeps/i386/fpu/e_atanh.S
sysdeps/i386/fpu/e_atanhf.S
sysdeps/i386/fpu/e_atanhl.S
sysdeps/i386/fpu/e_hypot.S
sysdeps/i386/fpu/e_hypotf.S
sysdeps/i386/fpu/e_pow.S
sysdeps/i386/fpu/e_powl.S
sysdeps/i386/fpu/fclrexcpt.c
sysdeps/i386/fpu/fedisblxcpt.c
sysdeps/i386/fpu/feenablxcpt.c
sysdeps/i386/fpu/fegetenv.c
sysdeps/i386/fpu/fegetexcept.c
sysdeps/i386/fpu/fegetmode.c
sysdeps/i386/fpu/fegetround.c
sysdeps/i386/fpu/feholdexcpt.c
sysdeps/i386/fpu/fesetenv.c
sysdeps/i386/fpu/fesetexcept.c
sysdeps/i386/fpu/fesetmode.c
sysdeps/i386/fpu/fesetround.c
sysdeps/i386/fpu/feupdateenv.c
sysdeps/i386/fpu/fgetexcptflg.c
sysdeps/i386/fpu/fraiseexcpt.c
sysdeps/i386/fpu/fsetexcptflg.c
sysdeps/i386/fpu/ftestexcept.c
sysdeps/i386/fpu/i386-math-asm.h
sysdeps/i386/fpu/math-tests-snan.h
sysdeps/i386/fpu/s_asinh.S
sysdeps/i386/fpu/s_asinhf.S
sysdeps/i386/fpu/s_asinhl.S
sysdeps/i386/fpu/s_cbrt.S
sysdeps/i386/fpu/s_cbrtf.S
sysdeps/i386/fpu/s_cbrtl.S
sysdeps/i386/fpu/s_expm1.S
sysdeps/i386/fpu/s_expm1f.S
sysdeps/i386/fpu/s_f32xaddf64.c
sysdeps/i386/fpu/s_f32xdivf64.c
sysdeps/i386/fpu/s_f32xmulf64.c
sysdeps/i386/fpu/s_f32xsubf64.c
sysdeps/i386/fpu/s_fdim.c
sysdeps/i386/fpu/s_fmax.S
sysdeps/i386/fpu/s_fmaxf.S
sysdeps/i386/fpu/s_fmaxl.S
sysdeps/i386/fpu/s_fmin.S
sysdeps/i386/fpu/s_fminf.S
sysdeps/i386/fpu/s_fminl.S
sysdeps/i386/fpu/s_fpclassifyl.c
sysdeps/i386/fpu/s_frexp.S
sysdeps/i386/fpu/s_frexpf.S
sysdeps/i386/fpu/s_frexpl.S
sysdeps/i386/fpu/s_llrint.S
sysdeps/i386/fpu/s_llrintf.S
sysdeps/i386/fpu/s_llrintl.S
sysdeps/i386/fpu/s_lrint.S
sysdeps/i386/fpu/s_lrintf.S
sysdeps/i386/fpu/s_lrintl.S
sysdeps/i386/fpu/s_trunc.S
sysdeps/i386/fpu/s_truncf.S
sysdeps/i386/fpu/s_truncl.S
sysdeps/i386/gccframe.h
sysdeps/i386/gmp-mparam.h
sysdeps/i386/htl/bits/pthreadtypes-arch.h
sysdeps/i386/htl/machine-sp.h
sysdeps/i386/htl/pt-machdep.h
sysdeps/i386/htonl.S
sysdeps/i386/htons.S
sysdeps/i386/i386-mcount.S
sysdeps/i386/i586/add_n.S
sysdeps/i386/i586/addmul_1.S
sysdeps/i386/i586/isa.h
sysdeps/i386/i586/lshift.S
sysdeps/i386/i586/memcopy.h
sysdeps/i386/i586/memcpy.S
sysdeps/i386/i586/memset.S
sysdeps/i386/i586/mul_1.S
sysdeps/i386/i586/rshift.S
sysdeps/i386/i586/strchr.S
sysdeps/i386/i586/strcpy.S
sysdeps/i386/i586/strlen.S
sysdeps/i386/i586/sub_n.S
sysdeps/i386/i586/submul_1.S
sysdeps/i386/i686/add_n.S
sysdeps/i386/i686/dl-hash.h
sysdeps/i386/i686/ffs.c
sysdeps/i386/i686/fpu/multiarch/e_exp2f.c
sysdeps/i386/i686/fpu/multiarch/e_expf.c
sysdeps/i386/i686/fpu/multiarch/e_log2f.c
sysdeps/i386/i686/fpu/multiarch/e_logf.c
sysdeps/i386/i686/fpu/multiarch/e_powf.c
sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S
sysdeps/i386/i686/fpu/multiarch/s_cosf.c
sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S
sysdeps/i386/i686/fpu/multiarch/s_sincosf.c
sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S
sysdeps/i386/i686/fpu/multiarch/s_sinf.c
sysdeps/i386/i686/fpu/s_fmax.S
sysdeps/i386/i686/fpu/s_fmaxf.S
sysdeps/i386/i686/fpu/s_fmaxl.S
sysdeps/i386/i686/fpu/s_fmin.S
sysdeps/i386/i686/fpu/s_fminf.S
sysdeps/i386/i686/fpu/s_fminl.S
sysdeps/i386/i686/isa.h
sysdeps/i386/i686/memcmp.S
sysdeps/i386/i686/memcpy.S
sysdeps/i386/i686/memmove.S
sysdeps/i386/i686/mempcpy.S
sysdeps/i386/i686/memset.S
sysdeps/i386/i686/memusage.h
sysdeps/i386/i686/multiarch/bcopy-ia32.S
sysdeps/i386/i686/multiarch/bcopy.c
sysdeps/i386/i686/multiarch/bzero-ia32.S
sysdeps/i386/i686/multiarch/bzero.c
sysdeps/i386/i686/multiarch/ifunc-impl-list.c
sysdeps/i386/i686/multiarch/ifunc-memmove.h
sysdeps/i386/i686/multiarch/ifunc-memset.h
sysdeps/i386/i686/multiarch/ifunc-sse2-bsf.h
sysdeps/i386/i686/multiarch/ifunc-sse2-ssse3.h
sysdeps/i386/i686/multiarch/ifunc-sse2.h
sysdeps/i386/i686/multiarch/ifunc-sse4_2.h
sysdeps/i386/i686/multiarch/ifunc-ssse3-sse4_2.h
sysdeps/i386/i686/multiarch/memchr-ia32.S
sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S
sysdeps/i386/i686/multiarch/memchr-sse2.S
sysdeps/i386/i686/multiarch/memchr.c
sysdeps/i386/i686/multiarch/memcmp-ia32.S
sysdeps/i386/i686/multiarch/memcmp-sse4.S
sysdeps/i386/i686/multiarch/memcmp-ssse3.S
sysdeps/i386/i686/multiarch/memcmp.c
sysdeps/i386/i686/multiarch/memcpy-ia32.S
sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S
sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
sysdeps/i386/i686/multiarch/memcpy-ssse3.S
sysdeps/i386/i686/multiarch/memcpy.c
sysdeps/i386/i686/multiarch/memcpy_chk-nonshared.S
sysdeps/i386/i686/multiarch/memcpy_chk.c
sysdeps/i386/i686/multiarch/memmove-ia32.S
sysdeps/i386/i686/multiarch/memmove.c
sysdeps/i386/i686/multiarch/memmove_chk-nonshared.S
sysdeps/i386/i686/multiarch/memmove_chk.c
sysdeps/i386/i686/multiarch/mempcpy-ia32.S
sysdeps/i386/i686/multiarch/mempcpy.c
sysdeps/i386/i686/multiarch/mempcpy_chk-nonshared.S
sysdeps/i386/i686/multiarch/mempcpy_chk.c
sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S
sysdeps/i386/i686/multiarch/memrchr-sse2.S
sysdeps/i386/i686/multiarch/memrchr.c
sysdeps/i386/i686/multiarch/memset-ia32.S
sysdeps/i386/i686/multiarch/memset-sse2-rep.S
sysdeps/i386/i686/multiarch/memset-sse2.S
sysdeps/i386/i686/multiarch/memset.c
sysdeps/i386/i686/multiarch/memset_chk-nonshared.S
sysdeps/i386/i686/multiarch/memset_chk.c
sysdeps/i386/i686/multiarch/rawmemchr-ia32.S
sysdeps/i386/i686/multiarch/rawmemchr.c
sysdeps/i386/i686/multiarch/s_fma-fma.c
sysdeps/i386/i686/multiarch/s_fma.c
sysdeps/i386/i686/multiarch/s_fmaf-fma.c
sysdeps/i386/i686/multiarch/s_fmaf.c
sysdeps/i386/i686/multiarch/stpcpy-ia32.S
sysdeps/i386/i686/multiarch/stpcpy.c
sysdeps/i386/i686/multiarch/stpncpy-ia32.S
sysdeps/i386/i686/multiarch/stpncpy.c
sysdeps/i386/i686/multiarch/strcasecmp.c
sysdeps/i386/i686/multiarch/strcasecmp_l.c
sysdeps/i386/i686/multiarch/strcat-ia32.S
sysdeps/i386/i686/multiarch/strcat-sse2.S
sysdeps/i386/i686/multiarch/strcat-ssse3.S
sysdeps/i386/i686/multiarch/strcat.c
sysdeps/i386/i686/multiarch/strchr-ia32.S
sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S
sysdeps/i386/i686/multiarch/strchr-sse2.S
sysdeps/i386/i686/multiarch/strchr.c
sysdeps/i386/i686/multiarch/strcmp-ia32.S
sysdeps/i386/i686/multiarch/strcmp-sse4.S
sysdeps/i386/i686/multiarch/strcmp-ssse3.S
sysdeps/i386/i686/multiarch/strcmp.c
sysdeps/i386/i686/multiarch/strcpy-ia32.S
sysdeps/i386/i686/multiarch/strcpy-sse2.S
sysdeps/i386/i686/multiarch/strcpy-ssse3.S
sysdeps/i386/i686/multiarch/strcpy.c
sysdeps/i386/i686/multiarch/strcspn-ia32.S
sysdeps/i386/i686/multiarch/strcspn.c
sysdeps/i386/i686/multiarch/strlen-ia32.S
sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S
sysdeps/i386/i686/multiarch/strlen-sse2.S
sysdeps/i386/i686/multiarch/strlen.c
sysdeps/i386/i686/multiarch/strncase.c
sysdeps/i386/i686/multiarch/strncase_l.c
sysdeps/i386/i686/multiarch/strncat.c
sysdeps/i386/i686/multiarch/strncmp.c
sysdeps/i386/i686/multiarch/strncpy.c
sysdeps/i386/i686/multiarch/strnlen.c
sysdeps/i386/i686/multiarch/strpbrk-ia32.S
sysdeps/i386/i686/multiarch/strpbrk.c
sysdeps/i386/i686/multiarch/strrchr-ia32.S
sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S
sysdeps/i386/i686/multiarch/strrchr-sse2.S
sysdeps/i386/i686/multiarch/strrchr.c
sysdeps/i386/i686/multiarch/strspn-ia32.S
sysdeps/i386/i686/multiarch/strspn.c
sysdeps/i386/i686/multiarch/wcschr-sse2.S
sysdeps/i386/i686/multiarch/wcschr.c
sysdeps/i386/i686/multiarch/wcscmp-sse2.S
sysdeps/i386/i686/multiarch/wcscmp.c
sysdeps/i386/i686/multiarch/wcscpy-ssse3.S
sysdeps/i386/i686/multiarch/wcscpy.c
sysdeps/i386/i686/multiarch/wcslen-sse2.S
sysdeps/i386/i686/multiarch/wcslen.c
sysdeps/i386/i686/multiarch/wcsrchr-sse2.S
sysdeps/i386/i686/multiarch/wcsrchr.c
sysdeps/i386/i686/multiarch/wmemcmp.c
sysdeps/i386/i686/nptl/tls.h
sysdeps/i386/i686/pthread_spin_trylock.S
sysdeps/i386/i686/stack-aliasing.h
sysdeps/i386/i686/strcmp.S
sysdeps/i386/i686/tst-stack-align.h
sysdeps/i386/isa.h
sysdeps/i386/jmpbuf-offsets.h
sysdeps/i386/jmpbuf-unwind.h
sysdeps/i386/ldbl2mpn.c
sysdeps/i386/lshift.S
sysdeps/i386/machine-gmon.h
sysdeps/i386/malloc-alignment.h
sysdeps/i386/memchr.S
sysdeps/i386/memcmp.S
sysdeps/i386/memcopy.h
sysdeps/i386/memcpy.S
sysdeps/i386/memcpy_chk.S
sysdeps/i386/memmove_chk.S
sysdeps/i386/mempcpy_chk.S
sysdeps/i386/memset.S
sysdeps/i386/memset_chk.S
sysdeps/i386/memusage.h
sysdeps/i386/mul_1.S
sysdeps/i386/nptl/Makefile
sysdeps/i386/nptl/pthread_spin_init.c
sysdeps/i386/nptl/pthread_spin_lock.S
sysdeps/i386/nptl/pthread_spin_unlock.S
sysdeps/i386/nptl/pthreaddef.h
sysdeps/i386/nptl/tls.h
sysdeps/i386/pthread_spin_trylock.S
sysdeps/i386/rawmemchr.S
sysdeps/i386/rshift.S
sysdeps/i386/setfpucw.c
sysdeps/i386/setjmp.S
sysdeps/i386/stackinfo.h
sysdeps/i386/start.S
sysdeps/i386/stpcpy.S
sysdeps/i386/stpncpy.S
sysdeps/i386/strcat.S
sysdeps/i386/strchr.S
sysdeps/i386/strchrnul.S
sysdeps/i386/strcspn.S
sysdeps/i386/string-inlines.c
sysdeps/i386/strlen.S
sysdeps/i386/strlen.c
sysdeps/i386/strpbrk.S
sysdeps/i386/strrchr.S
sysdeps/i386/strspn.S
sysdeps/i386/sub_n.S
sysdeps/i386/submul_1.S
sysdeps/i386/symbol-hacks.h
sysdeps/i386/sys/ucontext.h
sysdeps/i386/sysdep.h
sysdeps/i386/tlsdesc.c
sysdeps/i386/tst-audit.h
sysdeps/i386/tst-audit3.c
sysdeps/i386/tst-audit3.h
sysdeps/i386/tst-auditmod3a.c
sysdeps/i386/tst-auditmod3b.c
sysdeps/i386/tst-ld-sse-use.sh
sysdeps/i386/tst-stack-align.h
sysdeps/ia64/_mcount.S
sysdeps/ia64/atomic-machine.h
sysdeps/ia64/bits/fenv.h
sysdeps/ia64/bits/floatn.h
sysdeps/ia64/bits/fp-logb.h
sysdeps/ia64/bits/link.h
sysdeps/ia64/bzero.S
sysdeps/ia64/crti.S
sysdeps/ia64/crtn.S
sysdeps/ia64/dl-dtprocnum.h
sysdeps/ia64/dl-fptr.h
sysdeps/ia64/dl-lookupcfg.h
sysdeps/ia64/dl-machine.h
sysdeps/ia64/dl-sysdep.h
sysdeps/ia64/dl-tls.h
sysdeps/ia64/dl-trampoline.S
sysdeps/ia64/fpu/bits/math-finite.h
sysdeps/ia64/fpu/fclrexcpt.c
sysdeps/ia64/fpu/fedisblxcpt.c
sysdeps/ia64/fpu/feenablxcpt.c
sysdeps/ia64/fpu/fegetenv.c
sysdeps/ia64/fpu/fegetexcept.c
sysdeps/ia64/fpu/fegetmode.c
sysdeps/ia64/fpu/fegetround.c
sysdeps/ia64/fpu/feholdexcpt.c
sysdeps/ia64/fpu/fesetenv.c
sysdeps/ia64/fpu/fesetexcept.c
sysdeps/ia64/fpu/fesetmode.c
sysdeps/ia64/fpu/fesetround.c
sysdeps/ia64/fpu/feupdateenv.c
sysdeps/ia64/fpu/fgetexcptflg.c
sysdeps/ia64/fpu/fraiseexcpt.c
sysdeps/ia64/fpu/fsetexcptflg.c
sysdeps/ia64/fpu/ftestexcept.c
sysdeps/ia64/fpu/get-rounding-mode.h
sysdeps/ia64/fpu/lgamma-compat.h
sysdeps/ia64/fpu/math_ldbl.h
sysdeps/ia64/fpu/printf_fphex.c
sysdeps/ia64/fpu/s_copysign.S
sysdeps/ia64/fpu/s_finite.S
sysdeps/ia64/fpu/s_fpclassify.S
sysdeps/ia64/fpu/s_isinf.S
sysdeps/ia64/fpu/s_isnan.S
sysdeps/ia64/fpu/s_signbit.S
sysdeps/ia64/fpu/w_log1p.c
sysdeps/ia64/fpu/w_log1pf.c
sysdeps/ia64/fpu/w_log1pl.c
sysdeps/ia64/fpu/w_scalblnf.c
sysdeps/ia64/gccframe.h
sysdeps/ia64/hp-timing.h
sysdeps/ia64/htonl.S
sysdeps/ia64/htons.S
sysdeps/ia64/ieee754.h
sysdeps/ia64/jmpbuf-unwind.h
sysdeps/ia64/ldsodefs.h
sysdeps/ia64/libc-tls.c
sysdeps/ia64/machine-gmon.h
sysdeps/ia64/math-tests-snan.h
sysdeps/ia64/memccpy.S
sysdeps/ia64/memchr.S
sysdeps/ia64/memcmp.S
sysdeps/ia64/memcpy.S
sysdeps/ia64/memmove.S
sysdeps/ia64/memset.S
sysdeps/ia64/memusage.h
sysdeps/ia64/nptl/Makefile
sysdeps/ia64/nptl/bits/pthreadtypes-arch.h
sysdeps/ia64/nptl/bits/semaphore.h
sysdeps/ia64/nptl/pthread_spin_lock.c
sysdeps/ia64/nptl/pthread_spin_trylock.c
sysdeps/ia64/nptl/pthread_spin_unlock.c
sysdeps/ia64/nptl/pthreaddef.h
sysdeps/ia64/nptl/tls.h
sysdeps/ia64/sched_cpucount.c
sysdeps/ia64/softpipe.h
sysdeps/ia64/sotruss-lib.c
sysdeps/ia64/stackinfo.h
sysdeps/ia64/start.S
sysdeps/ia64/strchr.S
sysdeps/ia64/strcmp.S
sysdeps/ia64/strcpy.S
sysdeps/ia64/strlen.S
sysdeps/ia64/strncmp.S
sysdeps/ia64/strncpy.S
sysdeps/ia64/sysdep.h
sysdeps/ia64/tst-audit.h
sysdeps/ieee754/dbl-64/MathLib.h
sysdeps/ieee754/dbl-64/asincos.tbl
sysdeps/ieee754/dbl-64/atnat.h
sysdeps/ieee754/dbl-64/atnat2.h
sysdeps/ieee754/dbl-64/branred.c
sysdeps/ieee754/dbl-64/branred.h
sysdeps/ieee754/dbl-64/dbl2mpn.c
sysdeps/ieee754/dbl-64/dla.h
sysdeps/ieee754/dbl-64/doasin.c
sysdeps/ieee754/dbl-64/doasin.h
sysdeps/ieee754/dbl-64/dosincos.c
sysdeps/ieee754/dbl-64/dosincos.h
sysdeps/ieee754/dbl-64/e_asin.c
sysdeps/ieee754/dbl-64/e_atan2.c
sysdeps/ieee754/dbl-64/e_atanh.c
sysdeps/ieee754/dbl-64/e_exp.c
sysdeps/ieee754/dbl-64/e_exp10.c
sysdeps/ieee754/dbl-64/e_exp2.c
sysdeps/ieee754/dbl-64/e_exp_data.c
sysdeps/ieee754/dbl-64/e_gamma_r.c
sysdeps/ieee754/dbl-64/e_log.c
sysdeps/ieee754/dbl-64/e_log2.c
sysdeps/ieee754/dbl-64/e_log2_data.c
sysdeps/ieee754/dbl-64/e_log_data.c
sysdeps/ieee754/dbl-64/e_pow.c
sysdeps/ieee754/dbl-64/e_pow_log_data.c
sysdeps/ieee754/dbl-64/e_remainder.c
sysdeps/ieee754/dbl-64/e_sqrt.c
sysdeps/ieee754/dbl-64/gamma_product.c
sysdeps/ieee754/dbl-64/gamma_productf.c
sysdeps/ieee754/dbl-64/lgamma_neg.c
sysdeps/ieee754/dbl-64/lgamma_product.c
sysdeps/ieee754/dbl-64/math_config.h
sysdeps/ieee754/dbl-64/math_err.c
sysdeps/ieee754/dbl-64/mpa-arch.h
sysdeps/ieee754/dbl-64/mpa.c
sysdeps/ieee754/dbl-64/mpa.h
sysdeps/ieee754/dbl-64/mpatan.c
sysdeps/ieee754/dbl-64/mpatan.h
sysdeps/ieee754/dbl-64/mpatan2.c
sysdeps/ieee754/dbl-64/mpn2dbl.c
sysdeps/ieee754/dbl-64/mpsqrt.c
sysdeps/ieee754/dbl-64/mpsqrt.h
sysdeps/ieee754/dbl-64/mptan.c
sysdeps/ieee754/dbl-64/mydefs.h
sysdeps/ieee754/dbl-64/powtwo.tbl
sysdeps/ieee754/dbl-64/root.tbl
sysdeps/ieee754/dbl-64/s_atan.c
sysdeps/ieee754/dbl-64/s_cbrt.c
sysdeps/ieee754/dbl-64/s_f32xaddf64.c
sysdeps/ieee754/dbl-64/s_f32xdivf64.c
sysdeps/ieee754/dbl-64/s_f32xmulf64.c
sysdeps/ieee754/dbl-64/s_f32xsubf64.c
sysdeps/ieee754/dbl-64/s_fadd.c
sysdeps/ieee754/dbl-64/s_fdiv.c
sysdeps/ieee754/dbl-64/s_fma.c
sysdeps/ieee754/dbl-64/s_fmaf.c
sysdeps/ieee754/dbl-64/s_fmul.c
sysdeps/ieee754/dbl-64/s_fpclassify.c
sysdeps/ieee754/dbl-64/s_fromfp_main.c
sysdeps/ieee754/dbl-64/s_fsub.c
sysdeps/ieee754/dbl-64/s_getpayload.c
sysdeps/ieee754/dbl-64/s_issignaling.c
sysdeps/ieee754/dbl-64/s_llrint.c
sysdeps/ieee754/dbl-64/s_llround.c
sysdeps/ieee754/dbl-64/s_logb.c
sysdeps/ieee754/dbl-64/s_lrint.c
sysdeps/ieee754/dbl-64/s_lround.c
sysdeps/ieee754/dbl-64/s_nextup.c
sysdeps/ieee754/dbl-64/s_remquo.c
sysdeps/ieee754/dbl-64/s_round.c
sysdeps/ieee754/dbl-64/s_roundeven.c
sysdeps/ieee754/dbl-64/s_setpayload_main.c
sysdeps/ieee754/dbl-64/s_signbit.c
sysdeps/ieee754/dbl-64/s_sin.c
sysdeps/ieee754/dbl-64/s_sincos.c
sysdeps/ieee754/dbl-64/s_tan.c
sysdeps/ieee754/dbl-64/s_totalorder.c
sysdeps/ieee754/dbl-64/s_totalordermag.c
sysdeps/ieee754/dbl-64/s_trunc.c
sysdeps/ieee754/dbl-64/sincos32.c
sysdeps/ieee754/dbl-64/sincos32.h
sysdeps/ieee754/dbl-64/sincostab.c
sysdeps/ieee754/dbl-64/uasncs.h
sysdeps/ieee754/dbl-64/uatan.tbl
sysdeps/ieee754/dbl-64/urem.h
sysdeps/ieee754/dbl-64/usncs.h
sysdeps/ieee754/dbl-64/utan.h
sysdeps/ieee754/dbl-64/utan.tbl
sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c
sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c
sysdeps/ieee754/dbl-64/wordsize-64/s_getpayload.c
sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c
sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c
sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c
sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c
sysdeps/ieee754/dbl-64/wordsize-64/s_round.c
sysdeps/ieee754/dbl-64/wordsize-64/s_roundeven.c
sysdeps/ieee754/dbl-64/wordsize-64/s_setpayload_main.c
sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c
sysdeps/ieee754/dbl-64/wordsize-64/s_totalordermag.c
sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c
sysdeps/ieee754/dbl-64/x2y2m1.c
sysdeps/ieee754/dbl-64/x2y2m1f.c
sysdeps/ieee754/float128/float1282mpn.c
sysdeps/ieee754/float128/float128_private.h
sysdeps/ieee754/float128/ieee754_float128.h
sysdeps/ieee754/float128/math-nan-payload-float128.h
sysdeps/ieee754/float128/mpn2float128.c
sysdeps/ieee754/float128/s_signbitf128.c
sysdeps/ieee754/float128/strfromf128.c
sysdeps/ieee754/float128/strtof128.c
sysdeps/ieee754/float128/strtof128_l.c
sysdeps/ieee754/float128/strtof128_nan.c
sysdeps/ieee754/float128/wcstof128.c
sysdeps/ieee754/float128/wcstof128_l.c
sysdeps/ieee754/float128/wcstof128_nan.c
sysdeps/ieee754/flt-32/e_asinf.c
sysdeps/ieee754/flt-32/e_atanhf.c
sysdeps/ieee754/flt-32/e_exp2f.c
sysdeps/ieee754/flt-32/e_exp2f_data.c
sysdeps/ieee754/flt-32/e_expf.c
sysdeps/ieee754/flt-32/e_gammaf_r.c
sysdeps/ieee754/flt-32/e_log2f.c
sysdeps/ieee754/flt-32/e_log2f_data.c
sysdeps/ieee754/flt-32/e_logf.c
sysdeps/ieee754/flt-32/e_logf_data.c
sysdeps/ieee754/flt-32/e_powf.c
sysdeps/ieee754/flt-32/e_powf_log2_data.c
sysdeps/ieee754/flt-32/lgamma_negf.c
sysdeps/ieee754/flt-32/math_config.h
sysdeps/ieee754/flt-32/math_errf.c
sysdeps/ieee754/flt-32/mpn2flt.c
sysdeps/ieee754/flt-32/s_cbrtf.c
sysdeps/ieee754/flt-32/s_cosf.c
sysdeps/ieee754/flt-32/s_fpclassifyf.c
sysdeps/ieee754/flt-32/s_fromfpf_main.c
sysdeps/ieee754/flt-32/s_getpayloadf.c
sysdeps/ieee754/flt-32/s_issignalingf.c
sysdeps/ieee754/flt-32/s_llrintf.c
sysdeps/ieee754/flt-32/s_llroundf.c
sysdeps/ieee754/flt-32/s_lrintf.c
sysdeps/ieee754/flt-32/s_lroundf.c
sysdeps/ieee754/flt-32/s_nextupf.c
sysdeps/ieee754/flt-32/s_remquof.c
sysdeps/ieee754/flt-32/s_roundevenf.c
sysdeps/ieee754/flt-32/s_roundf.c
sysdeps/ieee754/flt-32/s_setpayloadf_main.c
sysdeps/ieee754/flt-32/s_signbitf.c
sysdeps/ieee754/flt-32/s_sincosf.c
sysdeps/ieee754/flt-32/s_sincosf.h
sysdeps/ieee754/flt-32/s_sincosf_data.c
sysdeps/ieee754/flt-32/s_sinf.c
sysdeps/ieee754/flt-32/s_totalorderf.c
sysdeps/ieee754/flt-32/s_totalordermagf.c
sysdeps/ieee754/flt-32/s_truncf.c
sysdeps/ieee754/flt-32/sincosf_poly.h
sysdeps/ieee754/ieee754.h
sysdeps/ieee754/k_standardf.c
sysdeps/ieee754/k_standardl.c
sysdeps/ieee754/ldbl-128/bits/floatn.h
sysdeps/ieee754/ldbl-128/bits/long-double.h
sysdeps/ieee754/ldbl-128/e_acosl.c
sysdeps/ieee754/ldbl-128/e_asinl.c
sysdeps/ieee754/ldbl-128/e_coshl.c
sysdeps/ieee754/ldbl-128/e_exp10l.c
sysdeps/ieee754/ldbl-128/e_expl.c
sysdeps/ieee754/ldbl-128/e_gammal_r.c
sysdeps/ieee754/ldbl-128/e_j0l.c
sysdeps/ieee754/ldbl-128/e_j1l.c
sysdeps/ieee754/ldbl-128/e_jnl.c
sysdeps/ieee754/ldbl-128/e_lgammal_r.c
sysdeps/ieee754/ldbl-128/e_log10l.c
sysdeps/ieee754/ldbl-128/e_log2l.c
sysdeps/ieee754/ldbl-128/e_logl.c
sysdeps/ieee754/ldbl-128/e_powl.c
sysdeps/ieee754/ldbl-128/e_rem_pio2l.c
sysdeps/ieee754/ldbl-128/e_sinhl.c
sysdeps/ieee754/ldbl-128/gamma_productl.c
sysdeps/ieee754/ldbl-128/ieee754.h
sysdeps/ieee754/ldbl-128/k_cosl.c
sysdeps/ieee754/ldbl-128/k_sincosl.c
sysdeps/ieee754/ldbl-128/k_sinl.c
sysdeps/ieee754/ldbl-128/k_tanl.c
sysdeps/ieee754/ldbl-128/ldbl2mpn.c
sysdeps/ieee754/ldbl-128/lgamma_negl.c
sysdeps/ieee754/ldbl-128/lgamma_productl.c
sysdeps/ieee754/ldbl-128/math-nan-payload-ldouble.h
sysdeps/ieee754/ldbl-128/math_ldbl.h
sysdeps/ieee754/ldbl-128/mpn2ldbl.c
sysdeps/ieee754/ldbl-128/printf_fphex.c
sysdeps/ieee754/ldbl-128/printf_fphex_macros.h
sysdeps/ieee754/ldbl-128/s_atanl.c
sysdeps/ieee754/ldbl-128/s_cbrtl.c
sysdeps/ieee754/ldbl-128/s_daddl.c
sysdeps/ieee754/ldbl-128/s_ddivl.c
sysdeps/ieee754/ldbl-128/s_dmull.c
sysdeps/ieee754/ldbl-128/s_dsubl.c
sysdeps/ieee754/ldbl-128/s_erfl.c
sysdeps/ieee754/ldbl-128/s_expm1l.c
sysdeps/ieee754/ldbl-128/s_f64xaddf128.c
sysdeps/ieee754/ldbl-128/s_f64xdivf128.c
sysdeps/ieee754/ldbl-128/s_f64xmulf128.c
sysdeps/ieee754/ldbl-128/s_f64xsubf128.c
sysdeps/ieee754/ldbl-128/s_faddl.c
sysdeps/ieee754/ldbl-128/s_fdivl.c
sysdeps/ieee754/ldbl-128/s_fma.c
sysdeps/ieee754/ldbl-128/s_fmal.c
sysdeps/ieee754/ldbl-128/s_fmull.c
sysdeps/ieee754/ldbl-128/s_fpclassifyl.c
sysdeps/ieee754/ldbl-128/s_fromfpl_main.c
sysdeps/ieee754/ldbl-128/s_fsubl.c
sysdeps/ieee754/ldbl-128/s_getpayloadl.c
sysdeps/ieee754/ldbl-128/s_issignalingl.c
sysdeps/ieee754/ldbl-128/s_llrintl.c
sysdeps/ieee754/ldbl-128/s_llroundl.c
sysdeps/ieee754/ldbl-128/s_log1pl.c
sysdeps/ieee754/ldbl-128/s_lrintl.c
sysdeps/ieee754/ldbl-128/s_lroundl.c
sysdeps/ieee754/ldbl-128/s_nextupl.c
sysdeps/ieee754/ldbl-128/s_remquol.c
sysdeps/ieee754/ldbl-128/s_roundevenl.c
sysdeps/ieee754/ldbl-128/s_roundl.c
sysdeps/ieee754/ldbl-128/s_setpayloadl_main.c
sysdeps/ieee754/ldbl-128/s_signbitl.c
sysdeps/ieee754/ldbl-128/s_sincosl.c
sysdeps/ieee754/ldbl-128/s_totalorderl.c
sysdeps/ieee754/ldbl-128/s_totalordermagl.c
sysdeps/ieee754/ldbl-128/s_truncl.c
sysdeps/ieee754/ldbl-128/strtold_l.c
sysdeps/ieee754/ldbl-128/t_expl.h
sysdeps/ieee754/ldbl-128/t_sincosl.c
sysdeps/ieee754/ldbl-128/x2y2m1l.c
sysdeps/ieee754/ldbl-128ibm-compat/ieee128-printf_size.c
sysdeps/ieee754/ldbl-128ibm-compat/libm-alias-float128.h
sysdeps/ieee754/ldbl-128ibm-compat/strfromf128.c
sysdeps/ieee754/ldbl-128ibm-compat/strtof128.c
sysdeps/ieee754/ldbl-128ibm-compat/strtof128_l.c
sysdeps/ieee754/ldbl-128ibm-compat/wcstof128.c
sysdeps/ieee754/ldbl-128ibm-compat/wcstof128_l.c
sysdeps/ieee754/ldbl-128ibm/bits/iscanonical.h
sysdeps/ieee754/ldbl-128ibm/e_acosl.c
sysdeps/ieee754/ldbl-128ibm/e_asinl.c
sysdeps/ieee754/ldbl-128ibm/e_exp10l.c
sysdeps/ieee754/ldbl-128ibm/e_expl.c
sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c
sysdeps/ieee754/ldbl-128ibm/e_j0l.c
sysdeps/ieee754/ldbl-128ibm/e_j1l.c
sysdeps/ieee754/ldbl-128ibm/e_jnl.c
sysdeps/ieee754/ldbl-128ibm/e_lgammal_r.c
sysdeps/ieee754/ldbl-128ibm/e_log10l.c
sysdeps/ieee754/ldbl-128ibm/e_log2l.c
sysdeps/ieee754/ldbl-128ibm/e_logl.c
sysdeps/ieee754/ldbl-128ibm/e_powl.c
sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c
sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c
sysdeps/ieee754/ldbl-128ibm/gamma_productl.c
sysdeps/ieee754/ldbl-128ibm/ieee754.h
sysdeps/ieee754/ldbl-128ibm/k_cosl.c
sysdeps/ieee754/ldbl-128ibm/k_sincosl.c
sysdeps/ieee754/ldbl-128ibm/k_sinl.c
sysdeps/ieee754/ldbl-128ibm/k_tanl.c
sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
sysdeps/ieee754/ldbl-128ibm/lgamma_negl.c
sysdeps/ieee754/ldbl-128ibm/lgamma_productl.c
sysdeps/ieee754/ldbl-128ibm/math-nan-payload-ldouble.h
sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
sysdeps/ieee754/ldbl-128ibm/s_atanl.c
sysdeps/ieee754/ldbl-128ibm/s_cbrtl.c
sysdeps/ieee754/ldbl-128ibm/s_ceill.c
sysdeps/ieee754/ldbl-128ibm/s_daddl.c
sysdeps/ieee754/ldbl-128ibm/s_ddivl.c
sysdeps/ieee754/ldbl-128ibm/s_dmull.c
sysdeps/ieee754/ldbl-128ibm/s_dsubl.c
sysdeps/ieee754/ldbl-128ibm/s_erfl.c
sysdeps/ieee754/ldbl-128ibm/s_expm1l.c
sysdeps/ieee754/ldbl-128ibm/s_faddl.c
sysdeps/ieee754/ldbl-128ibm/s_fdivl.c
sysdeps/ieee754/ldbl-128ibm/s_floorl.c
sysdeps/ieee754/ldbl-128ibm/s_fmal.c
sysdeps/ieee754/ldbl-128ibm/s_fmull.c
sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c
sysdeps/ieee754/ldbl-128ibm/s_fromfpl_main.c
sysdeps/ieee754/ldbl-128ibm/s_fsubl.c
sysdeps/ieee754/ldbl-128ibm/s_getpayloadl.c
sysdeps/ieee754/ldbl-128ibm/s_iscanonicall.c
sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c
sysdeps/ieee754/ldbl-128ibm/s_llrintl.c
sysdeps/ieee754/ldbl-128ibm/s_llroundl.c
sysdeps/ieee754/ldbl-128ibm/s_log1pl.c
sysdeps/ieee754/ldbl-128ibm/s_lrintl.c
sysdeps/ieee754/ldbl-128ibm/s_lroundl.c
sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c
sysdeps/ieee754/ldbl-128ibm/s_nextupl.c
sysdeps/ieee754/ldbl-128ibm/s_remquol.c
sysdeps/ieee754/ldbl-128ibm/s_rintl.c
sysdeps/ieee754/ldbl-128ibm/s_roundevenl.c
sysdeps/ieee754/ldbl-128ibm/s_roundl.c
sysdeps/ieee754/ldbl-128ibm/s_setpayloadl_main.c
sysdeps/ieee754/ldbl-128ibm/s_signbitl.c
sysdeps/ieee754/ldbl-128ibm/s_sincosl.c
sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c
sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c
sysdeps/ieee754/ldbl-128ibm/s_truncl.c
sysdeps/ieee754/ldbl-128ibm/strtold_l.c
sysdeps/ieee754/ldbl-128ibm/t_expl.h
sysdeps/ieee754/ldbl-128ibm/t_sincosl.c
sysdeps/ieee754/ldbl-128ibm/test-canonical-ldbl-128ibm.c
sysdeps/ieee754/ldbl-128ibm/test-fmodl-ldbl-128ibm.c
sysdeps/ieee754/ldbl-128ibm/test-fmodrem-ldbl-128ibm.c
sysdeps/ieee754/ldbl-128ibm/test-remainderl-ldbl-128ibm.c
sysdeps/ieee754/ldbl-128ibm/test-remquol-ldbl-128ibm.c
sysdeps/ieee754/ldbl-128ibm/test-totalorderl-ldbl-128ibm.c
sysdeps/ieee754/ldbl-128ibm/tst-strtold-ldbl-128ibm.c
sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c
sysdeps/ieee754/ldbl-64-128/strtold_l.c
sysdeps/ieee754/ldbl-96/Makefile
sysdeps/ieee754/ldbl-96/bits/iscanonical.h
sysdeps/ieee754/ldbl-96/bits/long-double.h
sysdeps/ieee754/ldbl-96/e_asinl.c
sysdeps/ieee754/ldbl-96/e_gammal_r.c
sysdeps/ieee754/ldbl-96/e_j0l.c
sysdeps/ieee754/ldbl-96/e_j1l.c
sysdeps/ieee754/ldbl-96/e_jnl.c
sysdeps/ieee754/ldbl-96/e_lgammal_r.c
sysdeps/ieee754/ldbl-96/e_rem_pio2l.c
sysdeps/ieee754/ldbl-96/gamma_product.c
sysdeps/ieee754/ldbl-96/gamma_productl.c
sysdeps/ieee754/ldbl-96/k_cosl.c
sysdeps/ieee754/ldbl-96/k_sinl.c
sysdeps/ieee754/ldbl-96/k_tanl.c
sysdeps/ieee754/ldbl-96/ldbl2mpn.c
sysdeps/ieee754/ldbl-96/lgamma_negl.c
sysdeps/ieee754/ldbl-96/lgamma_product.c
sysdeps/ieee754/ldbl-96/lgamma_productl.c
sysdeps/ieee754/ldbl-96/math-nan-payload-ldouble.h
sysdeps/ieee754/ldbl-96/math_ldbl.h
sysdeps/ieee754/ldbl-96/mpn2ldbl.c
sysdeps/ieee754/ldbl-96/printf_fphex.c
sysdeps/ieee754/ldbl-96/s_cbrtl.c
sysdeps/ieee754/ldbl-96/s_daddl.c
sysdeps/ieee754/ldbl-96/s_ddivl.c
sysdeps/ieee754/ldbl-96/s_dmull.c
sysdeps/ieee754/ldbl-96/s_dsubl.c
sysdeps/ieee754/ldbl-96/s_erfl.c
sysdeps/ieee754/ldbl-96/s_faddl.c
sysdeps/ieee754/ldbl-96/s_fdivl.c
sysdeps/ieee754/ldbl-96/s_fma.c
sysdeps/ieee754/ldbl-96/s_fmal.c
sysdeps/ieee754/ldbl-96/s_fmull.c
sysdeps/ieee754/ldbl-96/s_fromfpl_main.c
sysdeps/ieee754/ldbl-96/s_fsubl.c
sysdeps/ieee754/ldbl-96/s_getpayloadl.c
sysdeps/ieee754/ldbl-96/s_iscanonicall.c
sysdeps/ieee754/ldbl-96/s_issignalingl.c
sysdeps/ieee754/ldbl-96/s_llrintl.c
sysdeps/ieee754/ldbl-96/s_llroundl.c
sysdeps/ieee754/ldbl-96/s_lrintl.c
sysdeps/ieee754/ldbl-96/s_lroundl.c
sysdeps/ieee754/ldbl-96/s_nextupl.c
sysdeps/ieee754/ldbl-96/s_remquol.c
sysdeps/ieee754/ldbl-96/s_roundevenl.c
sysdeps/ieee754/ldbl-96/s_roundl.c
sysdeps/ieee754/ldbl-96/s_setpayloadl_main.c
sysdeps/ieee754/ldbl-96/s_signbitl.c
sysdeps/ieee754/ldbl-96/s_sincosl.c
sysdeps/ieee754/ldbl-96/s_totalorderl.c
sysdeps/ieee754/ldbl-96/s_totalordermagl.c
sysdeps/ieee754/ldbl-96/strtold_l.c
sysdeps/ieee754/ldbl-96/t_sincosl.c
sysdeps/ieee754/ldbl-96/test-canonical-ldbl-96.c
sysdeps/ieee754/ldbl-96/test-totalorderl-ldbl-96.c
sysdeps/ieee754/ldbl-96/x2y2m1.c
sysdeps/ieee754/ldbl-96/x2y2m1l.c
sysdeps/ieee754/ldbl-opt/bits/long-double.h
sysdeps/ieee754/ldbl-opt/libm-alias-double.h
sysdeps/ieee754/ldbl-opt/libm-alias-ldouble.h
sysdeps/ieee754/ldbl-opt/nldbl-canonicalize.c
sysdeps/ieee754/ldbl-opt/nldbl-compat.c
sysdeps/ieee754/ldbl-opt/nldbl-compat.h
sysdeps/ieee754/ldbl-opt/nldbl-dadd.c
sysdeps/ieee754/ldbl-opt/nldbl-ddiv.c
sysdeps/ieee754/ldbl-opt/nldbl-dmul.c
sysdeps/ieee754/ldbl-opt/nldbl-dsub.c
sysdeps/ieee754/ldbl-opt/nldbl-fadd.c
sysdeps/ieee754/ldbl-opt/nldbl-fdiv.c
sysdeps/ieee754/ldbl-opt/nldbl-fmaxmag.c
sysdeps/ieee754/ldbl-opt/nldbl-fminmag.c
sysdeps/ieee754/ldbl-opt/nldbl-fmul.c
sysdeps/ieee754/ldbl-opt/nldbl-fromfp.c
sysdeps/ieee754/ldbl-opt/nldbl-fromfpx.c
sysdeps/ieee754/ldbl-opt/nldbl-fsub.c
sysdeps/ieee754/ldbl-opt/nldbl-getpayload.c
sysdeps/ieee754/ldbl-opt/nldbl-llogb.c
sysdeps/ieee754/ldbl-opt/nldbl-nextdown.c
sysdeps/ieee754/ldbl-opt/nldbl-nextup.c
sysdeps/ieee754/ldbl-opt/nldbl-roundeven.c
sysdeps/ieee754/ldbl-opt/nldbl-setpayload.c
sysdeps/ieee754/ldbl-opt/nldbl-setpayloadsig.c
sysdeps/ieee754/ldbl-opt/nldbl-totalorder.c
sysdeps/ieee754/ldbl-opt/nldbl-totalordermag.c
sysdeps/ieee754/ldbl-opt/nldbl-ufromfp.c
sysdeps/ieee754/ldbl-opt/nldbl-ufromfpx.c
sysdeps/ieee754/ldbl-opt/s_clog10.c
sysdeps/ieee754/ldbl-opt/s_clog10l.c
sysdeps/ieee754/ldbl-opt/s_ldexp.c
sysdeps/ieee754/ldbl-opt/s_ldexpl.c
sysdeps/ieee754/ldbl-opt/test-nldbl-redirect.c
sysdeps/ieee754/soft-fp/s_daddl.c
sysdeps/ieee754/soft-fp/s_ddivl.c
sysdeps/ieee754/soft-fp/s_dmull.c
sysdeps/ieee754/soft-fp/s_dsubl.c
sysdeps/ieee754/soft-fp/s_fadd.c
sysdeps/ieee754/soft-fp/s_faddl.c
sysdeps/ieee754/soft-fp/s_fdiv.c
sysdeps/ieee754/soft-fp/s_fdivl.c
sysdeps/ieee754/soft-fp/s_fma.c
sysdeps/ieee754/soft-fp/s_fmaf.c
sysdeps/ieee754/soft-fp/s_fmal.c
sysdeps/ieee754/soft-fp/s_fmul.c
sysdeps/ieee754/soft-fp/s_fmull.c
sysdeps/ieee754/soft-fp/s_fsub.c
sysdeps/ieee754/soft-fp/s_fsubl.c
sysdeps/init_array/elf-init.c
sysdeps/init_array/gmon-start.c
sysdeps/init_array/pt-crti.S
sysdeps/m68k/Makefile
sysdeps/m68k/__longjmp.c
sysdeps/m68k/asm-syntax.h
sysdeps/m68k/backtrace.c
sysdeps/m68k/bits/fenv.h
sysdeps/m68k/bits/link.h
sysdeps/m68k/bits/setjmp.h
sysdeps/m68k/bsd-_setjmp.c
sysdeps/m68k/bsd-setjmp.c
sysdeps/m68k/coldfire/atomic-machine.h
sysdeps/m68k/coldfire/fpu/e_sqrt.c
sysdeps/m68k/coldfire/fpu/e_sqrtf.c
sysdeps/m68k/coldfire/fpu/fraiseexcpt.c
sysdeps/m68k/coldfire/fpu/s_fabs.c
sysdeps/m68k/coldfire/fpu/s_fabsf.c
sysdeps/m68k/coldfire/fpu/s_lrint.c
sysdeps/m68k/coldfire/fpu/s_lrintf.c
sysdeps/m68k/coldfire/fpu/s_rint.c
sysdeps/m68k/coldfire/fpu/s_rintf.c
sysdeps/m68k/coldfire/sysdep.h
sysdeps/m68k/crti.S
sysdeps/m68k/crtn.S
sysdeps/m68k/dl-machine.h
sysdeps/m68k/dl-tls.h
sysdeps/m68k/dl-trampoline.S
sysdeps/m68k/ffs.c
sysdeps/m68k/fpu/fclrexcpt.c
sysdeps/m68k/fpu/fedisblxcpt.c
sysdeps/m68k/fpu/feenablxcpt.c
sysdeps/m68k/fpu/fegetenv.c
sysdeps/m68k/fpu/fegetexcept.c
sysdeps/m68k/fpu/fegetmode.c
sysdeps/m68k/fpu/fegetround.c
sysdeps/m68k/fpu/feholdexcpt.c
sysdeps/m68k/fpu/fesetenv.c
sysdeps/m68k/fpu/fesetexcept.c
sysdeps/m68k/fpu/fesetmode.c
sysdeps/m68k/fpu/fesetround.c
sysdeps/m68k/fpu/feupdateenv.c
sysdeps/m68k/fpu/fgetexcptflg.c
sysdeps/m68k/fpu/fsetexcptflg.c
sysdeps/m68k/fpu/ftestexcept.c
sysdeps/m68k/fpu_control.h
sysdeps/m68k/gccframe.h
sysdeps/m68k/jmpbuf-unwind.h
sysdeps/m68k/ldsodefs.h
sysdeps/m68k/libc-tls.c
sysdeps/m68k/m680x0/add_n.S
sysdeps/m68k/m680x0/bits/flt-eval-method.h
sysdeps/m68k/m680x0/bits/fp-logb.h
sysdeps/m68k/m680x0/fpu/bits/mathinline.h
sysdeps/m68k/m680x0/fpu/e_acos.c
sysdeps/m68k/m680x0/fpu/e_atan2.c
sysdeps/m68k/m680x0/fpu/e_fmod.c
sysdeps/m68k/m680x0/fpu/e_ilogb.c
sysdeps/m68k/m680x0/fpu/e_pow.c
sysdeps/m68k/m680x0/fpu/e_scalb.c
sysdeps/m68k/m680x0/fpu/fraiseexcpt.c
sysdeps/m68k/m680x0/fpu/math-barriers.h
sysdeps/m68k/m680x0/fpu/mathimpl.h
sysdeps/m68k/m680x0/fpu/s_atan_template.c
sysdeps/m68k/m680x0/fpu/s_ccosh_template.c
sysdeps/m68k/m680x0/fpu/s_ceil_template.c
sysdeps/m68k/m680x0/fpu/s_cexp_template.c
sysdeps/m68k/m680x0/fpu/s_cos_template.c
sysdeps/m68k/m680x0/fpu/s_csin_template.c
sysdeps/m68k/m680x0/fpu/s_csinh_template.c
sysdeps/m68k/m680x0/fpu/s_expm1.c
sysdeps/m68k/m680x0/fpu/s_expm1_template.c
sysdeps/m68k/m680x0/fpu/s_fabs_template.c
sysdeps/m68k/m680x0/fpu/s_floor_template.c
sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c
sysdeps/m68k/m680x0/fpu/s_frexp_template.c
sysdeps/m68k/m680x0/fpu/s_frexpl.c
sysdeps/m68k/m680x0/fpu/s_isinf.c
sysdeps/m68k/m680x0/fpu/s_llrint.c
sysdeps/m68k/m680x0/fpu/s_llrintf.c
sysdeps/m68k/m680x0/fpu/s_llrintl.c
sysdeps/m68k/m680x0/fpu/s_log1p.c
sysdeps/m68k/m680x0/fpu/s_lrint_template.c
sysdeps/m68k/m680x0/fpu/s_modf_template.c
sysdeps/m68k/m680x0/fpu/s_nearbyint_template.c
sysdeps/m68k/m680x0/fpu/s_remquo_template.c
sysdeps/m68k/m680x0/fpu/s_rint_template.c
sysdeps/m68k/m680x0/fpu/s_scalbn.c
sysdeps/m68k/m680x0/fpu/s_significand.c
sysdeps/m68k/m680x0/fpu/s_sin_template.c
sysdeps/m68k/m680x0/fpu/s_sincos_template.c
sysdeps/m68k/m680x0/fpu/s_tan_template.c
sysdeps/m68k/m680x0/fpu/s_tanh_template.c
sysdeps/m68k/m680x0/fpu/s_trunc_template.c
sysdeps/m68k/m680x0/lshift.S
sysdeps/m68k/m680x0/m68020/addmul_1.S
sysdeps/m68k/m680x0/m68020/atomic-machine.h
sysdeps/m68k/m680x0/m68020/mul_1.S
sysdeps/m68k/m680x0/m68020/string_private.h
sysdeps/m68k/m680x0/m68020/submul_1.S
sysdeps/m68k/m680x0/rshift.S
sysdeps/m68k/m680x0/sub_n.S
sysdeps/m68k/m680x0/sysdep.h
sysdeps/m68k/memchr.S
sysdeps/m68k/memcopy.h
sysdeps/m68k/memusage.h
sysdeps/m68k/nptl/Makefile
sysdeps/m68k/nptl/bits/pthreadtypes-arch.h
sysdeps/m68k/nptl/bits/semaphore.h
sysdeps/m68k/nptl/pthreaddef.h
sysdeps/m68k/nptl/tls.h
sysdeps/m68k/rawmemchr.S
sysdeps/m68k/setjmp.c
sysdeps/m68k/sotruss-lib.c
sysdeps/m68k/stackinfo.h
sysdeps/m68k/start.S
sysdeps/m68k/strchr.S
sysdeps/m68k/strchrnul.S
sysdeps/m68k/symbol-hacks.h
sysdeps/m68k/sys/ucontext.h
sysdeps/m68k/sysdep.h
sysdeps/m68k/tls-macros.h
sysdeps/m68k/tst-audit.h
sysdeps/m68k/wcpcpy_chk.c
sysdeps/mach/Makefile
sysdeps/mach/_strerror.c
sysdeps/mach/adjtime.c
sysdeps/mach/getloadavg.c
sysdeps/mach/getpagesize.c
sysdeps/mach/getsysstats.c
sysdeps/mach/gettimeofday.c
sysdeps/mach/htl/bits/spin-lock-inline.h
sysdeps/mach/htl/bits/types/__pthread_spinlock_t.h
sysdeps/mach/htl/pt-block.c
sysdeps/mach/htl/pt-spin.c
sysdeps/mach/htl/pt-stack-alloc.c
sysdeps/mach/htl/pt-thread-alloc.c
sysdeps/mach/htl/pt-thread-start.c
sysdeps/mach/htl/pt-thread-terminate.c
sysdeps/mach/htl/pt-timedblock.c
sysdeps/mach/htl/pt-wakeup.c
sysdeps/mach/hurd/Makefile
sysdeps/mach/hurd/_exit.c
sysdeps/mach/hurd/accept.c
sysdeps/mach/hurd/accept4.c
sysdeps/mach/hurd/access.c
sysdeps/mach/hurd/adjtime.c
sysdeps/mach/hurd/bind.c
sysdeps/mach/hurd/bits/fcntl.h
sysdeps/mach/hurd/bits/ioctls.h
sysdeps/mach/hurd/bits/local_lim.h
sysdeps/mach/hurd/bits/param.h
sysdeps/mach/hurd/bits/posix_opt.h
sysdeps/mach/hurd/bits/socket.h
sysdeps/mach/hurd/bits/stat.h
sysdeps/mach/hurd/bits/statfs.h
sysdeps/mach/hurd/bits/statvfs.h
sysdeps/mach/hurd/bits/sysmacros.h
sysdeps/mach/hurd/bits/types/error_t.h
sysdeps/mach/hurd/bits/typesizes.h
sysdeps/mach/hurd/brk.c
sysdeps/mach/hurd/chdir.c
sysdeps/mach/hurd/check_fds.c
sysdeps/mach/hurd/chflags.c
sysdeps/mach/hurd/chmod.c
sysdeps/mach/hurd/chown.c
sysdeps/mach/hurd/chroot.c
sysdeps/mach/hurd/clock.c
sysdeps/mach/hurd/close.c
sysdeps/mach/hurd/closedir.c
sysdeps/mach/hurd/configure.ac
sysdeps/mach/hurd/connect.c
sysdeps/mach/hurd/cthreads.c
sysdeps/mach/hurd/device-nrs.h
sysdeps/mach/hurd/dirfd.c
sysdeps/mach/hurd/dirstream.h
sysdeps/mach/hurd/dl-execstack.c
sysdeps/mach/hurd/dl-fcntl.h
sysdeps/mach/hurd/dl-mman.h
sysdeps/mach/hurd/dl-sysdep.c
sysdeps/mach/hurd/dl-sysdep.h
sysdeps/mach/hurd/dl-unistd.h
sysdeps/mach/hurd/dup2.c
sysdeps/mach/hurd/dup3.c
sysdeps/mach/hurd/eloop-threshold.h
sysdeps/mach/hurd/enbl-secure.c
sysdeps/mach/hurd/errlist.c
sysdeps/mach/hurd/errno-loc.c
sysdeps/mach/hurd/errnos.awk
sysdeps/mach/hurd/euidaccess.c
sysdeps/mach/hurd/execve.c
sysdeps/mach/hurd/f_setlk.c
sysdeps/mach/hurd/f_setlk.h
sysdeps/mach/hurd/faccessat.c
sysdeps/mach/hurd/fchdir.c
sysdeps/mach/hurd/fchflags.c
sysdeps/mach/hurd/fchmod.c
sysdeps/mach/hurd/fchmodat.c
sysdeps/mach/hurd/fchown.c
sysdeps/mach/hurd/fchownat.c
sysdeps/mach/hurd/fcntl.c
sysdeps/mach/hurd/fdatasync.c
sysdeps/mach/hurd/fdopendir.c
sysdeps/mach/hurd/fexecve.c
sysdeps/mach/hurd/fgetxattr.c
sysdeps/mach/hurd/flistxattr.c
sysdeps/mach/hurd/flock.c
sysdeps/mach/hurd/fork.c
sysdeps/mach/hurd/fpathconf.c
sysdeps/mach/hurd/fremovexattr.c
sysdeps/mach/hurd/fsetxattr.c
sysdeps/mach/hurd/fstatfs.c
sysdeps/mach/hurd/fstatfs64.c
sysdeps/mach/hurd/fstatvfs.c
sysdeps/mach/hurd/fstatvfs64.c
sysdeps/mach/hurd/fsync.c
sysdeps/mach/hurd/ftruncate.c
sysdeps/mach/hurd/ftruncate64.c
sysdeps/mach/hurd/futimens.c
sysdeps/mach/hurd/futimes.c
sysdeps/mach/hurd/futimesat.c
sysdeps/mach/hurd/fxstat.c
sysdeps/mach/hurd/fxstat64.c
sysdeps/mach/hurd/fxstatat.c
sysdeps/mach/hurd/fxstatat64.c
sysdeps/mach/hurd/gai_misc.h
sysdeps/mach/hurd/getclktck.c
sysdeps/mach/hurd/getcwd.c
sysdeps/mach/hurd/getdomain.c
sysdeps/mach/hurd/getdtsz.c
sysdeps/mach/hurd/getegid.c
sysdeps/mach/hurd/geteuid.c
sysdeps/mach/hurd/getgid.c
sysdeps/mach/hurd/getgroups.c
sysdeps/mach/hurd/gethostid.c
sysdeps/mach/hurd/gethostname.c
sysdeps/mach/hurd/getitimer.c
sysdeps/mach/hurd/getlogin.c
sysdeps/mach/hurd/getlogin_r.c
sysdeps/mach/hurd/getpeername.c
sysdeps/mach/hurd/getpgid.c
sysdeps/mach/hurd/getpid.c
sysdeps/mach/hurd/getppid.c
sysdeps/mach/hurd/getpriority.c
sysdeps/mach/hurd/getresgid.c
sysdeps/mach/hurd/getresuid.c
sysdeps/mach/hurd/getrlimit.c
sysdeps/mach/hurd/getrusage.c
sysdeps/mach/hurd/getsid.c
sysdeps/mach/hurd/getsockname.c
sysdeps/mach/hurd/getsockopt.c
sysdeps/mach/hurd/getuid.c
sysdeps/mach/hurd/getxattr.c
sysdeps/mach/hurd/group_member.c
sysdeps/mach/hurd/hp-timing.h
sysdeps/mach/hurd/htl/bits/pthread-np.h
sysdeps/mach/hurd/htl/bits/types/struct___pthread_mutex.h
sysdeps/mach/hurd/htl/pt-attr-setstackaddr.c
sysdeps/mach/hurd/htl/pt-attr-setstacksize.c
sysdeps/mach/hurd/htl/pt-docancel.c
sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c
sysdeps/mach/hurd/htl/pt-hurd-cond-wait.c
sysdeps/mach/hurd/htl/pt-mutex-consistent.c
sysdeps/mach/hurd/htl/pt-mutex-destroy.c
sysdeps/mach/hurd/htl/pt-mutex-getprioceiling.c
sysdeps/mach/hurd/htl/pt-mutex-init.c
sysdeps/mach/hurd/htl/pt-mutex-lock.c
sysdeps/mach/hurd/htl/pt-mutex-setprioceiling.c
sysdeps/mach/hurd/htl/pt-mutex-timedlock.c
sysdeps/mach/hurd/htl/pt-mutex-transfer-np.c
sysdeps/mach/hurd/htl/pt-mutex-trylock.c
sysdeps/mach/hurd/htl/pt-mutex-unlock.c
sysdeps/mach/hurd/htl/pt-mutex.h
sysdeps/mach/hurd/htl/pt-mutexattr-destroy.c
sysdeps/mach/hurd/htl/pt-mutexattr-getprioceiling.c
sysdeps/mach/hurd/htl/pt-mutexattr-getprotocol.c
sysdeps/mach/hurd/htl/pt-mutexattr-getpshared.c
sysdeps/mach/hurd/htl/pt-mutexattr-getrobust.c
sysdeps/mach/hurd/htl/pt-mutexattr-gettype.c
sysdeps/mach/hurd/htl/pt-mutexattr-init.c
sysdeps/mach/hurd/htl/pt-mutexattr-setprioceiling.c
sysdeps/mach/hurd/htl/pt-mutexattr-setprotocol.c
sysdeps/mach/hurd/htl/pt-mutexattr-setpshared.c
sysdeps/mach/hurd/htl/pt-mutexattr-setrobust.c
sysdeps/mach/hurd/htl/pt-mutexattr-settype.c
sysdeps/mach/hurd/htl/pt-sigstate-destroy.c
sysdeps/mach/hurd/htl/pt-sigstate-init.c
sysdeps/mach/hurd/htl/pt-sigstate.c
sysdeps/mach/hurd/htl/pt-sysdep.c
sysdeps/mach/hurd/htl/pt-sysdep.h
sysdeps/mach/hurd/i386/____longjmp_chk.S
sysdeps/mach/hurd/i386/bits/sigcontext.h
sysdeps/mach/hurd/i386/exc2signal.c
sysdeps/mach/hurd/i386/htl/pt-machdep.c
sysdeps/mach/hurd/i386/htl/pt-setup.c
sysdeps/mach/hurd/i386/init-first.c
sysdeps/mach/hurd/i386/intr-msg.h
sysdeps/mach/hurd/i386/ioperm.c
sysdeps/mach/hurd/i386/longjmp-ts.c
sysdeps/mach/hurd/i386/sigcontextinfo.h
sysdeps/mach/hurd/i386/sigreturn.c
sysdeps/mach/hurd/i386/static-start.S
sysdeps/mach/hurd/i386/sys/io.h
sysdeps/mach/hurd/i386/tls.h
sysdeps/mach/hurd/i386/trampoline.c
sysdeps/mach/hurd/if_index.c
sysdeps/mach/hurd/ifreq.c
sysdeps/mach/hurd/ifreq.h
sysdeps/mach/hurd/ioctl.c
sysdeps/mach/hurd/isatty.c
sysdeps/mach/hurd/jmp-unwind.c
sysdeps/mach/hurd/kernel-features.h
sysdeps/mach/hurd/kill.c
sysdeps/mach/hurd/lchmod.c
sysdeps/mach/hurd/lchown.c
sysdeps/mach/hurd/lgetxattr.c
sysdeps/mach/hurd/libc-start.h
sysdeps/mach/hurd/link.c
sysdeps/mach/hurd/linkat.c
sysdeps/mach/hurd/listen.c
sysdeps/mach/hurd/listxattr.c
sysdeps/mach/hurd/llistxattr.c
sysdeps/mach/hurd/lremovexattr.c
sysdeps/mach/hurd/lseek.c
sysdeps/mach/hurd/lseek64.c
sysdeps/mach/hurd/lsetxattr.c
sysdeps/mach/hurd/lutimes.c
sysdeps/mach/hurd/lxstat.c
sysdeps/mach/hurd/lxstat64.c
sysdeps/mach/hurd/malloc-machine.h
sysdeps/mach/hurd/mig-reply.c
sysdeps/mach/hurd/mkdir.c
sysdeps/mach/hurd/mkdirat.c
sysdeps/mach/hurd/mlock.c
sysdeps/mach/hurd/mlockall.c
sysdeps/mach/hurd/mmap.c
sysdeps/mach/hurd/mmap64.c
sysdeps/mach/hurd/msync.c
sysdeps/mach/hurd/munlock.c
sysdeps/mach/hurd/munlockall.c
sysdeps/mach/hurd/net/ethernet.h
sysdeps/mach/hurd/net/if_arp.h
sysdeps/mach/hurd/net/if_ether.h
sysdeps/mach/hurd/net/route.h
sysdeps/mach/hurd/not-errno.h
sysdeps/mach/hurd/open.c
sysdeps/mach/hurd/openat.c
sysdeps/mach/hurd/opendir.c
sysdeps/mach/hurd/pathconf.c
sysdeps/mach/hurd/pipe.c
sysdeps/mach/hurd/pipe2.c
sysdeps/mach/hurd/poll.c
sysdeps/mach/hurd/ppoll.c
sysdeps/mach/hurd/pread.c
sysdeps/mach/hurd/pread64.c
sysdeps/mach/hurd/profil.c
sysdeps/mach/hurd/pselect.c
sysdeps/mach/hurd/ptrace.c
sysdeps/mach/hurd/ptsname.c
sysdeps/mach/hurd/pwrite.c
sysdeps/mach/hurd/pwrite64.c
sysdeps/mach/hurd/read.c
sysdeps/mach/hurd/readdir.c
sysdeps/mach/hurd/readdir64.c
sysdeps/mach/hurd/readdir64_r.c
sysdeps/mach/hurd/readdir_r.c
sysdeps/mach/hurd/readlink.c
sysdeps/mach/hurd/readlinkat.c
sysdeps/mach/hurd/reboot.c
sysdeps/mach/hurd/recv.c
sysdeps/mach/hurd/recvfrom.c
sysdeps/mach/hurd/recvmsg.c
sysdeps/mach/hurd/removexattr.c
sysdeps/mach/hurd/rename.c
sysdeps/mach/hurd/renameat.c
sysdeps/mach/hurd/renameat2.c
sysdeps/mach/hurd/res_enable_icmp.c
sysdeps/mach/hurd/revoke.c
sysdeps/mach/hurd/rewinddir.c
sysdeps/mach/hurd/rmdir.c
sysdeps/mach/hurd/sbrk.c
sysdeps/mach/hurd/seekdir.c
sysdeps/mach/hurd/select.c
sysdeps/mach/hurd/send.c
sysdeps/mach/hurd/sendfile.c
sysdeps/mach/hurd/sendfile64.c
sysdeps/mach/hurd/sendmsg.c
sysdeps/mach/hurd/sendto.c
sysdeps/mach/hurd/setdomain.c
sysdeps/mach/hurd/setegid.c
sysdeps/mach/hurd/seteuid.c
sysdeps/mach/hurd/setgid.c
sysdeps/mach/hurd/setgroups.c
sysdeps/mach/hurd/sethostid.c
sysdeps/mach/hurd/sethostname.c
sysdeps/mach/hurd/setitimer.c
sysdeps/mach/hurd/setlogin.c
sysdeps/mach/hurd/setpgid.c
sysdeps/mach/hurd/setpriority.c
sysdeps/mach/hurd/setregid.c
sysdeps/mach/hurd/setresgid.c
sysdeps/mach/hurd/setresuid.c
sysdeps/mach/hurd/setreuid.c
sysdeps/mach/hurd/setrlimit.c
sysdeps/mach/hurd/setsid.c
sysdeps/mach/hurd/setsockopt.c
sysdeps/mach/hurd/settimeofday.c
sysdeps/mach/hurd/setuid.c
sysdeps/mach/hurd/setxattr.c
sysdeps/mach/hurd/shutdown.c
sysdeps/mach/hurd/sigaction.c
sysdeps/mach/hurd/sigaltstack.c
sysdeps/mach/hurd/siglist.h
sysdeps/mach/hurd/sigpending.c
sysdeps/mach/hurd/sigprocmask.c
sysdeps/mach/hurd/sigstack.c
sysdeps/mach/hurd/sigsuspend.c
sysdeps/mach/hurd/sigwait.c
sysdeps/mach/hurd/socket.c
sysdeps/mach/hurd/socketpair.c
sysdeps/mach/hurd/spawni.c
sysdeps/mach/hurd/statfs.c
sysdeps/mach/hurd/statfs64.c
sysdeps/mach/hurd/statfsconv.c
sysdeps/mach/hurd/statvfs.c
sysdeps/mach/hurd/statvfs64.c
sysdeps/mach/hurd/symlink.c
sysdeps/mach/hurd/symlinkat.c
sysdeps/mach/hurd/sync.c
sysdeps/mach/hurd/syncfs.c
sysdeps/mach/hurd/sysconf.c
sysdeps/mach/hurd/telldir.c
sysdeps/mach/hurd/times.c
sysdeps/mach/hurd/tls.h
sysdeps/mach/hurd/tmpfile.c
sysdeps/mach/hurd/truncate.c
sysdeps/mach/hurd/truncate64.c
sysdeps/mach/hurd/ttyname.c
sysdeps/mach/hurd/ttyname_r.c
sysdeps/mach/hurd/umask.c
sysdeps/mach/hurd/uname.c
sysdeps/mach/hurd/unlink.c
sysdeps/mach/hurd/unlinkat.c
sysdeps/mach/hurd/utime-helper.c
sysdeps/mach/hurd/utimensat.c
sysdeps/mach/hurd/utimes.c
sysdeps/mach/hurd/wait4.c
sysdeps/mach/hurd/write.c
sysdeps/mach/hurd/x86/dl-sysdep.c
sysdeps/mach/hurd/xmknod.c
sysdeps/mach/hurd/xmknodat.c
sysdeps/mach/hurd/xstat.c
sysdeps/mach/hurd/xstat64.c
sysdeps/mach/hurd/xstatconv.c
sysdeps/mach/i386/bits/mach/param.h
sysdeps/mach/i386/machine-lock.h
sysdeps/mach/i386/machine-sp.h
sysdeps/mach/i386/syscall.S
sysdeps/mach/i386/sysdep.h
sysdeps/mach/i386/thread_state.h
sysdeps/mach/libc-lock.h
sysdeps/mach/mprotect.c
sysdeps/mach/msync.c
sysdeps/mach/munmap.c
sysdeps/mach/nanosleep.c
sysdeps/mach/pagecopy.h
sysdeps/mach/readonly-area.c
sysdeps/mach/sched_yield.c
sysdeps/mach/sleep.c
sysdeps/mach/strerror_l.c
sysdeps/mach/sysdep.h
sysdeps/mach/thread_state.h
sysdeps/mach/usleep.c
sysdeps/mach/xpg-strerror.c
sysdeps/microblaze/__longjmp.S
sysdeps/microblaze/_mcount.S
sysdeps/microblaze/asm-syntax.h
sysdeps/microblaze/atomic-machine.h
sysdeps/microblaze/backtrace.c
sysdeps/microblaze/backtrace_linux.c
sysdeps/microblaze/bits/endian.h
sysdeps/microblaze/bits/fenv.h
sysdeps/microblaze/bits/link.h
sysdeps/microblaze/bits/setjmp.h
sysdeps/microblaze/bsd-_setjmp.S
sysdeps/microblaze/bsd-setjmp.S
sysdeps/microblaze/crti.S
sysdeps/microblaze/crtn.S
sysdeps/microblaze/dl-machine.h
sysdeps/microblaze/dl-tls.h
sysdeps/microblaze/dl-trampoline.S
sysdeps/microblaze/gccframe.h
sysdeps/microblaze/jmpbuf-unwind.h
sysdeps/microblaze/ldsodefs.h
sysdeps/microblaze/libc-tls.c
sysdeps/microblaze/machine-gmon.h
sysdeps/microblaze/memusage.h
sysdeps/microblaze/nptl/Makefile
sysdeps/microblaze/nptl/bits/pthreadtypes-arch.h
sysdeps/microblaze/nptl/bits/semaphore.h
sysdeps/microblaze/nptl/pthreaddef.h
sysdeps/microblaze/nptl/tls.h
sysdeps/microblaze/setjmp.S
sysdeps/microblaze/sotruss-lib.c
sysdeps/microblaze/stackinfo.h
sysdeps/microblaze/start.S
sysdeps/microblaze/sysdep.h
sysdeps/microblaze/tls-macros.h
sysdeps/microblaze/tst-audit.h
sysdeps/mips/__longjmp.c
sysdeps/mips/add_n.S
sysdeps/mips/addmul_1.S
sysdeps/mips/atomic-machine.h
sysdeps/mips/bits/dlfcn.h
sysdeps/mips/bits/fenv.h
sysdeps/mips/bits/ipctypes.h
sysdeps/mips/bits/link.h
sysdeps/mips/bits/setjmp.h
sysdeps/mips/bits/wordsize.h
sysdeps/mips/bsd-_setjmp.S
sysdeps/mips/bsd-setjmp.S
sysdeps/mips/dl-dtprocnum.h
sysdeps/mips/dl-machine-reject-phdr.h
sysdeps/mips/dl-machine.h
sysdeps/mips/dl-procinfo.c
sysdeps/mips/dl-procinfo.h
sysdeps/mips/dl-tls.h
sysdeps/mips/dl-trampoline.c
sysdeps/mips/fpregdef.h
sysdeps/mips/fpu/e_sqrt.c
sysdeps/mips/fpu/e_sqrtf.c
sysdeps/mips/fpu/fclrexcpt.c
sysdeps/mips/fpu/fedisblxcpt.c
sysdeps/mips/fpu/feenablxcpt.c
sysdeps/mips/fpu/fegetenv.c
sysdeps/mips/fpu/fegetexcept.c
sysdeps/mips/fpu/fegetmode.c
sysdeps/mips/fpu/fegetround.c
sysdeps/mips/fpu/feholdexcpt.c
sysdeps/mips/fpu/fenv_libc.h
sysdeps/mips/fpu/fenv_private.h
sysdeps/mips/fpu/fesetenv.c
sysdeps/mips/fpu/fesetexcept.c
sysdeps/mips/fpu/fesetmode.c
sysdeps/mips/fpu/fesetround.c
sysdeps/mips/fpu/feupdateenv.c
sysdeps/mips/fpu/fgetexcptflg.c
sysdeps/mips/fpu/fraiseexcpt.c
sysdeps/mips/fpu/fsetexcptflg.c
sysdeps/mips/fpu/ftestexcept.c
sysdeps/mips/fpu_control.h
sysdeps/mips/gccframe.h
sysdeps/mips/ieee754/bits/floatn.h
sysdeps/mips/ieee754/bits/long-double.h
sysdeps/mips/ieee754/ieee754.h
sysdeps/mips/include/sys/asm.h
sysdeps/mips/jmpbuf-unwind.h
sysdeps/mips/ldsodefs.h
sysdeps/mips/libc-tls.c
sysdeps/mips/lshift.S
sysdeps/mips/machine-gmon.h
sysdeps/mips/math-tests-snan-payload.h
sysdeps/mips/memcpy.S
sysdeps/mips/memset.S
sysdeps/mips/memusage.h
sysdeps/mips/mips32/crti.S
sysdeps/mips/mips32/crtn.S
sysdeps/mips/mips32/fpu/fix-fp-int-convert-overflow.h
sysdeps/mips/mips32/fpu/fpucw-helpers.c
sysdeps/mips/mips64/__longjmp.c
sysdeps/mips/mips64/add_n.S
sysdeps/mips/mips64/addmul_1.S
sysdeps/mips/mips64/bsd-_setjmp.S
sysdeps/mips/mips64/bsd-setjmp.S
sysdeps/mips/mips64/e_sqrtl.c
sysdeps/mips/mips64/gmp-mparam.h
sysdeps/mips/mips64/lshift.S
sysdeps/mips/mips64/mul_1.S
sysdeps/mips/mips64/n32/crti.S
sysdeps/mips/mips64/n32/crtn.S
sysdeps/mips/mips64/n64/crti.S
sysdeps/mips/mips64/n64/crtn.S
sysdeps/mips/mips64/rshift.S
sysdeps/mips/mips64/setjmp.S
sysdeps/mips/mips64/setjmp_aux.c
sysdeps/mips/mips64/sub_n.S
sysdeps/mips/mips64/submul_1.S
sysdeps/mips/mul_1.S
sysdeps/mips/nan-high-order-bit.h
sysdeps/mips/nptl/Makefile
sysdeps/mips/nptl/bits/pthreadtypes-arch.h
sysdeps/mips/nptl/bits/semaphore.h
sysdeps/mips/nptl/pthreaddef.h
sysdeps/mips/nptl/tls.h
sysdeps/mips/regdef.h
sysdeps/mips/rshift.S
sysdeps/mips/setjmp.S
sysdeps/mips/setjmp_aux.c
sysdeps/mips/sgidefs.h
sysdeps/mips/sotruss-lib.c
sysdeps/mips/stackinfo.h
sysdeps/mips/start.S
sysdeps/mips/strcmp.S
sysdeps/mips/sub_n.S
sysdeps/mips/submul_1.S
sysdeps/mips/sys/asm.h
sysdeps/mips/sys/fpregdef.h
sysdeps/mips/sys/regdef.h
sysdeps/mips/sys/tas.h
sysdeps/mips/sys/ucontext.h
sysdeps/mips/tst-abi-fp32mod.c
sysdeps/mips/tst-abi-fp64amod.c
sysdeps/mips/tst-abi-fp64mod.c
sysdeps/mips/tst-abi-fpxxmod.c
sysdeps/mips/tst-abi-fpxxomod.c
sysdeps/mips/tst-abi-interlink.c
sysdeps/mips/tst-audit.h
sysdeps/mips/tst-mode-switch-1.c
sysdeps/mips/tst-mode-switch-2.c
sysdeps/mips/tst-mode-switch-3.c
sysdeps/mips/tst-undefined-weak-lib.S
sysdeps/mips/tst-undefined-weak.c
sysdeps/nios2/Makefile
sysdeps/nios2/__longjmp.S
sysdeps/nios2/bits/fenv.h
sysdeps/nios2/bits/link.h
sysdeps/nios2/bits/setjmp.h
sysdeps/nios2/crti.S
sysdeps/nios2/crtn.S
sysdeps/nios2/dl-init.c
sysdeps/nios2/dl-machine.h
sysdeps/nios2/dl-sysdep.h
sysdeps/nios2/dl-tls.h
sysdeps/nios2/dl-trampoline.S
sysdeps/nios2/gccframe.h
sysdeps/nios2/gmp-mparam.h
sysdeps/nios2/jmpbuf-offsets.h
sysdeps/nios2/jmpbuf-unwind.h
sysdeps/nios2/ldsodefs.h
sysdeps/nios2/libc-tls.c
sysdeps/nios2/machine-gmon.h
sysdeps/nios2/memusage.h
sysdeps/nios2/nptl/Makefile
sysdeps/nios2/nptl/bits/pthreadtypes-arch.h
sysdeps/nios2/nptl/bits/semaphore.h
sysdeps/nios2/nptl/pthreaddef.h
sysdeps/nios2/nptl/tls.h
sysdeps/nios2/setjmp.S
sysdeps/nios2/sotruss-lib.c
sysdeps/nios2/stackinfo.h
sysdeps/nios2/start.S
sysdeps/nios2/sysdep.h
sysdeps/nios2/tst-audit.h
sysdeps/nptl/Makeconfig
sysdeps/nptl/Makefile
sysdeps/nptl/aio_misc.h
sysdeps/nptl/allocrtsig.c
sysdeps/nptl/bits/pthreadtypes.h
sysdeps/nptl/bits/thread-shared-types.h
sysdeps/nptl/dl-tunables.list
sysdeps/nptl/fork.c
sysdeps/nptl/fork.h
sysdeps/nptl/futex-internal.h
sysdeps/nptl/gai_misc.h
sysdeps/nptl/internaltypes.h
sysdeps/nptl/jmp-unwind.c
sysdeps/nptl/libc-lock.h
sysdeps/nptl/libc-lockP.h
sysdeps/nptl/librt-cancellation.c
sysdeps/nptl/lowlevellock-futex.h
sysdeps/nptl/lowlevellock.h
sysdeps/nptl/malloc-machine.h
sysdeps/nptl/proc_service.h
sysdeps/nptl/pthread-functions.h
sysdeps/nptl/pthread.h
sysdeps/nptl/setxid.h
sysdeps/nptl/shm-directory.h
sysdeps/nptl/stdio-lock.h
sysdeps/nptl/sys/procfs.h
sysdeps/nptl/thread_db.h
sysdeps/nptl/threads.h
sysdeps/nptl/timer_routines.h
sysdeps/nptl/unwind-forcedunwind.c
sysdeps/posix/alarm.c
sysdeps/posix/clock.c
sysdeps/posix/clock_getres.c
sysdeps/posix/closedir.c
sysdeps/posix/ctermid.c
sysdeps/posix/cuserid.c
sysdeps/posix/dirfd.c
sysdeps/posix/dirstream.h
sysdeps/posix/dl-fileid.h
sysdeps/posix/dup.c
sysdeps/posix/dup2.c
sysdeps/posix/euidaccess.c
sysdeps/posix/fdopendir.c
sysdeps/posix/flock.c
sysdeps/posix/fpathconf.c
sysdeps/posix/gai_strerror.c
sysdeps/posix/getaddrinfo.c
sysdeps/posix/getcwd.c
sysdeps/posix/getdtsz.c
sysdeps/posix/gethostname.c
sysdeps/posix/getpagesize.c
sysdeps/posix/gettimeofday.c
sysdeps/posix/isatty.c
sysdeps/posix/isfdtype.c
sysdeps/posix/killpg.c
sysdeps/posix/libc_fatal.c
sysdeps/posix/mkfifo.c
sysdeps/posix/mkfifoat.c
sysdeps/posix/nice.c
sysdeps/posix/open64.c
sysdeps/posix/opendir.c
sysdeps/posix/pathconf.c
sysdeps/posix/pause.c
sysdeps/posix/posix_fallocate.c
sysdeps/posix/posix_fallocate64.c
sysdeps/posix/pread.c
sysdeps/posix/pread64.c
sysdeps/posix/preadv.c
sysdeps/posix/preadv2.c
sysdeps/posix/preadv64.c
sysdeps/posix/preadv64v2.c
sysdeps/posix/preadv_common.c
sysdeps/posix/profil.c
sysdeps/posix/pwrite.c
sysdeps/posix/pwrite64.c
sysdeps/posix/pwritev.c
sysdeps/posix/pwritev2.c
sysdeps/posix/pwritev64.c
sysdeps/posix/pwritev64v2.c
sysdeps/posix/pwritev_common.c
sysdeps/posix/raise.c
sysdeps/posix/readdir.c
sysdeps/posix/readdir_r.c
sysdeps/posix/readv.c
sysdeps/posix/remove.c
sysdeps/posix/rename.c
sysdeps/posix/rewinddir.c
sysdeps/posix/seekdir.c
sysdeps/posix/shm-directory.c
sysdeps/posix/shm-directory.h
sysdeps/posix/shm_open.c
sysdeps/posix/shm_unlink.c
sysdeps/posix/sigblock.c
sysdeps/posix/sigignore.c
sysdeps/posix/sigintr.c
sysdeps/posix/signal.c
sysdeps/posix/sigpause.c
sysdeps/posix/sigset.c
sysdeps/posix/sigsetmask.c
sysdeps/posix/sigsuspend.c
sysdeps/posix/sigwait.c
sysdeps/posix/sleep.c
sysdeps/posix/spawni.c
sysdeps/posix/sprofil.c
sysdeps/posix/sysconf.c
sysdeps/posix/system.c
sysdeps/posix/sysv_signal.c
sysdeps/posix/telldir.c
sysdeps/posix/tempname.c
sysdeps/posix/time.c
sysdeps/posix/timespec_get.c
sysdeps/posix/truncate.c
sysdeps/posix/ttyname.c
sysdeps/posix/ttyname_r.c
sysdeps/posix/ulimit.c
sysdeps/posix/usleep.c
sysdeps/posix/utime.c
sysdeps/posix/utimes.c
sysdeps/posix/wait.c
sysdeps/posix/wait3.c
sysdeps/posix/waitid.c
sysdeps/posix/writev.c
sysdeps/powerpc/atomic-machine.h
sysdeps/powerpc/bits/endian.h
sysdeps/powerpc/bits/fenv.h
sysdeps/powerpc/bits/fenvinline.h
sysdeps/powerpc/bits/floatn.h
sysdeps/powerpc/bits/fp-fast.h
sysdeps/powerpc/bits/hwcap.h
sysdeps/powerpc/bits/link.h
sysdeps/powerpc/bits/setjmp.h
sysdeps/powerpc/cpu-features.c
sysdeps/powerpc/cpu-features.h
sysdeps/powerpc/dl-procinfo.c
sysdeps/powerpc/dl-procinfo.h
sysdeps/powerpc/dl-tls.h
sysdeps/powerpc/dl-tunables.list
sysdeps/powerpc/ffs.c
sysdeps/powerpc/fpu/e_hypot.c
sysdeps/powerpc/fpu/e_hypotf.c
sysdeps/powerpc/fpu/e_sqrt.c
sysdeps/powerpc/fpu/e_sqrtf.c
sysdeps/powerpc/fpu/fclrexcpt.c
sysdeps/powerpc/fpu/fe_mask.c
sysdeps/powerpc/fpu/fe_nomask.c
sysdeps/powerpc/fpu/fedisblxcpt.c
sysdeps/powerpc/fpu/feenablxcpt.c
sysdeps/powerpc/fpu/fegetenv.c
sysdeps/powerpc/fpu/fegetexcept.c
sysdeps/powerpc/fpu/fegetmode.c
sysdeps/powerpc/fpu/fegetround.c
sysdeps/powerpc/fpu/feholdexcpt.c
sysdeps/powerpc/fpu/fenv_const.c
sysdeps/powerpc/fpu/fenv_libc.h
sysdeps/powerpc/fpu/fenv_private.h
sysdeps/powerpc/fpu/fesetenv.c
sysdeps/powerpc/fpu/fesetexcept.c
sysdeps/powerpc/fpu/fesetmode.c
sysdeps/powerpc/fpu/fesetround.c
sysdeps/powerpc/fpu/feupdateenv.c
sysdeps/powerpc/fpu/fgetexcptflg.c
sysdeps/powerpc/fpu/fix-fp-int-compare-invalid.h
sysdeps/powerpc/fpu/fraiseexcpt.c
sysdeps/powerpc/fpu/fsetexcptflg.c
sysdeps/powerpc/fpu/ftestexcept.c
sysdeps/powerpc/fpu/get-rounding-mode.h
sysdeps/powerpc/fpu/math-barriers.h
sysdeps/powerpc/fpu/math-tests-trap-force.h
sysdeps/powerpc/fpu/math_ldbl.h
sysdeps/powerpc/fpu/math_private.h
sysdeps/powerpc/fpu/round_to_integer.h
sysdeps/powerpc/fpu/s_ceil.c
sysdeps/powerpc/fpu/s_ceilf.c
sysdeps/powerpc/fpu/s_copysign.c
sysdeps/powerpc/fpu/s_copysignf.c
sysdeps/powerpc/fpu/s_floor.c
sysdeps/powerpc/fpu/s_floorf.c
sysdeps/powerpc/fpu/s_fma.c
sysdeps/powerpc/fpu/s_fmaf.c
sysdeps/powerpc/fpu/s_logb.c
sysdeps/powerpc/fpu/s_logbf.c
sysdeps/powerpc/fpu/s_logbl.c
sysdeps/powerpc/fpu/s_modf.c
sysdeps/powerpc/fpu/s_modff.c
sysdeps/powerpc/fpu/s_nearbyint.c
sysdeps/powerpc/fpu/s_nearbyintf.c
sysdeps/powerpc/fpu/s_rint.c
sysdeps/powerpc/fpu/s_rintf.c
sysdeps/powerpc/fpu/s_round.c
sysdeps/powerpc/fpu/s_roundf.c
sysdeps/powerpc/fpu/s_trunc.c
sysdeps/powerpc/fpu/s_truncf.c
sysdeps/powerpc/fpu/tst-setcontext-fpscr.c
sysdeps/powerpc/fpu_control.h
sysdeps/powerpc/gccframe.h
sysdeps/powerpc/hwcapinfo.c
sysdeps/powerpc/hwcapinfo.h
sysdeps/powerpc/jmpbuf-offsets.h
sysdeps/powerpc/jmpbuf-unwind.h
sysdeps/powerpc/ldsodefs.h
sysdeps/powerpc/libc-tls.c
sysdeps/powerpc/longjmp.c
sysdeps/powerpc/machine-gmon.h
sysdeps/powerpc/math-tests-snan-cast.h
sysdeps/powerpc/memusage.h
sysdeps/powerpc/nofpu/atomic-feclearexcept.c
sysdeps/powerpc/nofpu/atomic-feholdexcept.c
sysdeps/powerpc/nofpu/atomic-feupdateenv.c
sysdeps/powerpc/nofpu/fclrexcpt.c
sysdeps/powerpc/nofpu/fedisblxcpt.c
sysdeps/powerpc/nofpu/feenablxcpt.c
sysdeps/powerpc/nofpu/fegetenv.c
sysdeps/powerpc/nofpu/fegetexcept.c
sysdeps/powerpc/nofpu/fegetmode.c
sysdeps/powerpc/nofpu/fegetround.c
sysdeps/powerpc/nofpu/feholdexcpt.c
sysdeps/powerpc/nofpu/fenv_const.c
sysdeps/powerpc/nofpu/fesetenv.c
sysdeps/powerpc/nofpu/fesetexcept.c
sysdeps/powerpc/nofpu/fesetmode.c
sysdeps/powerpc/nofpu/fesetround.c
sysdeps/powerpc/nofpu/feupdateenv.c
sysdeps/powerpc/nofpu/fgetexcptflg.c
sysdeps/powerpc/nofpu/flt-rounds.c
sysdeps/powerpc/nofpu/fraiseexcpt.c
sysdeps/powerpc/nofpu/fsetexcptflg.c
sysdeps/powerpc/nofpu/ftestexcept.c
sysdeps/powerpc/nofpu/get-rounding-mode.h
sysdeps/powerpc/nofpu/sim-full.c
sysdeps/powerpc/nofpu/soft-supp.h
sysdeps/powerpc/nofpu/sqrtdf2.c
sysdeps/powerpc/nofpu/sqrtsf2.c
sysdeps/powerpc/novmx-longjmp.c
sysdeps/powerpc/novmx-sigjmp.c
sysdeps/powerpc/novmxsetjmp.h
sysdeps/powerpc/nptl/Makefile
sysdeps/powerpc/nptl/bits/pthreadtypes-arch.h
sysdeps/powerpc/nptl/elide.h
sysdeps/powerpc/nptl/pthread_spin_lock.c
sysdeps/powerpc/nptl/pthread_spin_trylock.c
sysdeps/powerpc/nptl/pthread_spin_unlock.c
sysdeps/powerpc/nptl/pthreaddef.h
sysdeps/powerpc/nptl/tls.h
sysdeps/powerpc/power4/wordcopy.c
sysdeps/powerpc/power6/wordcopy.c
sysdeps/powerpc/powerpc32/405/memcmp.S
sysdeps/powerpc/powerpc32/405/memcpy.S
sysdeps/powerpc/powerpc32/405/memset.S
sysdeps/powerpc/powerpc32/405/strcmp.S
sysdeps/powerpc/powerpc32/405/strcpy.S
sysdeps/powerpc/powerpc32/405/strlen.S
sysdeps/powerpc/powerpc32/405/strncmp.S
sysdeps/powerpc/powerpc32/476/memset.S
sysdeps/powerpc/powerpc32/__longjmp-common.S
sysdeps/powerpc/powerpc32/__longjmp.S
sysdeps/powerpc/powerpc32/a2/memcpy.S
sysdeps/powerpc/powerpc32/add_n.S
sysdeps/powerpc/powerpc32/addmul_1.S
sysdeps/powerpc/powerpc32/atomic-machine.h
sysdeps/powerpc/powerpc32/backtrace.c
sysdeps/powerpc/powerpc32/bsd-_setjmp.S
sysdeps/powerpc/powerpc32/bsd-setjmp.S
sysdeps/powerpc/powerpc32/bzero.S
sysdeps/powerpc/powerpc32/cell/memcpy.S
sysdeps/powerpc/powerpc32/crti.S
sysdeps/powerpc/powerpc32/crtn.S
sysdeps/powerpc/powerpc32/dl-irel.h
sysdeps/powerpc/powerpc32/dl-machine.c
sysdeps/powerpc/powerpc32/dl-machine.h
sysdeps/powerpc/powerpc32/dl-start.S
sysdeps/powerpc/powerpc32/dl-trampoline.S
sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S
sysdeps/powerpc/powerpc32/fpu/__longjmp.S
sysdeps/powerpc/powerpc32/fpu/fix-int-fp-convert-zero.h
sysdeps/powerpc/powerpc32/fpu/fprrest.S
sysdeps/powerpc/powerpc32/fpu/fprsave.S
sysdeps/powerpc/powerpc32/fpu/s_copysignl.S
sysdeps/powerpc/powerpc32/fpu/s_fabsl.S
sysdeps/powerpc/powerpc32/fpu/s_llrint.c
sysdeps/powerpc/powerpc32/fpu/s_llrintf.c
sysdeps/powerpc/powerpc32/fpu/s_llround.c
sysdeps/powerpc/powerpc32/fpu/s_llroundf.c
sysdeps/powerpc/powerpc32/fpu/s_lrint.c
sysdeps/powerpc/powerpc32/fpu/s_lround.c
sysdeps/powerpc/powerpc32/fpu/setjmp-common.S
sysdeps/powerpc/powerpc32/fpu/setjmp.S
sysdeps/powerpc/powerpc32/gprrest0.S
sysdeps/powerpc/powerpc32/gprrest1.S
sysdeps/powerpc/powerpc32/gprsave0.S
sysdeps/powerpc/powerpc32/gprsave1.S
sysdeps/powerpc/powerpc32/libgcc-compat.S
sysdeps/powerpc/powerpc32/lshift.S
sysdeps/powerpc/powerpc32/memset.S
sysdeps/powerpc/powerpc32/mul_1.S
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-power7.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6x.S
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c
sysdeps/powerpc/powerpc32/power4/hp-timing.h
sysdeps/powerpc/powerpc32/power4/memcmp.S
sysdeps/powerpc/powerpc32/power4/memcopy.h
sysdeps/powerpc/powerpc32/power4/memcpy.S
sysdeps/powerpc/powerpc32/power4/memset.S
sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S
sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c
sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c
sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c
sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S
sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S
sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S
sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c
sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c
sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c
sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c
sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c
sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c
sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S
sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/memset.c
sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c
sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c
sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S
sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S
sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S
sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c
sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c
sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c
sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c
sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c
sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c
sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c
sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c
sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c
sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c
sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c
sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c
sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S
sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c
sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c
sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c
sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
sysdeps/powerpc/powerpc32/power4/strncmp.S
sysdeps/powerpc/powerpc32/power6/memcpy.S
sysdeps/powerpc/powerpc32/power6/memset.S
sysdeps/powerpc/powerpc32/power6x/fpu/s_lrint.S
sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S
sysdeps/powerpc/powerpc32/power7/memchr.S
sysdeps/powerpc/powerpc32/power7/memcmp.S
sysdeps/powerpc/powerpc32/power7/memcpy.S
sysdeps/powerpc/powerpc32/power7/mempcpy.S
sysdeps/powerpc/powerpc32/power7/memrchr.S
sysdeps/powerpc/powerpc32/power7/memset.S
sysdeps/powerpc/powerpc32/power7/rawmemchr.S
sysdeps/powerpc/powerpc32/power7/strcasecmp.S
sysdeps/powerpc/powerpc32/power7/strchr.S
sysdeps/powerpc/powerpc32/power7/strchrnul.S
sysdeps/powerpc/powerpc32/power7/strlen.S
sysdeps/powerpc/powerpc32/power7/strncmp.S
sysdeps/powerpc/powerpc32/power7/strnlen.S
sysdeps/powerpc/powerpc32/ppc-mcount.S
sysdeps/powerpc/powerpc32/register-dump.h
sysdeps/powerpc/powerpc32/rshift.S
sysdeps/powerpc/powerpc32/setjmp-common.S
sysdeps/powerpc/powerpc32/setjmp.S
sysdeps/powerpc/powerpc32/start.S
sysdeps/powerpc/powerpc32/stpcpy.S
sysdeps/powerpc/powerpc32/strchr.S
sysdeps/powerpc/powerpc32/strcmp.S
sysdeps/powerpc/powerpc32/strcpy.S
sysdeps/powerpc/powerpc32/strlen.S
sysdeps/powerpc/powerpc32/strncmp.S
sysdeps/powerpc/powerpc32/sub_n.S
sysdeps/powerpc/powerpc32/submul_1.S
sysdeps/powerpc/powerpc32/symbol-hacks.h
sysdeps/powerpc/powerpc32/sysdep.h
sysdeps/powerpc/powerpc32/tst-audit.h
sysdeps/powerpc/powerpc64/__longjmp-common.S
sysdeps/powerpc/powerpc64/__longjmp.S
sysdeps/powerpc/powerpc64/a2/memcpy.S
sysdeps/powerpc/powerpc64/addmul_1.S
sysdeps/powerpc/powerpc64/atomic-machine.h
sysdeps/powerpc/powerpc64/backtrace.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_ceil.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_ceilf.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_floor.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_floorf.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_llrint.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_llrintf.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_llround.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_llroundf.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_logb-power7.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_logb-ppc64.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_logb.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_logbf-power7.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_logbf-ppc64.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_logbf.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_logbl-power7.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_logbl-ppc64.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_logbl.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_modf-power5+.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_modf-ppc64.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_modf.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_modff-power5+.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_modff-ppc64.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_modff.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_round.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_roundf.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_trunc.c
sysdeps/powerpc/powerpc64/be/fpu/multiarch/s_truncf.c
sysdeps/powerpc/powerpc64/bzero.S
sysdeps/powerpc/powerpc64/cell/memcpy.S
sysdeps/powerpc/powerpc64/crti.S
sysdeps/powerpc/powerpc64/crtn.S
sysdeps/powerpc/powerpc64/dl-dtprocnum.h
sysdeps/powerpc/powerpc64/dl-irel.h
sysdeps/powerpc/powerpc64/dl-machine.c
sysdeps/powerpc/powerpc64/dl-machine.h
sysdeps/powerpc/powerpc64/dl-trampoline.S
sysdeps/powerpc/powerpc64/entry.h
sysdeps/powerpc/powerpc64/ffsll.c
sysdeps/powerpc/powerpc64/fpu/s_copysignl.S
sysdeps/powerpc/powerpc64/fpu/s_fabsl.S
sysdeps/powerpc/powerpc64/fpu/s_llrint.c
sysdeps/powerpc/powerpc64/fpu/s_llround.c
sysdeps/powerpc/powerpc64/fpu/s_llroundf.c
sysdeps/powerpc/powerpc64/hp-timing.h
sysdeps/powerpc/powerpc64/le/fpu/e_sqrtf128.c
sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-power9.c
sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128-ppc64le.c
sysdeps/powerpc/powerpc64/le/fpu/multiarch/w_sqrtf128.c
sysdeps/powerpc/powerpc64/le/power9/fpu/e_sqrtf128.c
sysdeps/powerpc/powerpc64/le/power9/strcmp.S
sysdeps/powerpc/powerpc64/le/power9/strncmp.S
sysdeps/powerpc/powerpc64/lshift.S
sysdeps/powerpc/powerpc64/memcpy.S
sysdeps/powerpc/powerpc64/memset.S
sysdeps/powerpc/powerpc64/mul_1.S
sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/bcopy.c
sysdeps/powerpc/powerpc64/multiarch/bzero.c
sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
sysdeps/powerpc/powerpc64/multiarch/init-arch.h
sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S
sysdeps/powerpc/powerpc64/multiarch/memchr-power8.S
sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/memchr.c
sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S
sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S
sysdeps/powerpc/powerpc64/multiarch/memcmp-power8.S
sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/memcmp.c
sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-power8-cached.S
sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/memcpy.c
sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S
sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/memmove.c
sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S
sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S
sysdeps/powerpc/powerpc64/multiarch/memrchr-power8.S
sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/memrchr.c
sysdeps/powerpc/powerpc64/multiarch/memset-power4.S
sysdeps/powerpc/powerpc64/multiarch/memset-power6.S
sysdeps/powerpc/powerpc64/multiarch/memset-power7.S
sysdeps/powerpc/powerpc64/multiarch/memset-power8.S
sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/memset.c
sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S
sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c
sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c
sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S
sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c
sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S
sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S
sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S
sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/stpncpy.c
sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S
sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power8.S
sysdeps/powerpc/powerpc64/multiarch/strcasecmp-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c
sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S
sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c
sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S
sysdeps/powerpc/powerpc64/multiarch/strcasestr-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strcasestr.c
sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c
sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c
sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strcat.c
sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S
sysdeps/powerpc/powerpc64/multiarch/strchr-power8.S
sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strchr.c
sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S
sysdeps/powerpc/powerpc64/multiarch/strchrnul-power8.S
sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strchrnul.c
sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S
sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S
sysdeps/powerpc/powerpc64/multiarch/strcmp-power9.S
sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strcmp.c
sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c
sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S
sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strcpy.c
sysdeps/powerpc/powerpc64/multiarch/strcspn-power8.S
sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strcspn.c
sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S
sysdeps/powerpc/powerpc64/multiarch/strlen-power8.S
sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strlen.c
sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c
sysdeps/powerpc/powerpc64/multiarch/strncase-power8.S
sysdeps/powerpc/powerpc64/multiarch/strncase-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strncase.c
sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c
sysdeps/powerpc/powerpc64/multiarch/strncase_l.c
sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c
sysdeps/powerpc/powerpc64/multiarch/strncat-power8.c
sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strncat.c
sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S
sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S
sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S
sysdeps/powerpc/powerpc64/multiarch/strncmp-power9.S
sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S
sysdeps/powerpc/powerpc64/multiarch/strncmp.c
sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S
sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S
sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strncpy.c
sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S
sysdeps/powerpc/powerpc64/multiarch/strnlen-power8.S
sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strnlen.c
sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S
sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S
sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strrchr.c
sysdeps/powerpc/powerpc64/multiarch/strspn-power8.S
sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strspn.c
sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S
sysdeps/powerpc/powerpc64/multiarch/strstr-ppc64.c
sysdeps/powerpc/powerpc64/multiarch/strstr.c
sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c
sysdeps/powerpc/powerpc64/power4/memcmp.S
sysdeps/powerpc/powerpc64/power4/memcpy.S
sysdeps/powerpc/powerpc64/power4/memset.S
sysdeps/powerpc/powerpc64/power4/strncmp.S
sysdeps/powerpc/powerpc64/power6/memcpy.S
sysdeps/powerpc/powerpc64/power6/memset.S
sysdeps/powerpc/powerpc64/power7/add_n.S
sysdeps/powerpc/powerpc64/power7/memchr.S
sysdeps/powerpc/powerpc64/power7/memcmp.S
sysdeps/powerpc/powerpc64/power7/memcpy.S
sysdeps/powerpc/powerpc64/power7/memmove.S
sysdeps/powerpc/powerpc64/power7/mempcpy.S
sysdeps/powerpc/powerpc64/power7/memrchr.S
sysdeps/powerpc/powerpc64/power7/memset.S
sysdeps/powerpc/powerpc64/power7/rawmemchr.S
sysdeps/powerpc/powerpc64/power7/stpncpy.S
sysdeps/powerpc/powerpc64/power7/strcasecmp.S
sysdeps/powerpc/powerpc64/power7/strchr.S
sysdeps/powerpc/powerpc64/power7/strchrnul.S
sysdeps/powerpc/powerpc64/power7/strcmp.S
sysdeps/powerpc/powerpc64/power7/strlen.S
sysdeps/powerpc/powerpc64/power7/strncmp.S
sysdeps/powerpc/powerpc64/power7/strncpy.S
sysdeps/powerpc/powerpc64/power7/strnlen.S
sysdeps/powerpc/powerpc64/power7/strrchr.S
sysdeps/powerpc/powerpc64/power7/strstr-ppc64.c
sysdeps/powerpc/powerpc64/power7/strstr.S
sysdeps/powerpc/powerpc64/power7/sub_n.S
sysdeps/powerpc/powerpc64/power8/memchr.S
sysdeps/powerpc/powerpc64/power8/memcmp.S
sysdeps/powerpc/powerpc64/power8/memrchr.S
sysdeps/powerpc/powerpc64/power8/memset.S
sysdeps/powerpc/powerpc64/power8/stpcpy.S
sysdeps/powerpc/powerpc64/power8/stpncpy.S
sysdeps/powerpc/powerpc64/power8/strcasecmp.S
sysdeps/powerpc/powerpc64/power8/strcasestr-ppc64.c
sysdeps/powerpc/powerpc64/power8/strcasestr.S
sysdeps/powerpc/powerpc64/power8/strchr.S
sysdeps/powerpc/powerpc64/power8/strchrnul.S
sysdeps/powerpc/powerpc64/power8/strcmp.S
sysdeps/powerpc/powerpc64/power8/strcpy.S
sysdeps/powerpc/powerpc64/power8/strcspn.S
sysdeps/powerpc/powerpc64/power8/strlen.S
sysdeps/powerpc/powerpc64/power8/strncase.S
sysdeps/powerpc/powerpc64/power8/strncmp.S
sysdeps/powerpc/powerpc64/power8/strncpy.S
sysdeps/powerpc/powerpc64/power8/strnlen.S
sysdeps/powerpc/powerpc64/power8/strrchr.S
sysdeps/powerpc/powerpc64/power8/strspn.S
sysdeps/powerpc/powerpc64/register-dump.h
sysdeps/powerpc/powerpc64/setjmp-bug21895.c
sysdeps/powerpc/powerpc64/setjmp-common.S
sysdeps/powerpc/powerpc64/setjmp.S
sysdeps/powerpc/powerpc64/start.S
sysdeps/powerpc/powerpc64/strchr.S
sysdeps/powerpc/powerpc64/strcmp.S
sysdeps/powerpc/powerpc64/strlen.S
sysdeps/powerpc/powerpc64/strncmp.S
sysdeps/powerpc/powerpc64/submul_1.S
sysdeps/powerpc/powerpc64/sysdep.h
sysdeps/powerpc/powerpc64/tst-audit.h
sysdeps/powerpc/powerpc64/tst-setjmp-bug21895-static.c
sysdeps/powerpc/powerpc64/tst-ucontext-ppc64-vscr.c
sysdeps/powerpc/sched_cpucount.c
sysdeps/powerpc/sigjmp.c
sysdeps/powerpc/sotruss-lib.c
sysdeps/powerpc/stackinfo.h
sysdeps/powerpc/sys/platform/ppc.h
sysdeps/powerpc/sysdep.h
sysdeps/powerpc/test-arith.c
sysdeps/powerpc/test-get_hwcap-static.c
sysdeps/powerpc/test-get_hwcap.c
sysdeps/powerpc/test-gettimebase.c
sysdeps/powerpc/tst-set_ppr.c
sysdeps/powerpc/tst-stack-align.h
sysdeps/powerpc/tst-tlsifunc-static.c
sysdeps/powerpc/tst-tlsifunc.c
sysdeps/pthread/Makefile
sysdeps/pthread/aio_cancel.c
sysdeps/pthread/aio_error.c
sysdeps/pthread/aio_fsync.c
sysdeps/pthread/aio_misc.c
sysdeps/pthread/aio_misc.h
sysdeps/pthread/aio_notify.c
sysdeps/pthread/aio_read.c
sysdeps/pthread/aio_read64.c
sysdeps/pthread/aio_suspend.c
sysdeps/pthread/aio_write.c
sysdeps/pthread/aio_write64.c
sysdeps/pthread/allocalim.h
sysdeps/pthread/bits/sigthread.h
sysdeps/pthread/flockfile.c
sysdeps/pthread/ftrylockfile.c
sysdeps/pthread/funlockfile.c
sysdeps/pthread/lio_listio.c
sysdeps/pthread/lio_listio64.c
sysdeps/pthread/posix-timer.h
sysdeps/pthread/semaphore.h
sysdeps/pthread/timer_create.c
sysdeps/pthread/timer_delete.c
sysdeps/pthread/timer_getoverr.c
sysdeps/pthread/timer_gettime.c
sysdeps/pthread/timer_routines.c
sysdeps/pthread/timer_settime.c
sysdeps/pthread/tst-timer.c
sysdeps/riscv/__longjmp.S
sysdeps/riscv/bits/fenv.h
sysdeps/riscv/bits/link.h
sysdeps/riscv/bits/setjmp.h
sysdeps/riscv/bits/wordsize.h
sysdeps/riscv/dl-machine.h
sysdeps/riscv/dl-tls.h
sysdeps/riscv/dl-trampoline.S
sysdeps/riscv/e_sqrtl.c
sysdeps/riscv/fpu_control.h
sysdeps/riscv/gccframe.h
sysdeps/riscv/jmpbuf-offsets.h
sysdeps/riscv/jmpbuf-unwind.h
sysdeps/riscv/ldsodefs.h
sysdeps/riscv/libc-tls.c
sysdeps/riscv/machine-gmon.h
sysdeps/riscv/math-tests-snan-payload.h
sysdeps/riscv/math-tests-trap.h
sysdeps/riscv/memusage.h
sysdeps/riscv/nofpu/math-tests-exceptions.h
sysdeps/riscv/nofpu/math-tests-rounding.h
sysdeps/riscv/nptl/Makefile
sysdeps/riscv/nptl/bits/pthreadtypes-arch.h
sysdeps/riscv/nptl/bits/semaphore.h
sysdeps/riscv/nptl/pthread-offsets.h
sysdeps/riscv/nptl/pthreaddef.h
sysdeps/riscv/nptl/tls.h
sysdeps/riscv/rv64/rvd/s_ceil.c
sysdeps/riscv/rv64/rvd/s_floor.c
sysdeps/riscv/rv64/rvd/s_llrint.c
sysdeps/riscv/rv64/rvd/s_llround.c
sysdeps/riscv/rv64/rvd/s_lrint.c
sysdeps/riscv/rv64/rvd/s_lround.c
sysdeps/riscv/rv64/rvd/s_nearbyint.c
sysdeps/riscv/rv64/rvd/s_rint.c
sysdeps/riscv/rv64/rvd/s_round.c
sysdeps/riscv/rv64/rvd/s_roundeven.c
sysdeps/riscv/rv64/rvd/s_trunc.c
sysdeps/riscv/rv64/rvf/s_llrintf.c
sysdeps/riscv/rv64/rvf/s_llroundf.c
sysdeps/riscv/rv64/rvf/s_lrintf.c
sysdeps/riscv/rv64/rvf/s_lroundf.c
sysdeps/riscv/rvd/e_sqrt.c
sysdeps/riscv/rvd/s_copysign.c
sysdeps/riscv/rvd/s_finite.c
sysdeps/riscv/rvd/s_fma.c
sysdeps/riscv/rvd/s_fmax.c
sysdeps/riscv/rvd/s_fmin.c
sysdeps/riscv/rvd/s_fpclassify.c
sysdeps/riscv/rvd/s_isinf.c
sysdeps/riscv/rvd/s_isnan.c
sysdeps/riscv/rvd/s_issignaling.c
sysdeps/riscv/rvf/e_sqrtf.c
sysdeps/riscv/rvf/fclrexcpt.c
sysdeps/riscv/rvf/fegetenv.c
sysdeps/riscv/rvf/fegetmode.c
sysdeps/riscv/rvf/fegetround.c
sysdeps/riscv/rvf/feholdexcpt.c
sysdeps/riscv/rvf/fenv_private.h
sysdeps/riscv/rvf/fesetenv.c
sysdeps/riscv/rvf/fesetexcept.c
sysdeps/riscv/rvf/fesetmode.c
sysdeps/riscv/rvf/fesetround.c
sysdeps/riscv/rvf/feupdateenv.c
sysdeps/riscv/rvf/fgetexcptflg.c
sysdeps/riscv/rvf/fraiseexcpt.c
sysdeps/riscv/rvf/fsetexcptflg.c
sysdeps/riscv/rvf/ftestexcept.c
sysdeps/riscv/rvf/get-rounding-mode.h
sysdeps/riscv/rvf/s_ceilf.c
sysdeps/riscv/rvf/s_copysignf.c
sysdeps/riscv/rvf/s_finitef.c
sysdeps/riscv/rvf/s_floorf.c
sysdeps/riscv/rvf/s_fmaf.c
sysdeps/riscv/rvf/s_fmaxf.c
sysdeps/riscv/rvf/s_fminf.c
sysdeps/riscv/rvf/s_fpclassifyf.c
sysdeps/riscv/rvf/s_isinff.c
sysdeps/riscv/rvf/s_isnanf.c
sysdeps/riscv/rvf/s_issignalingf.c
sysdeps/riscv/rvf/s_nearbyintf.c
sysdeps/riscv/rvf/s_rintf.c
sysdeps/riscv/rvf/s_roundevenf.c
sysdeps/riscv/rvf/s_roundf.c
sysdeps/riscv/rvf/s_truncf.c
sysdeps/riscv/setjmp.S
sysdeps/riscv/sfp-machine.h
sysdeps/riscv/sotruss-lib.c
sysdeps/riscv/stackinfo.h
sysdeps/riscv/start.S
sysdeps/riscv/sys/asm.h
sysdeps/riscv/tls-macros.h
sysdeps/riscv/tst-audit.h
sysdeps/s390/asm-syntax.h
sysdeps/s390/atomic-machine.h
sysdeps/s390/bits/flt-eval-method.h
sysdeps/s390/bits/link.h
sysdeps/s390/bits/setjmp.h
sysdeps/s390/bzero.c
sysdeps/s390/dl-irel.h
sysdeps/s390/dl-procinfo.c
sysdeps/s390/dl-procinfo.h
sysdeps/s390/dl-tls.h
sysdeps/s390/ffs.c
sysdeps/s390/fix-fp-int-convert-overflow.h
sysdeps/s390/fpu/bits/fenv.h
sysdeps/s390/fpu/e_sqrt.c
sysdeps/s390/fpu/e_sqrtf.c
sysdeps/s390/fpu/e_sqrtl.c
sysdeps/s390/fpu/fclrexcpt.c
sysdeps/s390/fpu/fedisblxcpt.c
sysdeps/s390/fpu/feenablxcpt.c
sysdeps/s390/fpu/fegetenv.c
sysdeps/s390/fpu/fegetexcept.c
sysdeps/s390/fpu/fegetmode.c
sysdeps/s390/fpu/fegetround.c
sysdeps/s390/fpu/feholdexcpt.c
sysdeps/s390/fpu/fenv_libc.h
sysdeps/s390/fpu/fesetenv.c
sysdeps/s390/fpu/fesetexcept.c
sysdeps/s390/fpu/fesetmode.c
sysdeps/s390/fpu/fesetround.c
sysdeps/s390/fpu/fetestexceptflag.c
sysdeps/s390/fpu/feupdateenv.c
sysdeps/s390/fpu/fgetexcptflg.c
sysdeps/s390/fpu/fix-fp-int-compare-invalid.h
sysdeps/s390/fpu/fpu_control.h
sysdeps/s390/fpu/fraiseexcpt.c
sysdeps/s390/fpu/fsetexcptflg.c
sysdeps/s390/fpu/ftestexcept.c
sysdeps/s390/fpu/get-rounding-mode.h
sysdeps/s390/fpu/s_fma.c
sysdeps/s390/fpu/s_fmaf.c
sysdeps/s390/gccframe.h
sysdeps/s390/gconv-modules
sysdeps/s390/gmp-mparam.h
sysdeps/s390/ifunc-memccpy.h
sysdeps/s390/ifunc-memchr.h
sysdeps/s390/ifunc-memcmp.h
sysdeps/s390/ifunc-memcpy.h
sysdeps/s390/ifunc-memmem.h
sysdeps/s390/ifunc-memrchr.h
sysdeps/s390/ifunc-memset.h
sysdeps/s390/ifunc-rawmemchr.h
sysdeps/s390/ifunc-stpcpy.h
sysdeps/s390/ifunc-stpncpy.h
sysdeps/s390/ifunc-strcat.h
sysdeps/s390/ifunc-strchr.h
sysdeps/s390/ifunc-strchrnul.h
sysdeps/s390/ifunc-strcmp.h
sysdeps/s390/ifunc-strcpy.h
sysdeps/s390/ifunc-strcspn.h
sysdeps/s390/ifunc-strlen.h
sysdeps/s390/ifunc-strncat.h
sysdeps/s390/ifunc-strncmp.h
sysdeps/s390/ifunc-strncpy.h
sysdeps/s390/ifunc-strnlen.h
sysdeps/s390/ifunc-strpbrk.h
sysdeps/s390/ifunc-strrchr.h
sysdeps/s390/ifunc-strspn.h
sysdeps/s390/ifunc-strstr.h
sysdeps/s390/ifunc-wcpcpy.h
sysdeps/s390/ifunc-wcpncpy.h
sysdeps/s390/ifunc-wcscat.h
sysdeps/s390/ifunc-wcschr.h
sysdeps/s390/ifunc-wcschrnul.h
sysdeps/s390/ifunc-wcscmp.h
sysdeps/s390/ifunc-wcscpy.h
sysdeps/s390/ifunc-wcscspn.h
sysdeps/s390/ifunc-wcslen.h
sysdeps/s390/ifunc-wcsncat.h
sysdeps/s390/ifunc-wcsncmp.h
sysdeps/s390/ifunc-wcsncpy.h
sysdeps/s390/ifunc-wcsnlen.h
sysdeps/s390/ifunc-wcspbrk.h
sysdeps/s390/ifunc-wcsrchr.h
sysdeps/s390/ifunc-wcsspn.h
sysdeps/s390/ifunc-wmemchr.h
sysdeps/s390/ifunc-wmemcmp.h
sysdeps/s390/ifunc-wmemset.h
sysdeps/s390/iso-8859-1_cp037_z900.c
sysdeps/s390/jmpbuf-offsets.h
sysdeps/s390/jmpbuf-unwind.h
sysdeps/s390/ldsodefs.h
sysdeps/s390/libc-tls.c
sysdeps/s390/longjmp.c
sysdeps/s390/machine-gmon.h
sysdeps/s390/memccpy-c.c
sysdeps/s390/memccpy-vx.S
sysdeps/s390/memccpy.c
sysdeps/s390/memchr-vx.S
sysdeps/s390/memchr-z900.S
sysdeps/s390/memchr.c
sysdeps/s390/memcmp-z900.S
sysdeps/s390/memcmp.c
sysdeps/s390/memcopy.h
sysdeps/s390/memcpy-z900.S
sysdeps/s390/memcpy.c
sysdeps/s390/memmem-arch13.S
sysdeps/s390/memmem-c.c
sysdeps/s390/memmem-vx.c
sysdeps/s390/memmem.c
sysdeps/s390/memmove-c.c
sysdeps/s390/memmove.c
sysdeps/s390/mempcpy.c
sysdeps/s390/memrchr-c.c
sysdeps/s390/memrchr-vx.S
sysdeps/s390/memrchr.c
sysdeps/s390/memset-z900.S
sysdeps/s390/memset.c
sysdeps/s390/memusage.h
sysdeps/s390/multiarch/8bit-generic.c
sysdeps/s390/multiarch/gconv_simple.c
sysdeps/s390/multiarch/iconv/skeleton.c
sysdeps/s390/multiarch/ifunc-impl-list.c
sysdeps/s390/multiarch/ifunc-resolve.h
sysdeps/s390/multiarch/utf16-utf32-z9.c
sysdeps/s390/multiarch/utf8-utf16-z9.c
sysdeps/s390/multiarch/utf8-utf32-z9.c
sysdeps/s390/nptl/Makefile
sysdeps/s390/nptl/bits/pthreadtypes-arch.h
sysdeps/s390/nptl/bits/semaphore.h
sysdeps/s390/nptl/pthreaddef.h
sysdeps/s390/nptl/tls.h
sysdeps/s390/rawmemchr-c.c
sysdeps/s390/rawmemchr-vx.S
sysdeps/s390/rawmemchr.c
sysdeps/s390/s390-32/__longjmp.c
sysdeps/s390/s390-32/add_n.S
sysdeps/s390/s390-32/addmul_1.S
sysdeps/s390/s390-32/backtrace.c
sysdeps/s390/s390-32/crti.S
sysdeps/s390/s390-32/crtn.S
sysdeps/s390/s390-32/dl-machine.h
sysdeps/s390/s390-32/dl-sysdep.h
sysdeps/s390/s390-32/dl-trampoline.S
sysdeps/s390/s390-32/dl-trampoline.h
sysdeps/s390/s390-32/mul_1.S
sysdeps/s390/s390-32/s390-mcount.S
sysdeps/s390/s390-32/setjmp.S
sysdeps/s390/s390-32/start.S
sysdeps/s390/s390-32/strncpy-z900.S
sysdeps/s390/s390-32/sub_n.S
sysdeps/s390/s390-32/symbol-hacks.h
sysdeps/s390/s390-32/sysdep.h
sysdeps/s390/s390-32/tst-audit.h
sysdeps/s390/s390-64/__longjmp.c
sysdeps/s390/s390-64/add_n.S
sysdeps/s390/s390-64/backtrace.c
sysdeps/s390/s390-64/crti.S
sysdeps/s390/s390-64/crtn.S
sysdeps/s390/s390-64/dl-machine.h
sysdeps/s390/s390-64/dl-trampoline.S
sysdeps/s390/s390-64/dl-trampoline.h
sysdeps/s390/s390-64/s390x-mcount.S
sysdeps/s390/s390-64/s390x-mcount.h
sysdeps/s390/s390-64/setjmp.S
sysdeps/s390/s390-64/start.S
sysdeps/s390/s390-64/strncpy-z900.S
sysdeps/s390/s390-64/sub_n.S
sysdeps/s390/s390-64/sysdep.h
sysdeps/s390/s390-64/tst-audit.h
sysdeps/s390/sotruss-lib.c
sysdeps/s390/stackinfo.h
sysdeps/s390/stpcpy-c.c
sysdeps/s390/stpcpy-vx.S
sysdeps/s390/stpcpy.c
sysdeps/s390/stpncpy-c.c
sysdeps/s390/stpncpy-vx.S
sysdeps/s390/stpncpy.c
sysdeps/s390/strcat-c.c
sysdeps/s390/strcat-vx.S
sysdeps/s390/strcat.c
sysdeps/s390/strchr-c.c
sysdeps/s390/strchr-vx.S
sysdeps/s390/strchr.c
sysdeps/s390/strchrnul-c.c
sysdeps/s390/strchrnul-vx.S
sysdeps/s390/strchrnul.c
sysdeps/s390/strcmp-vx.S
sysdeps/s390/strcmp-z900.S
sysdeps/s390/strcmp.c
sysdeps/s390/strcpy-vx.S
sysdeps/s390/strcpy-z900.S
sysdeps/s390/strcpy.c
sysdeps/s390/strcspn-c.c
sysdeps/s390/strcspn-vx.S
sysdeps/s390/strcspn.c
sysdeps/s390/string_private.h
sysdeps/s390/strlen-c.c
sysdeps/s390/strlen-vx.S
sysdeps/s390/strlen.c
sysdeps/s390/strncat-c.c
sysdeps/s390/strncat-vx.S
sysdeps/s390/strncat.c
sysdeps/s390/strncmp-c.c
sysdeps/s390/strncmp-vx.S
sysdeps/s390/strncmp.c
sysdeps/s390/strncpy-vx.S
sysdeps/s390/strncpy.c
sysdeps/s390/strnlen-c.c
sysdeps/s390/strnlen-vx.S
sysdeps/s390/strnlen.c
sysdeps/s390/strpbrk-c.c
sysdeps/s390/strpbrk-vx.S
sysdeps/s390/strpbrk.c
sysdeps/s390/strrchr-c.c
sysdeps/s390/strrchr-vx.S
sysdeps/s390/strrchr.c
sysdeps/s390/strspn-c.c
sysdeps/s390/strspn-vx.S
sysdeps/s390/strspn.c
sysdeps/s390/strstr-arch13.S
sysdeps/s390/strstr-c.c
sysdeps/s390/strstr-vx.c
sysdeps/s390/strstr.c
sysdeps/s390/tst-dl-runtime-mod.S
sysdeps/s390/tst-dl-runtime-profile-audit.c
sysdeps/s390/tst-dl-runtime-profile-noaudit.c
sysdeps/s390/tst-dl-runtime-resolve-audit.c
sysdeps/s390/tst-dl-runtime-resolve-noaudit.c
sysdeps/s390/tst-dl-runtime.c
sysdeps/s390/utf16-utf32-z9.c
sysdeps/s390/utf8-utf16-z9.c
sysdeps/s390/utf8-utf32-z9.c
sysdeps/s390/wcpcpy-c.c
sysdeps/s390/wcpcpy-vx.S
sysdeps/s390/wcpcpy.c
sysdeps/s390/wcpncpy-c.c
sysdeps/s390/wcpncpy-vx.S
sysdeps/s390/wcpncpy.c
sysdeps/s390/wcscat-c.c
sysdeps/s390/wcscat-vx.S
sysdeps/s390/wcscat.c
sysdeps/s390/wcschr-c.c
sysdeps/s390/wcschr-vx.S
sysdeps/s390/wcschr.c
sysdeps/s390/wcschrnul-c.c
sysdeps/s390/wcschrnul-vx.S
sysdeps/s390/wcschrnul.c
sysdeps/s390/wcscmp-c.c
sysdeps/s390/wcscmp-vx.S
sysdeps/s390/wcscmp.c
sysdeps/s390/wcscpy-c.c
sysdeps/s390/wcscpy-vx.S
sysdeps/s390/wcscpy.c
sysdeps/s390/wcscspn-c.c
sysdeps/s390/wcscspn-vx.S
sysdeps/s390/wcscspn.c
sysdeps/s390/wcslen-c.c
sysdeps/s390/wcslen-vx.S
sysdeps/s390/wcslen.c
sysdeps/s390/wcsncat-c.c
sysdeps/s390/wcsncat-vx.S
sysdeps/s390/wcsncat.c
sysdeps/s390/wcsncmp-c.c
sysdeps/s390/wcsncmp-vx.S
sysdeps/s390/wcsncmp.c
sysdeps/s390/wcsncpy-c.c
sysdeps/s390/wcsncpy-vx.S
sysdeps/s390/wcsncpy.c
sysdeps/s390/wcsnlen-c.c
sysdeps/s390/wcsnlen-vx.S
sysdeps/s390/wcsnlen.c
sysdeps/s390/wcspbrk-c.c
sysdeps/s390/wcspbrk-vx.S
sysdeps/s390/wcspbrk.c
sysdeps/s390/wcsrchr-c.c
sysdeps/s390/wcsrchr-vx.S
sysdeps/s390/wcsrchr.c
sysdeps/s390/wcsspn-c.c
sysdeps/s390/wcsspn-vx.S
sysdeps/s390/wcsspn.c
sysdeps/s390/wmemchr-c.c
sysdeps/s390/wmemchr-vx.S
sysdeps/s390/wmemchr.c
sysdeps/s390/wmemcmp-c.c
sysdeps/s390/wmemcmp-vx.S
sysdeps/s390/wmemcmp.c
sysdeps/s390/wmemset-c.c
sysdeps/s390/wmemset-vx.S
sysdeps/s390/wmemset.c
sysdeps/sh/____longjmp_chk.S
sysdeps/sh/_mcount.S
sysdeps/sh/bits/fenv.h
sysdeps/sh/bits/link.h
sysdeps/sh/bits/setjmp.h
sysdeps/sh/bsd-_setjmp.S
sysdeps/sh/bsd-setjmp.S
sysdeps/sh/crti.S
sysdeps/sh/crtn.S
sysdeps/sh/dl-machine.h
sysdeps/sh/dl-tls.h
sysdeps/sh/dl-trampoline.S
sysdeps/sh/fpu_control.h
sysdeps/sh/gccframe.h
sysdeps/sh/gmp-mparam.h
sysdeps/sh/jmpbuf-offsets.h
sysdeps/sh/jmpbuf-unwind.h
sysdeps/sh/ldsodefs.h
sysdeps/sh/libc-tls.c
sysdeps/sh/machine-gmon.h
sysdeps/sh/memcpy.S
sysdeps/sh/memset.S
sysdeps/sh/memusage.h
sysdeps/sh/nptl/bits/pthreadtypes-arch.h
sysdeps/sh/nptl/bits/semaphore.h
sysdeps/sh/nptl/pthread_spin_init.c
sysdeps/sh/nptl/pthread_spin_lock.c
sysdeps/sh/nptl/pthread_spin_trylock.S
sysdeps/sh/nptl/pthread_spin_unlock.S
sysdeps/sh/nptl/pthreaddef.h
sysdeps/sh/nptl/tls.h
sysdeps/sh/sh3/__longjmp.S
sysdeps/sh/sh3/setjmp.S
sysdeps/sh/sh4/__longjmp.S
sysdeps/sh/sh4/fpu/fclrexcpt.c
sysdeps/sh/sh4/fpu/fedisblxcpt.c
sysdeps/sh/sh4/fpu/feenablxcpt.c
sysdeps/sh/sh4/fpu/fegetenv.c
sysdeps/sh/sh4/fpu/fegetexcept.c
sysdeps/sh/sh4/fpu/fegetmode.c
sysdeps/sh/sh4/fpu/fegetround.c
sysdeps/sh/sh4/fpu/feholdexcpt.c
sysdeps/sh/sh4/fpu/fesetenv.c
sysdeps/sh/sh4/fpu/fesetexcept.c
sysdeps/sh/sh4/fpu/fesetmode.c
sysdeps/sh/sh4/fpu/fesetround.c
sysdeps/sh/sh4/fpu/feupdateenv.c
sysdeps/sh/sh4/fpu/fgetexcptflg.c
sysdeps/sh/sh4/fpu/fraiseexcpt.c
sysdeps/sh/sh4/fpu/fsetexcptflg.c
sysdeps/sh/sh4/fpu/ftestexcept.c
sysdeps/sh/sh4/setjmp.S
sysdeps/sh/sotruss-lib.c
sysdeps/sh/stackinfo.h
sysdeps/sh/start.S
sysdeps/sh/strlen.S
sysdeps/sh/sysdep.h
sysdeps/sh/tst-audit.h
sysdeps/sparc/backtrace.c
sysdeps/sparc/bits/hwcap.h
sysdeps/sparc/bits/link.h
sysdeps/sparc/crti.S
sysdeps/sparc/crtn.S
sysdeps/sparc/dl-dtprocnum.h
sysdeps/sparc/dl-procinfo.c
sysdeps/sparc/dl-procinfo.h
sysdeps/sparc/dl-sysdep.h
sysdeps/sparc/dl-tls.h
sysdeps/sparc/fpu/bits/fenv.h
sysdeps/sparc/fpu/fclrexcpt.c
sysdeps/sparc/fpu/fedisblxcpt.c
sysdeps/sparc/fpu/feenablxcpt.c
sysdeps/sparc/fpu/fegetenv.c
sysdeps/sparc/fpu/fegetexcept.c
sysdeps/sparc/fpu/fegetmode.c
sysdeps/sparc/fpu/fegetround.c
sysdeps/sparc/fpu/feholdexcpt.c
sysdeps/sparc/fpu/fesetenv.c
sysdeps/sparc/fpu/fesetexcept.c
sysdeps/sparc/fpu/fesetmode.c
sysdeps/sparc/fpu/fesetround.c
sysdeps/sparc/fpu/feupdateenv.c
sysdeps/sparc/fpu/fgetexcptflg.c
sysdeps/sparc/fpu/fpu_control.h
sysdeps/sparc/fpu/fraiseexcpt.c
sysdeps/sparc/fpu/fsetexcptflg.c
sysdeps/sparc/fpu/ftestexcept.c
sysdeps/sparc/gccframe.h
sysdeps/sparc/ldsodefs.h
sysdeps/sparc/machine-gmon.h
sysdeps/sparc/memusage.h
sysdeps/sparc/nptl/bits/pthreadtypes-arch.h
sysdeps/sparc/nptl/bits/semaphore.h
sysdeps/sparc/nptl/tls.h
sysdeps/sparc/sparc-ifunc.h
sysdeps/sparc/sparc-mcount.S
sysdeps/sparc/sparc32/Makefile
sysdeps/sparc/sparc32/__longjmp.S
sysdeps/sparc/sparc32/add_n.S
sysdeps/sparc/sparc32/addmul_1.S
sysdeps/sparc/sparc32/alloca.S
sysdeps/sparc/sparc32/atomic-machine.h
sysdeps/sparc/sparc32/bits/setjmp.h
sysdeps/sparc/sparc32/dl-irel.h
sysdeps/sparc/sparc32/dl-machine.h
sysdeps/sparc/sparc32/dl-plt.h
sysdeps/sparc/sparc32/dl-trampoline.S
sysdeps/sparc/sparc32/e_sqrt.c
sysdeps/sparc/sparc32/fpu/e_sqrtl.c
sysdeps/sparc/sparc32/fpu/s_copysign.S
sysdeps/sparc/sparc32/fpu/s_copysignf.S
sysdeps/sparc/sparc32/fpu/s_fabs.S
sysdeps/sparc/sparc32/fpu/s_fabsf.S
sysdeps/sparc/sparc32/fpu/s_signbit.S
sysdeps/sparc/sparc32/fpu/s_signbitl.S
sysdeps/sparc/sparc32/ieee754.h
sysdeps/sparc/sparc32/jmpbuf-offsets.h
sysdeps/sparc/sparc32/jmpbuf-unwind.h
sysdeps/sparc/sparc32/lowlevellock.c
sysdeps/sparc/sparc32/lshift.S
sysdeps/sparc/sparc32/memchr.S
sysdeps/sparc/sparc32/memcpy.S
sysdeps/sparc/sparc32/memset.S
sysdeps/sparc/sparc32/mul_1.S
sysdeps/sparc/sparc32/pthread_spin_lock.S
sysdeps/sparc/sparc32/pthread_spin_trylock.S
sysdeps/sparc/sparc32/pthreaddef.h
sysdeps/sparc/sparc32/q_add.c
sysdeps/sparc/sparc32/q_cmp.c
sysdeps/sparc/sparc32/q_cmpe.c
sysdeps/sparc/sparc32/q_div.c
sysdeps/sparc/sparc32/q_dtoq.c
sysdeps/sparc/sparc32/q_feq.c
sysdeps/sparc/sparc32/q_fge.c
sysdeps/sparc/sparc32/q_fgt.c
sysdeps/sparc/sparc32/q_fle.c
sysdeps/sparc/sparc32/q_flt.c
sysdeps/sparc/sparc32/q_fne.c
sysdeps/sparc/sparc32/q_itoq.c
sysdeps/sparc/sparc32/q_lltoq.c
sysdeps/sparc/sparc32/q_mul.c
sysdeps/sparc/sparc32/q_neg.c
sysdeps/sparc/sparc32/q_qtod.c
sysdeps/sparc/sparc32/q_qtoi.c
sysdeps/sparc/sparc32/q_qtoll.c
sysdeps/sparc/sparc32/q_qtos.c
sysdeps/sparc/sparc32/q_qtou.c
sysdeps/sparc/sparc32/q_qtoull.c
sysdeps/sparc/sparc32/q_sqrt.c
sysdeps/sparc/sparc32/q_stoq.c
sysdeps/sparc/sparc32/q_sub.c
sysdeps/sparc/sparc32/q_ulltoq.c
sysdeps/sparc/sparc32/q_util.c
sysdeps/sparc/sparc32/q_utoq.c
sysdeps/sparc/sparc32/rshift.S
sysdeps/sparc/sparc32/sem_post.c
sysdeps/sparc/sparc32/sem_waitcommon.c
sysdeps/sparc/sparc32/setjmp.S
sysdeps/sparc/sparc32/sfp-machine.h
sysdeps/sparc/sparc32/sparcv8/addmul_1.S
sysdeps/sparc/sparc32/sparcv8/mul_1.S
sysdeps/sparc/sparc32/sparcv8/submul_1.S
sysdeps/sparc/sparc32/sparcv9/addmul_1.S
sysdeps/sparc/sparc32/sparcv9/atomic-machine.h
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.c
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.c
sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S
sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S
sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S
sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S
sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S
sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S
sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S
sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S
sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S
sysdeps/sparc/sparc32/sparcv9/hp-timing.h
sysdeps/sparc/sparc32/sparcv9/mul_1.S
sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-ultra1.S
sysdeps/sparc/sparc32/sparcv9/multiarch/memset-ultra1.S
sysdeps/sparc/sparc32/sparcv9/submul_1.S
sysdeps/sparc/sparc32/start.S
sysdeps/sparc/sparc32/stpcpy.S
sysdeps/sparc/sparc32/strcat.S
sysdeps/sparc/sparc32/strchr.S
sysdeps/sparc/sparc32/strcmp.S
sysdeps/sparc/sparc32/strcpy.S
sysdeps/sparc/sparc32/strlen.S
sysdeps/sparc/sparc32/sub_n.S
sysdeps/sparc/sparc32/submul_1.S
sysdeps/sparc/sparc32/tst-audit.h
sysdeps/sparc/sparc64/Makefile
sysdeps/sparc/sparc64/add_n.S
sysdeps/sparc/sparc64/addmul_1.S
sysdeps/sparc/sparc64/align-cpy.S
sysdeps/sparc/sparc64/atomic-machine.h
sysdeps/sparc/sparc64/cpu_relax.c
sysdeps/sparc/sparc64/dl-irel.h
sysdeps/sparc/sparc64/dl-machine.h
sysdeps/sparc/sparc64/dl-plt.h
sysdeps/sparc/sparc64/dl-trampoline.S
sysdeps/sparc/sparc64/fpu/e_sqrtl.c
sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.c
sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.c
sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.c
sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.c
sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_finite.c
sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.c
sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.c
sysdeps/sparc/sparc64/fpu/multiarch/s_floor.c
sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.c
sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.c
sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.c
sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.c
sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.c
sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.c
sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.c
sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.c
sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.c
sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.c
sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_rint.c
sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.c
sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.c
sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S
sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.c
sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.c
sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.c
sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.c
sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.c
sysdeps/sparc/sparc64/fpu/s_copysign.S
sysdeps/sparc/sparc64/fpu/s_copysignf.S
sysdeps/sparc/sparc64/fpu/s_finite.S
sysdeps/sparc/sparc64/fpu/s_finitef.S
sysdeps/sparc/sparc64/fpu/s_isinf.S
sysdeps/sparc/sparc64/fpu/s_isinff.S
sysdeps/sparc/sparc64/fpu/s_isnan.S
sysdeps/sparc/sparc64/fpu/s_isnanf.S
sysdeps/sparc/sparc64/fpu/s_lrint.S
sysdeps/sparc/sparc64/fpu/s_lrintf.S
sysdeps/sparc/sparc64/fpu/s_nearbyint.S
sysdeps/sparc/sparc64/fpu/s_nearbyintf.S
sysdeps/sparc/sparc64/fpu/s_rint.S
sysdeps/sparc/sparc64/fpu/s_rintf.S
sysdeps/sparc/sparc64/fpu/s_signbit.S
sysdeps/sparc/sparc64/fpu/s_signbitf.S
sysdeps/sparc/sparc64/hp-timing.h
sysdeps/sparc/sparc64/jmpbuf-unwind.h
sysdeps/sparc/sparc64/lshift.S
sysdeps/sparc/sparc64/memchr.S
sysdeps/sparc/sparc64/memcmp.S
sysdeps/sparc/sparc64/memcpy.S
sysdeps/sparc/sparc64/memmove.S
sysdeps/sparc/sparc64/memset.S
sysdeps/sparc/sparc64/mul_1.S
sysdeps/sparc/sparc64/multiarch/add_n-vis3.S
sysdeps/sparc/sparc64/multiarch/add_n.c
sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S
sysdeps/sparc/sparc64/multiarch/addmul_1.c
sysdeps/sparc/sparc64/multiarch/bzero.c
sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c
sysdeps/sparc/sparc64/multiarch/ifunc-memcpy.h
sysdeps/sparc/sparc64/multiarch/ifunc-memmove.h
sysdeps/sparc/sparc64/multiarch/ifunc-memset.h
sysdeps/sparc/sparc64/multiarch/md5-crop.S
sysdeps/sparc/sparc64/multiarch/memcpy-memmove-niagara7.S
sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S
sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S
sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S
sysdeps/sparc/sparc64/multiarch/memcpy-ultra1.S
sysdeps/sparc/sparc64/multiarch/memcpy.c
sysdeps/sparc/sparc64/multiarch/memmove.c
sysdeps/sparc/sparc64/multiarch/mempcpy.c
sysdeps/sparc/sparc64/multiarch/memset-niagara1.S
sysdeps/sparc/sparc64/multiarch/memset-niagara4.S
sysdeps/sparc/sparc64/multiarch/memset-niagara7.S
sysdeps/sparc/sparc64/multiarch/memset-ultra1.S
sysdeps/sparc/sparc64/multiarch/memset.c
sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S
sysdeps/sparc/sparc64/multiarch/mul_1.c
sysdeps/sparc/sparc64/multiarch/sha256-crop.S
sysdeps/sparc/sparc64/multiarch/sha512-crop.S
sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S
sysdeps/sparc/sparc64/multiarch/sub_n.c
sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S
sysdeps/sparc/sparc64/multiarch/submul_1.c
sysdeps/sparc/sparc64/pthread_spin_lock.S
sysdeps/sparc/sparc64/pthread_spin_trylock.S
sysdeps/sparc/sparc64/pthread_spin_unlock.S
sysdeps/sparc/sparc64/pthreaddef.h
sysdeps/sparc/sparc64/qp_add.c
sysdeps/sparc/sparc64/qp_cmp.c
sysdeps/sparc/sparc64/qp_cmpe.c
sysdeps/sparc/sparc64/qp_div.c
sysdeps/sparc/sparc64/qp_dtoq.c
sysdeps/sparc/sparc64/qp_feq.c
sysdeps/sparc/sparc64/qp_fge.c
sysdeps/sparc/sparc64/qp_fgt.c
sysdeps/sparc/sparc64/qp_fle.c
sysdeps/sparc/sparc64/qp_flt.c
sysdeps/sparc/sparc64/qp_fne.c
sysdeps/sparc/sparc64/qp_itoq.c
sysdeps/sparc/sparc64/qp_mul.c
sysdeps/sparc/sparc64/qp_neg.S
sysdeps/sparc/sparc64/qp_qtod.c
sysdeps/sparc/sparc64/qp_qtoi.c
sysdeps/sparc/sparc64/qp_qtos.c
sysdeps/sparc/sparc64/qp_qtoui.c
sysdeps/sparc/sparc64/qp_qtoux.c
sysdeps/sparc/sparc64/qp_qtox.c
sysdeps/sparc/sparc64/qp_sqrt.c
sysdeps/sparc/sparc64/qp_stoq.c
sysdeps/sparc/sparc64/qp_sub.c
sysdeps/sparc/sparc64/qp_uitoq.c
sysdeps/sparc/sparc64/qp_util.c
sysdeps/sparc/sparc64/qp_uxtoq.c
sysdeps/sparc/sparc64/qp_xtoq.c
sysdeps/sparc/sparc64/rawmemchr.S
sysdeps/sparc/sparc64/rshift.S
sysdeps/sparc/sparc64/sfp-machine.h
sysdeps/sparc/sparc64/start.S
sysdeps/sparc/sparc64/stpcpy.S
sysdeps/sparc/sparc64/stpncpy.S
sysdeps/sparc/sparc64/strcat.S
sysdeps/sparc/sparc64/strchr.S
sysdeps/sparc/sparc64/strcmp.S
sysdeps/sparc/sparc64/strcpy.S
sysdeps/sparc/sparc64/strcspn.S
sysdeps/sparc/sparc64/strlen.S
sysdeps/sparc/sparc64/strncmp.S
sysdeps/sparc/sparc64/strncpy.S
sysdeps/sparc/sparc64/strpbrk.S
sysdeps/sparc/sparc64/strspn.S
sysdeps/sparc/sparc64/sub_n.S
sysdeps/sparc/sparc64/submul_1.S
sysdeps/sparc/sparc64/tst-audit.h
sysdeps/sparc/stackinfo.h
sysdeps/sparc/sysdep.h
sysdeps/unix/Makefile
sysdeps/unix/alpha/getegid.S
sysdeps/unix/alpha/geteuid.S
sysdeps/unix/alpha/getppid.S
sysdeps/unix/alpha/pipe.S
sysdeps/unix/alpha/sysdep.S
sysdeps/unix/alpha/sysdep.h
sysdeps/unix/arm/sysdep.S
sysdeps/unix/arm/sysdep.h
sysdeps/unix/bsd/bits/signum.h
sysdeps/unix/bsd/bits/sockaddr.h
sysdeps/unix/bsd/ftime.c
sysdeps/unix/bsd/getpt.c
sysdeps/unix/bsd/gtty.c
sysdeps/unix/bsd/stty.c
sysdeps/unix/bsd/tcdrain.c
sysdeps/unix/bsd/tcflow.c
sysdeps/unix/bsd/tcflush.c
sysdeps/unix/bsd/tcgetattr.c
sysdeps/unix/bsd/tcgetpgrp.c
sysdeps/unix/bsd/tcsendbrk.c
sysdeps/unix/bsd/tcsetattr.c
sysdeps/unix/bsd/tcsetpgrp.c
sysdeps/unix/bsd/ualarm.c
sysdeps/unix/bsd/unlockpt.c
sysdeps/unix/bsd/wait.c
sysdeps/unix/bsd/wait3.c
sysdeps/unix/bsd/waitpid.c
sysdeps/unix/clock_gettime.c
sysdeps/unix/clock_nanosleep.c
sysdeps/unix/clock_settime.c
sysdeps/unix/get_child_max.c
sysdeps/unix/getlogin.c
sysdeps/unix/getlogin_r.c
sysdeps/unix/getpagesize.c
sysdeps/unix/grantpt.c
sysdeps/unix/i386/sysdep.S
sysdeps/unix/i386/sysdep.h
sysdeps/unix/ifreq.c
sysdeps/unix/mips/mips32/sysdep.h
sysdeps/unix/mips/mips64/n32/sysdep.h
sysdeps/unix/mips/mips64/n64/sysdep.h
sysdeps/unix/mips/pipe.S
sysdeps/unix/mips/sysdep.S
sysdeps/unix/mips/sysdep.h
sysdeps/unix/powerpc/sysdep.h
sysdeps/unix/pt-fcntl.c
sysdeps/unix/sh/sysdep.S
sysdeps/unix/sh/sysdep.h
sysdeps/unix/sockatmark.c
sysdeps/unix/stime.c
sysdeps/unix/syscall-template.S
sysdeps/unix/syscall.S
sysdeps/unix/sysdep.h
sysdeps/unix/sysv/linux/_exit.c
sysdeps/unix/sysv/linux/aarch64/__read_tp.S
sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
sysdeps/unix/sysv/linux/aarch64/bits/ipc.h
sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h
sysdeps/unix/sysv/linux/aarch64/bits/procfs.h
sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h
sysdeps/unix/sysv/linux/aarch64/clone.S
sysdeps/unix/sysv/linux/aarch64/cpu-features.c
sysdeps/unix/sysv/linux/aarch64/cpu-features.h
sysdeps/unix/sysv/linux/aarch64/dl-cache.h
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h
sysdeps/unix/sysv/linux/aarch64/dl-static.c
sysdeps/unix/sysv/linux/aarch64/getcontext.S
sysdeps/unix/sysv/linux/aarch64/gettimeofday.c
sysdeps/unix/sysv/linux/aarch64/init-first.c
sysdeps/unix/sysv/linux/aarch64/ioctl.S
sysdeps/unix/sysv/linux/aarch64/ipc_priv.h
sysdeps/unix/sysv/linux/aarch64/kernel-features.h
sysdeps/unix/sysv/linux/aarch64/kernel_rt_sigframe.h
sysdeps/unix/sysv/linux/aarch64/ldconfig.h
sysdeps/unix/sysv/linux/aarch64/ldsodefs.h
sysdeps/unix/sysv/linux/aarch64/libc-__read_tp.S
sysdeps/unix/sysv/linux/aarch64/libc-start.c
sysdeps/unix/sysv/linux/aarch64/libc-vdso.h
sysdeps/unix/sysv/linux/aarch64/makecontext.c
sysdeps/unix/sysv/linux/aarch64/readelflib.c
sysdeps/unix/sysv/linux/aarch64/setcontext.S
sysdeps/unix/sysv/linux/aarch64/sigaction.c
sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h
sysdeps/unix/sysv/linux/aarch64/swapcontext.S
sysdeps/unix/sysv/linux/aarch64/sys/elf.h
sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
sysdeps/unix/sysv/linux/aarch64/sys/ucontext.h
sysdeps/unix/sysv/linux/aarch64/sys/user.h
sysdeps/unix/sysv/linux/aarch64/syscall.S
sysdeps/unix/sysv/linux/aarch64/sysconf.c
sysdeps/unix/sysv/linux/aarch64/sysdep.c
sysdeps/unix/sysv/linux/aarch64/sysdep.h
sysdeps/unix/sysv/linux/aarch64/ucontext-internal.h
sysdeps/unix/sysv/linux/aarch64/vfork.S
sysdeps/unix/sysv/linux/accept.c
sysdeps/unix/sysv/linux/accept4.c
sysdeps/unix/sysv/linux/access.c
sysdeps/unix/sysv/linux/adjtime.c
sysdeps/unix/sysv/linux/aio_misc.h
sysdeps/unix/sysv/linux/aio_sigqueue.c
sysdeps/unix/sysv/linux/alpha/____longjmp_chk.S
sysdeps/unix/sysv/linux/alpha/adjtime.c
sysdeps/unix/sysv/linux/alpha/bits/dirent.h
sysdeps/unix/sysv/linux/alpha/bits/epoll.h
sysdeps/unix/sysv/linux/alpha/bits/errno.h
sysdeps/unix/sysv/linux/alpha/bits/eventfd.h
sysdeps/unix/sysv/linux/alpha/bits/fcntl.h
sysdeps/unix/sysv/linux/alpha/bits/inotify.h
sysdeps/unix/sysv/linux/alpha/bits/ioctls.h
sysdeps/unix/sysv/linux/alpha/bits/ipc.h
sysdeps/unix/sysv/linux/alpha/bits/local_lim.h
sysdeps/unix/sysv/linux/alpha/bits/mman.h
sysdeps/unix/sysv/linux/alpha/bits/netdb.h
sysdeps/unix/sysv/linux/alpha/bits/procfs-prregset.h
sysdeps/unix/sysv/linux/alpha/bits/procfs.h
sysdeps/unix/sysv/linux/alpha/bits/resource.h
sysdeps/unix/sysv/linux/alpha/bits/semaphore.h
sysdeps/unix/sysv/linux/alpha/bits/sigaction.h
sysdeps/unix/sysv/linux/alpha/bits/signalfd.h
sysdeps/unix/sysv/linux/alpha/bits/signum.h
sysdeps/unix/sysv/linux/alpha/bits/sigstack.h
sysdeps/unix/sysv/linux/alpha/bits/socket-constants.h
sysdeps/unix/sysv/linux/alpha/bits/socket_type.h
sysdeps/unix/sysv/linux/alpha/bits/stat.h
sysdeps/unix/sysv/linux/alpha/bits/statfs.h
sysdeps/unix/sysv/linux/alpha/bits/termios-baud.h
sysdeps/unix/sysv/linux/alpha/bits/termios-c_cc.h
sysdeps/unix/sysv/linux/alpha/bits/termios-c_cflag.h
sysdeps/unix/sysv/linux/alpha/bits/termios-c_iflag.h
sysdeps/unix/sysv/linux/alpha/bits/termios-c_lflag.h
sysdeps/unix/sysv/linux/alpha/bits/termios-c_oflag.h
sysdeps/unix/sysv/linux/alpha/bits/termios-struct.h
sysdeps/unix/sysv/linux/alpha/bits/timerfd.h
sysdeps/unix/sysv/linux/alpha/bits/typesizes.h
sysdeps/unix/sysv/linux/alpha/bits/wordsize.h
sysdeps/unix/sysv/linux/alpha/brk.S
sysdeps/unix/sysv/linux/alpha/clone.S
sysdeps/unix/sysv/linux/alpha/dl-auxv.h
sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S
sysdeps/unix/sysv/linux/alpha/fxstat.c
sysdeps/unix/sysv/linux/alpha/fxstatat.c
sysdeps/unix/sysv/linux/alpha/getcontext.S
sysdeps/unix/sysv/linux/alpha/gethostname.c
sysdeps/unix/sysv/linux/alpha/getrlimit64.c
sysdeps/unix/sysv/linux/alpha/getsysstats.c
sysdeps/unix/sysv/linux/alpha/globfree.c
sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S
sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S
sysdeps/unix/sysv/linux/alpha/ioperm.c
sysdeps/unix/sysv/linux/alpha/ipc_priv.h
sysdeps/unix/sysv/linux/alpha/kernel-features.h
sysdeps/unix/sysv/linux/alpha/kernel_termios.h
sysdeps/unix/sysv/linux/alpha/lxstat.c
sysdeps/unix/sysv/linux/alpha/makecontext.S
sysdeps/unix/sysv/linux/alpha/oldglob.c
sysdeps/unix/sysv/linux/alpha/register-dump.h
sysdeps/unix/sysv/linux/alpha/rt_sigaction.S
sysdeps/unix/sysv/linux/alpha/select.c
sysdeps/unix/sysv/linux/alpha/setcontext.S
sysdeps/unix/sysv/linux/alpha/setfpucw.c
sysdeps/unix/sysv/linux/alpha/setrlimit64.c
sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h
sysdeps/unix/sysv/linux/alpha/sigprocmask.c
sysdeps/unix/sysv/linux/alpha/sizes.h
sysdeps/unix/sysv/linux/alpha/swapcontext.S
sysdeps/unix/sysv/linux/alpha/sys/acct.h
sysdeps/unix/sysv/linux/alpha/sys/io.h
sysdeps/unix/sysv/linux/alpha/sys/ucontext.h
sysdeps/unix/sysv/linux/alpha/sys/user.h
sysdeps/unix/sysv/linux/alpha/syscall.S
sysdeps/unix/sysv/linux/alpha/sysconf.c
sysdeps/unix/sysv/linux/alpha/sysdep.h
sysdeps/unix/sysv/linux/alpha/vfork.S
sysdeps/unix/sysv/linux/alpha/xstat.c
sysdeps/unix/sysv/linux/alpha/xstatconv.c
sysdeps/unix/sysv/linux/alpha/xstatconv.h
sysdeps/unix/sysv/linux/alphasort64.c
sysdeps/unix/sysv/linux/arch-fork.h
sysdeps/unix/sysv/linux/arm/____longjmp_chk.S
sysdeps/unix/sysv/linux/arm/aeabi_read_tp.S
sysdeps/unix/sysv/linux/arm/arm-features.h
sysdeps/unix/sysv/linux/arm/atomic-machine.h
sysdeps/unix/sysv/linux/arm/bits/fcntl.h
sysdeps/unix/sysv/linux/arm/bits/hwcap.h
sysdeps/unix/sysv/linux/arm/bits/procfs-id.h
sysdeps/unix/sysv/linux/arm/bits/procfs.h
sysdeps/unix/sysv/linux/arm/bits/shmlba.h
sysdeps/unix/sysv/linux/arm/brk.c
sysdeps/unix/sysv/linux/arm/clone.S
sysdeps/unix/sysv/linux/arm/dl-cache.h
sysdeps/unix/sysv/linux/arm/dl-machine.h
sysdeps/unix/sysv/linux/arm/dl-procinfo.c
sysdeps/unix/sysv/linux/arm/dl-procinfo.h
sysdeps/unix/sysv/linux/arm/getcontext.S
sysdeps/unix/sysv/linux/arm/init-first.c
sysdeps/unix/sysv/linux/arm/ioperm.c
sysdeps/unix/sysv/linux/arm/kernel-features.h
sysdeps/unix/sysv/linux/arm/ldconfig.h
sysdeps/unix/sysv/linux/arm/ldsodefs.h
sysdeps/unix/sysv/linux/arm/libc-do-syscall.S
sysdeps/unix/sysv/linux/arm/libc-vdso.h
sysdeps/unix/sysv/linux/arm/makecontext.c
sysdeps/unix/sysv/linux/arm/profil-counter.h
sysdeps/unix/sysv/linux/arm/readelflib.c
sysdeps/unix/sysv/linux/arm/register-dump.h
sysdeps/unix/sysv/linux/arm/setcontext.S
sysdeps/unix/sysv/linux/arm/sigaction.c
sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
sysdeps/unix/sysv/linux/arm/sigrestorer.S
sysdeps/unix/sysv/linux/arm/swapcontext.S
sysdeps/unix/sysv/linux/arm/sys/elf.h
sysdeps/unix/sysv/linux/arm/sys/ucontext.h
sysdeps/unix/sysv/linux/arm/sys/user.h
sysdeps/unix/sysv/linux/arm/syscall.S
sysdeps/unix/sysv/linux/arm/sysdep.S
sysdeps/unix/sysv/linux/arm/sysdep.h
sysdeps/unix/sysv/linux/arm/tls.h
sysdeps/unix/sysv/linux/arm/vfork.S
sysdeps/unix/sysv/linux/bind.c
sysdeps/unix/sysv/linux/bits/dirent.h
sysdeps/unix/sysv/linux/bits/dirent_ext.h
sysdeps/unix/sysv/linux/bits/epoll.h
sysdeps/unix/sysv/linux/bits/errno.h
sysdeps/unix/sysv/linux/bits/eventfd.h
sysdeps/unix/sysv/linux/bits/fcntl-linux.h
sysdeps/unix/sysv/linux/bits/in.h
sysdeps/unix/sysv/linux/bits/inotify.h
sysdeps/unix/sysv/linux/bits/ioctl-types.h
sysdeps/unix/sysv/linux/bits/ioctls.h
sysdeps/unix/sysv/linux/bits/ipc.h
sysdeps/unix/sysv/linux/bits/local_lim.h
sysdeps/unix/sysv/linux/bits/mman-linux.h
sysdeps/unix/sysv/linux/bits/mman-map-flags-generic.h
sysdeps/unix/sysv/linux/bits/mman-shared.h
sysdeps/unix/sysv/linux/bits/mman.h
sysdeps/unix/sysv/linux/bits/mqueue.h
sysdeps/unix/sysv/linux/bits/msq-pad.h
sysdeps/unix/sysv/linux/bits/msq.h
sysdeps/unix/sysv/linux/bits/param.h
sysdeps/unix/sysv/linux/bits/poll.h
sysdeps/unix/sysv/linux/bits/posix_opt.h
sysdeps/unix/sysv/linux/bits/procfs-extra.h
sysdeps/unix/sysv/linux/bits/procfs-id.h
sysdeps/unix/sysv/linux/bits/procfs-prregset.h
sysdeps/unix/sysv/linux/bits/ptrace-shared.h
sysdeps/unix/sysv/linux/bits/resource.h
sysdeps/unix/sysv/linux/bits/sched.h
sysdeps/unix/sysv/linux/bits/sem-pad.h
sysdeps/unix/sysv/linux/bits/sem.h
sysdeps/unix/sysv/linux/bits/shm-pad.h
sysdeps/unix/sysv/linux/bits/shm.h
sysdeps/unix/sysv/linux/bits/shmlba.h
sysdeps/unix/sysv/linux/bits/sigaction.h
sysdeps/unix/sysv/linux/bits/sigcontext.h
sysdeps/unix/sysv/linux/bits/sigevent-consts.h
sysdeps/unix/sysv/linux/bits/siginfo-consts.h
sysdeps/unix/sysv/linux/bits/signal_ext.h
sysdeps/unix/sysv/linux/bits/signalfd.h
sysdeps/unix/sysv/linux/bits/signum.h
sysdeps/unix/sysv/linux/bits/sigstack.h
sysdeps/unix/sysv/linux/bits/socket-constants.h
sysdeps/unix/sysv/linux/bits/socket.h
sysdeps/unix/sysv/linux/bits/socket_type.h
sysdeps/unix/sysv/linux/bits/ss_flags.h
sysdeps/unix/sysv/linux/bits/stat.h
sysdeps/unix/sysv/linux/bits/statfs.h
sysdeps/unix/sysv/linux/bits/statvfs.h
sysdeps/unix/sysv/linux/bits/statx.h
sysdeps/unix/sysv/linux/bits/sys_errlist.h
sysdeps/unix/sysv/linux/bits/termios-baud.h
sysdeps/unix/sysv/linux/bits/termios-c_cc.h
sysdeps/unix/sysv/linux/bits/termios-c_cflag.h
sysdeps/unix/sysv/linux/bits/termios-c_iflag.h
sysdeps/unix/sysv/linux/bits/termios-c_lflag.h
sysdeps/unix/sysv/linux/bits/termios-c_oflag.h
sysdeps/unix/sysv/linux/bits/termios-misc.h
sysdeps/unix/sysv/linux/bits/termios-struct.h
sysdeps/unix/sysv/linux/bits/termios-tcflow.h
sysdeps/unix/sysv/linux/bits/termios.h
sysdeps/unix/sysv/linux/bits/time.h
sysdeps/unix/sysv/linux/bits/timerfd.h
sysdeps/unix/sysv/linux/bits/timex.h
sysdeps/unix/sysv/linux/bits/types/stack_t.h
sysdeps/unix/sysv/linux/bits/uio-ext.h
sysdeps/unix/sysv/linux/bits/uio_lim.h
sysdeps/unix/sysv/linux/bits/unistd_ext.h
sysdeps/unix/sysv/linux/bits/utsname.h
sysdeps/unix/sysv/linux/bits/waitflags.h
sysdeps/unix/sysv/linux/check_native.c
sysdeps/unix/sysv/linux/check_pf.c
sysdeps/unix/sysv/linux/clock.c
sysdeps/unix/sysv/linux/clock_getcpuclockid.c
sysdeps/unix/sysv/linux/clock_getres.c
sysdeps/unix/sysv/linux/clock_gettime.c
sysdeps/unix/sysv/linux/clock_nanosleep.c
sysdeps/unix/sysv/linux/clock_settime.c
sysdeps/unix/sysv/linux/close.c
sysdeps/unix/sysv/linux/close_nocancel.c
sysdeps/unix/sysv/linux/cmsg_nxthdr.c
sysdeps/unix/sysv/linux/connect.c
sysdeps/unix/sysv/linux/copy_file_range.c
sysdeps/unix/sysv/linux/creat.c
sysdeps/unix/sysv/linux/creat64.c
sysdeps/unix/sysv/linux/createthread.c
sysdeps/unix/sysv/linux/csky/abiv2/____longjmp_chk.S
sysdeps/unix/sysv/linux/csky/abiv2/clone.S
sysdeps/unix/sysv/linux/csky/abiv2/getcontext.S
sysdeps/unix/sysv/linux/csky/abiv2/setcontext.S
sysdeps/unix/sysv/linux/csky/abiv2/swapcontext.S
sysdeps/unix/sysv/linux/csky/abiv2/syscall.S
sysdeps/unix/sysv/linux/csky/abiv2/sysdep.S
sysdeps/unix/sysv/linux/csky/bits/procfs.h
sysdeps/unix/sysv/linux/csky/bits/shmlba.h
sysdeps/unix/sysv/linux/csky/ipc_priv.h
sysdeps/unix/sysv/linux/csky/kernel-features.h
sysdeps/unix/sysv/linux/csky/ldconfig.h
sysdeps/unix/sysv/linux/csky/makecontext.c
sysdeps/unix/sysv/linux/csky/register-dump.h
sysdeps/unix/sysv/linux/csky/sigcontextinfo.h
sysdeps/unix/sysv/linux/csky/sys/cachectl.h
sysdeps/unix/sysv/linux/csky/sys/ucontext.h
sysdeps/unix/sysv/linux/csky/sys/user.h
sysdeps/unix/sysv/linux/csky/sysdep.h
sysdeps/unix/sysv/linux/default-sched.h
sysdeps/unix/sysv/linux/device-nrs.h
sysdeps/unix/sysv/linux/dl-execstack.c
sysdeps/unix/sysv/linux/dl-librecon.h
sysdeps/unix/sysv/linux/dl-openat64.c
sysdeps/unix/sysv/linux/dl-origin.c
sysdeps/unix/sysv/linux/dl-osinfo.h
sysdeps/unix/sysv/linux/dl-sysdep.c
sysdeps/unix/sysv/linux/dl-sysdep.h
sysdeps/unix/sysv/linux/dl-vdso.c
sysdeps/unix/sysv/linux/dl-vdso.h
sysdeps/unix/sysv/linux/dl-writev.h
sysdeps/unix/sysv/linux/epoll_pwait.c
sysdeps/unix/sysv/linux/epoll_wait.c
sysdeps/unix/sysv/linux/errqueue.h
sysdeps/unix/sysv/linux/eventfd_read.c
sysdeps/unix/sysv/linux/eventfd_write.c
sysdeps/unix/sysv/linux/exit-thread.h
sysdeps/unix/sysv/linux/faccessat.c
sysdeps/unix/sysv/linux/fallocate.c
sysdeps/unix/sysv/linux/fallocate64.c
sysdeps/unix/sysv/linux/fatal-prepare.h
sysdeps/unix/sysv/linux/fchmodat.c
sysdeps/unix/sysv/linux/fcntl.c
sysdeps/unix/sysv/linux/fcntl64.c
sysdeps/unix/sysv/linux/fcntl_nocancel.c
sysdeps/unix/sysv/linux/fd_to_filename.h
sysdeps/unix/sysv/linux/fdatasync.c
sysdeps/unix/sysv/linux/fexecve.c
sysdeps/unix/sysv/linux/filter-nr-syscalls.awk
sysdeps/unix/sysv/linux/fips-private.h
sysdeps/unix/sysv/linux/fpathconf.c
sysdeps/unix/sysv/linux/fstatfs64.c
sysdeps/unix/sysv/linux/fstatvfs.c
sysdeps/unix/sysv/linux/fstatvfs64.c
sysdeps/unix/sysv/linux/fsync.c
sysdeps/unix/sysv/linux/ftruncate.c
sysdeps/unix/sysv/linux/ftruncate64.c
sysdeps/unix/sysv/linux/futex-internal.h
sysdeps/unix/sysv/linux/futimens.c
sysdeps/unix/sysv/linux/futimes.c
sysdeps/unix/sysv/linux/futimesat.c
sysdeps/unix/sysv/linux/fxstat.c
sysdeps/unix/sysv/linux/fxstat64.c
sysdeps/unix/sysv/linux/fxstatat.c
sysdeps/unix/sysv/linux/fxstatat64.c
sysdeps/unix/sysv/linux/gai_sigqueue.c
sysdeps/unix/sysv/linux/gen-syscall-h.awk
sysdeps/unix/sysv/linux/generic/____longjmp_chk.c
sysdeps/unix/sysv/linux/generic/bits/fcntl.h
sysdeps/unix/sysv/linux/generic/bits/stat.h
sysdeps/unix/sysv/linux/generic/bits/statfs.h
sysdeps/unix/sysv/linux/generic/bits/typesizes.h
sysdeps/unix/sysv/linux/generic/brk.c
sysdeps/unix/sysv/linux/generic/chmod.c
sysdeps/unix/sysv/linux/generic/chown.c
sysdeps/unix/sysv/linux/generic/dl-origin.c
sysdeps/unix/sysv/linux/generic/dup2.c
sysdeps/unix/sysv/linux/generic/epoll_create.c
sysdeps/unix/sysv/linux/generic/futimesat.c
sysdeps/unix/sysv/linux/generic/inotify_init.c
sysdeps/unix/sysv/linux/generic/kernel_stat.h
sysdeps/unix/sysv/linux/generic/lchown.c
sysdeps/unix/sysv/linux/generic/link.c
sysdeps/unix/sysv/linux/generic/lxstat.c
sysdeps/unix/sysv/linux/generic/mkdir.c
sysdeps/unix/sysv/linux/generic/pipe.c
sysdeps/unix/sysv/linux/generic/readlink.c
sysdeps/unix/sysv/linux/generic/rmdir.c
sysdeps/unix/sysv/linux/generic/symlink.c
sysdeps/unix/sysv/linux/generic/sysctl.c
sysdeps/unix/sysv/linux/generic/sysdep.h
sysdeps/unix/sysv/linux/generic/unlink.c
sysdeps/unix/sysv/linux/generic/utimes.c
sysdeps/unix/sysv/linux/generic/wordsize-32/fstatfs.c
sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat.c
sysdeps/unix/sysv/linux/generic/wordsize-32/fxstat64.c
sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c
sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat64.c
sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat.c
sysdeps/unix/sysv/linux/generic/wordsize-32/lxstat64.c
sysdeps/unix/sysv/linux/generic/wordsize-32/overflow.h
sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c
sysdeps/unix/sysv/linux/generic/wordsize-32/statfs.c
sysdeps/unix/sysv/linux/generic/wordsize-32/xstat.c
sysdeps/unix/sysv/linux/generic/wordsize-32/xstat64.c
sysdeps/unix/sysv/linux/generic/xmknod.c
sysdeps/unix/sysv/linux/generic/xstat.c
sysdeps/unix/sysv/linux/gentempfd.c
sysdeps/unix/sysv/linux/getclktck.c
sysdeps/unix/sysv/linux/getcpu.c
sysdeps/unix/sysv/linux/getcwd.c
sysdeps/unix/sysv/linux/getdents.c
sysdeps/unix/sysv/linux/getdents64.c
sysdeps/unix/sysv/linux/getdirentries.c
sysdeps/unix/sysv/linux/getdirentries64.c
sysdeps/unix/sysv/linux/getdtsz.c
sysdeps/unix/sysv/linux/getentropy.c
sysdeps/unix/sysv/linux/gethostid.c
sysdeps/unix/sysv/linux/getipv4sourcefilter.c
sysdeps/unix/sysv/linux/getloadavg.c
sysdeps/unix/sysv/linux/getlogin.c
sysdeps/unix/sysv/linux/getlogin_r.c
sysdeps/unix/sysv/linux/getpagesize.c
sysdeps/unix/sysv/linux/getpeername.c
sysdeps/unix/sysv/linux/getpriority.c
sysdeps/unix/sysv/linux/getpt.c
sysdeps/unix/sysv/linux/getrandom.c
sysdeps/unix/sysv/linux/getrlimit.c
sysdeps/unix/sysv/linux/getrlimit64.c
sysdeps/unix/sysv/linux/getsockname.c
sysdeps/unix/sysv/linux/getsockopt.c
sysdeps/unix/sysv/linux/getsourcefilter.c
sysdeps/unix/sysv/linux/getsourcefilter.h
sysdeps/unix/sysv/linux/getsysstats.c
sysdeps/unix/sysv/linux/gettimeofday.c
sysdeps/unix/sysv/linux/glob-lstat-compat.c
sysdeps/unix/sysv/linux/glob.c
sysdeps/unix/sysv/linux/glob64-lstat-compat.c
sysdeps/unix/sysv/linux/glob64.c
sysdeps/unix/sysv/linux/globfree.c
sysdeps/unix/sysv/linux/globfree64.c
sysdeps/unix/sysv/linux/hppa/atomic-machine.h
sysdeps/unix/sysv/linux/hppa/bits/epoll.h
sysdeps/unix/sysv/linux/hppa/bits/errno.h
sysdeps/unix/sysv/linux/hppa/bits/eventfd.h
sysdeps/unix/sysv/linux/hppa/bits/fcntl.h
sysdeps/unix/sysv/linux/hppa/bits/inotify.h
sysdeps/unix/sysv/linux/hppa/bits/ioctls.h
sysdeps/unix/sysv/linux/hppa/bits/ipc.h
sysdeps/unix/sysv/linux/hppa/bits/mman.h
sysdeps/unix/sysv/linux/hppa/bits/msq-pad.h
sysdeps/unix/sysv/linux/hppa/bits/procfs.h
sysdeps/unix/sysv/linux/hppa/bits/sem-pad.h
sysdeps/unix/sysv/linux/hppa/bits/shm-pad.h
sysdeps/unix/sysv/linux/hppa/bits/shmlba.h
sysdeps/unix/sysv/linux/hppa/bits/sigaction.h
sysdeps/unix/sysv/linux/hppa/bits/signalfd.h
sysdeps/unix/sysv/linux/hppa/bits/signum.h
sysdeps/unix/sysv/linux/hppa/bits/socket-constants.h
sysdeps/unix/sysv/linux/hppa/bits/socket_type.h
sysdeps/unix/sysv/linux/hppa/bits/timerfd.h
sysdeps/unix/sysv/linux/hppa/brk.c
sysdeps/unix/sysv/linux/hppa/clone.S
sysdeps/unix/sysv/linux/hppa/getcontext.S
sysdeps/unix/sysv/linux/hppa/ipc_priv.h
sysdeps/unix/sysv/linux/hppa/kernel-features.h
sysdeps/unix/sysv/linux/hppa/makecontext.c
sysdeps/unix/sysv/linux/hppa/pthread.h
sysdeps/unix/sysv/linux/hppa/setcontext.S
sysdeps/unix/sysv/linux/hppa/sigcontextinfo.h
sysdeps/unix/sysv/linux/hppa/swapcontext.c
sysdeps/unix/sysv/linux/hppa/sys/ucontext.h
sysdeps/unix/sysv/linux/hppa/syscall.c
sysdeps/unix/sysv/linux/hppa/sysdep.c
sysdeps/unix/sysv/linux/hppa/sysdep.h
sysdeps/unix/sysv/linux/hppa/utimes.c
sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
sysdeps/unix/sysv/linux/i386/_exit.S
sysdeps/unix/sysv/linux/i386/brk.c
sysdeps/unix/sysv/linux/i386/clone.S
sysdeps/unix/sysv/linux/i386/dl-librecon.h
sysdeps/unix/sysv/linux/i386/dl-procinfo.h
sysdeps/unix/sysv/linux/i386/dl-sysdep.h
sysdeps/unix/sysv/linux/i386/fxstat.c
sysdeps/unix/sysv/linux/i386/fxstatat.c
sysdeps/unix/sysv/linux/i386/getcontext.S
sysdeps/unix/sysv/linux/i386/gettimeofday.c
sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h
sysdeps/unix/sysv/linux/i386/init-first.c
sysdeps/unix/sysv/linux/i386/kernel-features.h
sysdeps/unix/sysv/linux/i386/ldconfig.h
sysdeps/unix/sysv/linux/i386/libc-do-syscall.S
sysdeps/unix/sysv/linux/i386/lxstat.c
sysdeps/unix/sysv/linux/i386/makecontext.S
sysdeps/unix/sysv/linux/i386/readelflib.c
sysdeps/unix/sysv/linux/i386/register-dump.h
sysdeps/unix/sysv/linux/i386/setcontext.S
sysdeps/unix/sysv/linux/i386/sigaction.c
sysdeps/unix/sysv/linux/i386/sigcontextinfo.h
sysdeps/unix/sysv/linux/i386/smp.h
sysdeps/unix/sysv/linux/i386/startup.h
sysdeps/unix/sysv/linux/i386/swapcontext.S
sysdeps/unix/sysv/linux/i386/syscall.S
sysdeps/unix/sysv/linux/i386/sysdep.c
sysdeps/unix/sysv/linux/i386/sysdep.h
sysdeps/unix/sysv/linux/i386/time.c
sysdeps/unix/sysv/linux/i386/tst-bz21269.c
sysdeps/unix/sysv/linux/i386/vfork.S
sysdeps/unix/sysv/linux/i386/xstat.c
sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S
sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S
sysdeps/unix/sysv/linux/ia64/__longjmp.S
sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c
sysdeps/unix/sysv/linux/ia64/__start_context.S
sysdeps/unix/sysv/linux/ia64/bits/fcntl.h
sysdeps/unix/sysv/linux/ia64/bits/ipc.h
sysdeps/unix/sysv/linux/ia64/bits/local_lim.h
sysdeps/unix/sysv/linux/ia64/bits/mman.h
sysdeps/unix/sysv/linux/ia64/bits/procfs.h
sysdeps/unix/sysv/linux/ia64/bits/setjmp.h
sysdeps/unix/sysv/linux/ia64/bits/shmlba.h
sysdeps/unix/sysv/linux/ia64/bits/sigaction.h
sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h
sysdeps/unix/sysv/linux/ia64/bits/sigstack.h
sysdeps/unix/sysv/linux/ia64/bits/stat.h
sysdeps/unix/sysv/linux/ia64/brk.S
sysdeps/unix/sysv/linux/ia64/clone2.S
sysdeps/unix/sysv/linux/ia64/dl-cache.h
sysdeps/unix/sysv/linux/ia64/dl-static.c
sysdeps/unix/sysv/linux/ia64/dl-sysdep.h
sysdeps/unix/sysv/linux/ia64/getcontext.S
sysdeps/unix/sysv/linux/ia64/ioperm.c
sysdeps/unix/sysv/linux/ia64/ipc_priv.h
sysdeps/unix/sysv/linux/ia64/kernel-features.h
sysdeps/unix/sysv/linux/ia64/kernel_stat.h
sysdeps/unix/sysv/linux/ia64/ldconfig.h
sysdeps/unix/sysv/linux/ia64/ldsodefs.h
sysdeps/unix/sysv/linux/ia64/makecontext.c
sysdeps/unix/sysv/linux/ia64/mmap_internal.h
sysdeps/unix/sysv/linux/ia64/pipe.S
sysdeps/unix/sysv/linux/ia64/readelflib.c
sysdeps/unix/sysv/linux/ia64/register-dump.h
sysdeps/unix/sysv/linux/ia64/setcontext.S
sysdeps/unix/sysv/linux/ia64/setjmp.S
sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h
sysdeps/unix/sysv/linux/ia64/sigprocmask.c
sysdeps/unix/sysv/linux/ia64/swapcontext.c
sysdeps/unix/sysv/linux/ia64/sys/io.h
sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
sysdeps/unix/sysv/linux/ia64/sys/rse.h
sysdeps/unix/sysv/linux/ia64/sys/ucontext.h
sysdeps/unix/sysv/linux/ia64/sys/user.h
sysdeps/unix/sysv/linux/ia64/syscall.S
sysdeps/unix/sysv/linux/ia64/sysdep.S
sysdeps/unix/sysv/linux/ia64/sysdep.h
sysdeps/unix/sysv/linux/ia64/tst-setcontext2.c
sysdeps/unix/sysv/linux/ia64/tst-setcontext4.c
sysdeps/unix/sysv/linux/ia64/ucontext_i.h
sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c
sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c
sysdeps/unix/sysv/linux/ia64/vfork.S
sysdeps/unix/sysv/linux/ia64/wordexp.c
sysdeps/unix/sysv/linux/if_index.c
sysdeps/unix/sysv/linux/ifaddrs.c
sysdeps/unix/sysv/linux/ifreq.c
sysdeps/unix/sysv/linux/include/sys/sysinfo.h
sysdeps/unix/sysv/linux/include/sys/timex.h
sysdeps/unix/sysv/linux/internal-signals.h
sysdeps/unix/sysv/linux/internal_statvfs.c
sysdeps/unix/sysv/linux/internal_statvfs.h
sysdeps/unix/sysv/linux/ipc_ops.h
sysdeps/unix/sysv/linux/ipc_priv.h
sysdeps/unix/sysv/linux/kernel-features.h
sysdeps/unix/sysv/linux/kernel-posix-timers.h
sysdeps/unix/sysv/linux/kernel_termios.h
sysdeps/unix/sysv/linux/lddlibc4.c
sysdeps/unix/sysv/linux/ldsodefs.h
sysdeps/unix/sysv/linux/libc_fatal.c
sysdeps/unix/sysv/linux/linux_fsinfo.h
sysdeps/unix/sysv/linux/listen.c
sysdeps/unix/sysv/linux/lowlevellock-futex.h
sysdeps/unix/sysv/linux/lseek.c
sysdeps/unix/sysv/linux/lseek64.c
sysdeps/unix/sysv/linux/lutimes.c
sysdeps/unix/sysv/linux/lxstat.c
sysdeps/unix/sysv/linux/lxstat64.c
sysdeps/unix/sysv/linux/m68k/____longjmp_chk.c
sysdeps/unix/sysv/linux/m68k/bits/fcntl.h
sysdeps/unix/sysv/linux/m68k/bits/poll.h
sysdeps/unix/sysv/linux/m68k/bits/procfs-id.h
sysdeps/unix/sysv/linux/m68k/bits/procfs.h
sysdeps/unix/sysv/linux/m68k/bits/sockaddr.h
sysdeps/unix/sysv/linux/m68k/bits/stat.h
sysdeps/unix/sysv/linux/m68k/brk.c
sysdeps/unix/sysv/linux/m68k/clone.S
sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h
sysdeps/unix/sysv/linux/m68k/coldfire/sysdep.h
sysdeps/unix/sysv/linux/m68k/dl-static.c
sysdeps/unix/sysv/linux/m68k/getpagesize.c
sysdeps/unix/sysv/linux/m68k/getsysstats.c
sysdeps/unix/sysv/linux/m68k/kernel-features.h
sysdeps/unix/sysv/linux/m68k/ldsodefs.h
sysdeps/unix/sysv/linux/m68k/m680x0/getcontext.S
sysdeps/unix/sysv/linux/m68k/m680x0/makecontext.S
sysdeps/unix/sysv/linux/m68k/m680x0/setcontext.S
sysdeps/unix/sysv/linux/m68k/m680x0/swapcontext.S
sysdeps/unix/sysv/linux/m68k/m680x0/sysdep.h
sysdeps/unix/sysv/linux/m68k/m68k-helpers.c
sysdeps/unix/sysv/linux/m68k/mmap_internal.h
sysdeps/unix/sysv/linux/m68k/mremap.S
sysdeps/unix/sysv/linux/m68k/register-dump.h
sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h
sysdeps/unix/sysv/linux/m68k/sys/reg.h
sysdeps/unix/sysv/linux/m68k/sys/ucontext.h
sysdeps/unix/sysv/linux/m68k/sys/user.h
sysdeps/unix/sysv/linux/m68k/syscall.S
sysdeps/unix/sysv/linux/m68k/sysdep.S
sysdeps/unix/sysv/linux/m68k/sysdep.h
sysdeps/unix/sysv/linux/m68k/vfork.S
sysdeps/unix/sysv/linux/malloc-sysdep.h
sysdeps/unix/sysv/linux/microblaze/____longjmp_chk.S
sysdeps/unix/sysv/linux/microblaze/bits/fcntl.h
sysdeps/unix/sysv/linux/microblaze/bits/procfs.h
sysdeps/unix/sysv/linux/microblaze/bits/stat.h
sysdeps/unix/sysv/linux/microblaze/brk.c
sysdeps/unix/sysv/linux/microblaze/clock-compat.c
sysdeps/unix/sysv/linux/microblaze/clone.S
sysdeps/unix/sysv/linux/microblaze/getsysstats.c
sysdeps/unix/sysv/linux/microblaze/kernel-features.h
sysdeps/unix/sysv/linux/microblaze/kernel_stat.h
sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h
sysdeps/unix/sysv/linux/microblaze/sys/ucontext.h
sysdeps/unix/sysv/linux/microblaze/sys/user.h
sysdeps/unix/sysv/linux/microblaze/syscall.S
sysdeps/unix/sysv/linux/microblaze/sysdep.S
sysdeps/unix/sysv/linux/microblaze/sysdep.h
sysdeps/unix/sysv/linux/microblaze/vfork.S
sysdeps/unix/sysv/linux/mips/____longjmp_chk.c
sysdeps/unix/sysv/linux/mips/_test_and_set.c
sysdeps/unix/sysv/linux/mips/bits/epoll.h
sysdeps/unix/sysv/linux/mips/bits/errno.h
sysdeps/unix/sysv/linux/mips/bits/eventfd.h
sysdeps/unix/sysv/linux/mips/bits/fcntl.h
sysdeps/unix/sysv/linux/mips/bits/inotify.h
sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h
sysdeps/unix/sysv/linux/mips/bits/ipc.h
sysdeps/unix/sysv/linux/mips/bits/local_lim.h
sysdeps/unix/sysv/linux/mips/bits/mman.h
sysdeps/unix/sysv/linux/mips/bits/msq-pad.h
sysdeps/unix/sysv/linux/mips/bits/poll.h
sysdeps/unix/sysv/linux/mips/bits/procfs.h
sysdeps/unix/sysv/linux/mips/bits/resource.h
sysdeps/unix/sysv/linux/mips/bits/sem-pad.h
sysdeps/unix/sysv/linux/mips/bits/shm-pad.h
sysdeps/unix/sysv/linux/mips/bits/shmlba.h
sysdeps/unix/sysv/linux/mips/bits/sigaction.h
sysdeps/unix/sysv/linux/mips/bits/sigcontext.h
sysdeps/unix/sysv/linux/mips/bits/signalfd.h
sysdeps/unix/sysv/linux/mips/bits/signum.h
sysdeps/unix/sysv/linux/mips/bits/socket-constants.h
sysdeps/unix/sysv/linux/mips/bits/socket_type.h
sysdeps/unix/sysv/linux/mips/bits/stat.h
sysdeps/unix/sysv/linux/mips/bits/statfs.h
sysdeps/unix/sysv/linux/mips/bits/termios-c_cc.h
sysdeps/unix/sysv/linux/mips/bits/termios-c_lflag.h
sysdeps/unix/sysv/linux/mips/bits/termios-struct.h
sysdeps/unix/sysv/linux/mips/bits/termios-tcflow.h
sysdeps/unix/sysv/linux/mips/bits/timerfd.h
sysdeps/unix/sysv/linux/mips/bits/types/stack_t.h
sysdeps/unix/sysv/linux/mips/brk.c
sysdeps/unix/sysv/linux/mips/clone.S
sysdeps/unix/sysv/linux/mips/dl-cache.h
sysdeps/unix/sysv/linux/mips/dl-static.c
sysdeps/unix/sysv/linux/mips/getcontext.S
sysdeps/unix/sysv/linux/mips/getrlimit64.c
sysdeps/unix/sysv/linux/mips/getsysstats.c
sysdeps/unix/sysv/linux/mips/init-first.c
sysdeps/unix/sysv/linux/mips/kernel-features.h
sysdeps/unix/sysv/linux/mips/kernel_termios.h
sysdeps/unix/sysv/linux/mips/ldsodefs.h
sysdeps/unix/sysv/linux/mips/libc-vdso.h
sysdeps/unix/sysv/linux/mips/makecontext.S
sysdeps/unix/sysv/linux/mips/mips32/bug-getcontext-mips-gp.c
sysdeps/unix/sysv/linux/mips/mips32/mips-syscall5.S
sysdeps/unix/sysv/linux/mips/mips32/mips-syscall6.S
sysdeps/unix/sysv/linux/mips/mips32/mips-syscall7.S
sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall.h
sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall0.c
sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall1.c
sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall2.c
sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall3.c
sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall4.c
sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
sysdeps/unix/sysv/linux/mips/mips64/fxstat64.c
sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c
sysdeps/unix/sysv/linux/mips/mips64/getdents64.c
sysdeps/unix/sysv/linux/mips/mips64/ipc_priv.h
sysdeps/unix/sysv/linux/mips/mips64/ldconfig.h
sysdeps/unix/sysv/linux/mips/mips64/lxstat64.c
sysdeps/unix/sysv/linux/mips/mips64/msgctl.c
sysdeps/unix/sysv/linux/mips/mips64/n32/lseek.c
sysdeps/unix/sysv/linux/mips/mips64/n32/mmap_internal.h
sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S
sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise64.c
sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h
sysdeps/unix/sysv/linux/mips/mips64/semctl.c
sysdeps/unix/sysv/linux/mips/mips64/shmctl.c
sysdeps/unix/sysv/linux/mips/mips64/syscall.S
sysdeps/unix/sysv/linux/mips/mips64/xstat64.c
sysdeps/unix/sysv/linux/mips/readelflib.c
sysdeps/unix/sysv/linux/mips/register-dump.h
sysdeps/unix/sysv/linux/mips/setcontext.S
sysdeps/unix/sysv/linux/mips/setrlimit64.c
sysdeps/unix/sysv/linux/mips/sigcontextinfo.h
sysdeps/unix/sysv/linux/mips/swapcontext.S
sysdeps/unix/sysv/linux/mips/sys/cachectl.h
sysdeps/unix/sysv/linux/mips/sys/sysmips.h
sysdeps/unix/sysv/linux/mips/sys/ucontext.h
sysdeps/unix/sysv/linux/mips/sys/user.h
sysdeps/unix/sysv/linux/mips/ustat.c
sysdeps/unix/sysv/linux/mips/vfork.S
sysdeps/unix/sysv/linux/mips/xstatconv.c
sysdeps/unix/sysv/linux/mlock2.c
sysdeps/unix/sysv/linux/mmap.c
sysdeps/unix/sysv/linux/mmap64.c
sysdeps/unix/sysv/linux/mmap_internal.h
sysdeps/unix/sysv/linux/mq_close.c
sysdeps/unix/sysv/linux/mq_getattr.c
sysdeps/unix/sysv/linux/mq_notify.c
sysdeps/unix/sysv/linux/mq_open.c
sysdeps/unix/sysv/linux/mq_receive.c
sysdeps/unix/sysv/linux/mq_send.c
sysdeps/unix/sysv/linux/mq_timedreceive.c
sysdeps/unix/sysv/linux/mq_timedsend.c
sysdeps/unix/sysv/linux/mq_unlink.c
sysdeps/unix/sysv/linux/msgctl.c
sysdeps/unix/sysv/linux/msgget.c
sysdeps/unix/sysv/linux/msgrcv.c
sysdeps/unix/sysv/linux/msgsnd.c
sysdeps/unix/sysv/linux/msync.c
sysdeps/unix/sysv/linux/nanosleep.c
sysdeps/unix/sysv/linux/nanosleep_nocancel.c
sysdeps/unix/sysv/linux/net/ethernet.h
sysdeps/unix/sysv/linux/net/if_arp.h
sysdeps/unix/sysv/linux/net/if_packet.h
sysdeps/unix/sysv/linux/net/if_shaper.h
sysdeps/unix/sysv/linux/net/if_slip.h
sysdeps/unix/sysv/linux/net/route.h
sysdeps/unix/sysv/linux/netash/ash.h
sysdeps/unix/sysv/linux/netatalk/at.h
sysdeps/unix/sysv/linux/netax25/ax25.h
sysdeps/unix/sysv/linux/neteconet/ec.h
sysdeps/unix/sysv/linux/netinet/if_ether.h
sysdeps/unix/sysv/linux/netinet/if_fddi.h
sysdeps/unix/sysv/linux/netinet/if_tr.h
sysdeps/unix/sysv/linux/netipx/ipx.h
sysdeps/unix/sysv/linux/netiucv/iucv.h
sysdeps/unix/sysv/linux/netlink_assert_response.c
sysdeps/unix/sysv/linux/netlinkaccess.h
sysdeps/unix/sysv/linux/netpacket/packet.h
sysdeps/unix/sysv/linux/netrom/netrom.h
sysdeps/unix/sysv/linux/netrose/rose.h
sysdeps/unix/sysv/linux/nios2/atomic-machine.h
sysdeps/unix/sysv/linux/nios2/bits/procfs.h
sysdeps/unix/sysv/linux/nios2/cacheflush.c
sysdeps/unix/sysv/linux/nios2/clone.S
sysdeps/unix/sysv/linux/nios2/getcontext.S
sysdeps/unix/sysv/linux/nios2/ipc_priv.h
sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h
sysdeps/unix/sysv/linux/nios2/makecontext.c
sysdeps/unix/sysv/linux/nios2/setcontext.S
sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h
sysdeps/unix/sysv/linux/nios2/swapcontext.S
sysdeps/unix/sysv/linux/nios2/sys/cachectl.h
sysdeps/unix/sysv/linux/nios2/sys/ucontext.h
sysdeps/unix/sysv/linux/nios2/sys/user.h
sysdeps/unix/sysv/linux/nios2/syscall.S
sysdeps/unix/sysv/linux/nios2/sysdep.S
sysdeps/unix/sysv/linux/nios2/sysdep.h
sysdeps/unix/sysv/linux/nios2/vfork.S
sysdeps/unix/sysv/linux/not-cancel.h
sysdeps/unix/sysv/linux/not-errno.h
sysdeps/unix/sysv/linux/nscd_setup_thread.c
sysdeps/unix/sysv/linux/ntp_gettime.c
sysdeps/unix/sysv/linux/ntp_gettimex.c
sysdeps/unix/sysv/linux/olddirent.h
sysdeps/unix/sysv/linux/open.c
sysdeps/unix/sysv/linux/open64.c
sysdeps/unix/sysv/linux/open64_nocancel.c
sysdeps/unix/sysv/linux/open_by_handle_at.c
sysdeps/unix/sysv/linux/open_nocancel.c
sysdeps/unix/sysv/linux/openat.c
sysdeps/unix/sysv/linux/openat64.c
sysdeps/unix/sysv/linux/openat64_nocancel.c
sysdeps/unix/sysv/linux/openat_nocancel.c
sysdeps/unix/sysv/linux/opensock.c
sysdeps/unix/sysv/linux/pathconf.c
sysdeps/unix/sysv/linux/pathconf.h
sysdeps/unix/sysv/linux/pause.c
sysdeps/unix/sysv/linux/pause_nocancel.c
sysdeps/unix/sysv/linux/personality.c
sysdeps/unix/sysv/linux/pkey_get.c
sysdeps/unix/sysv/linux/pkey_mprotect.c
sysdeps/unix/sysv/linux/pkey_set.c
sysdeps/unix/sysv/linux/poll.c
sysdeps/unix/sysv/linux/posix_fadvise.c
sysdeps/unix/sysv/linux/posix_fadvise64.c
sysdeps/unix/sysv/linux/posix_fallocate.c
sysdeps/unix/sysv/linux/posix_fallocate64.c
sysdeps/unix/sysv/linux/posix_madvise.c
sysdeps/unix/sysv/linux/powerpc/bits/environments.h
sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h
sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h
sysdeps/unix/sysv/linux/powerpc/bits/ipc.h
sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h
sysdeps/unix/sysv/linux/powerpc/bits/mman.h
sysdeps/unix/sysv/linux/powerpc/bits/msq-pad.h
sysdeps/unix/sysv/linux/powerpc/bits/ppc.h
sysdeps/unix/sysv/linux/powerpc/bits/procfs.h
sysdeps/unix/sysv/linux/powerpc/bits/sem-pad.h
sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h
sysdeps/unix/sysv/linux/powerpc/bits/shm-pad.h
sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h
sysdeps/unix/sysv/linux/powerpc/bits/socket-constants.h
sysdeps/unix/sysv/linux/powerpc/bits/stat.h
sysdeps/unix/sysv/linux/powerpc/bits/termios-baud.h
sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cc.h
sysdeps/unix/sysv/linux/powerpc/bits/termios-c_cflag.h
sysdeps/unix/sysv/linux/powerpc/bits/termios-c_iflag.h
sysdeps/unix/sysv/linux/powerpc/bits/termios-c_lflag.h
sysdeps/unix/sysv/linux/powerpc/bits/termios-c_oflag.h
sysdeps/unix/sysv/linux/powerpc/bits/termios-misc.h
sysdeps/unix/sysv/linux/powerpc/dl-static.c
sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
sysdeps/unix/sysv/linux/powerpc/elision-conf.c
sysdeps/unix/sysv/linux/powerpc/elision-conf.h
sysdeps/unix/sysv/linux/powerpc/elision-lock.c
sysdeps/unix/sysv/linux/powerpc/elision-timed.c
sysdeps/unix/sysv/linux/powerpc/elision-trylock.c
sysdeps/unix/sysv/linux/powerpc/elision-unlock.c
sysdeps/unix/sysv/linux/powerpc/force-elision.h
sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c
sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
sysdeps/unix/sysv/linux/powerpc/htm.h
sysdeps/unix/sysv/linux/powerpc/init-first.c
sysdeps/unix/sysv/linux/powerpc/ioctl.c
sysdeps/unix/sysv/linux/powerpc/ipc_priv.h
sysdeps/unix/sysv/linux/powerpc/kernel-features.h
sysdeps/unix/sysv/linux/powerpc/kernel_termios.h
sysdeps/unix/sysv/linux/powerpc/ldconfig.h
sysdeps/unix/sysv/linux/powerpc/ldsodefs.h
sysdeps/unix/sysv/linux/powerpc/libc-start.c
sysdeps/unix/sysv/linux/powerpc/libc-start.h
sysdeps/unix/sysv/linux/powerpc/libc-vdso.h
sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h
sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/getcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/setcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/swapcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h
sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/kernel_stat.h
sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S
sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c
sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c
sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c
sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c
sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c
sysdeps/unix/sysv/linux/powerpc/readelflib.c
sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h
sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h
sysdeps/unix/sysv/linux/powerpc/sys/user.h
sysdeps/unix/sysv/linux/powerpc/syscall.S
sysdeps/unix/sysv/linux/powerpc/sysconf.c
sysdeps/unix/sysv/linux/powerpc/sysdep.c
sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq-static.c
sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
sysdeps/unix/sysv/linux/powerpc/test-powerpc-linux-sysconf.c
sysdeps/unix/sysv/linux/powerpc/time.c
sysdeps/unix/sysv/linux/ppoll.c
sysdeps/unix/sysv/linux/pread.c
sysdeps/unix/sysv/linux/pread64.c
sysdeps/unix/sysv/linux/preadv.c
sysdeps/unix/sysv/linux/preadv2.c
sysdeps/unix/sysv/linux/preadv64.c
sysdeps/unix/sysv/linux/preadv64v2.c
sysdeps/unix/sysv/linux/prlimit.c
sysdeps/unix/sysv/linux/prof-freq.c
sysdeps/unix/sysv/linux/profil-counter.h
sysdeps/unix/sysv/linux/pselect.c
sysdeps/unix/sysv/linux/pt-raise.c
sysdeps/unix/sysv/linux/pthread-pids.h
sysdeps/unix/sysv/linux/pthread_getaffinity.c
sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
sysdeps/unix/sysv/linux/pthread_getname.c
sysdeps/unix/sysv/linux/pthread_kill.c
sysdeps/unix/sysv/linux/pthread_setaffinity.c
sysdeps/unix/sysv/linux/pthread_setname.c
sysdeps/unix/sysv/linux/pthread_sigmask.c
sysdeps/unix/sysv/linux/pthread_sigqueue.c
sysdeps/unix/sysv/linux/ptrace.c
sysdeps/unix/sysv/linux/ptsname.c
sysdeps/unix/sysv/linux/pwrite.c
sysdeps/unix/sysv/linux/pwrite64.c
sysdeps/unix/sysv/linux/pwritev.c
sysdeps/unix/sysv/linux/pwritev2.c
sysdeps/unix/sysv/linux/pwritev64.c
sysdeps/unix/sysv/linux/pwritev64v2.c
sysdeps/unix/sysv/linux/raise.c
sysdeps/unix/sysv/linux/read.c
sysdeps/unix/sysv/linux/read_nocancel.c
sysdeps/unix/sysv/linux/readahead.c
sysdeps/unix/sysv/linux/readdir.c
sysdeps/unix/sysv/linux/readdir64.c
sysdeps/unix/sysv/linux/readdir64_r.c
sysdeps/unix/sysv/linux/readdir_r.c
sysdeps/unix/sysv/linux/readonly-area.c
sysdeps/unix/sysv/linux/readv.c
sysdeps/unix/sysv/linux/reboot.c
sysdeps/unix/sysv/linux/recv.c
sysdeps/unix/sysv/linux/recvfrom.c
sysdeps/unix/sysv/linux/recvmmsg.c
sysdeps/unix/sysv/linux/recvmsg.c
sysdeps/unix/sysv/linux/rename.c
sysdeps/unix/sysv/linux/renameat.c
sysdeps/unix/sysv/linux/renameat2.c
sysdeps/unix/sysv/linux/riscv/atomic-machine.h
sysdeps/unix/sysv/linux/riscv/bits/fcntl.h
sysdeps/unix/sysv/linux/riscv/bits/procfs.h
sysdeps/unix/sysv/linux/riscv/bits/sigcontext.h
sysdeps/unix/sysv/linux/riscv/clone.S
sysdeps/unix/sysv/linux/riscv/dl-cache.h
sysdeps/unix/sysv/linux/riscv/dl-static.c
sysdeps/unix/sysv/linux/riscv/flush-icache.c
sysdeps/unix/sysv/linux/riscv/getcontext.S
sysdeps/unix/sysv/linux/riscv/init-first.c
sysdeps/unix/sysv/linux/riscv/ipc_priv.h
sysdeps/unix/sysv/linux/riscv/kernel-features.h
sysdeps/unix/sysv/linux/riscv/ldconfig.h
sysdeps/unix/sysv/linux/riscv/ldsodefs.h
sysdeps/unix/sysv/linux/riscv/libc-vdso.h
sysdeps/unix/sysv/linux/riscv/makecontext.c
sysdeps/unix/sysv/linux/riscv/readelflib.c
sysdeps/unix/sysv/linux/riscv/register-dump.h
sysdeps/unix/sysv/linux/riscv/rv64/jmp_buf-macros.h
sysdeps/unix/sysv/linux/riscv/setcontext.S
sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h
sysdeps/unix/sysv/linux/riscv/swapcontext.S
sysdeps/unix/sysv/linux/riscv/sys/cachectl.h
sysdeps/unix/sysv/linux/riscv/sys/ucontext.h
sysdeps/unix/sysv/linux/riscv/sys/user.h
sysdeps/unix/sysv/linux/riscv/syscall.c
sysdeps/unix/sysv/linux/riscv/sysdep.S
sysdeps/unix/sysv/linux/riscv/sysdep.h
sysdeps/unix/sysv/linux/riscv/ucontext-macros.h
sysdeps/unix/sysv/linux/riscv/vfork.S
sysdeps/unix/sysv/linux/s390/bits/elfclass.h
sysdeps/unix/sysv/linux/s390/bits/environments.h
sysdeps/unix/sysv/linux/s390/bits/fcntl.h
sysdeps/unix/sysv/linux/s390/bits/hwcap.h
sysdeps/unix/sysv/linux/s390/bits/ipc.h
sysdeps/unix/sysv/linux/s390/bits/procfs-extra.h
sysdeps/unix/sysv/linux/s390/bits/procfs-id.h
sysdeps/unix/sysv/linux/s390/bits/procfs.h
sysdeps/unix/sysv/linux/s390/bits/sigaction.h
sysdeps/unix/sysv/linux/s390/bits/stat.h
sysdeps/unix/sysv/linux/s390/bits/statfs.h
sysdeps/unix/sysv/linux/s390/bits/typesizes.h
sysdeps/unix/sysv/linux/s390/bits/utmp.h
sysdeps/unix/sysv/linux/s390/bits/utmpx.h
sysdeps/unix/sysv/linux/s390/brk.c
sysdeps/unix/sysv/linux/s390/dl-procinfo.h
sysdeps/unix/sysv/linux/s390/elision-conf.c
sysdeps/unix/sysv/linux/s390/elision-conf.h
sysdeps/unix/sysv/linux/s390/elision-lock.c
sysdeps/unix/sysv/linux/s390/elision-timed.c
sysdeps/unix/sysv/linux/s390/elision-trylock.c
sysdeps/unix/sysv/linux/s390/elision-unlock.c
sysdeps/unix/sysv/linux/s390/force-elision.h
sysdeps/unix/sysv/linux/s390/htm.h
sysdeps/unix/sysv/linux/s390/init-first.c
sysdeps/unix/sysv/linux/s390/ipc_priv.h
sysdeps/unix/sysv/linux/s390/jmp-unwind.c
sysdeps/unix/sysv/linux/s390/kernel-features.h
sysdeps/unix/sysv/linux/s390/ldconfig.h
sysdeps/unix/sysv/linux/s390/libc-vdso.h
sysdeps/unix/sysv/linux/s390/longjmp_chk.c
sysdeps/unix/sysv/linux/s390/lowlevellock.h
sysdeps/unix/sysv/linux/s390/mmap_internal.h
sysdeps/unix/sysv/linux/s390/pt-longjmp.c
sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c
sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c
sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c
sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c
sysdeps/unix/sysv/linux/s390/readelflib.c
sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c
sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S
sysdeps/unix/sysv/linux/s390/s390-32/clone.S
sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S
sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c
sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c
sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c
sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c
sysdeps/unix/sysv/linux/s390/s390-32/login.c
sysdeps/unix/sysv/linux/s390/s390-32/login32.c
sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c
sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c
sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c
sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h
sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
sysdeps/unix/sysv/linux/s390/s390-32/syscall.S
sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S
sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c
sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h
sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h
sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c
sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h
sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h
sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c
sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h
sysdeps/unix/sysv/linux/s390/s390-32/vfork.S
sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c
sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S
sysdeps/unix/sysv/linux/s390/s390-64/clone.S
sysdeps/unix/sysv/linux/s390/s390-64/dl-cache.h
sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S
sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h
sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c
sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h
sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
sysdeps/unix/sysv/linux/s390/s390-64/sigprocmask.c
sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S
sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
sysdeps/unix/sysv/linux/s390/s390-64/vfork.S
sysdeps/unix/sysv/linux/s390/sigcontextinfo.h
sysdeps/unix/sysv/linux/s390/sys/elf.h
sysdeps/unix/sysv/linux/s390/sys/ptrace.h
sysdeps/unix/sysv/linux/s390/sys/ucontext.h
sysdeps/unix/sysv/linux/s390/sys/user.h
sysdeps/unix/sysv/linux/s390/sysconf.c
sysdeps/unix/sysv/linux/s390/tst-ptrace-singleblock.c
sysdeps/unix/sysv/linux/safe-fatal.h
sysdeps/unix/sysv/linux/scandir64.c
sysdeps/unix/sysv/linux/sched_getaffinity.c
sysdeps/unix/sysv/linux/sched_getcpu.c
sysdeps/unix/sysv/linux/sched_setaffinity.c
sysdeps/unix/sysv/linux/scsi/scsi.h
sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h
sysdeps/unix/sysv/linux/scsi/sg.h
sysdeps/unix/sysv/linux/select.c
sysdeps/unix/sysv/linux/semctl.c
sysdeps/unix/sysv/linux/semget.c
sysdeps/unix/sysv/linux/semop.c
sysdeps/unix/sysv/linux/semtimedop.c
sysdeps/unix/sysv/linux/send.c
sysdeps/unix/sysv/linux/sendmmsg.c
sysdeps/unix/sysv/linux/sendmsg.c
sysdeps/unix/sysv/linux/sendto.c
sysdeps/unix/sysv/linux/setegid.c
sysdeps/unix/sysv/linux/seteuid.c
sysdeps/unix/sysv/linux/setgid.c
sysdeps/unix/sysv/linux/setgroups.c
sysdeps/unix/sysv/linux/setipv4sourcefilter.c
sysdeps/unix/sysv/linux/setregid.c
sysdeps/unix/sysv/linux/setresgid.c
sysdeps/unix/sysv/linux/setresuid.c
sysdeps/unix/sysv/linux/setreuid.c
sysdeps/unix/sysv/linux/setrlimit.c
sysdeps/unix/sysv/linux/setrlimit64.c
sysdeps/unix/sysv/linux/setsockopt.c
sysdeps/unix/sysv/linux/setsourcefilter.c
sysdeps/unix/sysv/linux/setuid.c
sysdeps/unix/sysv/linux/sh/____longjmp_chk.S
sysdeps/unix/sysv/linux/sh/atomic-machine.h
sysdeps/unix/sysv/linux/sh/bits/fcntl.h
sysdeps/unix/sysv/linux/sh/bits/procfs-id.h
sysdeps/unix/sysv/linux/sh/bits/procfs.h
sysdeps/unix/sysv/linux/sh/bits/shmlba.h
sysdeps/unix/sysv/linux/sh/brk.c
sysdeps/unix/sysv/linux/sh/clone.S
sysdeps/unix/sysv/linux/sh/kernel-features.h
sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h
sysdeps/unix/sysv/linux/sh/makecontext.S
sysdeps/unix/sysv/linux/sh/pipe.S
sysdeps/unix/sysv/linux/sh/register-dump.h
sysdeps/unix/sysv/linux/sh/sh3/getcontext.S
sysdeps/unix/sysv/linux/sh/sh3/setcontext.S
sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S
sysdeps/unix/sysv/linux/sh/sh4/getcontext.S
sysdeps/unix/sysv/linux/sh/sh4/setcontext.S
sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S
sysdeps/unix/sysv/linux/sh/sigcontextinfo.h
sysdeps/unix/sysv/linux/sh/smp.h
sysdeps/unix/sysv/linux/sh/sys/ucontext.h
sysdeps/unix/sysv/linux/sh/sys/user.h
sysdeps/unix/sysv/linux/sh/syscall.S
sysdeps/unix/sysv/linux/sh/sysdep.S
sysdeps/unix/sysv/linux/sh/sysdep.h
sysdeps/unix/sysv/linux/sh/vfork.S
sysdeps/unix/sysv/linux/shm-directory.c
sysdeps/unix/sysv/linux/shmat.c
sysdeps/unix/sysv/linux/shmctl.c
sysdeps/unix/sysv/linux/shmdt.c
sysdeps/unix/sysv/linux/shmget.c
sysdeps/unix/sysv/linux/shutdown.c
sysdeps/unix/sysv/linux/sigaction.c
sysdeps/unix/sysv/linux/siglist.h
sysdeps/unix/sysv/linux/signalfd.c
sysdeps/unix/sysv/linux/sigpending.c
sysdeps/unix/sysv/linux/sigprocmask.c
sysdeps/unix/sysv/linux/sigqueue.c
sysdeps/unix/sysv/linux/sigset-cvt-mask.h
sysdeps/unix/sysv/linux/sigsetops.h
sysdeps/unix/sysv/linux/sigstack.c
sysdeps/unix/sysv/linux/sigsuspend.c
sysdeps/unix/sysv/linux/sigtimedwait.c
sysdeps/unix/sysv/linux/sigwait.c
sysdeps/unix/sysv/linux/sigwaitinfo.c
sysdeps/unix/sysv/linux/single-thread.h
sysdeps/unix/sysv/linux/sizes.h
sysdeps/unix/sysv/linux/socket.c
sysdeps/unix/sysv/linux/socketcall.h
sysdeps/unix/sysv/linux/socketpair.c
sysdeps/unix/sysv/linux/sparc/bits/environments.h
sysdeps/unix/sysv/linux/sparc/bits/epoll.h
sysdeps/unix/sysv/linux/sparc/bits/errno.h
sysdeps/unix/sysv/linux/sparc/bits/eventfd.h
sysdeps/unix/sysv/linux/sparc/bits/fcntl.h
sysdeps/unix/sysv/linux/sparc/bits/inotify.h
sysdeps/unix/sysv/linux/sparc/bits/ioctls.h
sysdeps/unix/sysv/linux/sparc/bits/ipc.h
sysdeps/unix/sysv/linux/sparc/bits/local_lim.h
sysdeps/unix/sysv/linux/sparc/bits/mman.h
sysdeps/unix/sysv/linux/sparc/bits/msq-pad.h
sysdeps/unix/sysv/linux/sparc/bits/poll.h
sysdeps/unix/sysv/linux/sparc/bits/procfs-extra.h
sysdeps/unix/sysv/linux/sparc/bits/procfs-id.h
sysdeps/unix/sysv/linux/sparc/bits/procfs.h
sysdeps/unix/sysv/linux/sparc/bits/resource.h
sysdeps/unix/sysv/linux/sparc/bits/sem-pad.h
sysdeps/unix/sysv/linux/sparc/bits/setjmp.h
sysdeps/unix/sysv/linux/sparc/bits/shm-pad.h
sysdeps/unix/sysv/linux/sparc/bits/shmlba.h
sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h
sysdeps/unix/sysv/linux/sparc/bits/signalfd.h
sysdeps/unix/sysv/linux/sparc/bits/signum.h
sysdeps/unix/sysv/linux/sparc/bits/sigstack.h
sysdeps/unix/sysv/linux/sparc/bits/socket-constants.h
sysdeps/unix/sysv/linux/sparc/bits/socket_type.h
sysdeps/unix/sysv/linux/sparc/bits/stat.h
sysdeps/unix/sysv/linux/sparc/bits/termios-baud.h
sysdeps/unix/sysv/linux/sparc/bits/termios-c_cc.h
sysdeps/unix/sysv/linux/sparc/bits/termios-c_oflag.h
sysdeps/unix/sysv/linux/sparc/bits/termios-struct.h
sysdeps/unix/sysv/linux/sparc/bits/timerfd.h
sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
sysdeps/unix/sysv/linux/sparc/dl-cache.h
sysdeps/unix/sysv/linux/sparc/getrlimit64.c
sysdeps/unix/sysv/linux/sparc/getshmlba.c
sysdeps/unix/sysv/linux/sparc/getsysstats.c
sysdeps/unix/sysv/linux/sparc/init-first.c
sysdeps/unix/sysv/linux/sparc/kernel-features.h
sysdeps/unix/sysv/linux/sparc/kernel_termios.h
sysdeps/unix/sysv/linux/sparc/libc-vdso.h
sysdeps/unix/sysv/linux/sparc/lowlevellock.h
sysdeps/unix/sysv/linux/sparc/profil-counter.h
sysdeps/unix/sysv/linux/sparc/readelflib.c
sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S
sysdeps/unix/sysv/linux/sparc/sparc32/bits/long-double.h
sysdeps/unix/sysv/linux/sparc/sparc32/brk.c
sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S
sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S
sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h
sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S
sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h
sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S
sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S
sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S
sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S
sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S
sysdeps/unix/sysv/linux/sparc/sparc64/bits/long-double.h
sysdeps/unix/sysv/linux/sparc/sparc64/brk.S
sysdeps/unix/sysv/linux/sparc/sparc64/clone.S
sysdeps/unix/sysv/linux/sparc/sparc64/dl-cache.h
sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S
sysdeps/unix/sysv/linux/sparc/sparc64/ipc_priv.h
sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S
sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S
sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h
sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S
sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S
sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h
sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c
sysdeps/unix/sysv/linux/sparc/sparc64/sizes.h
sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c
sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S
sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h
sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S
sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c
sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c
sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
sysdeps/unix/sysv/linux/sparc/sys/ucontext.h
sysdeps/unix/sysv/linux/sparc/sys/user.h
sysdeps/unix/sysv/linux/sparc/sysdep.h
sysdeps/unix/sysv/linux/spawni.c
sysdeps/unix/sysv/linux/speed.c
sysdeps/unix/sysv/linux/splice.c
sysdeps/unix/sysv/linux/statfs64.c
sysdeps/unix/sysv/linux/statvfs.c
sysdeps/unix/sysv/linux/statvfs64.c
sysdeps/unix/sysv/linux/statx.c
sysdeps/unix/sysv/linux/statx_cp.c
sysdeps/unix/sysv/linux/statx_cp.h
sysdeps/unix/sysv/linux/sync_file_range.c
sysdeps/unix/sysv/linux/sys/acct.h
sysdeps/unix/sysv/linux/sys/epoll.h
sysdeps/unix/sysv/linux/sys/eventfd.h
sysdeps/unix/sysv/linux/sys/fanotify.h
sysdeps/unix/sysv/linux/sys/fsuid.h
sysdeps/unix/sysv/linux/sys/inotify.h
sysdeps/unix/sysv/linux/sys/kd.h
sysdeps/unix/sysv/linux/sys/klog.h
sysdeps/unix/sysv/linux/sys/mount.h
sysdeps/unix/sysv/linux/sys/pci.h
sysdeps/unix/sysv/linux/sys/personality.h
sysdeps/unix/sysv/linux/sys/prctl.h
sysdeps/unix/sysv/linux/sys/procfs.h
sysdeps/unix/sysv/linux/sys/ptrace.h
sysdeps/unix/sysv/linux/sys/quota.h
sysdeps/unix/sysv/linux/sys/raw.h
sysdeps/unix/sysv/linux/sys/reboot.h
sysdeps/unix/sysv/linux/sys/signalfd.h
sysdeps/unix/sysv/linux/sys/swap.h
sysdeps/unix/sysv/linux/sys/syscall.h
sysdeps/unix/sysv/linux/sys/sysctl.h
sysdeps/unix/sysv/linux/sys/sysinfo.h
sysdeps/unix/sysv/linux/sys/timerfd.h
sysdeps/unix/sysv/linux/sys/timex.h
sysdeps/unix/sysv/linux/syscall-names.list
sysdeps/unix/sysv/linux/sysconf.c
sysdeps/unix/sysv/linux/sysctl.c
sysdeps/unix/sysv/linux/sysdep-cancel.h
sysdeps/unix/sysv/linux/sysdep-vdso.h
sysdeps/unix/sysv/linux/sysdep.h
sysdeps/unix/sysv/linux/tcdrain.c
sysdeps/unix/sysv/linux/tcflow.c
sysdeps/unix/sysv/linux/tcflush.c
sysdeps/unix/sysv/linux/tcgetattr.c
sysdeps/unix/sysv/linux/tcsendbrk.c
sysdeps/unix/sysv/linux/tcsetattr.c
sysdeps/unix/sysv/linux/tee.c
sysdeps/unix/sysv/linux/test-errno-linux.c
sysdeps/unix/sysv/linux/time.c
sysdeps/unix/sysv/linux/timer_create.c
sysdeps/unix/sysv/linux/timer_delete.c
sysdeps/unix/sysv/linux/timer_getoverr.c
sysdeps/unix/sysv/linux/timer_gettime.c
sysdeps/unix/sysv/linux/timer_routines.c
sysdeps/unix/sysv/linux/timer_settime.c
sysdeps/unix/sysv/linux/times.c
sysdeps/unix/sysv/linux/timespec_get.c
sysdeps/unix/sysv/linux/truncate.c
sysdeps/unix/sysv/linux/truncate64.c
sysdeps/unix/sysv/linux/tst-affinity-pid.c
sysdeps/unix/sysv/linux/tst-affinity.c
sysdeps/unix/sysv/linux/tst-align-clone.c
sysdeps/unix/sysv/linux/tst-clone.c
sysdeps/unix/sysv/linux/tst-clone2.c
sysdeps/unix/sysv/linux/tst-clone3.c
sysdeps/unix/sysv/linux/tst-fallocate-common.c
sysdeps/unix/sysv/linux/tst-fallocate.c
sysdeps/unix/sysv/linux/tst-fallocate64.c
sysdeps/unix/sysv/linux/tst-fanotify.c
sysdeps/unix/sysv/linux/tst-getdents64.c
sysdeps/unix/sysv/linux/tst-gettid-kill.c
sysdeps/unix/sysv/linux/tst-gettid.c
sysdeps/unix/sysv/linux/tst-memfd_create.c
sysdeps/unix/sysv/linux/tst-mlock2.c
sysdeps/unix/sysv/linux/tst-mman-consts.py
sysdeps/unix/sysv/linux/tst-ofdlocks-compat.c
sysdeps/unix/sysv/linux/tst-ofdlocks.c
sysdeps/unix/sysv/linux/tst-personality.c
sysdeps/unix/sysv/linux/tst-pkey.c
sysdeps/unix/sysv/linux/tst-quota.c
sysdeps/unix/sysv/linux/tst-readdir64-compat.c
sysdeps/unix/sysv/linux/tst-rlimit-infinity.c
sysdeps/unix/sysv/linux/tst-setgetname.c
sysdeps/unix/sysv/linux/tst-sigcontext-get_pc.c
sysdeps/unix/sysv/linux/tst-signal-numbers.py
sysdeps/unix/sysv/linux/tst-skeleton-affinity.c
sysdeps/unix/sysv/linux/tst-skeleton-thread-affinity.c
sysdeps/unix/sysv/linux/tst-socket-consts.py
sysdeps/unix/sysv/linux/tst-sync_file_range.c
sysdeps/unix/sysv/linux/tst-syscall-list.sh
sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c
sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c
sysdeps/unix/sysv/linux/tst-tgkill.c
sysdeps/unix/sysv/linux/tst-thread-affinity-pthread.c
sysdeps/unix/sysv/linux/tst-thread-affinity-pthread2.c
sysdeps/unix/sysv/linux/tst-thread-affinity-sched.c
sysdeps/unix/sysv/linux/tst-ttyname.c
sysdeps/unix/sysv/linux/ttyname.c
sysdeps/unix/sysv/linux/ttyname.h
sysdeps/unix/sysv/linux/ttyname_r.c
sysdeps/unix/sysv/linux/umount.c
sysdeps/unix/sysv/linux/unlockpt.c
sysdeps/unix/sysv/linux/updwtmp.c
sysdeps/unix/sysv/linux/ustat.c
sysdeps/unix/sysv/linux/utimensat.c
sysdeps/unix/sysv/linux/utimes.c
sysdeps/unix/sysv/linux/utmp_file.c
sysdeps/unix/sysv/linux/versionsort64.c
sysdeps/unix/sysv/linux/vmsplice.c
sysdeps/unix/sysv/linux/wait.c
sysdeps/unix/sysv/linux/waitid.c
sysdeps/unix/sysv/linux/waitpid.c
sysdeps/unix/sysv/linux/waitpid_nocancel.c
sysdeps/unix/sysv/linux/wordsize-64/fxstat.c
sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c
sysdeps/unix/sysv/linux/wordsize-64/lxstat.c
sysdeps/unix/sysv/linux/wordsize-64/xstat.c
sysdeps/unix/sysv/linux/write.c
sysdeps/unix/sysv/linux/write_nocancel.c
sysdeps/unix/sysv/linux/writev.c
sysdeps/unix/sysv/linux/x86/arch-pkey.h
sysdeps/unix/sysv/linux/x86/bits/environments.h
sysdeps/unix/sysv/linux/x86/bits/epoll.h
sysdeps/unix/sysv/linux/x86/bits/fcntl.h
sysdeps/unix/sysv/linux/x86/bits/ipctypes.h
sysdeps/unix/sysv/linux/x86/bits/mman.h
sysdeps/unix/sysv/linux/x86/bits/procfs-id.h
sysdeps/unix/sysv/linux/x86/bits/procfs.h
sysdeps/unix/sysv/linux/x86/bits/sem-pad.h
sysdeps/unix/sysv/linux/x86/bits/sigcontext.h
sysdeps/unix/sysv/linux/x86/bits/stat.h
sysdeps/unix/sysv/linux/x86/bits/sysctl.h
sysdeps/unix/sysv/linux/x86/bits/timesize.h
sysdeps/unix/sysv/linux/x86/bits/typesizes.h
sysdeps/unix/sysv/linux/x86/cpu-features.c
sysdeps/unix/sysv/linux/x86/dl-cet.h
sysdeps/unix/sysv/linux/x86/dl-sysdep.c
sysdeps/unix/sysv/linux/x86/elision-conf.c
sysdeps/unix/sysv/linux/x86/elision-conf.h
sysdeps/unix/sysv/linux/x86/elision-lock.c
sysdeps/unix/sysv/linux/x86/elision-timed.c
sysdeps/unix/sysv/linux/x86/elision-trylock.c
sysdeps/unix/sysv/linux/x86/elision-unlock.c
sysdeps/unix/sysv/linux/x86/force-elision.h
sysdeps/unix/sysv/linux/x86/gettimeofday.c
sysdeps/unix/sysv/linux/x86/libc-vdso.h
sysdeps/unix/sysv/linux/x86/lowlevellock.h
sysdeps/unix/sysv/linux/x86/pkey_get.c
sysdeps/unix/sysv/linux/x86/pkey_set.c
sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c
sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c
sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c
sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c
sysdeps/unix/sysv/linux/x86/setjmpP.h
sysdeps/unix/sysv/linux/x86/sys/debugreg.h
sysdeps/unix/sysv/linux/x86/sys/elf.h
sysdeps/unix/sysv/linux/x86/sys/io.h
sysdeps/unix/sysv/linux/x86/sys/perm.h
sysdeps/unix/sysv/linux/x86/sys/ptrace.h
sysdeps/unix/sysv/linux/x86/sys/reg.h
sysdeps/unix/sysv/linux/x86/sys/ucontext.h
sysdeps/unix/sysv/linux/x86/sys/user.h
sysdeps/unix/sysv/linux/x86/sys/vm86.h
sysdeps/unix/sysv/linux/x86/sysconf.c
sysdeps/unix/sysv/linux/x86/time.c
sysdeps/unix/sysv/linux/x86/tst-cet-property-1.c
sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c
sysdeps/unix/sysv/linux/x86/tst-cet-property-dep-2.S
sysdeps/unix/sysv/linux/x86/tst-cet-setcontext-1.c
sysdeps/unix/sysv/linux/x86/tst-saved_mask-1.c
sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h
sysdeps/unix/sysv/linux/x86_64/64/mmap_internal.h
sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
sysdeps/unix/sysv/linux/x86_64/__start_context.S
sysdeps/unix/sysv/linux/x86_64/brk.c
sysdeps/unix/sysv/linux/x86_64/cancellation.S
sysdeps/unix/sysv/linux/x86_64/clone.S
sysdeps/unix/sysv/linux/x86_64/compat-timer.h
sysdeps/unix/sysv/linux/x86_64/dl-cache.h
sysdeps/unix/sysv/linux/x86_64/getcontext.S
sysdeps/unix/sysv/linux/x86_64/init-first.c
sysdeps/unix/sysv/linux/x86_64/ipc_priv.h
sysdeps/unix/sysv/linux/x86_64/kernel-features.h
sysdeps/unix/sysv/linux/x86_64/kernel_stat.h
sysdeps/unix/sysv/linux/x86_64/ldconfig.h
sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S
sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S
sysdeps/unix/sysv/linux/x86_64/makecontext.c
sysdeps/unix/sysv/linux/x86_64/register-dump.h
sysdeps/unix/sysv/linux/x86_64/setcontext.S
sysdeps/unix/sysv/linux/x86_64/sigaction.c
sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h
sysdeps/unix/sysv/linux/x86_64/sigprocmask.c
sysdeps/unix/sysv/linux/x86_64/swapcontext.S
sysdeps/unix/sysv/linux/x86_64/syscall.S
sysdeps/unix/sysv/linux/x86_64/sysdep.S
sysdeps/unix/sysv/linux/x86_64/sysdep.h
sysdeps/unix/sysv/linux/x86_64/timer_create.c
sysdeps/unix/sysv/linux/x86_64/timer_delete.c
sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c
sysdeps/unix/sysv/linux/x86_64/timer_gettime.c
sysdeps/unix/sysv/linux/x86_64/timer_settime.c
sysdeps/unix/sysv/linux/x86_64/vfork.S
sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c
sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h
sysdeps/unix/sysv/linux/x86_64/x32/lseek.S
sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h
sysdeps/unix/sysv/linux/x86_64/x32/times.c
sysdeps/unix/sysv/linux/xmknod.c
sysdeps/unix/sysv/linux/xmknodat.c
sysdeps/unix/sysv/linux/xstat.c
sysdeps/unix/sysv/linux/xstat64.c
sysdeps/unix/sysv/linux/xstatconv.c
sysdeps/unix/sysv/linux/xstatconv.h
sysdeps/unix/x86_64/sysdep.S
sysdeps/unix/x86_64/sysdep.h
sysdeps/wordsize-32/bits/wordsize.h
sysdeps/wordsize-32/divdi3-symbol-hacks.h
sysdeps/wordsize-32/divdi3.c
sysdeps/wordsize-32/llabs.c
sysdeps/wordsize-32/lldiv.c
sysdeps/wordsize-32/strtoimax.c
sysdeps/wordsize-32/strtoumax.c
sysdeps/wordsize-32/wcstoimax.c
sysdeps/wordsize-32/wcstoumax.c
sysdeps/wordsize-64/bits/wordsize.h
sysdeps/wordsize-64/labs.c
sysdeps/wordsize-64/ldiv.c
sysdeps/wordsize-64/strtoimax.c
sysdeps/wordsize-64/strtoumax.c
sysdeps/wordsize-64/tst-writev.c
sysdeps/wordsize-64/wcstoimax.c
sysdeps/wordsize-64/wcstoumax.c
sysdeps/x86/__longjmp_cancel.S
sysdeps/x86/atomic-machine.h
sysdeps/x86/bits/floatn.h
sysdeps/x86/bits/flt-eval-method.h
sysdeps/x86/bits/fp-logb.h
sysdeps/x86/bits/indirect-return.h
sysdeps/x86/bits/link.h
sysdeps/x86/bits/select.h
sysdeps/x86/bits/semaphore.h
sysdeps/x86/bits/setjmp.h
sysdeps/x86/cacheinfo.c
sysdeps/x86/cet-tunables.h
sysdeps/x86/check-cet.awk
sysdeps/x86/cpu-features.c
sysdeps/x86/cpu-features.h
sysdeps/x86/cpu-tunables.c
sysdeps/x86/dl-cet.c
sysdeps/x86/dl-get-cpu-features.c
sysdeps/x86/dl-hwcap.h
sysdeps/x86/dl-lookupcfg.h
sysdeps/x86/dl-procinfo.c
sysdeps/x86/dl-procinfo.h
sysdeps/x86/dl-procruntime.c
sysdeps/x86/dl-prop.h
sysdeps/x86/dl-tunables.list
sysdeps/x86/elide.h
sysdeps/x86/fpu/bits/fenv.h
sysdeps/x86/fpu/bits/math-vector.h
sysdeps/x86/fpu/e_sqrtf128.c
sysdeps/x86/fpu/finclude/math-vector-fortran.h
sysdeps/x86/fpu/fix-fp-int-compare-invalid.h
sysdeps/x86/fpu/include/bits/fenv.h
sysdeps/x86/fpu/math-barriers.h
sysdeps/x86/fpu/math_private.h
sysdeps/x86/fpu/powl_helper.c
sysdeps/x86/fpu/s_sincosf_data.c
sysdeps/x86/fpu/sincosf_poly.h
sysdeps/x86/fpu/test-fenv-clear-sse.c
sysdeps/x86/fpu/test-fenv-sse-2.c
sysdeps/x86/fpu/test-fenv-sse.c
sysdeps/x86/fpu/test-fenv-x87.c
sysdeps/x86/fpu/test-math-vector-sincos.h
sysdeps/x86/fpu_control.h
sysdeps/x86/hp-timing.h
sysdeps/x86/init-arch.h
sysdeps/x86/ldsodefs.h
sysdeps/x86/libc-start.c
sysdeps/x86/libc-start.h
sysdeps/x86/link_map.h
sysdeps/x86/longjmp.c
sysdeps/x86/nptl/bits/pthreadtypes-arch.h
sysdeps/x86/nptl/pt-longjmp.c
sysdeps/x86/nptl/tls-setup.h
sysdeps/x86/string_private.h
sysdeps/x86/sysdep.h
sysdeps/x86/tst-cet-legacy-1.c
sysdeps/x86/tst-cet-legacy-1a.c
sysdeps/x86/tst-cet-legacy-2.c
sysdeps/x86/tst-cet-legacy-3.c
sysdeps/x86/tst-cet-legacy-4.c
sysdeps/x86/tst-cet-legacy-5.c
sysdeps/x86/tst-cet-legacy-6.c
sysdeps/x86/tst-cet-legacy-mod-1.c
sysdeps/x86/tst-cet-legacy-mod-2.c
sysdeps/x86/tst-cet-legacy-mod-5.c
sysdeps/x86/tst-cet-legacy-mod-5c.c
sysdeps/x86/tst-cet-legacy-mod-6.c
sysdeps/x86/tst-cet-legacy-mod-6c.c
sysdeps/x86/tst-get-cpu-features.c
sysdeps/x86_64/__longjmp.S
sysdeps/x86_64/_mcount.S
sysdeps/x86_64/add_n.S
sysdeps/x86_64/addmul_1.S
sysdeps/x86_64/bsd-_setjmp.S
sysdeps/x86_64/bsd-setjmp.S
sysdeps/x86_64/crti.S
sysdeps/x86_64/crtn.S
sysdeps/x86_64/dl-irel.h
sysdeps/x86_64/dl-machine.h
sysdeps/x86_64/dl-procinfo.c
sysdeps/x86_64/dl-tls.c
sysdeps/x86_64/dl-tls.h
sysdeps/x86_64/dl-tlsdesc.S
sysdeps/x86_64/dl-tlsdesc.h
sysdeps/x86_64/dl-trampoline.S
sysdeps/x86_64/dl-trampoline.h
sysdeps/x86_64/ffs.c
sysdeps/x86_64/ffsll.c
sysdeps/x86_64/fpu/e_powl.S
sysdeps/x86_64/fpu/e_sqrt.c
sysdeps/x86_64/fpu/e_sqrtf.c
sysdeps/x86_64/fpu/fclrexcpt.c
sysdeps/x86_64/fpu/fedisblxcpt.c
sysdeps/x86_64/fpu/feenablxcpt.c
sysdeps/x86_64/fpu/fegetenv.c
sysdeps/x86_64/fpu/fegetexcept.c
sysdeps/x86_64/fpu/fegetmode.c
sysdeps/x86_64/fpu/fegetround.c
sysdeps/x86_64/fpu/feholdexcpt.c
sysdeps/x86_64/fpu/fesetenv.c
sysdeps/x86_64/fpu/fesetexcept.c
sysdeps/x86_64/fpu/fesetmode.c
sysdeps/x86_64/fpu/fesetround.c
sysdeps/x86_64/fpu/feupdateenv.c
sysdeps/x86_64/fpu/fgetexcptflg.c
sysdeps/x86_64/fpu/fraiseexcpt.c
sysdeps/x86_64/fpu/fsetexcptflg.c
sysdeps/x86_64/fpu/ftestexcept.c
sysdeps/x86_64/fpu/math-tests-arch.h
sysdeps/x86_64/fpu/math-tests-snan.h
sysdeps/x86_64/fpu/math_ldbl.h
sysdeps/x86_64/fpu/multiarch/e_asin.c
sysdeps/x86_64/fpu/multiarch/e_atan2.c
sysdeps/x86_64/fpu/multiarch/e_exp.c
sysdeps/x86_64/fpu/multiarch/e_exp2f.c
sysdeps/x86_64/fpu/multiarch/e_expf.c
sysdeps/x86_64/fpu/multiarch/e_log.c
sysdeps/x86_64/fpu/multiarch/e_log2f.c
sysdeps/x86_64/fpu/multiarch/e_logf.c
sysdeps/x86_64/fpu/multiarch/e_pow.c
sysdeps/x86_64/fpu/multiarch/e_powf.c
sysdeps/x86_64/fpu/multiarch/ifunc-avx-fma4.h
sysdeps/x86_64/fpu/multiarch/ifunc-fma.h
sysdeps/x86_64/fpu/multiarch/ifunc-fma4.h
sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx2.h
sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-avx512.h
sysdeps/x86_64/fpu/multiarch/ifunc-mathvec-sse4_1.h
sysdeps/x86_64/fpu/multiarch/ifunc-sse4_1.h
sysdeps/x86_64/fpu/multiarch/s_atan.c
sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S
sysdeps/x86_64/fpu/multiarch/s_ceil.c
sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S
sysdeps/x86_64/fpu/multiarch/s_ceilf.c
sysdeps/x86_64/fpu/multiarch/s_cosf.c
sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S
sysdeps/x86_64/fpu/multiarch/s_floor.c
sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S
sysdeps/x86_64/fpu/multiarch/s_floorf.c
sysdeps/x86_64/fpu/multiarch/s_fma.c
sysdeps/x86_64/fpu/multiarch/s_fmaf.c
sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S
sysdeps/x86_64/fpu/multiarch/s_nearbyint.c
sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S
sysdeps/x86_64/fpu/multiarch/s_nearbyintf.c
sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S
sysdeps/x86_64/fpu/multiarch/s_rint.c
sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S
sysdeps/x86_64/fpu/multiarch/s_rintf.c
sysdeps/x86_64/fpu/multiarch/s_sin.c
sysdeps/x86_64/fpu/multiarch/s_sincosf.c
sysdeps/x86_64/fpu/multiarch/s_sinf.c
sysdeps/x86_64/fpu/multiarch/s_tan.c
sysdeps/x86_64/fpu/multiarch/s_trunc-sse4_1.S
sysdeps/x86_64/fpu/multiarch/s_trunc.c
sysdeps/x86_64/fpu/multiarch/s_truncf-sse4_1.S
sysdeps/x86_64/fpu/multiarch/s_truncf.c
sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_cos2_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_cos4_core_avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_cos8_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_d_log2_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_d_log2_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_log2_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_d_log4_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_d_log4_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_log4_core_avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_log8_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_log8_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_log8_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_sin2_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_sin4_core_avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_sincos2_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_sincos4_core_avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core.c
sysdeps/x86_64/fpu/multiarch/svml_d_sincos8_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_cosf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_cosf4_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_cosf8_core_avx2.S
sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S
sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_logf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S
sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_powf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S
sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_sincosf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_sincosf4_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_sincosf8_core_avx2.S
sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core-avx2.S
sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_sinf16_core_avx512.S
sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core-sse2.S
sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_sinf4_core_sse4.S
sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core-sse.S
sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core.c
sysdeps/x86_64/fpu/multiarch/svml_s_sinf8_core_avx2.S
sysdeps/x86_64/fpu/printf_fphex.c
sysdeps/x86_64/fpu/s_copysign.S
sysdeps/x86_64/fpu/s_copysignf.S
sysdeps/x86_64/fpu/s_fabs.c
sysdeps/x86_64/fpu/s_fabsf.c
sysdeps/x86_64/fpu/s_fabsl.S
sysdeps/x86_64/fpu/s_fmax.S
sysdeps/x86_64/fpu/s_fmaxf.S
sysdeps/x86_64/fpu/s_fmaxl.S
sysdeps/x86_64/fpu/s_fmin.S
sysdeps/x86_64/fpu/s_fminf.S
sysdeps/x86_64/fpu/s_fminl.S
sysdeps/x86_64/fpu/s_llrint.S
sysdeps/x86_64/fpu/s_llrintf.S
sysdeps/x86_64/fpu/s_llrintl.S
sysdeps/x86_64/fpu/s_signbit.S
sysdeps/x86_64/fpu/s_signbitf.S
sysdeps/x86_64/fpu/s_truncl.S
sysdeps/x86_64/fpu/svml_d_cos2_core.S
sysdeps/x86_64/fpu/svml_d_cos4_core.S
sysdeps/x86_64/fpu/svml_d_cos4_core_avx.S
sysdeps/x86_64/fpu/svml_d_cos8_core.S
sysdeps/x86_64/fpu/svml_d_exp2_core.S
sysdeps/x86_64/fpu/svml_d_exp4_core.S
sysdeps/x86_64/fpu/svml_d_exp4_core_avx.S
sysdeps/x86_64/fpu/svml_d_exp8_core.S
sysdeps/x86_64/fpu/svml_d_exp_data.S
sysdeps/x86_64/fpu/svml_d_exp_data.h
sysdeps/x86_64/fpu/svml_d_log2_core.S
sysdeps/x86_64/fpu/svml_d_log4_core.S
sysdeps/x86_64/fpu/svml_d_log4_core_avx.S
sysdeps/x86_64/fpu/svml_d_log8_core.S
sysdeps/x86_64/fpu/svml_d_log_data.S
sysdeps/x86_64/fpu/svml_d_log_data.h
sysdeps/x86_64/fpu/svml_d_pow2_core.S
sysdeps/x86_64/fpu/svml_d_pow4_core.S
sysdeps/x86_64/fpu/svml_d_pow4_core_avx.S
sysdeps/x86_64/fpu/svml_d_pow8_core.S
sysdeps/x86_64/fpu/svml_d_pow_data.S
sysdeps/x86_64/fpu/svml_d_pow_data.h
sysdeps/x86_64/fpu/svml_d_sin2_core.S
sysdeps/x86_64/fpu/svml_d_sin4_core.S
sysdeps/x86_64/fpu/svml_d_sin4_core_avx.S
sysdeps/x86_64/fpu/svml_d_sin8_core.S
sysdeps/x86_64/fpu/svml_d_sincos2_core.S
sysdeps/x86_64/fpu/svml_d_sincos4_core.S
sysdeps/x86_64/fpu/svml_d_sincos4_core_avx.S
sysdeps/x86_64/fpu/svml_d_sincos8_core.S
sysdeps/x86_64/fpu/svml_d_trig_data.S
sysdeps/x86_64/fpu/svml_d_trig_data.h
sysdeps/x86_64/fpu/svml_d_wrapper_impl.h
sysdeps/x86_64/fpu/svml_finite_alias.S
sysdeps/x86_64/fpu/svml_s_cosf16_core.S
sysdeps/x86_64/fpu/svml_s_cosf4_core.S
sysdeps/x86_64/fpu/svml_s_cosf8_core.S
sysdeps/x86_64/fpu/svml_s_cosf8_core_avx.S
sysdeps/x86_64/fpu/svml_s_expf16_core.S
sysdeps/x86_64/fpu/svml_s_expf4_core.S
sysdeps/x86_64/fpu/svml_s_expf8_core.S
sysdeps/x86_64/fpu/svml_s_expf8_core_avx.S
sysdeps/x86_64/fpu/svml_s_expf_data.S
sysdeps/x86_64/fpu/svml_s_expf_data.h
sysdeps/x86_64/fpu/svml_s_logf16_core.S
sysdeps/x86_64/fpu/svml_s_logf4_core.S
sysdeps/x86_64/fpu/svml_s_logf8_core.S
sysdeps/x86_64/fpu/svml_s_logf8_core_avx.S
sysdeps/x86_64/fpu/svml_s_logf_data.S
sysdeps/x86_64/fpu/svml_s_logf_data.h
sysdeps/x86_64/fpu/svml_s_powf16_core.S
sysdeps/x86_64/fpu/svml_s_powf4_core.S
sysdeps/x86_64/fpu/svml_s_powf8_core.S
sysdeps/x86_64/fpu/svml_s_powf8_core_avx.S
sysdeps/x86_64/fpu/svml_s_powf_data.S
sysdeps/x86_64/fpu/svml_s_powf_data.h
sysdeps/x86_64/fpu/svml_s_sincosf16_core.S
sysdeps/x86_64/fpu/svml_s_sincosf4_core.S
sysdeps/x86_64/fpu/svml_s_sincosf8_core.S
sysdeps/x86_64/fpu/svml_s_sincosf8_core_avx.S
sysdeps/x86_64/fpu/svml_s_sinf16_core.S
sysdeps/x86_64/fpu/svml_s_sinf4_core.S
sysdeps/x86_64/fpu/svml_s_sinf8_core.S
sysdeps/x86_64/fpu/svml_s_sinf8_core_avx.S
sysdeps/x86_64/fpu/svml_s_trig_data.S
sysdeps/x86_64/fpu/svml_s_trig_data.h
sysdeps/x86_64/fpu/svml_s_wrapper_impl.h
sysdeps/x86_64/fpu/test-double-libmvec-alias-mod.c
sysdeps/x86_64/fpu/test-double-libmvec-alias.c
sysdeps/x86_64/fpu/test-double-libmvec-sincos-main.c
sysdeps/x86_64/fpu/test-double-libmvec-sincos.c
sysdeps/x86_64/fpu/test-double-vlen2-wrappers.c
sysdeps/x86_64/fpu/test-double-vlen4-avx2-wrappers.c
sysdeps/x86_64/fpu/test-double-vlen4-avx2.h
sysdeps/x86_64/fpu/test-double-vlen4-wrappers.c
sysdeps/x86_64/fpu/test-double-vlen4.h
sysdeps/x86_64/fpu/test-double-vlen8-wrappers.c
sysdeps/x86_64/fpu/test-double-vlen8.h
sysdeps/x86_64/fpu/test-float-libmvec-alias-mod.c
sysdeps/x86_64/fpu/test-float-libmvec-alias.c
sysdeps/x86_64/fpu/test-float-libmvec-sincosf-main.c
sysdeps/x86_64/fpu/test-float-libmvec-sincosf.c
sysdeps/x86_64/fpu/test-float-vlen16-wrappers.c
sysdeps/x86_64/fpu/test-float-vlen16.h
sysdeps/x86_64/fpu/test-float-vlen4-wrappers.c
sysdeps/x86_64/fpu/test-float-vlen8-avx2-wrappers.c
sysdeps/x86_64/fpu/test-float-vlen8-avx2.h
sysdeps/x86_64/fpu/test-float-vlen8-wrappers.c
sysdeps/x86_64/fpu/test-float-vlen8.h
sysdeps/x86_64/fpu/test-libmvec-alias-mod.c
sysdeps/x86_64/fpu/x86_64-math-asm.h
sysdeps/x86_64/htonl.S
sysdeps/x86_64/ifuncmain8.c
sysdeps/x86_64/ifuncmod8.c
sysdeps/x86_64/isa.h
sysdeps/x86_64/jmpbuf-offsets.h
sysdeps/x86_64/jmpbuf-unwind.h
sysdeps/x86_64/lshift.S
sysdeps/x86_64/machine-gmon.h
sysdeps/x86_64/memchr.S
sysdeps/x86_64/memcmp.S
sysdeps/x86_64/memcpy_chk.S
sysdeps/x86_64/memmove.S
sysdeps/x86_64/memmove_chk.S
sysdeps/x86_64/mempcpy_chk.S
sysdeps/x86_64/memrchr.S
sysdeps/x86_64/memset.S
sysdeps/x86_64/memset_chk.S
sysdeps/x86_64/memusage.h
sysdeps/x86_64/mul_1.S
sysdeps/x86_64/multiarch/ifunc-avx2.h
sysdeps/x86_64/multiarch/ifunc-impl-list.c
sysdeps/x86_64/multiarch/ifunc-memcmp.h
sysdeps/x86_64/multiarch/ifunc-memmove.h
sysdeps/x86_64/multiarch/ifunc-memset.h
sysdeps/x86_64/multiarch/ifunc-sse4_2.h
sysdeps/x86_64/multiarch/ifunc-strcasecmp.h
sysdeps/x86_64/multiarch/ifunc-strcpy.h
sysdeps/x86_64/multiarch/ifunc-wmemset.h
sysdeps/x86_64/multiarch/memchr-avx2.S
sysdeps/x86_64/multiarch/memchr-sse2.S
sysdeps/x86_64/multiarch/memchr.c
sysdeps/x86_64/multiarch/memcmp-avx2-movbe.S
sysdeps/x86_64/multiarch/memcmp-sse2.S
sysdeps/x86_64/multiarch/memcmp-sse4.S
sysdeps/x86_64/multiarch/memcmp-ssse3.S
sysdeps/x86_64/multiarch/memcmp.c
sysdeps/x86_64/multiarch/memcpy-ssse3-back.S
sysdeps/x86_64/multiarch/memcpy-ssse3.S
sysdeps/x86_64/multiarch/memcpy.c
sysdeps/x86_64/multiarch/memcpy_chk-nonshared.S
sysdeps/x86_64/multiarch/memcpy_chk.c
sysdeps/x86_64/multiarch/memmove-avx512-no-vzeroupper.S
sysdeps/x86_64/multiarch/memmove-sse2-unaligned-erms.S
sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S
sysdeps/x86_64/multiarch/memmove.c
sysdeps/x86_64/multiarch/memmove_chk-nonshared.S
sysdeps/x86_64/multiarch/memmove_chk.c
sysdeps/x86_64/multiarch/mempcpy.c
sysdeps/x86_64/multiarch/mempcpy_chk-nonshared.S
sysdeps/x86_64/multiarch/mempcpy_chk.c
sysdeps/x86_64/multiarch/memrchr-avx2.S
sysdeps/x86_64/multiarch/memrchr-sse2.S
sysdeps/x86_64/multiarch/memrchr.c
sysdeps/x86_64/multiarch/memset-avx512-no-vzeroupper.S
sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S
sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S
sysdeps/x86_64/multiarch/memset.c
sysdeps/x86_64/multiarch/memset_chk-nonshared.S
sysdeps/x86_64/multiarch/memset_chk.c
sysdeps/x86_64/multiarch/rawmemchr-sse2.S
sysdeps/x86_64/multiarch/rawmemchr.c
sysdeps/x86_64/multiarch/sched_cpucount.c
sysdeps/x86_64/multiarch/stpcpy-sse2.S
sysdeps/x86_64/multiarch/stpcpy.c
sysdeps/x86_64/multiarch/stpncpy.c
sysdeps/x86_64/multiarch/strcasecmp.c
sysdeps/x86_64/multiarch/strcasecmp_l-avx.S
sysdeps/x86_64/multiarch/strcasecmp_l-sse2.S
sysdeps/x86_64/multiarch/strcasecmp_l-sse4_2.S
sysdeps/x86_64/multiarch/strcasecmp_l.c
sysdeps/x86_64/multiarch/strcat-avx2.S
sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S
sysdeps/x86_64/multiarch/strcat-sse2.S
sysdeps/x86_64/multiarch/strcat-ssse3.S
sysdeps/x86_64/multiarch/strcat.c
sysdeps/x86_64/multiarch/strchr-avx2.S
sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S
sysdeps/x86_64/multiarch/strchr-sse2.S
sysdeps/x86_64/multiarch/strchr.c
sysdeps/x86_64/multiarch/strchrnul-sse2.S
sysdeps/x86_64/multiarch/strchrnul.c
sysdeps/x86_64/multiarch/strcmp-avx2.S
sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S
sysdeps/x86_64/multiarch/strcmp-sse2.S
sysdeps/x86_64/multiarch/strcmp-sse42.S
sysdeps/x86_64/multiarch/strcmp-sse4_2.S
sysdeps/x86_64/multiarch/strcmp.c
sysdeps/x86_64/multiarch/strcpy-avx2.S
sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S
sysdeps/x86_64/multiarch/strcpy-sse2.S
sysdeps/x86_64/multiarch/strcpy-ssse3.S
sysdeps/x86_64/multiarch/strcpy.c
sysdeps/x86_64/multiarch/strcspn-c.c
sysdeps/x86_64/multiarch/strcspn-sse2.S
sysdeps/x86_64/multiarch/strcspn.c
sysdeps/x86_64/multiarch/strlen-avx2.S
sysdeps/x86_64/multiarch/strlen-sse2.S
sysdeps/x86_64/multiarch/strlen.c
sysdeps/x86_64/multiarch/strncase.c
sysdeps/x86_64/multiarch/strncase_l-avx.S
sysdeps/x86_64/multiarch/strncase_l-sse2.S
sysdeps/x86_64/multiarch/strncase_l-sse4_2.S
sysdeps/x86_64/multiarch/strncase_l.c
sysdeps/x86_64/multiarch/strncat.c
sysdeps/x86_64/multiarch/strncmp-sse2.S
sysdeps/x86_64/multiarch/strncmp-sse4_2.S
sysdeps/x86_64/multiarch/strncmp-ssse3.S
sysdeps/x86_64/multiarch/strncmp.c
sysdeps/x86_64/multiarch/strncpy.c
sysdeps/x86_64/multiarch/strnlen-sse2.S
sysdeps/x86_64/multiarch/strnlen.c
sysdeps/x86_64/multiarch/strpbrk-sse2.S
sysdeps/x86_64/multiarch/strpbrk.c
sysdeps/x86_64/multiarch/strrchr-avx2.S
sysdeps/x86_64/multiarch/strrchr-sse2.S
sysdeps/x86_64/multiarch/strrchr.c
sysdeps/x86_64/multiarch/strspn-c.c
sysdeps/x86_64/multiarch/strspn-sse2.S
sysdeps/x86_64/multiarch/strspn.c
sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S
sysdeps/x86_64/multiarch/strstr.c
sysdeps/x86_64/multiarch/test-multiarch.c
sysdeps/x86_64/multiarch/varshift.c
sysdeps/x86_64/multiarch/varshift.h
sysdeps/x86_64/multiarch/wcschr-sse2.S
sysdeps/x86_64/multiarch/wcschr.c
sysdeps/x86_64/multiarch/wcscmp-sse2.S
sysdeps/x86_64/multiarch/wcscmp.c
sysdeps/x86_64/multiarch/wcscpy-ssse3.S
sysdeps/x86_64/multiarch/wcscpy.c
sysdeps/x86_64/multiarch/wcslen-sse2.S
sysdeps/x86_64/multiarch/wcslen.c
sysdeps/x86_64/multiarch/wcsncmp-sse2.c
sysdeps/x86_64/multiarch/wcsncmp.c
sysdeps/x86_64/multiarch/wcsnlen.c
sysdeps/x86_64/multiarch/wcsrchr-sse2.S
sysdeps/x86_64/multiarch/wcsrchr.c
sysdeps/x86_64/multiarch/wmemchr.c
sysdeps/x86_64/multiarch/wmemcmp.c
sysdeps/x86_64/multiarch/wmemset.c
sysdeps/x86_64/multiarch/wmemset_chk-nonshared.S
sysdeps/x86_64/multiarch/wmemset_chk.c
sysdeps/x86_64/nptl/Makefile
sysdeps/x86_64/nptl/pthread_spin_lock.S
sysdeps/x86_64/nptl/pthread_spin_trylock.S
sysdeps/x86_64/nptl/pthread_spin_unlock.S
sysdeps/x86_64/nptl/pthreaddef.h
sysdeps/x86_64/nptl/tls.h
sysdeps/x86_64/rawmemchr.S
sysdeps/x86_64/rshift.S
sysdeps/x86_64/sched_cpucount.c
sysdeps/x86_64/setjmp.S
sysdeps/x86_64/stackinfo.h
sysdeps/x86_64/start.S
sysdeps/x86_64/strcat.S
sysdeps/x86_64/strchr.S
sysdeps/x86_64/strchrnul.S
sysdeps/x86_64/strcmp.S
sysdeps/x86_64/strcpy.S
sysdeps/x86_64/strcspn.S
sysdeps/x86_64/strlen.S
sysdeps/x86_64/strrchr.S
sysdeps/x86_64/strspn.S
sysdeps/x86_64/sub_n.S
sysdeps/x86_64/submul_1.S
sysdeps/x86_64/sysdep.h
sysdeps/x86_64/tls_get_addr.S
sysdeps/x86_64/tlsdesc.c
sysdeps/x86_64/tst-audit.h
sysdeps/x86_64/tst-audit10-aux.c
sysdeps/x86_64/tst-audit10.c
sysdeps/x86_64/tst-audit4-aux.c
sysdeps/x86_64/tst-audit4.c
sysdeps/x86_64/tst-auditmod10a.c
sysdeps/x86_64/tst-auditmod10b.c
sysdeps/x86_64/tst-avx-aux.c
sysdeps/x86_64/tst-avx.c
sysdeps/x86_64/tst-avx512-aux.c
sysdeps/x86_64/tst-avx512.c
sysdeps/x86_64/tst-mallocalign1.c
sysdeps/x86_64/tst-platform-1.c
sysdeps/x86_64/tst-platformmod-1.c
sysdeps/x86_64/tst-platformmod-2.c
sysdeps/x86_64/tst-quad1.c
sysdeps/x86_64/tst-quadmod1.S
sysdeps/x86_64/tst-quadmod2.S
sysdeps/x86_64/tst-sse.c
sysdeps/x86_64/tst-stack-align.h
sysdeps/x86_64/tst-x86_64-1.c
sysdeps/x86_64/tst-x86_64mod-1.c
sysdeps/x86_64/wcschr.S
sysdeps/x86_64/wcscmp.S
sysdeps/x86_64/wcslen.S
sysdeps/x86_64/wcsrchr.S
sysdeps/x86_64/wmemset_chk.S
sysdeps/x86_64/x32/dl-machine.h
sysdeps/x86_64/x32/fpu/s_lrint.S
sysdeps/x86_64/x32/fpu/s_lrintf.S
sysdeps/x86_64/x32/fpu/s_lrintl.S
sysdeps/x86_64/x32/gmp-mparam.h
sysdeps/x86_64/x32/sysdep.h
sysdeps/x86_64/x32/test-size_t.h
sysdeps/x86_64/x32/tst-size_t-memchr.c
sysdeps/x86_64/x32/tst-size_t-memcmp-2.c
sysdeps/x86_64/x32/tst-size_t-memcmp.c
sysdeps/x86_64/x32/tst-size_t-memcpy.c
sysdeps/x86_64/x32/tst-size_t-memrchr.c
sysdeps/x86_64/x32/tst-size_t-memset.c
sysdeps/x86_64/x32/tst-size_t-strncasecmp.c
sysdeps/x86_64/x32/tst-size_t-strncmp.c
sysdeps/x86_64/x32/tst-size_t-strncpy.c
sysdeps/x86_64/x32/tst-size_t-strnlen.c
sysdeps/x86_64/x32/tst-size_t-wcsncmp.c
sysdeps/x86_64/x32/tst-size_t-wcsnlen.c
sysdeps/x86_64/x32/tst-size_t-wmemchr.c
sysdeps/x86_64/x32/tst-size_t-wmemcmp.c
sysdeps/x86_64/x32/tst-size_t-wmemset.c
sysvipc/Makefile
sysvipc/ftok.c
sysvipc/msgctl.c
sysvipc/msgget.c
sysvipc/msgrcv.c
sysvipc/msgsnd.c
sysvipc/semctl.c
sysvipc/semget.c
sysvipc/semop.c
sysvipc/semtimedop.c
sysvipc/shmat.c
sysvipc/shmctl.c
sysvipc/shmdt.c
sysvipc/shmget.c
sysvipc/sys/ipc.h
sysvipc/sys/msg.h
sysvipc/sys/sem.h
sysvipc/sys/shm.h
sysvipc/test-sysvmsg.c
sysvipc/test-sysvsem.c
sysvipc/test-sysvshm.c
termios/Makefile
termios/cfmakeraw.c
termios/cfsetspeed.c
termios/speed.c
termios/tcdrain.c
termios/tcflow.c
termios/tcflush.c
termios/tcgetattr.c
termios/tcgetpgrp.c
termios/tcgetsid.c
termios/tcsendbrk.c
termios/tcsetattr.c
termios/tcsetpgrp.c
termios/termios.h
test-skeleton.c
time/Makefile
time/adjtime.c
time/alt_digit.c
time/asctime.c
time/clock.c
time/clock_getcpuclockid.c
time/clock_getres.c
time/clock_gettime.c
time/clock_nanosleep.c
time/clock_settime.c
time/ctime.c
time/ctime_r.c
time/difftime.c
time/dysize.c
time/era.c
time/ftime.c
time/getdate.c
time/getitimer.c
time/gettimeofday.c
time/gmtime.c
time/lc-time-cleanup.c
time/localtime.c
time/offtime.c
time/setitimer.c
time/settimeofday.c
time/stime.c
time/strftime.c
time/strftime_l.c
time/strptime.c
time/strptime_l.c
time/sys/time.h
time/sys/timeb.h
time/test_time.c
time/time.c
time/time.h
time/timegm.c
time/timespec_get.c
time/tst-clock.c
time/tst-clock_nanosleep.c
time/tst-cpuclock1.c
time/tst-ftime.c
time/tst-getdate.c
time/tst-strftime2.c
time/tst-strftime3.c
time/tst-strptime-whitespace.c
time/tst-strptime.c
time/tst-tzname.c
time/tst-y2039.c
time/tzfile.c
time/tzset.c
time/wcsftime.c
time/wcsftime_l.c
timezone/Makefile
timezone/tst-timezone.c
timezone/tst-tzset.c
wcsmbs/Makefile
wcsmbs/bits/wchar-ldbl.h
wcsmbs/bits/wchar2.h
wcsmbs/btowc.c
wcsmbs/c16rtomb.c
wcsmbs/c32rtomb.c
wcsmbs/isoc99_fwscanf.c
wcsmbs/isoc99_swscanf.c
wcsmbs/isoc99_vfwscanf.c
wcsmbs/isoc99_vswscanf.c
wcsmbs/isoc99_vwscanf.c
wcsmbs/isoc99_wscanf.c
wcsmbs/mbrlen.c
wcsmbs/mbrtoc16.c
wcsmbs/mbrtoc32.c
wcsmbs/mbrtowc.c
wcsmbs/mbsinit.c
wcsmbs/mbsnrtowcs.c
wcsmbs/mbsrtowcs.c
wcsmbs/mbsrtowcs_l.c
wcsmbs/test-char-types.c
wcsmbs/test-wcpcpy.c
wcsmbs/test-wcpncpy.c
wcsmbs/test-wcscat.c
wcsmbs/test-wcschrnul.c
wcsmbs/test-wcscspn.c
wcsmbs/test-wcsncat.c
wcsmbs/test-wcsncpy.c
wcsmbs/test-wcsnlen.c
wcsmbs/test-wcspbrk.c
wcsmbs/test-wcsspn.c
wcsmbs/test-wmemchr.c
wcsmbs/test-wmemset.c
wcsmbs/tst-btowc.c
wcsmbs/tst-c16-surrogate.c
wcsmbs/tst-c32-state.c
wcsmbs/tst-mbrtowc.c
wcsmbs/tst-mbsrtowcs.c
wcsmbs/tst-wcpncpy.c
wcsmbs/tst-wcrtomb.c
wcsmbs/tst-wcsnlen.c
wcsmbs/tst-wcstod-nan-locale.c
wcsmbs/tst-wcstod-nan-sign.c
wcsmbs/tst-wcstod-round.c
wcsmbs/tst-wcstol-locale.c
wcsmbs/uchar.h
wcsmbs/wchar.h
wcsmbs/wcpcpy.c
wcsmbs/wcpncpy.c
wcsmbs/wcrtomb.c
wcsmbs/wcscasecmp.c
wcsmbs/wcscasecmp_l.c
wcsmbs/wcscat.c
wcsmbs/wcschr.c
wcsmbs/wcschrnul.c
wcsmbs/wcscmp.c
wcsmbs/wcscoll.c
wcsmbs/wcscoll_l.c
wcsmbs/wcscpy.c
wcsmbs/wcscspn.c
wcsmbs/wcsdup.c
wcsmbs/wcslen.c
wcsmbs/wcsmbsload.c
wcsmbs/wcsmbsload.h
wcsmbs/wcsncase.c
wcsmbs/wcsncase_l.c
wcsmbs/wcsncat.c
wcsmbs/wcsncmp.c
wcsmbs/wcsncpy.c
wcsmbs/wcsnlen.c
wcsmbs/wcsnrtombs.c
wcsmbs/wcspbrk.c
wcsmbs/wcsrchr.c
wcsmbs/wcsrtombs.c
wcsmbs/wcsspn.c
wcsmbs/wcsstr.c
wcsmbs/wcstod.c
wcsmbs/wcstod_l.c
wcsmbs/wcstod_nan.c
wcsmbs/wcstof.c
wcsmbs/wcstof_l.c
wcsmbs/wcstof_nan.c
wcsmbs/wcstok.c
wcsmbs/wcstol.c
wcsmbs/wcstol_l.c
wcsmbs/wcstold.c
wcsmbs/wcstold_l.c
wcsmbs/wcstold_nan.c
wcsmbs/wcstoll.c
wcsmbs/wcstoll_l.c
wcsmbs/wcstoul.c
wcsmbs/wcstoul_l.c
wcsmbs/wcstoull.c
wcsmbs/wcstoull_l.c
wcsmbs/wcswidth.c
wcsmbs/wcsxfrm.c
wcsmbs/wcsxfrm_l.c
wcsmbs/wctob.c
wcsmbs/wcwidth.c
wcsmbs/wcwidth.h
wcsmbs/wmemchr.c
wcsmbs/wmemcmp.c
wcsmbs/wmemcpy.c
wcsmbs/wmemmove.c
wcsmbs/wmempcpy.c
wcsmbs/wmemset.c
wctype/Makefile
wctype/bits/wctype-wchar.h
wctype/iswctype.c
wctype/iswctype_l.c
wctype/test_wcfuncs.c
wctype/test_wctype.c
wctype/towctrans.c
wctype/towctrans_l.c
wctype/wcfuncs.c
wctype/wcfuncs_l.c
wctype/wchar-lookup.h
wctype/wctrans.c
wctype/wctrans_l.c
wctype/wctype.c
wctype/wctype.h
wctype/wctype_l.c

diff --git a/INSTALL b/INSTALL
index 16987cd048ec56b2910f7aa302257efc3f563dff..392537cc5c2b099e030ea62582f82c45dc7ec28b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -643,7 +643,7 @@ library, you really only need to narrow it down to one library function
 call, if possible.  This should not be too difficult.
 
    The final step when you have a simple test case is to report the bug.
-Do this at <http://www.gnu.org/software/libc/bugs.html>.
+Do this at <https://www.gnu.org/software/libc/bugs.html>.
 
    If you are not sure how a function should behave, and this manual
 doesn't tell you, that's a bug in the manual.  Report that too!  If the
index 0e3a9fe39b26e97038d92f904508a4c3aa1bb43b..530893b1dc9ea00755603c68fb36bd4fc38a7be8 100644 (file)
--- a/LICENSES
+++ b/LICENSES
@@ -246,7 +246,7 @@ Collected from libdes and modified for SECURE RPC by Martin Kuck 1994
 This file is distributed under the terms of the GNU Lesser General
 Public License, version 2.1 or later - see the file COPYING.LIB for details.
 If you did not receive a copy of the license with this program, please
-see <http://www.gnu.org/licenses/> to obtain a copy.
+see <https://www.gnu.org/licenses/> to obtain a copy.
 \f
 The file inet/rcmd.c is under a UCB copyright and the following:
 
@@ -388,4 +388,4 @@ Copyright 2001 by Stephen L. Moshier <moshier@na-net.ornl.gov>
 
  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, see
- <http://www.gnu.org/licenses/>.  */
+ <https://www.gnu.org/licenses/>.  */
index fd36c58c041271091551b43448ef1e2d21bd460f..44b5f3a4d070cf2ebd6d3c3790cc6f44ca1b516f 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile configuration options for the GNU C library.
index ac1125853bf692c4b631f97ba2b38bf2bde02067..67ddd01bfe21636a346a87939ad1768ff1fd9ebb 100644 (file)
--- a/Makefile
+++ b/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/>.
 
 #
 #      Master Makefile for the GNU C library
index 83bdd3a44d0d42db6634b91f26bc1d126aa43c3f..f5134586fa53fa96b7ac8b72e865c4afee13d72d 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Common rules for making the GNU C library.  This file is included
diff --git a/NEWS b/NEWS
index a64b89986ac0a7cacc572773b8156ffad35e5880..d7286841c9287d80fbe9b39d3a04f6fb3ed17931 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4226,7 +4226,7 @@ Version 2.3.6
   1110, 1111, 1112, 1113, 1125, 1137, 1138, 1249, 1250, 1251, 1252,
   1253, 1254, 1350, 1358, 1394, 1438, 1498, 1534
 
-  Visit <http://sources.redhat.com/bugzilla/> for the details of each bug.
+  Visit <https://sourceware.org/bugzilla/> for the details of each bug.
 
 * As of this release, GCC 4 can be used to compile the C Library.
 
@@ -4241,7 +4241,7 @@ Version 2.3.5
   737, 738, 739, 740, 741, 742, 743, 744, 745, 765, 767, 768, 769, 776,
   777, 787, 821, 822, 823, 825
 
-  Visit <http://sources.redhat.com/bugzilla/> for the details of each bug.
+  Visit <https://sourceware.org/bugzilla/> for the details of each bug.
 \f
 Version 2.3.4
 
diff --git a/README b/README
index eb9b0b34a35e63712fd6146f752a188cce694c67..31c5da0405bd4566c69e1cb42e9696f97da9120b 100644 (file)
--- a/README
+++ b/README
@@ -44,12 +44,12 @@ The GNU C Library supports these configurations for using Linux kernels:
        sparc64*-*-linux-gnu
 
 If you are interested in doing a port, please contact the glibc
-maintainers; see http://www.gnu.org/software/libc/ for more
+maintainers; see https://www.gnu.org/software/libc/ for more
 information.
 
 See the file INSTALL to find out how to configure, build, and install
 the GNU C Library.  You might also consider reading the WWW pages for
-the C library at http://www.gnu.org/software/libc/.
+the C library at https://www.gnu.org/software/libc/.
 
 The GNU C Library is (almost) completely documented by the Texinfo manual
 found in the `manual/' subdirectory.  The manual is still being updated
@@ -60,7 +60,7 @@ following the bug-reporting instructions below.  Please be sure to check
 the manual in the current development sources to see if your problem has
 already been corrected.
 
-Please see http://www.gnu.org/software/libc/bugs.html for bug reporting
+Please see https://www.gnu.org/software/libc/bugs.html for bug reporting
 information.  We are now using the Bugzilla system to track all bug reports.
 This web page gives detailed information on how to report bugs properly.
 
diff --git a/Rules b/Rules
index 222dba6dcbad47d0cac0d2481ca5188b04339379..8dbac56ce63851fda25e35d2c339685eeb4ad657 100644 (file)
--- a/Rules
+++ b/Rules
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Rules for making a subdirectory in the GNU C library.
index d5c2d77658929cfd1082e4cb235c5434846f4a90..c97e4c307c7ffadd86061f4d2a37931f7e3cd369 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for argp.
index 2f827a0e200ab1dc710c8b5b461084c062ebe27f..441a264128137a797fe32e4f2103fa7981ee6633 100644 (file)
@@ -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/>.  */
 
 /* If set by the user program, it should point to string that is the
    bug-reporting address for the program.  It will be printed by argp_help if
index 1e7ec67848379c9a4c2f754ba35793a2cca284d6..50c9b028e61eb8dba9a9f7118b39d593c88dcdcf 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index e46f3edb415267498484d7cb52d16a28066b95e5..1fff85cba059e5b4315d5f9dfcaf814c84184b8a 100644 (file)
@@ -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 package emulates glibc `line_wrap_stream' semantics for systems that
    don't have that.  */
index 8b29f877a9cb9cb2a9d85f0b3a74d12855ecddcc..47a48e6cda0481302444836850b62072308f5bb3 100644 (file)
@@ -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 package emulates glibc `line_wrap_stream' semantics for systems that
    don't have that.  If the system does have it, it is just a wrapper for
index 1903d29856cd01a8ccc472afa559545b9ea6b518..38187c342f43b14140b21c89bac9045edef9c012 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 3b1727c4aafe8127caefba44ea74a9c654196877..85f5792bfeef91b96453630a40e4fb9ee3d943a8 100644 (file)
@@ -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/>.  */
 
 #ifndef _GNU_SOURCE
 # define _GNU_SOURCE   1
index 4831ad76aea9ee1f5998268086349425f9609848..b3c0bbd267c6b30f76de50f456db21be1775800e 100644 (file)
@@ -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/>.  */
 
 #if !_LIBC
 /* This code is written for inclusion in gnu-libc, and uses names in the
index 9df050222c3aa0be88f4e16599eef256817130d2..56a0247e54e3486420b5c5c11c77bedd3fbf96c9 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index 897dca8cad6faa5e45ea97b93ce5109a94dc66d5..6c06173265040169682f28d405674834e8dedde2 100644 (file)
@@ -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/>.  */
 
 /* If set by the user program to a non-zero value, then a default option
    --version is added (unless the ARGP_NO_HELP flag is used), which will
index 1358a8a12582adeee0c41428b7f33d3173bf8f30..3218571f8cb7f016400ca1f4409cffe7ba389ffd 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index 13e0c6df14bdf936fe16581c95e28f179c9b39ba..6cbb1710e24df17c8c3bad1f3ee9be176a98c57a 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index 60667b0e7e1b35c20447078b7cf4d362bf4121c3..419e12f625e67369cf40a33993cca5e8dcf421b4 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index c7322581bf9ce55702cbc9392d286eb35a94f715..07adec18956a2bd368e2fc2fe824aa7746523015 100644 (file)
@@ -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/>.  */
 
 #ifndef _ARGP_H
 #define _ARGP_H
index 86022a04acc356b6add2f4567323d6c6b27e271a..3b7e4e797b35c5532f0b31538849b94f230e9b47 100644 (file)
@@ -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 _ARGP_H
 # error "Never include <bits/argp-ldbl.h> directly; use <argp.h> instead."
index 197ac90dfe6dbef7e7757d6ecdd6db1a8b1a094e..68897586e55ed0a468006de68d07aa52602e20a0 100644 (file)
@@ -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 <argp.h>
 
index e15f66b69cc91398f027d024f20b981510d75ec9..fdba498d190553b63beca3b5e69833154dace887 100644 (file)
@@ -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 <argp.h>
 
index 72741f45c2f6d010a3c3a8ef2958c0610d790a55..3c0948538864880a0cdcb3affadd412984cc91e8 100644 (file)
@@ -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 <argp.h>
 #include <string.h>
index 3da7422560ae8b305015bb985c5892d2acd7cddd..3f95d4ace2bf668bd60f9208065ccfb929e5c102 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for assert portion of the library.
index 082693eb7d006ac0fddab236d1b7a6030c510c09..c118e75d844999af4ab2f816ab9a2753d152535d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We have to see the prototype.  */
 #undef NDEBUG
index 410f27c83ca2673e4c3ec6a2e0902b4f00e79eb2..e8330ecc8c89c126942b109c34567823f858b150 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <libintl.h>
index a524d5d7479cd11d83d4738004ebd1d7f45c474e..28312f9975e22f124c3cfb0952e55eb28fd01196 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <atomic.h>
index 20fe320043978e4c9fbe7b2c5df647086241ea49..06b4faf4f1eeffc8883b39b70a75bae86b18eb7f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.2 Diagnostics       <assert.h>
index 3df981525698070ef42753df2bf3b1d33dc81b59..41cb487512c2fa26eb4fa523b7a4aadfd18da5ad 100644 (file)
@@ -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>
 
index c985811446c543e71f3905d8c1a75b0985d73d95..eb24013ae06ab7284071977594053b6916f677da 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU 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-assert-c++.cc>
index 697e29fbbea225709388271885f9140cc1266974..8de84182cb6862da8d162ff69b9923a474fedec7 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Makefile for benchmark tests.  The only useful target here is `bench`.
 # Add benchmark functions in alphabetical order.
index c4f06f69993d1b667fc10722c3bfe767eb54d39e..f4fcd92c56690a364b545a571ecdc6e6d6bc41f1 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 9d7dcf26b7ba64addd946b3766cef73d9cf25ec3..500390866ea088130cc8cb06601b00f5f2a8dac0 100644 (file)
@@ -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 <math.h>
index 37331bc662d6a8b4083a5d199a209889e3569074..9042608fde6011033bb3cd0f87cdffcfefd5b231 100644 (file)
@@ -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 SIZE 1024
 #define TEST_MAIN
index 46f96d58c5fe725eec2251b48cd984bb3741d7c0..8576fd5151c8a5d6b2f1474074356afaa26703cf 100644 (file)
@@ -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_MAIN
 #define TEST_NAME "memccpy"
index 8a9909a984f21d40f9eb4592c5bf83da31cf1f61..cb9c0d3548640547d4d52515c7f03b4d11a92834 100644 (file)
@@ -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 WIDE
 # define SMALL_CHAR 127
index a6af10785589a5f1da0a79d8367d85b84d061d95..6a5f976658cf64e1741e64075e34ac5ac5d7952d 100644 (file)
@@ -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_MAIN
 #ifdef WIDE
index e19ad7474d0ffbdd53b8b727dd3feb95de7275f9..84b16906c4fe230f162dd3f44678de70d615d1e4 100644 (file)
@@ -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 MEMCPY_RESULT
 # define MEMCPY_RESULT(dst, len) dst
index f2c2e9dc3db29ca269514874a4976eec13d9d685..87865228fd768ffc1600aef5dd6be567a340e399 100644 (file)
@@ -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 MIN_PAGE_SIZE 131072
 #define TEST_MAIN
index 397a1e98df4f7bd069865262470c40a58665bcd6..f665c7c1845a48138849b1635ebe35f0cdcc3de7 100644 (file)
@@ -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 microbenchmark measures the throughput of memcpy for various sizes from
    1 byte to 32MiB, doubling every iteration and then misaligning by 0-15
index 21cb000e4ca721fef3d3236169527317ad2833f7..d1eff661ceef724660dfa0ef1bd4b9b05df389c4 100644 (file)
@@ -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 MEMCPY_RESULT
 # define MEMCPY_RESULT(dst, len) dst
index 42778b07658efbe9d8027e04dc4682aba5ab8797..176e6ec419fa14c185646ef1cd9b74fabfbc26ae 100644 (file)
@@ -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_MAIN
 #define TEST_NAME "memmem"
index 710c64863490c3677a225e0e17c15fb375c84abd..d29613ad862525eaa04a821b148e73b16cad1056 100644 (file)
@@ -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 BASE_PAGE_SIZE (1024 * 1024)
 #define START_SIZE (4 * 1024)
index 2b4a7e4f2966b930a8488dd02647639ffbfddc73..7f19cbae2c3e6f07f069ca52bc15a33e4cc23410 100644 (file)
@@ -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 microbenchmark measures the throughput of memmove for various sizes from
    1 byte to 32MiB, doubling every iteration and then misaligning by 0-15
index 9804e718b9be3c6174e426602f5f70d216272c47..7e8688b4978efb317888e6f6eabcfc3c76bbd7bf 100644 (file)
@@ -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_MAIN
 #define TEST_NAME "memmove"
index 09f8557413f92d95d25c6396e74e9a3bc14d73ff..86e53bab42bc178c734beed54b5570e27560f779 100644 (file)
@@ -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 MEMCPY_RESULT(dst, len) (dst) + (len)
 #define TEST_MAIN
index f8034050cdea0d02a78c8b740ca2fdaa090bca7e..1fb66168c059a2832c8feed7c4da8dfb3da98a76 100644 (file)
@@ -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_MAIN
 #define TEST_NAME "memrchr"
index 97ba30f122bdf51e7b9395b5539684a210ca8d5f..4ec54643836de1d8d12f575d22983d147bf2cad4 100644 (file)
@@ -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_MAIN
 #define TEST_NAME "memset"
index 2d18c186fc18abca732748dd74a038d9ae659976..d1cfdcf8d9b2697b19c997f39ec6137ebff2d587 100644 (file)
@@ -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_MAIN
 #define TEST_NAME "memset"
index 69e8d36e966655c65b5cd70f5a54998feceb1cc6..f7961699a01ac3f4b6affb70c67db697d481270a 100644 (file)
@@ -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_MAIN
 #ifndef WIDE
index f7e1524d8a682c508e9384851e5a845bd88bcb40..d45a2b815dd4f576145e3c3da3f8637ea44adc76 100644 (file)
@@ -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 <stdint.h>
index 854151e5a82028e74fe3a966e82004572542f411..574f4453e68a96c7162c4c7d28a8079caa1b3fd6 100644 (file)
@@ -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 <string.h>
 #include <stdint.h>
index bcea9af1bf4d251665c978abb8f60305f054caf4..24af63388bdb0aadf862a56cda087eebce575ae6 100644 (file)
@@ -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 STRCPY_RESULT(dst, len) ((dst) + (len))
 #define TEST_MAIN
index 51d84c3272a0224539a267b0e98f591ce0f170a4..6ae0f3dc229c29f01d1416173b60a03c740a38a2 100644 (file)
@@ -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 STRCPY_RESULT(dst, len) ((dst) + (len))
 #define TEST_MAIN
index c4c6b65bb75b0271dadc816f7c028a042234b31f..a45c79a7c5a7f6de4583fd0805e5de7a177ed2c2 100644 (file)
@@ -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 STRNCPY_RESULT(dst, len, n) ((dst) + ((len) > (n) ? (n) : (len)))
 #define TEST_MAIN
index 4e9bcdc9a58c0ea6f622148bbf5e700558feaf2d..51bf2c870cf8065daa94be6d8ecc19e2c2b0b18f 100644 (file)
@@ -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>
 #define TEST_MAIN
index d701ff4f364b35bd5223831fc8df7b468e183ceb..a7342b0efe0a1cdf83a20ba884e434fd42076b4f 100644 (file)
@@ -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_MAIN
 #define TEST_NAME "strcasestr"
index 08841d037ff42ad30d9e6bb216f6d41dae87467b..bec2be2d6e3995e19c2a294256ff9bd8946f9833 100644 (file)
@@ -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_MAIN
 #ifndef WIDE
index 10d06feb23bd54e3ffbbf5dbd647e5ff7454acae..e82e1484e7526508d66b48c3c77cf851a9c9715c 100644 (file)
@@ -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_MAIN
 #ifndef WIDE
index 7a83f9148de596758f2af99aa5148acbb6efa681..a0c1c2810423af48e833cfc0d366d2c2568b672c 100644 (file)
@@ -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 USE_FOR_STRCHRNUL 1
 #include "bench-strchr.c"
index b8d355c3ce576fcbad30bf7434d287fbe4579432..581c410b03940513888a8ee51d76dc209b8651d6 100644 (file)
@@ -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_MAIN
 #ifdef WIDE
index 4943c5ee8a4128e7ec0e8224f285ce8c928d022b..3104af7dbe0b4b0b7597d715406791b199eafbea 100644 (file)
@@ -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 <fcntl.h>
index 7a7cf4abb2873a555c5d8c3eb9d55d2f5c44df4e..052a6bd5ca4f565f8434ce1ce99911215507d54a 100644 (file)
@@ -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 BIG_CHAR MAX_CHAR
 
index 34c9c78a77922c4bcb7abe1406b7793c73684a31..d6b7fd51d53ff33e5e297e44ad08a27e79375488 100644 (file)
@@ -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 STRCPY_RESULT
 # define STRCPY_RESULT(dst, len) dst
index bf9c4f8db39940d321323ca4750395efdadcaa37..49404e4766257bc440d48fc4e48fbf083624f54c 100644 (file)
@@ -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 STRPBRK_RESULT(s, pos) (pos)
 #define RES_TYPE size_t
index 4831e210544cd4e9402ab860844cad58c575abce..94e323710deab079cebe3114405ca82b0c9de13c 100644 (file)
@@ -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 <getopt.h>
 #include <sys/cdefs.h>
index 1997ad75b4611462fd5e1c3cec7d21c473d6e785..70beaac455019ff48faca31fdff9016680d64c69 100644 (file)
@@ -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_MAIN
 #ifndef WIDE
index 7c97877112ca2210bb54de2764a979281d67e8b7..c2db4270eb89956e4aa1e669d16b69127c5d36c1 100644 (file)
@@ -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>
 #define TEST_MAIN
index e7583dfad4a376b0d338a1618ef3fd5fd8663e58..21a811fd8aec0eeb586bd4c922afe0f004fdfd95 100644 (file)
@@ -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_MAIN
 #ifndef WIDE
index bd3f9b287102378cf35ca8873e45c1a86679d604..316b01cc46e2f307446f38d00940f898c90d0b03 100644 (file)
@@ -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_MAIN
 #ifdef WIDE
index a26232f423872bf6dde3ea70b662b19d5ab115f8..44b78c057bbdf8fdae7372b8691ba09d29d7becb 100644 (file)
@@ -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 BIG_CHAR MAX_CHAR
 
index 72ec30397776a791aa04343727155fdea1f08107..fbe7c0e8504daad00004cfa81d6b3009a694b8a5 100644 (file)
@@ -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_MAIN
 #ifndef WIDE
index e484ebd0c08df802e67578e613535f65ad233bdc..ef96c521b6fa340032d698ada9988d1512685b1e 100644 (file)
@@ -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 BIG_CHAR MAX_CHAR
 
index bdb3b41d40efa466685f11ca7338a8caef62f050..f4d5fa0e9a344c881bcd187047c6ad301b9cd42f 100644 (file)
@@ -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_MAIN
 #ifdef WIDE
index 96d3be52221f40ed1afeda1896921a04215a6b85..04152e329ed769998623ab14ef3c712869062ec8 100644 (file)
@@ -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_MAIN
 #define TEST_NAME "strsep"
index ed97c5fc6205825531cb7e0b6f349223be0c3f66..fae3366598a0fe9ee1dd7da103011620128cebb5 100644 (file)
@@ -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_MAIN
 #ifndef WIDE
index 36b7669d59ffba9bac726e565c0676b9a54a3384..63ff1b419f27f2a395bd0f0d6dc49614dc31f327 100644 (file)
@@ -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 MIN_PAGE_SIZE 131072
 #define TEST_MAIN
index 780c04ab0ade62b576ff623614a79881793327a1..2dc697bb90efe073d3a5b9e2e915de7858942e16 100644 (file)
@@ -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_MAIN
 #define TEST_NAME "strtod"
index f5ab587dd94ab5035632fbf78f4058cc62d72acb..1d89b5c856e981bfb9c9790035ab3d7f39886390 100644 (file)
@@ -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_MAIN
 #define TEST_NAME "strtok"
index 629316fd020dd7de9994ca95d850c02676fbf570..354d4fbf902c2990b24e803d297bb23370bf5dcd 100644 (file)
@@ -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 "bench-timing.h"
 #include <stdio.h>
index d068bf9459a1f9eb286b655ce7fb828909822888..26db7b00cbd3733d31defb2a4d8e463c61ffecbb 100644 (file)
@@ -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/>.  */
 
 #undef attribute_hidden
 #define attribute_hidden
index 91ca53fb3763e9894ca2ebd0c9740985a4fae2b4..a768868281b0274b35364669300650d69b863763 100644 (file)
@@ -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/>.  */
 
 
 static volatile unsigned int dontoptimize = 0;
index 470e31da93e9bbad586e73010e5e2d887e93a055..2d3287706808a038786c87134cc533b9758ca232 100644 (file)
@@ -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 START_ITER
index e635972df42945cdb31729a29e2a9942be9ace9e..65fb83e9d57cbbaa4803d59eead6673812af7ce2 100644 (file)
@@ -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 WIDE 1
 #include "bench-stpcpy.c"
index 846b79be3dfd446b304f1f26cff31f18aee36017..ef39f9dca40ee9d26b072c9088382e8234c63f7a 100644 (file)
@@ -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 WIDE 1
 #include "bench-stpncpy.c"
index 5db8d7e0073157960f998a0aa5335cd556457cde..39de7bfa630418bf43db4498b154ef0128b1c099 100644 (file)
@@ -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 WIDE 1
 #include "bench-strcat.c"
index 47911124c93e124df1b048b1925dfa4825fa8c02..38a1ba3953bb79f416b27a55e16cb94502486949 100644 (file)
@@ -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 WIDE 1
 #include "bench-strchr.c"
index b8afb4e374a93ed78267864706ad92123dec172f..f2f599a2bfc1e62044a7dfd79539a1c0a75630a2 100644 (file)
@@ -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 WIDE 1
 #include "bench-strchrnul.c"
index 026e12e28a295cdeb89f790d72022539c8d237da..9e8b15927e687420da919cc6c6b066d78134266c 100644 (file)
@@ -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 WIDE 1
 #include "bench-strcmp.c"
index d204b6f3df834db5e5974c800d64dd394b7d2fde..9f28d69e3d4adbfb2d0f43d0214bb6083e1383ba 100644 (file)
@@ -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 WIDE 1
 #include "bench-strcpy.c"
index 8061b03ecd027d27b81b508850ca326b65d51339..b6a3c701bc84b742e36f1910c27ca1f792ffd91a 100644 (file)
@@ -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 WIDE 1
 #include "bench-strcspn.c"
index 949b199422f88765a45ef9a95fe3b6c5e5ef32c5..47a783204561b9eaec6b4890cae3e8461fc7b5e0 100644 (file)
@@ -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 WIDE 1
 #include "bench-strlen.c"
index c08e854ad8504c9ee7a9c1cab4cadae923659d6b..ba33773cd989bd41453e66cf2a97fb48338aaf92 100644 (file)
@@ -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 WIDE 1
 #include "bench-strncat.c"
index 1317b93878c54cb6d5a5e1be844ff360f172c6f2..4bd5a0488f49a53a9548248d1c24a09ab2ae58b2 100644 (file)
@@ -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 WIDE 1
 #include "bench-strncmp.c"
index 2242792038bdf627aae725b483f5a2f308479673..2ba1ac965ff08c59327f8b12dbd3b7a0967ab8fd 100644 (file)
@@ -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 WIDE 1
 #include "bench-strncpy.c"
index 3eaea6213e412dd73eabd535c40ae3fd195d4136..ba8e6d6d10962baebfb605d40975b181624709c4 100644 (file)
@@ -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 WIDE 1
 #define __wmemchr wmemchr
index a59bbadeb3096116565c6881cc230596c013b3de..96210adb5d3fe432b75cd7ada8a6ef321a660152 100644 (file)
@@ -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 WIDE 1
 #include "bench-strpbrk.c"
index 0d8ae4c91888b5751f085376ccc1047d96a31428..1414c5dde1451e7fafa60a78960feddad579acae 100644 (file)
@@ -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 WIDE 1
 #include "bench-strrchr.c"
index 18c0a6d1a3735ffc49ec4b38c3d8f444cfca7428..6ed9f11dde66154c10ba6699c0696e09c5addaf6 100644 (file)
@@ -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 WIDE 1
 #include "bench-strspn.c"
index 6f1328199e082d59b6cc3f273a956a16644a1a6a..f500b4e40a134df1df68dcd1f7f18734c66e2ffa 100644 (file)
@@ -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 WIDE 1
 #include "bench-memchr.c"
index e790b9eb55fd91c4d8b91f5c5ec4d053eddbbc1e..485ce6270f95188afcac2bbbee01b71bd56188a2 100644 (file)
@@ -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 WIDE 1
 #include "bench-memcmp.c"
index 57067ce604621aab29e919d12419aeb7a001829c..1e22e5e10b8184900312c4691a733ccc6994615a 100644 (file)
@@ -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 WIDE 1
 #include "bench-memset.c"
index a67820b255bf867d09d02ff6c66531dbfde6dcf6..c1e063af4e84259c09facdc358064858c27df080 100644 (file)
@@ -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 <string.h>
 
index 577d45dfce3c30b1603df7a4a210b2439b5f7ba7..f1d1740e95516612b01102bc0d07382c1aff0348 100644 (file)
@@ -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 __JSON_LIB_H__
 #define __JSON_LIB_H__
index 93d7393d8829408913050e91883b604ad4306c59..b50b83f21ac0e6619f380a4245ca82e7873d51b2 100644 (file)
@@ -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 pthread_once_t once = PTHREAD_ONCE_INIT;
 
index dcf4e8d0886cfb3e1f62959270fca7147f59fa81..4b266323de06ae612df6bc5636e8fd2079336d5a 100755 (executable)
@@ -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/>.
 
 """Benchmark program generator script
 
index c1c438a1c9f0eae64eda3eca0a65039a206a89ef..d9058e97f3e088001e79163d84f84eb35477e3d2 100755 (executable)
@@ -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/>.
 """Compare two benchmark results
 
 Given two benchmark result files and a threshold, this script compares the
index bd37e2b9c233730f7d35bd2a68143996251087d7..4ea54eda4d028b2dfcd44dd3d6f4c85a4a732a90 100755 (executable)
@@ -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/>.
 """Compare results of string functions
 
 Given a string benchmark result file, print a table with comparisons with a
index 7a55d19f038e64d42a5bcc267c1a67c3509c13ec..61250022f05f2bbd701405192097f6e6fa4c9b43 100644 (file)
@@ -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/>.
 """Functions to import benchmark data and process it"""
 
 import json
index 55d07c6bce5b5184d3355f27841a7823dd9e485c..8bce00ade6ab2cd5970532fffd3eeb22d4d46bc6 100755 (executable)
@@ -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/>.
 """Benchmark output validator
 
 Given a benchmark output file in json format and a benchmark schema file,
index 3586b9f4efaff2650be539601ae9504a1fe394cb..ddced59b1debf2d1d6e10e1ee5aa4a58c9b02349 100644 (file)
@@ -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 <stdio.h>
 #include <unistd.h>
index 83731c9eab7766b19aabedee8f8dd8d86669cccd..e88b807b43378cf18b2f8b3a9796e15e99f712ba 100644 (file)
@@ -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/>.  */
 
 #if !defined _BYTESWAP_H && !defined _NETINET_IN_H && !defined _ENDIAN_H
 # error "Never use <bits/byteswap.h> directly; include <byteswap.h> instead."
index 1476f61402a7921938c9e11f4524d18421a9214c..524d8ab32642cf419eefef6b6fbf6eb362c8d0bc 100644 (file)
@@ -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 _UNISTD_H
 # error "Never use <bits/confname.h> directly; include <unistd.h> instead."
index 49793d93b8c4096f6b049d0c048d3afd63fca47e..a924dccc30f00ce5d0763a90ab80984d95d2cb73 100644 (file)
@@ -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 _DIRENT_H
 # error "Never use <bits/dirent.h> directly; include <dirent.h> instead."
index 279fd25d25a65c473c30bd54b386288a402231b2..de4d2a695f8f57e8c665ce2e4385b294931fac50 100644 (file)
@@ -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 _DIRENT_H
 # error "Never include <bits/dirent_ext.h> directly; use <dirent.h> instead."
index 8e311f745c588ba5761e7d13571dfe84c4caad6d..552e53b1b5626218ea69104e58c59e75a6eb8397 100644 (file)
@@ -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 _DLFCN_H
 # error "Never use <bits/dlfcn.h> directly; include <dlfcn.h> instead."
index 02ace1d024215befc0a88b1f51ce3e91013d0591..0a9ab1569619e0d689dbcb4e494f726511d0b539 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _UNISTD_H
 # error "Never include this file directly.  Use <unistd.h> instead"
index 05bf7a44c56c4df7c3f49147f7c0c0c9c7fea56e..ab67c33b75b8a7b63b0df9153c31f696de346f69 100644 (file)
@@ -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 the errno constants.  */
 
index 8bb13576843ffa573e291954e3f7bb26640a3b1d..a4636cb3716457ffd055574746b1b1896f45bcfe 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 #error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index d4870bf334d0ee4c5f9540f5e31209d97d3f290a..1b168b94343e6ce3d3790462a3eaedf8032ff5da 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 980bfdaf89e9cc1c3c10c608d45009ab8dab1158..985afbb994ccdcd510232efa24b215fa04ffe864 100644 (file)
@@ -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/>.  */
 
 #ifndef _BITS_FLOATN_COMMON_H
 #define _BITS_FLOATN_COMMON_H
index 9ec6632a287421fd0441fb507bd62f0eadc0b798..92eee68b19f22a2cf682c86ff200a816e86b7370 100644 (file)
@@ -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/>.  */
 
 /* Defined to 1 if the current compiler invocation provides a
    floating-point type with the IEEE 754 binary128 format, and this glibc
index 64abdf150d026c47856a3c999ff18afc1deb072a..e66307ea8a0193aa678b6f32bae3213852b3083e 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/flt-eval-method.h> directly; include <math.h> instead."
index bbd275e2f9558127c00bfdacf0970f1554f87dbd..3e238964ae211cb6be56e4782f01b6fb89f5c0c7 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/fp-fast.h> directly; include <math.h> instead."
index 63cd36141684ff5e968aacd2691b680a889f594f..2be972114047c0cd668aca8510c5e8ce17d800e3 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/fp-logb.h> directly; include <math.h> instead."
index b86fd1ea1f0cdb46ebfaac2211d1527b45b52698..3bc50b20e32a6d2e4d9ff4f4e54fd0ae31f3d0f8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_AUXV_H
 # error "Never include <bits/hwcap.h> directly; use <sys/auxv.h> instead."
index 7652bc45d0ab91cb92338f80087e87fbd62cf7f2..a2d65f9b3c26040efff6f148bbada57026272c7f 100644 (file)
--- a/bits/in.h
+++ b/bits/in.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/>.  */
 
 /* Generic version.  */
 
index 3826c39ad9756c3bdf7246a5cc5e307c27e5af8c..64bbb5054e37f3fddbb079cd5a681cd4f525c3d2 100644 (file)
@@ -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 _UCONTEXT_H
 # error "Never include <bits/indirect-return.h> directly; use <ucontext.h> instead."
index d9c42c93f48a3e9cb3cc069c96f447ed58844fa5..9804a6effcb3b2be3bd68e0a5bc87d1df5ec6689 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IOCTL_H
 # error "Never use <bits/ioctl-types.h> directly; include <sys/ioctl.h> instead."
index 15c8611317c56c4ed321d7ff96f4bc9194d496b6..0e40b58ce7a75c584e522f87194056708d9b993a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
index c941cd14dcfe6496f1654a1029c067cebda379ca..a3b38ba212ad90e931c358826dbb6b4c741d1837 100644 (file)
@@ -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/>.  */
 
 /*
  * Never include <bits/ipctypes.h> directly.
index 3fae311f1ce4cfcee9f4689b22ab32840fed5dc0..a6099215869a2b645fa3f9692b2c100ee27f5b8b 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/iscanonical.h> directly; include <math.h> instead."
index 2c7c6e00e0daf43ed8c392b5a712e2fb33c96cca..787ecd6f2ada66c3f3730374fd77dc9328564ad2 100644 (file)
@@ -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 is internal to glibc and should not be included outside
    of glibc headers.  Headers including it must define
index 0774a90a568f9348d4a65a90a761c3880fc53f31..60217c0d0e16db69f3e6a09d0d402e2601c7d1d6 100644 (file)
@@ -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 _MATH_H
 # error "Never include <bits/libm-simd-decl-stubs.h> directly;\
index ed36d97cc9c883edce7f905c9d7ff4a0958ae276..8bfafe028ab97eddcfa0dae84b4474317bd9d10e 100644 (file)
@@ -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 is included by <sys/cdefs.h>.
 
index 54cec8f8d806d36de6ca58204165e672d748baa3..8cc3aec9d889ca7853059d8a4400472198c092bf 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/math-finite.h> directly; include <math.h> instead."
index 6fcc4366abd25f6efd584a39f76ee4f31b2bc1e5..42214d71bf8231612b6c721a5db498a9c990d9d6 100644 (file)
@@ -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 _MATH_H
 # error "Never include <bits/math-vector.h> directly;\
index 56418d997f92ea17726f0a659a4eedc8cf4fa577..930c1aae4a03b2ec029f236d57fafa18bdfd503e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _COMPLEX_H
 # error "Never use <bits/mathdef.h> directly; include <complex.h> instead"
index 0953186a3df97b03da19c11629c006a5526c1ce0..189d3444d49a55ddc55fc8311379f238c5dcdf95 100644 (file)
@@ -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/>.  */
 
 /* These are the bits used by 4.4 BSD and its derivatives.  On systems
    (such as GNU) where these facilities are not system services but can be
index 641f4dec6cdb3e00fffe7f9fbec807555172bc1d..708062c2916bbdebe58a1e05fa8f67ccb9ebbcc9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _MQUEUE_H
 # error "Never use <bits/mqueue.h> directly; include <mqueue.h> instead."
index 5ee27a36881d4189e6532d5e107ca155cb70b1a3..2d7c4c9e3638ad7e45ba192bc64e58c0f293a4b3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MSG_H
 #error "Never use <bits/msq.h> directly; include <sys/msg.h> instead."
index 178d824bf4c8c11ddd96d67ee14bc4ee91956ede..290b7bb1d9a67e209726051c405d8ed052adf6ea 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NETDB_H
 # error "Never include <bits/netdb.h> directly; use <netdb.h> instead."
index e83f60f0b57d769640f2fef798dcdbae387345c1..700760de09f4936f76b7f13e010b686acf10779d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PARAM_H
 # error "Never use <bits/param.h> directly; include <sys/param.h> instead."
index c0d8e82a887634ae6376b5bf08f1b8dda08373c9..7db3683ae453f4e3d64fc06eba2e17780569175f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_POLL_H
 # error "Never use <bits/poll.h> directly; include <sys/poll.h> instead."
index 5755b9c3344da69bfc0a3c5f98d3b58cd4d8780c..16baac348fbee5ade3f7329fb24280c9f40552de 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_RESOURCE_H
 # error "Never use <bits/resource.h> directly; include <sys/resource.h> instead."
index c054a0554b39953698209a50d26be051f0a16ce3..1598db52a95890fc7860362f5b8fa6fa123fbf62 100644 (file)
@@ -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/>.  */
 
 #ifndef _BITS_SCHED_H
 #define _BITS_SCHED_H 1
index 71b771f7c90bb82a7d3d2d5f0571dbefb6d624de..e378b095813f8cb8ee59af5be578e824c5552e04 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SELECT_H
 # error "Never use <bits/select.h> directly; include <sys/select.h> instead."
index 02754c7e58d5066729b1109fe2b26721635058b1..10eac91bd0a4980e0cb2146b84fb393ab5728b89 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SEM_H
 # error "Never include <bits/sem.h> directly; use <sys/sem.h> instead."
index 1d874217796672aa202a2661caf2e0d5958f9b72..63f141147ee7bc221e83e212dfdc01345a85ae0c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never include <bits/shm.h> directly; use <sys/shm.h> instead."
index 804555dd581a16093ebc247e60d67adc0810e78a..ebfb369a63f42d2c9e403a28c9eebff1afc5f64f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_SIGACTION_H
 #define _BITS_SIGACTION_H 1
index a46277fde7e7f6e6611934df0d559a24aa2a717e..28d325678e3cc40102fe54064dfbc7262ea39b4b 100644 (file)
@@ -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_SIGCONTEXT_H
 #define _BITS_SIGCONTEXT_H 1
index 87f22b6b0f9c9973e52dd0e269cc881815f42e3b..e376a1e28efc80ad656c13bc358c8645e51d19c9 100644 (file)
@@ -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_SIGEVENT_CONSTS_H
 #define _BITS_SIGEVENT_CONSTS_H 1
index 4cb8416500205ec441c4827e4cfb55e2538f7fb2..ebc3c35a2f2f31fbf6d4aabe3a708ae489620b90 100644 (file)
@@ -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_SIGINFO_CONSTS_H
 #define _BITS_SIGINFO_CONSTS_H 1
index d1bed56e556d3e9f30c744bfc586b6d6d10ac5e5..74ab174251c3258e4e28ea27a74e162f3c32dda3 100644 (file)
@@ -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 _SIGNAL_H
 # error "Never include <bits/signal_ext.h> directly; use <signal.h> instead."
index 6fbbf20a314513066a8dd5dce09ff08ce586eafd..908d8cbb508fefa116b2a5dba380edf355a1f99d 100644 (file)
@@ -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_SIGNUM_GENERIC_H
 #define _BITS_SIGNUM_GENERIC_H 1
index 8c788c8e7e45c6beafb61a162b9045915ab8cf25..48306d8801d2af005b31067778f6ed1a78db32ff 100644 (file)
@@ -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_SIGNUM_H
 #define _BITS_SIGNUM_H 1
index 393dd889a1e1de5aaacb3754639c92317320da1d..6ef8fdac6019805983d73ba3d076a53287a75ed4 100644 (file)
@@ -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_SIGSTACK_H
 #define _BITS_SIGSTACK_H 1
index d130ce7ccb970e8f964bf268009880976eb7830c..698b4b3815141618b94c3ab0b866bfb3fc1c956a 100644 (file)
@@ -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_SIGTHREAD_H
 #define _BITS_SIGTHREAD_H      1
index 2505246ec558c503f6db96ade6235a0437ab49ac..b9b064ce5584726c88293d66c9b071724b6125bb 100644 (file)
@@ -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/>.  */
 
 /*
  * Never include this file directly; use <sys/socket.h> instead.
index fdcf0151929e656563dfdb18a50318fe6eeac89f..6fbaa1c008ab79ae125a05b5deebedae43f94976 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef __BITS_SOCKET_H
 #define __BITS_SOCKET_H        1
index e8de8479893dfc9fbe91f2df7801d6c78be16b60..95c8fef50878d01642e2636e5a53a24c1ff92c70 100644 (file)
@@ -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_SS_FLAGS_H
 #define _BITS_SS_FLAGS_H 1
index c8d0665c3e1804a3988e5d6b8cef1f9a2c8151e0..eb6a2eac339449972281884a06ae4b2c00656501 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index eb7ab4ce52e733a940b1233125105e8e4ea42030..bcdae5f704ea8ac765bd17210dcc9fd445ba17ef 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STATFS_H
 # error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
index abf5558946b0010eefb0cc8c849ee74f4e85312c..6dc1048482af59b1d7933b3c46f9a66ee0307614 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STATVFS_H
 # error "Never include <bits/statvfs.h> directly; use <sys/statvfs.h> instead."
index fc7b43fc043a127b85eb0f8742200433ed09ef14..8b6e92c20b1b184cc8303b37e161dbe8dd2cb997 100644 (file)
@@ -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_STDINT_INTN_H
 #define _BITS_STDINT_INTN_H    1
index e054f0b9f37794adff2b70b5333e8ad3d9b51ebc..d187eef6d6009abcf3f99f8042209e55c3bbee2b 100644 (file)
@@ -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_STDINT_UINTN_H
 #define _BITS_STDINT_UINTN_H   1
index 60bb70c2d200dafc4127e4ca7116b623379688b1..c0ebaa161429b91bd9c6cc387cf99663f4aee0c9 100644 (file)
@@ -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/>.  */
 
 __extern_inline void *
 bsearch (const void *__key, const void *__base, size_t __nmemb, size_t __size,
index 4f0bc9b5966380eaa9d5e19904b45c414c8ca0ab..84804288dd623822f9fba227a0d604cef4910972 100644 (file)
@@ -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/sys_errlist.h> directly; use <stdio.h> instead."
index 5b97fa7db57416341b5d8cb064231f7a6c8b3d74..ec8fb9f3606b739fdda6fac5f9fe92f9df60368b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SYSLOG_H
 # error "Never include this file directly.  Use <sys/syslog.h> instead"
index 226023de7e167f89962f8d6a446d9feabff35bda..b913057e0d082b68162417cef70754960c605b87 100644 (file)
@@ -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_SYSMACROS_H
 #define _BITS_SYSMACROS_H 1
index 760bdb9be22ae69c590c583236df964f3a185144..c061e5296762f1e351009c72fade72d8715baed4 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios.h> directly; use <termios.h> instead."
index 34a598659ba7b60938c554474090651f8d1d0063..e8652326b7f1ae57122ec1bb59e783ffcfc449b2 100644 (file)
@@ -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/>.  */
 
 /*
  * Never include this file directly; use <time.h> instead.
index c0f8a24d8a1fcf89e38913113c4dadf5df93febd..dd6f43f9fc6636f6b9fa2134da28396a2a6501ac 100644 (file)
@@ -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_TYPES_H
 # error "Never include <bits/time64.h> directly; use <sys/types.h> instead."
index 242334e4d81716cf2f23c844705157c6653806b7..b718349bf547797573038fb120f078ea4b248866 100644 (file)
@@ -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 <bits/wordsize.h>
 
index 9c9cfe6c9b70e8c3078180c13f169e440c3f398f..96a47d4c900b3478572989796e402075e8d16133 100644 (file)
@@ -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 __error_t_defined
 # define __error_t_defined 1
index c9df26c931693e60feb580bc818ff45e0b12a033..488795d29d68b1ea79e6eb44d70d9300a16ddeb0 100644 (file)
@@ -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 __stack_t_defined
 #define __stack_t_defined 1
index 8bf92c0fb068504eec0bdecf4932ae3fb24a5a2a..704b5a67e6ac59abc5c4e8854d06f3c4e4cc6266 100644 (file)
@@ -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_TYPES_STRUCT_SCHED_PARAM
 #define _BITS_TYPES_STRUCT_SCHED_PARAM 1
index 41c89243369f4fdeb9f927827d9e4811d0fffd99..779945bf0992294b6c9abebd8b0e4dcc00ea91b3 100644 (file)
@@ -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_TYPES_H
 # error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
index 23824f9f772e1b15f0cc4cce6b26e61269de0f6c..00e75c622d9718ef41d598ef791f7b74bdda061d 100644 (file)
@@ -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/>.  */
 
 #if !defined _NETINET_IN_H && !defined _ENDIAN_H
 # error "Never use <bits/uintn-identity.h> directly; include <netinet/in.h> or <endian.h> instead."
index 1ca81a17f7e44ec7157eb6da773dd26220cfeab7..48fb0f79aa91eefb9503dc37681547cafbdf26f9 100644 (file)
@@ -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_UIO_EXT_H
 #define _BITS_UIO_EXT_H 1
index ca1d3332b4e422a9af04232f8579dbdb56cc247d..353b4693082f32d4ea365f3eb501972aaa9c7785 100644 (file)
@@ -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_UIO_LIM_H
 #define _BITS_UIO_LIM_H 1
index d6e88f3bd4e54bc415ab767b451591facdf0a908..3ff4e74c95dc31ac7eba9a3dda900e870a3458a9 100644 (file)
@@ -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 _UNISTD_H
 # error "Never include <bits/unistd_ext.h> directly; use <unistd.h> instead."
index 854b342164b785e06aa72d0b8775f6fd0bf5b2a8..922866c0fb93e881213a164ad2068a8ea578a1e2 100644 (file)
@@ -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 _UTMP_H
 # error "Never include <bits/utmp.h> directly; use <utmp.h> instead."
index ddd76483b1e6b8f5559fc8421681b99f30e89256..56921a86230b6cc6db553c39d910e41368d7c4bb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UTSNAME_H
 # error "Never include <bits/utsname.h> directly; use <sys/utsname.h> instead."
index 45d8fb0164b170b9a4ce71af1afbda733bd81969..2a8b143830279607ba4c9f2c4fb5f810d08159f7 100644 (file)
@@ -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/>.  */
 
 #if !defined _SYS_WAIT_H && !defined _STDLIB_H
 # error "Never include <bits/waitflags.h> directly; use <sys/wait.h> instead."
index 9d08786c040848b713890662b031db9951729549..f4f3b1f7816e04596e9d30c629edd741ff2bba30 100644 (file)
@@ -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/>.  */
 
 #if !defined _SYS_WAIT_H && !defined _STDLIB_H
 # error "Never include <bits/waitstatus.h> directly; use <sys/wait.h> instead."
index f21912d2a7b409f0848cdb16ce612faa24c9c0e4..2fd88c60eb26f20a4bfef0d41f62754e1b8f0c46 100644 (file)
@@ -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_WCHAR_H
 #define _BITS_WCHAR_H  1
index c3fbf99a5844184c9429c53905f6de018d22ad01..c08d89ace244f3d203bf7ae1db67aa1a60281356 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for catgets.
index 9d71cdad1c7acd4e6fb55449a40e8ca3ba7dd9e0..07f732583351455594190d87f4ec4af1ed57d782 100644 (file)
@@ -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 <locale.h>
index 29eb1d8a27e45d46621ae17acb926953cc9f78b2..d04c3b7f97e9d0a3025ae9efba020cba7d94a2ec 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 
index f0d47ae0575c3508d6835bb32c384b0cc9fe01ae..31156625b8b67b2f22e4c0883d9f8907c7ef9f09 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
index f6abf755f8fefe61abccd22b4b2fa2bbb4b11442..7d71e6c0e0fb636e2e0437e397fae2c5fa816dcc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NL_TYPES_H
 #define _NL_TYPES_H 1
index 9aa6a09fd7677aee95787b66a7b4d15dc498138f..5acca1399d56413e0236243bc6764e63c6e3a24e 100644 (file)
@@ -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 <byteswap.h>
 #include <endian.h>
index bea0d739f46a5b51c8ce6655fb1116d1d2d49635..aa0326e046db26b66d6e78285eaee043e2934927 100755 (executable)
@@ -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
 
index e271dfe84993a5358a85c6d00f1229271bd1e3fb..9b955010875f32d4afa01743a53e8751496c7b7b 100644 (file)
@@ -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/>.
 #
 #
 # The first directive in the .msg should be the definition of the
index c773c487b542b3beb12fa2c70c8ea123b7bee5cd..618c9836fcbef8dbf95f21df63a7db16b0c0a5ef 100755 (executable)
--- a/configure
+++ b/configure
@@ -2165,7 +2165,7 @@ if test "${with_bugurl+set}" = set; then :
           ;;
      esac
 else
-  BUGURL="http://www.gnu.org/software/libc/bugs.html"
+  BUGURL="https://www.gnu.org/software/libc/bugs.html"
 
 fi
 
index 598ba6c4aed08a3bcced95577a39c48dfef69dc1..b7a22afb8662fbe6b27c0f712907c2da53c09fd3 100644 (file)
@@ -6,7 +6,7 @@ AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR([scripts])
 
 ACX_PKGVERSION([GNU libc])
-ACX_BUGURL([http://www.gnu.org/software/libc/bugs.html])
+ACX_BUGURL([https://www.gnu.org/software/libc/bugs.html])
 AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"],
                   [Package description])
 AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"],
index 59d569c4c56fe25085c4c6d88d737573895a9f8c..2456e1b87f0aa5ff7b6baf9567a5f66d5e6fd504 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for conform portion of the library.
index ba262c33b5e1535aa7d0c8262bfa9653ce56f92a..5254361c9c93b3d20e92bbbcbc5fce529fd15621 100755 (executable)
@@ -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
 
index 53cca690d1dbc670e7a9bd81a6314036dcf63876..0c3f70f431301c12aa1791fa6f4f84cc6e94820a 100644 (file)
@@ -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/>.
 
 import argparse
 import fnmatch
index a00b27dc3787b4f6a980e312345e80ce854ef668..2d9e558b716d72f9fb1446c47c9d2f31ed59ba69 100644 (file)
@@ -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/>.
 
 import os.path
 import re
index cfadfdd3adeef91404e33845e5de5666741951f0..9f5febf5d0ace2ca868b8e46108b3021502afd2a 100644 (file)
@@ -17,7 +17,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 import argparse
 from collections import defaultdict
index 544b553aa336248582ce252f8e9a49ba0bd98604..fa869ec6423de950972f5e9f8d65aecdfdff79c4 100644 (file)
@@ -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/>.
 
 import argparse
 
index fd361116175c3f1d57adf43d82a814182e854020..a6adfffde83c557259832f5de432da85fe68cee9 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for crypt() portion of the library.
index 60b24abbabb226cf5afc10b6a39aa7ccfdc3f4d6..f8ea0377e1d7a42c33da38a61e33bde609b7f5ba 100644 (file)
@@ -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 <unistd.h>
index 339090d4d672d012bea0995fc3f7014ef7f6eceb..a3b0d14a4752d209e28ecde2a36cf163ea630eee 100644 (file)
@@ -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/>.
  *
  * crypt entry points
  *
index ed4aa906e37946a6486603055f6c875eb376b45e..25b1e8f5bb3dfe7e2e1f89cdaf5b9b17a09d7239 100644 (file)
@@ -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/>.
  *
  * @(#)crypt-private.h 1.4 12/20/96
  */
index 43c0ae3b4772c41932f21ebf32fb4a4429728f4d..b0080fd3fb40c9c9ea51914b45f9ad5f0e11e738 100644 (file)
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; see the file COPYING.LIB.  If not,
- * see <http://www.gnu.org/licenses/>.
+ * see <https://www.gnu.org/licenses/>.
  *
  * @(#)crypt.c 2.25 12/20/96
  *
index 65061deb9d2571125e82fb2ed9f95128bd9de716..c92651cd3d77e455016e5a924b8ac8dc7f8a89af 100644 (file)
@@ -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/>.
  *
  * @(#)crypt.h 1.5 12/20/96
  *
index 8cff87b458acc971e16b4c133ee5f70803aa9b97..81c8e9e30a5853cdeb63d97146d8bc1313d58b4f 100644 (file)
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; see the file COPYING.LIB.  If not,
- * see <http://www.gnu.org/licenses/>.
+ * see <https://www.gnu.org/licenses/>.
  *
  * @(#)crypt_util.c    2.56 12/20/96
  *
index ff7d96cdc7d29ba55fd945800944d475dbb1763a..5044b0c2720cbd1d67f3e699eb29ebfbc4091371 100644 (file)
@@ -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 <errno.h>
index ef13ca948eb9a4dc8499196ff4a05f54ecabe377..884f67306ac801d9ed836cd6822f4f736ea9c1a5 100644 (file)
@@ -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/>.  */
 
 /* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.  */
 
index dd7de528d7724950bd8818b9f3b3536b69bea6ae..6000bdd5403d515d7acf736f40f00556810db88f 100644 (file)
@@ -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/>.  */
 
 #ifndef _MD5_H
 #define _MD5_H 1
index cf1b6535f8f5952c21b6f3f088cf8f53eb32628e..1f800b3ffd1d755fd5e0ff91936b21441c6c33ef 100644 (file)
@@ -13,7 +13,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 <stdint.h>
 #include <stdio.h>
index c10061dd03f0c93b73b8383c8f829c1c7102a7d2..78fa8432cfd517c7ff3530ffd854d77b3562bc44 100644 (file)
@@ -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 <assert.h>
 #include <errno.h>
index f90650f083e9f0c973d978ada2b4f1e083b898cd..0cd6e8639910d56caf70788f43c157a8ccfbdaf2 100644 (file)
@@ -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/>.  */
 
 /* Written by Ulrich Drepper <drepper@redhat.com>, 2007.  */
 
index c311e5d3d7d4612ad20393072c21b2b8a3e5f666..9c9d116f5034b226fecee1039fb24a977501d8ec 100644 (file)
@@ -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/>.  */
 
 #ifndef _SHA256_H
 #define _SHA256_H 1
index df665cbe215bdcf4734aeb1a5befddf9e6459acb..63d1dad736c77929547b354d18a95c8c10715aea 100644 (file)
@@ -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 <assert.h>
 #include <errno.h>
index 94adbd428ad18026bc884ae382c68f50236cd6f3..7d4ac562985e3f8e393b8ba480249f9277e56ec4 100644 (file)
@@ -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/>.  */
 
 /* Written by Ulrich Drepper <drepper@redhat.com>, 2007.  */
 
index 4b4d89eb4f03c2e45eb8a1c5a4ee3803f18a3258..11c7b5fe838a93263704ba65ac5eac1c4b259f41 100644 (file)
@@ -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/>.  */
 
 #ifndef _SHA512_H
 #define _SHA512_H 1
index 7b511e949d628ab0cfe03f460464a837038c7a47..98cfc440806bb365566fb59f4b4dca56010f8a84 100644 (file)
@@ -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 <stdint.h>
 
index bc617c312421d649c7bf333b2fdaf3459e53079c..cc849d3d2cc0a5941a3fa891769b3dace4c9d9a1 100644 (file)
@@ -15,7 +15,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with the GNU C Library; see the file COPYING.LIB.  If not,
- * see <http://www.gnu.org/licenses/>.
+ * see <https://www.gnu.org/licenses/>.
  *
  * @(#)ufc.c   2.7 9/10/96
  *
index 73844b912fdb5d8010b7db70d5042b2456b1c72c..74ed111155db693ef13f978c336c59d295ab35a0 100644 (file)
@@ -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 directory contains the C startup code (that which calls main).  This
 # consists of the startfile, built from start.c and installed as crt0.o
index fa1f014a88dd5c4b1cdc75be957ced2fd33ef060..c9613eda6e40894edeffabaa4faad8c775b5251d 100644 (file)
@@ -23,7 +23,7 @@
 
    You should have received a copy of the 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 an ELF note identifying the operating-system ABI that the
    executable was created for.  The ELF note information identifies a
index fceba96b1f696b8fdea0e3034ab711d87642afd6..5ecf28982ac3663c4b9f75b3101945f4176ff651 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 05960bca0375f818eb1b74068a0ea449f0101018..cb01bb1e523251ef88aa66ad55c1b72d930c68d3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We have to define __dso_handle ourselves since we do not use gcc's
    crtbegin files.  */
index 9d192dfca056c0b49676f923916b2c116cc48d0e..6112dca37903fbebda755ef8caee03549a4a97b9 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU 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>
 
index 76d30846d5fd917d83771e8b7be4ed67753d8d00..d14ab81d0c4cbf4ddd4ebe7f34489d4a256bf372 100644 (file)
@@ -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 <tls.h>
index 89666c662f7754d1717eda4e7e7ea52b83a8571f..d56624e5e8b638ac8986772e9001dcd4519be2f0 100644 (file)
@@ -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 <tls.h>
index 347efed449d25fd17a3777a59ca3a297ca7a65a0..9e427342df80223080170862875ec262936426db 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/gmon.h>
index 10762b61f590df5e2bde19d6554e21e8cacc76ee..e0f489ee6d0e6282b7285ff28e49a74bb6b28f65 100644 (file)
@@ -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>
index c7a6da07d0ae71138f44f92a020e4d76858169da..2d352800bf457a722216a8fb9541a63db9373095 100644 (file)
@@ -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/>.  */
 
 /* Vestigial libio version number.  Some code in libio checks whether
    this symbol exists in the executable, but nothing looks at its
index 5d9c3675fa38fcd7ee4e034c103bea4b74606366..14e2b693f0bfa40b8f1d05aa8b6362a14c22135b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index a36d1d49ac518720932c12a10b43e5f2e92f8451..33d8b61e1697210be7dbb7c0dd9b9a4acc7a19e3 100644 (file)
@@ -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 <startup.h>
 #include <errno.h>
index 38bbb0ff6a37040825697db5cc4bf3bbeecccb0d..07501a0e7343ae7e9752e7fe87f71594aa917025 100644 (file)
@@ -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/>.  */
 
 #if ENABLE_STATIC_PIE
 #include <ldsodefs.h>
index 5d2ae15510fe779b94d6d4c560a72b343c61f80a..6fc3ad6794857cdb0fae8e12fbe70c89257c7e70 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "version.h"
 #include <tls.h>
index a4e216957ab8a1256a73d5dcfa0ca2097b55c158..9fd96df75cbc5e2268a83c10051c29ff80bff8e7 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for ctype portion of the library.
index cab944609b869c7150bbeccdfe3f51e2bb1d6d24..4834a6604fc293d44de779fb955a87a3ce291782 100644 (file)
@@ -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        __NO_CTYPE
 #include <ctype.h>
index be3521bf126660065d3298e477257fa688bc80a8..046501cf76fd65ff087ee9628ba6780c49fc3145 100644 (file)
@@ -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        __NO_CTYPE
 #include <ctype.h>
index db617b0ac0d61eca24a295cda124862ffd8d59ff..ae6d5a29f9debdb17db21b127d45d2aacb540b47 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        __NO_CTYPE
 #include <ctype.h>
index 4083c7d2a6220a7bc0300566e88445e9dd265c83..4501f5c819760fb7ff2003e40666f8e9ec9f9d0b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 CTYPE_EXTERN_INLINE /* Define real functions for accessors.  */
 #include <ctype.h>
index 332b1312d285f809b625784bcfff3cb7c5b20052..6c5da6bad61d2b612af77fa020a1388b2aa7151a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        __NO_CTYPE
 #include <ctype.h>
index 78a455e227d3c818e5db2dd021f0f0f2726d6ff4..35efe0d2cf58e271cc90a2253c925328460a1649 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.4: Character handling        <ctype.h>
index d785ac0b8963968208a19fb7e2493c9bc0c093de..be821d49fc07382e298e79583b7d7e3043f13294 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        __NO_CTYPE
 #include <ctype.h>
index abae15d86454d14bc8dc38b8aac98839277f472f..ac0a44db487ad7045d0fdf8686d5051b05ac239a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index e1edee6df5c26dc073ac7dbd9a60d4d811419b2d..9ac350510143d9407baf5fd4551aa29eb9954bbd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <limits.h>
 #include <ctype.h>
index 6351b7e9f48573b597494da01c5f7532be44c7d5..76bd5b5c72138ad35bafe8307bba82f91abdefd2 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for debug portion of the library.
index edd730bfa331a642d834a6bdcdcd3a3a179ad3a5..6c4301b9c44726d0a8d64a29d5121f9202dd2ae3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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/libioP.h>
index 87aaa4991f784dbfe15bfaf3388da43657d8eb75..8da4b8996dab2f640a23f903545b230f801cd149 100644 (file)
@@ -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 <libc-lock.h>
 #include <dlfcn.h>
index 1fe7120bebaf45ec41f31dc6fa0ec6c66396d9d0..9d434974a90a97c0c2987ea232c6ebadc6ee48d4 100644 (file)
@@ -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 <assert.h>
 #include <execinfo.h>
index 5751d62f85028bc07cb55e51c6fa01ad33d77b09..ddd374ce20d99c133174a82a6e91ec0694172408 100644 (file)
@@ -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 <execinfo.h>
 #include <string.h>
index 245c100f5687d7e2af67b61583274e1fd03dce58..9b5f9951a692b51e17bbf812db8d862361df838a 100755 (executable)
@@ -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/>.
 
 if test $# -eq 0; then
   echo "$0: missing program name" >&2
index 3dad8838e4469a52b7a84ba737be28707dc4af0c..8861c4ea4e4606738b1e01b31975ba5cb11aac42 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index b4230600dbedbe18dc87f974b98aa30c7c9c4414..e9bb4c22b17bc9c91da08b9b9351803d3065373a 100644 (file)
@@ -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 <unistd.h>
 
index bf4bc048efa560ce5d911197c30291d2404b33f0..58e52abcf4f7d731f2bd81245375c669b4032696 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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/libioP.h>
index 0c361451b42cb5f43b2f6fb65d38a14fb6aae89a..0f935a9624263486ab9662804dab1ad88a7a9e9a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _EXECINFO_H
 #define _EXECINFO_H 1
index 2470f8801b5d05490860eee24ba1fa56a5084ee4..668fde2855d26d7924256cab054a1a6932512494 100644 (file)
@@ -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 is the generic definition of __explicit_bzero_chk.  The
    __explicit_bzero_chk symbol is used as the implementation of
index c71ae38e2b27cf8940d558cf7ed3c2d447376c67..1047a1ec3e19527f79da8a45278da762e88ad594 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/select.h>
 
index 548bbb6fb2054e2694d00df04ddb8b4f886ef5a6..d9d63fb4f112e7d6e78ebd35da21822d9691d143 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index a0425fc5c93be315bc907fa0813fd28bf35059e5..08ee2d02188b0f17b49a1a5f6f54bc5fdbb0dfc0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index fe934556ee18617bef294f362eadc57d1a2b0cdb..234e02327c151c8ddfb81fa73ad3ad8ff01cb3e9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index e3d6e1a9e1d0ff95a92b32d6f8cfa258f644342d..bde1e6d15445cac3a772c3b72d0ae60618efcd83 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 272a829fd49455dc0c60b9e408ddb0501bf14cfa..4ef1bd3d749ad7a5d7ba7a34799bdd90cd00aedf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 105ed9384686dd07722bb47b26ab5e7c86ad8fc5..6f7805f147756d1e27457129a301655b66e06364 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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/libioP.h>
index 33cd4b3ddadab1bafd89495be400bb25eea1d64d..2a098d0d3666bf3cfd471312577460d753bcfe0d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index b2a0017b6d532a3ebd70dd7b59573cfa7466bf93..50dbf70ccbc5f1276617f21eaf6bf615ece47b2b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 170208c63be72e247597a1b528fe9daee77f45c0..6d5b75eaf8c941c68dd25b0c073907a4b7e1ccb3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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/libioP.h>
index 2fa8226a8512428c2e9f7113436edff4dc2d6cb5..2f4f153d12625a1ba7f884d74ff0dcbf6cf3aadd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 169d318baa852149efbd8641b85fdb808f371885..ef38289130487ac2d66a2adf3c471b9344f9e2c7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index 8729516e205545d2737075e61f92c70e51fd2083..cbe377eaeed3d33e866dd9ffa0704323c623cd3c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 1dfe05d4afccad0085c7b7eedb9480113f77eb25..27dbc8d37728baf0387e64501f7d8013f02d96ac 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index fc6557a7f714afc005d88170364b891ebb99f187..3f9012dd0931ca9b689dd9bb0b4680449f26d9c4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index e2bd4c8bf4a8fa992c20fcd010c3a78886d03669..57cea01769b348ffe14882b1c0ebe26bda954023 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 294ee669804714988e293aa86f7a998d6a0922e8..cf7af539a71877ffe95ea8bd1778c726774b2f6b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <setjmpP.h>
 
index ffc36a2536700e17fe2ad3fdd64f1758a5043a76..b07902aeecf83d9312e3c074014b659c3a7d8147 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <wchar.h>
index 352fbc6a929790a0cbdfa0e6f855597b2cec8e48..7a98a04a56fa4f3a5e80fc5288a6c16470cbc50c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <wchar.h>
index 791764a045171cd46f126207934cd4ac33810785..53a12768aa01f739a89db03616dbd52d53eb4cbe 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 24f3ff17d215a7b5bc9637a6dcb9cdc2c857620b..2831e30a7fab5fd7f6127ddaa18304468e9a15a2 100644 (file)
@@ -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 <string.h>
 #include <memcopy.h>
index fb9c40e5b4426d288019167b6feaef0fbad3229b..db959a725b6b688a493d67ce0f1400a2a7c7c508 100644 (file)
@@ -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 <string.h>
 #include <memcopy.h>
index 759d2a14ad650c55d7b7fb40f15d4cad976496e3..1740e65fd2e97d14f7b5063f8f5b6c892d1d17ad 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <memcopy.h>
index ac895f94345212601af955dc42cb158a68cc9d26..4bd17c36f3d56294e29b9f0075b60d00b8603dd7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <memcopy.h>
index 9b36eb21494fc4cfad59fb7078a05710b28ee4c3..71efe3621c649b62d8f0f8eb2a5c6de5515db585 100644 (file)
@@ -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 <libc-internal.h>
 
index bb996ce2fe6ed7de359c049cb002fe7418c47f62..7536437fed2c6857bd575c2a8341fab73c527c31 100644 (file)
@@ -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 <libio/libioP.h>
 #include <stdarg.h>
index 04a66e7b4650170b65973d0af69c0e4b61ef8a6c..bb44d85c5d8fb7cc18023b58d40d7466923b7fa8 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 2270c53b9ad240d36131db06b53a68f5b2710f51..d1da7fbf090cd024c1ad4579928e58420feff0cc 100644 (file)
@@ -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 is mainly an example.  It shows how programs which want to use
    the information should read the file.  */
index 34596de9777b3fe9f05e8a57840dd75076c51672..da857e5d2e05db5e0b9ae4000d0f18df26de0eb8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/poll.h>
 
index 68d0f1b07932b073efb91fa3085fdd62e2486b35..9489674fb013ee5120f6ef064c6642b8d9f8f812 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/poll.h>
 
index 2fa35d64d21acea6af43922ba99ec9ad4bbb9aa2..cab680857c70b6ea1cd40038071a4a47b778c717 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/param.h>
index 79aa213786d13c4b90191cd7a2760593fbe853e3..6e2cf96c00d999e845580e2d894a5f65852cb8b0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/param.h>
index 184f4d9f21d8a0f1f7c827008725e860d55bdca1..49fe39a3365c34a7caf33065df2e9908ff789c16 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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/libioP.h>
index 4869a4bacf76d2f5e8e09f425b6d170deecfd3b4..306bba74e81f39a258df9fcd71e7f1649b28767a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/param.h>
index ac2e10650c3304a9be12ab84f4f56f11c1f5057f..fb5bcbd8f10e93c3f610faa1712867fe9f859130 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/param.h>
index 97a45346113c4de8060a9925b61eb808b14b0d81..9f8a202ec5fcdeacf72eff058bc49e05e8fb1a0a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/param.h>
index 58f25d771536efce84d1dece0dc2c4b021c50aed..429d575d59e0feec1f869e28f525967173466134 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 2f2e5844c3d8912eaa9707ff4877c83a5afc0968..c820c1a704d107c426773580f040640a3425393e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <limits.h>
 #include <stdlib.h>
index b6b5b4524d05f5a2ee94e754aa3b7d9bd55634ef..55b0dbade9ed94f8001b4a364832341ebea72aae 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/param.h>
 #include <sys/socket.h>
index 8aecf31097e494c0d439c5051998cc00d33c3537..56e24ad34e22d99ac3a077f9230b8b86c53334cb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/param.h>
 #include <sys/socket.h>
index cd3bfab55c303d2ac1883913a211a8e4e697e50f..69f0634e70c478bcdb5a0fc8cd836529222381f0 100644 (file)
@@ -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 <alloca.h>
 #include <ctype.h>
index dd581fbd9b146566cf8783210245362d032abba2..13d18104e5331fe46a2fc9e23ae5c9d9d4e2db08 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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/libioP.h>
index 7ef01653eee8282618c7ca56ea7056a2f5e197c6..7c7931cf829d9e497f8ced140f1b8757a1d75ab9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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/libioP.h>
index d4381dfa530f0796dbf33eef1e6ba5db4544889e..56b87c748bf5fc9e45919d1e8a8bff98f38a9772 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index ae5aa181a39f96228977012b0609f3661ddc7f9e..74b924509f6c7e37a477c1d646b006cba0c1cd46 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/cdefs.h>
 
index a57b540e0452d94008f93683b6c6d688f698e869..9dc76bd1f2c39e6c39499448e01f6b437181b75e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 3d61fdb29fbadafb4c89ed3936bc1e7469611e29..4247dd2e964ec1fca376ea20652e51d2ba6819d9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 is almost copied from strncpy.c, written by Torbjorn Granlund.  */
 
index 0b3d120e06df48899e8cb9d80a0d6af145df5e7e..9abe296d3c376bcd20ad87190f1d3d530a29cc43 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <memcopy.h>
index 94e05d4f1dee6640a95f4fea6eb02ab60c312171..3ac4d50cc6020f4a6daf3f119f918b3c76dd76d3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 04cf9a2949e02331f9695be5aca3ad6e23b75b50..56feb83d17faa5a8d252e721b162e952e03413ff 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 72607f4850fb0a025a05989a2b9812b5d30233e2..a7a864aa5ac06e57d4f50493882e2a3e5a15a90f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <memcopy.h>
index 8edbfb10eb67633921c12bd31fb7f619db03e02a..036f5bd6da0d4447a7bf8cf8e4952f311dec197d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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/libioP.h>
index 443994517e2de1d4d9847744c49d973be5b24721..98f1dfef60a26f5f4b6de0b6fa0debc6ddbe2796 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define STRCPY_RESULT(dst, len) ((dst) + (len))
 #define TEST_MAIN
index 49cf8e3b57bb21d8c21c0846d66853d5e1e58ddf..31c701c71568279f6cea0eaae316984acff52b78 100644 (file)
@@ -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/>.  */
 
 #ifndef STRCPY_RESULT
 # define STRCPY_RESULT(dst, len) dst
index 54af7bbc313dde004444937aa082494fd8e5bf4e..1cb4179fe4159a04497f8546d9def96e11d6a957 100644 (file)
@@ -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 <stdbool.h>
 #include <stdio.h>
index 32ae8507db13028e9062459f54e4dbb396b7542f..2b9c85d846d12556a98196ad4ba129599b95cf3b 100644 (file)
@@ -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 <execinfo.h>
 #include <search.h>
index a86700e1f17d8e4c6f67e958a4c8de970a8c2e85..667fd059a6093d68ffdc958f7e2b3a61821b5a5d 100644 (file)
@@ -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 <execinfo.h>
 #include <search.h>
index b840eb6699b7b16edb9a9f065142cc7aa141bf29..efbcd3c1344d427d0f4acf68e6944b49dde6ead0 100644 (file)
@@ -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 <execinfo.h>
 #include <search.h>
index 5a5ce8bc79bc65ee7e79983f8dd0d642c431c532..9886b9b21428731df7ff7a1a332b1f38feb3a9d6 100644 (file)
@@ -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 <execinfo.h>
 #include <search.h>
index 04290caf94ead621af75b7e18c287d7c349b310b..f131d1bc654f4240a7094873540534aabae93f88 100644 (file)
@@ -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 <signal.h>
 
index c6f11af1ff51d346e1dd8009ef4f2956d6f816c5..bae5d4c277213d743fd0c92654e04f40baa6addf 100644 (file)
@@ -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 tests gets.  Force it to be declared.  */
 #include <features.h>
index ffcc7737883db722d5e0eaf1ac2d1460b3d50eaa..a397299054c2bcb4d65ac79b2ada10b031fb7e5e 100644 (file)
@@ -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 <setjmp.h>
 #include <signal.h>
index c012a6e2b0f083886eb709bb00e2a60e304ab6fd..44060a4a04f51a37c1ddbd6316e08a686b27a2c9 100644 (file)
@@ -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/>.  */
 
 /* Based on gcc.dg/ssp-1.c from GCC testsuite.  */
 
index 60d508dc45523fc7572a1a22a4ef1b5c66a3817f..4a932d5858462bc19d9a1c87c9e4dad5c4976037 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index 300b7ce10e434484e236e64fba19b9bb5a104eb1..4fe3d0d10409533c5428e8e6a3bb26d10d624b94 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 175b74b4a34cdaba4fc1bb83aab527012930b793..84d94c6d5b14c64fab9948e002390dc7583dbbea 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index d7dd73390db550bf24d00f45c1c68be358187ab8..e9753ad020be9bfd02bb18721f909fff2a2a9cd0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index c79f50ee78b98456cb347c8ff679c158e180c260..f8ac939ba911ee89643cc8765bb9d35011e0a9ce 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 86d1ee114865b0a50100d9042061e2f00e130842..362ecf5f5afd7e7c37fcdcb536c9300017e8ba66 100644 (file)
@@ -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 <libio/libioP.h>
 
index 2070febfc66fc4c7c993f7b31fa62882f58add1d..5072179bd941d5331f3f48cbdb02e2f220bce7d1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 23d316721207a73ea99f71d482edd9b7dff42876..948e841cdbe4d10eb1ac2af44d48d52591cacb1f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index c93ca4efb12fe01c2d6243a2a2e0bd91fd25fc40..9b99a413b4af490cf43eff1d631680eed67289a7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 742ac8299ec3f634fae577dece0869d6d55384ef..0b66964ff40d518034b299b2df72b8e1990e915c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index f3beea3d71e835833d02b85cfa1dd30e77b587ab..c95bf13e6c44631e86704c4ee4ad012f6d35bda6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 8eeea396c3ed055b1ca1e4b2d15d8b12a87db706..19f859b228cb1a61e3132c3f25bfd7380a1db7d9 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/cdefs.h>
 
index 0dd62560f240834aa76ddc57e6eaf1c5bee810ef..874386010d0b12badb0fde800bee6d4f194af9db 100644 (file)
@@ -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>
 
index 63544eb58a78a9b87efdf3b6482d71ca98855409..500a847f96ae18e81d5084db2acf5eae31af9de6 100644 (file)
@@ -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>
 
index aff1dfb5a5bb264779d92ee2ba4dbbabdee0bb4d..682ae288701b1681e5f99c961e262434f51a8563 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <langinfo.h>
 #include <locale.h>
index 7e7a5ed8737c08f5e436678a8663f08ec8ddc0ef..de76e6484f37398650d754f95dfc0a89c046a316 100644 (file)
@@ -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>
 
index 0435372b14a81bf9784561208e7739f01ce8c689..643b60e888437f01de782c59fc0f312476e6c648 100644 (file)
@@ -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 <wchar.h>
index 6070467072547ec460308fe329118e5a75791894..aa9ac418f86288ca87a9a4264446a41bd2d14eba 100644 (file)
@@ -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>
 
index 4e88a7948c30bb8809f9d2805f4e08e4772777d0..4e1f3e6d1de958773c12ed7d75dbb85f8be8ccf7 100644 (file)
@@ -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>
 
index 71e590e9d62c8584c040d5ca2d016d8d2c511ad4..70a5109f0ee7ec1c15c190412806259d995ce8a0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <wchar.h>
index 365ab8df746a19db96675b42739c2b51a1be0223..bd50f481c4863f9bff008c3740208208be775b20 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <wchar.h>
index ba4dd3ad76a50a4801779a93bde0c9efe1f8660c..d7120f1fe30ea811346c64ae1434ecef8e963dd2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 987d3637ff5ea2be432288f0841dd4dff71611e2..5d73ce3127158e78e70649151da94ba60dc292cd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index 3e6b9095fbfe9f2ec09c4b683e286d2456c20c8d..0d8b44e6384abece3e443ff34ed9b64f65d02b0e 100644 (file)
@@ -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>
 #include <string.h>
index 863d0c20e738b803defe55dfbec7ad262e0775cc..5df65f2964d1950c37fedd432d919985ae99456d 100644 (file)
@@ -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>
 #include <string.h>
index ef3afff34ed1c3207d55528c91f3ab6ccc15696d..7fd8964d307c5f15aff92f00e91742137fdee7a2 100644 (file)
@@ -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>
 #include <string.h>
index 4e1b34be726a994f607c8cda316d4c7e7cf89e5b..eaef7507341768d3a719cecdaa01219b1c4adc1e 100644 (file)
@@ -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>
 
index d53b486af896ef994d5d728b2e16ab989c43fefe..ba97e5a5c9a4c452ba0ed2997ff88c51d1dcec45 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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/libioP.h>
index dad1611375484ff839039d8b71e641d981d4d57a..10571ecd4be1ca7b89d2c276d1e04fe32ab6b2a7 100755 (executable)
@@ -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/>.
 
 pcprofileso='@SLIBDIR@/libpcprofile.so'
 pcprofiledump='@BINDIR@/pcprofiledump'
index 144e448b3dad523badec1eb279a14f70b16df5fc..4683b57c027fb806af39069f50de6fa4df2bff17 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for dirent portion of the library.
index 818a8ec62f908e1ef5ccfc32a9d7f2b671daa08c..6e7383f66fe348fb1a8ac747f746d7206d75fa1e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <dirent.h>
 
index 567d647e071cd96a9a731a2757134e41d341ed5f..da1ef28029431f207cfab665d62bf789a2f9e7c0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 alphasort __no_alphasort_decl
 #include <dirent.h>
index e37c566aa674070a7b446274d4e318f31d1425e5..2a07f5d3598a91a75640d6518b2678460ba877ba 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index d4650db17ef2431eb00f11234543e2f18ae2b4e2..3f5a64f7eefa0b0899041305d93c6deaac035ccb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 5.1.2 Directory Operations      <dirent.h>
index bd8c1dc6b86c534fd005c037549f1654e101be3c..294854b839b6215575a6a168ec67919deb0e5e45 100644 (file)
@@ -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 <dirent.h>
 #include <dirstream.h>
index 2c1a37a18eab99146eb9a4f6d37539d423569c03..0f66018cf96c8fc37f1cde59181ee227b935e6bc 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index e7e95e2445b889ef74e1675fde6b77600e9769be..c9ef1d6449d1bffa49d91f43a61bf833a47d2b42 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index 02af6ac216d4d46f7a7ce9b4062498558e8ff2d1..54267bd6fa3746732c637ba4a0940ac1a84d2888 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index f1ecee5eee10fffc1e2540b817631ab15946f28f..a6122ebec08bea0340c9a0edbec869c58414a7d8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 044be66bea9571a4990c1a5660961964abf29b14..44fe4e22ea054c4d2d6a47bb8521b832b611b0c6 100644 (file)
@@ -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 <dirent.h>
 #include <errno.h>
index 3533310a4a13468cb05d123060518b8a62486221..abedeaac56f526624e5ea24928dbcdd111efb5ba 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index d06138e2291fe096ebf4beea8bbd0323e349dfd8..4346718edbe4c94be24cdd47c62bec1f8e91608f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 2d9c3ef15d2d0e5ffd9246fb1cb968638a2c34bc..6524e1072799b4d0615d20f5dfb9313ffa6013c7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index e8a0f9ac2ee978ff05dc1e7bd478bd065a3981e1..4df20f17481d9b706f12cae0abc1ba6220fb07e3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index a0bd8df64125cb4e4217dd8a89ce885f8d556eda..1d325512aad99490be03c3eb7a698d78efb9aa7e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index cffa7fae8810f0a6028eefa2afeddf7387f5af2d..f6c952dc8f9316e1cdd94254cdd7b4c26448f5f1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 3c137d9af9216d1d0a94a7c4d5986f48f2ef24b4..f56ec163bce5ecd082f7966a4532ff9c9bc3daa5 100644 (file)
@@ -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 <dirent.h>
 
index f00e3473fe584f53775f034f9b8b97682e32a84f..7fa330503a26d42b68acb016f4b2a3b9937b8a6c 100644 (file)
@@ -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 <string.h>
 #include <errno.h>
index f0505dd9f97ca9b5a33dc151fbf6df797d7c6ec0..6c47ce939f705d9a51f76e77b315f4e14e4e7529 100644 (file)
@@ -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 <dirent.h>
 
index 5a13550fffd73350edcb8416d62762617067d049..390d54f88566fcf84e017ff8373c793ca120d665 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <dirent.h>
 
index 5bdfe2c3e4a2a1fdefb0b6e193fefc1887b5b567..0ba2c34daf674e4e59c926780c011649da62c92f 100644 (file)
@@ -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 <dirent.h>
 
index f19dc5ed10c6dca518ad2a38b006c855fbecc6b9..bf0fbf8989d6f66acc26f369a2c785c8f81207ab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 scandir __no_scandir_decl
 #include <dirent.h>
index 056bf1612ce3b0eb4996a4c0fe30564eb5be11fb..97ffe6b8d469f3a9db258b19fafe4955a7fdb72b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <dirent.h>
 
index eb8184040262e60a274360b534f61f40bbaa294f..d37ce3decdacae19f4d3673b8367e0867315700c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 scandirat __no_scandirat_decl
 #include <dirent.h>
index f3530993b8b953d92faeb9ceab1201ea078c53fb..fafc8ce61ca9524540a5e2ca36700dc0298c864c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <errno.h>
index 85a373252fda6f585c971a24ff177e1d909cfc0e..f47d27d3fef577f9bb2b6ceef86f84d281670d3d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index b8d85d8ae06cc499e0feae67bcba3fc582215b61..b15f97ece9a48d50ef434f040714975f9029de76 100644 (file)
@@ -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 <dirent.h>
index 9c91f69380148f31a916eea1483e7b6fa6c09b8b..dd601b75c5ed0010c48e4da2e3b24b371915376e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <dirent.h>
 
index 8e394b2a25b8b06d723f6af7ec5b09c573b76444..2c4932512716964c2348e4b187ba9857a0bbf6e6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 versionsort __no_versionsort_decl
 #include <dirent.h>
index c49fd6d4c576f6e2dd0e1fa3a3e50623a37c5ed6..749bb79b9197f0e95b89a4ccd1b51c426cc5775f 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 subdir         := dlfcn
 
index 75d8cf3ae24caa082686054f92c90d63add52bfd..ec20761d558a6f64b51453e0751190d02cadb1a4 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 extern void check_val_init (void);
 extern void check_val_fini (void);
index 228ac4f9cef54d90ffd793c4c12320a1f5da8387..ac927eba91f74cc9e8fadc6c842dd33a073cbcce 100644 (file)
@@ -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 bug-dl-leaf.c file will call our lib_main directly.  We do this to
    keep things simple -- no need to use --export-dynamic with the linker
index 4ed8e9646bf6080b8b864f846b365d522f40cc28..5eec7564ea63be89e8921b82326d41414cbb6c96 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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_FUNCTION lib_main ()
 extern int lib_main (void);
index 35f782349af676590f8fc21436991ca05ffe2050..b5c119d7a632844549df24a97a839d1432b36c75 100644 (file)
@@ -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 <ldsodefs.h>
index f3252d8cc3017681a953d9e7c1a8d80f5d1a355d..63e78ff5255860f9d0c0f52d24d25f490d4380d1 100644 (file)
@@ -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 <ldsodefs.h>
index 98e1375c439f1d9bfeb3aaf1ca35d072b9899f8c..600623d0b2d560a2f4161799c1235348330aecbf 100644 (file)
@@ -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 <ldsodefs.h>
index ca42c126c13a37d811c13546668607e5a56f0c7f..723a62228ec1ec0d2dd864fe7c477e7a2732d321 100644 (file)
@@ -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 <libintl.h>
index b30f42d50dbd3f1d4b70d80ecbf9cd9fdfb8f460..86b48a345bfa9fd8c7a7783f266bb6cea791914c 100644 (file)
@@ -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>
 
index c5503719994a365c7b83b0cf886bf050a9136635..ebd3c457e3788f52b3949c32df1aca64a39538a3 100644 (file)
@@ -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        _DLFCN_H
 #define        _DLFCN_H 1
index ac0a86cad254942d645618ff02b910b1ccb3a506..c9171f554e2834a7e1830c9fbbeb0a21af564309 100644 (file)
@@ -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 <set-hooks.h>
 #include <libc-symbols.h>
index a42b17046870e0d7e35f6a57117a66a5a8ede4fb..4b031d813086484f09564a0030d1b7bfe6bd219e 100644 (file)
@@ -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 <link.h>
index db1d0922d5400ad7c2d112bee88cb72b09cbef25..978eb3a06846caef73e2272e7020e292e82b4930 100644 (file)
@@ -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 <errno.h>
index 7fd33480d311ab0edad78ea023280b3741f6f134..17a5144d1602d2c2d4ce2276a31c0d65fb79e799 100644 (file)
@@ -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 <libintl.h>
index 51ec24810c76e435459750e0db8583f0eb3f98e8..288278c6b4e4a434b918ee9445fe6e0664b8e6a7 100644 (file)
@@ -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 <stddef.h>
index f1972429a5f8fd0dd2ca60cb4a7fb9a7bce1baf8..1a2ffb2d5d2fa6e7f347030933e3175469c0acdb 100644 (file)
@@ -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 <stddef.h>
index b3ed31e8b87d1211dc1e18ff9f25643afa639808..ed49bf7fb7b51317398ad73fe755ab0152f6e776 100644 (file)
@@ -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 <stddef.h>
index bed4abe52c4e1dcdb272bafec5b075b17a91b867..ddb0bac14bf027184ad7fb4febbecd5fcac38169 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdio.h>
index 80f46525d19092c9a11fe071ba7c8504b5404166..bf664d5fddf594b0d589cdacdf7cb21e9d6cac27 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 extern int bar (void);
 extern int foo (void);
index 50bd9e0522fb3b0534f936e9cf52c7f306d1a0f6..05503506784cec953bb54acfcfe4a3a880989fbc 100644 (file)
@@ -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/>.  */
 
 extern int ref1 (void);
 int
index 0ad115524a0299761dc3a484b27f3945a4700533..c3ef2dbe76851ea0ce3d3e3f02ff36d24ff4e3ed 100644 (file)
@@ -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/>.  */
 
 extern int ref1 (void);
 
index 8f118d27c90915739910c62b62cdc79e1bdfd6da..7c56d8e8b0b845d1ddd7aefc5a6e6d6c2729199d 100644 (file)
@@ -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 <error.h>
index 118ccf5459adbe042cd986a3eb2ba156e7edc624..09916f301a0d3b03da915ba70113533a299eada9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index ba00cd53df7865e06695c3446d5eb1bb337697ca..ec6fa71dc0d12af8321389102235091fbe8bbb2c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 11059838518be03a41bfff0f77f5121b1830a6b3..34282c1b4acdb1f9617ff2769f5eaf8e82f7be9d 100644 (file)
@@ -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/>.  */
 
 unsigned int foo;
 
index f11669a2d87454f1b87cdaea05f83f200fca7ae5..3486c4b4bf575ef261ba7360a87dcd93cf054295 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index ebd4aa04594912f6357bb921ddf3e98f7165f3a9..6eac71045b4d628305d7cd1c2e95e0f0542e6420 100644 (file)
@@ -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 <dlfcn.h>
 #include <errno.h>
index 30a5927843bec4f9d7a49b45770105ae361aeb82..db8689a7d78cf24fe631de21bc4449f89c15904c 100644 (file)
@@ -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 <stdio.h>
index 3c95db3254b5215168a62eb1fd2eed383d5e7f58..ed9ff43dcb365cf850e0ff6f8be0d7089d8a95c6 100644 (file)
@@ -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>
index c8cb272ce05ec83ca2f939b58877675439392a92..dce432647e0fd22dfd9480530e809be62af5e424 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdio.h>
index ece14e1dd460a5adc936d2340c99a44fdf33e75d..2e358a3008dba56ee351d6fa96f840c67f4232ee 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdio.h>
index 7317686f2517de3945f8ef3d16dc784a8f980136..507ccf7b0292530ffd491d8170908897b7f08149 100644 (file)
@@ -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 <stddef.h>
index 51f31d954fcc1662fd804d011582e2a63613d46f..7e5a231f30e8e1fab204b70cc840fb186a4ad3c9 100644 (file)
@@ -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 <stddef.h>
index 5d4eac6d5be5690f8939641f5695a7fb964c0340..1e90d7f6c2cb2209831fe0c9cb163db8d5b846b5 100644 (file)
@@ -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 <stddef.h>
index d470e41402c9adb5525a20ad2b21e6db4dbd9002..8f962991a3b1ea2be04ffdd63677fecda1bdacc6 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Makefile for elf subdirectory of GNU C Library.
 
index d0d5858448516d4f4ed793c8fc66041439d72073..50e5c228fb0fc7a021071e9476499b1ee416c2d1 100644 (file)
@@ -13,7 +13,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 <error.h>
index dd09393ce35fefa1b24adf0b4c86ccbf4caf6767..bb8ee022f1558f0d6d0e80ad8871a8d27c57098c 100644 (file)
@@ -13,7 +13,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 <stdlib.h>
 #include <string.h>
index ad7304ce51ff72e018b624e73c442f2cd906bd8e..3ae2e4efd2f63020919251e046cfabdf415c5ac2 100644 (file)
@@ -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 <link.h>
 #include <elf.h>
index 3f2297af554074b5f53bcfaa6e39cc3ee598de08..e48795871bf5c4ccd457100e3bc5a0ab60165e58 100644 (file)
@@ -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 <stddef.h>
index d8d1e2344e612d98689cf7d7ad965822d0ab6ed1..b0685ac6a449a9e70f72abcfc231312b71c1d344 100644 (file)
@@ -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 <unistd.h>
index 4aef95a1a0a641593e53414385b9622147d84c88..de91c28f728d0c0f8c0895053803dc4d5a6045d4 100644 (file)
@@ -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 <dlfcn.h>
index bb8c22841873df3b1a5f129402e69feaf2ab22c9..bdb162151ecd731c5ed21a09cdc54f69be58bf9a 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <libintl.h>
index 1b2c77803836de62ff4f6749e48f1f2d94b74edb..4b995f2cb8ac4910d42840d4e539da59795d75fb 100644 (file)
@@ -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 <ldsodefs.h>
 
index e12c353158a1fa5cb76de1a62806c808f768d7af..c29b9888b0d71d5a50f76df3b22b0f8f2ef3f61f 100644 (file)
@@ -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 <atomic.h>
 #include <assert.h>
index dc095f301847836bbe2ce020369ecbc4f1973b2b..adb3785283d02f30e7a7a534b00118d0b7fe88be 100644 (file)
@@ -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 "trusted-dirs.h"
 
index ed2e5a8738217f54948f8bbd6905a7204e180589..bbf6f218618cac72c045e0f7f7ec7bb489299378 100644 (file)
@@ -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 <string.h>
 #include <stdlib.h>
index b5e0edee57ec77c3999a07d60315c980368732e0..b9c5796d7b98a023df83024b6fbcdbe721ae5116 100644 (file)
@@ -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 version does lives in ld.so, does not use thread-local data
    and supports _dl_signal_cerror and _dl_receive_error.  */
index 248c185a74ac47193db60216d4451ee04094f12c..a261af68b6670bb0ef49774f55de9ebec6e6bc49 100644 (file)
@@ -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/>.  */
 
 /* The following macro needs to be defined before including this
    skeleton file:
index f047618a07263bcfff78456bc8a3280252255efe..56e6b61cdda6f1b47bd7d9918162b357c3d36b5a 100644 (file)
@@ -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 implementation lives in libc.so because it uses thread-local
    data, which is not available in ld.so.  It interposes the version
index 7ee19a7fc83d0e8d310b21e1b5ab40ab2cf48aad..a2e269e9a728a94adad71225ddbe9054fa3d75af 100644 (file)
@@ -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 <ldsodefs.h>
 #include <limits.h>
index bfd84d8e997a597b0ee9b6e3949a2006c3620c37..6e9d67b3d56d9049ebe9a9cf9eaf6841656c310c 100644 (file)
@@ -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 <ldsodefs.h>
 #include <errno.h>
index 1e55d39814978979d655bc514b074b658d4603a3..bed736d756f93ca8b3832c99c56ba07c319a4d61 100644 (file)
@@ -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 <string.h>
index da0b7346699fa527e98a75bb698d8a203ccc3970..146b54feb862ddf24f2b5a0ccdb92ab9e183ae36 100644 (file)
@@ -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 <libintl.h>
 #include <unistd.h>
index b1f7dc776f7fc470bd8074e199b04621d0958c2a..167b54e053bcc03b78bf70a7a1607535b97f244c 100644 (file)
@@ -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 <elf.h>
index fba5d4e20e82677fb6287fdc16d15eb1bfc23e3e..e6f07cc6adaf84f9dc4ed0f61c9861a7e724317b 100644 (file)
@@ -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 <elf/dl-tunables.h>
 
index b437438b43cf5b90e11665bd836388899318a5bd..3721bca81ede23fc2423b279c8bfbd7142a31f6b 100644 (file)
@@ -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 <ldsodefs.h>
index 6a0b7b57b383c03affe52a7f9de6df61d8c484b0..3e4cad08cfc6b2f17c7193c380b165c5c406493d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <ldsodefs.h>
index 0fedee7ef52434f2b352b65b3ced3f125488097e..e34ae3249bc07bcdfcfa043ce643a8443167b5a6 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdlib.h>
index 5abeb867f17a1fe0fcea4e6d66b62267d55695d3..21a91b9484cd5d98bbbab45ef4e8e38cb45cce33 100644 (file)
@@ -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 <elf.h>
 #include <errno.h>
index dddbcb8575eaf08466ca20050c05ebf457a49e3f..a1f7b35346c57df2f747189eb2b14ef073995622 100644 (file)
@@ -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 _DL_LOAD_H
 #define _DL_LOAD_H     1
index f9d6c36b398052eb1de3afb2365e1b8701650774..fd44cd41012d3ce8e6f7ff312c89d4006dfc495c 100644 (file)
@@ -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 <alloca.h>
 #include <libintl.h>
index 105c71a6a400fa94ee36f527d70b1b44ecb02b6d..1b31264348509abd59508b0a2891765e11917f90 100644 (file)
@@ -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 _DL_MACHINE_REJECT_PHDR_H
 #define _DL_MACHINE_REJECT_PHDR_H 1
index a41f0667f0d3982dc7a4f3ee3beb50317c710042..46cfb922bf52e7b2251ecc1305f7572249717191 100644 (file)
@@ -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 <dl-load.h>
 
index fdb134183252a79b0f7e6c9ff4c80d7ce9dbc2ec..7461eef19555f9e442d6f1fcbcb46974511743c3 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index 2f08308bb6fb7968810bb9eeb1cfc57e01c0d29d..7f39982b3a41b2b9ae43f7f122cd71503ade13dd 100644 (file)
@@ -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 <fcntl.h>
index e9520583cf7d137926350a6fb50c22dda7c4f2ca..4dff99ed110201acc69df65b04d02cb43ba7fed4 100644 (file)
@@ -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 <string.h>
index e18ee398cb0282f96eb534d3a3c22a33b4bbafc2..a9fd4cbceddc08ae8849a5ebebf72c5c1b255d4b 100644 (file)
@@ -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 <dlfcn.h>
index 243b3d0fdf436217134ef23dfab465f501fc35b0..840679c66ce8ac06b04afda4f85709c87a00a951 100644 (file)
@@ -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 <string.h>
index 42995305af3a02920bbd3c6987d6a175ae6e85c7..d243a15cf9f92380217370718250ec73138cc3d8 100644 (file)
@@ -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 <errno.h>
index dc413365a1f5d2f7b2dab24cc66ed8384c221716..647c3f581b0cff83f7382245cf094f6d65d27759 100644 (file)
@@ -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 <dlfcn.h>
 #include <elf.h>
index 95aee984e802ddf5e0b0741071829daafa229a52..8a4c838bd6634533305ce16bd86458623acb02ef 100644 (file)
@@ -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/>.  */
 
 #if ENABLE_STATIC_PIE
 #include <unistd.h>
index e7fb8da276094fc50e0684483e0ef8dd98918500..725a074a7925feea7676be2c4d4102a640bb61e1 100644 (file)
@@ -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 <libintl.h>
index 42a2539e6417907c5fc4ec4dd1be199deca81e16..342b794f541fee53c75b4f64dc5ff5830b8fa8c6 100644 (file)
@@ -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 IN_DL_RUNTIME 1                /* This can be tested in dl-machine.h.  */
 
index 2b9143fea0b9646046b9d695200ce26f182f89c8..f4ba0898dfa8913d4c54ba675fa529ef1946b820 100644 (file)
@@ -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 <stdlib.h>
 #include <ldsodefs.h>
index 26b3fd93a387ba1314df1b98dc1d54cb44cd3594..2374f953e6da8c5731cac99ae8fb4c76c9f3c670 100644 (file)
@@ -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 <ldsodefs.h>
 
index 0a8b636d028a869037203defadefcd8de861b8a0..5526d5ee6e1779a3d8ba47133afa61218f66046e 100644 (file)
@@ -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 some things that for the dynamic linker are defined in
    rtld.c and dl-sysdep.c in ways appropriate to bootstrap dynamic linking.  */
index 19a9b95b47fcc9b5a5f68b344b799507b0c2c66a..8209342b13686f35baac762d1e9144223b12a7c7 100644 (file)
@@ -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 <stddef.h>
index 4850da2dd591f9743f87ba6df45e0db9c46e26d3..e4da01e70898ca96830e6cfc884e530d3c981c0d 100644 (file)
@@ -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 <ldsodefs.h>
 #include <dl-fptr.h>
index acbe3cfc6ed3e027d2da69a7a1dc125c2f029793..b656b5809e036a45325fb0e6e824367f3127fb3d 100644 (file)
@@ -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 _DL_SYSDEP_OPEN_H
 #define _DL_SYSDEP_OPEN_H      1
index 5d19b100b2fbd9adcfc0cb7342799778660846fd..a81f7605a748a2e78ae0cb4738ee2e310ea7a53d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We conditionalize the whole of this file rather than simply eliding it
    from the static build, because other sysdeps/ versions of this file
index b425d661be7da5a8ac349a51d8bbfe27c1845ac1..a4b05297880ba8e2dcad87dad1e8c412926bb6d0 100644 (file)
@@ -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>
index 07c982d7fb6520f86f333d93a1a801a62dc0bbde..430f01737737aa1c8a94a405a3b95a9ab24058b6 100644 (file)
@@ -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/>.  */
 
 #ifndef _TUNABLE_TYPES_H_
 # define _TUNABLE_TYPES_H_
index b0980c5ad9613819cab28a72dc88bc550656cc83..e625ac1a7dc94cb0c4033de57b5c77e42f1f7ce8 100644 (file)
@@ -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 <startup.h>
 #include <stdint.h>
index 58b3b768432c661065995f5828f88a86f1d1a650..ccdeff73afa0d201a45ed445813eff9cda3abc59 100644 (file)
@@ -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/>.  */
 
 #ifndef _TUNABLES_H_
 #define _TUNABLES_H_
index 525c3767b5e2872fff1ed229c154878787240cf7..c8595e4379ef41f29915680fbe579892848d5bd3 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Allowed attributes for tunables:
 #
index 90ffb0852fa02c112b2333772086b9734a992c5a..69ffdf7fc5161e9359eada802afc92539955e22a 100644 (file)
@@ -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 _DL_UNMAP_SEGMENTS_H
 #define _DL_UNMAP_SEGMENTS_H   1
index 53c0af3d159f039c5315ab9a627600440d859eaf..d862067a4ff179603178df8a1d1f6e0b5168e077 100644 (file)
@@ -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 <elf.h>
 #include <errno.h>
index 3990361493169231791ff0f96a4ba65134a47454..43c51e7c5e0128a61ee84df2010b091eea2e90ee 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <ldsodefs.h>
index 242ef95be291957911dee7c44184ac5d08b0342a..5c3ea340e62ae2885e940607b9d4f1ed09077693 100644 (file)
@@ -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 may be included twice, to define both
    `elf_dynamic_do_rel' and `elf_dynamic_do_rela'.  */
index 454b0e388c6da863b08bec7b8bf49da01c3f0a13..5d9ef492ac98c29b36eb1cdc1e364ed7ca252f1e 100644 (file)
@@ -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 macro is used as a callback from elf_machine_rel{a,} when a
    static TLS reloc is about to be performed.  Since (in dl-load.c) we
index 5b6ea638b4dda19b3e9dd5cf1987547b1fa6eb41..f69fb7a452f50ac9c281c352b7f5f8090e9be9d1 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.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 _ELF_H
 #define        _ELF_H 1
index 61c0b27ad85ef429839f50adc0bf2c52e4bf0d84..984c40f38f3181dbe6ff1bb09da4e22464922e90 100644 (file)
@@ -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 is used in the static libc.  For the shared library,
    dl-sysdep.c defines and initializes __libc_enable_secure.  */
index 75fbb88f782414856022afc4380586ec247f4489..af9dd5788886251fd98d8029d374f1692467eae9 100644 (file)
@@ -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 is included multiple times and therefore lacks a header
    file inclusion guard.  */
index a8a9c49dd1c29f0dd4be782820968bca1dbcff29..1f49386332adba709f18f917fb6b6f7aa110830a 100644 (file)
@@ -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 is based on gcc.dg/attr-ifunc-4.c.  */
 
index 243829f5f702407a1e013cb6ef4570c75dd2239b..dd704f224496b04bb049fdbbda1bebb509983924 100644 (file)
@@ -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 <runtime-linker.h>
 
index 3bc9e618916ebb2fee29ffe3d114525a08390b43..139161b3a6283cb3e707f7836b818794c2b7bf7b 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #define PROCINFO_CLASS static
 #include <alloca.h>
index 32ec62eda61c8c1f3eb247d4d06148cc99bea84e..843e352a6b97edf13d9cd24c2c62b004f99910d4 100644 (file)
@@ -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 is the `ldd' command, which lists what shared libraries are
index 7a463bc2bfba04b4a2eec92948b47d1b2995e828..0d64a3bc2c0ad6ffcdd5b50b5ab78cb7d394724f 100644 (file)
@@ -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/>.  */
 
 #ifndef        _LINK_H
 #define        _LINK_H 1
index 756f6d7a1cb25946e82dbb5697c90feee60d0be7..699c569a7d14032f33cbfaf5124d8516a0301912 100644 (file)
@@ -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 E(name) E_(name, CLASS)
 #define E_(name, cl) E__(name, cl)
index 69629bd5d21ef80424b123573e90a26aebf11c71..45350ad2b7a4c78f28fc7ce1cbee40e9448b9121 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _FILE_OFFSET_BITS 64
 
index ca4dc6f11e6a919008af16668b83130f4b279e1f..09f5858426e24facd36ab54f0a116796d6addaa5 100644 (file)
@@ -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 code is a heavily simplified version of the readelf program
    that's part of the current binutils development version.  For architectures
index c9743e66929d49594dae9c870d04dfb4af7422fe..0f3fd383465186280080367e1b262b3a2b658b63 100644 (file)
@@ -14,7 +14,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/>.  */
 
 /* The code in this file and in readelflib is a heavily simplified
    version of the readelf program that's part of the current binutils
index 2dfee6827a603e68ec986d30d1da0cbcfb2e3446..6d8b5bb04db115065bedf5ea649e5a2394906490 100644 (file)
@@ -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 makefile is never used by itself, but only from the rtld-libc.a
 # rule in Makefile, which does make -f librtld.mk -f rtld-Rules.
index c9490ff694009f851aa1511ac538cd2d649d36c5..8a6e1a11b22f0e3fea3a0416e50a908027b7f53f 100644 (file)
@@ -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 <dlfcn.h>
index 53be5020246ea4b98677898bdb4bf8963e3a53b6..62785b98db92b4a60486c74186fb315495d4e7b4 100644 (file)
@@ -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/>.  */
 
 static inline void __attribute__ ((always_inline))
 setup_vdso (struct link_map *main_map __attribute__ ((unused)),
index 57d29e94e2d88cecd0e4ab91c58aff50e67eaafe..6fa4241c48376dd4a657dcb073e423f4a0b48830 100644 (file)
--- a/elf/sln.c
+++ b/elf/sln.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 <error.h>
 #include <errno.h>
index d1c9a95baa68eb10bf67d35ae9a1922a536119fc..c55d422ccbdce9157c36d056948260c8d4c990e0 100644 (file)
@@ -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 <fcntl.h>
index 6e06eae00cfefddcee39fc3d02ddf2d478ccdbce..86c961832a1eee356ff6aeb444f99b58e4f06cad 100755 (executable)
@@ -14,7 +14,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # We should be able to find the translation right at the beginning.
 TEXTDOMAIN=libc
index 06d5ca2aff6bd1ec51a511b40e656cbc7c9f1fb1..7e4225ca8606bc4da9a8806493e3431d52d9e1bd 100644 (file)
@@ -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 <argp.h>
 #include <dlfcn.h>
@@ -88,7 +88,7 @@ static const struct argp_option options[] =
 /* Short description of program.  */
 static const char doc[] = N_("Read and display shared object profiling data.");
 //For bug reporting instructions, please see:\n
-//<http://www.gnu.org/software/libc/bugs.html>.\n");
+//<https://www.gnu.org/software/libc/bugs.html>.\n");
 
 /* Strings for arguments in help texts.  */
 static const char args_doc[] = N_("SHOBJ [PROFDATA]");
index c100cb145598768395dca1d7815630fd0c19ecde..991ffa069ea619dd9cda197232882d39a3122444 100644 (file)
@@ -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/>.  */
 
 /* Avoid backtrace (and so _Unwind_Backtrace) dependencies from
    sysdeps/unix/sysv/linux/libc_fatal.c.  */
index 1154fd3c07d1d24ed02112c04a76799bd5dde404..01111f7992af4f0ec867b2cd7174f92e795d45c1 100644 (file)
@@ -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/>.  */
 
 #ifndef TLSDESCHTAB_H
 # define TLSDESCHTAB_H 1
index a603fe01ff4c3f43bdc5123d21be7c240406e863..df74e22294fc53d5a9bcf618f7e1e668ebebfcd1 100644 (file)
@@ -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>
index e0becab58ea796a42f581b08f3cdb6ec25cb8693..2493d76ca5555e51c9919f501e2c07cfbe0f9a3f 100644 (file)
@@ -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/>.  */
 
 extern char absolute;
 
index fcb990116af3eb4f8b0dcb25b220a5f6f59231f8..e71d53e2a3c03ce48ecc7ec7864c7eae5a1c2756 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 "absolute" = 0x55aa;
index c641f7ecdf243017ab06e29bca432f49e8132ed0..4af15549292c5a8ee3bcf476c617b9c7c80af1e3 100644 (file)
@@ -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 <support/check.h>
 #include <support/support.h>
index b04a05de79b871339af5d5a1dba10813bc7c9bdc..72d08be393f2b62da6cc581547503f8e7e0c6c83 100644 (file)
@@ -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/>.  */
 
 extern char absolute;
 
index 59ab099d0160668271a7d177e2fe08c209311ee3..57e6f79319f0bf87410725bd6f9f749adb4cfd2f 100644 (file)
@@ -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 <support/check.h>
 #include <support/support.h>
index 0bf8087e900e33b849574d3ef97cc1eef97a5b53..5e8af45622d370d93a23b284b0f6f91daf879a99 100644 (file)
@@ -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 <stdio.h>
index 6bfb577124c136f28bdad2e2c8216c56bc98ee69..d7c6b3e9967699f9f519aff504013ec0b8c7c0b1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdbool.h>
index 3f5f3ae9b6555873c1e85869782fc39b5906eef7..ccceb5ecbedee87efbddc1b16c4816165c65c6ce 100644 (file)
@@ -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 <tst-stack-align.h>
index 7428c5f8ca33b470c3198be424f9878fa45c832c..4e45f83b95edf6234ec7dde62c20a5d8dc2db3fa 100644 (file)
@@ -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 <stdio.h>
index f17d9c66e90aa4ef73b80d17ad3c83e0745fbf1d..9a4bebd227bf9b8d3afe3063d2b32eb6232aeffb 100644 (file)
@@ -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 <stdio.h>
index 370be9d5d46611bf634349a54194413392dbab45..8d24e5eafb32db4e9ccc8496e7ea29c4572391ac 100644 (file)
@@ -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/>.  */
 
 extern int f2 (void);
 int
index dc23feed581abd78b794430dff5e909931b39c24..444cc6c7c8c75738a5d19c3c89e1012207abb89e 100644 (file)
@@ -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/>.  */
 
 int
 f2 (void)
index 9d471fbcdf0ac2963a258b0a889cb7412a6d2fed..7b35c88769a35a39a8c85768c9f624a500931a01 100644 (file)
@@ -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/>.  */
 
 V1 {
   global: f2;
index cd10b914b5829dfcb76af42278b2adfc1458be3c..1320c0d4adb29f90cea3eaceb70c6bfeda80bce3 100644 (file)
@@ -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 <stdio.h>
index 095d2d649f378d3463588b346a676745b30acbc8..884c9801b160e5c3728b75cc99477c93fb803b43 100644 (file)
@@ -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/>.  */
 
 extern int f2 (void);
 int
index 21b40a871860bf58d0147de739ed2670c972661b..cea9f898e5ed51f80ffff8aed248eb2cace54090 100644 (file)
@@ -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/>.  */
 
 int
 f2 (void)
index f7bf90df310f723cc9e9a92360568bcebabf1376..eeaca9a598e5a80dd6d966fd2df3aaf270d23db7 100644 (file)
@@ -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/>.  */
 
 V1 {
   global: f2;
index df3c9909c159f9af16ec100ec016ed6330cab16f..82d7501ec886a9f2f996539e03302ecc8e874a9c 100644 (file)
@@ -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/>.  */
 
 int
 f2 (void)
index 6f587baf581ce32c37611d9a74401cf4f615301a..08d6d0c55095d8794f3350b1ec74641035a350b4 100644 (file)
@@ -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>
 
index cf017e235c7ae030166c8036845deb0a16679104..312f9a4a0921781a5b18b1c24392d9faaef147e8 100644 (file)
@@ -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 <link.h>
 #include <stdlib.h>
index 3d9867e4a8f0a5d917eee2ecfada53981d33e525..f7c9002c8576b6c08a2754868c83e0db92bfe75c 100644 (file)
@@ -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 <link.h>
 #include <stdio.h>
index 886f20af5a093fc85ca4e619aadaf5c776cb6f02..216b7e53d829b178d5c5ae5344a12d74abee7a00 100644 (file)
@@ -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 <link.h>
 #include <stdio.h>
index 1003998e2e2c8b5a3c9ae2169f454fe24b31599d..cd1c47e46f001ee77e09baf287ad8e7267eff8f8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <elf.h>
 #include <errno.h>
index 721686fa0e87feecf516bc51e13eb18ce1bee276..2762a8f1f46a3f1e68b55ab8b4adc691a627c52c 100644 (file)
@@ -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 creates a .so with 8MiB PT_NOTE segment.
    On a typical Linux system with 8MiB "ulimit -s", that was enough
index 7ecc94edcd6f4961b29dd42a49a500eba49f8dd1..2aab0edaa905dfdaa8ec3665f47fa6c0387f17b4 100644 (file)
@@ -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 must be run from within a directory called "elf".  */
 
index e61ea94a1114866d4a5c4d1ccabb134b0ff30448..10cab4954a9046af20e3028d93471f9a7bad40b9 100644 (file)
@@ -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 <ldsodefs.h>
 #include <array_length.h>
index f76cb203207a49179379ba5c247bc970d15a8755..144c19b7e0afb419dac340cbae90635acf215ea1 100644 (file)
@@ -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 <stdio.h>
index d5241307ba32d1a4c9a89e75cfa3b23446ff470e..15dcefd83bb7256cd6d04df71abd36d110bacb67 100644 (file)
@@ -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 <link.h>
 
index 18c3625aa1f258dfe2dc03f4e041e7d7e7a6869d..2e30c7d0a8120db35a62b51637752086acc0a31d 100644 (file)
@@ -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 <link.h>
 #include <stddef.h>
index 9b9f86133dd7733ea4bead21bb14ef389304bfb5..702dbe04c4bd6c9f5ed773c0429e2c9e01f17e05 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU 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-dlopen-aout.c"
index 3e39fc606761bc115aebb7518b143ce3f6dd1e1a..b86d082bc1c94d14ef4c16c8337353c5309e699b 100644 (file)
@@ -19,7 +19,7 @@
 
    You should have received a copy of the GNU 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 <pthread.h>
index 6a41c731cbc5ab7b928196e99fc49c6dc3b80a40..2179322a9481d4a8479d2df471c40c7717d55aa7 100644 (file)
@@ -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 attempts to open the (otherwise unrelated) PIE test
    program elf/tst-pie1 and expects the attempt to fail.  */
index e65b1d7c549564a1f01313688df545b576ce2c85..1259f8494fab8b8cc053bbf3afefbf0aef4e46c4 100644 (file)
@@ -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 <errno.h>
index 416e8ad74404f56dca1eb3c4e4ca475ddc97c3ec..082b7894006d2f943767387187fc619b1c743c2b 100644 (file)
@@ -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 <stdio.h>
index 78c6719fe59c47dc1971bb7dc97ca3e43c50bcb9..5dbe868b7a93c690dacd13df1562ae5c56f3a455 100644 (file)
@@ -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 <gnu/lib-names.h>
index e92e9f5fbfc68f543eaf76800d0357bfbaa4e0b0..45c4ac7d0efb56668a4c1adf17e432a0a68632df 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Verify that tunables correctly filter out unsafe tunables like
    glibc.malloc.check and glibc.malloc.mmap_threshold but also retain
index a080d2fa1c1bfc5db236237ea6277b585931077f..535376d1333c7526386a51e0e03962df8f41c9f3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Verify that tunables correctly filter out unsafe environment variables like
    MALLOC_CHECK_ and MALLOC_MMAP_THRESHOLD_ but also retain
index 9ca2cedd4ebc9263eb711628a861f489b2683e9d..a0137b98316ebb9060591b2d3fbe72f8b13b4555 100644 (file)
@@ -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>
index 974f532da82d8dbf5f3f9669ac82bc01d2b9077a..9873e89c1766c978813dade7af23c4af7c7d6755 100644 (file)
@@ -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/>.  */
 
 static __thread int ld;
 
index 8c9f5498e7308f5e40f3a2d1ea8da091c8705521..369de150366af2c184109a5569260fad1b765dea 100644 (file)
@@ -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 <stdint.h>
 
index c18aadfe188cb63034252f39424b4aab3ada9994..7c780e5bad48d4e70be9ff28070793b03afc0def 100644 (file)
@@ -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 <signal.h>
index a0d66c222c43da8fab5322aa0f05dcf6c1350f95..54669a8f052aceb7170535ee7129afb5b767a502 100644 (file)
@@ -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 is compiled into a DSO which loads libpthread, but fails
    the dynamic linker afterwards.  */
index 7ad41c3baf06742adf82c7162f9e16a218dfdbef..518fb45c0ecb2995f22567a1b535ec4524e95ce8 100644 (file)
@@ -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 -ex
 
index 6e22ff815eaaa817eb7f1d7a7bfc0fb03b088990..d48d3f0e93055b7c716eb2c46c04215a04bc3a92 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* This test does the following:
    Run ldconfig to create the caches.
index e4fd4f007b513671a8d5e0d4057e5310ba777a7b..d4464daee9f53d6c6aa366d6e190f6cd1c3d6e6f 100644 (file)
@@ -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-libc_dlvsym.h"
 
index 0f28549eea05bea75011505b72dd7c28807311b5..3bcc5ff1d794f4cb5ea86398587852c6d93838c2 100644 (file)
@@ -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 <support/xdlfcn.h>
 
index 93f307dc6beb81cd88be2be96515c60191572c60..bb430cca6b5feb1038f386dcb101d0e0bf378711 100644 (file)
@@ -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-libc_dlvsym.h"
 
index 31275f180bc624ef2522dd0a347f72b3275db931..36f831028cad1dda93d4dc7feff1a23d676b2f58 100644 (file)
@@ -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/>.  */
 
 /* compare_vsyms is the main entry point for these tests.
 
index fbeefe7e43243937a5cf1972d7a6f65049911250..8860cd249c71786468dc7b1dfe4dabed08365f02 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <pthread.h>
index 798cc57c5918caefc050232d2fdbd2f51eef8395..e7907b5563cd1461ad89b644ea065de560237e9a 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the 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 is empty.  */
index 1a204c9f98e07cee4a62069cf074c11de15e816e..6a660b19cc0c2a25ce0e3761fdc592510852bb66 100644 (file)
@@ -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/>.  */
 
 static int
 do_test (void)
index 1d65fc4992d584be480ae2e64e8e650bcb2580c9..0f976d29447f678e25d13685948181fd45bbf352 100644 (file)
@@ -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 is the primary DSO that is loaded by the appliation.  This DSO
    then loads a plugin with RTLD_NODELETE.  This plugin depends on this
index cd078a31cdd8432ac71a64737fde8aff5e4ce669..739a332fc9408f6cf50ebba4322324eaf4bd3ff5 100644 (file)
@@ -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 DSO simulates a plugin with a dependency on the
    primary DSO loaded by the appliation.  */
index 38f8969f0e8b8cd5eeb2f96dc499b30f5f322367..8e6c07540cd8a4cf807b664ac82e3629f539a727 100644 (file)
@@ -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 simulates an application using the primary DSO which loads the
    plugin DSO.  */
index b4164cc1c7a08c5e31f74295228f8ebd85705a30..56c87e3d29b18a468d19c51474a709e68d2470dd 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 int foo_var = 42;
index d720f97f66641d0d4540fc4b1e2c565bce6f83a4..6d7aa247e25086af5df83744bb4f246bfe7ea2fb 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdio.h>
index b588b97de4f7be60df5aeff9fc62ebf74754cac5..806a39b622702b07c8ea26f8267b02050bbd2fad 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdio.h>
index f7bceb35109820e7548dd87d42bacee1ce025d99..4afb952c729926c6f0e5715d927d4765efb014d4 100644 (file)
@@ -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/>.  */
 
 void
 foo (void)
index 26494401e34914ae8b7d83e17a72802025281afe..b29dee327643ae7a26a758afbe65e6f9e67a087b 100644 (file)
@@ -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/>.  */
 
 extern void foo (void);
 
index b8baddaf40dc45da8687971336cde60c3788a4b1..2ffe7695d71e2e6608865a67977f4646f1115cad 100755 (executable)
@@ -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
 
index 1cd9103afbae0b83cb3d05c05bc72e0f91976eb4..736a5d8fbe9a83653e4f1a1edf8d3cf2d5f50496 100644 (file)
@@ -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 <assert.h>
index 6b7c94a1c09ecfbeb7b98f07e9803b9ed979db24..3f97e27fa27782acf6103567f1c4234aacbb9267 100644 (file)
@@ -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>
index 918e2baac188630be85577486f9e1d44ff368888..a24f5a8d663b1fd4eec87ec04b9a99244fd09e4f 100644 (file)
@@ -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>
 
index 86c0bc1389b6bc96d33ba09fd128ebc50a8e8217..59f525f164043078cdff93fdbbd803c3d44b36a0 100644 (file)
@@ -22,7 +22,7 @@
 
    You should have received a copy of the 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 must be compiled as PIE to avoid copy relocation when
    accessing protected symbols defined in shared libaries since copy
index 4ea9ca6f00a803bf2762e5240a5f8d5b828ff665..dc86708ef212d940391097049125c02f8617f8de 100644 (file)
@@ -22,7 +22,7 @@
 
    You should have received a copy of the 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 must be compiled as PIE to avoid copy relocation when
    accessing protected symbols defined in shared libaries since copy
index 98c1bf7e0352a12e3e435e3acb0a45a02edf6451..3ba9d65dcc90e34e44cbd11dfaa007bb1069cf1f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Prototypes for the functions in the DSOs.  */
 extern int protected1;
index 86b346d17ebe3dcb7f526c03c780b6b114249515..24302f7b5b300e641f75125ff1d833144e03aaf8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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-protected1mod.h"
 
index 61645756e26d854f6c9fca31bcac3e41fc73e970..3a2601d6cba5f7f637d9ba48128f249f10e6bcdd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 "tst-protected1mod.h"
index c2c16d8a9893d9d8685965d76215e4531c544c82..7a085b413c7f3d99313a7d94c8b939da09ebfa64 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdbool.h>
index 5afcec721695639ce028320cc94875cf624c4d63..eef5861d5e7c2243291fb39dfcf21fd89a2c010f 100755 (executable)
@@ -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/>.
 
 set -e
 
index f0c0ca11ba36e8d29b922c50e856ad79c17a2898..6d420d420c2bd840b09fa6e15c21601b478ea03c 100755 (executable)
@@ -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
 
index c496705044cdd53c73b6e88c9e1b22b9b20ea8fd..9a101029156fdf7eb8b663217c05b88b3cfc4473 100644 (file)
@@ -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 <support/check.h>
index 4bc3bf32f88f97a95e01b7d0c0c0937a0f255904..98f149a950ab25e13d00371259ae81f202fa3c3b 100644 (file)
@@ -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/>.  */
 
 /* At link time, moved_function is bound to the symbol version
    SONAME_MOVE in tst-sonamemove-runmod1.so, using the
index b8a354e5e394f566957d15b8b0195e120ccbee32..b68e3985b4f6ee87fb74ac607ea6c19aa3aa21ef 100644 (file)
@@ -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 function moved from tst-sonamemove-runmod1.so.  This module is
    intended for linking only, to simulate an old application which was
index 5c409e22898bc8360445fb7df31d9ad58254b630..058e8b4bcfa4785d96f125c58d6b7a67cec2a967 100644 (file)
@@ -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/>.  */
 
 /* Dummy function to add the required symbol version.  */
 void
index b5e482eff57d7d83e48792b03a01a5ddb6c45011..6427a79a117120adbef25b11b1d60e0837ed9f40 100644 (file)
@@ -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/>.  */
 
 /* In the test scenario, this function was originally in
    tst-sonamemove-runmod1.so.  */
index 8a8e4719d6b3541f7c104685b816af4ca0c4f2e7..756ca9d83ba0837341bddeb18be227d7a1f47b35 100644 (file)
@@ -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 <getopt.h>
index 752f66e6332178cf0dfad0f6ef0ed60d66c86841..9b2111efee7e0cf8bf7e5e673d65fb9d201b8f08 100644 (file)
@@ -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 intends to exercise dynamic TLS variable allocation.  It
    achieves this by combining dlopen (to avoid static TLS allocation
index 2709c3b7f3632a64e3d3d57251a4090c55dc8f21..2cf4aff49c2b9bf6b64f8e475cc8a80bca4b3b38 100644 (file)
@@ -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 TST_TLS_MANYDYNAMIC_H
 #define TST_TLS_MANYDYNAMIC_H
index 7f64e8349d3204e2fd7c55ccc2de64f927333fb7..47c5fb90ca8b431db10037cae11225ad1cf9189e 100644 (file)
@@ -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 is parameterized by macros NAME, SETTER, GETTER, which
    are set form the Makefile.  */
index 6d695a6f72ef221534dce9c535d8220f322ffa50..c6cd1f077e31430ed6b50ca9a3815ec426f0ee3a 100644 (file)
@@ -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 <stdint.h>
 #include <stdio.h>
index 10681361e809a50ed9995b26012bf1e8183c1171..4ad301568fd3e63fc38d8c9c14df3709bc71abf0 100644 (file)
@@ -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 <stdint.h>
 #include <stdio.h>
index fbafc863ccbe2c21e1a9ad15ba9a9b7cb0364ab6..e9b95c4a182e8ca2fcfe0741d3bf5c64598025cd 100644 (file)
@@ -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 <unwind.h>
 #include <unistd.h>
index 8d48ce7011aee3288456ac86658d8df6b9ba747d..2016f720d29d103f553aced76fb78337bc0575cc 100644 (file)
@@ -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/>.  */
 
 extern void dummy (void);
 
index 0c345dc31f46a6b5483ed088fdd33d2eb322ede1..92159a43e4923603a7b74aaea15ccacd76faad31 100644 (file)
@@ -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 <unwind.h>
 #include <unistd.h>
index e6bdab9980d6a79f12a500f418e8c47a6175bf51..9782d5cf2cf9a53b80d9a3e037a7dcadcc5d17d9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 must be compiled as PIE to avoid copy relocation when
    accessing protected symbols defined in shared libaries since copy
index dd328d6fa181a4900b0fc0a1d89d0345fc8137ec..72a0c1647318d33e3c71c40eb09b6eb91c703ec3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "vismod.h"
 
index 8c274236c4e6e5dfb602912c6be00215fc8fcd70..f412661cc9e8268d35a010e708dc9e4d96952a3d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 "vismod.h"
index c700567c926e3f0124ee69e91bc6851612130cd9..5c729260b95f53fdf6f2d2000c3fc209bba0d2bb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "vismod.h"
 
index 178a36be61dc22550b2730f8cd6ee852456c07be..9800b942a371caea150e587f10bc1d38340e9eb1 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for gmon portion of the library.
index d4f00ae83e720885d33b79c5911727d8b48e6f2b..02b813ab93707c406b1e3faa25b7d6d0f2ecadcd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <unistd.h>
index 8d787e6e7f52548086aa8ff373411dc90a3a937a..03027896fc52f0f8f2623463f8983e5f3c0363dd 100644 (file)
@@ -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>
 
index 417c6c8c04d6ec45a9f0ec55cc8cc43f97830dfe..e259776b6e39e5d590c73e8523672c3b54feed1d 100644 (file)
@@ -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 specifies the format of gmon.out files.  It should have
    as few external dependencies as possible as it is going to be included
index ba99ac86340cea5a0e2c9d53e158489d33e1508b..11795164c5acd747e5f5602d2111d99498e0d412 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _PROFIL_H
 #define _PROFIL_H      1
index fe2d9f2a176df724a930f0229b0e2df3fd1500b4..b668d9d1837b3ad0d15af92ac7e6d7137508c815 100644 (file)
@@ -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/>.
 
 LC_ALL=C
 export LC_ALL
index a8ab263d1eae23d0db3ff34db2de8e8929c94b80..8c962e1a39f4e4d763a92e3eee6053f1f8d7d6c6 100644 (file)
@@ -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/>.
 
 LC_ALL=C
 export LC_ALL
index 7649e27e20e3dc315c9b1a12290bef86ba75d13b..fb96b9a5f5bdf4e3823633b26c9fbfc4691c91bb 100644 (file)
@@ -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 program does not use the test harness because we want tight
    control over the call graph.  */
index 3f7f909cbaf12b76194c1113e04bf910ca6df46e..c079feaaa02e757796647780c8e6a4a8c6acd8a7 100644 (file)
@@ -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>
index fc4a9c14257074731347cd7eb87ccd8ecc3a739b..0979fbd6bbb3727eba622e83421691b755a5e32e 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 subdir := gnulib
 
index fbefc573635a43ed0bf929acef340ae6e0f388c3..4da0331e6737b8a9f5715c944e027cfff14d0aba 100644 (file)
@@ -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>
 
index 94297bb73436eab0b019e49af93a7eeaa069368a..9477cc67de96b9570430537aea67822a56bfea78 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for grp portion of the library.
index 68f7b6fc422ca3aa40cabe0f1038346f9af2b27d..42a654e4280553085519034df122844a40789746 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <grp.h>
index f701f5fd2f71da559e5da9f73c70e86e32f466ca..1c037cfac68fcfea968e9c6728191afe9f14b731 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index 57b23d8b1b031192aef4780d46e9c60d8f576384..12ee06ea26dec35435947c4dd40643093250adb4 100644 (file)
@@ -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 <grp.h>
 
index d80d489192d3c0d9354b9303cd342e1032240a3a..3318bfb488408c6d2279772332f10af80bef937c 100644 (file)
@@ -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 <grp.h>
 
index b23f4319355a69ee58bdafbbdd6222fbe81eb2a3..cdd095e5d668b3ef61021a3f389e39bd17eaa9fb 100644 (file)
@@ -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 <grp.h>
 
index eb0e53bca87d19c4d75b63307a6fd5f62506c6f7..0d3a9f78100c1efb462caaca7e881b1a1d6153af 100644 (file)
@@ -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 <grp.h>
 
index 03a9a6a0eb97f899f9ed19337fe3f0c20ef832b9..45d75b4680f4546458eaef22c5cac6c83d26fbca 100644 (file)
@@ -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 <grp.h>
 
index 28614a80654fe72559cccccadf0d47c859c91552..8469ccb34c2d41fb518be1d80be663584f993898 100644 (file)
@@ -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 <grp.h>
 
index 8227d52ea57ef6d2b996c708dfd10248666b2d8d..34c4469148f2b29c5b84bef6087e9cdf208c8ebd 100644 (file)
@@ -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 <stdlib.h>
index d483ea2bf102ce52ae70adcce856a5dcc9ec7036..dc7836567c95983526b7a925af9f98bf83e45b73 100644 (file)
@@ -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 _GRP_MERGE_H
 #define _GRP_MERGE_H 1
index 0663c8f83c897ff04473613f181d9bb77ae9dd03..3f559188b70b84e6bc239a63c92bc2167556fcaf 100644 (file)
--- a/grp/grp.h
+++ b/grp/grp.h
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 9.2.1 Group Database Access     <grp.h>
index a22f33c934d395e045888b4b76d35149d845da00..426a7d9d73d73129ccb56531a7c762caf5a5ed30 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 60d45a2d6c08a203791b132f821502458aa5fe52..33c8dd7e09b19d591a682703262df1017132837c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <nss.h>
index b89eda1c186347f10a85636d39c6bd50f4a1883e..e07fa66da4a983e50d3eda3caea9f004d6b73ddb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index e0a226256accfef2fcc8768ba72bd0b9014ee686..0e16884db6297171be8039ad282d81da9f2fafe3 100644 (file)
@@ -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 <grp.h>
index abab04e08cfba0d23e5be52f5ef0f472031f24c5..d52b5fe34c32789d60014120208f788e6f17c6fd 100644 (file)
@@ -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 <grp.h>
 #include <stdio.h>
index 315d58521b7ee9f7ac12cb67796e7ae1f050feba..78570854c5ad3f69ef5cb05042ff787cee4148a8 100644 (file)
@@ -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
 
index edf298e777e5576d388ef4ea5f408b76fe86e681..8787cd3bfc68d4f27f87387c2d2e15818bbe4bd6 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for gshadow.
index 46c206c8eb4f2bc4449d2319c09a9a6f551414e8..4e0b98bf1da8e4b7937c416fc6795d11aed30984 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <libc-lock.h>
index 19a663f0488699c12a2735d2ab395a60818fdbdd..70a411758fd8d72e23d68a5d864292c81ae1b36e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index 8f080f0b603bed10d43a31ff2a139657edb8e732..e05bb9d8cf47d8cf63f487c7a5f58de87544b5dc 100644 (file)
@@ -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 <gshadow.h>
 
index e3ac1e58db6f1bf0d5ac6c6a7eaba6b7fa4f711e..7fdfb1770785e9db28eac20f247432fbe642484c 100644 (file)
@@ -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 <gshadow.h>
 
index c7ff58cafe00a14b85e2f43ef28dda89b68f6f24..fa7ac5cc25270997a0f241964284d552dd1fbfa2 100644 (file)
@@ -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 <gshadow.h>
 
index 936e5942b840a8af358c1e059fe8f234b65e83e4..de778baf78baba263026097c81ca207f652fe96c 100644 (file)
@@ -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 <gshadow.h>
 
index c1998083e6e010640129bf3270c69c5e05d886cd..f9c6935cde11b3571ce352acd2e4ba1bebba23cb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Declaration of types and functions for shadow group suite.  */
 
index 46a06dbba3d778656cffd765df8f55fb1531fa72..587e90e79e09cc32bcf1ef6e2dff685c483698ca 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdbool.h>
index 2cb02edc614d217dc585bff9b56f9ae96e51deb2..1853634d9bd192eca8450ab1510fa0f96442be35 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <libc-lock.h>
index 53e6b7d8875b14955f51acae30c1a622804b49fc..3bc77910d3a1a30f503b9038fa7b5d1b8b1145c0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index 69464834d04ce9dc7004c911f90cfe0bfa5f2423..666a9d1210b0836ee064d85ac7487f654a9fbfcd 100644 (file)
@@ -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 <gshadow.h>
index 6fb81ef3231628bfa7ea69bb3b6a32e68a1e6359..1337910d935af03127941eb3795dd094880424e4 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for hesiod portion of the library.
index 6b5ebdb33f8a5f87cafc41f3065e5eae85c612e9..bfb95633e352d029b0ffcc3436712e9b205c832b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1996,1999 by Internet Software Consortium.
index 814b0b4006bf90f3078685561b73c197f81c4c19..e62d75aa29d61c1ab6f77a02dddd223292370e4c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1996,1999 by Internet Software Consortium.
index d87bb188c7a55e1423704f1f60c3135cb4314aa6..1564742c2c377804a62a13e56aa621f122b35449 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1996,1999 by Internet Software Consortium.
index db073563af3503d4b60f741e4b575778f5d0f6fe..b0fc7300b06984f7316536824fe81472fc2c93d3 100644 (file)
@@ -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 <errno.h>
index 5c6649278e6fda4ecd75fbed5094b4e2adbafb8b..a4af636026222f49cbab2581821530be8e7fd5f3 100644 (file)
@@ -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 <hesiod.h>
index 19d939136b80301060c2f22475b93d344c342a81..3badd0001429c305deed5ce16100ccc3f4066fcb 100644 (file)
@@ -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 <hesiod.h>
index b85898e86e80052fab0802ae3727e5cfe003f8b7..6ff309a2b9d3b536a2813886e4db33aca7dc16ec 100644 (file)
@@ -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 <hesiod.h>
index 4d1b51cea96ff4842c451587dc9e2eb288a918ab..d8f788679065c2158dad28648c9bd583e286cd39 100644 (file)
@@ -13,7 +13,7 @@
 
 #   You should have received a copy of the GNU Lesser General Public
 #   License along with the GNU C Library; if not, see
-#   <http://www.gnu.org/licenses/>.
+#   <https://www.gnu.org/licenses/>.
 
 subdir := htl
 
index 25c6d216b46eae27c49c94fb9378c28511b56183..466790bfa7f5fbed00d04eeb34b17feba1f1ba14 100644 (file)
@@ -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 <alloca.h>
 
index 10cbc8e7862fd71a8dd722fbb55106191788c477..896b82f4918179bde5a0691d78587887193d944a 100644 (file)
@@ -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 <pthreadP.h>
index 165dda3990f2beccf66309cd55bdfa91169a763a..17f5704cf32852afbf7a9886c5f032f5e519f17e 100644 (file)
@@ -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 <dlfcn.h>
index 6afefba4a156d1655b08fac7a0ea89df558d31c9..dfb1fcf08154ba7b282058128a22b310bd9b551c 100644 (file)
@@ -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 <string.h>
 #include <pthread-functions.h>
index 83c0f1e67250020c7bea6d1b4a017e2929fe16f9..dbd5d47f0a416d7aa9b46ddf7be0cd152c97fbd8 100644 (file)
@@ -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 <cthreads.h>
 #include <pthread.h>           /* Must come before <stdio.h>! */
index dcf83176a0ba0f0dfba5e234e977fcead5a154c6..c641cc84d0138ba7a966e3e379122c5e01fb2fcc 100644 (file)
@@ -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>
index cc23f1c794e2135d3efcfb0b6340ae6b538f7529..2f399d037b026ca5ef3e2e3dc66dd65b1c3b7075 100644 (file)
@@ -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 <pthread.h>
 
index 712d02b992a69b3fc82648b3427933fa46b1688e..ebaf335faa34bd504c795238ead4aedbac61af6b 100644 (file)
@@ -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 <pthread.h>
 
index 4f732001f85077161fc3dfcacc24e0793e43e78b..e35a5b1d9f0513bd60658598b0337822dfb6bf3f 100644 (file)
@@ -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>
index 643a4d6ad8f28cc41f4e0b73b8168789f05beff3..dd58e3355b533efa219f44335fc58029f4ccd851 100644 (file)
@@ -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 <pthread.h>
index 429183001e6bde2fd6388ec13ca25b79e245bc2a..5cbc186388a90e96bd342d076d552f13057321b5 100644 (file)
@@ -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 <pthread.h>
index b429a3f48880e7643d77eb0bee9bb12f39adad5d..a3d3ca9ae50801b9b9ad3398dccb81895d0a65f9 100644 (file)
@@ -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>
index 33fd87a9fbaf3388b5a9792e62c8039f90c3a0a7..e2fbcca3b9bb5935419e345420130580e1c65ed3 100644 (file)
@@ -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>
index 08c9403446101d6f2566c3c5cfc6fd29d3ca44d8..f29551010087a2c88dd4dcdb709da6a66407984e 100644 (file)
@@ -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 <string.h>
index e7151e04f1241b99108e2a57fc382f195972e442..830473903cf9d22425df62a3257d61d5c12f127d 100644 (file)
@@ -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 _PT_INTERNAL_H
 #define _PT_INTERNAL_H 1
index e10c3e00deeb6be0ebcf9cbda36f0fb968bcff35..33603482a6381515b36a7c9231dc14155087a347 100644 (file)
@@ -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 <pthread.h>
index bb79a9dbbaf1917d1c49c00e889831b20be4f5b1..90fa5e9bd22595546dd3a6db88ceaa1f0eacf729 100644 (file)
@@ -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 <pthread.h>
 
index 5b57cb20b9e43ac7c6147b15e147b167d0c91ff6..f1b57a91cfdcd2cb4440f18195cd8d8cfc619263 100644 (file)
@@ -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 <pthread.h>
 
index c777ae16e39f4038e566b962e66ae7edd11bc9ca..32109b25c939cceacb9aa2afb1f7db3254a18798 100644 (file)
@@ -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 <pthread.h>
 
index f59e83fa6c9bce4179aa1adcc036d3d5cd2dc531..11646f11c28e03e6be7a9d00d47316df3d12db1c 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index 8ca20a2c1e86b71172054dd3a696bcbe4001e320..54ccdc9664f69ab5e131adf2412ac611b4f16c74 100644 (file)
@@ -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/>.  */
 
 /* <bits/types/__pthread_spinlock_t.h> declares some extern inline functions.  These
    functions are declared additionally here for use when inlining is
index 8809d7391658d5cc1c123bcb10f17c2f20dedb31..370ce0d06fd5a90ba213d77fd0fce3f36a145b82 100644 (file)
@@ -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 <pthread.h>
 
index c88dac08eac69894fbec3011fe17b5b538f9880a..3e2c38c4015f533ab4999592cc7795d6ea9e7636 100644 (file)
@@ -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 <pthread.h>
 #include <sched.h>
index 4fd2525c2e2bdff87e3224b00fa96f5e5d5caccc..97a3c94c3ef0e7d8d0bf88ee75c3545300e9ac7b 100644 (file)
@@ -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
 
index 0aa301323306245b55cb4097bb93fd055193b6c1..a52d3093ea02af406fb9ff75a18339224884c107 100644 (file)
@@ -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
 
index 5261d9786bd6b0e7e9376ff2152200537b15ac6a..5e5c0bf798ff8b37df4f3d16aa7b8d45c4027b22 100644 (file)
@@ -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
 
index adf8ff5ff74d8e8d7d1761e0f137afdb15e8e25d..fbb10fb4d1b0f5fc3d2741ee99a30982caa59ee0 100644 (file)
@@ -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
 
index ffff25e8d3f4588012583301b9e47a553a655252..3b6aee2bdd7498ba813abfcb401c7d12d9470813 100644 (file)
@@ -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
 
index 2cb317e26aac5c4e9c4dd9e9a778e23952687031..f5014aa2094ca8711c98d4fcaad13d2efc6eb91c 100644 (file)
@@ -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
 
index 8c35d0ad5fb9fd9e0268478addbf1cc26fa7a23f..86c7b7a1a19c293c59df37c84fba513efa3032c7 100644 (file)
@@ -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
 
index 237c56cc0d911da5c78c090b42a745c99cac02fb..98e64241fda05af9d13de44a55ff9fd3d4bc9ed2 100644 (file)
@@ -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
 
index 2b51f38bd94cb0f4f9047ec4137c660b2cb6dbbb..4be919337062523cb1e5abddea9c8e9eead1aa0d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library;  if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _GNU_SOURCE 1
 
index 5f3906c73d76c0d9e8ea0fda92ef3baad6a16acb..2dda4bf6088f534787b7176f71c68e6f40b52f66 100644 (file)
@@ -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
 
index 8f4c18ef29389f7a3f3bea4b17b2627e08d18344..8fa8cd884879ab6e7b5029c8174c48fa5c0dc249 100644 (file)
@@ -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
 
index b3deff56fdee3caef74f6dd24992d3a5955a753a..6d88de01019a382f2c32bf6f27f00df20b53acf3 100644 (file)
@@ -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
 
index 8a62cb24dc1418bf1ca0851d5fc7c0f42349802c..caa49ef0cd002c1005222accd24cd483d590dcbb 100644 (file)
@@ -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
 
index 02aa407400b7446ae738d2eabb390e3eaf1e7fee..38fcdb4e04e6574e138cd4f0302a0ad6182c7b2c 100644 (file)
@@ -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
 
index 0993e399625154a8f9c3eaddab50965966698aed..a38f10c48b3c832aef09ae3a23d26ae302c46527 100644 (file)
@@ -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
 
index 0cc683774c1a65b41fc0e9e4a056f75b9dfacfc4..24b2bdb39a2081da8fc33eb711fe8e22a698c821 100644 (file)
@@ -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
 
index 20acc38b6cba428043d21e16b0349ee2ea3003d8..64ac2c2bd8727a726c4359546e3245d262e5c6a7 100644 (file)
@@ -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
 
index a1f70a47df78615dfe1a27162bdfe81f8ed62821..e3ca85934d66804fe7b90b5862ad8515ef94aedd 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library;  if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _GNU_SOURCE
 
index 6d9cbf57a5b498e9f5e7f3564f6f4bc2a700c843..91d14660d902893ef7a3395f6fa2b69fef219bdb 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 subdir := hurd
 
index 38ac56a9b1168c933ff61624bca9267d3d4b6755..096946e9cf933ca85b569b7fc3191a808bc13b6c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/fd.h>
index 78d877faca01490356e81a1df3078182f26c180e..82a81f8265b0a99bf1751ae87ec7600a58e8c865 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <mach/exc_server.h>
 #include <hurd/signal.h>
index ec320215a626345c384cf61360298951555d228a..316960477735ea636126e2b9556dd79017d38411 100644 (file)
@@ -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 <hurd/signal.h>
 #include <hurd/sigpreempt.h>
index fdf1b01c5ed57cc18d166fae2ff830c0d5b82a6f..f525c051979cb0f9bc15ef503c4bbf4612c7f878 100644 (file)
@@ -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 <hurd.h>
 
index beff4f6d1190d0f21a450890469eeb148816f076..95f067a16cb7ac61d4b647b64980da2412dd2032 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/signal.h>
index 77b931ccef57991d670ce5c5c5cdeb148da10afa..d77c35ad6fa04e07b97d4c0b4f9c35eb0ee87f42 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/signal.h>
index 2663d25000c210f58d65fe7d18e6a93b5cd254de..44f8123a7c369074005052c4d7cb8ffad5ef4287 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/term.h>
index e20d9b058796ad6ad780e60fade75c2a61b820ec..59cd53a489b566d20cd4e93f045d5e482bdcb4a3 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/signal.h>
index 5a3a2a83a7ad29614e823078a597e9415e9c4c0d..a4e0ce1dfaa28f665dcb77f41667a967bd9b6012 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index 86343a1bdaed77ccbd354aa7df53c6e96d428005..d06e80a4b821cf9a416d0c8c218ffd535cd17788 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd/fd.h>
 
index 594b14003b06a7d4361f526409392ab01cda2c0b..05dbe0620c6c8c58440b6c81067752578781e151 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index b2589245b10536ddd84717145d718296bea050fb..d86faab0166272709443d7ea703de971d8debaad 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 039ebdc312f4a7b871b69ab411cc3edfc8471786..9701424aa9ab2f88b2dad1420338ed9bdeb60fab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <stdio.h>
index 6ccce53294b3383c85cbde9265275fd50f7804a2..5b72bc9c0f3c0ce1e1492d5d551dbe39d16390cc 100644 (file)
@@ -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 <hurd.h>
index 8c6378927658c1e52e24df81524c9fcd6f0920f7..b626c34316e3178e8af37efe5086188e0c1cc1af 100644 (file)
@@ -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 <hurd.h>
 
index 42f6331cb1ed387028472caf3cb6e6de88c1748c..91ed592be3469a0de54f71e3681b935ea82cc82b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/id.h>
index 27ec4c4de62b80a8d6e382ba67b20738529571a2..df68e63499f3cddb32b6c4e79cf0336423d31518 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 
index 3bb3439b8e93be9615cb9971412ead3f2da43e4c..75d997acb8876843e53e8330968debfc530449bf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/signal.h>
index 8ccd1714bbbfc69b71559b785bdfe9e67d65680a..ff7700a6c7d1991405bec0dcb47e688084f889c2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _HURD_H
 
index 779ea4fc9d3a21b007e603dbdcaad4d1b0545a65..d2983e751dd9c6d6f75050b11a907db1db6d37d6 100644 (file)
@@ -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        _HURD_FD_H
 
index d523ac49f858fdfef1e5239fdf36395b5da5a535..8492a50357bae921e7028fc91c6caa01cbed9133 100644 (file)
@@ -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        _HURD_ID_H
 
index aea2fec1aa9e15b33734e3ec674a52bebed9d09a..c45a31cb176357565145af1a5a0161517d35f989 100644 (file)
@@ -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        _HURD_IOCTL_H
 #define        _HURD_IOCTL_H   1
index 6d0670853fb981e12c0765eecad564ca808f59ac..7485dfe60b1ef48a19981551031010cce1d76a42 100644 (file)
@@ -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 _HURD_LOOKUP_H
 #define _HURD_LOOKUP_H 1
index 75e51ff7365ed1b1568415cc8e7fce828187a038..b656870724a446e189fa3aaff5064f2f5c96cc65 100644 (file)
@@ -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        _HURD_PORT_H
 
index 561054912c8ff0aabb1e5a600dcd277c0049ea69..965043969bfcc73101f26e133ee7ce663486408a 100644 (file)
@@ -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 _HURD_RESOURCE_H
 #define _HURD_RESOURCE_H
index 308124c90b01d4a62ec3f3da7097638665c2a17d..3670a91a00b6e21421be82d71cdf0a674c958fa6 100644 (file)
@@ -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        _HURD_SIGNAL_H
 
index 44eb614e13f2af07b11a017c6a9be1a902d25af3..f318ecbd188d5987c39fe4d97f0e449721133fa7 100644 (file)
@@ -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        _HURD_SIGPREEMPT_H
 
index 32caad9ae329bd9b3d1346bef2beb2ca2632d164..e3bb8db0c16f4abc3cc485e4bc90620384913143 100644 (file)
@@ -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 _HURD_THREADVAR_H
 #define        _HURD_THREADVAR_H
index d70438a48f27684ae8d48465ec2c97da38424da4..f466c7149b78ed7806c93030f9e6b61b14537432 100644 (file)
@@ -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        _HURD_USERLINK_H
 
index 6ba2bcb1686eeab2b074dc357b83dcf382123cc4..18bc5d65bb523d8ff7e774376672fe73e279e46f 100644 (file)
@@ -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        _HURD_XATTR_H
 #define        _HURD_XATTR_H   1
index a61e72915089467047d7b5ded759e8c606dde06f..6c9324a5c92ac62362f2ccb2c57563702f125fe1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/msg_server.h>
index 6e99266cba2d594add3f35f04a8e1ff3bb232668..b35214c4ea2399ca7bd73793758799a8cfd21e53 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 88ebcccd82e8588b4359c5b28eba08205801153f..4e36d92f2e44aeac61c3dcd16587df1b595fb4de 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index ea248d0b556dcd6d86d5997eec620cf49d7c3b08..e9956a8d21d1fb470052957a160ac3f98f0491bb 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/signal.h>
index 493397684396bb7f3a1322b3923414d22e344dd9..b684243658cd96264e23a78de14280dd5af3d870 100644 (file)
@@ -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 _HURD_FAULT_H
 #define _HURD_FAULT_H
index e14080c064bd87a7dbc6a553b2e04de28da6e5f6..35f155a6b00b4e854655a1cf5ed32e253106e823 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index e9127654185bac4ede9199f221b270f912b7a84b..1f576a3ef475526e4e8ee23b338a845b79b8a6e9 100644 (file)
@@ -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/>.  */
 
 /* Fetch and atomically store the contents of the file ITEM.
    Returns the size read or written, or -1 for errors.
index a41fd3df101cfa05d13eb8ca962bf72fa7fd3069..6eba34c960049adb2eed1ae549fde1c1a2dd6348 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/id.h>
index 938e6da5e38acf97c89a2eb431135e8aafe0b7e1..93251197c7c547ba87c1d99be68b3e4f4b743f8e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 #include <stdlib.h>
index 2d7a685409c115d2a93433fea02b5910f973531d..d706e49c275f0606df3b0084fdebb0ccd66a9714 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/fd.h>
index cd67f9b9bd5684295b12ff8e7318186c3045f276..157da3f6a9747e33799c0dc96ef41e1c9a228113 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 3d4702f614ab8bb2a0e1b7a30a453fa542405aeb..0787c196618e76a9a1eb90a81f5caeecefef3a78 100644 (file)
@@ -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 "hurdlock.h"
 #include <hurd.h>
index 78f630191c7e8b969bbbb093b9f9d9646f2149cd..0de76ea97b8080fe030d72e9136bfa2766ea64aa 100644 (file)
@@ -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 _HURD_LOCK_H
 #define _HURD_LOCK_H   1
index 983f6a650683b27008680d53e48a3387034f2bff..0007aaad7b76e617fe7cd6d3f7660905140fa3a0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/lookup.h>
index 48db15aed2fbce65cf43858579e38be39b5beabd..02b04f28abe1aaef684a0cf908a66743c9498f13 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/msg_server.h>
index bca7048014ea55871658f86ab4c2c008c63b18d6..b8cc0b3c670b047961237b7f8f72707abc0b8f1e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <lowlevellock.h>
index 5f604fd09c05d0f6b6615d947ec9bba268be136e..a7152a208ca15842290710c51fd97537a70becd1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/port.h>
index 50dbd9cad2917c65e160240b03881ac61c7bfa0f..67af350e9223c12b43ef07cf25e13077de478482 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/resource.h>
index f40fd6521eb4c90f3515993c203f8df23a23b970..abfa4ed356ee0d95887cc80c36845dae5eb70e8e 100644 (file)
@@ -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 <hurd.h>
 #include <cthreads.h>
index 5a0de51ea5763eb75d830b58ff77659527fc6cdf..333a909d6711fa4b57708451dde4f5acb36bac38 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <sys/types.h>
index 1b511d1e8f9932322862c573b3a4c903c22c5f9e..ebe0308c74e708fc4819d6f0a4b9f95f94d49bbd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index ab74a521ec6ae7d0e3956eef3eb5962f94db33ec..9efd89316ca25276acf6837f7e1befd6b248f964 100644 (file)
@@ -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 <hurd.h>
 #include <sys/socket.h>
index 7024b9428341e9539fe71cd6b87de62a1e98a037..277f512785c634557b202af7f0eb6a8b78af489f 100644 (file)
@@ -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 _HURD_HURDSOCKET_H
 #define _HURD_HURDSOCKET_H
index a028151b8f23e895e996646a5926fed92b7bdbbc..c0a78b3a827bdca6c386e445a51ee0cfd31239a8 100644 (file)
@@ -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 <stdlib.h>
index aa5141ca00f1d5d090f0d3024cd1de4513daf63c..9001e5660ba6f666a4fdb034acb23fb89e0732f9 100644 (file)
@@ -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 _HURDSTARTUP_H
 #define _HURDSTARTUP_H 1
index b576279e85b0e6750e336db466454378eb031d62..48a9821c87f02f3621cc0381156d9e02a50b1583 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/fd.h>
index b7fda2188f3128cde17813d0dc6e00aae6ed2ea9..ee53d3a1de4b4a0aa321f83036de06d04ee19efa 100644 (file)
@@ -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 <mach.h>
 #include <mach/mig_errors.h>
index 8053ad0e26aed6c75d2570ba068d6ab883185fbe..eb3586b7b6fe7bad640306fc86fd9147ad1151ce 100644 (file)
@@ -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/>.  */
 
 /* Cause user stubs for interruptible RPCs to import a special header to
    modify their behavior.  */
index 74a9825aebfb78ad2d04422f6062773a5d24b7b7..dfc51af00896233f9acabaf3c3f29f4c837299ea 100644 (file)
@@ -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 is imported by the MiG-generated user stubs for interruptible
    RPCs.  We modify them to use our own function in place of mach_msg.  */
index 886d832d118a88f891c58924551d282a301a1433..a520eab75d42f54afcd2bfb60968ce3e695cd38e 100644 (file)
@@ -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 <setjmp.h>
 #include <mach/thread_status.h>
index 43430b57621e46cf4d293806588c8464e3f93e2f..1dd64cc3500c79e3096c4ed4e0277bd4db05690e 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/lookup.h>
index 9c49075fe1c75dc9f2105595b787587936dcf733..6a21f2ef12a9905620e0d04a9b670fb9a15ae665 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/lookup.h>
index 039b395933fce4815374a43b19a75eb297f25093..b57a97c36af7a8b715eab2b84f2b06724ddc5de1 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/signal.h>
index 8d02549cf2e90cdb70c25a1cd0950afa73d6dc42..868fb291a93cae43867e8f189522ea0201fba5b4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd/fd.h>
 #include <stdlib.h>
index d056d29af439d4212f3d9c9130b12620a805a7b7..344f3614305cbbb92c37e18779fc6319834c88bf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/fd.h>
index af0a02a5cea333e38efb816a0ad634a9f4b61c4c..0a44ec4f2498d89d78a591fe1c7b2f38b41c0528 100644 (file)
@@ -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 <string.h>
 #include <hurd.h>
index ee62db995d090a1323c0225c0e152fc687c46b94..4e72fbc86f8a31ec9d6c3d96ebc0061c57d7424c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 
index 7a61155d4567eae688d236b2b9aeafbce254d143..b43b79383ddf264f77aa91f2ed05f1394a2101f3 100644 (file)
@@ -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 <mach.h>
 #include <hurd/port.h>
index f500202c910ac8cdf0e440e9fce35b41be493632..ab825bebd35b87e417965ed2a0163d9f2ac71854 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/fd.h>
index f17d66e2fb97e7885e17a35d2a2a517f255b334b..25ce29bfc86d5bbce241ea8243b632989913dde7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 
index 8f81c36b9eeca904a930aafe23b58b089a362027..f05bcd4cbaafbcb1204f28a56e35e27621ed7d0c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 
index 3e47cfc25424e0de6780878e0575ad4d2c0f6aaf..84a2870f46657a45db58bf480c563e0b0dba1a73 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd/sigpreempt.h>
 #include <hurd/signal.h>
index 9dc27b3e15d97a48d5bb083d41dfd22cc57aac8d..4bebb4e8ee5a6e57e35fe6c8561e8f02407e159d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 
index 7a507053bf4d08d0905cfa2b3682c7a86675083b..9fe2a29075b4475796b4b88ad98183408a97fa78 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/signal.h>
index 52ec46adc794e9ea88487bd565aaa1cb5763e1f6..d3b62c616a6133601f1e563eecf88022f224bb37 100644 (file)
@@ -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 <hurd.h>
index 0476cde2da3c7783097740699e604506d82c0017..2e786605169255bc1a9c22aa81d95441a8bfa15d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/port.h>
index e49e098443ad999601378420b80bc891fc0aef4b..1afd3a7db74679704c5d8ccfca4668e3c48bb890 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/id.h>
index d37ff810afc171e37e45349058e7079ddb051b01..7b080e1449b0043cd5c0e0d50251eaf592ba37e5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd/signal.h>
 #include <stdio.h>
index 75841ae210c6c4e7fe2a58a9f188381cfad48360..80626eeffe1d41796c26b3292a62e09ca4a54c22 100644 (file)
@@ -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 <hurd.h>
 #include <thread_state.h>
index 4e23f8b7ebd640edf37dadb17ed8056c225a4cff..da9fd6a148a03e334c2e37e4839d5eafb6fa7538 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 
index ade938c93e038ec9db381f881538d837c71ec6dc..b137f0e4d301758b8649ffa9d412a2388288cadb 100644 (file)
@@ -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 <hurd/signal.h>
 #include <hurd/interrupt.h>
index 2089ca0424618b7960fc26db16192e64c66bf647..39950bc3664da56cf00f94c12179754b285d13fe 100644 (file)
@@ -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 <hurd/signal.h>
 
index ed4de3c0978ecef5bab55ef99cdd12ec8b538f3d..ee8906bc5b8731095d6125f897fc39ca40be43ad 100644 (file)
@@ -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 <hurd.h>
 #include <mach/thread_status.h>
index 4d9fe21cff7ad6fc20210d55b6e3ef88725a02af..09e4df11a3e244793887ade58cb0deb5fc8d3029 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index ffca84ef3354b39e1eeedaaf7f0d428258de4944..7f7c6ed6d0b81bfd548aa58f00fd95028cacb196 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/xattr.h>
index 74cd9bf860d4a932f72a91210a1f5ae907fa714d..b7a8f5e0d45b82547a2145f0f41dea5fd84b463e 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for iconv.
index 20efd3fc0f51282299c8efb32b1a9e79ef32d162..ddb427c6c464f41d261b46235aef86f05d49238b 100644 (file)
@@ -13,7 +13,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 <stdint.h>
 
index efbe259d431cad4e696109d99110ec748c45f65b..06c8d77d6f279896db37687454466dc945c9428c 100644 (file)
@@ -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 <dlfcn.h>
index 7ce79bcbf68bb98103becc212038aca1eb2a6739..0e689d4c58a27ac4f69c8157ef81e36ac4570a45 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 provides no interface for a user to the internals of
    the gconv implementation in the libc.  Therefore there is no use
index 04a0d59e91fd3f8d7082cc8382a7d834c0543ddd..ff08b18515d4048626b2acb3b21ee7aabc3155d9 100644 (file)
@@ -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 <endian.h>
 #include <limits.h>
index b96258129a3f192a2b8a30bd3d9c05a9ffd62901..0339ddb35035bf567599d667f5a14985fea7adeb 100644 (file)
@@ -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/>.  */
 
 /* All encoding named must be in upper case.  There must be no extra
    spaces.  */
index 9a456bf8250ec23838f5167eebd9dd31a42515ea..197a33be2e7ba5cf929bcaf643a35fbb8970c4f1 100644 (file)
@@ -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 <dlfcn.h>
 #include <errno.h>
index 91e0ad3141a1436d0a730d867f52207e45fa6c0b..6fbfc34bd85c6922034c0892cf83123993276793 100644 (file)
@@ -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 <ctype.h>
 #include <locale.h>
index 515be8f83fbce321d2c193584074122045aefb3d..fe913fc2196a904f4356f52008ebb8e1182fb6a9 100644 (file)
@@ -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>
 
index ae8937cba0853f09686350919eac3c5398d51354..23658dd6339f1916efe50ae9cf5def480f708577 100644 (file)
@@ -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 <assert.h>
 #include <ctype.h>
index 3735fac76586334d80aef18c21b6fbba36f8b538..861a142068a44accdabc3c89b2c29de6b7132290 100644 (file)
@@ -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 <assert.h>
 #include <limits.h>
index c0342d8f507157160c4bd34614b60ca8e770dbf5..3bb732e76679def512b5323ce298c035ec0b90cc 100644 (file)
@@ -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 <assert.h>
 #include <dlfcn.h>
index ea41d6feaaf4f83d3e48fc73b3c125ae1c8e6009..c5783ef5501a75f6b70178e7245ac441f32c6f2e 100644 (file)
@@ -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 _GCONV_INT_H
 #define _GCONV_INT_H   1
index 383190df4fb9c11a3c48b9fea80234069d010ef7..eeeed57082280b28b1e32d652e782f4d2b758fb3 100644 (file)
@@ -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>
index 75ce8fb1f4caf8bdd04440e0a2564f12f6ceb7e8..2ef75caf9db7a3cb44dcf3cb151e510b8ff3afce 100644 (file)
@@ -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 <byteswap.h>
 #include <dlfcn.h>
index e162ebe69c1f13b96b97de14666db01088ea980d..61130097662c4d16ad647a9e4b6a6cc467d8f674 100644 (file)
@@ -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 <assert.h>
 #include <dlfcn.h>
index b96f9d84a34a0e2abd4dd19beabfe20253f46685..737b4cec36bdcf0070c2de2b3e4cfdc187301ef3 100644 (file)
@@ -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 <stddef.h> /* for NULL */
 #include <errno.h>
index 9585ec268e194bb65e7d79e0b6d5f63b0d7be1f4..1273bdc962f29eb19a33f4328e9f9633a2001c15 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _ICONV_H
 #define _ICONV_H       1
index 629391c58b3999e8d634f35635620084e0cc3fdd..5e3e2f3847c8b87135394fc5aa5690d91f79b18a 100644 (file)
@@ -14,7 +14,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 <assert.h>
 #include <errno.h>
index 31fcf3739f617c3f036e23ac632edd53a05b47e3..c8a4189da94c77345d59741622cde7f8675bfdaa 100644 (file)
@@ -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 <iconv.h>
index b3e7953ee17a5c83a4c475b6373d3ce85a79c920..018af2955975d45d87acbae15d016306f5d247be 100644 (file)
@@ -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 <alloca.h>
 #include <errno.h>
index 2bae079d2bf279dada98195457ac302b159cd47d..c3660ea9980b36485fd930b193fd9e2be3a5c784 100644 (file)
@@ -14,7 +14,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 <argp.h>
 #include <assert.h>
index 451fdd68e8610e2964a3152e082544344f16a5c6..33e5ea01efd605412a520f0ae3611032fe330bce 100644 (file)
@@ -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 _ICONV_PROG_H
 #define _ICONV_PROG_H  1
index f75e46dc1668a5703fe330382d8917e892687195..ad7300ef585f29531679a9d04c76d222cf5168a3 100644 (file)
@@ -14,7 +14,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 <argp.h>
 #include <assert.h>
index f6926d135192c69657eef1209f9a5a5c8b8c4f68..d4c9c1ad54470d878fd94a93e5875dfdc68869c6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <stdint.h>
 
index fa98c1a52190a5a9b2ec76e38009008115e211ec..2a97b71dfeb3cef799c7bade168c4327f30a4fbc 100644 (file)
@@ -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 provides a frame for the reader loop in all conversion modules.
    The actual code must (of course) be provided in the actual module source
index 7c12975de3f8c35ab215723e00b651d6516c1226..4fe70df2fa21a2146eec54139c6c179cb5140932 100644 (file)
@@ -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 can be included to provide definitions of several things
    many modules have in common.  It can be customized using the following
index 141135db4d1260fcc0222cef00586d85fd96a567..97c39ab53856c2dda5de5c8723cfce7941a9661f 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 95376f2c96347e702ea2c83e83802a9a3cf35129..2062f161702e05e6ef3a2438871fc3ce09bc7b84 100644 (file)
@@ -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 activate these modules, tests need to put a directory with the
 # modules and a copy of this file (under the name gconv-modules) on
index a84ad55a54a37144c3d8afb3ba2ff9a134dc77d8..c0e7d9ef2fc6a04fda148187cc21d75cac603e26 100644 (file)
@@ -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 <gconv.h>
index 511995d74adf4acd9bbed3a6035e753e7dc21714..5096de496bb82997f817e79b8916d05132fedf26 100644 (file)
@@ -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 <iconv.h>
index 17bfd41c45b0959aa5fe7259e268403c51f11299..e2c1098c8c63746c236446651d3935ef25d17e69 100644 (file)
@@ -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 runs several worker threads that perform the following three
    steps in staggered synchronization with each other:
index 92b7fc6e0bd35ecf8db22b58ce577aacf8afdfcf..97376627c5d41edc930989c0ab24f5b8b3c1922c 100644 (file)
@@ -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 <iconv.h>
index 66c86490b1321a57e74d013f7dfb61dac03db1fc..15fd5d3ae2e8c6ede8b078255422ab45c7ea6e13 100644 (file)
@@ -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 <iconv.h>
 #include <string.h>
index 048f245836990ba8b684308e72b92c2425f2fbef..9a0bb9f4a387c7d832cf8db4923b5064156bbad8 100644 (file)
@@ -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 <errno.h>
index 10372bf79fe74db5c75c0192178ab4364f735bff..735d5b439e8de2f018ffb64f91560f54a0859c7e 100644 (file)
@@ -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/>.  */
 
 /* Derived from BZ #18830 */
 #include <errno.h>
index af9cc62fc9ea482e040ffd5a98b9e88c4d53255b..337c1c7d4518c495f8b14b8410550453f07dc000 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index e9f7dceac5b4abf12f755264c01768b8bd958473..c195ee8dfbe3f4410cd5cef15a67622a9902e2fe 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 077df78e593bfc6030aec358b892547ab100f18a..763ef053893efbf17e09ba7e617d9af8ad2660e8 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for iconv data and code.
index 257fa3f2dede235b9007a836021333a5401392be..2644a3d26151f67974aa462cab5218af8892497d 100644 (file)
@@ -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/>.
 
 # Each line consists of at least four entries:
 # 1.  input file name.
index cbae19d97603076a5ba130785c5148abd3c45a0e..ab8d112c8033eebdc5ff25b3d25e8694d1ee52f2 100644 (file)
@@ -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/>.
 
 # Each line consists of three fields:
 # 1. The endianness independent encoding.
index bf197ccd0e7e146e421739fc1918ce7b78836e12..f748bb4085d3cb722889139ff6848d2b2758c7f3 100644 (file)
@@ -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 <dlfcn.h>
 #include <gconv.h>
index 20911084695b0124fc16f1bbd78ed9923ea4c84f..3d97dd78cfcf3f530ce09d71e447f04fb7b29eb8 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 651188a64bacaac9c2db2dad823281ad3dc9f54e..21ebe2dd933151828f163929034e9541ccdec549 100644 (file)
@@ -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 <stdint.h>
 
index 1f61985f5d73705c419e795f4dbca9687f580df0..f9bc7109ebbabe6926c0c7739ed86a0c3dc30641 100644 (file)
@@ -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 <dlfcn.h>
 #include <gconv.h>
index 7490a7b24218033280680110ba06094f31711421..87022ed49a79b37992cefcca2641f62d5c566c7a 100644 (file)
@@ -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 <dlfcn.h>
 #include <gconv.h>
index a516f40bc349bd37fc916b9b0f0f8927e0e987b9..9011554ede4aa111ac5a4b51a8d99e1c96d609e0 100644 (file)
@@ -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 <stdint.h>
 
index ec613927ea7088e75edea4cb4e13ca4aae205710..50d0d8c3d3a0af24155c4d47c642fb8e2af8fb59 100644 (file)
@@ -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 <iconv.h>
 #include <locale.h>
index 9b8b9afa9e24612935ba25d291d940f0165673b4..ba584ee658991803091cd229a12c583fabb0f124 100644 (file)
@@ -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 <iconv.h>
 #include <stdio.h>
index 70ff634309e1c89436948bcc12af4bba92def1e8..3af555f100b891be5cd25f92fca38feb7d117107 100644 (file)
@@ -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>
index 62a229a733f766b75497c90e5077e55f9389b4e8..3d814989779fd55a203c09911d552f843958d7d6 100644 (file)
@@ -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 <iconv.h>
index f4b5de954fd9dab29c92dff414a3ba0ec1887870..4dafe224208ede815d39c513163ea7367a159f94 100644 (file)
@@ -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 <stdint.h>
 
index c7b5ccc94d17980636f4243de98a4aaf249a1d30..9d4b1253c5a2dfaaa2c5b56ba105574abac4fd25 100644 (file)
@@ -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 <stdint.h>
 
index 6b31779b2c1dc417c2e9002f9c7e2ec0fc1cf0be..c46fe69c35550e1edadbd81ae32d354e7550ab0e 100644 (file)
@@ -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 <stdint.h>
 
index 20b8c4cd22ff8508ba46b46058895f38d9c0153f..d8b9740bf997962c02c75e4d3089348c15023b56 100644 (file)
@@ -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 <stdint.h>
 #include <gconv.h>
index f6edafea7ac3dda889b9e94d12d78f2a0318d95a..b55a9d1d7655bfa3094e692b15e079299f4a44a3 100644 (file)
@@ -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 <stdint.h>
 #include <gconv.h>
index dab7eb59ab8f619c1b77f476d36413d777ae325a..a54bb2c6b2d793137c385308e760bc0170a0d42c 100644 (file)
@@ -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 <stdint.h>
 
index 7d2fa85654306ceec08e319d79b620e4ca700ce8..efd69bb4ad1184cae0d9cb7878ad29be0f21c3e1 100644 (file)
@@ -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 <stdint.h>
 
index 4185e99bf43ed86cf1a4052d46630cb84d15901d..955eabca3376ed406f4aed17b2e01f6157038853 100644 (file)
@@ -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 <stdint.h>
 
index 480afc99f0bfeb70ba26802849adb67afe99d360..298ab50e9c5e365fc7f11686fa3c9a62daf7859f 100644 (file)
@@ -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 <stdint.h>
 
index 51e279f95f199fbe088edac4771832f7f5116bda..d454cc1b0429a4b827e9f80387599976d4166d3c 100644 (file)
@@ -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 <stdint.h>
 
index 89a733ec2983be4c2e27fffcc69d517f111c4f79..f7190e9b95b960cb164b7f0630f5532943ef3758 100644 (file)
@@ -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 <stdint.h>
 
index f7f5439abdd00f7c192d9547f3a5b1bd3d5cd66e..54d24444d80750d85f8d3e1336dbae7481c8b648 100644 (file)
@@ -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 <stdint.h>
 
index 6b5a54425469d6667e15a7dfd6bd79f1e791c97a..1f0d9d0e0812e0f0ee8ceed42ccaa6952d6c78cc 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 01714786b26d73858099c6db487881c377af4447..e92e707e83d08b118cd88571e4e0b57fdf5b96c4 100644 (file)
@@ -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 <stdint.h>
 
index 56b997ae89db62b8abe48fb191c84329367be1db..59fa379960ee9f013af588edb0edf32550d172f6 100644 (file)
@@ -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 <stdint.h>
 
index 975dc27ce9c9ef9f4e7fbf8982359e6551806d83..38fb9ebb8d8383255b7156116c3fd8caa210f131 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index ea50699dba29024ac7363e2266e98b4df99d46a2..942243fd45e46a51f4e4f8b63a0ec393f3a9e5ea 100644 (file)
@@ -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 <stdint.h>
 
index 4523dd1f6dac7e2c2bab27cb2b1995868018bd91..2a29065a457a27be8b748679977121f5dd758c45 100644 (file)
@@ -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 <stdint.h>
 
index 2631c771ea4abe8f4704e207b0c02a05babfa551..6927fb0c1b6be86d235da8098ae190b1d1f0efe5 100644 (file)
@@ -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 <stdint.h>
 
index 52b0c99b403f599cceac646cecef00584cac1c16..7a6827adcbe2d90a77e61be7c2319dcc3775cea4 100644 (file)
@@ -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 <stdint.h>
 
index 6ff9977535a4a1c25c44b171fb1b9e06870662e6..b7e6df25220aa0d4f7e0d2ee6684189b1a35ab08 100644 (file)
@@ -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 <stdint.h>
 
index f4c816b9da329b74ae90456ae45c02fd50db6b76..be9a187e7ff353c64db1b1a2d5bd8b75fc32fbc6 100644 (file)
@@ -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 <stdint.h>
 
index a9b37fa9e5234995c15c5aae4302f2f0a17fe53e..638f840e2720904fe4c16f98424912e4c58ad2a7 100644 (file)
@@ -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 <stdint.h>
 
index 6b7704cd7c3d719ccf8a2c3ae09ba4a19ea5a88f..ad4d16aef1b5b9109fd21a7be80704d7ea99d82a 100644 (file)
@@ -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 <stdint.h>
 
index 9743d899feaf1d7e5cef407c343d16655fc3ca4b..6ff7a1911b46e83006e314367b10f3b1ffb3c760 100644 (file)
@@ -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 <stdint.h>
 
index 4b180c3c03cec8d44de3d5179530c294b3aec29b..3ea7ad4fa67cb633432a5f8c09c8b4ee9b85a6d4 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 1fad6ea9f93a3010555c46689fc6d69d1e69ced8..cec7bc7e8744ccf601a970e1f9dd3630730cedb2 100644 (file)
@@ -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 <stdint.h>
 
index d1b2f6677934ab8b489bafab5734746e3557f572..786ffdd8cdd3e5a55f619054bf682c6bec956b6d 100644 (file)
@@ -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 <stdint.h>
 
index a05eb641b5f232c6aa780694a8e855be9095a39e..1d0ceb34b558b2b7bb6a907ac0b29352001853c5 100644 (file)
@@ -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 <stdint.h>
 
index 9855daba0ae61ce30ae1db3112175895705b28dc..f90160c61dc5e7316c8793af93e726324f0ace30 100644 (file)
@@ -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 <stdint.h>
 
index aed419d1f582f1e174db1abdf8f756c4b5e5dd3c..b807d8c6b8f708e8350faaa558ddbe3613adbe5e 100644 (file)
@@ -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 <stdint.h>
 
index 5715ff169f0ec1162090e42aae3fa13ebb112f08..b652e39e808aeabee6361fc6a56f825cce446549 100644 (file)
@@ -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 <stdint.h>
 
index 61bababc61d61948d1255f841dee5ed7e139ded4..33da883f76196244440d9de0cfbb985d7faa3341 100644 (file)
@@ -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 <stdint.h>
 
index b48d6f5e9b8614b9cb4ba724cc9b415a25b2bac5..c0d03e01582b365d73ff342c18686902596f5081 100644 (file)
@@ -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 <stdint.h>
 
index f4708d0e2c67ca9d8247b1e7db71bcbce9fad410..b25e54017db0f80b1657ecfc77b07b94b1e9dde2 100644 (file)
@@ -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 <stdint.h>
 
index bfc6910d11ee5263f660835a2d4ab1d0a1a5514c..795870103b356f09488038926c350244be0d6896 100644 (file)
@@ -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 <stdint.h>
 
index 2dbcca49f4eedafc5069edeed0f3d1f04bd5b226..fab198d2daec4eabf3879200ce0b42c5132d7f30 100644 (file)
@@ -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 <stdint.h>
 
index 51401b85cf78a8cd12029ff4f6748f9f89fefab9..863cdafa1b2a206a5781a6ab2d833942d74a44f3 100644 (file)
@@ -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 <stdint.h>
 
index 36c3d5c43af851c9c2d4142f74f7523a1b8c5625..5754d6993d21e496c8b088d5fd0b879c494c3c5c 100644 (file)
@@ -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 <stdint.h>
 
index ed35d8b0379762889569d81933885aa4abf16f6c..3ea8184dac06a08019d3114533a6374d9f6d7f53 100644 (file)
@@ -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 <stdint.h>
 
index 4f67b6935bcdaff777f16240e3baa1f35e051590..bdc326cc6037e7e46bee96e8e08088c8bae44207 100644 (file)
@@ -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 <stdint.h>
 
index d72cef26a4ef630797884a887a4a81c9d1c9e0b6..619d71ea3c187a378dc294a2aa586aabbc7743da 100644 (file)
@@ -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 <stdint.h>
 
index 93794470d6bd1d3eb032b3117c2980e05f0cfab6..90b6cc5ce7e3d4c1980bbdf9a3ac45f88406564b 100644 (file)
@@ -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 <stdint.h>
 
index c7757b58a33712187ccf966de84cebb9ca8dbdaf..463ff5020f3ee2c276f56f4f86a53db17beca41f 100644 (file)
@@ -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 <stdint.h>
 
index 3f23b6a95da1f7bbfeb98bef14d025cebd3e7ed3..4e1978c34ad45a9903ed2dbb4519fdec59bf6ef5 100644 (file)
@@ -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 <stdint.h>
 
index 87964d26e65146bdf52a66cc011876a0c88cd882..13f413c113b4e0a54e544bbb280d562a5a1df69d 100644 (file)
@@ -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 <stdint.h>
 
index 44e997ece8abcd8dd4cea325381a859fdbc7c8f7..48250b2d1da29fc44236368d2e9348b5f98b6f3d 100644 (file)
@@ -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 <dlfcn.h>
 #include <gb2312.h>
index da2d5cf38069119ca3c0ea6742f1a14df9b0c4ef..45ceee434267940ed83da9ee73699e40bd0ef6e7 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 68c9614b19ff324c42f84145b4c7fbcb08b27589..3c364ea3569fbe68061f516f2007e1f08f305e68 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 65ced850456bb110fe4eb528c56c57740d3e44df..6a7e6f3276d71c929607f3d2477b3aab9e72a394 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 1f4f8190a39dd70c1c8198797973a8cebffed5aa..379414c4261c97cbf90bd554a4c76e4850754beb 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index c098ea43109e6813596bd1adb8d1653255ae87b6..960db5f0adf551800d0e4501a6fdfb0bb130637b 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index fdf5d994eb7121704ef30b449a08043bc4aa1c2e..50fbecbf18ed9d5e059c20a3321159d9f05958b6 100644 (file)
@@ -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 is added for supporting gb18030-2000 code.
        by Wang ShouHua & Wu Jian
index e1d89b02c4ef3964fb4fc15d13661f97fa173c86..4fe9ff9abf26bb03e9242f2e76aad520120a5911 100644 (file)
@@ -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 <stdint.h>
 
index 432466469e489b1867084bfa5109ada6fd816d49..1b56703b89e073f99a5b08f31c804b2ccdfb1363 100644 (file)
@@ -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/>.  */
 
 #ifndef _GB2312_H
 #define _GB2312_H      1
index f56039ecdf145da9bb9650110c7012e8598f7ef4..a61c0795b3add01e2309131e077063bb69ad37ac 100644 (file)
@@ -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 <dlfcn.h>
 #include <gconv.h>
index 5985c440137d2565ba6fa436e2b85b3870184e74..45e5efac15c817dc4752108dec8c47b7a7ef4518 100644 (file)
@@ -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 <dlfcn.h>
 #include <gconv.h>
index 3da5fba6e5900b8398a7d97d5c94a6520b5c328f..8a23ce17eb3f7a893b0c642880e886f076438487 100644 (file)
@@ -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 <dlfcn.h>
 #include <gconv.h>
index 046099dc4c60c6a5ff213f2782b2b8d8aeeadbc8..50e9828b7cf5d9237ea44c73cf3a8a906b8e03da 100644 (file)
@@ -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/>.
 
 # All lines contain the following information:
 
index 804bf62a4ede6565a002c8435719d56cf145b57d..63a1dca41f20267b9e05fabba26d2029bca43032 100644 (file)
@@ -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 <stdint.h>
 
index d3c5dcf6cd04b8d2c542cb32b36caa3eb6cc4817..bec717070e55729dc0b689ceb96c825fd665f968 100644 (file)
@@ -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 <stdint.h>
 
index 10805573c836871aa4d5d668e7c134385d5249b5..3c805b044bf2ac7c8c3a3e2da7100c7571e1798c 100644 (file)
@@ -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 <stdint.h>
 
index 81f950a6f149681bb173ca775afc693d6fc1ef76..46500e042cf9785bd8d6a57fc50d1aabd5d30d6c 100644 (file)
@@ -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 <stdint.h>
 
index a6bc2cc4e5126e246982726c3c408282c28a306a..9b76a2579d53f8b0072e2caf23880c065aababdc 100644 (file)
@@ -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 <stdint.h>
 
index 3f157ecf64138e6b81756c5c78cc33e03e39368a..c0fd0830d0b65e8e2b79c92e8ebfc5cd4c762fcf 100644 (file)
@@ -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 <stdint.h>
 
index 1c6e9ecbca981ee6916df61f75c70a64f6a56e05..23173914accb2a1d4bae71daf97a692e1bec19d7 100644 (file)
@@ -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 <stdint.h>
 
index 867992ec77cdad9d0e55e51ab00b439b15ecc7ec..883e13180011a8c403acf16fdb57aa6e71fa99b6 100644 (file)
@@ -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 <stdint.h>
 
index c9514d207289a37855ddf2ee696107911c5c9d5a..d00696071a7bb8ae07097bac470cb07c449839da 100644 (file)
@@ -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 <stdint.h>
 
index 8b2fa4124811338234d7941eb8c3c8c1cb263a73..54efee7eff12a550ce5bf65ca23a020c0bbb1e82 100644 (file)
@@ -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 <stdint.h>
 
index e4eec73359234234029c9ef178fdbff709eaf69b..feb42de4d15638f36b2001409769537ee45d751d 100644 (file)
@@ -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 <stdint.h>
 
index a34708e9db67de8e31f4c2601ebeac261182b416..79f75c130b029b50cb60a6e81de56bbb32191073 100644 (file)
@@ -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 <stdint.h>
 
index de43c854f388954597545eb2e9d3abf460b06e49..4f81a96c77c67d5590c6421cb86f7e49646bdfbe 100644 (file)
@@ -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 <stdint.h>
 
index eab9892a2e3d7decbb17d34a070af7499c7e74e7..7a4fecf313d732c685b4bdd6112c09e92f1ea707 100644 (file)
@@ -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 <stdint.h>
 
index 45336eec31525cfa63245fd43d04870fb40f8450..684488289b05e8a68c9a269c2f95fbe8df4553d0 100644 (file)
@@ -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 <stdint.h>
 
index 99dabf8397967d16fbcc2bdb76b8cb391fd2e25a..2ea96f31933005820dbf7eb9b292ce3f6ef090c0 100644 (file)
@@ -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 <stdint.h>
 
index 6268da15e37b8f49ec06cc6311ad122976ca95f9..a3eefdf869f1b9974c5cc7fa711d523aeb853528 100644 (file)
@@ -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 <dlfcn.h>
 #include <gconv.h>
index a5adae60ad03bd6b7bd6aef08a6d030d33fde705..2043097a2b7f8c27cb25130395319fff6aa2e3e2 100644 (file)
@@ -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 <stdint.h>
 
index e63172c8c1df4dfa97c1494072680bc749cf2cb8..82921339771d086c9d3708a3ed5e6b1015d4c0a7 100644 (file)
@@ -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 <stdint.h>
 
index 6f52be2830d5985954f1fd366e7f6648db9147b9..e18f0bad79c696603b39238b3bdeb0cd6f168718 100644 (file)
@@ -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 <stdint.h>
 
index 19eb6a51cc8799aa4e35cbd2eedbf9a4a2d8ddd2..95236f6d4b27878a68f7244d72702e3165484537 100644 (file)
@@ -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 <stdint.h>
 
index d646de0de7dd34bd5942c1534071cf79de86c259..11d3b3961e853fb6ba43ac2c8cea56ae3accf9f0 100644 (file)
@@ -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 <stdint.h>
 
index f7d9546d2b572d5391adc77b0afa57aa840ba450..11171717ea464a1a7a13974599fe593492d43b66 100644 (file)
@@ -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 <stdint.h>
 
index b3863adff7f5e796de9f096555e861a19acaad42..6b3094f4cca751c3578614aadeec7c918e3ab609 100644 (file)
@@ -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 <stdint.h>
 
index ef96a5df8068461d72b33f82edd20ae2f7ef79a0..b8b284eb499625939e476bef501181ce2428934b 100644 (file)
@@ -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 <stdint.h>
 
index 68b63addbdd134cbf091a2124c5f1da2bdcc7f92..c26992f0abe43a83655314aaf7981bc39e2cff0d 100644 (file)
@@ -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 <stdint.h>
 
index 1572546cdea94a7dda55ea6fceb0f7bb427ec18b..41f2289dbc58ac618a74466fd09cc21a8ef5f1b8 100644 (file)
@@ -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 <stdint.h>
 
index 075279a36081d9c3cd65b886a1c9d0f0b6320fed..2e022889125f3080145a3e38035f2ba6bfe7dc55 100644 (file)
@@ -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 <stdint.h>
 
index 89f424645299015dec7ff93c9df6bf854bdd1e64..9f6b62acbd78a1964eff84c8cd089ad065e0f51d 100644 (file)
@@ -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 <stdint.h>
 
index 2a10447853fcb506f9235df8a58f9e1bd8d10228..7b3d256e458138bb39ea4d9dd74bdd08510b9c5d 100644 (file)
@@ -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 <stdint.h>
 
index 4d6dda826fb50b1ee02465c21929b91c4ff94a70..91465926cd66e44a52010b51fedcc470959a89d6 100644 (file)
@@ -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 <stdint.h>
 
index 72fb6ddf94f94a43a0ea0fc364d6802cee5f1de5..e699fb21e75a91d5999acca637c2531d57cdff01 100644 (file)
@@ -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 <stdint.h>
 
index 43c82a996d22beb15fc3a54636f510beaea9d8cc..4c06fdfc64892eee91889d7d0c0fa939b4beb8dc 100644 (file)
@@ -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 <stdint.h>
 
index f7cea06a511f35001701e4cdef77059c2bb00bf9..ee13aafbb9a400c9797f9f3f12875edf84e35b64 100644 (file)
@@ -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 <stdint.h>
 
index b737a3d4c99e3c545e6286c3764d516aea93b502..cd0ed01cfb8a280a21248619bf31b5ed3a625421 100644 (file)
@@ -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 <stdint.h>
 
index 66f647956d58bcbef15b697b7fac3a998214f933..d8985ae95177247138c28176fa917c6c06ea2ca8 100644 (file)
@@ -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 <stdint.h>
 
index 457da04a4f2a1cf0f42a4e51258dfbd107959ad2..16ad9d025f9009e925a21249483bdb8248c6c949 100644 (file)
@@ -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 <stdint.h>
 
index c3050fe7cb500044b8e76460927bb3f0da3c8417..b049a421d39c942be792f9813416f48dbe42f964 100644 (file)
@@ -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 <stdint.h>
 
index e3fa12c9c2bb2052a1cd939b476fc4b34860bde3..c48107e62206d0c175686064645cd582586bced4 100644 (file)
@@ -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 <stdint.h>
 
index 9394d9f4b73a288db1d2cb749648f96fb2a96cc9..a143573ecf1a64cd6aeacb58464235c901d11e1f 100644 (file)
@@ -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 <stdint.h>
 
index 7078c20e21d6564eff505130ecb85dae43d10bd5..0a2bbf8f8452e531c6f14ebf6c6a0d725d281759 100644 (file)
@@ -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 <stdint.h>
 
index 76b7ad0be380875a0c6914c8a6c89bab21130d8b..97ba758db465f14056d2e15570ae3b94b4935c9b 100644 (file)
@@ -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 <stdint.h>
 
index 6de6b1f98e0919a0ac44ad4262fe1a6e458fba35..7ef6f071775f1d1e75c70e8be3f22adb74491370 100644 (file)
@@ -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 <stdint.h>
 
index 77a67af051738d8aafdd10c52a184840be042d73..1f97364743e2a3bf751651582c6c835f18fd668a 100644 (file)
@@ -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 <stdint.h>
 
index e048440bacac85cac82f52552b274c3ce0a58b50..78c84cf5d90fbaa0dd689ecd72a0246205737aa1 100644 (file)
@@ -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 <stdint.h>
 
index 3388c33b73ed2acbd5ec248700b7f46180c3a05c..8250398f35e1d4c2e26f94fc4704be4cf931a1e6 100644 (file)
@@ -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 <stdint.h>
 
index 532864e261a5bca53af4f5886af6b7baa10e344e..ed1c0dac20c262aea88ab1629a7fb51aea89e687 100644 (file)
@@ -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 <stdint.h>
 
index 8e78fb0c6510f050141ace7e5058b76893990cfd..102c35a20a9a1cca38a4330ef5594ee742adf49a 100644 (file)
@@ -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 <stdint.h>
 
index fc31468707433b386978afe2a41b2a09e543554f..e929b441551543a0f486b69a60e70611bc148017 100644 (file)
@@ -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 <stdint.h>
 
index ea9b4f0d307ef31675cfb99d91e7ffbba34ca99b..2de071668511f4b7445b5fe9bf76c1221a93602b 100644 (file)
@@ -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 <stdint.h>
 
index 9ef3bd45b26ff74db7c4051335be4a4fdb75ac08..425bcfd942e89bd811371f6f5245ed577aa2d79e 100644 (file)
@@ -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 <stdint.h>
 
index 52021c860cc0b24791158492eef87b172b4c19da..9eb1c505de30e57e2d2508b7a83f5a9e097aa064 100644 (file)
@@ -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 <stdint.h>
 
index bb460a444287d526bcf46c57aacb320fd5be7927..705406033b6f303f94ff2dd86de5a4d767288311 100644 (file)
@@ -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 <stdint.h>
 
index 548d89e79e4415ad63399c5ea44d0b847e353a96..0a5c30fffe40822fe706b9d7f91f1d3d7792e15b 100644 (file)
@@ -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 <stdint.h>
 
index 533c6566541d9d22c325137320705a822c75e13a..77bccdd9191235a09db93b0b813aa3986f089dd6 100644 (file)
@@ -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 <stdint.h>
 
index de18e2ab4b3b78c1152502722e22d0c2b048ea40..d0e8359edae10f4f562ef34112c94e38239f97c3 100644 (file)
@@ -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 <stdint.h>
 
index ea7fbe941ae989d3fc4d8d2fd67a9442a366be4e..856b73e6bee77e57f518b22f5b89e089e6dfc591 100644 (file)
@@ -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 <stdint.h>
 
index 873f36c7bf61baf6db54c9add52d259ba968f4ea..62e52f07584b38ebb2c37041162802286dfc99c9 100644 (file)
@@ -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 <stdint.h>
 
index fe9bc252af232fcc00c2bc533a421b6d652107ca..47138497bfb71e8c0762b671a2bd62585f4328e9 100644 (file)
@@ -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 <stdint.h>
 
index 3ff2adc1bdc19c541bcf82dd2cb8d2f225f5bccb..436d5cf82c02745e292baa6cebefeb17d6203e83 100644 (file)
@@ -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 <stdint.h>
 
index ffbea29f42aa03976f3e9b1377d07a7da9e7bf59..25b596137079188e60765232ba307aa2a0dfb42a 100644 (file)
@@ -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 <stdint.h>
 
index bd33388d199d672ed00cbbf9ad8f44d542c47b72..911e26f4b3d288f19b9fb64474a56ab643a1e035 100644 (file)
@@ -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 <stdint.h>
 
index adfb1f9bc9a4bad9a4b708e810f4aaeaa7fac4c5..ec8a820a821f484d03a84db32df4985a251ecf7c 100644 (file)
@@ -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 <stdint.h>
 
index c863149bf38d860582f86a636113c9c404581701..38e303d20060660a29970bb3d7541e9ca27b5a56 100644 (file)
@@ -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 <stdint.h>
 
index 2e49e0b499efc9a18590eeacdf55ca54dc37608e..345fbab3b1d8ddd3b85bc0dde8219ef88b855db5 100644 (file)
@@ -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 <stdint.h>
 
index fceae11bbf93080b9635d5bbcf38e39a5cce630c..e1b07e2dcea57a10bed6aa6ce52f28e72c8c1333 100644 (file)
@@ -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 <stdint.h>
 
index f5686406b3749a4b4fcb32a7332af089fe468508..e7611d44831281deb80d6860f4f9b7d353c967cf 100644 (file)
@@ -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 <stdint.h>
 
index 20ef40560194fca3f4ffaccf1efa49fc5e36dbfe..d977a42648c764f08c766d8645dd200d444dd4a7 100644 (file)
@@ -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 <stdint.h>
 
index cb09a17deda56ea07c4547d4595be887caebbda6..3fa2dbba1d21f696a1276bee3c7b0653949d36e3 100644 (file)
@@ -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 <stdint.h>
 
index 47cfb76454aeeeb33594b532ac868937fd0c1922..fbad52c4bf55d0a7c88f3e452c4543f8c220876d 100644 (file)
@@ -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 <stdint.h>
 
index ffc15ebd8765abbb8e3775434d70be7f0eff5b89..fbe2d2c703143e483243aa373f5481c9d5d596fb 100644 (file)
@@ -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 <stdint.h>
 
index f87a0d492d31971a659bff3d3d098e58163a412c..40a73759b9d049de35c3d44e1b6338a56ad53e9b 100644 (file)
@@ -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 <stdint.h>
 
index b2b557e0a9eddc8cefb1a0c0e8f60712e6234cd3..0d2714b9725e78ac21742f94979c4d0d519e893c 100644 (file)
@@ -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 <stdint.h>
 
index 59e368f6f471827d21739ddbf7b737f3497c2711..a067d357cc79f28bf51da90be3485f9f096da8cc 100644 (file)
@@ -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 <stdint.h>
 
index e1f58900ac4aceef3e78f0b1b32e32de7db67dbc..05cca42dd6c2e0a04997ee9a6c82f67825349633 100644 (file)
@@ -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 <stdint.h>
 
index 75c7e7aeb34c268473fcd08892c8c88fa2604598..78dbef197b9de57c4cc158b101fc9c2ea4a0d809 100644 (file)
@@ -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 <stdint.h>
 
index 2aeb21ef06ba793761fd43e6cef3b9bbf9b711e5..614103a264ec223f8a96b473ae6d282a6eb2f248 100644 (file)
@@ -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 <stdint.h>
 
index cb4ddf6f7d12c9c43f8bb7d330d577ce6bc7f128..51c667fd3a83a451e0488f8f67b17d45e9575e6e 100644 (file)
@@ -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 <stdint.h>
 
index 7e3fa02380366cc8932f81d982e96569907362ff..573e420dea18fb3d7ed85678560df39d1029e81e 100644 (file)
@@ -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 <stdint.h>
 
index 7984ce49b86903dcd2ca0cec3b99e2d7c48610c8..a3062650dfa9f4c787052ee388bcf5e84721d3b6 100644 (file)
@@ -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 <stdint.h>
 
index 1e163c11d2025018e1d36f4fbe26693a1a15cf68..765dd161bcf8882912d52e439265b9420fb3aef5 100644 (file)
@@ -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 <stdint.h>
 
index 59e067789e199c23c1fa7828955f351f35509f24..dc030ab6314067637e6518796b58bed5f5bb83af 100644 (file)
@@ -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 <stdint.h>
 
index a4e73aa4687005cc6a8397f8d1449cdf58306416..7bc7012e94edfa7132f9324bc3f3f598eb56ea5c 100644 (file)
@@ -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 <stdint.h>
 
index 943a132a082c181f2e0acffde4f625942a509f7e..e1bfe9dfb0305260e79d1327930c713c4f204004 100644 (file)
@@ -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 <stdint.h>
 
index 224a2a45bba8e9e60bfd7d58de51132c21fba368..fe2dc98c381821c565432af21c7ac7f443a470ad 100644 (file)
@@ -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 <stdint.h>
 
index a6e5a910901cc6e3cefb233856b2f64c50cb2609..ef977ec6c8ac9a631337cb9f8374144f8bdc128f 100644 (file)
@@ -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 <stdint.h>
 
index 8bd7d0b02e95fe0551100817aa7c0567ab8dab5a..29faff2ea365e4ce413f711a66cb04c2c017366d 100644 (file)
@@ -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 <stdint.h>
 
index 383f0e5be25b6bca1ddb280c1457341670d2fde4..16726b3e49b454d825d7c755fdee7c87c2242590 100644 (file)
@@ -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 <stdint.h>
 
index 6458cab9495fb989bfb4d28021c81d91a39e403b..b433e7b64007142574719aa5640a5d60931e7b58 100644 (file)
@@ -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 <stdint.h>
 
index 8f5b9e836f092cf4d0cd05f87001e6f49c9d5e6c..aa1db102fc64828f89272e04ba6f0207a49fb011 100644 (file)
@@ -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 <stdint.h>
 
index eeaaf68d60389cf5f6fa87d33c7d62db684edd67..c0095fdd34e9b7670e797f32535ef4f52b89be21 100644 (file)
@@ -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 <stdint.h>
 
index 32ebe5a406520fb4f84ef62e0063d99ce98caf17..6d839975454f85be4bdb8785f2a2077a2b605f2a 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 9626b9d27362d7261012b0870ec6165e9fe627a4..4a9980b51d4792ad658f82c6783074629e152c53 100644 (file)
@@ -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/>.  */
 
 
 #ifndef _IBM1364_H
index 8eb17f3488666d55d34002c6d568746c70c2e990..0470170a41aca827854a966fa8c3bc1ad1111bb3 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define DATA_HEADER    "ibm1371.h"
 #define CHARSET_NAME   "IBM1371//"
index c0c9fff3232a4f75d6def83b1121452db2492ed3..83bbf1fe31205dd8a664b89b35b98352a605f84b 100644 (file)
@@ -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/>.  */
 
 
 #ifndef _IBM1371_H
index fbca7cda16baf5e12c2274e9c20a3cb017e18447..7980650d41b62bcbd8e7cee243990026557ba143 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define DATA_HEADER    "ibm1388.h"
 #define CHARSET_NAME   "IBM1388//"
index f6e38be6de8053cf0d0d26a67e85ef9c0880c1d5..041d062df7d6ed936bbfba027feb470fce0aceb5 100644 (file)
@@ -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/>.  */
 
 
 #ifndef _IBM1388_H
index f8cfe6b34918be858d868a637cf05c3d54ad956a..ab92e8e97871803d913e91f653b373056ac17e73 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define DATA_HEADER    "ibm1390.h"
 #define CHARSET_NAME   "IBM1390//"
index f8d366b06e495cc03bb71d53591bf9583b7389b8..74d3a0131839ead0af50f102689e2a7134940c9b 100644 (file)
@@ -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/>.  */
 
 #ifndef _IBM1390_H
 #define _IBM1390_H 1
index e3a3d78573feb12af7515d4b779b8ad3423a1633..06e1b5e720f87ea890f8d251d935fee521f00c48 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define DATA_HEADER    "ibm1399.h"
 #define CHARSET_NAME   "IBM1399//"
index b78f03e6c7d81f467e0dad163611cfc57004fa35..5d84a76a95e08dd1ac66f9650acfde376e191cda 100644 (file)
@@ -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/>.  */
 
 #ifndef _IBM1399_H
 #define _IBM1399_H 1
index da3855ba5f4ec068f62264bab2c45a5b109563f4..0b85c87a10d983d2e026b875414fec467c6ee2b2 100644 (file)
@@ -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 <stdint.h>
 
index 2065f9d62d1f048b08f85ebcf060fa376f09fe2a..5dae77b890d43d105e3e3269f97337a6edbd2a25 100644 (file)
@@ -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 <stdint.h>
 
index 458089f426a56cb3e18ab009b092be9ab4f50317..ff162177f38cc0dcdd6bdeb0da5c37bee5d8ebad 100644 (file)
@@ -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 <stdint.h>
 
index 3fc33d8df08a478d4751e83c520116151603a8c3..138d7b59cd49cad637263f764b97e52f0f8c5c63 100644 (file)
@@ -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 <stdint.h>
 
index d8c5dad6e3e8bc29f1ab77b29a7b84cc1a2891e7..a5bf26d86d8e20813e74d804153a08ad2d90c88a 100644 (file)
@@ -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 <stdint.h>
 
index 48c78f2405e26d22d7209c785813de096a3d11ed..d2619a43c0d8b7ef12a703661a6b2f3496cb9687 100644 (file)
@@ -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 <stdint.h>
 
index aaaf93196b22747cede5bb13051ff9ef7b77abd0..0689bcae1fbab7be5ddcc408087840d09896f196 100644 (file)
@@ -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 <stdint.h>
 
index 7ca3d4b3d0db0335a39c6e035e1a7f4d515975d0..c42eb4974ebd8317df8a9e4e32f4bcb8ca531cfb 100644 (file)
@@ -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 <stdint.h>
 
index 42ef79ebe81a15f18882cee7225b7a11cf044ff3..c330d1ef4a07aac1053346509b38eb1e023339a7 100644 (file)
@@ -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 <stdint.h>
 
index 21adadedf569d1cc027cdbaeb02051270b57ec91..e11f5aca2e927137b30b1d9b9827c701ce42c753 100644 (file)
@@ -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 <stdint.h>
 
index a84c28b28c0a9a18c3e2c387b4217536236a2984..c1469237cdb3cc6887064a364049ab9050be7a4e 100644 (file)
@@ -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 <stdint.h>
 
index 59da624de3675a6a254108fabfdbf6af8204e43f..b12cd3abe0317de4a0910a8c196ec248a701d50c 100644 (file)
@@ -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 <stdint.h>
 
index 6fe7bd79f2086705e5caee8c089c3112110738cd..9a4f07176d8bc48318be99137843de28dec1058a 100644 (file)
@@ -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 <stdint.h>
 
index 07539f4bdf2f00d5d5c0bcb9c7f8e2d6ed1677d4..36da867247295ff628e6e73355cca7a95da8a8b7 100644 (file)
@@ -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 <stdint.h>
 
index ad00f128dfc5dd71d3387fcc4c0389f91e4d14f5..e01f40fdad00f3370cd3788e42badcb138ccb5cb 100644 (file)
@@ -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 <stdint.h>
 
index 15dd211248b3de8c9ac0f6e6bf62a1b9373581af..4b19bf24d940adcca901d6aa05d0954f90fb1bf9 100644 (file)
@@ -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 <stdint.h>
 
index ee008258b17f03e5629305d7c332447474436b03..6cf8921e51d37cdfd3e48a1dae85c0e9d883e816 100644 (file)
@@ -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 <stdint.h>
 
index 4e27b31bb6ecc34960f9dd0e27ced53c84ff922e..58ff073b93a8ca11aba521b22e051cb4ca84239e 100644 (file)
@@ -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 <stdint.h>
 
index b17aa43cf94968351be087a76ac6b784f60e2ef2..80b91026eca50c8006354ab7aaa8d7342f8895ea 100644 (file)
@@ -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 <stdint.h>
 
index a69cdc9a0de7dadc96951f52f26e4a4ad740a827..f6e878f22364641adbd370ba20b17371f3be5eff 100644 (file)
@@ -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 <stdint.h>
 
index 9275a675aff50f12fbc8034e147a4db96b6d6fd0..b3d5a7ebd7a21bb665d84d851606b616cfa9584f 100644 (file)
@@ -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 <stdint.h>
 
index 484b148d880da626ea8d17f9d99dbf9646c80963..2ca43b71f99299a00beacb7570002cb4fb806d53 100644 (file)
@@ -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 <stdint.h>
 
index 13052288103796c0dce5746179e64f996c4d555f..852ed2f9261f7de9b9a765503c4c22d67921805f 100644 (file)
@@ -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 <stdint.h>
 
index 9d9226eda1cc39de83b72f4f440e743a4a6c00ae..6d7f04ecbc309575683a8874a5fcb6a4eb4a7db6 100644 (file)
@@ -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 <stdint.h>
 
index 1b37a8059660db4abd1c3756a1951b27a70ac097..98bde8729089a85e6e79f0ee569e388316bf6ab3 100644 (file)
@@ -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 <stdint.h>
 
index 30d6c5ac3ff7a3df0d2e462357ddaa6b984efcff..d116c1703c185630d134fa6a9f4673f370507693 100644 (file)
@@ -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 <stdint.h>
 
index 83807f341abd80c7f570e708f6e5d23dbd8ca712..d5afa7595617c9c0083b088554e5379a5bfc33c3 100644 (file)
@@ -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 <stdint.h>
 
index 5c75cfbab61df3bdcb35801aa04ebf273701c7a8..3b6d044ee04c22ab154ab932a1168989357a9e2a 100644 (file)
@@ -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 <stdint.h>
 
index b65090a7c1dbb1349470414530cc1217923d460f..02d88f448d87e55a9ccf504ac455cfc81423541a 100644 (file)
@@ -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 <stdint.h>
 
index 4e48aaf0374ff554618a499d388dd7aa6c4b1f60..df3546f90d232c05accaa04101cacf1a4935b78b 100644 (file)
@@ -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 <stdint.h>
 
index ff83b44fac9713694323fda96de1f81add8b87a2..dfa825c0fc498b4754575b4034a5652c43566359 100644 (file)
@@ -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 <stdint.h>
 
index 61998259d945b4e2acea6499fdf00eeffde1cebf..fa68b733605e788c43a39d24ef89bc4995229851 100644 (file)
@@ -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 <stdint.h>
 
index 9cb3c1f557630c60cd5c1d84cfee1fe82e90820e..938f0a9b708d25520014cfcdd6f415deae986a83 100644 (file)
@@ -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 <stdint.h>
 
index eb81090f8ba8b42f34f03525ff251975c0519d96..6e7921f4c7a779c0502b8d6a27b5a43d82ecb968 100644 (file)
@@ -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 <stdint.h>
 
index 7d0b21fad994a5482a29b3245d70f24e3233edea..bc1d0b8b1df5381edfe36adfdb4dafd64fe55c61 100644 (file)
@@ -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 <stdint.h>
 
index ec65d5d9840a37dcc47ac50baac143d82c2f6ae0..11a63287c7c2caae773ebf7a3d13e325fb52be3f 100644 (file)
@@ -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 <stdint.h>
 
index 61b61755379d28d16a30db3ef9c23a5123429eba..b6d36f7dca964be036ce053a886478861dd77625 100644 (file)
@@ -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 <stdint.h>
 
index 801f4d6b2a985d4af2de76540931669a1d079a95..8d192686848f3102c5c741bd96eeea04e88a41d1 100644 (file)
@@ -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 <stdint.h>
 
index a78907e408cf5a6e74ae15a37caaafcc86ff7751..ce962f0f2c079138e364cde95d03d242a6c32bd1 100644 (file)
@@ -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 <stdint.h>
 
index 483e09b2c57830217d53c289f16a28fd72f0ee08..eddb78bb4904eec2202ec1322a8ccc9d27d3bcb1 100644 (file)
@@ -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 <stdint.h>
 
index 8c3439bcfdd54d38e5f6a8b2e8586d57ca355413..98d43cc8ff9bd833401b4fce191454d733dea108 100644 (file)
@@ -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 <stdint.h>
 
index b57e9e3106c93b496b280115170efac26ba7a473..f8d0877026a06fdb1e4230d400090413b53c570b 100644 (file)
@@ -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 <stdint.h>
 
index 854ca7ff393e656ad48cb4fdf9a82a8ee0eed8fa..d7eeb93d95ab594cbbe14fd2eb5a1140d7087ccc 100644 (file)
@@ -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 <stdint.h>
 
index 9bb1554381e68eb4bea02cf20c55d50d9ea25cb0..d484920576ed4e8acbaac948e1e95ee5220146a9 100644 (file)
@@ -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 <stdint.h>
 
index 73bf730e9df2042da511510dc31fbe20f0f239ee..6e148ce4999348b85427cb210c7ef205e1779935 100644 (file)
@@ -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 <stdint.h>
 
index 47af25a7ffa244c0813c139030089d870ad3b85d..ff1601583cef9151742b9057ac2bb339c5dce082 100644 (file)
@@ -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 <stdint.h>
 
index ba8cf201ca9eed98eb1e4fb024f148eddaf6aff9..22d9b2d8ff9e36bcc346739256b129d34574db1c 100644 (file)
@@ -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 <stdint.h>
 
index 698b07ed866e9a9af93b9ea1d552e0942896e2d4..023f71503b6d54e497199c770f2ed778c2c10268 100644 (file)
@@ -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 <stdint.h>
 
index 571e72bba9b77c10efefff387219dd1ddfdfd298..6d6be51b9ee9a34dfedd2808520175b8446eee91 100644 (file)
@@ -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 <stdint.h>
 
index b219a948cf2c64e6bc8512ce119210caed911cfa..3fc8de3b9bc4ed444b855b497a2938b496a8676c 100644 (file)
@@ -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 <stdint.h>
 
index ae4d87ebc7619323363314318f7f63af93f8ccac..86efa67e2106675d6dccf4347dd5e21654df4353 100644 (file)
@@ -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 <stdint.h>
 
index c845f06168b5f29eeb35b74e882d2eda2dc06bbb..b25b23e6b8f5ef332ca605f354e232fca187cb4f 100644 (file)
@@ -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 <stdint.h>
 
index 90001c8cc4b740f2f907ec6f0b1c78df3a38cdb4..9afb979f68d74a3a8855a5921c37eb3418cb1432 100644 (file)
@@ -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 <stdint.h>
 
index d1ac924bf8b7719947dd1048af52eaa2c0a51946..e58638e0ba46f35872f7dd8c30ab6cde99f56c1a 100644 (file)
@@ -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 <stdint.h>
 
index a14bea738b53a7ca5065e01d5a94d88c83510b63..5f71b57f43d86a2fe4b516892c073f75c1692516 100644 (file)
@@ -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 <stdint.h>
 
index ce9d2254b4f90e9524b21f228c26f441cedb9879..981fef040ce6641217ab2cc85164f4feaa968cce 100644 (file)
@@ -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 <stdint.h>
 
index 80d6b124e75825e98601fa3df460425db342d9bc..b9d43d7a13ea4e7b98e2959c788b1fb4e98354ae 100644 (file)
@@ -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 <stdint.h>
 
index 63e101542f40aea1ee41a4c620e8959cb51d6d96..8a146313b92a38012a655b6e09f06252476e0242 100644 (file)
@@ -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 <stdint.h>
 
index 4af23d39795cd8e9264981b6a3b995cb1ffdb697..59a244a726e15cd1ef2b9a7798b84031fdb77cad 100644 (file)
@@ -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 <stdint.h>
 
index c6586af84cb43514659c0d757a1c5e29ae0829dc..16527bae697fdeb8ec7bb9c3c21a4c4d9f0b39d3 100644 (file)
@@ -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 <stdint.h>
 
index 097ac82b4fabe68b2f7b618094e038467b542202..d55f111f2bcc55055085c95ebea811b9f9548c68 100644 (file)
@@ -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 <stdint.h>
 
index d9dadca1507abb97c118337ee3d0d662aae55a6c..7b3944d1fbd0906c5866c360ac70bc16aeec42f2 100644 (file)
@@ -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 <stdint.h>
 
index f237d5919b532701c6b49f55477b7a2eba856bb1..6271c9b40ed118fb3a2e6fcd09f77b3ab6e279ee 100644 (file)
@@ -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 <stdint.h>
 
index 22516e6af45a9d781908186dc823f47ad738dd53..6ffba22d8c32a6bdf401659353501d690e4f3136 100644 (file)
@@ -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 <stdint.h>
 
index 4fc4533eb253ba4c5a8c12b58aae23115d251b59..2979dd96158bfd39fb5c5bd9e9f53e153f3dbd24 100644 (file)
@@ -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 <stdint.h>
 
index 0d80c5e6b0370675098e7f5453e7271a36bd56d3..6472063cef19bf786d497faeb10771cb49d71637 100644 (file)
@@ -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 <stdint.h>
 
index 1b699ee6fd51a9d0fd3b4e32ad02693ef850debc..4f795638c677c83dac3d3ed0d4d8d8fcaedb1a11 100644 (file)
@@ -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 <stdint.h>
 
index 55e997f617f061d5b3f664ae223f1b05890438b5..3d86e1cf8745fdc34872b7acd5fa6d0c8a9cd3cc 100644 (file)
@@ -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 <stdint.h>
 
index 27fe0b3310dd7082069552264cd67fa6db53314b..6d458f13661de90387758378209055695a8d67cc 100644 (file)
@@ -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 <stdint.h>
 
index 16f3c535488331df7e70d401a92ff5dc72c6df60..6a26bcc0a942cc11168e8acec777b54f2466cbf4 100644 (file)
@@ -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 <stdint.h>
 
index f9e148795fc9b8f2d6633e34ddf005671d9bc45b..a050f86aa3a72f8fcd4e97c9d5975689c5070e5e 100644 (file)
@@ -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 <stdint.h>
 
index 85753e5f934a0adaeb79dd830964a7a3edf7520b..6b6f89abb5d28819994d552ec444a4863e9af54e 100644 (file)
@@ -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/>.  */
 
 /* IBM930 is designed for the representation of Japanese Katakana/Kanji
    using a stateful EBCDIC encoding scheme.  It is also known as
index 6fc3ffb9379b7dc5ab81c73efa36ae15df34978b..3501e7e9c59195ce37944503502932f628dea86f 100644 (file)
@@ -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/>.  */
 
 #ifndef _IBM930_H
 #define _IBM930_H 1
index e7d87b5ddb23b625053b837d50f5b4a697c4b6fb..6d878d2930998a22e57f3b77cf4bdef60034ace0 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index f23d4ac5ecd0cd39114124ee8098774b83fe7ecc..33b8db8e26bed1def371694552b67daf2f976eb3 100644 (file)
@@ -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/>.  */
 
 #ifndef _IBM932_H
 #define _IBM932_H 1
index b62261ffab9d09edf136015eabd198bb7e607c68..08ffd30332ceb78e9e0ae35d992eada03cdebdc2 100644 (file)
@@ -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/>.  */
 
 /* IBM933 is designed for the representation of Korean using a stateful
    EBCDIC encoding scheme.  It is also known as CCSID 933 or CP933. See:
index 0b933f094fcf801a123aaf56acb063f2d73137a6..594eaaeffe0c12882b548a056a3a121554b8caed 100644 (file)
@@ -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/>.  */
 
 #ifndef _IBM933_H
 #define _IBM933_H 1
index 251503275cd49c7545e5ab9efdb5de58e02276bc..451b7b971b2689a1cd3c8ca687a526b9c0829dec 100644 (file)
@@ -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/>.  */
 
 /* IBM935 is designed for the representation of Simplified Chinese
    using a stateful EBCDIC encoding scheme.  It is also known as
index a668a83d631f706ca5ace63a090dbb530ee8e159..f30f5d304358da7130dace82aaa8369e0bec25bf 100644 (file)
@@ -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/>.  */
 
 #ifndef _IBM935_H
 #define _IBM935_H 1
index f5f7c412301f86af6d93f180cb4e6915775eaa62..bb0fabf075bec67ab4849ef7228792ccb6422485 100644 (file)
@@ -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/>.  */
 
 /* IBM937 is designed for the representation of Traditional Chinese
    using a stateful EBCDIC encoding scheme.  It is also known as
index 521450380d3f13447871bdf09a45abd020a530ff..974ed52a9188105a9d2d05c9fce77c1b1346bb2e 100644 (file)
@@ -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/>.  */
 
 #ifndef _IBM937_H
 #define _IBM937_H 1
index 40493808041a9c729e2745472c45de07bd56736f..e158ebe9d46f3454bd7c4c531e1f7c56f4ae9ec7 100644 (file)
@@ -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/>.  */
 
 /* IBM939 is designed for the representation of Japanese Latin/Kanji
    using a stateful EBCDIC encoding scheme.  It is also known as
index 665cd927c419f0e14cffb922aa6ad54cb08531df..8a16be4206375fb76fe282f490a37a5b9408f686 100644 (file)
@@ -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/>.  */
 
 #ifndef _IBM939_H
 #define _IBM939_H 1
index f30c39fe80455f02182d7cbf2511e4d82cd0ff02..a84036b8011a7e99f5359837cfd377673b30a699 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index ddba42f68d136b80142ee7266e88c74f9a35ca18..afcd48f6d837fdf1b395a91c39ea82287f8ad7d4 100644 (file)
@@ -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/>.  */
 
 #ifndef _IBM943_H
 #define _IBM943_H 1
index 99c78ae563523112f01854a4aaae3f3f80ef59df..14650d36b43d71621c508f751a3fc55bcce62199 100644 (file)
@@ -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 <stdint.h>
 
index b47b00400260c318e112ef42f1458f74f9394859..fe59ec955fcf9da86202dd7554c4adf2fffbe887 100644 (file)
@@ -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 <stdint.h>
 
index aba35f541d06bb643300f928cd15ca4c78adf064..01c4b5d5b297425c6ec299bcc9a5b22a340dcb94 100644 (file)
@@ -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 <stdint.h>
 
index ffb67e422c7adbcf66e8924ca2258e189663d223..01cea59feb9ecbee847f71b6de592a9151747c67 100644 (file)
@@ -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 <stdint.h>
 
index a64bdf9ae3cf426e2d94475d21a62b46eaac5e15..6a2fd0687d3c835cc21d446f1aeb4363ac2a726c 100644 (file)
@@ -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 <stdint.h>
 
index 8fad8e1e75d8daa5c44fcc014795759f8b3a5729..7fa449419a56c4dd78fa747dd5b6d28647c2f12d 100644 (file)
@@ -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 <stdint.h>
 
index 45368d1c3ec7ae895d1625cfcd24aea02bd8d87e..95449d0c41465a81664a9be8860f265d7fb289d2 100644 (file)
@@ -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 <stdint.h>
 
index a20c61616f46724e5535a7ee785aeea674d2eeab..2d97f28c2bb685bef39569a6c3238f65d06bad3c 100644 (file)
@@ -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 <dlfcn.h>
 #include <gconv.h>
index 9661e06d75a08e6cb8e91d3fcab07be22ae08810..5bbc3246f2bb3d0f6293e83dd087cbd9652644a5 100644 (file)
@@ -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 <dlfcn.h>
 #include <gconv.h>
index 69499d6bc98a3031680c5ecbdcb8742f5e78990f..d9adbe57f7359bc158732ff520fee72e5cb79d86 100644 (file)
@@ -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 <dlfcn.h>
index 2bc17061d456bc4e2a3e667babe0860dfa2b2a01..18d226e619cac245f9d2a7c51c3bcbd377d0dd1e 100644 (file)
@@ -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 <assert.h>
 #include <dlfcn.h>
index 8f5d05e2c05cd58553893475534c8f4d4b3f7d95..e470f9d42651588e1d067b6a13312dfa54be4fff 100644 (file)
@@ -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 <dlfcn.h>
 #include <gconv.h>
index f20decdc374170c33804a5313fb5c8ec4895dbf9..52299f3095b2f0aca2dbcabd7914df8c051841f0 100644 (file)
@@ -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 "iso-ir-165.h"
 
index 68162c2e877a110aa8f74a9a931c7726438b51fa..cd83dd1f2b35f8c6cf80a6a68c080daa27b192c0 100644 (file)
@@ -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/>.  */
 
 #ifndef _ISO_IR_165_H
 #define _ISO_IR_165_H  1
index 86060586801701ce7ae1fc33c7b0ba8cfef45a87..3c9f61acc9a46dfb15a006b05e42ce2fdf8004e6 100644 (file)
@@ -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 <stdint.h>
 
index 7de6eff152b36981d68372354d40e3d373a01d85..f4ad7c9b3ae14d8e2c8715c68f8ce2b5b523ecad 100644 (file)
@@ -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 <stdint.h>
 
index 6bfabcb9b23e45896518e65acfb9a89b44d3d82e..b049beb376b68cfd804599bca6b3c288f3a28487 100644 (file)
@@ -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/>.  */
 
 /* The implementation of the conversion which can be performed by this
    module are not very sophisticated and not tuned at all.  There are
index e5375395886213b054684dd45254a1b9a4706379..9894888703c21762eca1f6624f4b40eb5df80f76 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 30e73e7a96deeb84a5c1d1038566a0cea777e24a..9371d2f5e33fd2ad7792ecf3f1f5913d81002f77 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index db7b4c3e7abc361a2c31a7fcf5a720b042f5beea..0ea7ed38111d7c354003f43b31967b3943512082 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index f9ef0f339945903262acd2f12d20548f7feb1f42..4952e93dfc7985e46352e75a3a7dc1fc5393af7c 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index 5b6a1e90e81facfda4fafd350fa954d72b23d7f9..0aecb137d0998d1ce7226b07f74f9283e975c1ca 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index 7dce4eb9c165ececa219b6533958f73af2c9f42f..619427718dc026bac4d2b74d630822d4e356764b 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index 9261fbce6a4b04ea88a3b9ab0824eda71dc175d0..0db4db11dee3f802f4769e54cc94fa0d9fe8d846 100644 (file)
@@ -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 <stdint.h>
 
index 2eea3d5e3604defd553f657554fc8bbadb9b8f58..3f63e4292283d58641bc2d70ea64f27c546b29be 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index 61dc0ded925253e4607e183d3d7312b6e0e18385..3cc8c5b5ea4637f003d4a06c353a696a2b49246a 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index 7e096bbad2ec9e128e8f7f8905c96914acf484a4..ef52d1399744eadc9288e4044c95f39ee21e3f30 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index e661aa53aeef3bffd5c4ebeefc23a6d71ec5317b..424a27e760bf47ffc2b0046c2b0ce23fd6279b69 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index 329f41191a48a70de339a489b44c8019e44dd900..e27b8ee8e04c13adcfb6165a80c05c6f9c2997c7 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index be876668a1f5da53344caf730f19e627bd3e5838..ed983eeb1d130bd588b442245be52debc5c8703e 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index 8351583d3c542af326e109d4e823e6da41ac520b..529eee7d4f78b82e3fbed8eb7ba95f8e999c3e24 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index c76262d78754b05b3353c786bbd8e50d18bf7091..592de51e8c29abe1b5c38226a463194540c95c0b 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index 7feaa7bc89d74851d1791e43aa7b2933289f43f5..8856b0d1bc56c75334919fc228b752dc5c64cd60 100644 (file)
@@ -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 <stdint.h>
 
index 0fdaa6eb51d6f404f8742cabec36c9df8e8565d9..0bf079938eb2b55f7c7b2d0f18943c46dfddd9bf 100644 (file)
@@ -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 <stdint.h>
 
index b5125dfea3b3c321d02bec93fa3bd73c3545c222..ab83d34fc711eb9ef28b318fdc0c3c2c2dbb2d35 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 1df45991bcf118b17c3f1b6ab65958e6b355e5cc..85174699f5fd437c067f03a02c3e1facae0dac7d 100644 (file)
@@ -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 <stdint.h>
 
index b7b53efed411c455d6dec732d93fddfef5f7d41d..b558a5603c092d38839dab0742b65b7434ec810d 100644 (file)
@@ -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 <stdint.h>
 
index 66dab9a7ebb4091ff63039bfef2099db0843c626..9d3d739dfa6852e8fe77021f1163d3a0a14690e5 100644 (file)
@@ -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 <stdint.h>
 
index 8264996714c10fa5af858f9f71503b4bbf1b8f04..c81a5a420c582f9a464cea37cf29bb096658c03a 100644 (file)
@@ -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 <stdint.h>
 
index bd580f89ac68ed01af66fef7327ccc56cfa79c71..f59ef99cc284acd409acd5bca2ba969a9242487a 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 50f350b6378afe586bbc747bdb305b3b4353105b..856e0bbc5d6e107e154cae2fe56f1c85e3f71c0e 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index e897a1a79bfafa19a318b2d319c7467b61bf479b..ae3c4ee789bb39d3218c1647c458d9a9eaabdfc3 100644 (file)
@@ -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 <stdint.h>
 
index 3b98b0220cc89b5b8ff480a256e9b348745d82e0..1aad944a5d12eb3e8a562f7564cc5aab1ab45582 100644 (file)
@@ -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/>.  */
 
 #ifndef _JIS0201_H
 #define _JIS0201_H     1
index c4251493c65cbecce2785a9cc3ba56e2f137f058..b8b0ba40048dae056490ca3bc16021dab7478170 100644 (file)
@@ -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 <stdint.h>
 
index 54f0f9ebb8a203ce36cd587b2f582e11f947f15c..6507b34d1d134337a2464c4da9243eaec473f64a 100644 (file)
@@ -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/>.  */
 
 #ifndef _JIS0208_H
 #define _JIS0208_H     1
index d378c66c16c6b93b9840c5f481f65d9f6d51ece6..f1215f16d98748d7fe95561ece0d2c15fe54ef8e 100644 (file)
@@ -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 <stdint.h>
 
index 0dd2a1277c3fb29bd7c3efc30717f9d6e19720d9..ae5a28930afaa740a2a1efd6bc109a911a40239f 100644 (file)
@@ -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/>.  */
 
 #ifndef _JIS0212_H
 #define _JIS0212_H     1
index eaec261751461b53486816e75101e67c4d550f79..b150f69ef02a9deea87a140631bb20c983369319 100644 (file)
@@ -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 <stdint.h>
 
index 63c669c3dd180f3170c060ea18dfde5ec2534dec..aea9db0f75fec92683b02beab7bafaaf5a67c5d3 100644 (file)
@@ -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/>.  */
 
 #ifndef _JISX0213_H
 #define _JISX0213_H    1
index 99ee78f9b26037b80de04f4b69ef635012f3d1ef..559d3c3cd4415c0f681a511dc66b15b6e3cc140e 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index ab19ea37aa17908f17bf233db2c32c9a00e0eae3..419c7e078dda6069d8e18550b10514d041495a01 100644 (file)
@@ -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/>.  */
 
 /* Get the conversion table.  */
 #include <stdint.h>
index b807fb7be4b9d5786c453ea62eb924edd121a5ad..1eec9739c9b11e7210cf4453b2b3bbd05b3fe957 100644 (file)
@@ -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 <stdint.h>
 
index 2d064121bf2c9cee5c7938391d11e5ff6cdcb818..bcfaef9c5d4361924e731b01d3cfac1da9b614ac 100644 (file)
@@ -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 <stdint.h>
 
index 38e6a6e2b4c413c27cb176ee97b8456b15a3a18b..ab1ac3b60fd5e3465bfdbf5b1d4571616b730270 100644 (file)
@@ -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 <stdint.h>
 
index 77a36e4d2074afac0ae8e5b06cbb7d7c0cd0f18c..a1da170c4de2ad4b9b07e43f999d06ff4ceccb0c 100644 (file)
@@ -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 <stdint.h>
 
index 0e263dd74347422317c2ea863c80203986a87756..92ba5241c0fc1f887715e8131001e46f64cc5a19 100644 (file)
@@ -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 <stdint.h>
 #include "ksc5601.h"
index ea93cc9ed98c9a3ccafc559b90f7982c739ca209..5582cc8deb82e0627f4b087d9e17687435657595 100644 (file)
@@ -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 _KSC5601_H
 #define _KSC5601_H     1
index 5e683c8c77865f5eb38b30c746731d0c665a5d82..4344379099ac212214f0a873b059351b41acd868 100644 (file)
@@ -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/>.  */
 
 /* Specify the conversion table.  */
 #define TABLES <latin-greek-1.h>
index 5005895a7f028b9ff99c89f181e056afb28e34cb..53dd607305c1f6a47bcc735ecfb2b776a2c7b3f3 100644 (file)
@@ -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/>.  */
 
 /* Specify the conversion table.  */
 #define TABLES <latin-greek.h>
index 0639e720c94869703da81e8ce68c4226aac9388c..be16663aec94565b31bcb6f89d58a2a789f1aae3 100644 (file)
@@ -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 <stdint.h>
 
index 6c075dad1bdf2da15b6a0aef8ee13d08a0e41798..a62063dcac521a19a58110856e7fe5561877616f 100644 (file)
@@ -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 <stdint.h>
 
index f5abc990f7f4c3a651b102f2f9fa3a97985d0c7a..b0a216d6a757d3d2559fc7f307166da81d800a1e 100644 (file)
@@ -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 <stdint.h>
 
index a45b07351711ae0c217134227344d038b8b832c3..1de6e31551aed6df7242f1f9b5b34082a2728359 100644 (file)
@@ -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 <stdint.h>
 
index 938c6fddf1507ed64fe1174c4ce4dbd7f92b06d4..9237ead9b3d2add72dfbb3fbdb8d645a89a6d804 100644 (file)
@@ -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 <stdint.h>
 
index a55bbd745d7c4febca85bbf2495ac3fa85709909..9c596580e6ad193976dbd8e601198e81b81396f8 100644 (file)
@@ -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 <stdint.h>
 
index a96219bc2566b3a25cba047519be827e4c7d6d66..b71ed834453ce091e8c023e147df5f892e01f934 100644 (file)
@@ -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 <stdint.h>
 
index 712b2ea846f2be927454f93daa8660777bae933a..ed728ac6fe8b387f940189a4bc9444950946a480 100644 (file)
@@ -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 <stdint.h>
 
index a3f3de62cdd15925faa96bb29c39d01fc9000f75..fe131ef7db6fa34898128461cb0b4e3fb9bd8eef 100644 (file)
@@ -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 <stdint.h>
 
index 1c8f5a93fdc060b6d316cf713d10ab0806d4cb18..388b2c60e7cfafd89d154e4eaecba05630472c12 100644 (file)
@@ -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 <stdint.h>
 
index 396285fa589402df589a472e613c40b543c5ffd4..61b48a223b3a0ca3f3c545687ed79d5f8e9f8db7 100755 (executable)
@@ -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/>.
 
 set -e
 
index e19fed70cc1f8e04d4d3d3ebe6c53c42dd5fe235..f9c23995266803b303a6b6c8eadeb0a57a09c3b2 100644 (file)
@@ -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 <stdint.h>
 
index a81fec37e6a7643c4412c1c635091f47023f588d..8093c0fd9eb089387256d86c1222c2521fd8d488 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 91dffa6fda3f602341e18de0147502e0ad46d40b..4f172d680e8dd57ab72bd55cfa0ed15033a831fa 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index d3fe7d820d45736a3efc27348d6142e272655de9..a3ede29c81b56b87ff4b592254ceb17359f7370b 100644 (file)
@@ -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 <dlfcn.h>
 #include <gconv.h>
index 77abb0a4b3c431ca8d0a7c1e524adcb3badbf68b..fb8de837cdc0f55040abe611dfb747720855c19d 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 5c053e9ffc15ed054a94619f031dca6df0b05e85..d6be9aa4b69fd37b912dd44d97e6b6343b7c1c1d 100644 (file)
@@ -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 <stdint.h>
 
index c8f6d72a67c1fb6d625c5e0bdb373a24456a0437..a8e3317138f773eccb34e47ec66735c7b4ac8ffa 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 1ce68c6a3ba062967e3b2449745f53f63f247ac8..5a07d3f7d3a4ece42c6ccf7d3759e1696c620654 100644 (file)
@@ -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 <alloca.h>
 #include <errno.h>
index 021ecafac85233998b61c6821a2cc28e28f3edde..67f3d1be4286493172534fdde86add5e601cbd5c 100644 (file)
@@ -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 <iconv.h>
 #include <mcheck.h>
index 53582ba00fa32577ab335dd2b383e0fda07f88ea..dcc4ec91cf9e033dd89775c1ae25add7b146c0a2 100755 (executable)
@@ -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/>.
 
 # Converts a glibc format charmap to a simple format .table file.
 
index 65eac3b536952a9296d11dfceb0b8592645ca554..72fd62eb2c4f97c95eceb30737f4427fb453ee39 100644 (file)
@@ -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/>.  */
 
 /* Create a table from CHARSET to Unicode.
    This is a good test for CHARSET's iconv() module, in particular the
index 39889dec77a4feb2c218cca8f4dfc43b6df602f9..37140fb579267f2f422a116eebf0098b04715785 100644 (file)
@@ -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/>.  */
 
 /* Create a table from Unicode to CHARSET.
    This is a good test for CHARSET's iconv() module, in particular the
index c8bfbc5dd3d17cce2d32f95c8a7e1c942dc73cda..4bef94b701c0f78ca8e79ac7485a686a28d4fe0a 100755 (executable)
@@ -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/>.
 
 # Checks that the iconv() implementation (in both directions) for a
 # stateless encoding agrees with the charmap table.
index 5fbf19506e52af583c223596ec8d5201a1329ecb..b374861b0bdd1a390b270f9a585660ab9ebb1930 100755 (executable)
@@ -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/>.
 
 # Checks that the iconv() implementation (in both directions) for the
 # stateless encodings agrees with the corresponding charmap table.
index f85ac6d7c75deef63b144ab6444bf607f700efa7..ff7832c526205494dc433b0017eaeef85feef824 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdint.h>
index 78e511ac081864938916e250a3e4eb3bb1a1dac6..735016790b3bc5e01f5103a034bb7a4fe9995b4e 100644 (file)
@@ -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 <byteswap.h>
 #include <dlfcn.h>
index f64723fdc344569595589b8e506fcbd92055f2ed..aa8d25f98cc76838d7df894ca2f949fa66e20cf9 100644 (file)
@@ -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 <byteswap.h>
 #include <dlfcn.h>
index 34e350c91436cbf101b091c844c088026ab86c36..14abc8f9ca1c61cb87376b32b4ea3166c4140a49 100644 (file)
@@ -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 <byteswap.h>
 #include <dlfcn.h>
index b429a67d7570a580f776dbf9b362a88a626c8da5..0911706764f2d9bf01f2a94d89154a430b0a616b 100644 (file)
@@ -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/>.  */
 
 /* UTF-7 is a legacy encoding used for transmitting Unicode within the
    ASCII character set, used primarily by mail agents.  New programs
index e44347454ff7b3cdd0171eebb12ab7975b5c4027..cbdb6daea3c0e12e51bdbdab03bfd91005169284 100644 (file)
@@ -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 <stdint.h>
 
index 9c469b9e8bb215ded6ac6a2e9b261bf6df328984..f1efe2f9ff884d771ab1d276ccf842c8bb047d3f 100644 (file)
@@ -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/>.  */
 
 /* Allocation buffers are used to carve out sub-allocations from a
    larger allocation.  Their primary application is in writing NSS
index bb456ce5f571063a24c0be98449d0d71ceecb1d4..6dfd70d8b317459bb5994385e0d025249ee9eb38 100644 (file)
@@ -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 _ALLOCATE_ONCE_H
 #define _ALLOCATE_ONCE_H
index db98a69899545bb8d49f111da1390510e7c9335e..a3e8adbaf5687ae53357b751f31e9ca24a788840 100644 (file)
@@ -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 _ARRAY_LENGTH_H
 #define _ARRAY_LENGTH_H
index ee1978eb3bd06a102c49f04f04760ae426eefa48..f8647a6717ca42b8796e091a4e8a0bbb83fbb337 100644 (file)
@@ -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/>.  */
 
 #ifndef _ATOMIC_H
 #define _ATOMIC_H      1
index b76a94bd14c28205ad27b4e22d260393d0378d82..757a5c6064c69ebba2d6dbc6f79ec1b6521a9a2c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Never include this file directly; use <limits.h> instead.
index 81875395812714fab05938e7edca5ef97a18b1b6..390001642852f56581ff1d9abdfa5f3b82f693b5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _FEATURES_H
 #define        _FEATURES_H     1
index 6db552a700ae17d5d16bb54bcbf198a174633a2c..ec2466df6aee264343ef9e10b387c030f36dda89 100644 (file)
@@ -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 _GNU_VERSIONS_H
 #define        _GNU_VERSIONS_H 1
index 0e2e91b6e67741679f501717df5fc8a09ee42a0a..32f0e5ed1b5d9cc7f1417cbfbf8f2c48719d34d9 100644 (file)
@@ -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 _GNU_LIBC_VERSION_H
 #define        _GNU_LIBC_VERSION_H     1
index cf35f136e2d5e7b34869e35fcd8511bab2a23727..a9acd4e1b76d9a591bf65e3f0444fc37df8be254 100644 (file)
@@ -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 _IFUNC_IMPL_LIST_H
 #define _IFUNC_IMPL_LIST_H     1
index c1b66750f9873b099779047c3712dc14c015fe1f..8eabf9ccf1715028110a64e111fc736e411c381f 100644 (file)
@@ -20,7 +20,7 @@
 
    You should have received a copy of the 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 INLINE_HASHTAB_H
 # define INLINE_HASHTAB_H 1
index 9e1b32e3955d12942e48c25ffb68ba615318aeb8..d42311417e72f8c32494855e4cce2a4a268ac8bc 100644 (file)
@@ -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 _LIBC_DIAG_H
 #define _LIBC_DIAG_H 1
index db4d12432c0749249d3ed082ad654ac03424eb34..05b6b66830952a3b62dd7514f8e4ead84c7532c6 100644 (file)
@@ -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 _LIBC_INTERNAL
 # define _LIBC_INTERNAL 1
index c5390a9be43e52b75072175ce924422fedbb851b..b32df719d1da268339a13f86d51feeb4267e987e 100644 (file)
@@ -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 _LIBC_POINTER_ARITH_H
 #define _LIBC_POINTER_ARITH_H 1
index b68ec4b7f537c26beda37dc924af4f6f189cc48f..ac6fe33d236de9c3be29b53a95711ee9f5070f6c 100644 (file)
@@ -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/>.  */
 
 #ifndef _LIBC_SYMBOLS_H
 #define _LIBC_SYMBOLS_H        1
index 80b5dbbfaf8f11fc1fd8e18860519db7682f2ddc..9415453406ac76432ab0394f1dea5a5aef6ff4e7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.10/5.2.4.2.1 Sizes of integer types <limits.h>
index 736e1d72aec8baedc096559372ff679e4c901d83..1184201f91dbf64414fda27db573c172f82707ea 100644 (file)
@@ -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/>.  */
 
 #ifndef        _PRIVATE_LINK_H
 #define        _PRIVATE_LINK_H 1
index 862fb7edcce58b5087105c96336239f30d8eda7f..3890b8e181d60624520c835adbe3245bd6dfc5e1 100644 (file)
@@ -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 _LIST_H
 #define _LIST_H        1
index a84bd549640844c58f5f449daa0239717239156e..b4e5396dcccd51c948e193ee8deb329367494634 100644 (file)
@@ -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 _LIST_T_H
 #define _LIST_T_H 1
index d6a84e6c5de425b19441a9c480dbcc117cff619f..d95dce482a5df84346c9a074ac7c400ea95c6b8f 100644 (file)
@@ -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 _LOOP_UNROLL_H
 #define _LOOP_UNROLL_H
index 37bbd2eecfaa333f5961de33841072cd2e7e7b86..5b39825d73439428f3039cc2e71827bef67696ed 100644 (file)
@@ -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 _MATH_NARROW_EVAL_H
 #define _MATH_NARROW_EVAL_H    1
index 5ee37ae696dbf6c1bf034ca1954e2960d194758f..fe956d22d83d392314baea7f92d3bf49c2d40f79 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifndef _XMALLOC_H
 #define _XMALLOC_H     1
index a0651a5a34f80a8db85c1bb052e5137e7eee9e0b..d6c3406a2424890da26c22ee44639815a9a408f4 100644 (file)
@@ -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 _RANDOM_BITS_H
 # define _RANDOM_BITS_H
index 3c0c1bcfc22a208efcc510e03892fc0a5b7e0d9b..7489cc20dfbe5b41994b3e8aba2c468c6cf9a182 100644 (file)
@@ -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 _ROUNDING_MODE_H
 #define _ROUNDING_MODE_H       1
index 29af35d457b137b294eed99585baae920b0ef398..0482773acce2fe0b5211688518b0ab0fa9907e9c 100644 (file)
@@ -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 _SCRATCH_BUFFER_H
 #define _SCRATCH_BUFFER_H
index a0c5101e2dd157c8e12e49a58d3ed1a6682bd114..f1225b01f6907e7b9a64956e4dafe662b58d3f00 100644 (file)
@@ -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 _SET_HOOKS_H
 #define _SET_HOOKS_H 1
index 9d29178f675628acdd42e297ad5d9e8d634b9374..f1c2fd8ed99b601aedc590b490bb9f50c473106c 100644 (file)
@@ -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 _SHLIB_COMPAT_H
 #define _SHLIB_COMPAT_H        1
index c002cf718bc055263045e97a24a900facefcc9d7..a2b81982be265d7ee7de8cb15076c7eff68653b2 100644 (file)
@@ -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 _INCLUDE_STACKINFO_H
 #define _INCLUDE_STACKINFO_H   1
index 85f41c9162fc2d0c84f40351f60ae08acd4c06e0..89d4f2114a948b3e8d19a8f261cb7dc8a6ae8676 100644 (file)
@@ -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 _STAP_PROBE_H
 #define _STAP_PROBE_H 1
index 5cc5eef22f245ace1656df56ba67a2a15a86fd66..a34d2ea2ba60f6afca399ef44baebb02d07413c7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _STDC_PREDEF_H
 #define        _STDC_PREDEF_H  1
index 5624aa2e72cbc21809ed91b5a2da49a851504bbd..b02e73f68dc1ec6cf627443b0e3ef21e195adb1f 100644 (file)
@@ -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 _ISOMAC
 # define __SYSMACROS_NEED_IMPLEMENTATION
index 7ba0ca7c2dec4d65c90c348b7a4a83415180d57d..57208afa82e68f889c6b251204b3d6a0e1828752 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_TIME_H
 # include <time/sys/time.h>
index ae987a5675aa441d866e9058e8da778c83b4786d..91a61ab02dc97d8d0537cff952d36d1f1d23e292 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* This interface is obsolete.  New programs should use
    <limits.h> and/or <float.h> instead of <values.h>.  */
index e2371033a7fe93afc752faa771b53f56d7170a41..1fda64abe7d0e04aa0b6cefeac73c4fca913c39a 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for inet portion of the library.
index 67828ca7b6e1de4c015fde2bf3bb77a0f02befb1..e57217bd0851df266ddd81f032ba104e79ad3458 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _ALIASES_H
 #define _ALIASES_H     1
index 4db2087af8dfc1795c144c6a6cd20a082fcbb5ba..e48baf1e9d2b0421cc2462e8223913b1074243aa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _ARPA_INET_H
 #define        _ARPA_INET_H    1
index 2f322504abe5d7b9aec0d8e2c9b86dc9569527cd..49cdfaa5f9d25e869e8632f8526ba6e2250d6393 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index c357fc3874586ee8d02a626e2c80a415ea015472..665ac9c290d9e2dfbb17c4ac888d53a7a72755f6 100644 (file)
@@ -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 <ifaddrs.h>
 #include <stdint.h>
index 24183d45fc3d957fd598f519c6602ca3cbbd124d..0cc033da4adcf8fb5e9ecf44243dcc172c09cdf3 100644 (file)
@@ -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 <ifaddrs.h>
 #include <netdb.h>
index ab275c266d90092652587c5d268225da9a0efb11..6051f1fe0c206535c8335ea9399671ab0792ab9e 100644 (file)
@@ -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 <net-internal.h>
 
index 759bbbbfe4df4d54d57bb87051556c1d3479ceab..e88c151aaaf76446fc4a12d02c9b2452035d62b3 100644 (file)
@@ -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 <netinet/ether.h>
 
index fb533c98e76eceaf4faf09fba4ed353e3a9e5bd4..b1da9db62d48ad6fd0e7c667846e6e10cc7f4b54 100644 (file)
@@ -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 <stdlib.h>
index 4d4c4e0d1998f4917ba7f488c8c6eb13f68c7d80..edabe73ab57515120a5f4468090833e7d05ee9d3 100644 (file)
@@ -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 <netinet/ether.h>
index 5c35a29655e9263467fd14c06592fdf05cbcc12b..2b6ff934fdf2cf37fa2599208ed3cd7723b54fd4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index 86627fddc639e66c386cb567941746f6ac37ea71..e02dd21c4f4fca9fc3cc297ac91eef4827835c05 100644 (file)
@@ -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 <netinet/ether.h>
 #include <netinet/if_ether.h>
index 8646f54ce76395b7bdf21b38aa82145379262d54..316e5127377ad5071000bc5a84396fe635be171a 100644 (file)
@@ -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 <netinet/ether.h>
index 79ea0ca49aa7cb2fb75e6afcce581d19894daa6d..42db2fc060b7d45522420008a7bfb99e643cda36 100644 (file)
@@ -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 <netinet/ether.h>
index 450bc3081b13b5a82ac1d633ba9d8acd5ac46b37..4671e2f4036b38201b402ced5dea4fe242fb7bff 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <aliases.h>
 
index 87743c3d7788911bfdc139052accfd03914f5899..4d27b4983caa86f6944fb6cbbf72f377988cc141 100644 (file)
@@ -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 <aliases.h>
 
index 3b3b8d97df2e270e3aeca30466926bc537be8a7c..34662969be536d3846ea9fdebfb58411874db220 100644 (file)
@@ -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 <aliases.h>
 
index 0c499324a097e239f769077a2b53497868b5396c..ee5f4cd7739728be88b0764ad563ad6dd46bb751 100644 (file)
@@ -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 <aliases.h>
 
index 47f19de9698cf05f6b9a0779d50bf2a64e2bd2cd..593e943822dc1a643c88451a87e379ff1eaa66c9 100644 (file)
@@ -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 <netdb.h>
 
index f473e82d55e8f0878f58302daa78ede3d14139db..d4c0311cc49b25dd90363fa584fab38443cec99c 100644 (file)
@@ -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 <netdb.h>
 #include <string.h>
index d05799e4d055f0e28d8476eed2016da5f1236dd1..362cd6e7bffbafa471b6f65250b73a9ccd7ca26c 100644 (file)
@@ -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 <errno.h>
index e5c894a1b1944bd70c2c2cded86210a66e13f72b..8af0f00c854deeb7e1fae21a9a2f75369ce076ab 100644 (file)
@@ -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 <errno.h>
index 6bec81c7c5d1d5702e5753599a3770c5f2a91c18..fc7a1795f45791a5d525a0e53905f2492197c842 100644 (file)
@@ -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 <errno.h>
index 5508a66c17a8fd6671cab25a9a66baa267133236..da726c063ae25d5c687602b7999718d8bc80b0fa 100644 (file)
@@ -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 <errno.h>
index 9067fe943e3ccead53072febb91cf5f7c2232dd7..746178759c51048fb8075927d8f48e8de14c6b83 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <netdb.h>
 
index 62816821fc114c8cae233e8156c7c4b6694a4285..5bb4117cdfee9d577dcfd6b651615b8a537a5170 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <netdb.h>
 
index 512bd8fa92b1a84040e69b9a1591cb9d0d988a4e..9067417fdfb7146bc9243c4f4344d027ecdad7c7 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdint.h>
index 8634f2a28f4af23092dd8da39841b1ea687058cb..a3ca162a9a5781c40653e06e594222149ea463d2 100644 (file)
@@ -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/>.  */
 
 /* The Inner Net License, Version 2.00
 
index 4193b279c8a33ea238cdbc59ca77809867464b5e..699387ce5b69c3d94ca6044988a29597b95db049 100644 (file)
@@ -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 <netdb.h>
 #include <stdint.h>
index 5a7dd1e78fe98be0bcf73b89f4a4e1e31a00ff1d..52ee4c167cf8f2b486cc71ff3d39f82da51267a0 100644 (file)
@@ -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 <netdb.h>
 #include <stdint.h>
index fc41a84f710c53afffb4a01c0e5201e69fc32218..d0b1ea034a082fd225836613b54309c7d8e02c57 100644 (file)
@@ -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 <netdb.h>
 
index 8b1338a20eacd849542bacb1355882b4566eac77..f27cb6220b9c81be1d02d4e52a2d7e7f631571a9 100644 (file)
@@ -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 <netdb.h>
 
index 5440180bf7d8fac3dc7176f455b3309afb6cb9d3..6333178f4b6f1b7e282f68203202c20673cd1f20 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <netdb.h>
 
index 3c0acd2fe165cdba13538daa5af7c9152ecb0f38..56519e46e77e9426e4a28400a5c0293a02862128 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <netdb.h>
 
index 8a27148319c74cadebcc55763b328f626a2f9a9a..077f92bb563b901d52ae255e44b0f966b4a681d4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <netdb.h>
index 63153e3559dcb1cbb5d30a2abd57af82949b53f2..b8ab845ed7265c29904750acef7a01f11cd57251 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <atomic.h>
index 5c8e7503c8632905b528216b2cf3f09586991dcf..d7d5fb9bb0af82f937734710107731637cbab073 100644 (file)
@@ -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 <netdb.h>
 
index 9a529636fa831b8ab1825b5b3aef8dd8d0a68691..d22dfb557305195c0348665ee4cd583801ff1b1d 100644 (file)
@@ -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 <netdb.h>
 
index 033341a1cb552a7afcaba0c0ad6c61ec231ca080..dca17eb42a153d97c06101670a00375bfc20aa45 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <netdb.h>
 
index f80fd7df0c3cbf789932cee986d47617e998fb28..c9f08d7042db68e2da986496e1a34a5939611019 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <netdb.h>
 
index 245720d8b933ce24e2220eaedc15070e319fab20..e7d5f60032aeedd8f25b51978493159cbeea20e2 100644 (file)
@@ -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 <netdb.h>
 
index 3374756d21665b3f15401b5c0a308ef13a282a22..3ff90053f847543c292c0cf120d5856a3679220b 100644 (file)
@@ -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 <netdb.h>
 
index 15de725d909b9b206c9814675aef309719edd0b3..5202481a94bed4bc3caa746751d8b4a6e766a71c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <netdb.h>
 
index e3ba9c8a97b84be00061aac2a9faedf7755bde44..0055183fea55af0e577651c4388a50851515ac27 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <netdb.h>
 
index e4b1647e0ced3a1d48d1b59a8a29f5e261e99dfe..ad4b97f79863012680f2040dd40701c11ff39b7f 100644 (file)
@@ -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 <netinet/in.h>
index fd3fec5f52f60e5bc6014709eb3674222cb10a82..d2b3c7e3a9d4a2c036b9d54a6b93fab0548916cc 100644 (file)
@@ -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 <netdb.h>
 
index f90e03bc14aac6991500465eb2337889b8a81fba..b4df0b58003ab346be77e4a9308f93042dfca992 100644 (file)
@@ -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 <netdb.h>
 
index cc8d06aa13ca14993b6ecd41595da9fc869c7f49..6528cf9a8f1fcc787530089e59bb5f95d19dc6d9 100644 (file)
@@ -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 <netdb.h>
 
index a28d3e9c7a1004398f6aae7f144ac592197accf8..c469cb8379d85d92c27eba89ca4e21a7c5d259c6 100644 (file)
@@ -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 <netdb.h>
 
index 8aeac4430840836aaa4271a53641117a37fbd43a..a7c067ad9677f657bb9884391e01107eb6b075f3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <netdb.h>
 #include <tls.h>
index b8fecbf34ba62983756310dc64e76dc43f500b29..6544007f8fc8f54093b504032d2941702cad84a1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <features.h>
 #include <netdb.h>
index 39acfa6557e3ce126ae474cf3e15d20f9ad4a686..6310b7a84d6dd590ef01551b6abad98a54907f24 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <stdint.h>
 #include <netinet/in.h>
index 500ca50f49e9670bafc8278ef74181e37596daf8..150281b3487a83820038cf1f7685e24267a321be 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <netinet/in.h>
 
index 48965ed709f40bc5b3baa210503aec3bee09f1df..032512575a12a6a0b660ac1c62a326ecb1a79905 100644 (file)
@@ -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 <endian.h>
 #include <stdio.h>
index 243b4f78cf0c7524df2fb3bc18da0f7bedc71359..63680927bfda976094baf9b32c5326e4fcb991b3 100644 (file)
@@ -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 <allocate_once.h>
 #include <dlfcn.h>
index 58f192c9ca4507747f725ce9cec266a29e9f8286..35acc3afc5b0c8653987848a9cd0ea908154c760 100644 (file)
@@ -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 <inet/net-internal.h>
index e2577f89255fe600b9ee485c9ed2b646961b9db2..6eedebb72feb3b2d208c7f35cf1e80af6ca746cc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <net/if.h>
 #include <errno.h>
index 2ab178d813f823bcffd0dbc029d0255e86a2c7e5..b86974e5620dd7229be03bce3a09b804c2ddbd09 100644 (file)
@@ -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 <ifaddrs.h>
 #include <errno.h>
index dd48ff2fdf1827d250b15eacb1175e09ff064ffc..f98e7f1c0329d2f52df3ac6a9b0b086c0f1ca273 100644 (file)
@@ -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 _IFADDRS_H
 #define _IFADDRS_H     1
index 920f7d5cf1cb61f595dfe5d97caa0fa1f2f676f3..fcbbbdd986f0a0aea9dd34c00ab9f315ecbbf374 100644 (file)
@@ -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 "ifreq.h"
 
index fd0f4d7d6ee0a016946db2601c143299c2726dd3..2b43b4896b876df85a02dbcb56d4d0d8ef7aa310 100644 (file)
@@ -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 <netinet/in.h>
 
index ed5114e2fb3b771cff00ea8bc49b01ffd76faf79..7498960b1cb1eca7e462bfcd33240fdbfca6f4d3 100644 (file)
@@ -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 <string.h>
 #include <netinet/in.h>
index 762149a8b650c3fe2a8699615b70080712b41c46..643ea3d3d0437b9401fee395cf74b0f6d9be4f9c 100644 (file)
@@ -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 <string.h>
index e79be7ad293ef1f2fd07cb52982c72af3706eb39..c6b1efe38dfa66bd60c6177f290093d449d07d25 100644 (file)
@@ -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 <string.h>
 #include <netinet/in.h>
index 2d00ae5b6a2bc8111dbc7fc6a767ba828b7bdece..b2b9d28aba2685f925f8d651cdb1720c93b64ab5 100644 (file)
@@ -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 <net-internal.h>
 
index 5094126a02ad300905d9b8114ab68e8738324c90..d891ba2be0ff9b2ad0b525492980e8dc833b0ebc 100644 (file)
@@ -42,7 +42,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <netinet/in.h>
index 6bb8c4fcb531028c1e3f426c041ef26166765e11..c9148bcede90453e6430409d182b7b0df7adbf5f 100644 (file)
@@ -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>
index ef92c80a36daf8b2da737fcefd94831cc5972c06..2f522eef555b7f608c27fbb817648309d8ebf5a1 100644 (file)
@@ -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 _NET_INTERNAL_H
 #define _NET_INTERNAL_H 1
index 30e76d10a429712a655cb35fbd712f0c855c3653..62076c3e2900f3e551c33aca28a38338524f850b 100644 (file)
@@ -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 _NETGROUP_H
 #define _NETGROUP_H    1
index 227bd3ec7c3a0f36719a2d722a7ac2a28cfc266e..789037172d411fdee366d597f76cefc71fd78962 100644 (file)
@@ -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 _NETINET_ETHER_H
 #define _NETINET_ETHER_H       1
index 92e84cfd212030b8a7167490de9df729762f9099..ad286710111213e9e9d7e669f5ff40f8af229ad1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NETINET_ICMP6_H
 #define _NETINET_ICMP6_H 1
index 451b1abf47441c23e9fdb4e5d4e22ba7f438922d..ab9ad870389991c97997d3b965313cb7168799df 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NETINET_IGMP_H
 #define        _NETINET_IGMP_H 1
index 24caf3c77d46cb0d3743b3e7f5ba81fd73b0d6ef..148bc663fc7c35e785ca307a77031523d9e0331d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _NETINET_IN_H
 #define        _NETINET_IN_H   1
index 157a27d2df51ef24ff5b6bed6cae3edab897e51d..39d2ab1465dafef8c518c1cf06fe4fe18ae0041b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NETINET_IP6_H
 #define _NETINET_IP6_H 1
index b0cc3e7b4678bd1fd60963ffe59ee57c3b857cab..47f7948907183a252c3b656dd4cf11a0e79f11ba 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdint.h>
index 6aa18f48beb8adfd0f29f73b307102f5f2ab664f..fd87d35e92b308de5953325cfaf0c24936770a9c 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdint.h>
index 3ae43b7959f45fad04822d88c99b92294123bd0c..3f25d133d62049397c4627630bf15f5c042defd9 100644 (file)
@@ -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 <netinet/in.h>
 #include <stdint.h>
index e96e7c854e186c62cf71fd9210a1b319b25e1042..9584552299780af6fc33cca35ce356a7e779d691 100644 (file)
@@ -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>
index bc65d4b8d48b2645430104d3c2b1627bf020fdc9..788c1479fd2316d4220ac8a03cd9dde64a5b4f84 100644 (file)
@@ -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>
index c6042ca6bf97afbd8d39dc01f87ff20fe04b21c2..dbd0c674ee59acbc2d6bd4011ffbddb62040763a 100644 (file)
@@ -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/>.  */
 
 /* Process tst-checks.c in POSIX mode.  */
 #undef _GNU_SOURCE
index 50511f145625fd0d4b1ab0f074ea3c0aa0664af2..cb4d560b8c222efd7df689357758c81d193ab2fe 100644 (file)
@@ -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 <inet/net-internal.h>
 #include <limits.h>
index 475386931b4e741b9d712caf93c503cb2294cb2e..9e0653368043ca8837ca512a2bdaabf7dcc3db7f 100644 (file)
@@ -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 <inet/net-internal.h>
 #include <locale.h>
index c75edb7b41f607a7f7d2f47de5abaa899ca8d443..ecb478ad49c92dba7bad52e5a582bca07c4f3cf9 100644 (file)
@@ -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 checks for a descriptor leak in case of a long interface
    name (CVE-2018-19591, bug 23927).  */
index b09e7712f402df02a6feca0444edc50df31d025c..4fa40e166aa66d4642bc761abdb3f982d544ff25 100644 (file)
@@ -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 <arpa/inet.h>
 #include <inttypes.h>
index 8d1155700f3f0a606a58369e50db343853d3cf9c..4533348d3b88273f9ada33c3573b6a05fa2498d2 100644 (file)
@@ -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 <stdint.h>
index 34cd5751b6f238cc98fb0af1deb8bd5f152d5258..47f8d452245a908c19cb96b53a528384abafc9b4 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <netinet/in.h>
 #include <stdbool.h>
index 9eea8d57e38ec311869c06e90c0407f926632b25..94e0a30a4786fdaa1b8b9230d1606768829656ec 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Makefile for intl subdirectory: message handling code from GNU gettext.
 
index 17c02b33242747407dc5d40d91040de97f81ae5c..e339b0fa28663364555c006dc0441e908600034a 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 6b6fd081a212a556867b3800ffa9ff6a85eecbd0..d8894ab9b44aa9cfdf18b2f887ebd7841f6f81cd 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 11f3749457b253e44bfabe461d95fab2eb3b4fe5..09e3dca256df53258e143b753e3b4c6b899726e7 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 /* Tell glibc's <string.h> to provide a prototype for mempcpy().
    This must come before <config.h> because <config.h> may include
index 0f3f65472b7c57c4572625f8d85873ad6edde610..f85a1fdc77b7030144b48a491a4be3dbb278c007 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 1c7502a67bebcbf93ae664e61bd521e7ccaeb6ba..6fda4986fb773a6c7e10166a15b33a042473e8cc 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index a02be3b5a409b9f1020a3470858144cf2f308a97..7d86f2ba1979f6cd768286c83fc48b4bcdbae361 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 421f00799f9a7f4442e170324b3b8e2acdef8986..eb9cd4147540d55f16a6dabf6d5cc2e06d070fbc 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifndef STATIC
 #define STATIC static
index 626bf2cc54f3f3f09f829700ad8a618ea1b5e894..bb7755b2d3dcab59e12598a64b09fdd6f4770a4d 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 6db86f4ddbcb35cdf991b9528be43bed56f02c76..f0d5679660800689853a44ce81a016bb628b7093 100644 (file)
@@ -13,7 +13,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 5217a589fc556277b9e6a0cb7e22ea4f23f32ab6..9abf92250f4e9eab7a6054d86e81a39ad27b8543 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 8d01fd9ad9bee348e54796330d6c31531a4419be..fd74047e2b10b64ee785e62a9da896fc84997c63 100644 (file)
@@ -13,7 +13,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifndef _GETTEXTP_H
 #define _GETTEXTP_H
index a6bb71018336df7211472a6309163a0caff91c4d..79c8ab4e545df6019b0d7572301cc6978fea2022 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifndef _GETTEXT_H
 #define _GETTEXT_H 1
index cecef96562ed24cff985ad38bebfeb03254fb14f..8c6e43f26a052abce00959e038dfb527453f2b7a 100644 (file)
@@ -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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 6bfe8f887ada9e7d54fae31e10db81e3c1c07a48..91da73c99236f3ba6b35f977e6bbbdbbe1d4572d 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 /* @@ end of prolog @@ */
 
index 40583f6e9c8f4f473bb705518769797d09fdd877..67c05884be58ae8080c456d7bdc1a0c9c1cce754 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 /* Tell glibc's <string.h> to provide a prototype for stpcpy().
    This must come before <config.h> because <config.h> may include
index f03eda0b6f0334ed586a850d8207533cc90a8c49..5bc91f81d21a5f3cf80de87caa7fabaa022b7376 100644 (file)
@@ -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/>.  */
 
 #ifndef _LIBINTL_H
 #define _LIBINTL_H     1
index c9daa2fb3329dcbff5174443a9ad6c2e39f44def..522afcb20b9853f475f7602ba6deddf3e9b9db06 100644 (file)
@@ -13,7 +13,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifndef _LOADINFO_H
 #define _LOADINFO_H    1
index 5f32290331960a05052ef667d5f38cdfd4f98d75..c535889c91194dfcb1cfd2db2435eca88f86124d 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 /* Tell glibc's <string.h> to provide a prototype for mempcpy().
    This must come before <config.h> because <config.h> may include
index 01bc7aa47dd8f544202a44c16e61d780c04637aa..af3193daa112d693636f40c26ada6e3211621ecd 100644 (file)
@@ -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/>.
 
 # The format of this file is the same as for the corresponding file of
 # the X Window System, which normally can be found in
index b4f8c7a556f839a14ecdad3278f990b8916d4ff0..6eb42673d792d6335ba4fa0fab7b26679dad3189 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 /* Tell glibc's <string.h> to provide a prototype for mempcpy().
    This must come before <config.h> because <config.h> may include
index 98aa2c90b0c8582e758383184b919e06293ee955..de40cb76e9e036fafe5ca922666b13dae8c90933 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index a21386f8fba7e8f99f0d8696b888fcba76771603..7ca976a44bfd04666e9a453793624ff463bee910 100644 (file)
@@ -13,7 +13,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index a27bcb70624959e84434edc0fc85525a39906b86..875e60c3c971af3b3e063d709ce15ee3a22c8bb2 100644 (file)
@@ -13,7 +13,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifndef _PLURAL_EXP_H
 #define _PLURAL_EXP_H
index defb81558c6f6fe241e100742e1258f7ada037f1..142cee5889bd6e7162abd852673d123f55adbc6a 100644 (file)
@@ -14,7 +14,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 /* For bison < 2.0, the bison generated parser uses alloca.  AIX 3 forces us
    to put this declaration at the beginning of the file.  The declaration in
index 38794649d2e2477f604099bce2bfdd11fb1e1faa..b2df1e7db799bc0666462dd3a54b55de8e01c278 100644 (file)
@@ -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/>.
 #
 
 # Output current message (in msg) as argument of the INPUT or OUTPUT macro,
index e0315712ffab2db93ba7566383393cc52826f4f1..cc06364a0629404d85a27a32fcde1b518cd2b22f 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 06797cff93867d7154ae55d366bb85d7a940e917..ae0c61fbac3f9499abc0ed6a233ddd1523b80409 100644 (file)
@@ -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 <libintl.h>
 #include <locale.h>
index 6cb48c507c0b681a3b046e45bb80a8953c9195d7..c611de4ca942bb83772712ab10c6b2f8dd2a8510 100644 (file)
@@ -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 <libintl.h>
 #include <locale.h>
index 68c7b3f3240b58cc3d74a22215c6947e0a4e1108..44c1d6dd338d7ed165efad63e2645ae3fcdf353c 100755 (executable)
@@ -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
 
index ea78b65fa7b72c648ae5a436e05284094bbafa06..4b34cb6fac350c77ca6f705975a8d593769d0eca 100644 (file)
@@ -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 <locale.h>
index cd2cdd697551b340bd536bf23b43046da3a3ac3f..41d06c0220da442818ce391f7d7e80c6047b24e4 100644 (file)
@@ -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
 
index 94fb103f08f8952ad0db545437c8ca1ba3f31b9d..a8888e1902343bce659451b80f1b120ffd505d57 100644 (file)
@@ -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 <libintl.h>
 #include <locale.h>
index cbe2d2f953d4ecf667677b21fe2c201f53acb1ec..3adfdfe4e8f833b21e56666e81a904554f2dfb0b 100644 (file)
@@ -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 <libintl.h>
 #include <locale.h>
index 1b8477e25368e667ac182e8ea089b1d457ea835a..6ff76e1869dfa831b290846b022b159f975c3301 100755 (executable)
@@ -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/>.
 
 set -e
 
index 0ee94aac61135d4e806b11aaa24c59f834c5449a..41065fe363623f77c495dd1ae57dea11a863b63e 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <libintl.h>
 #include <locale.h>
index 4d8051ee396ab984646d2ca5e59437f6124fc79d..f0362282f269632d6d49cbee4debc4f92b7b22a2 100644 (file)
@@ -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 <libintl.h>
 #include <locale.h>
index 4321aa1bbcc8fbf154179f00bb887cf58837775d..4a9c0df02885a120231ca0bbec53122140949636 100644 (file)
@@ -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
 
index 550848c813817c650c3059c41f58d8efa9e38285..81ef6651b93570d1c43d5a2c4d535a1c79481eba 100644 (file)
@@ -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 <langinfo.h>
 #include <libintl.h>
index 8ef35fb3c885b88e1f662200af096bd329c20e88..10e84d67fc0424443b3722fdb174b87323f9f551 100644 (file)
@@ -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 <libintl.h>
 #include <locale.h>
index 9e5f5b86096dbd13e1f9db63bc61a6716f7d056a..1b0742887f0c0d40e11bb7339f178da712ba53c0 100755 (executable)
@@ -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
 
index cfbf4cd0ce5ae228eef4fe6970e49defb3d97003..2c42ce27b9e601ceee1d1484eda2a63d8f13fd52 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for I/O portion of the library.
index ccecc6b25c6396acf000ab1beabebe671298a946..dc9fb9d5b241e1a8db1a4927a7d96940c40ee3a0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 9194a1d32e3a4dd3a19f71134e21cd3ddb10b0d7..99f20154a8b072637e75beabbd322d53c5302995 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never include <bits/fcntl2.h> directly; use <fcntl.h> instead."
index ff38ef7ae17af7862d7c2abdef6eb094311d2e13..d7a10b9d592f1358c3ccd143c61b1043433c45ca 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_POLL_H
 # error "Never include <bits/poll2.h> directly; use <sys/poll.h> instead."
index 1f5abbf148681e9b181f72815e301ed9debdb142..44ae42d34b26a3a781a53ee72075a065156b46a4 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* This interface is based on <linux/stat.h> in Linux.  */
 
index b3147bfa8af1818f6d007dc390a1913abcb6476b..7df10f328d556c68620a0dea4c514aa1477e2c69 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* This interface is based on <linux/stat.h> in Linux.  */
 
index 4f3ae3ece62a0ad27030480dc3766e4eec7e6020..d042372a1b3dcf5f676692c32fec146a252305d0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STAT_H
 # error Never include <bits/types/struct_statx.h> directly, include <sys/stat.h> instead.
index 0f104ef84ed7d35646a263c3f6c2f4dc8004d0fd..c1691065e87b43c745eb7eacfcc47f69e2c361f2 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STAT_H
 # error Never include <bits/types/struct_statx_timestamp.h> directly, include <sys/stat.h> instead.
index 9d31fd6cab16b7f80169b264f52f16f05c2d7f50..abc13f2c52b092db5fcdac24096803ebd5297b1d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <ftw.h>
 #include <mcheck.h>
index b121be65defd9a9f32e0c80a313871c455e6e1b3..31d2091a27d9e6526902c48026614763ec345a44 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <ftw.h>
 #include <mcheck.h>
index 3a72a6d25ff1f064a12b250b74a318b67a6bc06c..1cb5e514a98f27e0acc5b3422844b471b20de2f6 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <fcntl.h>
 #include <ftw.h>
index 8724c8dac2955feab71ba3cc62faade414f72ff7..1532da05aad9c6228d4673d8a4a1bed372ece9b5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 624ce89b73838242be54674ac5fa00965cee4571..cbed51d14a5c2289cc9c92c07ec994ee7e5fd6a9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 05b7e7dd5cd23eb278d46686b91527aac5fcbc12..4c50c4dab71d4bd750f0b2d14ab33b35e6b4690d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index a78977de718c77293bf9af4a95e7a4c4b25c42f2..2c55db92f58aca9a371334e6a97d8523c5ac8966 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 59fb979773b2b2026ce1501ef2137016d6d1b399..2065ee153f4993ea62fd856a3a687eec6aeee4dc 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index b0c02b05cfca1c63186152cd69d47320fcbe0de2..8e4f0cf2c4abb95932fea1908920ba86a21e2cbc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <fcntl.h>
 #include <sys/types.h>
index 6dbf1f11266a17a72bb66f7647ed919e028be99d..5f81d9fe116206f5a0361b319990787a8b138d62 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <fcntl.h>
 #include <sys/types.h>
index 7e395ed73fb109b266a1de2600e516a020ba4a2a..e4b5f851e9ced878fe84884368da61f39e8d2632 100644 (file)
--- a/io/dup.c
+++ b/io/dup.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index f909332a8b91a8ccce7b25b21943c91a634acd19..573765ff1bd45ccbb6bec026456ccc3962e09e14 100644 (file)
--- a/io/dup2.c
+++ b/io/dup2.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 5b698d3626a9c346266c6e292ff57766a9cf5123..81deff5059fef531dcfab9b318ac17ac32e8b545 100644 (file)
--- a/io/dup3.c
+++ b/io/dup3.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 96263c0309c5c44b48c4df4ad708ce6e31d8a994..b7165f42fb230b42a355a6a7b4bcbaa00582a14e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index b49c6be64ad7c8784571b1854bb36d82af05acc4..72b2e169f65e70c6644b1e6d8774ec629a269832 100644 (file)
@@ -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>
index 44e964a381c6d99c081b1f33cb2b2ed00c905c69..d4bc84066382b9a8deb9e1506b50201d56b209cb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 0dfa8fcad21bdc624311290bf50eed3f42b0b2e8..814ed73993a758a667baef96565cc9650bbc02b4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 8889749dd60f3833a2a7499120de5f65c2acbadf..61c33f259114262498aa67667f2878a9d8b44bfb 100644 (file)
@@ -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>
index 500f461d076838d9ee0f55fd6ddc53a92bd66fc6..48cd05bf2f1cae5293f59a94c28f9ad776e2cc9f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 2cd24a8bc791093e6b6bf5f59b289635a147b2d6..2d5f454fc1b088eb962e9ce733cb8e82cad165ac 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 091303a9cb6095585d691f3506ff45ba509bf0d6..602c76436ba23ce8dc51a34e5a47794c6b6f0659 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 1043d27ad941ccedf41226cf9c9b587bac5ca398..1ccc0409463ef95decfa1bc5044027fa64fca070 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 6.5 File Control Operations     <fcntl.h>
index 26ead093c49e31943a72f6be5e09bbf52739abe8..2c8b5941848750f5a203e6bcf483c407fb5ec00e 100644 (file)
@@ -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>
index 411cc32dafc73be678ddb36a6d3718e362d3e2ea..ed9450c6a5d0b703c4ae5d323ec21ed6b126c149 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/file.h>
index a25c10896608b3ace8b17bb7304220f551979d83..0afec08fc6ffa3243da80c9b5b9e15e3674c866c 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 
index 9cc796c168b6709dfb1d050907c5ff273ba9b8f7..3fe218a086dbdd83c1c2f47e5127bcf30ade2ecc 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 
index 57786b97ac6fc08e0d2f81357353ded3453420f3..4bf7ac2c78370a891d4fa6edcc947ac8f5eb3523 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 
index 602ae9ebcc4edf23910814dde58d1e02bfa8cee7..d9747bfd5932c7f26c2d82b2c75b350b7ca8f6d7 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 
index 04c6474bb631863f0d22a1e0f5e61aafdb1d05b8..b6a9addbf51bf2cc24f21e3da09681c82e4c7007 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/statfs.h>
index c26030065a1e9c21b6a4249e31ac269155880c92..62dc69f408cca6cd989b600d3e6fec74e060dedf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/statfs.h>
index a5f98ba2f34c04cc60cefdebdc22e98ecd8db3d8..9326666cae428dc56822ca0dd2fefb2c03f82c3a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/statvfs.h>
index 0588f63d224d2141903da8519f99390d4bcd0f3f..cbd73ff5d68c22bffb641c46500222dada0b24d9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/statvfs.h>
index f26b370a0c4cc212539c9e3cb5f67cfd69ed5a50..9a1ee5ed26550ca9a172bdea40b1e7ee88a61a27 100644 (file)
--- a/io/fts.c
+++ b/io/fts.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*-
  * Copyright (c) 1990, 1993, 1994
index acfa260f07178dd123ecdd8e17698972aca3a3a0..0024ac7dca447bc00be09adcd1af5855196a6d63 100644 (file)
--- a/io/fts.h
+++ b/io/fts.h
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1989, 1993
index 0cd417ddd251def1b1c746904dd8cee0a34c664d..42b970db86bb81aeb86a0d31e457ac0f14ffc0eb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define FTS_OPEN fts64_open
 #define FTS_CLOSE fts64_close
index fefcf91d1a210540b58b5483a0b7713e68101915..98f8a828ccd5b7de10e34096e39965a326562fee 100644 (file)
--- a/io/ftw.c
+++ b/io/ftw.c
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 1ef67f7f3c2b890564c1e444401f0121e593f46c..640118078fb6ec32c42f06a8d9faadfcacfbad93 100644 (file)
--- a/io/ftw.h
+++ b/io/ftw.h
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     X/Open Portability Guide 4.2: ftw.h
index 5d80e942d6b2597d9aec0a231ffe0822721d3a77..f6395364d4dc79efbaccc9d6bf89df11e843c897 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define FTW_NAME ftw64
 #define NFTW_NAME nftw64
index f3536655601059c6ff76fcade956242169b6a4f9..9f539cd42f1fead6eacf8d6623a6cd3605678b15 100644 (file)
@@ -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
 
index 1acbe824a180d0c17435667a889ba5a4ce02f665..3babb977f8a2e577d9cdf0b1226895cf46d59ab9 100644 (file)
@@ -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>
index a6eb7a25afb7c018323e92aa60e9ebe144665099..150aa5a88b594b20c3edd911535d0d10faca18c7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 4369ce381307e439a146992e97f5a1609b8446fe..6e6f82caece959ab1862e784b6221dfa99e13b77 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index c486fb13d531f2dcc670e2bd2fd7eac0b818f8ed..9592f9d14decb9c9157d4e6a11a35d8270b8d8b5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 741fe9e99acdf93f1264e88032208640a23f4a5a..c9399cc477caaff9bd4be29d473de4e445c26e5c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index f50bb0928329686ced5e216195b08b9254de5782..9744a5fcdc5eff31ce5084624689373ace4b9509 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index cc1eca566d9e3e7c253debf2fa7d4780139c3fac..849f3e7354efef2baa369a5c7c0b306af4c0d815 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <include/sys/stat.h>
index 3ff02c99a31c711e54a7089ff043254842bb4260..d9852f14a4b869d910bdeebf90a200de6dac241e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index 387947a24dbbd74681dcc6be97f6969fd5d9fcd5..ace97cca80d8ea44ad3a0935af35355b4eb461c8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index b96018457e2ab2d7cffbce8a1ac1a0bb4bb3bdc7..f1a80a8f3c758c93fe05ce86454f7e7cf0f248eb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index 2e9e0b60fc95e7788f4b12eeb60157806914f557..498e659b5746b8f0a02878c88b533d07a96636ec 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index ee34962ab3795937f33c51c131dc3e4c4f04d9d5..041e9d0e09cad5c877bf3782dfe21676da5264ef 100644 (file)
--- a/io/link.c
+++ b/io/link.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index e722f5b601bbd9fe10aa5998596745ff5dce74fb..8f81a0dfcea40aae42a3272c7786b807c4608bc5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index d40aa885c93970374a505d54eb5f60f27074ffb1..8cc83dcc0b18f85ef49a56b7d803e565d5863ce7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef __OFF_T_MATCHES_OFF64_T
 
index d520f776c19562361a311fca7a6a09f5c6c2c321..fcbca33ae3d957e8ba07db68afe00304b697a6c7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <fcntl.h>
index 67305774bfc9de3e2afdca57649491de5dbf2977..581e198ce7d8d9e83c44f77553a47f2528033522 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 77148e2ba183039ebe386dddde5e72fe3961f116..c278e3c4fde553f316c114f10d46e3a203b4bcf3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 5c191376ee9f7b3f66a2fd5583904bbb754ad6d1..48929b023727e4ef8ad7f22f70f18047009fe0b2 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 
index 52591eea92fc7689f21bcce746e25089dd8a3cef..56db4e5018f16a20513fa45b7596526b4c5d7390 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 
index 6674b32b70635ad8c5b31999b6d4e1a7464d428f..f14684ffa2265dedebef138f51a78970206ba677 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 
index 8340de4fdd3c8c2eded0be30efdf2824d6e90171..c91d1ed8bd14a0359c7dd9030ac2fbdda7a0b349 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index e214bb12aa780ebb02ed348989e9e898fc382fc7..bdeaf1a10a0d93711013549c117128ebbc3d381f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index d81de3f44b07fb6bb11a6bef855c4ca33269326a..63058bdc977f21ad469e114f5476163d5574509c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index c68de47393eb3340609af47a9174e55b42f55a80..345275a4d03efe0d129f442c9348d8c7a367f381 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 792ab3b6be0368664cd9b29bd3513237352d2ec9..0132f22122129a9786560a8ae431eff2eb81dedd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index ca86d74e99f7eaf2ca0aeb4f711f82a564d27d19..92902bbae5131bbf8c4650b3038cc16754e21c38 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 #include <sys/types.h>
index dfe5935aa1ddafbb870464ee74788540a6220354..9019573ef06f989ecad08981e14c1d7469d4e4aa 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 #include <sys/types.h>
index 56bcb3076a902613901bab172592e87cce0ba122..294dcdfc70232d86ed4bcf80dea201219f902d3c 100644 (file)
--- a/io/open.c
+++ b/io/open.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 6d5dc9667bd6786f6d2d53770fb70f7359a77dda..45deedf3ab6c8798359d0009701300a9e7523fa3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 0cf388a87854681c3d5eef9081f51e0e23687655..68f52b8bde2e6dc7c249a1040e5b7ba2e5bb7452 100644 (file)
@@ -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>
index a04294c5d1e34b091b5ed57ec74c48746d7ef6cd..6014a35fe4685d534d7e7ecb863bb8c91cb6eca2 100644 (file)
@@ -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>
index fe2b65ec21919a80fa5b5284cca4b08600113a22..92fcacb818cc6f78623bb549b222bfc4ee258ada 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 4e33b6028f63d3c4b7b8e7ae26330f357e44b6dd..ec9f65245f01f65861608e469d8095ce7e966362 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 462923dc4ec7712c245e33fb6d4ba59f1f5b44d2..38a06ce1947ce2fb538a1fb4793ace64cd00d01a 100644 (file)
@@ -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>
index a3a0d68b826edc71ca88ac9f387ba0e06094582b..b76bb49bb347521eee82904b19197bce0d27bc7e 100644 (file)
@@ -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>
index cbd00d2d6d4654ddb9fb85a20a42239146e1730c..9542aefbbf5d49470394e32f74d98eec6ee91063 100644 (file)
--- a/io/pipe.c
+++ b/io/pipe.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 5563ee1ab8369038ec42ce560d489075398037a2..a9eefe4585ab8636749aa23631a31fac41163d34 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 836c92d1b5c0add152f2b2b565cbb5727004290e..a0b2997a417509744b8e7826b6f4532f48222af5 100644 (file)
--- a/io/poll.c
+++ b/io/poll.c
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/poll.h>
 #include <errno.h>
index de935aa5e62dcd42c02ebd945ce3b99b1d828e74..5b671f0873e7b32ffce206ab5cf72d362eb04250 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index b5a61fa8922b36fafdbb0a4331f0e1cab84e6ada..baf7d3290c8f8a437f67c59d25ff55af6260d368 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 9800be652d7e4f18e58b8684905129888dbc7825..e2b31c4a50c330d3bb80a0dc3b23851e4709f879 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 08a67a5ba44cb612aba6aa5298ebc57bd26f48b4..95ecae1d432b67a37e841c0ff81eee7bac7129c2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index ab7c022f3a9631f752e3a800d2be34698d3a05e2..a387924eeb73d0a9dc889d496e104685177de880 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index f054bce062b1af0a1523154b2d8c3920a9bc301a..2ae01ceedb531d9fec7b8aeac58d8d32e250a066 100644 (file)
--- a/io/pwd.c
+++ b/io/pwd.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <mcheck.h>
 #include <stdio.h>
index 0ba5e77c73798416e504ae9850f7fd8f55909969..259f21e3c2025a5f1bd9a3dc8a85241c3515e6bf 100644 (file)
--- a/io/read.c
+++ b/io/read.c
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 0fb0b757c68a200103b016dd81165c2e6d12c829..cf2a9dfe902569a6d16af8c698f2a043d61b977c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 60e0aa65134450e0ec809c1d1ebcb926725ebf97..c6fdbbd3ccf57a01957f7d32fd35e0bde9cf3678 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index ad42e40b317b0b50226372a04bdd9bf05d5a1354..d68a3e3d5bae5791e32e8fc3f3d99eb58b5b656b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 6f83898969e59b622f06c9624b98f0bf523424fe..a1261798c73f2d5ced94c927c96b9e3927b7abb0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sendfile.h>
 #include <errno.h>
index 8062440bc40d475ccbf7186e10f3607a1bbfcd44..20ddc7a722dbbd48f9b31c4e5fff1708793d5d83 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sendfile.h>
 #include <errno.h>
index bb59add17a8c5af162042b9bdb111620b44f04b6..dbd094167eaf4836e377049f2c4d7894b05dc861 100644 (file)
--- a/io/stat.c
+++ b/io/stat.c
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 
index 1a0058229408ed1da36d52ffb5f51e4f3b7d9741..1bc2a3dd7357721557d7af31fbf2f28106984b6a 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 
index 2153170e2e2e54744ef9598172240fe557c2e4b8..3755919d05124d0ba8ead2c8e773211366b18c9a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/statfs.h>
index 06a51b134bf3c77936ddc093b861b17adefc0f86..a8ff3cba4672c7e93d465857b41abac6753407f5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/statfs.h>
index 576be6a253c34a2dfadce192e8c762ecfcfd645c..aa9062c6ab96481118badc68ad7cd412acabf254 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/statvfs.h>
index 66d94358bb4e33e0a23e89d24cccc733ec03273a..ea99092e7d2968c1d52b4db103ef2c0020b7f0ba 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/statvfs.h>
index 3061d8150d49ef6ebeaa2120c8ba2d074848d717..dcc9110641a0d9ad137fd1181b4743bb35ae27d3 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index ddc4097249166a65f59ff8d63ea2c93e08c14ca7..6416bc82513eab9e4dade8fec0c6b015bdd2af1a 100644 (file)
@@ -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>
index b3ce3d9ab32abe105054fc613bb311f12dca2c2f..4e5cebea9130a5c246f4a0804713ea55538e98c5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index e609d8a1450d1f07675a497bbca0755bd5355e09..3f72898d611d03e0f1d6956421f4aed33ff1a9e9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 6711a1518d5e21e809174b0280795f9e5fc0b451..9d2e44da73718907c3e531a4f6861b5d44ef349c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_POLL_H
 #define        _SYS_POLL_H     1
index b21c0857be8b1040642b8caac671068fae8bca89..e9b1482edeffbf9068f928bda84824d81c57c5f0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SENDFILE_H
 #define _SYS_SENDFILE_H        1
index 2de5eb65d9c21027cbbade541456ac396764d067..9cfe9caf6fde72c5f07a42e8314e08bba010ee46 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 5.6 File Characteristics        <sys/stat.h>
index 3d0e9f89661d4375bce4a917e155680ee562b8f7..a032f34eecb85a3916fcc6b8ea540df4e47d3dc4 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_STATFS_H
 #define        _SYS_STATFS_H   1
index 89abf0244710b335e9e6245817e619b8ff66ef88..27e5ca191930beb48caabfea495aee1bb4f9e129 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_STATVFS_H
 #define        _SYS_STATVFS_H  1
index 83b254b235d7383964c919d941829766d45e1b4d..9e7d22a289f5ceadba3f80021f409854a987e9c6 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <stdlib.h>
index 220f176f0755ff5ce5271137dd2679b8632d1270..0d7fee3b0ca38ded81ccfcaa7cf45911bf000e63 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We need to define:
 #define _FILE_OFFSET_BITS 64
index 3e92975ca5bf8b7a990f396d555b46dd1a469a44..fb8ba7cc77cf5560628c390176b9dedd3eff52d6 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdint.h>
index 5d0bacf5b72c391d2ae77b872ed975c5c1d3ccbd..649327f7ecabc3f94d10da6efd1ca157c209b6ba 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <fcntl.h>
 #include <stdint.h>
index a9237cb384cbf3986dee176c8eecc616d7228173..0cf06741935cf7d58099bb067556c6512e2c0e40 100644 (file)
@@ -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>
index c621797b6c1acbab6161885c1b67c49d7d91d393..29810dfdb2f070b195ae85a948b30cb43eafc9cf 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index d1bb7526ee6f909ee502bc63ff2af95aacf4da2c..dd40c6aaaf777bf2255f1ba5a27c897e505eab33 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 2a1520b69a8c4bb6eddb9c8b221d8aa8b7aa05b5..ff68778619f2cea2407a07ff1915d4c8cb1a23b9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <ftw.h>
 #include <stdio.h>
index 4fdab0a6dd31d4d69cc1f66761c27289e8ae37c2..7b74e76fa804a31cd4c2b56367e2598b8cb4c653 100644 (file)
@@ -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>
index 5ed2294c2c05c306b2ceb58cf7265c1a01879b55..655865fb9142eb42c95c4d3a59f22558674d1d75 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <https://www.gnu.org/licenses/>.
 */
 
 #include <unistd.h>
index 2c4087389441f1ee4878c7191007e483082adafe..bef8d2f95b6b9388c3da3426e94a2565c561b560 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* This test verifies that open and openat work as expected, i.e. they
    create a deleted file with the requested file mode.  */
index 2dd785085f80c31a875021908226532b34278078..1887cdfe19b99a405f94aa0549c18fb48ea8aee7 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <fcntl.h>
 #include <limits.h>
index 65f7a62b43944dd51b40080376c648f7d69deae2..4357c0c1738f0264fbc34d4d8654d0d6c2e6b095 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "tst-posix_fallocate-common.c"
 
index f4377a1e9cc81ad4e72bc9ac1faa293a792d30b3..993c90c93c167cda2bfc272f9c84f9ad83c0e4a5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _FILE_OFFSET_BITS 64
 #include "tst-posix_fallocate-common.c"
index 356a069762fa5273659363e934616613d1e9367c..974845a80866386053c6a2283b604aca77942b6f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdbool.h>
index 5092b7bd6671f444fb495d63cff85422ee28f3a0..d0c26ed2f0ac690ae899e040b8ccf9f603c1e208 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index b9516c2efb066192862acd441477e80f46778067..01fc60fd5f2efba6ba6781c5953df1fae3d62eb8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 46d5cf4df626517c5462ba0b5be3cace753579c7..d04bc2bbd79c5a4caf6679f19567cd65d75685f4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 #include <errno.h>
index 01f56fa4af2594e035475268d8e7396ec1f82ce3..b4878ea5c62b3ceff583e4173cc105fff14c6cbf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 5ad12658f665ecf4e4e18b2431cdf5f9a9b2dad2..070c51a5a2914dbb25179e4cf9b96420685a5ca1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 3f7b1046ca63e2ed389176e70a4b6c0caf88eef0..02d4b206bc6854db53ac6b6e386fb192a738d554 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 982e00d73620276848ba1fa517c505c01b5bc337..2ce7d026acd21966f5469a4fe1b097740160ddb8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 5.6.6 Set File Access and Modification Times  <utime.h>
index 26fb73a6615e1e0a1fda463941b4b8f5b98358e7..e6c107782e72abac7607e0831797b3f584bed661 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index 8af520990bc5f506a19698c2625ed5fa48508d49..07cbf65c8e1167a428d9fc845441f6e533f7ae14 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <errno.h>
index 810c67613f9012bed1ecf11683d95f639426b56d..76d1b27274957c4a06fac5f83dd56c2c0963757a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 6a9490f6973acc047a9c9f69703ca9c0a70ca9e8..184f6614b7ff4ff58366ee030c3cc8db21450d89 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 34366d1e5206de4204c3e7e36e71bb319813d293..4f9597b6d84d33dd82eb0328d917bc7bee08d0a0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index 3c61c6f9baa09fde5f3164922f34965321a97065..107c0532b7d6abf4e7421cfdc596b3baead8c142 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index 4a3637f04667197d4f9aa769ca38d74b448acb2c..2ed440ffa3ca467404628a4bd269dab8eca7dd29 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the 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.
index 6a709b5badf0e5adfd354bb118eac4055c92df9a..154cf24de2a415d512b3207a437eefebf8d24f2a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 1c258903ce781888cb0f5c1d9a53a0eedd111972..11244eafb54fa766433536387de07c5beef20536 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index c8cfce403762362e04818e7653739ba47851ff5d..9703481e96f4a305bab43bda4506714bebc20abc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 9ab79d466480da95f2e09339c573e035d7b964f1..0eb4f6eb5ff483e90d749668dab85aa48eb76e2a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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"
index 8bb9af6ecf7b08f80926437e1b3e050ac03263a0..8262c4d610247d2a12e03ec25ff484550948ae27 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index df08aa1dd2a2713fce654cbfc31465f47a09cd92..5e9471a7c5b37377fd11c7a22d8493c93587cc5c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index c2b76795edf29042c3dbf2e6ead4c395383b7a53..85ea1302f8dc5086a05f72a839fb7ba41633b3e4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index ae1aa0b36bef09a087efc0c1f22d91754bcbe425..1aa20477d6ae51b68ff6387880cf62186f8b188b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 42673fd47efa0a0a2dfb71908422dc86b2498026..04ff08c29b88cc2177487d8c5b5e10fa43d8a768 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 97ad168a04a9cf5e32c8f8e4ac8db42b8b9d92be..2f01a98384ad0998fad6ed57c26be0097f1cc7a5 100644 (file)
@@ -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."
index 2efa0c5c6b60b4322ea1e2a8b60cb8d432c86c8c..e7fa62bfb790e2a7ad7706e7d9f73ab9248a2212 100644 (file)
@@ -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
index d1456f99271ee98c048f7c32a3f7efed0ff25e31..a24188d93e610e285031280472a112e1ae9c5ac0 100644 (file)
@@ -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
index e3b6cd44a9f93115f42531f962ef76528ef97961..30dd583c38f8c1e1568abaa02841be2ee55edfb8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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
index b725459e5836f02ceb1b3bd4b5c37eb8c96517d0..2802ce6e69c9175d418d10e046ec05f7eec54e48 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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
index 3304a350271b6d6a4c4ca02185d4ed0edbe269c1..22c89a6a0c85bf3a07093f2ad2a7785cf5fb1ffa 100644 (file)
@@ -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>
 
index 3c6376c8b43f7c9a85155279cb19c5d15a25f436..77dc953b0f84650a53c7003e6b7de9d2eea4a7f2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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"
index 49d6246376e543e7d245c0e04b222cc8ecf1e471..6b9f8f767ca6f400c9759f9fbe76e078631bafdc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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"
index 32930d0278dff63712356796ffc1922bacbf4622..8756af31fb3d82505e66c0e6943a8d8aa575d848 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 9d8a2c96fac2bc7e487239e7508dbd3ea5dfa8e5..dc46e9227b87a9ce9a15197d9a09aae99a2e3b0b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index d323bc64b37d745f4debc9843d9af37e605f6d6f..872fa1b5b98a0766b20c85fb788620e2a1d03536 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 61bdd662a49ac3767fb9d27e8047c7f24feee88a..90a7d33adbf5838e9cd10ed2ebb6bde6ccf6e295 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index b05213719be966626a7041eb9c88c401214610d3..709fbc7b64d8d38cf46e70b143c671cb107a702a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 292ab40f7c058e3eaaebfecc2673b9304d9da28a..a786125ba6a49479e9cbd00041556a26b8bf3848 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 343bdcde50d8cd603bc944fa64d145c3accf5dd0..ad21afad439f6cd32afd6bd009e593bf16b82a3b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index daa5a058771b54018a0f3257acde0437b3abb054..d84dd7c147e589d28a29d0212e48d3bbf200aa10 100644 (file)
@@ -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,
index c2c67c112063084bc1ef61a3e1ca59bebeeef087..f9d3584551f1c72138f5718bc5e142eb0a039053 100644 (file)
@@ -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
index cb73297cfc5c76d9bdea7cd02f5a8de53ca1b7f8..95677182149931c8a3f41b69f2911c8e07a5486a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 277e474428a009ebe22b318b58419a12f1f0cf36..6ee67cfd9f5f180e1263d361bab6c70f45f78b96 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index a95b45bd979c2efa7ecad0092e8d77bbb0279c4a..3102fea1130e5fedb150e851ef97effeaeb8f296 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index b1f3ecdf8a9a38dc063305fa8687c86262d3371b..05bef4ad7719932b997a0690d3c2528bfffd0928 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 82e39f5028d94ce5c7e257b008a429b10b16412d..e30f7caf3d1d792fdc23d713c273d858c05cfea1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index f92e3d7eca266ddfc08a8b4ca7ad31ec2c8c9425..3c596894c3cbaeeae354536e87c2d9bf7b3c24e9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 9c990b2c3feaa617877ea35146d9a2833b711cbb..70a589d458c587bdb1e9925420659485861abb64 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 03a8584c38f034e608a3eb6c2d0cf823e553870d..8efb9ec415f5c3b3c4bcc29bfaf47561471f7fcd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 197590e58e65f8b43cd001d4a95704654e31c069..f749a97b8259b02bf15f94369c51fc932ae7b8b5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index e984e3d09097b6bfea768569d307dfcba24de7e1..8437e9ed6a3bf02c0e94bcbe8fb63dc406956923 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index c90ce11969af6310e6bc31c6a0e753079360f2b6..449c17193b42ba1589ed46435ceef9f01a275a08 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 6f948db13e393af371bbd6bb4e0313f68a65bc08..5fac5064df497ebaf49c66f8ec61bb37b13b2452 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index f3084a9a695d64ecaf4a532d200579c4983fde60..fa3266eae92530aaf631195edd8d6dfb1f4da38b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 24872f46ffb00a2e26413b339f33b650df97a0b2..5c62bda78d39049fce4156e8a0bcc19be70e36ea 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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>
index 11a15549e807f91298ed7783b433e78b3e201d95..f871e7751bbf5b5ef2852aaab25ad53f1f394af2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index d68898097b44c2df342b2ea09b0fc03fd71e0a38..43af50821faa4da7299661bca75e93ef4a918536 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index dc21aedfa346bb5f0817a0fd30f7c645754ec720..c864511042600e3edbc29ddaae812722c13ac47b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 90dea38ddb3026c0890156bc56dfb6c1336f243a..857c5067729c759d138838a5a1cc41184f3c08a2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index a933d9aad07f7bd6bbd46388090aa28a8a6972ca..e28dad57a9a947e172800e27767e59a630c30397 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 253cff52b8d0ad424e42ac1cfd24b278dc8d13e5..ee89138c76892d0510969e571f1a910bc4bb5a4c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 88b0d3cae4582e05b91b2ca941a0350e88444a26..73af1b43a0da9c4c430202533fc7444b24171397 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index b6155fa2765c82d1ee54b3fe4fd0ad12993694fe..87bbf2d9e48c6ceb343db8c3aa6b73387d118e22 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 23fa18b007ffe99ceb6aa85bd9809503e0cdb9c6..d7c2ea15da37de2d8ef3a0a863958df63989c5c5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 8a80dd0b78a50fce92f85ae1e79418911a8a91a6..398b86d597d6201c4120c0e09bb07c4f523ba6ed 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 56815bc7c0ba99180a08f900bb8d25ec2b987b65..a6ee05f7dc1d967cd20c4f2f6cb25d088aa5d882 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 76d7bdad51bde5108b2e139478a4c45371a3e2a1..403385ec49bead52c1cd6d164415057505a50975 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 012443b84f50dddce04070d31587578dcf41e546..9afd3d49bff5a8f1aae9e8c3e061fbed03b0baab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 388c4a0708dcb4a1e0cddfc03f5dc8420a477343..06ac51bb3464d779190587508156570bacb493e2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 6a0ba50d2998c1169a72da1ebf84eb61d5aa4c10..d3a5a08c9d978ca89fd6516be1c8c32cfee31477 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 68774aaefd67ec39acf2abc6a4ca21f23cf3de36..d57e42c0911acf0717c4a952e8c66cad34e633ec 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 88d256a9c47f437db18cc3176adb53d01483108b..cdb1b25202f94104da874e98aa3ec34a1a00f42b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index f83e428f9cec0e34b937aa2fc5e00311e81d1cab..8803c8a33c25a29023db8cf9b11ec9988c93c2cd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index c4ddb9fb27bc7a762b2f15882ac4fc8758eeb891..8f3145c708a7d21cc0b769aa22451018b3f48273 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index bb0daff75aa5eb78f2a4c228d3e0b44598162937..383ae4ad6fdd9847095fbdca29f5c37198b485c8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index c77cab29f1ec910cc1b7a350ae9f7b60e6f3b49a..c1df3f3c0a42600ad7c4c8a17e531e41e1a147fc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index e2b4bf4cd4c87bbfd4f2ce59f023bdfdac6966fa..66ae10b346dddc3ca3a9babf0ea6d0b90deb94d1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 0f29037f9fabbb1968c36633cc4771454660b402..fffc80e0ec16c82939d137cf3aaca2db47c84260 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index bd181a50073936cc3e7a2c246b7d2dfc270f1787..c9e7a4d1e9b8e5ec7859a1592fe1c898c9b34ced 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 41c7878d86d2808512a0b2499368806ace1e6c17..ac68f02a1bbb0302e81da1e51ee2772db8409820 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index f57aecbe96151110d840c4ab8a3a40251e5a380c..829309a7fc2324da05355d42b3a80797caa44bcb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 4fab18af8a1c864258bf0106e52b4b67043df348..d80b43944fff1df9d9ce8cde2af3876b62c9a46a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 2387fabe284913f12b9ce5466c99c7b01927e8ef..75bda9aa0b33c6bcaabadffd751b47b558702b43 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 4df1aae082b53f5c3479baff8b781ae4282f2074..f71a4baf62e329756a2b60b0fc88a0091206a63e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index f382ba0dc1ec9e7c06666df0f9129ccd27787f9d..0182332d2257f2ded1509cddffccce9b9bcf1b65 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 6f7e0d4ac5989d9e7648f36661a268e48858fcaa..7ab3123054806a7695000b6a2ad3af1bc12c3df5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 80cb2d507420623986ad26b945de9385973cc08b..10e2d66f6b71683a3fafb7fe63d059ba2041280e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 481ac115ef99aae0ebbf485f257a831e0823d359..daf68c71644f1372e02ffc3cfbab71833e2157e0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index fa6aa2306c4ec2a96223850d290890565e352458..2534f14144f34a9b60e030df894fb026510f5cce 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 8ae9a97da8ede19322c9ec0b487f3a81974b39b7..c27ce12a9e277cbb763873e82db005980fe23cdc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index ad1e64b1848ecb87c5ec9b3f60a51e82ecf84f8b..1d50fb1cd77578dc60f783bbdbc071920feba4d4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 6691e4c0fcaacb5d0830af6ccc4c94b8eac4b249..41467d72f3a2228a98a12cf1b83c96807cf00a5f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index e3df988acf8e02d93bf86c2418c6fc38a13b8add..167329c1b6c1c60c78e47f30aa69c136fb335c19 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 762d58a0889a17a8d258b51519ca243349e7693c..3ccd61fcf25e17be9c36fdd9bc056c7b17b826ab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 7119a66a9d9b7952626b59f6ef9803b278c5590c..22d53a88ef987bef9b31a207b7c5d894a4abbc34 100644 (file)
@@ -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,
index 319e551de589d9659c1a71b0dd0fa3479eb5c1c7..2291da7e4644a516f8425ac042d7e0b5b6de7e35 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index a6370c19ffd39a52c72ae92baf8dd0bccc16681d..c7b04ee99b0e7003670f126bdd03b30da1fd9b26 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index fc9a0f47339d057d5222b1592c7c529e2f65882f..5b51a7e43bac98bf68fd9d670ac9b419469490ca 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index dcb89a87ded4c637afcf0cc3d16b70c34275f062..16abaa03c7779f8836501d2698e5f2cb0a00e838 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 560a4b5a6e53eee5449847a33ab011beb2419b9a..58939b010c7f8f6af04a888519eb76561ecb99ef 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 0a2ee819f57279313bdaab7325d9806cf1fe2b12..246f9d440f185816f1a34f0dc1926f7f4094c0d9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 30f9c3e9e2eb542e3c920725b8245b3f04bd95b6..f4642dc49e777beb8e1a3425e6ed3e13c5853183 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index c48bf284de9b9e4c175501b165c38cd04935fc7a..e95b6531fd4662611b04259fb47f133f70e01c45 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 90500380e21f62142ad4a6fa14101cf7f8d72de1..f9fb8f05b0d5c1a2bf2bfcdce1f10d65f5ef0962 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index a561eab87e49d6bad972de6493c0928e53665931..3550ae46e1819a8039280ceaa3e4af9acabc7bfe 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 669fdc12b68a00281540c57fedcd3da6b976850d..b0759ec862255696c6ece7454a1a5ea8b9ac0696 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index b6c4cab773f73a3e508e2fb4fad7f0cbfc8ec9a8..f6990956e513fefdc9f14b232dc246e65a8fb9a3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 7d68a23348f76f0b26fb75f8f06dddefc3a07f4d..a217f3e9fdb2ba467141ff9d8853169a75c0df35 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index b985c386a299f67c8221142bd2b2d7563f3751d8..bed324e57d63d21f40ae3e8dc301b2aeb80c5aa4 100644 (file)
@@ -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,
index 8db24e1861c69eb214cc17ececb7b056671ac18a..3787605cfb145c603932abbd4ba54b19ce3387a1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index d48e30be93a00973030da517e62db2f9218ed57c..8edbd194ca313ed612c5d5229c824ba4d075ef5d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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"
index def221e8b92be10648816bffe0afaf2f6855fe20..29a243056e79d2c6d23c4fa565ad04d6cd6540ae 100644 (file)
@@ -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>
index 5c319beacd8b7a76b5c3bf68aa0e9e28999808b7..83e77b094a74b500d2209e844f1203e6aac819ce 100644 (file)
@@ -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,
index c3e22981921a8bc0b205c8184ca04ddd44074a41..b56554f6d84ad248f12ef97e32fcb881743065ed 100644 (file)
@@ -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
index be5044c3bd8729dd2d519b09eff948a6119d4223..b71f4064a266e2a62324e8f4b81961ec4a870ffd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index ca6e012d30ad41d1864d255784b604b859bfdb24..3dc4bc50aedf02c63291da383f4eb313dfd37032 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 1c23e72ad4e4da819418cb8725c75d12ffedac70..9dcef38fb2ee491d6fe09b783ea18b1a5e584893 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index a52bb12bc01e3cdfc4b4e1f0cf99094724066824..89e468ab2969656a78d1cf677dd6d0ce5873fac3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 52f92f6f0a64f3ecfb58bef402f8f9354970bc29..ea8d29a9819f59a1094e41733fb9f1ff9a73bb82 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 51242001542962a2a226ab34c483f21b5fe51424..ee1c7780ad8c25dc1936e3bfa5d03152e58f766f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 1f2988710ed16b18b6664a0c11292cf752fdc087..de833c6ed1091e19581711f880f203895a6ac087 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 8f3972a59cee2363183892e99685c98d014becfb..fe92bcaf8da331412fbdb0df1d9c213242b2460a 100644 (file)
@@ -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,
index d2c2b471331cbdb7b6c6ab5c6fefac408b03b53a..7c8da467d7f74582a7fbec8cf9e293870993af7d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 2b861cd754986831e2d49a7ccb98a35e6501e729..bb1705b7b26995958d491b65a044d47efea0c85b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 2e471459cf743f5f8dcfa1c1a58cbf785b7f100b..109a6101369a6d5a0839a1d32553ac084379b371 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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)
index 0b2b0ac43edcaa0b02b93829302050e0143c329a..5d0c7f1cb9396d14a5a418021ea58aafe19d5ab3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index aa3ec618119f465f0974aac4f4cf4f042faa55a5..6ee2635d40b4bd6396281d9cc7028a1c46e7eda5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 0c8b07d8f62b4ddc6e2139a24cafb27c4ef996ba..8a8f4054fe42c663016ec3bb9ad9b80d7bfe6ca4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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"
index 29d7bb5d1096fc6ab22b33271930257763d15780..43915d3a76ca52602e86c3ae7f85d2008532e582 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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"
index a3f4200cdb59fd02de99ad610b21490a983c8592..1bd6929936b9eec96a97d3b5c7bd49c25633a99c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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"
index 1eebf0fc8f5ef3f46f4af4f2b249571f9f330ac8..0870f22c496c11f8f9377dacafca46b4e747de98 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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"
index 6da20a701fed182d29f43acfc37620ca3da8d4c8..15c9851c45c516ee9344a3321151868e524f1c81 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index c6d9fa4078fcdd598215dcf70d5986d69bf69a2e..a65b21f3b8dec22ba453f2e4950befe316ac395b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 1f5c4176f85b65ca930a7651eec08058fca0043b..6f3329d8a7f3b143567c0589c78246e23eb4e47c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index d943220031b7fee4407a0659f491dda9b60877af..7060f9f3179f301c85214461b436b084d380ebd9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 3f2a9a43b9bbfa36226a2854badfc215db0b73fa..fa390fdab15f88e828d0062b6fbf7b1b67ad5679 100644 (file)
@@ -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>
index 0e2e4e70795218e67b1fc9632600b9094ce6effb..96384d8978843708879dc1ecb36051919e064dde 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 37cbe3ad8b502aa9d711ae7e2fc39849eb5abae3..6deba1f142b39d6ff30f61764e06846e99142494 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index f3cff0d9b5a69baa7f81ea301d11ca5aebd85940..1bb4151876469bfa27c34cf79aa56bd1e9797b24 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 9c779b47eb93223cbbfb8356686958c085d262cc..73996da80d3c7a6a8cd62fbec93362bd3a19f2ec 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 522de44a27064620097fa9fd649a6bdcce0b4eb0..df972fb4d6709befc16252e17e26a18633cfff77 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index b63ee88a776aa12586f086ab49d05baadd12aeed..1abce9b3f18400f48df15ff334cf03957fc37299 100644 (file)
@@ -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>
index 3aab4ddf25661c9c747cd08f96c615f7dce85d67..974d6dd2bede636099d93a2a6e9196712d9553ce 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index d415f3c1e20a5b0ee4b9c5787e8dafd69fb3b25b..4ac168cb4d9053e5081017dc7d3bbe1a1ffc547d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 00d3bb7be8f1474585c07fe7d42a30ad884cc8af..c85fb93ae7b627374b89aa3a1dabca607e3dacfd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 5f529ef630cb326215fe44d3eaced729389685cd..e82f7598e364d3798b768b9f1a2ccad7d48d958a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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>
index 31b63a94ba11e6cfdb92ace7faff33080a6c4df2..2fdf51f778400a0e9c5d1c32eb3837c674a4f346 100644 (file)
@@ -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";
 
index 5a0a4ab3ae321bada3384b6404f4906f39527076..4a4a08fe8aac2a008062aabc380fed42c2303c63 100644 (file)
@@ -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>
index e3af3a1d252af3ccee1b2203fca546f75cefd604..2a2a8b4d1e7cdc2e31a48fe9d9c22c9683be8f73 100755 (executable)
@@ -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
 
index 1b1c701016cd72da0f4093603225751b10a89ea9..3388b79354595ed3e180f035f87f34516bce014d 100644 (file)
@@ -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>
index cf0dc8024e5bd58f710fe6c2e4535d444a32bc72..6f7e73e62d034a422f50b53cb569aa532650e2d8 100644 (file)
@@ -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.  */
index be0e6bfcf15890508a06b46b07cd00bac1a5861c..dc897f7b9303b166f4c3b44645d02698b4bf8c44 100644 (file)
@@ -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__
index 57b1d140dd4ad83a24073a25c4a064e3f184fc6d..e9548c57ac91590b1571891e6535f7769387daba 100644 (file)
@@ -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>
index cc3b9d2e106dfa1580d69d8968924377d1267f2c..ab3dad6a4c6c2c7fe239752c9a8fcbc1f7d60fb0 100644 (file)
@@ -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>
index ef581285cce80beedac4a5bb6da9d2a07a0dbc0d..882e883dfdb5cd1c8c706648b20ecb796f33890a 100644 (file)
@@ -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>
index 57203d919c65e14cd83e88d9cf214d17ba9aa755..8be2f39dca17e2bd474e139edaeadef12f410fd3 100644 (file)
@@ -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>
index 2ed620bb1f3c7e215d3c04e7d59810edb2835ed2..dec419ebfcbe36059f6419f12d819f453d9795fd 100644 (file)
@@ -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>
index 2d41f690d417052a2e5acfa830a9dcf6595846ac..f4c7677983dbc4eb238adac0d44f5ec4afb844b0 100644 (file)
@@ -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>
index 73ce6cb1abdd9af3a9fbf6d7ede66cb6ec3939ef..8a54a282a43cf5ad18e21fdc228183ebb340702d 100644 (file)
@@ -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>
index f448564032d825c92168313dcdab22fca81ecc2e..611901d66cf3153ba1db85fbb1be4af6cef3f5a8 100644 (file)
@@ -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>
index aae30652f333f4bc1804be69b2570b8036671651..ebe8fcf356040bea860d7e65f7746447aa98c80a 100644 (file)
@@ -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>
index abb8ffe2cc40bf060648958a989fbbdecdf237ed..386cef4b22ef48a0628e4c79bfa7cf9a84db18e3 100644 (file)
@@ -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>
index 0dd57fca4e59f0b377986f945ca4405a81c8bdea..56c4ccf0bab9be89adf3931be0fe7d272adbb427 100644 (file)
@@ -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"
 
index f904d52d6cf5ca760f9614ad273dd264d0cc8041..87a3d44ea09099bfd32b96435f87a37b1ac57be8 100644 (file)
@@ -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>
index c153a44e58a4b7fd37ed1b878a07112f3ef61109..95c5ba9c807694c0a656d1b9a84f1edbfcf38429 100644 (file)
@@ -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.  */
index 24cba39ec60d91510180d0e8302aea2a9231d3d6..b68a3352c33ebf38d42136eee9c94084984d0f5c 100644 (file)
@@ -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>
index 24fdc9e30612754af5e8270be957ea58f3f966eb..bedd0305638fd0fb8ba736bdfc35f4db48286375 100644 (file)
@@ -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
index e3e065c20a2989611f0f0987a0633b59daab80c4..e727d5067e77d48a4d6ddfe803fb26e3de4d804a 100644 (file)
@@ -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"
 
index cf339718de94ada325c819628bb349df259eb2bb..90221b5bb89ded02f49a1756c93a41b36dca2d73 100644 (file)
@@ -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"
 
index 618682064da4035c31bb1bb9465cb270e0864038..d6be59f105189e42fff204cb0c9c3213551c200b 100644 (file)
@@ -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>
index 3d63e642c5fefc6eb2f9f0c3e30639cb98c9fed0..9826c356fabc80a4b458fdc7c052eaefc63680a8 100644 (file)
@@ -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>
index a06e1f1dcc4d109e5ca7cac1f894bb4c5fac4f58..1bf9330f63a4611ef2839cdf04bf689473ee8776 100644 (file)
@@ -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>
 
index 12ed0becd0a4806e690873252216c88d3bd455dc..48926445dc62c77c51a668e00f7d3ea9c6b78267 100644 (file)
@@ -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>
index e17e60cdc6650fc6bad27405a4b53ebdb6766503..620929bd3cfa5e9474b09995f8444047adcf32ee 100644 (file)
@@ -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>
index b2667ef26ccf8b0001a7dae696d2c463dc334d99..fc990e97596688c6597dfb8fdf44a7016200eb95 100644 (file)
@@ -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>
index 9a96187c1edc72f28f0016c63bef2c6596978e40..751ca8cbcf555e004347513ecc77addfc98ca1fb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 526d48639924c146d67af55afc158831d5228cb1..7ba7e6bc894c20cbeab3c765dee5df7981a3c5e7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index bda65e6c14b15c8f3ec2ada476aabc3a0879e3e6..594dffc670aee818d538e1173450594610480be1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 94753ed7939b49dc9b8a9710584a9d335c75663e..ee248784459991709d3d3d80e4bcc24e757f5a4d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index c464c588c4724c3f27d7aacf2202999d623a19cf..65e943bf50a0891e0eb0682e2222eb39ad136668 100644 (file)
@@ -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>
index 96c597de02437fe69c0c4094d02cafd66f07599a..c89753fa08638241b7a36edfa671b1cf830a758e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 7b1903c71d878b5c01de946c9e52b540c283545e..617920bb2f7001c74131dcae75f951654a97b944 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 138093d309cc67dfb553a84f5b9a6a32f8db8bd4..c97dff91a3e53e3a9eb3106165ccb2dc51ffcbd3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index f1863db6383d4110108eae10e47b2bb57a6cd15c..82a9a59d5e07454b7742872828554295a0c8ec70 100644 (file)
@@ -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,
index f34a6155900bae9d42d95503ba10c1f32c476f1a..1067bbc5164fcf69bd5490b18a6e55113f8281ee 100644 (file)
@@ -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,
index 3c201ec8a242220efcc85af96dad4f6b1865194f..dc40eff49bd50e3dc956497921fcbbdc7bc0e9ba 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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"
index 3dc7cd1f1d1b9ae9b9bbe440d0dcf60c8e32e266..1818c6e5e830a64212b542b77d078a60e25527c5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index d4c7753e8e2a5d88a24e16f5597cac367bfa7a3c..540fbc901656d6405e07d96a87909430fe1e5497 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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>
index 5f2f6a6995aa817fb48e863b59ea058577e78672..a68fbe96435e17ebe4f04fc876a8d06945cce7a6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index d173befbd12cf56d2ce4a5f80e381da35509a3ce..54120bb888324a8a9fa2e2499b90bf298abd15ca 100644 (file)
@@ -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 <endian.h>
 
index 3de484acfcb1d343cb5a1b45ae4eaae3d9ab670a..69cc53bee93bef2b65100265b900059537a214c9 100644 (file)
@@ -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 <endian.h>
 #include <stdint.h>
index dfb16b7d7110d09cdde71c92c3acd56b301f9003..59525b90c7b6c04d3aadc0359273117cc50e62d3 100644 (file)
@@ -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 "localeinfo.h"
 #include <endian.h>
index 972b65cf5cba5392b07b93b8392b6af56f10466b..f50458679be67bbdcc25a19a1b92022a373cc815 100644 (file)
@@ -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 <endian.h>
 
index 5c98afe146afca9e2d2dd248b574b8937bbdd941..c5f3ef9978ecd88f5979ca84070fe3dcd9334fdd 100644 (file)
@@ -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 <endian.h>
 
index 1bd98e508abd66dd7eeac2cc48856598fda9128c..8e490fa8ed38bc212bf2eeeaa18972166c1e59aa 100644 (file)
@@ -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 "localeinfo.h"
 
index 1fe50f7cf03a5339cdab6641e66117aac2e89eba..4b2078872b6753a0b28bb9a8892ac95b6090ff48 100644 (file)
@@ -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 "localeinfo.h"
 
index 19bb92de9cf94906aa15fe0a7497d47f078bb071..51ad4bb49c6524258c1d218dcf3d040c21a1307e 100644 (file)
@@ -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 <endian.h>
 
index 82739b2f8a657e3fa622f669a77eb32323ea9db7..7b81a4e967792c2f68b6a12e07f154556227230e 100644 (file)
@@ -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 "localeinfo.h"
 
index e0b46f3d0b0da91407db5b6b8c9456c58e295ad3..8f029b7585e904cb31c2a2cc9a9de92ae0d18cd0 100644 (file)
@@ -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 <endian.h>
 
index 8949af1c36b6afbfbeca2375bf714e8325488a1a..08ebfc3142826db7089af9ce72ddf2ed4c2253f5 100644 (file)
@@ -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 <endian.h>
 
index 33ae7185f938a755ba782dd14749442d2caaf4e5..0a03ce83703b1fbd9db6440cedf4254eebe48690 100644 (file)
@@ -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 <stdint.h>
 #include "localeinfo.h"
index 758171c394daffd010c404e5b5e310c27bc9dc42..12cbcd35becea053b90a7cde44f39b71114d47de 100644 (file)
@@ -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/>.
 
 # The entries here have to be sorted relative to the input string.
 
index d78cf9b83ac98277fb73d46f90c9dc05d5c99f58..1a19b6fa9964a02863b97418b02bd280ad0e235c 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for locales.
index fd3f88639f6ef88a480f7c0681ac1dea9acadf1e..49791fbd3b24c4471ab56516395302f3e3a718fa 100644 (file)
@@ -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/>.  */
 
 #if !defined _LOCALE_H && !defined _LANGINFO_H
 # error "Never use <bits/locale.h> directly; include <locale.h> instead."
index 028dd05d0ec954559a79cc5162351aae6dc7b24f..2769f3327f00d1eae3eaf3783fb8c2b9d45afa15 100644 (file)
@@ -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/>.  */
 
 #ifndef _BITS_TYPES___LOCALE_T_H
 #define _BITS_TYPES___LOCALE_T_H 1
index fb1e14e84bbf4d5b7c0c5b52c13133ae84371f3c..f9a1bd08c668c8711507e56735cc4450d0386d60 100644 (file)
@@ -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_TYPES_LOCALE_T_H
 #define _BITS_TYPES_LOCALE_T_H 1
index 3e31a06cfee91753d58db2584117dbe5fb3a141f..9963a7668729bcce303b7eceb3fec1b5c659451e 100644 (file)
@@ -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 <langinfo.h>
 #include <locale.h>
index 5fff67a28e941d58ee32a879c1ef59c27461a445..6fe3ace9221240e385db010d27e5a4b9e5af42bd 100644 (file)
@@ -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/>.  */
 
 /* These definitions are used by the locale-related files in the C library
    and the programs `localedef' and `locale'.
index c3198114a128941fb6f360d9a16faa327b28f381..5cb33a7f12ffe77a54228f5f1f475104efb2a11f 100644 (file)
@@ -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 <stdint.h>
 
index 261e2d91662f4e7f5acadb2ce01bde32fe2d202b..fea49a42c0bcc7a22ba2de01d20bf48d2f8919f7 100644 (file)
@@ -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 <stdint.h>
 
index d45d4d1ed9083bc30e879644e8b83eafabbe2db4..714dda21343c631cc7c7f583a1144eeec1bd4dc4 100644 (file)
@@ -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 <locale.h>
 #include <libc-lock.h>
index f2caae302967db926aa24fde8f07765324956008..48d4945aab6621b51fe972fa4c2c9123b7def837 100644 (file)
@@ -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/>.  */
 
 
 /* The hashing function used for the table with collation symbols.  */
index 28b0226265180d1fdc3d1f9870517be5580ac43b..972a4a205c3e2d27fe932160381afbdf13f0c7bb 100644 (file)
@@ -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>
index 07c427323eee60652a5202ded3f05ac0411663c2..7c8dcee951ed12ddf452c2c7f475f8956ca0f884 100644 (file)
@@ -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 <locale.h>
 #include <stdlib.h>
index df2170a9a954935e08d8cc773f223dd29b3ca20c..7cd030b2ec178123aafb3dbb390a5d92bdbdcbb4 100644 (file)
@@ -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/>.
 
 import re
 import sys
index d7e08956ba111ee48bdfd7cff6b95e6772e1bd39..d8598f9d1a72132e1773072ce77252a1026a5cdc 100644 (file)
@@ -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 "localeinfo.h"
index f1b75ae6a94a985f8ca8c285d94eb42867ad196b..9d7dacc47cd2562097f3017825915753ad13d7e5 100644 (file)
@@ -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/>.  */
 
 #ifndef hashval_t
 # define hashval_t unsigned long int
index aa4e76ff848eb48dd9ed908dfbdb194ecd66983c..b6c8767ffc97f6c7a5585400cd2e804cfef81458 100644 (file)
@@ -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 <langinfo.h>
index 343549f1aa45f5926c39202f840336fc0d220ed2..bdf1e96c6840567f521520c4332d4c9a458ed3bb 100644 (file)
@@ -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 <langinfo.h>
index 52997b4bf0bd03ec03ac183d2f3a6a52d85132ca..3f3c82d4ba03e0d8eda41f5983e7042d7aab8f43 100644 (file)
@@ -3,7 +3,7 @@
  * This is used in ld-address.c (address_finish).
  *
  * If you find something missing or wrong, please go to the URL
- * http://www.gnu.org/software/libc/bugs.html and follow
+ * https://www.gnu.org/software/libc/bugs.html and follow
  * instructions there to file a bug report.
  */
 DEFINE_COUNTRY_CODE ("AALAND ISLANDS", AX, ALA, 248)
index 84cebb97da0cb9d19fbe93a75f7200b20165ad93..6b24e5726bd92ecaf22df3556cb33a8484c4548f 100644 (file)
@@ -3,7 +3,7 @@
  * This is used in monetary.c(monetary_check).
  *
  * If you find something missing or wrong, please go to the URL
- * http://www.gnu.org/software/libc/bugs.html and follow
+ * https://www.gnu.org/software/libc/bugs.html and follow
  * instructions there to file a bug report.
  *
  * !!! The list has to be sorted !!!
index 4d0b493c7c47e9699191bfe035b39263f3f19176..193e52352ab5a8258bb66f77c6b230bb09e959ef 100644 (file)
@@ -5,7 +5,7 @@
  * Format is: ("English name", 639-1-code, 639-2/T-code, 639-2/B-code)
  * For some languages which have no 639-2 code the 639-3 code is used.
  * If you find something missing or wrong, please go to the URL
- * http://www.gnu.org/software/libc/bugs.html and follow
+ * https://www.gnu.org/software/libc/bugs.html and follow
  * instructions there to file a bug report.
  */
 
index 84d2662e559a8cf1274aebe561d59e9e3ef66504..dc9bd8b65207010fd51f5c82054e09623868a69f 100644 (file)
@@ -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 _LANGINFO_H
 #define        _LANGINFO_H 1
index a1ae27b81753198478758877b1feefeaf2be3a2d..fa34673fb1e50bd576de90a42df365ad10498b42 100644 (file)
@@ -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 "localeinfo.h"
 
index 45c9b9e97599303ffda731bbe61e5f5f24f854ea..5ea7165b6cf6a67abd354964d7b35b617e2de06e 100644 (file)
@@ -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 "localeinfo.h"
 #include <endian.h>
index 8555bba55b30c875a53e7c1bf1604ef571cbe321..e875581e8ccc196a482f26aaf348f3912c563c29 100644 (file)
@@ -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 "localeinfo.h"
 #include <ctype.h>
index 8046342911e49d91fe2bdddb0a7d2fc125d9399a..666dbb68d67f2bb249c4a003937504bff09496a5 100644 (file)
@@ -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 "localeinfo.h"
 
index 84c25d102c1ffe800e4dc5ae03371f16d7f3e605..3fd29d4c0dbd4f36fc928d3462aeaf58f064f46b 100644 (file)
@@ -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 "localeinfo.h"
 
index 7a7565334c9696d030ac634bfaedcd49cd0ca92b..2b6336aea543ca488bde0dce5160f4de73e2290a 100644 (file)
@@ -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 "localeinfo.h"
 
index 0872490e32fa8bfb7a6d5bdc24855da664d4fddf..b131149a9797e79cdee18401b2d68f192df63df9 100644 (file)
@@ -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 "localeinfo.h"
 
index 01201f008934e6bbbcdc34ae52e0f52b680a9198..ada2a3b6b49de14c74c7a9d03e583ed5062e4455 100644 (file)
@@ -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 "localeinfo.h"
 
index 0295567f055be9ff045c7a0a4e6097b2bf82dd03..e9199140ee1581f9d2c30efff9e204711c298803 100644 (file)
@@ -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 "localeinfo.h"
 
index cba4fc5f55141a252493ed89345bd11f5fefac18..93651378de4bd8443ab97cdef10ff2197eefbb31 100644 (file)
@@ -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 "localeinfo.h"
 
index 22ec39a5743bedef3504a04c44df262bdd1d0eed..3c9ada69c12121793e58a080dacc71b8e170e571 100644 (file)
@@ -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 "localeinfo.h"
 
index 33e9339645e092c32a344b9f260a3951a9233e5a..a226c3972b0cfab8b86d15fe2f8dda8aa52cda25 100644 (file)
@@ -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 "localeinfo.h"
 
index 803c1cf2a45838a7d97504a12ee2d24647c92add..981f68d410fdfc1dcd51c7dda8822bd1e796efe5 100644 (file)
@@ -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 <stddef.h>
index ff578f641621828ed970941834ade7d49e153f50..1076c1a4cf2600159cf9a5acf0e30db450047d65 100644 (file)
@@ -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 <assert.h>
 #include <errno.h>
index 7d8a435fe30662128406e627a60179b4956cc9f7..6ffcbe7cc15400f1d977a001f3f3dddf5dbfe4f0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.11 Localization     <locale.h>
index 96a71b6f87da0b1e9a68a33e77f6d33a4f2b9d87..94c813c676215fa33a0ec22bb295c09adf06f126 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 "localeinfo.h"
index 0e2a0d7e49322c20658601c7d64440d73b1a8bc0..40db571f07d3316d3412f8f5af92b39614c5ee07 100644 (file)
@@ -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 _LOCALEINFO_H
 #define _LOCALEINFO_H 1
index f6822e323aeb9d683a39cf825716b73acccfdd88..b0f563a9bc1353e5ce66ab96ef78441c3411718e 100644 (file)
@@ -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 "localeinfo.h"
 
index 71c40794db5810b83338fdf368a424f506ace983..8f9e32a17355cc2e8e9c7ad3d5d47039cef2786c 100644 (file)
@@ -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 _LOCARCHIVE_H
 #define _LOCARCHIVE_H 1
index 8cf0f1ec80b61c794acf3399399a8344550fa21c..91f0781c4e38aab273d1f43f483d9d9cdbe81ca9 100644 (file)
@@ -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 <langinfo.h>
 #include <locale.h>
index 561244245b4c4d4e4aaffdc9f180e92b6a200dea..bbd20fe7472ebc9e38b11509403d5439c0661227 100644 (file)
@@ -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 <argz.h>
 #include <libc-lock.h>
index 250923a91ed0129bfc8f8af5593ceec9ae13a4ef..8137fd8bf1c7a05cb26fe0bf58f08577f0b2fe9f 100644 (file)
@@ -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 <langinfo.h>
 #include <locale.h>
index adc544975be61a42b98ba1e691dd538b8e4e89c8..61ab5ed45080e6d511c8b532bd8d3b05fddd1471 100644 (file)
@@ -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 <langinfo.h>
 #include <locale.h>
index 0ed13e6e6fdd9f71af34cf14ef87517407285f56..d9646a8f9120e2f713a73f1f806ea4529024e6e8 100644 (file)
@@ -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 <langinfo.h>
index a0a4bd14183b9e75ad12571cf93a545705835717..0a8ce4eba91a88b8e346c54617b6307ef99ea4ae 100644 (file)
@@ -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 <langinfo.h>
index 8b1da422da5ef2e4de60a4ed22b1a26b481df429..b78236fb03b889b63bbabb77ec31d4577d39e325 100644 (file)
@@ -13,7 +13,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 <stdint.h>
 
index 94c122df688132582ce5779466160119ed1992ae..6cb074e4305835398da292acafab42a1cc1c938a 100644 (file)
@@ -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 <dirent.h>
 #include <errno.h>
index 6f07c07231a69c57cb70353d6dae81602d2b624c..df75081ddcab8a4feaef8389215eec63d6e1c363 100644 (file)
@@ -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/>.  */
 
 #ifndef _CHARMAP_DIR_H
 #define _CHARMAP_DIR_H 1
index 90e6ffd6a29a4b25dbe79f43f6cc2b7d9ce39e0f..ed634e28e7d739ad95d48f05237605a3a125a3c3 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 0dbd8d3c3261db7f4e73eda7c66400de99a627ee..ce1238c78da5fd9163d93fb46e6b67c71e33f656 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 70db330d291a88e22e8b14bd79cfcd4e047438ce..55ac4b56440b47532a8ccd22277f519ccead35a8 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifndef _CHARMAP_H
 #define _CHARMAP_H
index a1e6e0ec3cd8c2196cf001edf3cdd25046db2ef4..31fae36d09c6dbaf54ac0bb54d56d86bf6571ff3 100644 (file)
@@ -14,7 +14,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/>.  */
 
 #ifndef _LD_CONFIG_H
 #define _LD_CONFIG_H   1
index 75795c36b1620bce78b0a4cc95e641a15bdc3180..9bc9f5bc11175cfd04720317787c670583f3da2f 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 6baab6cfb0cc0b1cdd77213e41766a27480dd1e0..a584b8e176ca0b1e9f67a900185835451e99a68a 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 9123f64a56f6306e1a540d9be25d1093a36840b7..a1d094d921bd74804d147b52604e43e80121a27d 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 7ff11274adff47e1d9d53703f8925173eeefc439..c1a382d441959b26102581b58807358b27dc166a 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index b625f63a6f82620cec3c03b186f35993cb73abd3..7129ae0395c0918a20a1b1d1847da408fa6710fd 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 1b8f5ad4dca4a062a8b1b3fa322474032bba3ccc..0aed7908095510f1c50916e1bdfb02ce18f249a4 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 6bc1f52b1adc4e81b6686a286b2daed32c5ee857..0a7a6b5d1cceb49a7efb145fb663ddeb83127252 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 5d9670f4d8f4c680d75fb3ad67c117871e340dff..cac10c12b310ab09095656b331c1a5953b9afb00 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 823f19fe97ee1dfbc878620f8ffeeb262a8a03d4..f5d95a7c800a9a506ce6db1de91c8c533712fdad 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index ad1b6ed5ee1f1177d37d9e7e0831d875f02ba6f8..842faabc8befda627e0b2d8e1b4dd8240ea579fc 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index ed6a260f084cc5721e02a903e2579d02970e3988..c800eb754b7d6e8d0fa4ca1b20018663e95e1d64 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 8e9849fdba3778030804d51a46338a18d105e15f..a1721e05c6f5838b45cab70d3a966a7aec391d3d 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index ed3a9731d0ed4196f593d49ae9a05e125b7fe6e2..442de18d6739658b18403f8486d52199416d9333 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index b2dd5063c57dc66a8c439a160d2a09162837b21a..6cc2e811ee33b02bb8c2a89d286f49afc89c46e4 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifndef _LINEREADER_H
 #define _LINEREADER_H 1
index 0d919b94975f4e49f688900a24efefcf5a5079be..15ac975288fb82f447d930ef281d5183ef26c96d 100644 (file)
@@ -14,7 +14,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 6eae3175bb3cad9a7d89c859cb095c3fd4b0cfcf..e07108d3451b293df364f95e8500ff68aeb7b797 100644 (file)
@@ -14,7 +14,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index b7bcef8248a9d27a50135fc9cef4c6d7542347df..3dcf15fe6bb710e2b55dd4269c2e2d9a991de7b5 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 9e2ca7bdcb5b5e0654e242979e54a8ef1233c713..80da0b0f09149ade1f7672a57ed009e9e86063b7 100644 (file)
@@ -14,7 +14,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/>.  */
 
 #ifndef _LOCALEDEF_H
 #define _LOCALEDEF_H   1
index e6310b18beee8dd2a6d505fedfecbc8df7ec4400..88e9ce1a126864027c4c657011c796bfa2101096 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 490b93a0da17472d0b46408f4efc3876fbab3bed..6fecb05b2a43c312bdeef1250a043b96e9e74a88 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index f00f807be42f6ef3dfb7a4ec1ffa70255d8631fc..eea233af2e833a3572c592255115cc22321c4aaa 100644 (file)
@@ -46,7 +46,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 8a8b4fcaa9497aac36f3533278c1954c6de59bd9..069a304c43829b492612cd9cfe0f67372a7a514b 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifndef _TOKEN_H
 #define _TOKEN_H
index e4ba48e968579e8ba0b1db3f5013c9f2ef4aa04a..f719c496c0a94ab6e2f197c9436130305249038e 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index c063fc097de0298f471860b875d4f00b0a36b949..b24d95c562ed18cadf1c4550499d576bbeaf51ba 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifndef _LOCFILE_H
 #define _LOCFILE_H     1
index 64f58bf18375c5bb08d0f0fb1ab952085d470d18..c98794a628e8d499d1675f7deede645b38607407 100644 (file)
@@ -13,7 +13,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 <stdio.h>
 #include <stdlib.h>
index 06d74571ae2a85b1d7f7c395fec1a4ccfa888172..b91d7dbaaa9dad3b2ff45eaa21bf2dd6c1bf845e 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifndef _RECORD_STATUS_H
 #define _RECORD_STATUS_H 1
index e8d999601f3394877d582f6819304d32c6fb9b48..f971f88978bd9f004e5ebc331d283b2aa06aaa1a 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 1b6cd1e9418a7060779447aa6c4fc1067c91a1a1..d5317dc7b14d36d931356a18463c16364262351f 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifndef _REPERTOIREMAP_H
 #define _REPERTOIREMAP_H       1
index 8cf9e9369baab2dde9ee32f2d2079ed9f1cb2564..2188a94e10691c0f05ab34e71e0ab71aceec8ca1 100644 (file)
@@ -14,7 +14,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index d41c00075a48eff582b590fe9571f5efad33aa09..06bae4814b686ab8e4912efb2f3687858e211c44 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifndef _SIMPLE_HASH_H
 #define _SIMPLE_HASH_H
index b8b5298bbbc59fd5caa40ab74cb3e41f67963ead..9a80e3c9a1411fad073f439cc166b03f37ac8ded 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index a444292e94c7ae2f7929909829b659da39298fab..b26b574d66e6c5a2bbd8c4351f20f78cd2034c23 100644 (file)
@@ -13,7 +13,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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 264a1ecba78b40abaab4ca9dce2e6cbca6d72774..a4a2c49b7a652793db1f560f25e7358b70d5d6e4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <alloca.h>
 #include <argz.h>
index 942fed9a0d937136a0cd9b94d2af09ed16abcda4..59082c905782ddecdda9c062d08de08d8c65018d 100644 (file)
@@ -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 <sys/types.h>
 
index 5815c5aaf539203ac08e53e93910afd4dfaa830e..ecc985fe9fbb03bc85ce70be4ab74775b30547ce 100644 (file)
@@ -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 <ctype.h>
 #include <langinfo.h>
index b83de90a39121af6dbfab12f928f7eb0e2ab588d..f7c2fda6053a1f9740b7842cc1fe3e9b719d0651 100644 (file)
@@ -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 -ex
 
index 88cc6d27d5d5ba62b855007a9fa0e44605688578..bc4baebe3191feae883136fa0b42188c37d66a4e 100644 (file)
@@ -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 "localeinfo.h"
index 7ca81498b207377667a7a50a78cca9dbc33c37f7..1569449c1709456cdf6fa49dc4057c3e2e1f75c0 100644 (file)
@@ -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 _WEIGHT_H_
 #define _WEIGHT_H_     1
index bd204a12972071f6720aaf6265d560c2c27784a0..7b4e342a0afdd4d7c53163551648d8870d1cbf09 100644 (file)
@@ -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 _WEIGHTWC_H_
 #define _WEIGHTWC_H_   1
index e75937fb4672c1efff909d6c2a11f0cb76a57d37..91c473c25c84cc8811e21e3c5cf5bfee8e6745aa 100644 (file)
@@ -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 <locale.h>
 #include "localeinfo.h"
index 586a58e1b2a6d38cf86ae28ed0f6cae7729e7c11..33e473a8835225127800ec64104a09888139e5ca 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Makefile for installing locale data source files.
 
index 9b87ad2682ac3eba8e929f13a1dd8a1d644786f1..4dd64a60f9f3e42033b8d506dfce86bef1b1e65b 100644 (file)
@@ -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 <ctype.h>
 #include <error.h>
index f803c3623a2a8f2b8a9c840724a776818d505b54..f33332ae9afee6ddb390ec268078d83ec107dba1 100644 (file)
@@ -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/>.  */
 
 /* Usage example:
      $ dump-ctype de_DE.UTF-8
index 9e010382000319422cceaaebe51be1d6478d9317..98a43e163965864828408a003dc1a953d12d02ed 100644 (file)
@@ -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
 
index 5ea04787b2f48e3bd976fab4d612e308cc3bd2e0..251b50e6d7fa292c7035b4755ecfdffa29ea432b 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Breton locale for France with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 email      "bug-glibc-locales@gnu.org"
 tel        ""
 fax        ""
index 6541248effc872b824968e20f28fa72b79756410..a6daa602ab3e5835f1fc11ecb30632a4d207d142 100644 (file)
@@ -20,7 +20,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Catalan locale for Catalonia with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index f6b97313901d7d96b4e8de51c5320fc10e3b1988..d629a21750e68a056d93e7c780e2a6623e763e19 100644 (file)
@@ -111,7 +111,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Czech locale for the Czech Republic"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index f25ebc14737fbc8cfdc7adc72d2bdaa302d19d5a..eb1466fdeaa7e3b6972d494282a46f45802fadff 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "German locale for Belgium with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index eaa9f7ff8e47c8024c2466d3dc40c4696e2ca0af..c7f06555dc1a41fc3cc5f682c261c04a48205a09 100644 (file)
@@ -14,7 +14,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "German locale for Germany"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 63a3ec953850e049563322082b7284dd624b9a52..156caf26415cd9c7adf774bf7d004196c1b2f4c6 100644 (file)
@@ -14,7 +14,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "German locale for Germany with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 6b7548b9a955a16b38b5a78fcb2fde414baa662c..419bb6691bc340348e9d8a5e8a158cdd297a55d6 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "German locale for Luxemburg with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index c07d633ac1d02439ae4ef3b62017f8dedc9425ab..3854d0582a3d21db7ec7aac41615e6532862502d 100644 (file)
@@ -11,7 +11,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Greek locale for Greece with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index f8cda866e085a8d73c7eef5eb498e8a20d85862c..0e63580f489e2ffa288203a038870fd5f158af1d 100644 (file)
@@ -14,7 +14,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "English language locale for Antigua and Barbuda"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 9bbc174b3b43dec2fbab0224e43cfb1cff686800..1c68aa261145cc8be7de92d73d4a82b7b951b116 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "English locale for Ireland with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 0d27a7631ba7937366f8931e522fee45c7230b78..b28640c044b3806239d5d465256f77427a76dd58 100644 (file)
@@ -14,7 +14,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "English locale for Israel"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 7a3f5dc778f3f61b0177779d7b1d0ecef6939e42..e71abf5d5cd71934df121d329f1bde7bd4fb45bd 100644 (file)
@@ -14,7 +14,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "English locale for the USA"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index f76a096f99274c13b2cce5dfc5e08523eec81bdb..b01401f99d5dec14d1990999be18e77db997be5c 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Spanish locale for Costa Rica"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 3a9ab628f72ea01d96feaa505a8679c61315182f..322c0356901af898f48c3ac15fbf5def3e3c71da 100644 (file)
@@ -19,7 +19,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Spanish locale for Spain with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 162dde3f13117ab0b617e0eee70aee6aed25125a..b5863317e2fcfc2a195286ff3c21c91c767a599d 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Spanish locale for Nicaragua"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 0f4d363c84831f8f380310fc3b7300ffb8a3f0c6..850ee1e5d501781de0200838c6239c648adf93f7 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Spanish locale for Puerto Rico"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index a71c0cc0d53dc2ea30e0fda0cadb750737d04d86..c4685f0cd210700ea4017cc6b222088bf7266566 100644 (file)
@@ -19,7 +19,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Basque language locale for Spain with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index f0590177a96e956b8682b567157d29e3e6c452ba..b9321876e97bfe9ecfa448f9c04f7abd707326a3 100644 (file)
@@ -19,7 +19,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Finnish locale for Finland with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 5c7b4ef3d6ea76a0881c91512c1c296050e9f4da..5b180db6840fd24b39a487f322e12809a2b60c22 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "French locale for Belgium with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 65835246728f233a98af458eb6164ddd1c1f4677..6ffdab7572fad3a1208b45404deeec557901cfd7 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "French locale for France with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 email      "bug-glibc-locales@gnu.org"
 tel        ""
 fax        ""
index a25df4d6b8d9c2729d83ec476a258309028a8674..888f808015314e6a72b9d96c1549e915d4efadaa 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "French locale for Luxemburg with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index ba5a700a389d52351440634cdba39f3af5b0c5fb..447ee3b6d5b1e835734005be97d1ba51ac08752f 100644 (file)
@@ -17,7 +17,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Frisian locale for the Netherlands"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index fbbb4d742b79affce3cb87ef7cea998b78c60ce1..b6b8e60f3b51a9285ebb457ed9b793ee1775166c 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Irish locale for Ireland with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index b2ba8acdfc0940eae6f243fb4e5e0b0d7845e673..def91462401e243c5890fb610fd13ad2e518d791 100644 (file)
@@ -19,7 +19,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Galician locale for Spain with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index cf281c959e38c310c0bef0c9f50b68d602bfa635..99080a80e4267d96f6e6d98c05d6185a317aad29 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Italian locale for Italy with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index cc00881e8e448a821cd2ea5c4e387a37afa000e7..af2cc64761d7e2e424e06801035cd1ef64c3dfec 100644 (file)
@@ -14,7 +14,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Dutch language locale for Aruba"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 10627586a9f20d0e1c5786a1b4b5bdbf70b7dcb6..73d6b69402377d8bf46c573ac6877fc18c44efe4 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Dutch locale for Belgium with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 8f298a279d019119d24c06d6fd4b5fb6b6cf3b9a..832e6d67abcc714eca3ce3fcb1a6ad017441eaba 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Dutch locale for the Netherlands with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 3ca18ee02e960dbd532f006b8a779b82c4bdc4cf..e36369ff4155ee42ae051f1d276ab4291960bfd4 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Portuguese locale for Portugal with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index eecd06e03c797501610fd0b162446eaf458d7e3a..ef534aed8714091e77aa9cc88750a2b2e4af4be0 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Swedish locale for Finland with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 63c3712813bf55ec591a0e37cf36a216a0d93b1a..072270bc4d8d834f72257afd17df2fb092019eae 100644 (file)
@@ -20,7 +20,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Turkish language locale for Cyprus"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 12c095d929b692408541e8c1e4e8f22f04f15c17..9a93175071fe7528a3a058ea5556c032fd9bed8f 100644 (file)
@@ -18,7 +18,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Walloon locale for Belgium with Euro"
 source     "Free Software Foundation, Inc."
-address    "http:////www.gnu.org//software//libc//"
+address    "https:////www.gnu.org//software//libc//"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
index 68599fae8511cc658d7e98e222951a2079312f69..ef41f9dc524aad58fb138eb7b714f72f4ae82fd6 100644 (file)
@@ -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
 
index b86f0a99cf5181e6af8e86d1d5d6750dd860251e..717d0065ac596afba43fb1feee024e28a8f834f7 100644 (file)
@@ -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 <ctype.h>
 #include <locale.h>
index f23b1005e0b9919bfc5ea065a45058cab4b296a8..f73e7dcb2f846c68ac2129b54945f2edb83d1cd6 100644 (file)
@@ -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 <locale.h>
index 1a864e2459c2d98dde2b714c3ca2482d950440f7..b2dad9333ebee5ac56b86f2b4aa72cf47d9203d5 100755 (executable)
@@ -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
 
index 29f9c0933712b529d67d6b8004161abbbada0431..309ab64888066724d9ff8d41222b47e97536507d 100644 (file)
@@ -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 <langinfo.h>
index 77ad4bd9fb01cde0fd6138603dedb370f00007a0..d0b2c30d1e434c0f3787eaf799da5fbf74d2a123 100644 (file)
@@ -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 <locale.h>
index 0b0fb96c3eea802473c5bbbdd2bb389f16eb325e..e1979103fa65436c292a4c1ff55f1f9974bec628 100644 (file)
@@ -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 format of this file is pretty simple: Each line contains a test
 # for strfmon.  Fields are separated by TABs.  Lines that start with a
index f5077d6dac44b5b44433ecb6715dd3a4f6b53f29..b032da9443d355f65f9566b29ce747d2e96d535d 100755 (executable)
@@ -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/>.
 
 set -e
 
index 9fb97aa901cf7182f03cc458fafb24e08bd74b81..3308292ff36a76c095c63008a1fa8f7486e410d8 100644 (file)
@@ -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 <langinfo.h>
 #include <locale.h>
index df502c2719258615d6f30363b31958b7613e76cd..b47b1bf6dd602c88011da12c666e9fd4dd420cf8 100644 (file)
@@ -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 <langinfo.h>
 #include <locale.h>
index 67d6b8cc6d10a7ea66b54bf49ada0db874dab4a0..da48d287420d5dca3f48c618e892ce3980f1bd4c 100644 (file)
@@ -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 <langinfo.h>
 #include <locale.h>
index 132f621d49004a02cbbd49c32673ce1d9a11b49b..2ad81fae0091df154cbfe1425f5d1f5cb71e34e6 100755 (executable)
@@ -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
 
index 978f09e57d0518fd5899bab415f3f04d0183cc88..1b2ff8a186868ee4baac96c18c50044d9e3033f6 100755 (executable)
@@ -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/>.
 
 set -e
 
index f234a17b2b5b97c1def4cc55e06468d7f178f10c..f406d873a514f6af0c7fbf89b34a4684e7c0137b 100644 (file)
@@ -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 <string.h>
index a0e12a90a184628b22e189ec76ada82a26843efe..1552352e0b6139f1c2e6b15e7f18cf87b84531aa 100644 (file)
@@ -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 <string.h>
index dde561ae1c5dbddfc8bac61a6126137bda3c1d0e..c7ccf609b1d893a3e830093d32e962fa4d981478 100644 (file)
@@ -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 <string.h>
index 74acd8fae52b654ff48a32ba29e4128627617a5c..6d5bd083bf269984a90e3321ffaf28af06da04bb 100644 (file)
@@ -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>
index 487d4757db7757d8e5b9120a526acebcf5fe4c3c..9f2fb0085253f0bc12a5a7a771d6adc28bf061d3 100644 (file)
@@ -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 <string.h>
index 702ecd70456f07b04bbc39c82a68b90f77805138..feae49f0e483f81114f3fc0c82c5882a59b16db3 100644 (file)
@@ -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>
index 9009fcdf185dda4fe3eff12866eebc82bd85c760..9877651ab3b8a25ba3359b28287183497d4145b4 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU 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 <locale.h>
index 165205dcdcab8699d8eb619fd68bad1efa66b4b7..f0d745af72070126b7ebb1a3b9c42720e27f69f9 100644 (file)
@@ -17,7 +17,7 @@
 
 # You should have received a copy of the 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 format of this file is pretty simple: Each line contains a test
 # for strfmon.  Fields are separated by TABs.  Lines that start with a
index dc570cab154c2e5efc35052cc99b44cc7d9046f6..26ccbd6f901f954c6feb08f5929acd5c6d21dc3f 100644 (file)
@@ -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/>.
 
 set -e
 
index 5866bc476712652d8b1d41de28734b817e890b78..af72c2dcb1b48ac18ed6989d9550778ce3137b43 100644 (file)
@@ -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 <locale.h>
 #include <stdio.h>
index 8d2a576b7bcc29e890023ceff56b2ebbcf8eac97..39776c0573039b44b42d7b0ef6762caac47c0e5c 100755 (executable)
@@ -16,7 +16,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/>.
 
 set -e
 
index 269e3caf57053989b66b672bc5371a0cfd66c57c..6f1ddbd038e1293a208e55f7d42afd630a3d540c 100644 (file)
@@ -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>
index 81aa4cde49473458e60056fd1d66b0d8580df296..588b18246963328661eff54e2ed8bcf15e09e6fb 100644 (file)
@@ -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 <locale.h>
 #include <stdio.h>
index 7e95c4e8640f688adfb67e2ed98571d5ee70d512..87e4b5aed6df62989c2714282918e2c487d4de10 100755 (executable)
@@ -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
 
index cb32886b85710388603bd427269aa90d1322ca60..2dcc670f5003e3160f702dd251cb0350ed9bac3f 100644 (file)
@@ -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 <locale.h>
index cfa56b1d8c57c2123f42f42701669ec5a343b936..53a41f83312f08a5da4c1aabb26cd636bcd2b114 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Makefile for generating and updating Unicode-extracted files.
 
index e354c24d751639594f5f66dd26c1b976739867ac..5172645156acc47f0036ebbfdc76cbdcae8d2f55 100755 (executable)
@@ -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 script is useful for checking the differences between
index 3073dbd2c9f592ca80062a69feb2e93819111613..e93ca84cf32660926f99f2fce3cc3813bed907c2 100644 (file)
@@ -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 contains a list of test cases used by
index ba534bb3762627ecc5abfc675cf1d8a61aa74edb..226f87400fb3989737f2f476bb163a86a31b6e49 100644 (file)
@@ -17,7 +17,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 '''
 Generate a translit_circle file from UnicodeData.txt
index 8c9e23634e0394ac87948b46d906d94b4d162689..d14db7398f4325092d23fc919e87de0a473ba653 100644 (file)
@@ -17,7 +17,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 '''
 Generate a translit_cjk_compat file from UnicodeData.txt
index 6b52ff55261f180a48db8d5ab7a375ce785cdccc..736bebbef1025468b64e9c1389e3903b1d4dc682 100644 (file)
@@ -17,7 +17,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 '''
 Generate a translit_combining file from UnicodeData.txt
index d5f715946e958c644cc2e2a58f0b760cea3499ef..d4c3d195ea7651eff83b67561c192528434ab56f 100644 (file)
@@ -17,7 +17,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 '''
 Generate a translit_compat file from UnicodeData.txt
index e56f16e7d318dee5a6ff5ba39f17ecf7666a217a..c0c925ffb377e058a44847cc041fee4e4f639c71 100644 (file)
@@ -17,7 +17,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 '''
 Generate a translit_font file from UnicodeData.txt
index c2bde7150960ee1bfa5b79bd0d1306adebf468f4..28731a4d7562d95c89282f16a190bbb6d4411480 100644 (file)
@@ -17,7 +17,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 '''
 Generate a translit_fraction file from UnicodeData.txt
index d867d2cc0a2dbbd8764ee1a8d70f8d06da33d4c8..7d28a7213191adc0e8e321fd4c1cabbdd2dd0d8a 100755 (executable)
@@ -17,7 +17,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 '''
 Generate a Unicode conforming LC_CTYPE category from UnicodeData.txt and
index b968aad20a2ffee774f0f18c182ad516467a2e73..a9e94cce4189bd7c7d6c04c9a014ce4fddbd8fbe 100644 (file)
@@ -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 module contains utilities used by the scripts to generate
index af36c2aee9d49bdfe8a3d22a56fd9147b2d9ea43..1a9394cf697b01e135487f9e341fdc3c24023a9f 100755 (executable)
@@ -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 script is useful for checking backward compatibility of newly
index 5c98a2f5faf28ccfe35aa885c429c7ac8901a117..0e5583cd259a7f19cff04ea458ef30289981c0a3 100755 (executable)
@@ -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/>.
 
 '''glibc/localedata/charmaps/UTF-8 file generator script
 
index ea992a14b7e34044cf781c4faef91853ed752fe3..7e263d756ab82c762bf3d3036ca21d2f27b8014a 100644 (file)
@@ -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 <ctype.h>
 #include <error.h>
index 93a3c8edf2b55a1dc5f37b02ccd8006f5a5f8d09..0183db11f43233d720b553faaac2906f86d3bf1b 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for login portion of the library.
index 4ed162d78c84431435b958668505c691501edfcf..881d2fe75fcc0d84a6b386bde879f2c440c51846 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index 695c9e9f76607e17b91a31322ee870d064cd54ed..4a0dee47f09b1496940b7a66f4dce066efbec954 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <termios.h>
index 0c82f38978864863553ac2bcf0ca460dae853b56..6ac375db0b3af13dfe36d8f59f878ade62ad7b9d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index b3b6c06d0b6559212cbfc30e03611ecd125c4c49..d26908ce2b49b58aa1b3d43d929a7158b25e8836 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 228dc759d66e331500a6a94da2d8e4b788669ff0..bc233f247944b5d49c298796092a43483b085bb6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index 8a699b02d8404f23955d18015c95ce2fb8674b72..3f7c4358dec2b975da83bf62e2596a43ad4cb1d9 100644 (file)
@@ -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 <stdlib.h>
 #include <errno.h>
index df71e90c7630c77aae3285b13a7a3e080d26d5a4..61e414c1fac7fc5324f09f0e1d2767524e1f7d9e 100644 (file)
@@ -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 <stdlib.h>
 #include <utmp.h>
index fd13be8a1e009f8ea4042b8a5b11cc0b65e5f039..ca2daa81daa7652e886eb592e0441f810f943b99 100644 (file)
@@ -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 <libc-lock.h>
 #include <stdlib.h>
index 1b4b587f32d9ce3d015037de548ba3daa3625444..48dd1d7bb2bba3a10c9eebc73e8f3d996b0d1a84 100644 (file)
@@ -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 <stdlib.h>
 #include <utmp.h>
index 460d94be0cb5ecf9f5fea1765888c7bb46abfee7..d49d303cd57e90ff63830ab3f1ab568d06a87eff 100644 (file)
@@ -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 <libc-lock.h>
 #include <errno.h>
index f57ad22f51bd8fe9b54834188b005442f69bedc2..75a6179c473077e4b00acdd21153421e22bb55c8 100644 (file)
@@ -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 <stdlib.h>
 #include <utmp.h>
index f03255dbbdd2a545e22534ab124ab2e1e16b7ebc..8bcd5030af413ecf4eab8cbc9d380f39b9756588 100644 (file)
@@ -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 <libc-lock.h>
index 4e3be11216a5875848b3b6f63c7b14a2b37fa479..bc991457e5d7e6f97a3483477bc110322059fd39 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <utmp.h>
index da28d339abf991c3320834267dcee3200aa43a0b..8683464456adb4232734bd26708d56418d854ef4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <utmp.h>
index 8e547a02b8a875406224672c7e15b058e0f6dcb1..b30a3c3de5e7c1deb08b3b47fb60425476f2bdb7 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index 62b1c99411b64d27a908c69c1b8b6fd37a014881..b8d88c058ad62e51a413eed4962743b36906df0e 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index ee14812dc5ec22956d1366a66897d4db52f229f1..58af4919483e129864d075cd4a01a500033862b0 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index a6086ce6d0de45dc49401faddc520ca7cf5e34c2..f2379dce758fed367046825fa0bc142b5003b248 100644 (file)
@@ -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 <stdlib.h>
 #include <errno.h>
index b7d638c692cb456fa1b4440e79a603f73b10701b..91ac92116b0735015fa29d8a3f7a9ef8764091bc 100644 (file)
@@ -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>
index 5015c1af0b7383005193a4ac4c383cfb5db89652..d0d421cbf7a390d533dc22d9f9761e15670b9841 100644 (file)
@@ -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 <string.h>
index 50d14976c7141f71d215b7f16ad6ed2e3415142c..654f412ecb6e47ee8a0ed209901809ae9a5a7e5e 100644 (file)
@@ -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 <string.h>
 #include <sys/time.h>
index 2c5529973ed0d3c01e3db76e0fd4cb24d45ffcb9..1db4c2def377286b0b1120f26b1316af9493a5ba 100644 (file)
@@ -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>
index d44e4bf6ed240025751dc34c51f596fa46ed0ee6..5e490ee828f48983054c23f2d0008a93877ccbbf 100644 (file)
@@ -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 <argp.h>
 #include <errno.h>
index 85d8e31b43371d0ae7e653fe9bedd693d02a6c92..0d07f7989f5a6d59a50bf47065369bfa94a003a5 100644 (file)
@@ -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>
index 0149c987406836a67bb834764e6e57168e50ea36..a83ece102fb689d7c163704a8305a8c23a20d439 100644 (file)
@@ -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 <stdlib.h>
index 0cfc562a7ffce0de082a0f304ec95a092ddbe06c..5a133462aaaad9958c434a5c462a88fbaa40d1c9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index cac107cc0d292c97ca862787e438c2c4dabade77..59164758d813c4657db40d043afd1bb89808e30b 100644 (file)
@@ -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 _PTY_H
 #define _PTY_H 1
index ee8f27a51d10f12c7daa899f88b55adc8f8b7e51..161bbf69a18625cb6c09d660dadbef0f430986fe 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index a31a5d03adc5fe2060fbb52ebe8fe54e4a49d20e..0b759df95a21981038b3f087fcc7a334d12fc129 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 3cec3c46f5508906fbc989e644b9665806769855..a739633b976341d929aa3af39d333e4687587024 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index e2bfdc976a072b5352875767829dc97eacfc646d..129f416e3d302797530d6759810e925a48965957 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <stdio.h>
index 713a2470dc78d3d4de6e09c4772c03de6527b212..953fed94e8621917cbee0beff572e4625b9edeac 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 47c25dc0658d3c603a013c02db26afb9fd5e83c1..7c35ce37989ab424e61843d83e2f15f569eef627 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* pututxline upgrades the read lock on the file to a write lock.
    This test verifies that if the lock upgrade fails, the utmp
index 0a4a27daeb0440fda29bbfb87f2c77f25080f2ad..d7ef07e2a77a0156d4b4e480675f2b211acfceba 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* This program runs a series of tests.  Each one calls updwtmpx
    twice, to write two records, optionally with misalignment in the
index 02d0c1fe8c481c85633b3f4c161e30f2219c0095..1e65bd38a908c5062918286a7f965bb7a6658659 100644 (file)
@@ -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>
index 427a7d71a1456cf5b7ec769a585eca62a7d23150..31092fc8d15069c86fd66158818f80464dd07e1a 100644 (file)
@@ -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 <stdlib.h>
 #include <errno.h>
index 387e5808284dd915180486c6e62bedb7f4537827..d98ff4339a92800eef6c6f93ca16a6179d3ad54e 100644 (file)
@@ -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 <utmp.h>
 
index e046b73ca5b5cdeb1204883bff06aa0b27675cd3..59049dd48d4122fb1f1c084721c2c886f7508545 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index d60461d6445ee278c05aae5f8185739f75311189..f4cef4233c7e08dc95cfc4bd665d1839f2cc24a2 100644 (file)
@@ -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/>.  */
 
 #ifndef _UTMP_PRIVATE_H
 #define _UTMP_PRIVATE_H        1
index 168c159b7b49edc192a1079d38ef4a09f7f155cf..7906e045f61d296bb6cbfd7b027f4852f30cf8eb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _UTMP_H
 #define        _UTMP_H 1
index 2d0548f6fa29d4e7f7f9d6e10d4025c189928fad..be7cc0671b1b41cbe56ad3c7063bd190bc97d913 100644 (file)
@@ -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 <assert.h>
 #include <errno.h>
index 8f94b19cafc9c0824a166414324c6ad25e571b6f..a1ae6397be39fcda5b2f0e28447bd3dd9668b8d4 100644 (file)
@@ -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 <libc-lock.h>
 #include <stdlib.h>
index 0631ca56cda81c1590ae7a4bcb8261f2350b8136..db9420a5812bb16f1b0bbef3b5bda8df2c5e2b2a 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index 7a5e37c6b2fd2dae9cef43fd3ad87e8024f9119b..ec61089825f1199794212ee3934778daa5db5c62 100644 (file)
@@ -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/>.
 
 # Makefiles may define these variable before including this file:
 #      user-interfaces         Names of interfaces to put user stubs in for.
index b0317e8092e9bf3f7ddc2284321f97aaa2a582a7..804b032e99319bf70058c5c1da47187a0597d140 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 subdir := mach
 
index 44aa43d86a72f1fea5be046338940cdb479daa5d..b1397e0446cdfdf22ed97f8f9da5b8cbc3de7ab1 100644 (file)
@@ -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 <mach.h>
index 1988c89b09eafdf07b600e98514bb470d639df57..6d9e5e3a2e74973701a644b9183b3f8baeec23a0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _LOCK_INTERN_H
 #define        _LOCK_INTERN_H
index ddff44d372639de06fcd87656c7064ad7dbbda1d..eab0612687ea057e0055bf818834de1aa49d4a3a 100644 (file)
@@ -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 _MACH_LOWLEVELLOCK_H
 #define _MACH_LOWLEVELLOCK_H   1
index 943cb51aa429660a517847202cc0c10e6e35be67..4c46fa9a8cb3dd1cb5cb27e77bbcbc726ab9aae9 100644 (file)
@@ -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        _MACH_H
 
index 70db0d44e85e9cdb737eed1eaa304f5c9ce79fad..ac4d983f94d2ee8a1ee0de9330c9cd931e8916a8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Declare the few Mach system calls (except mach_msg, in <mach/message.h>).
    This does not include the kernel RPC shortcut calls (in <mach-shortcuts.h>).
index db52f63e71a641a47966c297ba20b47d45a5fc25..2419fcfdb2f6741be4c8104515580fdff650c485 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Useful declarations and support functions for MiG-generated stubs.  */
 
index 2e0faeb672016fce184ef4c35d4755609ee513a2..4944df2e0f6ad695b353eb35ed17071cffb73932 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <mach.h>
 #include <mach/mig_support.h>
index 1c000ef467b8be3a74d05d6a509b76087dd4a30c..85ae5921ab103b5e11ab4d97d15c58d553fd832a 100644 (file)
@@ -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        _MACH_INIT_H
 
index 493e0d2672619684cbcc4d706e37461e13602c59..61ea9c5024b32259dbc0cc9a82b726e8b0abb50d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <mach.h>
 
index badbb6cc8bcf0887a7660e25139043f255e23f7a..f64d7cbf216da97ac8b9b1f1f41f08ad61f186d8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <mach.h>
 
index d9723ef7441c180aecf779054c67e0c21fd79dbc..5951c7f6bc7cc87bdbdaf5dd344acb60018a31f0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <mach.h>
 
index 8994ae93d7d492ee4b2b161b978bd111c9a02774..7b81abc32c1610f9f98241638ad82ebbefa9cf74 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Based on CMU's mach_msg_server.c revision 2.4 of 91/05/14, and thus
    under the following copyright.  Rewritten by Roland McGrath (FSF)
index 59ca891397e0e2cb509695ecd026b9e04d2bf93f..aa59b7038868221c50a8fce5dc816b65f0fb0b31 100644 (file)
@@ -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 <lock-intern.h>
 #include <lowlevellock.h>
index d771ad6059927ff0f5b5fab33c8d748c1e3b2325..9669caafe9691c7f0c693bf7931ae26618fd21f3 100644 (file)
@@ -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 <lock-intern.h>
 #include <cthreads.h>
index 420991c69cbc13a2cccd5f50f0988d655818549c..62317fa59bb69195707cdd13c2be23b4ded4821d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <mach.h>
 #include <thread_state.h>
index 19d28e0fa01bb84cbf1d91fdad305a4dab5d69e3..3efd34afebe7ef45e59ea5e9378842ec83881fa9 100644 (file)
@@ -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 _SPIN_LOCK_H
 #define _SPIN_LOCK_H
index ac50d906121ffa4d319e753b15a938dc0c414686..132238cd6c9afd6d8174aeea2710ad5f55096565 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spin-lock.h>
 #include <mach/mach_traps.h>
index 742c515eb2fc82410f70c0d02241649f16c34791..c53b778cdce1720c4249f926f5b860a1d8f9d08a 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for malloc routines
index 5460453a0b2f2085bd9d8136b4e30b3936d76327..30fdf231464203b19c6e4c88364cd9d5d73b6f27 100644 (file)
@@ -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 <alloc_buffer.h>
 #include <libc-pointer-arith.h>
index bf97c575c052a230cb3864f0e6e08b5fd06d492d..10472229bc451a97f0355ab776de1f73c371e6c2 100644 (file)
@@ -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 <alloc_buffer.h>
 
index 986565465a5c97d4ca293b413d33c2363e03e167..482900f7c06b7114ac7020c09ffb90596c97cd18 100644 (file)
@@ -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 <alloc_buffer.h>
 
index 92d39ffee14fedb695dfc107ebee499f1da3e1f6..dffed8b008b20a0de8fed779aa30edada6bbcb06 100644 (file)
@@ -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 <alloc_buffer.h>
 
index 0f7abc12c39d597c90794d272b547fe1f9ce7355..78f91f940531d523ba8dd585a4d6713b35201022 100644 (file)
@@ -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 <alloc_buffer.h>
 #include <stdio.h>
index a32eb403ec33580797254fbae44d7f9f7ef84790..74815ac9c8cbb304d71cb2ee693a602440da5e3a 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <stdbool.h>
 
index c791c5d16fd8057b0efe62a01c810169a2ce15ce..0fc38324d939eaf5159022a11a78e1f54b21c967 100644 (file)
@@ -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/>.  */
 
 /* Pre-processor macros which act as parameters:
 
index 290a111b87d469a4964ecf4bbab184d8b6561ba1..3c4141e296af4a02b385f14a734a41511e3e9184 100644 (file)
@@ -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 use the dynarray facility, you need to include
    <malloc/dynarray-skeleton.c> and define the parameter macros
index a7c42e4a67cf600b52595f37f0e64833266a2a9c..d3c8a989dbfb6c9a32d511b3dd4bb42273cf81da 100644 (file)
@@ -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 <dynarray.h>
 #include <stdio.h>
index 574194d7624d0ef3a02d5d606a1fbffc34a31df6..c2fbd000083a2b69eec6e9950d3af265c47f74e8 100644 (file)
@@ -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 <dynarray.h>
 #include <errno.h>
index a6927074c584d8775d5e97599911689b0076a6cd..611fc01e3deac7b1a2ca0b63e4eda6ffd8645944 100644 (file)
@@ -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 <dynarray.h>
 #include <stdlib.h>
index 542197b287c307fe7f877aef2fb861c5a3b3b8bd..f93df1ccd73467f257c8795bd56bae5b2ceedcf2 100644 (file)
@@ -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 <dynarray.h>
 #include <errno.h>
index 47ef55262933804e41e0ecf351347380992c99f8..6cabc0495c31f9a66595c200bad8027fae65c2b4 100644 (file)
@@ -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 <dynarray.h>
 #include <stdlib.h>
index b7a453f6d235f98bbd740597fd8e7d82161c7a53..3cb432b97fe4e458ce0a32c5501000a8eabe03c3 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* What to do if the standard debugging hooks are in place and a
    corrupt pointer is detected: do nothing (0), print an error message
index 8ada4b61b340e08247e6dedd15e4ea39c0aa7cb9..c7c9b345b4904e5b6c60822f26f8043a7517945a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _MALLOC_HOOKS_H
 #define _MALLOC_HOOKS_H
index 54d90f901bbf536d8b267a5dd795f7457b7b0db3..9a8f6c01324df2bc7cb5245f9968d2e82ad75429 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _MALLOC_INTERNAL_H
 #define _MALLOC_INTERNAL_H
index fe973770a6eb661e0e2d901ba311fed85a5b3340..5d3e82a8f6e2521362e9881885f453b4cc341823 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /*
   This is a version (aka ptmalloc2) of malloc/free/realloc written by
index 70d8282bdccb32868794e814fcbc68decff98f32..ba21b6907db3ae62c1ef705d8f729a48d09ed469 100644 (file)
@@ -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 _MALLOC_H
 #define _MALLOC_H 1
index 246db92a9cf0233d436a73f7c4c1e0363a1e0617..c6b8c73ae8060cedcaa5f772765493aece5817c8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 object of this file should be installed as libmcheck.a,
    so one can do -lmcheck to turn on mcheck.  */
index 9b6413e65769544eef05690c17269c936db20c36..521ff4bf606459993677a8782962e306ad36381b 100644 (file)
@@ -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/>.  */
 
 #ifndef _MALLOC_INTERNAL
 # define _MALLOC_INTERNAL
index 6290288c695cb05850f18efdcacf532dba62babc..923c5a5ae609c576a33990a28d5a97994cd8eb53 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _MCHECK_H
 #define _MCHECK_H       1
index 6d5f8f4f4022582558ccd1a914ef39330b2d0125..8779c4b66d59dd9a83bd94b0bf0b9c150b701318 100644 (file)
@@ -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 <assert.h>
 #include <atomic.h>
index ee080a2ece584b97de11b1f9ab80d5b4ddc0e9a1..8af9c956bffd33ff8f9a49b1ecf0a63b0ef099af 100755 (executable)
@@ -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/>.
 
 memusageso='@SLIBDIR@/libmemusage.so'
 memusagestat='@BINDIR@/memusagestat'
index c3c21e448ab9b8bd7557c3e19a0f163324f9ed81..62da3e4f16915e5f4b4eb88e7e14dd37371524dc 100644 (file)
@@ -14,7 +14,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/>.  */
 
 #define _FILE_OFFSET_BITS 64
 
index b647847f80a5454d1bcc285877c743788968a11c..59d3824a0ed9bf9f24c4d5f67353aa2397c312ad 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _MALLOC_INTERNAL
 # define _MALLOC_INTERNAL
index 2fda2625084270a1e75d8901ee8bd83f53d8806d..707f998815a1b5cd70d3d43ed7c09f282999e6ef 100644 (file)
@@ -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/>.  */
 
 #ifndef _MALLOC_INTERNAL
 # define _MALLOC_INTERNAL
index aedbb0ebf259ba492c13c99e9961a49af755707d..909c0b12625aca0e3b5928b59d332a3ab039a31f 100644 (file)
@@ -18,7 +18,7 @@ eval "exec @PERL@ -S $0 $@"
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 $VERSION = "@VERSION@";
 $PKGVERSION = "@PKGVERSION@";
index 1669641983512d64f66c1ad659562f77ef48adfd..3f7536573b11e1f506d346e868eea334176445fa 100644 (file)
@@ -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/>.  */
 
 
 #ifdef _LIBC
index 479c4ec19f644dfe11433ef08b272f19c97c62ac..b5a196aacec0b18aaa76a373437b52123449c3a5 100644 (file)
@@ -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/>.  */
 
 /* Summary:
 
index f4d7ac4f72fa937090f0c6d4d2ccfa5cbfde62cb..6cd39bd60e1fb46869b74c9f3420395e828f6f5d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <malloc.h>
index 3754e0f8bc5e5e2baa31a3e68aaf6f1a663aa04f..7179c6e4d7e060b8fdff8aad63f5db0f07d965ce 100644 (file)
@@ -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 _LIBC
 # include <libc-config.h>
index 2dbfe79294a7592ff45aec1dd9adc50133548218..62fcc656b62f6d21ba8ac38864724aa6e0a807ab 100644 (file)
@@ -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 _LIBC
 # include <libc-config.h>
index 1ae2882a90db499182aed933bfae0053650418e0..dceb69aca1577d1f4e0d8e36c714664c03a9d36c 100644 (file)
@@ -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 _LIBC
 # include <libc-config.h>
index c9387888e1d5ad5d324d8a63028b6a6a313b83dd..7a0bc607dfe5e1e2536b71d43f6b69468625498c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <atomic.h>
 #include <stdlib.h>
index ad91755a10774483076753706fbd98237927398c..8ab27e8d4fbc65b3032eded94af27c17c608e543 100644 (file)
@@ -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 <libc-internal.h>
 #include <malloc-internal.h>
index 23b51054c7ad309424ad15bad9deb8e46ad698e2..cb0667e9e97f2a542007880614614326564d502e 100644 (file)
@@ -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 <arpa/inet.h>
 #include <alloc_buffer.h>
index aa3f26d7d7cc6e8d01b01cfa05486f0929ce416f..e455f414b013a0d4b7275aff0eb68f57766daa9f 100644 (file)
@@ -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 <error.h>
index d9d3e202fc83708a249312678b9772a970d03203..75c699c6ac86a8b5a861404cb7494d1554aaa642 100644 (file)
@@ -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-dynarray-shared.h"
 
index e4a786282c42e0a77aee1800ea713eb299c23358..4475fe08ae9123ea2fd9e56a04daa82b4dc8a00d 100644 (file)
@@ -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 is separate from tst-dynarray because it cannot run under
    valgrind.  */
index 91cd0abdd4bc01194377a1310df713d3bd945414..1668a476e7e97d824908f2a39c5985f6453ea764 100644 (file)
@@ -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>
 
index b011970d07808c7dbace5aea39433816d784e659..0c07fc86d3c902e6a5356f25a4b4c2c828d7d505 100644 (file)
@@ -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-dynarray-shared.h"
 
index 5c658492e17f8196373b6f574f2a5d2b65f1382d..51578ff4cca1740a40616e8f5e58daa070509ba8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define INTERPOSE_THREADS 0
 #include "tst-interpose-aux.c"
index 9d6f6a8e348fa114ef98eac7461a66cfe64a2081..d4c97556c179c5703a3cf07f5dc98be759806b5f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define INTERPOSE_THREADS 1
 #include "tst-interpose-aux.c"
index bf862244011b54da520839dc0e0bfe0103292341..bbe321e843a9bc933c149108b02a4d3275ef90d8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include "tst-interpose-aux.h"
 
index be41be09fe46c2b959cdc97a1489a70da69dcb65..cc468649ce55b1331dbb2f09a61c808688239e9b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef TST_INTERPOSE_AUX_H
 #define TST_INTERPOSE_AUX_H
index c62fb19d4daff94e89d2115d6f41b11070bb2d5f..4eb394217ab6efdc94d4416409b5b7cc4afbc44a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define INTERPOSE_THREADS 0
 #include "tst-interpose-skeleton.c"
index 08a7394c5266471256ebe094831e57683e1b55dd..853ee248d10d44d4a8f2bc754314b13a5daf0778 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <stdio.h>
 #include <stdlib.h>
index 5273f0b67a8049bc4596374363f5724a3bd834b1..a08d0c0d8979b27a26cfff969c8f5d1423b60689 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include "tst-interpose-nothread.c"
index 40fb787fc047b6c2f1491ab5478ebff08a42af3d..86c4d3f97ead88b35065d74a1ebfd62c8149c6d7 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include "tst-interpose-nothread.c"
index 50bcabe0bce2702888cb295161a1ba9353e52fa8..c155213c7cac647c40345cffd53444d526fd0f54 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define INTERPOSE_THREADS 1
 #include "tst-interpose-skeleton.c"
index 8702e7e1c57e7b4e61b3ffad2f2a45bc38605f33..8873ca9bfa56072d3a248f1dc70b0e0eaa60ffea 100644 (file)
@@ -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 <signal.h>
 #include <stdlib.h>
index 2da5178ea1bcef0ff25ee239b2d7d7574a2daed4..31fa626c37608c24deab373b6e3d19bcefc50b81 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <sys/wait.h>
 #include <unistd.h>
index 14344a6f6534e7db75db41b94a153303664fdaf6..3dd346c909f7c7a523cce7bef68a42e513099f60 100644 (file)
@@ -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/>.  */
 
 /* The point of this test is to start and exit a large number of
    threads, while at the same time looking to see if the used
index 0693ead9a7270255cc768f8afc773297c4523cff..ba1c4df5f973b0ed23f5839bd1ac932c4a2ca3c8 100644 (file)
@@ -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 thread spawns a number of outer threads, equal to the arena
    limit.  The outer threads run a loop which start and join two
index 2ffe848107a62d6aaa66ecb08be07d46f8b98574..85e77f789466b5e07e24c1ef6a3633bd9d09a59e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* This test case attempts to trigger various unusual conditions
    related to allocation failures, notably switching to a different
index c1c8cb88cc18883d2d118550a006d11620b554d1..51e0514e8648003a933f1fffe2a1d530c5e972e3 100644 (file)
@@ -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/>.  */
 
 /* Bug 22375 reported a regression in malloc where if after malloc'ing then
    free'ing a small block of memory, malloc is then called with a really
index 882e4d3ea5d4889833852523a3b758e4b1334bcc..aa572fa06acda949e085f12dfa10669ffc607e72 100644 (file)
@@ -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 <malloc.h>
 #include <string.h>
index f9552226efc5267e68ae019524b08724a6c25d6c..186dd5dbb6dafbb52188f86047d6110f24d00e55 100644 (file)
@@ -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 <malloc.h>
index d4bbd5c88d2bc7a6ebacc3500d76e39a03a33727..f35c7156a3a660f08ef920f6dd27b95ee077e87a 100644 (file)
@@ -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/>.  */
 
 /* The purpose of this test is to provide a quick way to run
    malloc_info in a multi-threaded process.  */
index 30e7abe6fda70244fabedaa4ced206a697d994bb..eb0fed649d95d8c6d3c44b54533f5be95d383574 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* This test will fail if the process is multi-threaded because we
    only have an async-signal-safe fork in the single-threaded case
index 07d32e0f9b78682c0d91e9dcca11b07c2bcb1b41..8fd8732c3aae18f6c91340510a4a228fc57c290d 100644 (file)
@@ -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 <stdbool.h>
index ab047fe1227c71cd3e72cf7caf548af60266066f..2e24b8b7827e66fbac208ce3ef95fa5e803aee95 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <malloc.h>
 #include <stdio.h>
index ac44cb8a6c4c5f872a12c21713e9fa158b962089..4eef5d0eb8ab4a631c7a6acf34a32e9d62584211 100644 (file)
@@ -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>
index e7997518cb64c1eb46029c81a8fd274f41621b8e..de5dfcef8c45939d332a09664cf70f1c088f4cfa 100644 (file)
@@ -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 <malloc.h>
index 66d101ca3c0429c89afaa7e2aec74f56479f3282..151de4ad30b3f7a7114644cb774520ca08ab4d0e 100644 (file)
@@ -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 <paths.h>
index 3517d0f57f41f011a86010b227b7089df857a1bb..3a4a4bbb403d6efae46b51a10f922b68d99d7487 100755 (executable)
@@ -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
 
index 7a7750bc71024bfb37975b8ae916fc429108face..b579ee0b8673c8d5fd94f0b94dc3e149e8775dd9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* This test verifies that setting the glibc.malloc.mxfast tunable to
    zero results in free'd blocks being returned to the small bins, not
index fc46955c51868ab0785c23d8d6e0e62608e87045..51913721cd5529550268aad6bcad1f499464f938 100644 (file)
@@ -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 <stdlib.h>
index c0356c0c712a285731eaf988065d4ea58f036445..b78ef6aa76990aa2ee13541d3649458a68d0ffcd 100644 (file)
@@ -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 <malloc.h>
index 5643c3ae163a17a70065ae975e63e03d3faf5579..0f08365c3c01277985c224438e14f1ed8a2c6912 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <malloc.h>
index fd50d4e36bdcfcfa3e03b0213a692df54f4c8624..31e11c3b461c12da3c9d23ca9d9a4305ed22f3cb 100644 (file)
@@ -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 <malloc.h>
index 2393a93250d98c7bed01bebcec09df7e500e186b..f40b41ce70d64b0dc4b2f49ce55c8602a393f4e6 100644 (file)
@@ -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 <scratch_buffer.h>
 #include <stdbool.h>
index 7bcfc976486cc71c205808fec550dea247e0ea31..802c338641e59e348bd742ab46ba0252e21529ba 100644 (file)
@@ -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 <error.h>
index f8408e4966ac8f1b4632efd304dc2da4e4b9f48a..9fd6e101d30f3adc2acd25cbe56a2fcc425a7326 100644 (file)
@@ -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 <error.h>
index 59456e9487060304f0a9437fea893715cc91e55b..3ec55e42bfd37961d0bbb70df1b849711231c6eb 100644 (file)
@@ -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 <malloc.h>
 #include <string.h>
index 1a1a2d2500de35a0e358b38c4a60d11ef66508dd..4f0e6215dbb9e020b110aafb54e9d3a3949f914d 100644 (file)
@@ -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 <stdlib.h>
index 4f76ee85d2854030d231d83c83bcb54eba9fdcf8..b951b34f8fa1d292ae651d46698ea211d3905527 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Makefile for the GNU C Library manual.
 
index d9c97cbced2e8e15d05dc15124d21d87b432f0c0..962b851925e260762111c377e77da56b25c52a1a 100644 (file)
@@ -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/>.
 
 
 # Check that the @safety notes are self-consistent, i.e., that they're
index 0562eafa23120da082f4536541a2697fec75fa04..d9f9dae13972f1ee1c88b2fe100d2e45ad6e1320 100644 (file)
@@ -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 <stdarg.h>
index e92c45c0ae2602433595a6e396cc6d2bde05c458..68852051ef7063c7cd2826bd4a2f93916f3556c7 100644 (file)
@@ -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/>.
 */
 
 /* This is (probably) the smallest possible program that
index 8029c25634bb66cbd030e98788c0eff1aa4252ed..450745c71dfe7f6f3759798198ff15ad7b401b49 100644 (file)
@@ -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/>.
 */
 
 /* This program doesn't use any options or arguments, but uses
index e619f8184483a3a17d510a2c3a543f7b00e3a473..3a73d761fa35fd093ad02575ce944dad440de22a 100644 (file)
@@ -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/>.
 */
 
 /* This program uses the same features as example 2, and uses options and
index a1113d9ffa7229bbc7fc48053fb8a273e682019a..76bcdeaaf471604f913365d494de98e75f61b3dc 100644 (file)
@@ -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/>.
 */
 
 /* This program uses the same features as example 3, but has more
index 8a71a78262e94ee67088605b63fc4a2785370214..f8ebdd9783da2085469708e36bbdd9cf1ae6ba99 100644 (file)
@@ -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 <stdio.h>
index ead3b67138fc47828727cde043a2a10bc8737962..22fbb672c34b9e0b0dc6071348eb3f646031878a 100644 (file)
@@ -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 <grp.h>
index caf6d3d2ea98ce5e52f0a3ccc087dcfdcd988984..c869a1b87126ce339686f1732f3c52f89cd6c758 100644 (file)
@@ -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/>.
 */
 
 /*@group*/
index 4f68d9352165f4a2598fa659b717e927fcf7e7a5..0f3f2241328a68a26cb51639bf683e3ff8464886 100644 (file)
@@ -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/>.
 */
 
 /*@group*/
index 608292f4f8e574847ba7178f7cef4ad23cf9db0f..7526d5a0e74af4a610d4f2d987e62974a0f9bf7c 100644 (file)
@@ -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 <execinfo.h>
index 0417f0db68275a905a95ae2bd6eca67b575be334..094dd216cb8d25b9bc9adcfefa9fca3c7069f384 100644 (file)
@@ -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 <stdio.h>
index 48c0d0a03158f8cdaac60161bd0ca533b12146d6..3dc0df31386998bb6741f9ff001352b49d94d2d7 100644 (file)
@@ -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 <stdio.h>
index 15d431464fa619bd327a4939778fa649ef1cbc4c..e7089a52ec365efd1cccffcb14e6dcd69d30ec5a 100644 (file)
@@ -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 <fmtmsg.h>
index 104b6c0ab4fa1e9724cac0c8efe025f851e66503..faba2a1f3e919e6a5050bea5b2b5b895fa5814bd 100644 (file)
@@ -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 <stdio.h>
index 9d59ef2bb0cc84f94041113edf547bbb4ce844a2..685f49bc20fa1b932dba82ab5dc563fa661e377d 100644 (file)
@@ -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 <stdio.h>
index 3f20e7a9b43824e96fc53b96b00d33a58a3200a0..85788dc333b1a046b281c105c227bb76b4e91329 100644 (file)
@@ -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 <stdio.h>
index 2a9fc2da77a37dd717b2ae781edb5616436340ba..7b0261c6262c68a1f449f43cb593feab22c44f37 100644 (file)
@@ -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 <stdio.h>
index aa5ba530244a409c450056d9dbb15aea94161ab1..f776957534612015dee0e5170610b6704cd1b5c8 100644 (file)
@@ -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 <stdio.h>
index 21f51a95cc7c365420b3bddb47e481bf2beb2c49..4c35a09ed505938e1e949ca0e92916ef000051cf 100644 (file)
@@ -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 <stdio.h>
index f9c58a13956207e45bc12ec403f05c335ac4fa69..8359c59a4404c1f0e498b41ac309b847f4a6edf7 100644 (file)
@@ -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 <stdio.h>
index c9b865b73b3f239eae86df1480ea7b30463b1288..871f27fdca684524f95d7ca991b429081b426125 100644 (file)
@@ -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 <dirent.h>
index aad1b450ec4bf3ebcc8f04633c668db82c17528d..4372225103a6ba64df6ed0323240e56659ff70c5 100644 (file)
@@ -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 <stddef.h>
index d79089501907b6d53b364845d6282e0b06adb2ad..171c64a6345c6402e7ec26b8d63285cae9084cde 100644 (file)
@@ -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 <stdio.h>
index ee72abd17929ce9ac318d0e89e191a7ebfea7376..28968605284a34b36ccf667faf3c5b85af195a2e 100644 (file)
@@ -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 <termios.h>
index 00a9504d941577d6ad22d0f01b2234340a8903ae..c2b5e5c047f90be2eac1ee46ca72a7372f10e1bf 100644 (file)
@@ -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/>.
 */
 
 #define _GNU_SOURCE
index 45530af64d355fcf9733cd612c9b3b6213e034b8..b5ecab21ca3cf71ffe0117da307237ea53e210db 100644 (file)
@@ -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 <sys/types.h>
index 97c0eab37f5f28d3227275aa6174a583b82c37de..9bcc27696df1c3369220fe92a129ec382be23a89 100644 (file)
@@ -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 <stdio.h>
index 232dc6974834b58b1ec02683e661be926ac346bb..ee28830c0cc3cfc226db051641f84bce454b9399 100644 (file)
@@ -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 <stdio.h>
index 81357b01bb4cfe9364a92a34a6db970315d86bb1..7c648641ddd6e0b1abe72b29fda40a501b01a022 100644 (file)
@@ -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 <stdlib.h>
index cd5a52a955e85c30b46bc466b1824226937191d5..2e968d7f36a4d7b8604bb54b79e17727715ebf23 100644 (file)
@@ -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/>.
 */
 
 /*@group*/
index 8199dda853ecea8a68f6fe887ee2f828bf06ec44..105944c185fcaf672db933c0383edaf48b64e46c 100644 (file)
@@ -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 <setjmp.h>
index df6d0c7b3996f6e4b06b79d92411cd8ea409df8d..2385b7a55f2ff694d2f72f05387314ac4509470f 100644 (file)
@@ -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 <signal.h>
index bb3d9edb4ddc8b6e06178358b0e5394f80cd86dd..7d6f450dd10ad626a35bbd8e704fbb95140a5ba2 100644 (file)
@@ -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/>.
 */
 
 /*@group*/
index 1b44eab4dab2adb22b69691417190727cdac0793..5c53920a637b9fb209a53b7b9143fb162f2fd262 100644 (file)
@@ -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 <string.h>
index fb8ac2c38f7775b9538e33ca2b5af892dd1f9b94..085dc2470d338f7de0e4ee7b9e963307a13c3b70 100644 (file)
@@ -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 <paths.h>
index 008d8488442b9a1fec44428c83f8303e0ec63d3b..20492aa2819d3518b69eb916aa77f0f47b14e9cd 100644 (file)
@@ -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 <time.h>
index f9769ac52aa0278b3a909312a1879812e396e076..c6d0a1fcf8e09a49d16eeb9d0c14177aeea9c643 100644 (file)
@@ -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 <stdio.h>
index 427184481b8b318a32df48efb7ceea69f01755f6..70c57445f34edfa88ba7f2297eedcb7dd4dbdfa6 100644 (file)
@@ -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 <signal.h>
index 22db2858ce443a41d524513ac7d0e2002cd2bd14..5e0dfccc09db1cb6143175b05fbae786105ff44d 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <https://www.gnu.org/licenses/>.
 */
 
 #include <unistd.h>
index 0e0a84b470dcc70e3378f4109b2a2c874a2c25b6..ea2111540b11d195dc35cf8f1b6e6e7cac944f86 100644 (file)
@@ -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/>.
 */
 
 /*@group*/
index ec65644e8760b63e44d70146b92611b14eb14bcc..2bf282a94374b09ce06a3a1982575d08a35071e5 100644 (file)
@@ -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 <stdio.h>
index cd2af31044abbaada0a301cc2ebf85d97ee9b372..edca57739a87a843a485618e9dc8c6a0bc055df4 100644 (file)
@@ -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/>.
 */
 
 /* Subtract the `struct timeval' values X and Y,
index 04e32731d64e4974816a45ab2fecef7de83f8987..afa2b6e8a44b971a1ab2ac89f2bbd213dc2e945c 100644 (file)
@@ -12,7 +12,7 @@
    Lesser 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 <search.h>
index 9caf22017cf72dfb02eaf65ab9866279b060b791..189f63c4599be8d38047937a273998fb678c4cbe 100644 (file)
@@ -90,4 +90,4 @@ paid or pay the authors to work on it.
 
 The Free Software Foundation maintains a list of free documentation
 published by other publishers, at
-@url{http://www.fsf.org/doc/other-free-books.html}.
+@url{https://www.fsf.org/doc/other-free-books.html}.
index 45b457edd91274d566ee0a3ee34c2f7195f5df1b..dc125dc2ccae832a36ef97587d4060bbae6d4c0a 100644 (file)
@@ -95,7 +95,7 @@ supports it in developing GNU and promoting software freedom.''
 
 @c Disabled (printed editions, see above).
 @c @sp 2
-@c Published by the @uref{http://www.fsf.org/, Free Software Foundation} @*
+@c Published by the @uref{https://www.fsf.org/, Free Software Foundation} @*
 @c ISBN @value{ISBN} @*
 
 @c Disabled (printed editions, see above).
index 15a752455957f6a8adc4ed4f0c4e2504f19dd5f4..9e7c67ad422d3cac5cd1d1194b8ab96773f8e68d 100755 (executable)
@@ -17,7 +17,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Anything declared in a header or defined in a standard should have
 # its origins annotated using the @standards macro (see macro.texi).
index 247e31d7b9b99b22215f3f8ad297c50e2657b61f..4c7e77e8a7ac69718669a70b97f9500da308c6c9 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Makefile for the math library.
 
@@ -424,7 +424,7 @@ libm-test-inline-cflags = $(libm-test-fast-math-cflags)
 CFLAGS-test-tgmath.c += -fno-builtin
 # The following testcase uses very long lines (>3 million), so it may take a
 # while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and
-# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
 CFLAGS-test-tgmath2.c += -fno-builtin
 CFLAGS-test-tgmath-ret.c += -fno-builtin
 CFLAGS-test-powl.c += -fno-builtin
index 2017bd0cf4f2debab2d6d1a73c85ccaba15dc4ef..b3d73aec4fdf0972de1f30479bf265990e3f8ef3 100644 (file)
@@ -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 <math.h>
index 1e44b0031a1c25e4af0eaaa92e9bab81e14cb2a5..fc3d3a669e5c736a69a4bd4be688665067526dd7 100644 (file)
@@ -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 <math.h>
index 15ee7a353b8460add754bf1c4122d2ccdda906e0..809c3cfdcd5a9c185ef82dd82f04dac746a12e1e 100644 (file)
@@ -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 <math.h>
index 4f6821fe1f23227ee60f6d654fae37259e60c0e7..b004abfc32166b230a576361ee115422fd2238f0 100644 (file)
@@ -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/>.  */
 
 acos 0
 acos -0
index 650ee289573b7123d6e3d23c2148f7873764df43..f45a68af4fd79d01f79bf4d7e4ee11bfb61ae9c6 100644 (file)
@@ -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 <math.h>
 #include <float.h>
index 57bd32de3b35759f4cd1818b51f27162f118d8ca..b6c12bfca6f37b3cd4dd311f4474a3df3aee400d 100644 (file)
@@ -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/>.  */
 
 /* NOTE: Because of the special way this file is used by <complex.h>, this
    file must NOT be protected from multiple inclusion as header files
index 4b92cacafde2990b6129575ff0af30a0f42bcda6..8f7b786f91f5f73a1ebb7ff820300a0b972a50c9 100644 (file)
@@ -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/>.  */
 
 
 /* Classify given number.  */
index edb9f8f73b7ddeb0ce17f405be8b35ae30148672..e4a347e2389cac5ee0bd6d311dd95a2afba12ba3 100644 (file)
@@ -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 _MATH_H
 # error "Never include <bits/mathcalls-narrow.h> directly; include <math.h> instead."
index 4703b28fee754b9dbe91a886eeac19b51e689914..7216826b0e777f7d265ebf1f7c4b76f76e5e9da6 100644 (file)
@@ -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/>.  */
 
 /* NOTE: Because of the special way this file is used by <math.h>, this
    file must NOT be protected from multiple inclusion as header files
index d48e39974ec60985f9fa94405d102a5382df1b31..cdf6f398b7cefaabc4cb787c8611ee015b070d5d 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index 0c2a64c5807acc26ac6b4a719dbb52aeb7a01627..ae7d5de1da8b62c928aa6ba36d383b3ccb120815 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index 1412fc14d558f9a235491fed92cb80aeddf000d3..5de844665c6d14a5f639f96da5ac154808bdcd6f 100644 (file)
@@ -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 <complex.h>
 
index f3e1d846f8f2a368abb4b7a37ed853f979265e12..ab9ada6b132c23ad237ec3432932e5152b90cf2d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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:  7.3 Complex arithmetic        <complex.h>
index 6cfa11a0dc9e73fd5aa2b333fd942e535c11a456..2964e78fbb29d1de36b3535c520809855bf16bd2 100644 (file)
@@ -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 <complex.h>
 
index 509171f25fc81ffc346b6a14f10c96716d9167a1..4b3aeea12eaaa250ae9404bdf86b4bb1f7d9ab3c 100644 (file)
@@ -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 <complex.h>
 
index a91a415d22139507680fb47251ae47bf3adff25a..32626872065d36f587fd560139c2cff6494c2e6e 100644 (file)
@@ -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 <math.h>
index d578005d8a36b6ad550c90c03802b9872c2eb3c2..665c5d11fcb7545379b27d4cc37d94b8ccfb7f7f 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 24408f7007a85200e4dd58f7a4dccd908c802c41..92a28824a67ee13b727c625763998c5b6ed1a6b8 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 775a01406371f0293bec0d10458d5b8bf6bc0551..cd0ec366228da8f00a8ed77dae2faa7849800280 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 3f69dc9006834a93d67348af6268c7d00b5333d6..8d8730d2f447e434d4bece471876f107a753f0dd 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index e332800854cd509679f3c2013eff82d4444b63db..66a8bf2f5a2c4f09663bc7e3b57945d3ace6c7f9 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 5782fc9db62576e51861214bc7e3f24ae11fd220..4c3194f18acc278b7fb05cdb24aef8e09f2b37ae 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 00ad3f9f55cb30e64e33cb0e8312f62c7a5393e5..1f7119ca9b537ba2e940fd0b0f659af4b7e8dd53 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 3d827d0b893f9bf079f81ce5cec7b9acd00f0ed8..7b866e8a4837ac49a8a0587364515272ebfea582 100644 (file)
@@ -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 <shlib-compat.h>
index 64adb7be3a7ecc9c15cbc7ea46771f121e578c42..67d590e8c0555131882e2f82c8be6ec8d14e90c2 100644 (file)
@@ -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>
 
index a796b9b44f3b9536a5e687321b3897af86394ec9..e516b34e79771bb2b662e630346501d2eabfb6b4 100644 (file)
@@ -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>
 
index 4231cc3cdba38c8b48a3432642015441e13fd401..557a5ddfc939b786306a470ae53e40fc449e918b 100644 (file)
@@ -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 <shlib-compat.h>
index 426722930879cbaef0fa97df250e469a447ec131..81c2f10465a30dfe0d0199e3c5ecf29899bb6b7a 100644 (file)
@@ -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>
 
index 3592eff2b2187f4b15c609bbd74c11d0cc36193c..69d1f2da517f1c306cdb403bb3d4bfe7243abcdb 100644 (file)
@@ -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 <fenv.h>
 
index 5e7471efd52b5ce2e0dd3c148232b47bdd423b80..e05ef26af28f06165d9bca7613084b703972a704 100644 (file)
@@ -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>
 
index fa6514f0f49df1f7fb50788e36f883584705a7f2..ae225b500ebcd41512bb2c88520803b20686c748 100644 (file)
@@ -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>
 
index bcd6ef32ac3ad2f93d64eb613f3b34132d485579..455860b88b27b8a98b2865954c819517bbb2e794 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 7.6: Floating-point environment     <fenv.h>
index bd8e12bb8e5014fea1d43e3af31cef3ea4f9831b..5f520a938ea18f01b7014781e4f8fbb64ed79f6e 100644 (file)
@@ -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 <shlib-compat.h>
index 62ab1eef6e17da1c0fcb4a56922a7d1bbd9dabdb..89b51dfa9387d6918705239ac4d3dfd247e391f9 100644 (file)
@@ -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 <fenv.h>
 
index aac7bae608891bbcc0019c6899b00b019a467fe4..db0bb50dba0e78cb5b36767e946e40ebbc8fbe14 100644 (file)
@@ -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 <fenv.h>
 
index cec0369487ac9eb32318ed8e8f1639736bfdf6d8..ccddc3411982b678f49678675dfe46077d65183b 100644 (file)
@@ -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>
 
index 367fea0fcddf462b70d7f53fdfa8ce48b6aa8754..a6095323f8bdec19a0555f44956cd2b447583e75 100644 (file)
@@ -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 <fenv.h>
 
index 945d1f7a913be8f980da05cd9c16d57afe9a8fe6..1ecd15e2d61d3e49711c0fdd84885947110117b7 100644 (file)
@@ -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 <shlib-compat.h>
index 505e92b624838e0bf040784e738996b9017a3b13..40d9c51396a5c533e4be02596c8129f8f8eab157 100644 (file)
@@ -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 <shlib-compat.h>
index 7c1e095094e245710cd14e872958489dc3c505de..f4f4c0f6e49f0c1e20e23466d786ae519c43a569 100644 (file)
@@ -14,6 +14,6 @@
 !
 !   You should have received a copy of the GNU Lesser General Public
 !   License along with the GNU C Library; if not, see
-!   <http://www.gnu.org/licenses/>.
+!   <https://www.gnu.org/licenses/>.
 
 ! No SIMD math functions are available for this platform.
index e2896cbdafca372c69368ced951d28c67b2e5b1e..08a11cf285fae0b807f68baec54d2575e78823b3 100644 (file)
@@ -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 <math.h>
 #include <fpu_control.h>
index 17b95bd6955d264be9c125cc0da93e7f253eb762..93358844413609e812dd4b908613e8b26c676da5 100644 (file)
@@ -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 <shlib-compat.h>
index 7ee092e4eda5c801095d8501d5802ac474ac4aad..a511ae391b20f77a921faf97b5ff5aa3815f103d 100644 (file)
@@ -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 <fenv.h>
index f0f0dcd7013376011bf3fbeb3aa48353ef294703..db5f080584043663f42156e45d3b0c48ef881b38 100644 (file)
@@ -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 <shlib-compat.h>
index d7b992e2dc7b02635e5928cf737a9ccf81ec9089..e642122a99217a41ac670223dd2b1535dd2af237 100644 (file)
@@ -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>
 
index e56f52b6b4a02558132b7f52b469c1bfb9043987..f15af29a4e0c80376244af0d7ed7c6c77bc6ff14 100644 (file)
@@ -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/>.  */
 
 /* Compile this program as:
 
index 6f9067dfed211fdb719067fba217d3161d63e838..57f84778993095224232c8e2e20372694b559ca5 100755 (executable)
@@ -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/>.
 
 # Take test inputs on stdin, in format:
 #
index 4574215fec7b385b0513f85622f3cdd69c8171ab..81d82ceb12b36ec0fe5c5bbf58c3a66e0b5650c3 100755 (executable)
@@ -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/>.
 
 import argparse
 from collections import defaultdict
index 1c098440f4fc821b72e46b087c1a2d2e7dd56731..ffd92e3ef9497e87081b5932b088f5afe753edd0 100755 (executable)
@@ -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 glibc does not support decimal floating point, the types to
 # consider for generic parameters are standard and binary
index f5fa5b729119948e59b5f9394011d1eae1c14b9e..111661e25a83f52c4c374d5c12a02a5b6feeac25 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index d72781853b11c2868575e5a42fc37d9ea5fa48d1..c3655116ae7d1996b823b77f57e8835b7e15ba38 100644 (file)
@@ -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 LGAMMA_COMPAT_H
 #define LGAMMA_COMPAT_H 1
index e4521d39bd6eed1837d56ddcf7e7b47f47195012..6f04f304c4aa1fa7bc2020c41969972d3961355b 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 3ad45d9dea83f319842294752cc0633fb4a15490..e27fb48652e22e7b50cb11b9a178f1900bbb16e0 100644 (file)
@@ -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 "libm-test-driver.c"
 
index a49d2355da54fd7cad8e98e35eb7d6950f5820de..b491fd8cde81ba7ed14fcc03491add7f3c12a0d1 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 9bb51d8ac98c66f4c6bdde5f98894717038856e9..e92da2d32eb3021f2fc4d1bd4ae55232522cd961 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 03bb67a9614fb84dfae5029cc69ae89246df54e2..174aff4d86fd80d1fa93b699fc63992de732f6ed 100644 (file)
@@ -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 "libm-test-driver.c"
 
index ad93c9638827c4f15ecb873499fe60717a09c779..99ce0cd05d165f8955d07c6c558fa0fe51c69e63 100644 (file)
@@ -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 "libm-test-driver.c"
 
index a86fc6539ad05bed77619bb265a9a614c0055a5b..5d3660d7ff71de98a55ef2a86483030ad2e6805a 100644 (file)
@@ -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 "libm-test-driver.c"
 
index e9160fe559b61a026e89f116c080bf7505a596d4..edacff6d391af76abc9834989cf19a6886129ce1 100644 (file)
@@ -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 "libm-test-driver.c"
 
index b2878296c5fe15970087b3369fab37dae2a4b9b0..2953d213244a90c13cd3b3b38b6dc910ab70766d 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 2acbd22ad16cbf9cccfb9e17c31f0176075801ec..bc17f9b95b91715ae05a54ba98d11856dd074b1b 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 9f6c18f1f42152fc2a24c364c4f170fa139df447..c02c9f505433d62da0d07f13b602165cf43dd1f1 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 6a18df376b108aef7283fceb4a3483003b85dcd7..f17901ff200915291f67b3acaecefe707e0d9b57 100644 (file)
@@ -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 "libm-test-driver.c"
 
index cbfbcc30d7e5c892ef4e14495332c04b5eb64d01..a1d71818731f5047f2918c9211955aaab8c9a054 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 924822565b181161483d21bd7b4b9d7f7bdc3ab9..4dbdd25feddbca0f785d16e3daab7b3dc24ae3bb 100644 (file)
@@ -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 "libm-test-driver.c"
 
index bcea37255d8fc7a8088d3a9ac7653253cfc07aad..a3e380756f96a16aee01c1846ba3118405235e5f 100644 (file)
@@ -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 "libm-test-driver.c"
 
index f8378aa85890a73843a4084d41504013be5df9bb..da1fb251c884a46176845cf4ec6f5ce00e6bb3ab 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 6928377a87c86e53b73bc88f82ae55dfa100d8b8..330a393de0757d43ffafe5b2f9d16eb2b74c0aed 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 9334856473d3dca9188cf2a0435492312f043a26..049bbbdc34dd0b67ef0a411a4060c124c14d8e38 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 323ac1c73f0eb3df7aab5572a1f55c32034fefad..902cf20ff818a948aa8dd3714d1e8dca57cea293 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 1476a8caf2aeb4e7fc26188f60c28a4f676ca454..8caa9fd8d8ffd8661037e1552dc38ad9abd1bc0b 100644 (file)
@@ -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 "libm-test-driver.c"
 
index f0a34a7f666720e6be0eaf83df4cd213a1e33a82..58ae43c97ce3f4fcaaa5aa3b43f5568741debe27 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 8aaf8aa759193d55e8bf74ebbad3531cb77632e0..9b8ed063597e4d837a543b7d3f3ed55c85df5f83 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 40aa5a07c21170005b3d11c12bacb0064d3acd0a..6d9486ed37dd9e8d9cce69b2d7e346b6f92c8289 100644 (file)
@@ -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 "libm-test-driver.c"
 
index eeb5dc16d17250013d94d80559d5c40a45a2e1d9..aff58030d001d12dc150bffb9fb12e070c320787 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 313e9475c9374f04dd3ad8a5d5e4e6089972d2f6..5af74c811598a87d8317649e602330fcd6f5e883 100644 (file)
@@ -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 <shlib-compat.h>
 #include <first-versions.h>
index 5cbe8797a30cebfb73deca3f81914139585fed2a..9e8eb5c6515563d8022a2b968d7bdfa636cf137d 100644 (file)
@@ -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 <shlib-compat.h>
 #include <first-versions.h>
index ddf01a373f49738ad6a7f11ef0076382e686af30..595fb8bf942b50511ec73495f9e28d14f1290915 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 2c81aac4ae2ca30882f27209daae668c5d8d3543..fb3c808c37b3a1feb0e7b0c71b92779c651e84de 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 3d771f4afb0cc50acb6f875a1827c18f7ee764e0..80e6a963a8edb8a19b1215d75dee2fd28120bdfa 100644 (file)
@@ -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 "libm-test-driver.c"
 
index f3079186ebf6792e853a84b01be26fdb84989597..f1af609c8536f27e2769c827448d5e8712c1108f 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 29a65087257963568075f4cc95fba0eed5cd71ee..a1885050ac0f627f0b8fc60f2b8006cde5195dd7 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 419a0a8a12f3cfd77696fd2a8be6627d3a6a3d6f..fe6a810cd31b747e91245e480adcd7426ac4967a 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 325ac40575d7e03e67837e435e8dd872d586bb21..ec55092ff93ad3a215a5fbb0c9026539b5ce8df9 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 743914dcb1c6c22e9724b29529eaa47f3d26731f..33a2190ed2271f01bd9fef4f05e5fec54a127cca 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 440d60b60d753679fd1c08ea0e488efafa5071e6..bc5a903552eec5b5c12e3447a8df8962dd7a9dd6 100644 (file)
@@ -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 "libm-test-driver.c"
 
index bf2df354a9c2b1780eb756ede5db6a3fc14bfd81..c5c3db2818b2c26abc385a93932ca48342fc6b1a 100644 (file)
@@ -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 "libm-test-driver.c"
 
index d3b2a2c095211303d69f890a0bdcf78b5864e070..126bcc087636310477099c6db7f4787f7cd0f4e4 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 68aaa6f4e3044041c4b0a5ac34cd8fa2c787233a..3cb8272549bf92905dc0a91725c4c2f4379f15f2 100644 (file)
@@ -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 "libm-test-driver.c"
 
index d9b9b383ad67914534eb6d881904ea2e06d07925..d247294a6bb98058b781f711272b8ffd4b7ea790 100644 (file)
@@ -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 "libm-test-support.h"
 
index 13ed3732a5ee3e087fb39569002f7b593dc95b94..19c2c431f4d6726681dc4ea888500d9658fefc3f 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 7333f083dbcba14e4b83af633507d5a7b7e22f18..bdafa506d4f3e4d27e63a30ca05bdf3e37422e3c 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 4f885bae322735fb8b907781babeaa3b78789830..5ef286d45273fe16960d73a52aa67f3738eeb778 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 7218df922779aeea217e73fcf1ba799cd6f68771..8a474f711806346675fec5f0e9d8deb67acd7224 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 9850119c3effcac164c069b21b0b3107cd373ff5..a34a454927c67162b5b91aa66dd6ef5433c82c31 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 4498d3798b17bcf9c71b41a2167efd54e03ad1a1..8536cfe124bfe75bc53ab7771a01ac8ebc413969 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 22d8d0499e1855be9144d608ae32ea29cb04e4a6..6c97f25b2e392eb251e47e5252e6042c4487222b 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 95d52940f22c6933c64fa429e62b923c1919e490..3eaca99b8ce2393fd11744f1ad79017dcb5ef29a 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 815629e0ba4af1a684280d4e1f5cbe0d5f1636cb..c8d17633ff6f617ebaff48ebbb5aa9b81b2fe25b 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 0e0e4794c7f251571975d952946094812455eeb4..ddd1b704f80fa6c39af9ebfa3ef30e4ce827e112 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 7bc3268bf10ee31bc55ea72349b9b4540331326e..8a62e07d415428308242a57d8e595f1bfa4e2d0b 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 88b2e8703c3ca82703827bdabaccda99edd44381..77551ad19eb9df7bb71d6b0dcc41e312b5455d03 100644 (file)
@@ -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 "libm-test-driver.c"
 
index fe627e261de9f45a60fe75fdbf007187b4c27ea5..05a4cc879febdd914530c42e42e6429234ec308e 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 57fd4bd2940bb48e2da16859401584832c88b0f5..0d338d29e846a53e729eca5aa3226b90fa912c6a 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 6f2cf980cb7de7fa6cbda6d04cf3363305bad2f5..c0b0da2696432d3c96a154c5d502fac2686c8d17 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 9f93f798589274c4872f2e83fc87ec9918747429..cd2cfedc78c33fc6769db726c73273021b31a1ad 100644 (file)
@@ -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 "libm-test-driver.c"
 
index d0c68323784d27594adb644e4920acf1e51eed30..c2be1dce8c120722e9b06b558b48ade984cdd735 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 6a92d68738ec508b4d249766cc9d0a21069a754f..0e557534e3cff10df121f40e82985a34819f2fa5 100644 (file)
@@ -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 "libm-test-driver.c"
 
index f72401605aa765593aeb25128770aa33f05f8363..119f8bae61ed24ed416af281b32d0b0af0587a87 100644 (file)
@@ -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 "libm-test-driver.c"
 
index d93c25653e548fd8d73700453286ecbacd483dd7..5a0f385b97bd3b78454cac76f485cc0fe5b7ed01 100644 (file)
@@ -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 "libm-test-driver.c"
 
index ea0212458aaca56a6abab4cc99cf0cbfae31416c..dd8edfc8c2cf2f8cc6735b379d7a05b96a8958ab 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 291f36e20f497c3c4c86051dcb737492dbe2775b..70afa2248abcf51f6038ce1d69625d752ed3f5b2 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 75642f6134b866eed9d264ea7c5aaac490a77f4f..0d93fa35319ffb342dc634b6480b115e0eda74db 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 1cdd28aada2f3dbe34899cf2a477182ba2cd7dbd..63a1c8dd39a4ebbf2069dc4ee938f06d38919dd0 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 1f91a25331b4e51fd262e9b56be47ed41574cf4b..3f9b0a639c50bf34a2ba7de0a66e958c8ed7e167 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 467952131d722ba31dffcfb0adadd30ebd9540bf..60435df3b65dae78249e46e618fcc406bd22a83d 100644 (file)
@@ -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 "libm-test-driver.c"
 
index f3522774822bdb4379f521199af0e007814d89bf..9e89baff94d0165c30cc5f33e87f69b20d070bdd 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 4a84e0b9e625b2e51dd673d307974753fd64cb73..9908b4e184c19ffe7e9aa7b359f4afc25a415fe3 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 061efceff0c84acc41831939bf1329f84076c3fa..323b38484e1d900c0c5fc050d80640a778106f72 100644 (file)
@@ -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 "libm-test-driver.c"
 
index c466903c35c0ac7dafad20fbfd0ee7edbadf06bb..efc2c7037425329784f2882a4d50456a2897163f 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 5eceffa285a99bbcae03b1b93ffce2c6d66ad5bf..7f35faf413b361dfec0e6bbbebb935cc5c2af4c3 100644 (file)
@@ -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 "libm-test-driver.c"
 
index c3f188728e228afb894b06700346b52bef0501f8..2423ac2676bb610aeab91f6d307aa44a797fe365 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 284a959199b3f3cc94ff608c18df5470373a24b5..e63fa92e694b323a3006d0a06da7a4fb8b525003 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 56bef527b22efe11181f111bcfc3779c8bd03523..aebb185b64e68e6368d661bb6a3bbe66f4853f82 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 39da11fabfa3d8289451020c478fbf8551aa1843..d7e190cf8d44a4ac340afb2ebb6b37039c7115b6 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 46583edc720b319daa9357e0fa82347cadbb19bb..795c0d5cbbef714fc0062fdafc77378e86775ac3 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 900cc2446fd5b9b5c2b04ecbbbcd7e2a93b99940..aa7c51f4a7ded55f1ee9812dd8fdb830800cd2fb 100644 (file)
@@ -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 "libm-test-driver.c"
 
index b3acc41d76c3cac57d21c87701c9cf00ae839e17..ccab7509b65c03e8810c009e4b438cb4236a5939 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 6c243fe33f02ab7738a9deb03c3d3e4ff54008a6..c855359ab92adc761061c14cfe83ecfbe3ff37ba 100644 (file)
@@ -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 "libm-test-driver.c"
 
index dfcd1a67a61ade15c5a16f42cc8db9147e905967..1969287bc60544a9785f456ce6ee26b08e4bc471 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 29280aa9f6124138d4d44e16292b0f604c1978b6..26f58548b556c50f01b75dbfdab0dfcdc941febf 100644 (file)
@@ -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 "libm-test-driver.c"
 
index fad66c2ae3493c75a470faa589b34d571b254fb3..7946a8ab4f072f7287c60a2ebe55d7fd54774010 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 1423cc7a6167c9ff1593b9ace4d7d3da9f52c4c9..4894c887714abf42960dcf9025192be219bb3782 100644 (file)
@@ -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 "libm-test-driver.c"
 
index d3d5ef7465a22eb8ffc4ce9d061c91e95486fbf9..50197ebb6c2ed042ff63fc63a82d1315f943251f 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 3f3a4a10bbc64f437d62bc527838d06bb44465da..1f3db58b09fe43177745b44707b8d098d5c3fbd7 100644 (file)
@@ -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 "libm-test-driver.c"
 
index c67e0ece155da4186bb53c8e4a6f6e4c225bd8ab..e47fddf2cf5a5ceb080fbd666631f3c18d06ab61 100644 (file)
@@ -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 "libm-test-driver.c"
 
index cbf1746093bdca726b2a9af6572bf27c72537632..d3156c5297acec51512039c14c33b113f93e88a5 100644 (file)
@@ -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 "libm-test-driver.c"
 
index ce8f0be9baa226cad0cae6a5042bd377a8e146df..1c6909c1fcc92be7492a68d4609a38a85acf0583 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 9f26711cc09619230439aaea864e0b95b87eb322..27b9347b65a243a1fa22fd8e975ec2a2365ff205 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 7d7e58a051d8a80771baf51a1dde90ad070dd99d..a86481678f70471ed3fa14a92fedbaf5203d08a1 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 97fce1f630241eccdc2c19f6c4f42022ac6ecbc2..2f9ccefb8711e20d3cffecdd88a7e70474e72486 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 152034c3826011e75478673b44cf6f97414c5820..868309d4635da44b3804e6def0c0667340e5fdcd 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 6ef257b79516e69d1b6ce09336e59109af7069eb..fb5b04967ad2b923be4a977447a2c4c7d6890f29 100644 (file)
@@ -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 "libm-test-driver.c"
 
index dae4d8f4ae0ede29b67036126fd25a8bbdf848ec..22e0477ed301bda7464bcac1921e9ab49f4cfa5d 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 97106066a961919cb84590610354b0350b663ab0..43fe9472cf28efc4a8624872792f0e7dbfd168b9 100644 (file)
@@ -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 "libm-test-driver.c"
 
index d517e5d7912d423dde30f30236dc58ee7367099d..2f9ce93d963de57fae07cb9d41cf8ccd7e7c2e2a 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 87986b1f0a95cee8d0812b81280e463f03604e98..26fabe14ac29fe0b984a070ad0dec433e88ade7e 100644 (file)
@@ -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 "libm-test-driver.c"
 
index ec8c82002ce41adf2a4930dd455e586294f2756c..af9b0bbe26089ed14d41fd4a857c9ca0a149f613 100644 (file)
@@ -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 "libm-test-driver.c"
 
index bceb8dc05e93c5e6acdf9dda72ef5f028ebc2453..4bfbfefc3fc2a6d4b84a0cf5472c46a7ee59251c 100644 (file)
@@ -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 "libm-test-driver.c"
 
index b591d8400e7a6719656f5885c329d8ff3ed6fd8d..db96dc2d0e2a959b3384aca0e5b247298e6e9e44 100644 (file)
@@ -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 "libm-test-driver.c"
 
index fa821398724695477a2325af5568999419d16716..e49354b8e5109c6622916d6af83637c2c20a78ab 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 21c72520146c54e19e8df566cf4335158baf5ffa..c28f8ec9b85e135b0f222f1c548c82ebce561cbe 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 08afd7e918ce321c20fffd7a0661cfa2c1d8200c..0a6e3bf9be77cc8b97eb59363735319e40293932 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 92dea2a3ac1f031943c62be196b29d03fc199d58..c97972819c7618eb7e5554c67942b951a61b194c 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 975509365a7d5e1e36bd5240cae03d798d1a5c68..4305bc59d63471fb1e9aded9cee7b67433d66348 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 6ff0c1e1b2049a29c8a71bf4c81a2ec7090c3137..58fb69fb35ea718f2f1194a727df523c6293010e 100644 (file)
@@ -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 "libm-test-driver.c"
 
index f8ba170f2100e334c6c25f65b6591c5e0582fb0e..11a3800d1a6becc7eb5d644eb516b016db6fdafd 100644 (file)
@@ -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 "libm-test-driver.c"
 
index f86906c61608175857d86c3f62229dde633b1282..39d5aa3047578e20b0ed496aa7ce4c5843801382 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 1fc4fa6f0e7ffb515a47a831d67ed6c85f76e7da..2224ea1c289de15fc53b553ce2056e1c45b63f76 100644 (file)
@@ -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 "libm-test-driver.c"
 
index e3acd35e90e5337abfe9c1f8fa9fa22907b0cd8e..3d781b0be8bf66bd0fdf092102a90616966e4353 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 8b0dfbea65fac90d74b618c4916a872d6f5d66fd..a86e539806f5040dd007badb15c5f6aa8de665f5 100644 (file)
@@ -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 "libm-test-driver.c"
 
index f54003d014a8558b1706ddff704f9b88d29edb8c..1190a466cd376524c1bec499c0873400949d28eb 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 25b40eddfdbc911a220935f299c1b9fbcbfaf7d8..808a015b0c3021f898a28c27776f3306102d6b90 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 975f1bdecbd761bfbf9c1b39817d6a646d547e32..7d5222af7893776f46b5e59595a728c7491f534f 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 73d0f610eed8e7ba42168622c6c74907d259160e..26d67cff88ed27a1637a305a09253d1db7456c40 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 74c9baadb70031cb9099b03ae9e66886445d4407..f0bff1830e4a96601f2580a0f7417097065cd17f 100644 (file)
@@ -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 "libm-test-driver.c"
 
index e3f1cd8ea684762c93f2b4cd85ef4955fd3b9cdc..9d7adaf74a9b5aa29a399b001ca53c4aaba52d57 100644 (file)
@@ -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 "libm-test-driver.c"
 
index b69439733e4ff9968b40e31d0941b168daca70cc..156aca5e2a900163480097ac48eb3c14a68e4405 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 5f986da75229746e62368583d4d6d8602b86d25b..9ba673486bbdb6cb800e5c33f0ad2179a76eef74 100644 (file)
@@ -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/>.  */
 
 /* Part of testsuite for libm.
 
index 2b8d5a3d889a76cc1e678d5db190944d84058cc4..de367fe6f55e38d3a4229749861c6e4c183375bb 100644 (file)
@@ -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 LIBM_TEST_SUPPORT_H
 #define LIBM_TEST_SUPPORT_H 1
index 5051d2b834f206045cb3ee78ee88d10d1a3f48a1..263e4e404e27413880efb1f86948cc3bacf55176 100644 (file)
@@ -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 "libm-test-driver.c"
 
index a4c559d8a4949d2b7ef13935af1ad8251ec8fe95..02e1d56ff1a5526de6708ccc2f4361f40e88da37 100644 (file)
@@ -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 "libm-test-driver.c"
 
index c799286f9e9dc4e68a7712a17fed55bcb088e6ca..5a84aa41aec064f92661f974593af22887abe17a 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 9f3216b485ee45cd98ec5af6adc29fff112cc609..03b957a3c20d1295019b5e656c53dbca8617b7bf 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 78de2c755cff65651e85b8ced4ae5966529557b4..9bd96250aa442901b774f8f7e1baf21752bd103a 100644 (file)
@@ -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 "libm-test-driver.c"
 
index eb6240725623e28a2cb6faeccbf08facdcca4758..903ac9a68263ad0347a5b2d6a008e207a948d849 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 8c54560b634b13e8e60c1e1f669a85583c904028..69b1a8027825190ec30c4ae4cf06d5387a9294c8 100644 (file)
@@ -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 "libm-test-driver.c"
 
index b0ace4ec601342d6cae22a054afccee1ae3e0b4f..68b33fec18b1b02540c07af4e0b64f496195f807 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 27626362611edd49f4b2251312c7c150150669f4..dcf740bb9f67db039849b3dbc3eb7c8e4faaffc9 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 0d7d1d9425409b3dab02ebf0ae39e384808921a4..d2cd5484903eccb1e349b062bb0e4ef60d59b4c5 100644 (file)
@@ -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 "libm-test-driver.c"
 
index 32883714cca57c295e6f2b47b95ae979572670ef..26fddda8e1a88d97d4a57011616a6ccd0bb7cefd 100644 (file)
@@ -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 "libm-test-driver.c"
 
index d03ba348fa7abf77534e3d3fc5ccac4105a8001f..999c5391a66f1d72292e758f5785a10635f1b91c 100644 (file)
@@ -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        _MATH_NARROW_H
 #define        _MATH_NARROW_H  1
index fd79984065f80d323a6412ef5af0b7757377556c..2c50bfe37c93b7eec688560681199a51f8c621c2 100644 (file)
@@ -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        _MATH_SVID_COMPAT_H
 #define        _MATH_SVID_COMPAT_H     1
index dba163f53bf3dcd749319f182bbd8ec6039f1746..233e90757ee8c38a1edf1508c87e5d6b76b22b1b 100644 (file)
@@ -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 _MATH_UNDERFLOW_H
 #define _MATH_UNDERFLOW_H      1
index e738d36e526c28cb93a44e55a190210736d35208..499793775d09b550f91206906e617edb0aaf2f8c 100644 (file)
@@ -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.12 Mathematics      <math.h>
index f001b4b78f60fa349c56e87d50aec05b7c700b06..8f8402ededf8fee40f38e2522bd7cd4b80bda5c0 100644 (file)
@@ -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 _MUL_SPLIT_H
 #define _MUL_SPLIT_H
index 9688e8d1d1e5958e272acf8aa75ebb6c6449e9c6..1058b5d81da7da773f1cbd7b4024285128d52f41 100644 (file)
@@ -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 _MUL_SPLITL_H
 #define _MUL_SPLITL_H
index 46144942c48e083df5b5eda1fb2f4e9ec8aef6fa..03c3d6273752cc8a3917fbc8e2f4e65ece0bb3fa 100644 (file)
@@ -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 <math.h>
index d707e5f84130d48587ff6ab5dcec4ae399472879..c6804336c073f5284a1879f8f801faed7c36cbeb 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index 9cb08be5ba26c3d5849cace5bdab30c0bc2047d2..e9cb5908a30d387bcfefc86fbcabacecaa15b21d 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index 838bd65c0090b2990b94d080ebab7395a18403d6..81a74a7eee16be55f9e1bd351dbf0b35ac5cb386 100644 (file)
@@ -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 <math.h>
 
index a47e9698b3ac0db0f1a20116c78d7cfc5ee3b33d..540f2b504954c5329bd892f7da7a17f094b54fa7 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index be81b0641422937b72a9c4559c9bb4c8e86e2917..f87c95f41c1006abc85dba6709ae823f827aaac1 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index bdbff86a55f0f2de05e3c9a147b1c719ec214764..999578672e1bb043fb1c702269183607e30de906 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index dc5b7df71bf24229736a53f4975138e6624d87cc..5dbb989f0b8f9a950cca9fd0d0c5307016ffee10 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index a9f02e3dff3e7e92ef22e4fa1306ead00bd68019..eeab6d4519a414ed5458307b0c992dca08972e66 100644 (file)
@@ -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 <complex.h>
 #include <fenv.h>
index 0b92dad455ea2916436e3c5aefdce49461de71cc..aaa2489ec33d2e306eb5a5ccbfad98707f8df078 100644 (file)
@@ -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 <complex.h>
 #include <fenv.h>
index c1c74ae0ef2a50b5f9b8ac6bada3e35012273219..6cc895b0aedb9bf7529ee314c1f8ab5126be87d2 100644 (file)
@@ -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 <complex.h>
 #include <fenv.h>
index 6a11f685e85881c2a87f655cfb9d46923a8a0b26..8a8a735edefdf47c2c3d05eca4f352448cbc9806 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index aa7f07a8ff14449a2e0e43c4eb149e8b3aa13ff8..1adee58bd94b3b543e333619762d809e6795329f 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index 25029c3a933e2086f31acaa9e2cc1a0104544c06..7fadc981ee0ab14bd12cc8031dcc2df5ec3ebcea 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index 8a17730c762181055cc6dfbeb7a6d0273d31a03e..7d82efb5588a1aaa68188ef87542a0198eb52b6a 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index abec0b26bd04321db69b177a395233adbcbd1ea5..2c0b18dd34bde7976a7de34b69e3bea9264d7e38 100644 (file)
@@ -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 <complex.h>
 #include <fenv.h>
index 38dd44cdf847fcd09e764eb53f0ed267306ac361..7bb75fc3899f974a68f18e86656fb40e90560fcd 100644 (file)
@@ -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 <complex.h>
 #include <fenv.h>
index fa3741a1f5649ced2fe430e55812f5b6f1f06134..d7caeaa4af458e01f3e373db6c98e444f645bca4 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index bfc48b7fa394d0917e30cd9f40e6a684f9fba5d2..5462987e69dba883fc6fef5ddd82949b8ef6ca1c 100644 (file)
@@ -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 <complex.h>
 #include <fenv.h>
index 7888a976ece8293060dfbed6678b461c18e97e10..b87c95bd10b2199d76a9c02cdaa84dd3519159ec 100644 (file)
@@ -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 <complex.h>
 #include <fenv.h>
index f26eacd76f3fb6a968313cbed98044e5880c724b..280504277384e2960231e8f3e8c2fcc7c5a1e688 100644 (file)
@@ -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 <math.h>
index e3a531821bfffb62aa5c9b07f058cc038ad5ac06..05b71c38fcf040a1e112a2b247bb90258ca9164f 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-double.h>
index 5768fbccf5c19a879837fd4b1fb445ecc921d42a..bc88be0674fd15ca4b68d209e4e6fd7f907ada1e 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index b50d7270b13f6a36244e6a56e57f1cf4a295874c..c76a8218fd7802b7c16a1ec8ecde9e567eba571f 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-ldouble.h>
index 69568c65a299bc8f08da0318083933cfc5d20fc9..098c1e55b4980df2116aab13d4dbbd097f3aa0dd 100644 (file)
@@ -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 <math.h>
 
index ec95cd43920cf42a050ebbedfa38fe22b1acea4d..1ebe4cc11f74d1479c442c6bb4236ee757834d07 100644 (file)
@@ -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 <math.h>
 
index 84c8ee1565bfb9454066fc1cd36bdc370f62b2d5..259e28065f9c7186cb6cdb07e7e7244f7166eacb 100644 (file)
@@ -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 <math.h>
 
index ce3d36305fc395d814486383c7a208963e604119..8f1b3d42a20f5f4762d63f664903c92ec569af34 100644 (file)
@@ -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 <math.h>
 
index 0bd75d0898131f3f7b1421926088a4f1f7584b2c..73f7d9222289211b2566cebd751f80237b09a0b2 100644 (file)
@@ -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 <fenv.h>
index f56ea5ca30a8df7e0bd464d1920d23126f325972..0f1fc3a3f23a8038b673ffd554e4aee6e1d6cee8 100644 (file)
@@ -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 <math.h>
 #include <stdio.h>
index f4cd42a2e1efe39f27883f537e08aa340836d99c..3a2709996e63c3f17b72af5ffa41d078655c2067 100644 (file)
@@ -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 <math.h>
 
index 8aca6f93e61b1abe87e79689cd234665b83df6bd..7318b2800315684de89d96fc05e5d19934f9765f 100644 (file)
@@ -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/>.  */
 
 /*
  * significand(x) computes just
index 33f05acb4204d5acae42a1b163d0daa28a588c98..f65c3c6bf4ef90a54f1df034ce1cc2fd1843e228 100644 (file)
@@ -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 <math.h>
 #include <fpu_control.h>
index 03c8e629319350d56dee7c2662639409dd4cf1e4..11801c9841b71af5c717389922b653b8749511ae 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define ARG_FUNC(function) function
 #define ARG_FLOAT double
index 5b699c3345c50fe2fb56b9546c89b9808bb10f4c..4f5815af30015f080dd9604efaea3936143deda0 100644 (file)
@@ -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 <bits/floatn.h>
 #include <float.h>
index 3a9d9a81bd5bf8d7f008ce5d3b8ec133fdb4f765..fa7c9c5490119c2ae768905742c84d77b3d001a4 100644 (file)
@@ -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 <bits/floatn.h>
 #include <float.h>
index 2cdb0bffc8258b4a87b874f791d724c3a0be2af0..6be7dd0a5e0ef6be26ced1dd813f5b9388bac04f 100644 (file)
@@ -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 <bits/floatn.h>
 #include <float.h>
index 29a91b4c41be5b14f5ecf7014b2a4b5bf1bd71cf..9c9eabb973fde6126e69cf73324f90695dd56520 100644 (file)
@@ -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 <bits/floatn.h>
 #include <float.h>
index e3462c0a055408cb97c8c18a0803bf57bcb162c2..4fc4cbef9a06606bf000d82d48e654bb6ffa9764 100644 (file)
@@ -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 <float.h>
 
index a5bbad6bee5caee5d9d9f3d9e2bd590c37d0530b..c006f13091b817415df3a5e9d5156cea54c4e920 100644 (file)
@@ -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 "test-double.h"
 #include "test-math-no-inline.h"
index 62589021f30dcdabe0f4ab61518e2eb70ffa9b79..c302eaa866f4cf46e7b021e81052aefb5595a2f1 100644 (file)
@@ -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 "test-double.h"
 #include "test-math-no-inline.h"
index 3829a17d3e69700f58085c905899c97a4cfd573c..15af0a32ba8b1bac022709c838f55eaad1608bb9 100644 (file)
@@ -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 "test-double.h"
 #include "test-math-no-inline.h"
index 00e8d64ffab3fd99a8eec187e6b40c8ae3a3352e..d80a991bff2ab46551d7aefaf3fa80006e2dbcde 100644 (file)
@@ -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 FUNC(function) function
 #define FLOAT double
index 5e5352f4daaf0ccf5d0e0b44fd0ac9c055113060..48debdcf3b1ddbe76cde1be00cde50e0bdc31739 100644 (file)
@@ -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 <fenv.h>
 
index 68560f64604732125ac305d2d4d4f119aa2be7e1..29d060e516a8fc78410e8c28b03508935204bb7d 100644 (file)
@@ -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 <fenv.h>
 #include <stdio.h>
index f598b6a396b1e3e9b77bae5068006f39a491eac2..0e1719bc63c86d3a3f8466fa7aea9aa9c24cca2c 100644 (file)
@@ -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 <fenv.h>
 #include <stdio.h>
index 470a1e4a069bf29cf6f79a3e08a1746c864943c9..143060428815dfa758273c18d267a4a25648a52b 100644 (file)
@@ -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 <float.h>
index bcce60f7e409cdf16dd7de63d8800fe31f6035ee..e8c099816c23a28881d251fdd3628dd3027dda6d 100644 (file)
@@ -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 <fenv.h>
 #include <stdio.h>
index 4ad5288c86c39ab57c0b7bb0bf3ab1f0fa0221c4..fcceff1c27dac99285b535cefd581cd523935384 100644 (file)
@@ -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 <fenv.h>
 #include <stdio.h>
index 46b763f1385acb1707330826ccd035b9f51f8b8f..a2bb8168735eea3959e97a908d5e5a2b5bfa7730 100644 (file)
@@ -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 <fenv.h>
 #include <pthread.h>
index c7b14d6d651e49a0591baf1e5f1c3bcb4f93e9fe..688b6d9878d318af6ab3bf850c091cbb5d24683b 100644 (file)
@@ -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/>.  */
 
 /* Tests for ISO C99 7.6: Floating-point environment  */
 
index fe0cc435b13eec136b206748f290e362015161a7..3d1f127344f76a47d295dfa195584acc5a9f40c4 100644 (file)
@@ -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 _GNU_SOURCE
 # define _GNU_SOURCE
index 589922aac544f6b48a2bc731ead91ca35c45c32b..2b25598817f835e66c05db600735fe530b0bee12 100644 (file)
@@ -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 <fenv.h>
 #include <stdio.h>
index badffff4a4f76dc0ffec18e4fd539f08fcfc00e7..756e79d8383ec2c63ac440c2d9e9f382018b5472 100644 (file)
@@ -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 <fenv.h>
 #include <stdio.h>
index 2052e4604bf748ab92240121534c068c9aef8ba4..c5ffd10e1cb50c38b86167cbb42138ac9b8bfb5c 100644 (file)
@@ -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 <fenv.h>
 #include <stdio.h>
index 468773fe0d104b67e69134bd3c145f186887f9e6..97d9a93ca9b3079eedee709af0ee6d9b178133e7 100644 (file)
@@ -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 <fenv.h>
 #include <stdio.h>
index 795b7cd89dca8bf6243bd9d2a11097f1e46fc962..68e4c687561739c28e917963d89dad93ce719e9f 100644 (file)
@@ -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 <fenv.h>
 #include <stdio.h>
index 14524a357b837d020f48aec10d05ed9ca1855c4f..59b65fa9d9b8a507e58fffb40c5a20e19d40da43 100644 (file)
@@ -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/>.  */
 
 /* The main test is that the inclusion of <math.h> compiles.  */
 #define f first test macro
index ffe8100aac43f82a93a3ccc553dd9fa695caf556..4afa4d11c728f23ec4e4b02b5b7176d4adb9e3f8 100644 (file)
@@ -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 "test-float.h"
 #include "test-math-no-inline.h"
index 0807536fba1bb74112d01f000cfe07ce7790f4eb..8a6fd61f8f45390afa2889c027c09243d1cd6317 100644 (file)
@@ -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 "test-float.h"
 #include "test-math-no-inline.h"
index b50c96db7e2497138ce273e1888ddb395986a69e..4a6e3955c8d48095773ae39fa39c2a10404ab401 100644 (file)
@@ -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 "test-float.h"
 #include "test-math-no-inline.h"
index 4c8f8c72aed6bc267f7d184bdb7f90968adedb32..f788d54d21fa2bbfed790c297c2c81674b4251d7 100644 (file)
@@ -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 FUNC(function) function ## f
 #define FLOAT float
index 286479b8e8ac6c27807bf7d845bb379b30377800..10b1fad5f5ab9de259a77608e9dcaee9b49741ec 100644 (file)
@@ -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 "test-math-floatn.h"
 
index 47d1dfb4af366a8664a8aa51c452422cbe6c1910..358fb6e70e39e5438095f6b40bdcc781db6700bb 100644 (file)
@@ -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 "test-math-floatn.h"
 
index 2c5d0242f7cc40368d20ba828413169e1db75307..becc2f0d38af70140cfaa8e81d828de548f3ecb8 100644 (file)
@@ -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 "test-math-floatn.h"
 
index f080940a7bc346dac2948260ee43c4693bae727c..09109587f133bad1e2317a215270d975229b832e 100644 (file)
@@ -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 "test-math-floatn.h"
 
index b0e9f0547ec8ac427b6ef127e9efab012b23b1b6..1a080c33a90d75f86a5f5dd4dc75a5447c8e2f0f 100644 (file)
@@ -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 "test-math-floatn.h"
 
index 03558b76bbe6dd6908ce22e16630c101da2ac0a7..60a4289548640cfd615f4db4ccc8874338fc7884 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 668390b47df9a29757ab47c4d3f80c39bbf94857..e6d2b9c3140f73d4c4cdef8815ec941fd51a7498 100644 (file)
@@ -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 <limits.h>
 #include <math.h>
index ef0c0542773e4d9613f48c72d967d25aab8e87ea..18d9059d7f0df723afcd16db4701a54671c2e2c8 100644 (file)
@@ -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 <limits.h>
 #include <math.h>
index 0bd7764624bb760776bd48cf68b92ef1b7ffa7ec..7e0e283e716050ceeec6b18263de7c5b946c6895 100644 (file)
@@ -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/>.  */
 
 #ifdef _FPU_IEEE
 /* Some architectures don't have _FPU_IEEE.  */
index 4c08a6eb63d446dbcbed3fc43e4657445daa6f2a..ff2cd10cda0c0df33af1d286fc25af253c9e75be 100644 (file)
@@ -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 <fpu_control.h>
 #include <stdio.h>
index 1d134451f69900723109564551b493ef0afc245d..81e975efa0509aab1485e688bf45b671c5a0a303 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index e3e0a776447cb1796251fc7d66294d1335325eb5..e157681d0f5775f4f086e2fa001757c10a50e49a 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 57610f6fec745b5232fbbfd77fc787b4ff17d70f..539064fbd92dd91704d4b031e25e898f15c40d20 100644 (file)
@@ -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 <float.h>
 
index c6090747564835e15153c31612f5d2552b674a9b..b515125196f1290d252698628860d86b5622bc15 100644 (file)
@@ -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/>.  */
 
 #undef _GNU_SOURCE
 #undef _DEFAULT_SOURCE
index a41169ea56964302f9884da6c8f3ea5c518d15d0..ca4aca798f15ae10075d7e7471b5d9cc427ff1eb 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the 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_ERRNO 1
index e3c8e0a2b9f9aa547c8af0d8a38b26c6830ab6ca..11231276570b184fd2137d763f88aa9d53b47fd8 100644 (file)
@@ -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_FINITE 1
 #define TEST_ERRNO 0
index 7f3f6943311fa79fe1f96c138fd789f208e07298..03e0fbc249e3b6b10e671fbad5fcc39d7678271a 100644 (file)
@@ -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_FLOATN 1
 #define __STDC_WANT_IEC_60559_TYPES_EXT__
index b51cf52901b693aba3088da3774964c3b852e912..367f3a4100df80e03ebe5abab97ec10e2b214029 100644 (file)
@@ -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_INLINE 1
 #define TEST_FINITE 0
index 7008a8e3e9562faf35bb1fd25a86345450a3c38e..6254d8d862aac98cb018fe70bee82e866501e337 100644 (file)
@@ -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
 #include <math.h>
index e5b2dd7d48dd0018503e2d765dca6529ec55e50e..d29b1cee581c3806fb87be072944e338ef40a059 100644 (file)
@@ -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
 #include <math.h>
index b56326515a7b4265c0ef2b34653a674540b39382..df21a7fbb2ff1d42b3b2203aad305d561e05a795 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _GNU_SOURCE 1
 #include <math.h>
index c7d7c6685ae447989f7ca1c8d198a96622dea2d4..115df896e7e52e7c54b1349bd89608d17f806eb2 100644 (file)
@@ -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
 #include <math.h>
index ebc0f85338a7273f8e03c7d0f15f00f83faaea80..7bd6a82bcafc7ed3c9c40f4810f366638c1acae5 100644 (file)
@@ -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
 #include <math.h>
index 66912656e632c8b36a76c2a056657515128192db..8b265994fcb4ad065ec053c7cbfb140d38ee0bae 100644 (file)
@@ -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 FUNC_TEST(function)                                            \
   FUNC_TEST_CONCAT (FUNC_NARROW_PREFIX, function, FUNC_NARROW_SUFFIX)
index e3456aae756375f41ef7d4cf47bb68a24dfdddfc..0ef88f533c5416c1dd8e6b9da4c07f4965f40913 100644 (file)
@@ -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_FINITE 0
 #define TEST_EXCEPTIONS 1
index 733299799718075802ce48ecca4251a0afe199a7..8f8f60c66762317ac11f10ba02b5dfb1563c6739 100644 (file)
@@ -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_INLINE 0
 
index 5621d016cb27f0d131242a0760cc8302eb1628b8..b84ff7cda39bdd2b276d4bfbdf5ee5eab6a3a16d 100644 (file)
@@ -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 FUNC_TEST(function) FUNC (function)
 #define TEST_MATHVEC 0
index b211ddebec08daafb76a8673dbfc7bf11659c0ac..9ce66b0d9d6ab7c7b420fefc1892193d37dabcec 100644 (file)
@@ -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_MATHVEC 1
 #define TEST_NARROW 0
index 2e6a18594828464cb1fee9726277018d5ee3d6cf..e0393b416e8a89965003a34f715ee8edf3099f04 100644 (file)
@@ -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 <math.h>
 #include <stdio.h>
index 94b6926ace1d2b20f1b4359712774ef0a208768d..cd95607e25f16e004016731ef9fcdd59a78805ba 100644 (file)
@@ -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 <math.h>
 #include <stdio.h>
index 01c876ab0e7d9162b2a2f64909d6297b4f182384..da8bc14c5c267fa1b649935fb012261a849fd018 100644 (file)
@@ -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 <math.h>
 #include <stdio.h>
index 76ac115e101810391a0996930e05522f7055deaa..7edf93d67fb2e498f636a2b0196ff8597092af6e 100644 (file)
@@ -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 <fenv.h>
 #include <float.h>
index e2176dfb799fdb684d27813b5b0781717bc74d00..c94233c07afc56334ec7e1a167c4cd8f380bf8a8 100644 (file)
@@ -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 <math.h>
 #include <string.h>
index 43a22657a19474dfded5ef2d23d07af05a9c9d4f..21c1b23f33a9ecd413b79d4e0a2ec5c35f52e1ab 100644 (file)
@@ -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 <math.h>
 #include <stdio.h>
index 6d3864d84d8c161f3dffe8fae88abe8d49cd17ce..86fd19a5b1867b6d1c7d52a964552a68c6bb36d4 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 84497f936e40a70cfa996c6c0afefe12f200b32d..a55a83f8c0020bacd9739a098185cfaa72e5c66a 100644 (file)
@@ -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/>.  */
 
 /* The code generating declarations of narrowing functions involves
    concatenations of fragments of function names that are not
index 46d72813c2e8446ce90e8358035f8fd06c7e4a3f..d7530d02e26bf78445ecdfc1ad15c262bc89d95d 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 12775fd8eb440830b3a86d6bdc8727a55b29eab0..6aa408eb685b2e8380d3396747014e9fd0361c31 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 58983594776fc9c9777e7b92ba6d00a0a874ff17..d87cff3753809eb9d29a8e43e341b334586f38e0 100644 (file)
@@ -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 <math.h>
index 9be03a9edc1222953b3f5c331fb729f3dfab3335..61e7e4b67c505525c5b58346521d1d6282b10fe9 100644 (file)
@@ -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/>.  */
 
 #undef _LIBC
 #undef __LIBC_INTERNAL_MATH_INLINES
index 5ec697c7738d81b87099d9585ac14b58b3d091c2..66ae30385a69f2270ea015163d67f3b26d612cf6 100644 (file)
@@ -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 <math.h>
 #include <stdio.h>
index 59f687485c67a7996854745442cd4fb3f770501e..ee054581d4dccfe8cbc235f31cbe82250123f973 100644 (file)
@@ -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/>.  */
 
 #undef _LIBC
 #undef __LIBC_INTERNAL_MATH_INLINES
index dc96392015b219a090d6e3865662d32fc76672d3..20a738dcfa5ee59271396a4e82ef198cbb464567 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _GNU_SOURCE 1
 #include <stdio.h>
index 3ad75d02c17272b6af456a4af9bb2fd83647ab6b..4aeee3ae0521d3b155266e9523c2668993485ba9 100644 (file)
@@ -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 <math.h>
 #include <complex.h>
index 7c4cabbb808adbc651527ce63a8adc0e739a53d6..4565870d404d39ee3765d50cb3b3db0793e3eb97 100644 (file)
@@ -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 <math.h>
 #include <complex.h>
index f8f1e5b56ee3e3f6b2010f769b13d8bfb1ba39f5..1aea3d08e57add712081801228e2294b633a32de 100644 (file)
@@ -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/>.  */
 
 #ifndef HAVE_MAIN
 #undef __NO_MATH_INLINES
index f62a6ff693a0cdd74e4a62f9f25872eb43bc6c15..5f9fb4a061a29fefa5d6e9d8eaadc78ec7a58297 100644 (file)
@@ -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/>.  */
 
 #ifndef HAVE_MAIN
 #undef __NO_MATH_INLINES
index 0c58cc932628f2c0b1162a1bb575a521ee21d377..bf9ba26abeb179a7d7b7775cc03e27658a095be1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.22 Type-generic math        <tgmath.h>
index 34ee1785b0dead906117c550739ac566ecc245ab..7beef18aa412db9e2e32d54bf78fd2c107ffbc07 100644 (file)
@@ -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/>.  */
 
 /* Adapted from gcc.dg/torture/builtin-complex-1.c test from GCC
    testsuite written by Joseph S. Myers.  */
index 243e1c7cab968ba58ea08b130e6720c0ac01144d..a0fcbca736437972fc20ebfe7033f3a94fe006d4 100644 (file)
@@ -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 <limits.h>
 #include <math.h>
index 14e4ff2902596fc5ecb1acc8fa860193e6558669..1ad59ea8a73879301a732450f3773de5c7a02a59 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 8777bb6a3310d1312ec4fc5d7395b03d7934251c..4d9c1a75e12cdd807a464deef888aab7b8723039 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 72cea17a9a6680d351ebdc5fec84e56faf5f95e5..30746d3e5e6689effc58e2e487a40c7c234b48c3 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index f0c23945d7e65a04c023271d1c3efa61bd0baaac..a915f1ee7579741aac7f3dcf2b4fc83d4f45ecc2 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index e6735923eecaf242ac9b640030e50e00c8e7d136..53e7ac054029cd04b76d949ed469a5ca50ddb3d4 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 594ff0d01f24f96d73625eea4d42665b228d14a7..ac929ffcb15cb0d1eb544018930116f00a586d47 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 31722c38751a53b8725971f468f4d24905afa119..ed7e7559b5a4cc4958581f85b354906f622cdc7b 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index a0f53a35840ff6fdab98466bdfa8c837f5dd0973..dbba2971e363347f18e4c852c144fda79203dc9c 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 82a1041e3ac9be87db843c255d56fee8d4513543..0ffca2d8f51d9c68e4b63fd2dc2cdda2c7c23611 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 7e009b8e42a1547e5b309ee241f9d7c6afa804aa..0dbd1b346f437ff53486d3ebb79f45db99aa96c2 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 9f870971c42f254102f9bd9af6a59b65e40e6ef5..5023a5d2f3c56668193c949b7bee627b2d901b2a 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 8c46ceea390f1ceaf4fc599959e87e2880832933..24616e92cc5780fb8eee95f0b59cec2cc1ba78c4 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 87e65aa7e9b8a4a0e3df7ded6eebe84930b86558..5692316b8698ad4183441538376bf62a6e9fd148 100644 (file)
@@ -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/>.  */
 
 /*
  * wrapper atan2(y,x)
index dc5c046430d046e2060cd79a66d4513cec9bcf1a..92d03f0f58a44a4a46da408dc4bc39435da753bb 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 2db4a20b35687b120456b8b4ed5981d16fb3e878..71456d070da3fda11c22a7f56144b5c73f305b2c 100644 (file)
@@ -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/>.  */
 
 /*
  * wrapper atan2f(y,x)
index 96f289e391424c04b52f84448c2c5d8bf5f87faf..05c9095b17968f6bd526deff50ec63f47afffeb2 100644 (file)
@@ -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/>.  */
 
 /*
  * wrapper atan2l(y,x)
index 7ec714b0588ebebc1b1e12c98138921475fa5c6c..c1d068dcdceff4a2ca9cc79ed46ea1cae888dbd4 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 642ef4dd741ebe1b38687debf7ce24630d1f8cb7..b971ed80dca7ac80a5b09f5f8baa8394b7433cf9 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index b5a234f3cbffd60eb22014dd9b88d10cb5afcd00..a67d6b9ebdd3765075a11e15433a6d36072b8609 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 6c90213285772041005ac8a9e1168f004ad605d3..e138ddc2cf03370ab40ba7a0a99e447dd46db4bc 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 6fcfb4d73040f925e5b99f5ffc695ed6db09cdc4..7aca49b6f223e2d9d3a7070d6af4b76df7dc7512 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index fad8e7d430ae14751d208f12fbdf3171a89829c7..7a2b8c5c49a620f1c026592738ed719fc27dbfd2 100644 (file)
@@ -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/>.  */
 
 
 /*
index b0d0cf6b805c1a9a2f000a57c7bd831ae61321c1..34759fde3fdd1d7f7644c6fea31b8612fe0b296f 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 13578b21cbcbd95fc400bab7715c348ef1b243b6..51bc994cd4b37369e1487750c140bc75cc120b5a 100644 (file)
@@ -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/>.  */
 
 
 /*
index 2d015c6d877a43821db0c3d0590f23ce59c1e8cc..acc3e25be3cd5991303427c1f8c66d798d424a5d 100644 (file)
@@ -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/>.  */
 
 
 /*
index b1bdecd9acaec35accd0686fc1562579a6efff83..cfa0eb6586231f92b7eb6409f462a0b91715c106 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index c87ba1e98de75ff0d2eaa88d3506bf0d5ee5c7fc..9a3761d4b465ec212e96886855242d57a07ca6a8 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 6796959fc3d64cbb0af5359bde24853f4c870cfd..810d88e5267027c50edde65ad4255c61110dc898 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 7546830b39fba55a7fc59bf6b3a8b5ef5792bc07..181fc21d8b937e1d2b8dbc6458aa10a29f799a5b 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 0da2e314e213b94d06d154bd2eb7a4fcabbdf2dc..19691fb73c44b9565f9c6aa6d542fc12438634f9 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 100a1f90e61bdc373c8d236cf6d62f1b88d87ec5..0c424571b70242562deda3e778d04fb4528ba43b 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 1b5126fade34933a8c868e00293ff4418a806ea3..2f7cf547f6520cf17dc27e2d0b027177c4494743 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 43c3e1ec9bb0c12c3248fd2d498f837251cc7887..278c3ff384c90d937bd880e0f5bbafc19738e3dc 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 061fee82643382360b531a96cb748133b5d44a6f..0e7bd796499b6fcacec003eaccda071509fd3a65 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index b34eadac0f5b11c76c5894184d876c16ead2f48a..a658dbbc2b7cfd34265ca76cd698aa342f3e231f 100644 (file)
@@ -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 <math.h>
 #include <errno.h>
index b74dd12a52d2ffeb8aeea6b8ce72b314da0f9aa1..fd0e348f689b10239fb516c72b5ad63a6a8c7177 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 391d9bf1e20bfb6e3db8dac0a33624643daaff1b..48615d2e098f2f29937eb3d54cbfc5d350c4953e 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index fb54fb34dda70f4a12b1878918d5553e0f5f5449..90d1c3a137c41842b931d9fc4d8bcaa5201f2286 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 76e7383f52f499b91fd29bd38f2c69407392920f..5bbf55cc3728b1e2eee0ce33138801902722a8f8 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 8e6e54fed6ea59d4c1f9a0a09f9b085b487edefd..6e088edb1e44b13596d066f4f51e1bb477047ef3 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 18ffe770a910c7d33ceeac2885fceef1ad4de698..138d0df17f68c224bd7bfd436c8e502ee685ba69 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 671c6feea61172c4cf3791630c3c498bce991ff7..74f999687fa27efb812d8af3d3f88cfcdd1a4ba6 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index ee87a35bf748a0f5231c80d9688036d575fdaf9b..9e1a20c25c74cef33d39e19e6b4c22f0993627e4 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 11851a262c1f3f5151a288e14cef1ba5921f87c1..8bf51a81d85afb473bd94a3020d0f41f08994331 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index af447f37a654876c326ca1056ec04d7fc138c780..5638e9310c6ce37aa24c026fc92dae7067ad41a9 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 04c853aea53351788d15e84db82f407187509773..0145e2d585ad21a36787d841885595b474caf6b5 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index c002ae81ef6fcda6b453627fb57e443153bfe1fa..88ed28404878bcb61ea5d5b5053ffa24d26bda75 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 89b3680197bd5f0f82728f53c3e616d9f44c6d0e..44a7f928f33bea0472b94010694362f250aa8ebc 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index a34b15a9abeec9adf9fe82b0ed3ef27172f89405..494a07eec006af8960aa46ac1cbc7fd42778b0dd 100644 (file)
@@ -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 <math.h>
 #include <errno.h>
index 7e2330353931e1aa5c4235a380cb3e8293470cb2..117b4360f9ff84719710245681f952e9795f246c 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 88f083c4fe5a91eda3199b1dc397391e3d4de6ec..d0fd62d593bf6c82aa41bbe1f305b627ac379fce 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 37e2c359e127dba13249434780089939279c40b6..268e92d0f7ffba27c98f437c70ed8408efba8264 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index d0f17b8d035dce1f90868db2bd7660c42268f7cf..5b9b091e7e2482b20c6f2f0334024ef68c4b096e 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 0c582d89511ade6da69a856c0af54596b6243dc5..707b322f7f723795cb6249a19ce1593ed83b2889 100644 (file)
@@ -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 <math.h>
index 73be1d310c0fe4c5644a4447321be59b06ad11b0..f6a9e2e010e4d694235b63256160ad15e318072b 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 3d4eb5965c1bb1436beff0aba56850f16a7cf605..aa6b3fb5639e614b2b944a905fcf4d38513ad31c 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 464a10cbd2b75086b67d93b63544326b91cafca9..8b97fee109add839b9fb946bbb7f9641d8f24427 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index b502b354425c550c7171307ead6bbea06a54c2e1..cf1d13c9ce09db6ff3103a59b257fba0c1b758f2 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 8d02f720c3447f21f62c6fd0d842a1df812b30f5..cf70f566b5fdbb9ce28db7a36ba90c1e8885e781 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 42a84683aaee371e0bdf0318aee520383e6fc93f..a2bf3d84bd717dc81b743b6112163850b7b3e476 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index fdd3cb4450cb4f07c3088632d525906a6921f15c..21b040ffa6a21f580a6ebf49e1cbc85d84597693 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 28b5b0f50def8035e18621694ce72ffe66f36c91..c161f097e69835c6be9ad8a6e6e0f9127a2f3032 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 7e84256d1d45e2fd7a75207379b790fd2d337864..615a6ce0c5c8be0360e99f2c6853cf2dbc6ac4f7 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 5f9201306cfc24718b248bf737b7aca29d49df14..0a2fa64dc09712f553ab6192ef9835ddae670213 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 40ab213e10ec632bdb0b80796a4527fdd8057c2f..ba63e966adbd14f4c8cc797aa4bcfdd9b29214ae 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index ea6720501a0bfc7aa65acbfeef7b6729bddb5413..4f9ca33db569eb66d9af068f6b9601f7a540f4a8 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 8a695d9bf2a2e0e23915b4feeeeecac7e9dbb7b6..cef5da36469024dd51d243917e73c5d1f8054048 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index c128f9979bbecbd6a8a196f1647f0651e717711c..56241469195678816c3edf3c18dfd3909b1e1b4a 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 029b3a8eba2385114a4b34845eeb887c836be787..f9912a81ec6c575d0d863cf65a8ae4bee74e5e10 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 118be4b98a3dbbbcf7302c7a316f0a8c085897ec..6c5e736a56ef7cdb4f3da880c5e221b72785de1f 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index dc1d8fc65649a3e508b07bf0d5cf04d91cfb4c22..bc3c9d6a0913fabaaa893342a870a9aba07cef3e 100644 (file)
@@ -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 <math.h>
index 014165d9f3144b9c11510b42f159d100104b0e09..98511daaeeee454efb7ef6125053dbe56eb968b4 100644 (file)
@@ -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 <math.h>
index 2373cdf686399e6da9e1de26e981120b439e785a..dc5d4ad5b246a2399a1706d0d2767bb3997a89f6 100644 (file)
@@ -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 <math.h>
index 0630aa52d0af995bbcbb123ddae0352f1c3f5ff0..ff47dfae2a3668217a1c5ea30672323db5248ce9 100644 (file)
@@ -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 <math.h>
index 93615cd1e299173da49f4ab832fd5a4e4b7588d0..3437e1d65216ffb0a96b103851bf09f59a2e863f 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index cc5ba4b77dd945184be9d894b13a38e0d2488a09..f582757a31e66d20eb116e33b62a7dcf79d742d6 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index d2f4c3aae28467d431c1385f675ae8108ad3b012..b3beba21f0f12d0797c241d2e77c64772401ff1b 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 6328f411934de4ce3d6adf10c0d4cd7ef1327245..b77438155597dc8de81804e025dae80241f79441 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 0cdde776cfc067e7a4efb296c99f1a4c8001be98..f76d8eeb4eda2f31e4726fcda442cc7bf180423f 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index cd2c7996d19e9d08343418b22adb6c115b0a844b..aa842b1c864b10641c95b0eabaab1aef5873c8e3 100644 (file)
@@ -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/>.  */
 
 /* Only build wrappers from the templates for the types that define the macro
    below.  This macro is set in math-type-macros-<type>.h in sysdeps/generic
index 3cc3416f757913438626dd648998fae10e89fbdd..93971110362c30d46ecd69e1c42c40739973783f 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Makefile for the vector math library.
 
index afb8b023e87edfe2dd211ebd8c22f0355863544a..1a74b3c3e4b83914c11fbd80c0cdbbf788e88da9 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for misc portion of the library.
index 954512856cdc9b94ae19632b7a811a5d39fb62dc..70f4fc379ed3d2b487530958a55e6284aa83cbca 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 3c466d92e673a59ef4ace8fde9832dcad1d040a4..564d8c8fdb4ff671148e08a1a805bb80e497ff95 100644 (file)
@@ -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 <allocate_once.h>
 #include <stdlib.h>
index ef2303ecfe37ec603ac9cc6ca67d247100a711ff..68df404ce2665cd433c9d0eb22e3203d5923be64 100644 (file)
--- a/misc/ar.h
+++ b/misc/ar.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 _AR_H
 #define _AR_H 1
index e62f679e3593b4ed7393ac250e4861efa8d09699..ca6e299b59402cb9b3bc87a1d9481d9b8d77719f 100644 (file)
@@ -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 _ERR_H
 # error "Never include <bits/err-ldbl.h> directly; use <err.h> instead."
index c3883da2992770e5cdde2844b7b3cf3ed55bb4a3..4392340a520d23fc9ec62ced1016fc64389b154b 100644 (file)
@@ -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 _ERROR_H
 # error "Never include <bits/error-ldbl.h> directly; use <error.h> instead."
index f7a4e7c1b01f3768e65f207bc2cdf0fa59391e3e..ecde4b7850ea922afbb1f38ba4b3df88305c78f5 100644 (file)
@@ -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        _ERROR_H
 # error "Never include <bits/error.h> directly; use <error.h> instead."
index dffdd054b2c95ba4d6a69690029d9f20807f8356..d6b1f22c2992a32afb1936934d6cfb514a12821a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SELECT_H
 # error "Never include <bits/select2.h> directly; use <sys/select.h> instead."
index cca2cc8344e75a7620848eb271f92961945a655a..c61feb11719008eba40db60b157ac09843e6e310 100644 (file)
@@ -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 contains contribution from Cygnus Support.  */
 \f
index e3117552ae53b2e73f1f85039566868464b0d111..8d60fb8e44864af9d66afa702ab294cb1a6a9cd5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SYSLOG_H
 # error "Never include <bits/syslog-ldbl.h> directly; use <sys/syslog.h> instead."
index 86d94536ee95478b894bfec16b12903236604770..f6b107ffe97581ac5e285e1f09baff58bade2a51 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SYSLOG_H
 # error "Never include <bits/syslog.h> directly; use <sys/syslog.h> instead."
index 58261ba27f2406bb9b2291095b85f0b482d46610..5ce2dfcb48ddebae0d6b125dbd4bba7482200274 100644 (file)
@@ -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 __iovec_defined
 #define __iovec_defined 1
index f693cf5a88deee8a046c778c84bfaa6351d4d598..b18e9a3a0bdae5593effd5340975a88ce1201e65 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index bbdc23d94f4209bfda9db2d6c59df0b2c08d0b94..d08e1c49ca2d2660ecad8bd9f3d4dd102926286c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index d6d3f4730ec55b53e0b850786aea1ff422114c3b..d8b6d140a835b2794904b9bc90dced01c2ab2c08 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index c57094dfde0daf8109fde1711e8f0a0d247fb914..e7d1a96b432b2450fa8e830029e76e3c50df7dd8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 2f79347889ca41c03a09d6637cc5d9756c058e28..1928fc95e277bf6aed9c2ba3d19ac7053f06c5ba 100644 (file)
@@ -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 <libgen.h>
 #include <string.h>
index d3b7dc4a2dc323c864d2391e10f289b325b7f0b6..492e4e80861bc74618896b74a01e12ba5f1a760d 100644 (file)
@@ -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 <math.h>
 #include <stdio.h>
index fb9841257f639d50725558d901ba7707ea97fe38..981249850cdd9f37d740df981a862544d43232ec 100644 (file)
@@ -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 <float.h>
index 988ec8f3eecc72e304b3bf78e1dd43c471463abf..106abc4e4c85267d225cc215a8b02a42311b6fae 100644 (file)
@@ -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 <err.h>
index 4dfd9a6f5daf4a74e05a8c2b1df8951bbcde03d2..a71b3fafe0b1df26dd06d31a8525788c73de010a 100644 (file)
@@ -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        _ERR_H
 #define        _ERR_H  1
index e090d1bbc17403d0d0c00e0ed7c4e56ac6be093d..c407b01e21f15f3f32cc23d8baed72c356e646dd 100644 (file)
@@ -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/>.  */
 
 /* Written by David MacKenzie <djm@gnu.ai.mit.edu>.  */
 
index ba0c9293ed6c419f10257d0a07cc4477d146c3c8..79840bf0f7dcc2089e01f41e82cbc6972df56e38 100644 (file)
@@ -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 _ERROR_H
 #define _ERROR_H 1
index 922a1d89025b76ef1ca3b073dd987c1193b03d6a..d700c69554a1e19226b7cf7beba4a214c835eb6e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 1da9ad9526bac79e1f8ff356c0c4101200686abf..54f61588a84d88822cb70ae4742b91c984c6db96 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index 9753594ce8f448940cabf330abf880fe508d940a..89dbc8fb60009c337da11c34cce290596f5096bc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 089dec57d45423fb072574c212e6fc2f15e8f1a2..266e2fdd2e2413f75c8c9aa368fe248356ef190f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 0497e8c6f4a779c79c669eb56c242b1679b34d86..5b8561a005b8cec84218f3e8d1a2298454181bea 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 4552ded1499b62379c01401325a7098738ccc08e..5c53b3240b2396fd13d9a45611a974c1be41f2fa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 408d424411fab44f6cc650f8e111a97e29a03349..7a6282127b40f30371ac846a8665a7b0cabf0264 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <fstab.h>
 #include <mntent.h>
index 55397aa1a3152f88ee800a98a5467fed146b90c0..2f051d3e8d1180d99849e6ca08b5c477eb377011 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 68cff99d9edaaff228ab38493902ade759fdcb14..ac20dae9e44360921bc54ee6491e5bcc6160baf9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 2b4de6ce507bb61abf880877bdbbfe7725012fdf..a5f599e9573a646ec6672006a86ec1e354309329 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <errno.h>
index ad06ef7f7f3a62a526ed604b3f35090d20b33e2d..6b130c2d8ae2f2851d2ce4f116ee7387db7fd1f7 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <errno.h>
index b67faeb830b941d47cfc3e8ce635afd17f935a2e..f7966b914bbb6f8f1b65a6fc315caa80cb5b28a2 100644 (file)
@@ -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>
index b7f014bb14b4f77f7405fdfdfec23c6d1ca8676e..a8ccb39d9ece96ddd024af3aaceaf26a9c4db0ba 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/auxv.h>
 #include <errno.h>
index afa233a45c012673c872d79a399a8a2be016072d..3f49aa96760e6b48e08b0a6cce89453fe5f6de09 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <time.h>
 
index e290d0036ce76e96d3364ea38376bfd5552bbbe3..c9faef9dba0a4b31f35e155bcd553924ed38208a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Put the name of the current YP domain in no more than LEN bytes of NAME.
    The result is null-terminated if LEN is large enough for the full
index 2639c57cc4cfec18907d16cf6a9def7a7a23b891..8a78ecf4ad7b43a5f76485602e291acafa5aab7c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 8056115650aab59c6e00b6919afaa804a32bc255..d041414498f77bd9057b214bb5dc399d70288700 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index bdbb6bcb30ff7d60581a55484f342a16db7ec180..dac379529c0e7625972f303b0afda60eb15e2f2d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 56153d032422996aa56057acc95c27e7b8a2f8cf..6ca040ea45431d04df10ec6880fb3e0b01f26f18 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 830c531666293002f204373b788d42371e54de9f..e6df1b8b1f9c8161cd8e16b8f0e29c6be6e03e7b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 8d034249b231873077bfc4daffe83bb4ecc72cf9..11685d37f953dbe4e377e6a40e67276e20d20b50 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdio_ext.h>
index ca0064c341396e1e10517bbeb74cfd47b942e35e..833ef80024e186392f5cb0c116e5f9666f62d2ed 100644 (file)
@@ -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 <sys/sysinfo.h>
index 37d0621624753d9e13cc92394f9c7b90e27bc735..c7443ac11b7c09f8cd723db4c4141f11d8882b49 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index fc042196e201f192d5d5d7d9ad76a91491cc185a..314fa5d494cfbc9eaef6ae4f145adfd53bf41758 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sgtty.h>
index 7205b55184c111bed59517dc98f2da04d8b8b261..ec76a4c88a34d448e64f1bbba3960eb9558e012e 100644 (file)
@@ -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 <search.h>
 
index c75619b3e18390080e369ba64a0fa151be8f1489..0dc53c6fabb1ddd268b7dae2a1d61d0c530282e1 100644 (file)
@@ -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 <malloc.h>
index 10ffcf6fd92b6bc1b4f583ad92d6606819736436..c3fc0463be94960d417cf15a75d01ea5240bd5d0 100644 (file)
@@ -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 <ifunc-impl-list.h>
 
index 4ecaeae3769cccc17213752ee4ee7d0fdfd5317a..2b9147f8c26fbb6f79cc3791051812ecf0d2c143 100644 (file)
@@ -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 <string.h>
 #include <libc-internal.h>
index 8c066736bf3c914e7a50e40fa0e2765a96702a71..e67d73574c1f3260fb8878b956e3b1dd6cbfc7b1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <search.h>
index 24c60d2157d5dd917e1e66d0c29e01d39a51c00e..92b9ae9d293bc8c8fe5252d7dc365927e70b9a19 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/ioctl.h>
index 49d22548931d83328013deced0186cb14cf22644..d60469c7474aaad4c32c11a7c35dfac475569442 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 23d60d60f51c4662726e59a039b0e76f576864ea..aad0a497b12169b0803cf825ade6eb779efd90ba 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _LIBGEN_H
 #define _LIBGEN_H      1
index 6d9a34d1a154269e118f535f6d453997454cc719..5714e971c0629da7e723d21d5ff5b575c6ae4aec 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index a6bb342d48d5e3d861c5532e263e30a9d1cad74e..615bab1b0f5d30a513994b7abcb9203906e4324f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index e36e2bfb7aeb3ad56337740df1814eb010b9574b..d344e5bae1030a2ddf07489680dae57aa03a5bec 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 4e0e9d4ba24d0496f78c36928965278b6af8827a..35b76248194124948b153783b35883527cf4dfb7 100644 (file)
@@ -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 <search.h>
 #include <string.h>
index 34727a057b477bf8fe0d056740033cbf9d68f011..7a5aba54cea147398cc7caab0e9e39d82e3aa837 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 73203d29ba43e3ed3dad89b6201acd63df7b0e33..aefec30a78185c91207277e64a9e98d1e6ce6c3d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <errno.h>
index a1d5ca3ecdb61bd8ebd954f3cf4221f40e5d27e2..c9201c3256e46d10ad25619c8bf29628ef99b0d1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index 04685a806432a1296fa87a22e3fc7afb7474d5f9..e4d295ec8a7f0a1580e0d1c8adb9e982d716da64 100644 (file)
@@ -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 <features.h>
 
index 91d7b3a12ce682cefacb38f952e648345a732a1d..35564a8b0a3590b5fff9e1d1abb8cd7b9806d8d4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/mman.h>
 #include <errno.h>
index e7ca4dba13a8255c6584503af46f5d3e8b17df1f..3e4c520423d639fe83318c9b170b44e4f5838d7f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 07ea2b624ec1d4b51e12a4635f63dcd5ee04d133..be951344ac410d7742f8ac879b9eaee363c0f73d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index c60aae7277a23e80d8a5bd006750f21eab158872..dc3450952a79144a5d838e8f48748b55b5b53187 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index a1784cb49403f23dbbc47a6d883a070a5e48e753..1f1db30e43c9683baf28035dc9958ef08677786a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 6b40849f40d81fe0cdb2741e118fdc224ee3b413..5218b3dda8e1779f76067b4fd7ab1b22c09528e0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 6c12c079aa19a2f8009a0b9b7e9a36fc539df4e4..0251df16b8a94ce3e7023b9d1b69bf85d7252c96 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index cf839c54b0b275c906a1eb51290c8104ebb7b083..a1236bbefd3c695d9928715870a2dd872cc3fe8a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index ee6805b645c8ee010f4c20683abc24ec70b44a5b..fa6dd7fdce125b8c72aa91953d8f7a185af653fb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 9e012fbbfde2abcd40e707f41d4e9af977fa5952..82afad1aa520bac0b6c8320afda5a6397022c521 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index fb7a9caafa5ecb64dfe92cb4d335f24e996215a7..8c0c1bddf7f7af4f56102672adbaf6e385239eba 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 7183b9a5702a955a8db5ca0ea331234b55485c0d..822b66a5d0b61ce263d1f229d9add587020e23b4 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index 69a187eb354e1ab521c44ff1636f5f4ac42e08e3..38929eabf1dae23b7fe03be377357430815a0957 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index bb19016d178c0e7edd3b89102b0ba95b0f1051c6..3607a7fda1e75ef435763ac2eea4f81fc9ae79de 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index 2011cfa0f82a2395ba9967c207ab6e316927a4a1..1a8aa4c16af81a4e95922fb3ec31b6d9c9fd5fe3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/mman.h>
index 8fae6064c62c2edcef9a75fa84249e7dfbf9da9e..326c9cd6419750ba34ee8dde5e20930d61f4e661 100644 (file)
@@ -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 <mntent.h>
 #include <stdlib.h>
index 38f530348e24f31ddc176376cd2d7945de7342b9..8cc08444922fe77b225696950f1b973c5ab0c76d 100644 (file)
@@ -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        _MNTENT_H
 #define        _MNTENT_H       1
index d90e8d7087c5f568e674b6a5e4052e11fad0c7ad..cc849f861361bb4cec38521a0af57dd7904c016c 100644 (file)
@@ -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 <alloca.h>
 #include <mntent.h>
index 29c9200fd41d2622047276c4baace1e6681fe612..bd3a6f62a7b35f4333e47afa364434e060cf221a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index 2cbaab7cf6885b23ceb81366a572341ad8272597..bc953d74feea3e978cd42ee651f24635aa03be40 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index e68cea386219055af085fc306f3b117a3d546f53..be3461f0b8747871e419ed37feb0ec0973e48133 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index 8f6dbd954e9cf20d646b8ce5842d878bfd9609fa..131b5228616dcae245d9b3dd0911901b5b95a035 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index ec4997ba86afe34b58d041846bc927d8ac6e555f..2fc08f9186f8875d5976ee0d2e0e100ebce02891 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index 1dd1bd6d0cc0926fb987f54bcf03bc0a8c11b9ca..8d1ae0ff3f74e33ca5c38881e13fffe4f0a86391 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 379437b818721f0658235532c0f5141cbbadbdc2..38d4f27c1047a5080fed2f310e9ad9d1862d039f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/uio.h>
index e00821945a173d48966a91547829337108fe649e..7303b97a9c6d232ba06822ed98d3b00e2207414e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 9b2d02ad99bc1a2fdd3016f0e697dfb664a42207..3612934693bb2f559229a13547abe7e400656ae0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/uio.h>
index 63fa4ac472acb38eddec46ae7a9ec1cb52541842..76ded850a53ebc84a7c59c11453c1332e63b8e47 100644 (file)
@@ -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 <signal.h>
index 1e61b9ba40fa5b143dc1e0300dbe1c72f8443dc8..5c06c4c0244446fbe5a39a3925cdc2ad13544685 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/ptrace.h>
index a3282d28dd9d9cb70a46b2c6715352f69d52e753..643f9b159f8221e283ef8f3a3203a004ba75f593 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 814319ea505f25373dc886519945327e2697e022..3208c87db25e446930a513e02625c68033b01da1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/uio.h>
index de11dc2ba55d9bd091be1f36d3062eaa0e2b5cd5..cb01cb9d55c125432ff3df469fd359c0e85a678b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 5f7f7f7262134c431efd174ee7c3bb584a470809..2031b8e9cc12eb66648e15fe6c9963e1528fea94 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/uio.h>
index cef2d34bb8320a4ed83857029565b8588d9ea92a..4fcadfcdc22c14364dc6e300cedb03e5657bd97c 100644 (file)
@@ -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 <float.h>
 
index 9dd1c6888893b33d3343a2498b4c75128e1b9da8..8f4d8b9f7a6b5d6ebb5e75500301ddefcf2a167b 100644 (file)
@@ -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 <float.h>
 
index 70c7bd093eee337643d1a0f90bd14581a8ae05b9..23475a29d49a2f3930f7dc268da45015c5db3ba2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 81affc1601f7c88e356f82435c6ab4ae38b4cac3..deb51fc65ad876ebe90fd9cd227aea2806f2f414 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 9929dfbfa6d1ccb57df832ee952bd4c37df0357e..5c8a441b0e93dfbf39abdec5ab0e20ac70d7e8e6 100644 (file)
@@ -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/>.  */
 
 /* regexp.h now contains only an #error directive, so it cannot be
    used in this file.
index 30c97cfec010095508f8ea947708ba96b2d9fcc3..c4249b0270e9fc7387483b5ff072c2f4afb3ee0c 100644 (file)
@@ -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 _REGEXP_H
 #define _REGEXP_H      1
index 6ae93cad50ada15a64c638797f91f2f51a099a66..de7a41319f24df41787fc10bb2b601cc2f502590 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/mman.h>
 #include <errno.h>
index 88e585f8b98d525d194a18081fc1ccdd085fdcc5..f3da81d742e44cd7c4aafd289d06932dc5d3b5c8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 30423aa550808d6bb73e3dae17975f7f1e75dff4..9e14385b0cf8516353a0144631b26e10f0fb46f6 100644 (file)
@@ -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 <unistd.h>
 #include <errno.h>
index 7d060cebe9c1c2909a13a40168d0c5b16fed0163..96b48e99d31f807856b8bacd30f3a1abcd9bf383 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdint.h>
index 4659c59877c401029f2a67596053b46212ca9210..71ad9db42d05cab568a9177f3e1adae8f1df82ca 100644 (file)
@@ -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 _SEARCH_H
 #define        _SEARCH_H 1
index e5f4d9b716cb3bed65dae8868652d12c9c35920d..16b4a4919723f2057a573c746e42d6b341eede68 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <sys/types.h>
index 28d87b03597f86f08cb3975140aa20a8eebce4d1..1febb5546a29914dcdf814b64ec73be21bb5c0e8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 53d38973f3343b524c10487380ec23cf9f9594c7..ba7803350befd13b7b0478cd71d51c083b1b22b0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 90f8d1a61872bbd046aef6ec9629138056d3e0e3..38c917a5af30fd604584538f40f9893373bac2ae 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index f92498f14e97d7eb1a407dd11e1f0dd796d9d473..3dcc26cd3419621d6904a73360f67e6fa5511ebf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 3ec4135b15211e9ecb913e689b6eb2dfc94fee08..2d9bf0a20bd164e15ae9b4b90127fbfd6187a87a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 8df5c834eccbdd4929c2d2c8b48f4cf6181e0a13..4a509ef2122fb65c9111d3c54bec6333953a92ab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 0e73326db4e4cc4e8c8c773dfc078d911406ae4b..60f181739cecd4ea3a0872d6d92b32586fd24312 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index aee1d49e99a05444e39e0bd1f39b5766c6389a60..7ea8a40fb6b3ba0d1926e7e2ce3a89f4e9e62d9a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 8617a30d56edb41e90430ba902f52883e26a1654..089efbca2f8d3f65127a5bb72fd4403951ef89c8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _SGTTY_H
 #define        _SGTTY_H        1
index 219a40df36159093aff8269fb95c08026acc106e..40b3077959d1562d588ed302aac61d14228d4e76 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index a0110170e576e6bd49f7fa6797e0f2d01080a23a..8e74511de23bd6ccb279a5802c00409349a38806 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sgtty.h>
index d586422b765b6f45cd0a67f3d1af58b055501b7b..0562eb960b5586dc152444978074ba13de29605e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 396f10a43c35e3899703077918036f1ed328f9e0..2fa11da1e211a4c0a0c73c0521cceeaf0fe8c922 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 0784e295d6f958c9817e08596a828060a7daf6b3..84794b327ee2d4d58f1b8726a4aacaa13d186e66 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 5e4857138fbceec7518ece3fcf406a6d92800970..0d994663bef6ba5cbd584141279f390b6685518b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 68363b364d80e99b114d11809204a9eeb4c12c4e..74c8c029a6045b9df1ae772b09cd5381b43af820 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_AUXV_H
 #define _SYS_AUXV_H 1
index f1bd994a104c52442a20b6db90add12637e915d8..abcb0d5e3ca9de87b4d32c276020d53428c28582 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_CDEFS_H
 #define        _SYS_CDEFS_H    1
index 4ef5c5e1fe4d86d3af9beff7d69f89e9d15ac2a9..f17844fbe5e4c6aef3b5f0346952c432ac9abeb3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_DIR_H
 #define        _SYS_DIR_H      1
index 13f0b4941555797af546fa59ada41d4f63b9c756..06184d67c2d8f43a8a5b71f18c2e87fec8102804 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_FILE_H
 #define        _SYS_FILE_H     1
index 522d40d19e012242c8c204dd7043afccb244b3f7..177b69254045d3fc54a5ac5c5d3fdf023c3400e2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_IOCTL_H
 #define        _SYS_IOCTL_H    1
index b27512063b10d811387f22e71d39ebf0664c56aa..58c12de1b0e34fdbd5205fad110e1c8448b6c6d5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_MMAN_H
 #define        _SYS_MMAN_H     1
index bf988a9769bc298874c236daf740757325634843..0e1a6f7887f2f028bb409ca8087f1d664f2b8f45 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PARAM_H
 #define _SYS_PARAM_H    1
index 8b10702bdce8c570bbeafea21b645ccdd22205b7..4e47f3fe1334ed63140687e1f7d6b7a04423c331 100644 (file)
@@ -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/>.  */
 
 /*     POSIX 1003.1g: 6.2 Select from File Descriptor Sets <sys/select.h>  */
 
index aeaec23d7d2dc1941595c1306f03f551b676e418..cfadaff0d99b547efa2362c0cbb3fd3dbfc356f8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SYSMACROS_H
 #define _SYS_SYSMACROS_H 1
index ec1ca4af8234c4b0fd9c9912d881961fc6f9039b..b496cf4554ac852d40ee78e48d540c3877f24064 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UIO_H
 #define _SYS_UIO_H     1
index f1143f892c85092df2627f9d550f2a60f21ebd84..93393bbc9408baa508877a03136f297edc74b98a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_XATTR_H
 #define _SYS_XATTR_H   1
index b6cbd3e808d7a5cbb5fd2815bf7281ada7208159..5100c2b5b303ff0ce5071fad1778ab14075258ac 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <errno.h>
index 8b4d4ea1963e6715df283eb4b446233d8138948a..8a9e50ade5719d6a4eb5afb20559d6fb28bc6e33 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <errno.h>
index e5fb8655383e884e8cf56398924bed30f57e7a96..98e903d42c460826cfb809f382afc1ee115f676b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <errno.h>
index edf0fec9712a8c9647324f43b65dc11b26aed53a..5f0dc771923533cf287033611ce3308849afe6ed 100644 (file)
@@ -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/>.  */
 
 /* Tree search for red/black trees.
    The algorithm for adding nodes is taken from one of the many "Algorithms"
index 8c779c7ac520f5a1868ad8a4aebc07864d1c07c2..3df70ae3b4a0298d387d5dcce38f60daf5589dce 100644 (file)
@@ -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 <allocate_once.h>
 #include <mcheck.h>
index 50c4cbd01466c91e0fb9ac265ae1a346b36cfb41..0afbe87ad73c705f1acd942096531ee562687804 100644 (file)
@@ -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 <bits/wordsize.h>
 
index b00a963ab92d6e66cde156b3ae3772dc2a4518b2..03d0dadbf3452ee3533a2f89a089bc8fb012496b 100644 (file)
@@ -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 <atomic.h>
index 27cca1145b7448faa127b74054da98ebed7a76e8..a6cf28f92947964dfb8e81102dfdbdc24d615bf5 100644 (file)
@@ -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 <float.h>
 
index 216ead1e31d43cb571530b7a34f08a9f74f516e7..4f16bf26092a80c8dfb845ef0ab73b720dc065ba 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _GNU_SOURCE    1
 #include <libgen.h>
index 64e27ed5039f64012211c37a37d1214999547d65..9b7ad0e1a13b52f18224b4de902288ce1ae6bfde 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 template provides testing for the *cvt family of functions,
    which deal with double or long double types.  In order to use the
index 70b7028dadb83949326f39a1cc5e60bbf5986023..ad2a2ae5282aad8958c65130a490bcce998c92e6 100644 (file)
@@ -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 <sys/types.h>
index c3cb5f9b62fac93655e4696915bd73e68ab0c613..99615684929094c047f29c5d4793204829121411 100644 (file)
@@ -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 <gnu/lib-names.h>
 #include <nss.h>
index d8d4bcb04ac89aab61dad9d752b3288c20cb687e..da1703f9ef7f01a5cf4bd8ecb0fcf4f0f99bb8d8 100644 (file)
@@ -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 ECVT qecvt
 #define FCVT qfcvt
index 0f13fee9f34feed73e2c3600527f890b589b950c..f1a8e0933166a18254b88fab20105840c670508c 100644 (file)
@@ -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 <err.h>
 #include <errno.h>
index 90375a97ea13553d3ae83e69ec3570d1dd97a3f2..2f41e9a75f06802f891a52131e5d17f84727ac07 100644 (file)
@@ -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 <err.h>
 #include <errno.h>
index 054347c477eeeb6e9edf26b52e212181f433c6b8..b6b813cc2c4af46a05d6ca3bd71bee7c6ffd360d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/sysmacros.h>
index bf4d4e73b46a77f71fec6dbd1ef56a9cc412827b..d14673daa6b9aac385dcf81c105edfde78861131 100644 (file)
@@ -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>
index d14faf05d8f241da84f6d91eda0545295edf8140..5f257df0d4c78bcd5df4340e9ede85e2707fe409 100644 (file)
@@ -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 <mntent.h>
 #include <stdio.h>
index fc28531143ecf3aacc5df23d4e6e87a7be86f27f..b3a2fe1fd8192279efe30454196272fc3b8b2156 100644 (file)
@@ -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 <mntent.h>
 #include <stdio.h>
index 2687ebd210a997681461af5121e3c38ff9ea0d8d..3233a4d9e3a3a9c38cc5e9b6a12f9cfed23dffc2 100644 (file)
@@ -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 <stdbool.h>
index c0fb5a9f926ac71fc75b2e4335b32a46ab36197a..d6b9d37c41dfb59189a2146e5cdf319441e22f16 100644 (file)
@@ -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-preadvwritev-common.c"
 
index dceda632d91d6ca468e0f9b263c7f8c2cd0b40e2..ff728ee6c17fac00c98ec6e44ea196b6e4012bb6 100644 (file)
@@ -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 <limits.h>
 #include <support/check.h>
index 9b4d6481906c6cf4a21cc3bb239804a9bd4b2e85..bbd5fc84d43c44bd6a338e4734b93833f5f32e4a 100644 (file)
@@ -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 PREADV(__fd, __iov, __iovcnt, __offset) \
   preadv2 (__fd, __iov, __iovcnt, __offset, 0)
index bd6ceb6cc672170cf0a9c46a5fd2687fbcd40554..6598eee134fac7d59cf2edd2263155dc8dec4f83 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _FILE_OFFSET_BITS 64
 #include "tst-preadvwritev-common.c"
index 1960acb2769735cc3d4ac7d9ada433d6f7b1159d..2e3f4ddcfa168b6d4547b70c22bc541565f88183 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _FILE_OFFSET_BITS 64
 
index 3100a94c6020fc6245b5f469beb7f166feeb1a22..4c336b032931bfbb4a762ba30a889b6e0e232100 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 44895d4c0aa52bf61e7ec47a32dc291d57f981d9..abb7d26f38683e010e944d6ef72e6393468bb234 100644 (file)
@@ -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 _GNU_SOURCE
 # define _GNU_SOURCE   1
index 2712b26ad797327a2e1057951f97d61f18612723..a3f02c745ba6d1f31c04b9e011aba5df77a1bf17 100644 (file)
@@ -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 <err.h>
 #include <errno.h>
index 6ab120fd41e1abc3da7593ea4d9b69f9bd7e23bd..288db1f03e7b7438ff79e8f908ee5500249a734e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index f705c6ad96516e094a1b12845745803bd95f7c72..eba18ef05edcdf39b0de04177221b3efe6a78e09 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 7336ea931876238ac043eac09eed3d14f204cfec..1f6352e352fa2ae4674e6aa5424b802c1688b7d4 100644 (file)
@@ -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 <shlib-compat.h>
 
index 9c2b415a5c0ff13dd5d2560147406e0efb664362..3d6db182aa6aeaff1a3b5e5fc2b77166e2dcebf1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <errno.h>
index 128fc00662398f21bc6441aa87a0721d292ebcf3..b732fea6cba10ef4f94118895701412776bc4fdb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 122eafa2cee3a9d385c3be920bdb64bd4a738661..0ea67bc85dcb31f138a0457bd37359074d33db39 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 9cefaec40c814d147ec67c9592b7f76e35957359..32baaf9c0a64a0bdc89b5249c53beb4177dd526c 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for NIS/NIS+ part.
index 36f79c8e8e4d803604e58157c0efac0fd536e15e..deecbaeb46e85923f4b14cca96e10c1f8fd27970 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <rpcsvc/nis.h>
 
index ad91ac1f79c03ef5261333fa9c33a8d37a39e6ee..b8d2c46f4dd454b66df44d42d234a4e355c59214 100644 (file)
@@ -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 <string.h>
 #include <rpcsvc/nis.h>
index 4428bfa0cb4780a94db843eae6738c6bd468f007..9bfb3972d404e6f61353937f4345cffd23d2b78d 100644 (file)
@@ -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 <string.h>
index a48ecc39a816e57ff4dbf3685d8f89ec53c92169..1684de1c6dfd672a943193d7a6d99807ea4d431f 100644 (file)
@@ -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>
index 0a78b1c41ea99fbf827aba563617921ae0d3f427..4d089621205fd46d7862e1f43b4df1f176953874 100644 (file)
@@ -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>
index 42e262b0c023d9fc22b830d7f090d0fabc4d867d..717df8d46fdeeff063d078ed1b810c2791956574 100644 (file)
@@ -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 <string.h>
 #include <rpcsvc/nis.h>
index 6fd11d68cda0129aa43120ae3c7beb421fe7e9ce..2a76f9747c08239834ccb68dd89a7e4f5c9dbcd7 100644 (file)
@@ -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 <string.h>
 #include <rpc/rpc.h>
index 02ee04c211e8209fd984c0d642e0e227b7602ae5..c1b296ce32723f233c25ec96215ec2acc785644e 100644 (file)
@@ -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 <string.h>
 #include <rpc/rpc.h>
index 912b49ab3a4731aeda6a8f8e43295220402428fa..2b3e87a9f24f50d71a1a3afc946c34d70c20b57c 100644 (file)
@@ -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 <string.h>
 #include <rpc/rpc.h>
index 4aaba5ed65049f1c21d6b608f997343fe0277a5e..837ab16d283ae8ff6580cf467361e476139e32d7 100644 (file)
@@ -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 <time.h>
 #include <string.h>
index 9313bb0d35eccd47465f286c92737e059f63b52e..983e9ff9e7c59060dd98749c20ef539f6e6b60da 100644 (file)
@@ -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>
index ba0c0c9da9190dffdf0835179861a6d9331ff080..20ef5beb28fa8fbf7371a0a4b6d106f1863ad30b 100644 (file)
@@ -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 <string.h>
 #include <rpcsvc/nis.h>
index 44c5b04c8ca8e5006ebbb2ec07440cfc015433ea..c9af82a89cc1b123b1dffdbfae4e32afb593ca30 100644 (file)
@@ -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 <rpcsvc/nis.h>
 #include <shlib-compat.h>
index 4ad6e4abefe1c7b4f6c3b8baabf5972396c7a8a5..4ba5073b97ec4d7af05007cbcc99d702928ee6a8 100644 (file)
@@ -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 <string.h>
index c5bae05e6b5c755c4caf67b5c625987602de80f5..282dc217841ae08d8637ff196b2afea7fc364080 100644 (file)
@@ -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 <syslog.h>
index 9f9e33eb663a161172412adb0c3b0e478be7b846..8a9421539b1c93a314631f34646dd4f53d32bf7a 100644 (file)
@@ -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>
index d0ce3e8693e486761a1f336ce52abf1d6ae0e7c0..2a9c45bf67fa75f87c5a99e717f983f68fbc5ce1 100644 (file)
@@ -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 <string.h>
 #include <time.h>
index e1b95d42fdbf013becd4b8a7a7bb80f999d55ecb..3e1c2e1a735db0e8d674e512f4abaa8656a389fa 100644 (file)
@@ -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 <rpcsvc/nis.h>
 #include <shlib-compat.h>
index 3e3fc4fd80e2c4de920bc2a9f987c1e3e01896c8..680b80905d8597b3257234e80e7a25e35a993ce4 100644 (file)
@@ -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 <string.h>
 #include <rpcsvc/nis.h>
index 33a5f783c39e57cb849f1d5e2684710578f34055..6383f692130592cd82c256c3461dc6e2de5bab7f 100644 (file)
@@ -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 <shlib-compat.h>
 
index fcd60cb3a2e55c2da5c9dc48c0be8b4dfd187045..51851638fd332af9964e80b9c830a7683a1f387c 100644 (file)
@@ -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 __NIS_INTERN_H
 
index 4ed27a4d4ed0610b057dcaa9a96ec5562165623f..58f50a0820560d985c13da929813c87b4fc845fa 100644 (file)
@@ -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 <string.h>
 #include <rpcsvc/nis.h>
index 49c3361e89915051fe91ec2fb32c314f5498c879..9fb223d3445889423f7c5330d69e24fa88ba533f 100644 (file)
@@ -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 <string.h>
index de5eb193ef9b0225d967164a042a2d2ef018b838..7f8226c9e7069315f72bb1540b9156f2a90c1a71 100644 (file)
@@ -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 <string.h>
 #include <rpcsvc/nis.h>
index 84630b4230953897fd39b90b355a0165511ef6a7..e349a9fb7f83fa5ee10a3863fb770b5b7b7f81e8 100644 (file)
@@ -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 <rpcsvc/nis.h>
 #include <shlib-compat.h>
index bb10ff1600cd0159e44b04be17289af30db96660..f94fc94166a064897321b50e6c3521b73a2631bb 100644 (file)
@@ -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 <string.h>
 #include <rpcsvc/nis.h>
index 1d388d8151620577063c1827af4b9e98e5f6a04e..5d5a394453a3916c3a5ca4f88f31856bc9e1eae6 100644 (file)
@@ -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 <rpcsvc/nis.h>
 #include <shlib-compat.h>
index 2854b70f6e3357857c6e7b146c751835419b6df1..c7e3fa89f4d903f8e68fba1a8b2ee57f06729c80 100644 (file)
@@ -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 <time.h>
 #include <string.h>
index 4f92b69d3f853b77c5764a6636b569c62dd97af0..65f4a55324213837d95a7d9243c2db7ce433944a 100644 (file)
@@ -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 <alloca.h>
 #include <string.h>
index d879af1f3e254f0a45f1b301b29c87842bd92815..659c5e11035f5a0a23e0dd6f414cec002ba00f95 100644 (file)
@@ -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 <rpcsvc/nis.h>
 #include <shlib-compat.h>
index 1434c62cedf8578e20b1e577791cdc152ebd835c..f812aac97a91aeefdd89dcaebf236d8f809fcfcb 100644 (file)
@@ -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 <string.h>
index 4063ebed94141a6892fcde39eef5d032a3a88887..7c656d49837b9b8c378719b24ff9eb09524a4967 100644 (file)
@@ -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 <rpcsvc/nis.h>
 #include <shlib-compat.h>
index 537c7b39070b2201c5bd28d9fc501fc054837a21..739576faaf03ef47d0a7ade295e5e75a88ee7622 100644 (file)
@@ -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 <string.h>
 #include <rpcsvc/nis.h>
index 88a5e3ce5a010c974775559590c4ade023b0e7d0..37a697da7027d08c11f72113cffa801c6559912f 100644 (file)
@@ -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 <string.h>
index c443f531333045a1c0c84ca8c87955b70c7ea685..e509e76e4935dc52ad923ddcaae5ee0b89125c57 100644 (file)
@@ -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 <string.h>
index fdce926e16a871e6d86fb369dc961b79067ca557..b6f143cf7db49b45c532edb564d61b645568c846 100644 (file)
@@ -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 <string.h>
 #include <rpcsvc/nis.h>
index 5cfdfdfae8f0d32c828e9c5757d6f54cea016de5..fc3336a5bc36c25ac23fef130d0f4ba686f566a2 100644 (file)
@@ -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 <string.h>
 #include <rpcsvc/nis.h>
index ea652130bb4a7c07705f783449aedef4f5749833..9c7e909a4fa1f445c15f070c85e67ba1bdbbe069 100644 (file)
@@ -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 <stdint.h>
 #include <rpcsvc/nis.h>
index 7a94afdf795e3377cc581ac5e0ad3434506fcb15..07b7f8732b1b51da44c9e988cad57e6b1c2e1f4d 100644 (file)
@@ -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 __NIS_XDR_H
 #define __NIS_XDR_H 1
index 275f905ed59674158ef4c0684261580a6f93e509..ca178175425931743efa5461c850e86e3d8e0336 100644 (file)
@@ -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 __NISPLUS_PARSER_H
 #define __NISPLUS_PARSER_H     1
index 9fd8c0ebe5367e5f53c10b8b7451b6897692049f..c384492c750e902905c70c3cf5a5a377ca4f20fb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index 5aae6965c12f259b33b48bef2b71f04c52d8547f..b781094888f9c52318d3428cffc987a1e9cd613e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "nss-nis.h"
 #include "nsswitch.h"
index 6695807891d451503466637a4c6ef089f69d867a..befecaf5c21b5ab26fa26329991af1b024a4c963 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NIS_NSS_NIS_H
 #define _NIS_NSS_NIS_H 1
index 18ad08c8a4620cd80726ef4741306669865f3121..503f2a6f7d5bfa3e9c91d411e51e7f38b65749e3 100644 (file)
@@ -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 <rpcsvc/nis.h>
 
index 9244aaf1b7ef8473a57647628d8acbc74a16bbc6..ea6b3cff2dc31175578e4520f13463b65eed9a21 100644 (file)
@@ -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 _NIS_NSS_NISPLUS_H
 #define _NIS_NSS_NISPLUS_H     1
index 4aeba1e10d4ae44faafd7a257f35b659bfd6b18f..57df94e2a6c4f500b87eb96397697a9d9c47db1a 100644 (file)
@@ -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 <nss.h>
 #include <ctype.h>
index f845a577b209fba3ddc03f1fd703dd1c957c2906..ad4da3fcaef216e566261ed90d0ad34e5982b8d9 100644 (file)
@@ -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 <nss.h>
 #include <ctype.h>
index b6c198832b27c096b11893f73b447ab1644f2089..acd0233b91029775740139c4e4f0f2b4dc8ad3e4 100644 (file)
@@ -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 <errno.h>
index d70973dceee6b45cc4c5c2891d85c7d1600578dc..3329c86d8499fd9d16af4ac7e845d382c0ff90df 100644 (file)
@@ -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 <nss.h>
index ec9f9e1970ec114335741c60bd3d9079342b56ed..efabc9eaad2375ad164479dde35c5c792237594e 100644 (file)
@@ -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 <errno.h>
index 458f2005e6cef690532695a1ca74d3a663c42672..52ab49328b6e696f98bc4c624e8d57e5794d92a4 100644 (file)
@@ -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 <ctype.h>
index cab11fa9d1cd074bff9461181524ff35daf17951..b4721f258c63d2fd22198027c6ddf5766c2be313 100644 (file)
@@ -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 <nss.h>
 /* The following is an ugly trick to avoid a prototype declaration for
index 1fc66c19967b2bdbeb7c09a2065f2c97cb461c41..00668bcf910931bc29298c32bbca1c489b18180f 100644 (file)
@@ -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 <nss.h>
 #include <netdb.h>
index 10217d3e7d69e156a7af6c1abe739a4af66f2807..38b82d4e7dc0beed260388b3f1b4a50fe607620a 100644 (file)
@@ -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 <nss.h>
 #include <ctype.h>
index e93e5fc62332b1024934d61bf36ee75b2a6b5ad4..ab21054976f65960d50d7070c7d8966d7c40d98f 100644 (file)
@@ -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 <ctype.h>
index 25144a532f2d17ddc9e13f19b7e6baf2dcb40db7..92799a46219ec4385fb797125fa03e4dab5367ae 100644 (file)
@@ -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 <nss.h>
 #include <netdb.h>
index 205f7fd160383897a903710cc5848d08b3faaa62..d5fe9dd3203373b7b7f4c7184ec3c5ab9d582d52 100644 (file)
@@ -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 <nss.h>
 #include <netdb.h>
index ecb2e7e114af04c59f2d2b9e082be7df7e281755..342b2604ce3667936d93c3809acdba1d631ab2a8 100644 (file)
@@ -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 <nss.h>
 #include <ctype.h>
index 783bdc3e0c221baccf3ee32c14df54efce4ed323..265ce10b4eaad22e009ec2357b9318468df77f03 100644 (file)
@@ -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 <atomic.h>
 #include <nss.h>
index 2f6f0b2fb215d27b19df0d06be5231149abfd01e..e13246b664d3ea148db7e24323e6120a415d144d 100644 (file)
@@ -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 <atomic.h>
 #include <ctype.h>
index b7d7aa832f0b0a97411fd035687438c5540aa108..7912559d32b999c3e7ffee0658c6614f23fdfb40 100644 (file)
@@ -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 <atomic.h>
 #include <nss.h>
index 81ebd9f0d6f55349afae9b092e09010c1a7a6e48..ec7f0010ec4818ae720986684d97883119b0ce05 100644 (file)
@@ -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 <atomic.h>
index 252ffd975b538ba1c443fee2852ac6711fd2e081..3671ac1f51547be696b2bef36b51ba3fb118a158 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <atomic.h>
 #include <nss.h>
index 3ca86437b41769314aaf05fc57999ca78f01f3bd..f24071293c8a544ed5e38e69886cc76d6fb54867 100644 (file)
@@ -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 <nss.h>
 #include <errno.h>
index f13880d2ded1a109b72a9b0d14654ee73231bb25..4c477c2372173a465504633933df66728dd3aff8 100644 (file)
@@ -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 <atomic.h>
 #include <ctype.h>
index a054a9ee83d5d89cece69b9f1b2c08f0bcb341f6..9bf13cd343f09fc246bb5185261cf900cca52eb7 100644 (file)
@@ -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 <pwd.h>
 #include <ctype.h>
index b7108569a52ca96bd96e96e951541f7becd7d858..7da9c0128938a421238bba247d8e3a204400cf26 100644 (file)
@@ -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 <atomic.h>
 #include <ctype.h>
index 4a3bf4f4e9defa6686de9a72219d72dbcb0ab0e4..0aaf34fe3f478ed3c9e35d30396a85b16c820df5 100644 (file)
@@ -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 <nss.h>
 #include <ctype.h>
index 736e46604c5a6d6df4f2978d67442cb4eea38e06..b2a58a90a69484502f37764878b171ca1df656ba 100644 (file)
@@ -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 <atomic.h>
 #include <nss.h>
index 4494a7e6a3dfe6f3b36a2a30b18f10b4b8dad281..e28da17f32c898b54c2ccc9295a62ce7039c6e76 100644 (file)
@@ -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 <atomic.h>
 #include <ctype.h>
index 9243aaf20ac31f70315e7314e7193dec3d2dd64b..ff9d55b1a84b7d571cc8ecefaa25684ef662f829 100644 (file)
@@ -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 <atomic.h>
 #include <ctype.h>
index b3be1cbff9e96e97e297f5bfc758c61e1ab8fcf6..70a2615de4657bc47d024d3674ad6ed0b89a7301 100644 (file)
@@ -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 <nss.h>
 #include <errno.h>
index 9cc924603b8909a5d057870c59470fab5ebdc693..0d67fc73f37c90cab54c0dd990b3d600c1c54c18 100644 (file)
@@ -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        __RPCSVC_NISLIB_H__
 #define        __RPCSVC_NISLIB_H__
index b4539db29448724ec9054a13b85c675e6c48d04f..251e4268445bc0b0af28694efc020b6e598388ce 100644 (file)
@@ -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        __RPCSVC_YPCLNT_H__
index 3201e375a2b67eecd8a2bf42cb819810ddc3af4b..78afe4384b0370db1690ad712415eac884746397 100644 (file)
@@ -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>
index 47ec88b5cfd9f1a20df8cbbbe7063e69ef52b98e..66f89f17f9f295f6f43ed03153fb9d6b64b99bac 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for NPTL portion of the library.
index a4cc9c9e9c43c01f2d08c9186a078f25f038c58d..0b0f9847e4e0565f1ec78962304cbd606cb75d08 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <alloca.h>
 #include <stdlib.h>
index fcbc46f0d796abce8d58970d4a1d3df685981e33..64a9ae60664a66f435108317efe6aa34c3e43b4e 100644 (file)
@@ -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>
index a8850df460ce8496bad50b6dc9c0b90ec3718832..21020c4b1edcc75004f47ded140761ba2f2e17ee 100644 (file)
@@ -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 <stdalign.h>
 
index 9c3704df46c40dc3712d0fecab4bc30ad1b851ab..771284556145a5dda868bc564ad092e6e654ce1a 100644 (file)
@@ -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 <setjmp.h>
 #include <stdlib.h>
index 3b3708e20b38711a67be125443d0e6066970055e..3b0881d0834ab8f7935fd35acc15a812f02e7f61 100644 (file)
@@ -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 <stdlib.h>
 #include "pthreadP.h"
index fd3e9bdb597b4a095872df9db539855246fa19f0..23d16d65c022270985f6840abd67503b0fa4d02c 100644 (file)
@@ -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 <stdlib.h>
 #include "pthreadP.h"
index 0b3834549837f847c49063cede23dbf80fd54c01..76aeea8068ae547d17e1b5fac216bd375a6781e6 100644 (file)
@@ -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 <stdlib.h>
 #include "pthreadP.h"
index e6551ea03c835e3f605c9c3d1453f65e59ead3da..0470078d25f498d29fc7813cb1c674935966c9ac 100644 (file)
@@ -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 "pthreadP.h"
 
index 7fc53c20718639a12501eba6be91202a96d89e95..12285a8bde255a9546c7377e0d88a23921f96aa7 100644 (file)
@@ -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 <pthread.h>
 
index ae76ff7713909167ff58db91c4813e180d4567de..e08a6579a5ea75dd661754a8c06bcb4fe3c73811 100644 (file)
@@ -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 "thrd_priv.h"
 
index 2db3229d6a8c488fa2d826c3583814bfe5039334..8da8ed06dd8cea85a0db80f5bd4a4e05e954d128 100644 (file)
@@ -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 "thrd_priv.h"
 #include "pthreadP.h"
index 72387e60fe552b64d1d1b542acb6f444d076a52b..9f789707761efb7bea83dfd7723caf015bc57b0a 100644 (file)
@@ -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 <stdalign.h>
 
index 897c966954773d935634c8a41637dbedb2a7d38d..e379006cb867984917f239d56dace8c98a4d5262 100644 (file)
@@ -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 "thrd_priv.h"
 
index 3ad3f08f086217e4b8247b9a7613a97204cb2808..ef2c2d0e58a6f29c481c838a733b2aa78b263053 100644 (file)
@@ -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 "thrd_priv.h"
 
index cc2e90458e3d987a53119aaf65e4013571a0aeab..49d1e718a6cdf2db3cfa54432dc8228993969cd2 100644 (file)
@@ -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 "thrd_priv.h"
 
index 20b7bfa4d1349d1f49dece32ecd373671489691b..b67319d74636bebafb6e05b74719c8b6164cd886 100644 (file)
@@ -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/>.  */
 
 /* See the comments in pthread_create.c for the requirements for these
    two macros and the create_thread function.  */
index c8957d66c8f66dc473265a0738f85929b2d98f44..4db6e23525963b2de1cb76aac6a558c97dfe0d17 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <assert.h>
 
index b4db99fe3fc1ca02a8329736978748c507386beb..d3f863aa18628d4157c4bf1aef69858c453f5970 100644 (file)
@@ -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 _DESCR_H
 #define _DESCR_H       1
index 6e644d2594dcf6a3061bd83e6cebfcde8f10b9ec..5f5d358763d039bea62f6c17f7e99ce8adb76ac7 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index 85f44f6475c0c2def0904a27a27fe0f975cc60f2..789b89942118b653dca886b1838218b8c45c5659 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* The functions contained here do nothing, they just return.  */
 
index 95e477ff3720df0e207cddcc8268063433334985..4c517e975a54fc8a5d1f75c5a033a95daf23be39 100644 (file)
@@ -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 <pthreadP.h>
index a3c019233a02aba77d20e2a2dcc0f701cba0180a..35a66d5bc4a1385f37b19873e64d5c3b3845d9de 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <features.h>
 #include <netdb.h>
index 3baf4fe687dcc2d5f04341fcf12f9f6d5dcfc9c7..37654cfcfeec1ca267be36947baf56d797a26572 100644 (file)
@@ -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 "pthreadP.h"
 
index 97dc6a58cc92fa014ea3d8ea8aa105f6d6bc1c29..c562faf11e3608744196e5c65971cc5f6f5315a3 100644 (file)
@@ -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 "pthreadP.h"
 
index e98a9a4da5c13dfda70e906951488b941fbab4af..1dc35d4e437e0ac2b538edeb2dcea70903397f71 100644 (file)
@@ -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/>.  */
 
 /* No difference to lowlevellock.c, except we lose a couple of functions.  */
 #include <lowlevellock.c>
index 67614efa5a91ec074ae2b3c23ca5aa39cb73d5b5..b176f0a1ae120c290408f7fcf4b215adb2e6baad 100644 (file)
@@ -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 <pthreadP.h>
 
index 6d6993b62bff2d9ce97394e3bba8e06c728ecee3..9366c89acadf59dfa737521f07d80b188cd725b5 100644 (file)
@@ -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 <unistd.h>
 #include <list.h>
index ea29e9f47b698a25cb6b9823ae655edda79723c4..f1f0e093cb7f2eded79279abe4a21d9d9dd47c44 100644 (file)
@@ -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 <shlib-compat.h>
 
index cd105931d297ac7f49adc2b65f4924d3462b43de..03060e874bebc2fdb22f92ab93eadb44f2a2b5c4 100644 (file)
@@ -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 <atomic.h>
 #include <errno.h>
index 47548ff121dbb75fbff86292c2ecb59d98b28a23..f5f37eea1a16ab0c4ddf2c647b9e659e26219a3f 100644 (file)
@@ -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 <sysdep.h>
 #include <lowlevellock.h>
index 91103309dbecd3522d2d779a1c18fce5310900cf..d90d73efc08f3a9356ebcb959198eb8ef1b75ddc 100644 (file)
@@ -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 "thrd_priv.h"
 #include "pthreadP.h"
index a46dbb4cb8931819e8f1cfe367477e93a909a1fd..166db5c8ffc0d6b3fef3a6da4908e215b8ba1c0e 100644 (file)
@@ -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 <stdalign.h>
 
index 0971e968706dfec372930dc10f88dbac6b1e30af..e9d75ed0ed95c67a382cb3070d39e6319d382c7d 100644 (file)
@@ -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 "thrd_priv.h"
 
index 46458bd98313a7bb8b7f1833b909f81526d25997..400e16fbe57ba3443a18acf1fcbe4b9a22565976 100644 (file)
@@ -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 "thrd_priv.h"
 
index 1d855b9edf5b7968eab935e05cdbcd9eb29e7e3e..b9367e7ba4abe68ed9f221b49166102c54a23cae 100644 (file)
@@ -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 "thrd_priv.h"
 
index f4e67534e63ae28c19b1121e4b6516ef90926988..cc418081ba5a04182a217d6367ef0736a0dea581 100644 (file)
@@ -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 "thrd_priv.h"
 
index 80fa46fb5c67a07281d952cee51d9e0cc4183b1b..4cd0852ea5337ee20288d9edc5e9df3b46b5ba7a 100644 (file)
@@ -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>
index 493dfa088979102e19c18381f1e39f410bbf082c..82f50fd1edb03e75809c8dbe27c9402f6aee7c9f 100644 (file)
@@ -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 contains the gdb pretty printers for the following types:
 
index 4a06ce0db0c84aca1d78fa5c8aa41cc734129ba3..680e4b07e91f503fef1ff91a92fde4b721b080cd 100644 (file)
@@ -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 <set-hooks.h>
 #include <libc-symbols.h>
index abfcb47c28b7973f79ad5436278e4850188b1e44..04dc02e5f4f0f19b24c5dc77aa78bb471b6fe74b 100644 (file)
@@ -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 <shlib-compat.h>
 
index 04f285a1b1c8cb5caa5d3a36e902bfb1a113638a..991c7fba88930a290f222cc2d39e89876639682d 100644 (file)
@@ -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 <stdlib.h>
index 1724ccd1ca0607b101afe27c316098223411791d..2ee706c914b32f5789ae0ac86ff305ddbea72521 100644 (file)
@@ -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 <stdlib.h>
 #include "pthreadP.h"
index c231f9508d31f080ad3f37e1883d18eb580b4ec0..3e32c219aaa8988d7d738a68df0d1fc55f6f03e1 100644 (file)
@@ -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 "pthreadP.h"
index 9b67cb8a54d8d71f144e2c99819685c831828da2..87a001ffe04b5df1858e4fc5f22c9f01b6b47bb8 100644 (file)
@@ -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 <stdlib.h>
index a1fde85825522ff9e74557a282eaa9d11cc23f01..51a459363c94366cbcdbef8be3c61ed7699e163e 100644 (file)
@@ -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 <stdlib.h>
index bb65340a17296f83a7fee7fb523d626d0ec480e9..8b4924a64ce06e1ab065d028f9f92e7d31c81647 100644 (file)
@@ -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 <stdlib.h>
index e24867dbddd56906041844b608eb8cf9a4d486ef..865d0844887e9491182aa7ebe593005ef35270bb 100644 (file)
@@ -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
 #include <argp.h>
index bc43e3603ec868b659d14cf13a7a40c4fd4553a3..9b31e5b4de9e86a724626ae7b0469eeed6d15ca6 100644 (file)
@@ -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 <signal.h>
 
index 31ada7ad0fa1b589705ddd8de153a47008755259..880748fcfec85c2c5aa74b33abe029e43bd4b2d4 100644 (file)
@@ -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 <setjmp.h>
 #include <stdlib.h>
index 0b955d9ce7a612d3ffec2e75818edbb3b4f0aed2..b389442a156658547d2b9eb8faec62b763f78105 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Arrange for __pthread_initialize_minimal_internal to be called at
    libpthread startup, instead of conditionally calling
index 26cf6215549fd7f48346a1ddaef8202c3972555c..29991a579c5eda9cf89f7da2bb04c3f498a839d5 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <shlib-compat.h>
index 60e79e43e989b8584b4a195c3aa300dd2d8645e0..b19d38c96aa385dd39ff0e6355b3c33f3b9a32ca 100644 (file)
@@ -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 <setjmp.h>
 #include <shlib-compat.h>
index 6812589e89e396ac2eb5c01fd8870ce6d37ce484..61d20c315be46507dbaf47e9cee0d9fccfe5c4ad 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index f816880648f9a885f68704d82bd30ce5216ecfff..5e7804ec92e0ad35d561b0c74a2931befbdc9cdb 100644 (file)
@@ -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 <shlib-compat.h>
index d512fac0fc51b95a32e140971cb3577eb0943617..5e157afa8280ba0a2371fa5b8e1ed23634ff4fb0 100644 (file)
@@ -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 <pthreadP.h>
 
index d80662ab07b1bbc5a2693ddeaef4974f4652e441..070b3afa8d84de110f5e6f6658f6e7a11e7b7584 100644 (file)
@@ -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 _PTHREADP_H
 #define _PTHREADP_H    1
index 539cf14bc172ce2f551573e461a562cd418a5a30..39fd90daefcbbef539297982ebd8f977274fc20a 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "pthreadP.h"
 #include <fork.h>
index 182203139f4cbfb8e6bfeb1a787985034dcba25b..10e15b2c0678bf4ed18a8aba500b778a90b2ef81 100644 (file)
@@ -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 <string.h>
index 45f2340d720a36221193faf3b134aec3194cbecd..9ef29f6e7664bd4dd033050222ba58825fd52f17 100644 (file)
@@ -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 <pthreadP.h>
index c165ae24b821571c636e28ae1464499004f4dc21..adbcafadc95ac92315e53727bb787e85a316f336 100644 (file)
@@ -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 "pthreadP.h"
 
index 4b51317ae9942f874704905d6104e518fbe58dee..a64277cdac28577e0c1b896952480e32efced305 100644 (file)
@@ -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 "pthreadP.h"
 
index 6467cd949681c1461e4bcc7d2fee01592bbfcb58..d6a6c397d6ae56bfeeabff16b601ea4dceab4df6 100644 (file)
@@ -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 "pthreadP.h"
 
index 4f7329ba2ac9a2aae195b4b7b43c87f168f92649..5d2c6ee4cac2dbe57cb1534e391b8ab6db24e38a 100644 (file)
@@ -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 <string.h>
 #include "pthreadP.h"
index 06acdb1d9171d0968f90612086b78a1ee3307d5b..116415ea41f109a75122b980a3ac34b977012439 100644 (file)
@@ -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 "pthreadP.h"
 
index bdab52923c0bd507dc52b46b45619e30fb24d8bf..197102b12508564f0013332f814aea6face2d966 100644 (file)
@@ -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 "pthreadP.h"
 
index ff918ff3e05a169175248d192d62d0c2c38d199a..a72b9db9c2c6040f03160536584f9683d8c92723 100644 (file)
@@ -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 "pthreadP.h"
 
index a029b6b08c92bf1854cb40d43dd1808bf6dd63a5..89e69dda76a90652d2bf2c5a1ccd26250f58bc41 100644 (file)
@@ -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 "pthreadP.h"
index 3e63ef86197cd610fc83a4ccb26ec26fbf105ee4..72a8106c3f6fc5c8b089e7d0fa1d78dae9840378 100644 (file)
@@ -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 "pthreadP.h"
 
index f7ddf625e3a5445091932ce0e62faac1fcf54392..45de778fa3a82dacf63c74b27ef6d0c67378eb28 100644 (file)
@@ -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 <string.h>
index b485ed8648a4222076ef9881eac15ce20c8679e3..b1f92c7bab70695ce1e90d8f9c3764f7d52b2bcf 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index 80a2de3aabcb7372cf42120d78b6f4703b8bf156..5e2359e5cbe1b9db14c74bbe40f1bf4fa9c2b60d 100644 (file)
@@ -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 "pthreadP.h"
index d0e9e29dac9402027429df7b1a1082d029c2e443..cf40f40386ff78e4e5154f2f696cdb89f5d11455 100644 (file)
@@ -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 "pthreadP.h"
 
index 8524a0377ec28322d6cc9e5d1517ef87e166e007..d30a82c90f479ba5ed6bc76fcb93367594ac4e09 100644 (file)
@@ -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 "pthreadP.h"
index 4f2c0b9a2702d6068deafe67d228d2e4c28536a0..6a57ec6be980007315dfa66c482e883ea306f0fc 100644 (file)
@@ -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 <string.h>
index cd6787cb7ee8c7fdfa45e4a7756ecdbdb670db69..dc17c9723c0508793e86ddfb70fca5cadd48dc32 100644 (file)
@@ -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 "pthreadP.h"
index 42da4119096f3e0f58c74a554741a1436c275e9d..ab5f8f2dca60351014bcf73781ce795351586ac2 100644 (file)
@@ -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 "pthreadP.h"
index 8c3b1dee4e3de07fbd160dc0eb0c9d86e223f325..eb1515ee19ae0fe4bca38f78f8d6762747a19f51 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index 2ab418f6e17410725bb2fb793121730aca7ed13f..ed39289c96dbac297e0208613b82a3b1bb05be72 100644 (file)
@@ -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 "pthreadP.h"
index c6a9bdb5629f1446a34b09506a1b089f27f974e3..61f66e955260c2fd3102c0c1559907817ef4e19c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index 76957adef3ee751e5b0cfa429fcf4dd3cfd80b2b..854938e0a4fa4db1cc35ee46d7b4f4c43f9b4252 100644 (file)
@@ -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 "pthreadP.h"
index c8ebab3a3cb5cbbe469c0d05fb8d9ca0c365b2bb..0a74dd2e09abc424a3b69caf66e98b17b3deddd6 100644 (file)
@@ -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 "pthreadP.h"
index 49fcfd370c1c4929fdabdf420f2f19720362e4a0..54bc727e39538ac711c4db6c9901b1ec05222a82 100644 (file)
@@ -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 <sysdep.h>
index 8666004cb2e2dc089d19d4602bccb81761dd20ce..10d35bf09302848bf5eaaf849cc0accc35333dc7 100644 (file)
@@ -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 "pthreadP.h"
 
index f95f0ea7af544d9ee019daead39af8f2d9717d85..2dba05ca9c5dc2628d859f15d834958e96e0b0a2 100644 (file)
@@ -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 "pthreadP.h"
 
index c44e620ed2dd0e2f7cf260ea58745a90a40adfbe..76522767b276ddcce90a6e78448064e8e5d5f954 100644 (file)
@@ -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 "pthreadP.h"
 
index 3ecabb363dc653ce611b22fbf6c948d39e756f12..47e0944e8488d682be9818d36bdabc02d1f942fc 100644 (file)
@@ -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 "pthreadP.h"
index ce6a28310150f47d907867595948e0e7a4f077c2..64ac12e60a1483ca0eec6d4d7c39073ac15e6a16 100644 (file)
@@ -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 <signal.h>
index 053bedb1691ba219adb1e8d6443a2608f71d3855..e9846328d96140b6d156a7d46bc33318b15190ee 100644 (file)
@@ -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 <endian.h>
 #include <errno.h>
index 225073fe59b5509965365453629d05933aafb47b..1c84bb87c12849551de862f71ca2f412aaf27e3e 100644 (file)
@@ -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 <atomic.h>
 #include <stdint.h>
index 0ecc4dcf39674339982c448c16e3a99c5794c7e8..46807c35162701b4c397750a614369a6727607b7 100644 (file)
@@ -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 <shlib-compat.h>
index 972fc48e90561fe1a7c3f594a901818400454abe..1652b360a5aa18596b2b1515bc6b78355a6897c2 100644 (file)
@@ -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 <shlib-compat.h>
 #include "pthreadP.h"
index dec839833ed119f0f9f0fd3172be30638066881f..ea416a0e2cb2d661a29fc7b59e9928149709f983 100644 (file)
@@ -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 <endian.h>
 #include <errno.h>
index 450bf66b34faca102a3934b6102edcb9b0c7b625..bacae09c02e951a744524f8711026382e1301414 100644 (file)
@@ -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 <endian.h>
 #include <errno.h>
index 473f41c516635fe133df3294c6e7d42404004c3d..d67338254ebaa5c975bdd71e5c463099d7cea560 100644 (file)
@@ -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 "pthreadP.h"
 
index c108e3b813e4d79a886d799c201e8d2edaec3006..68d1bda30fe3a62b18875b3083ce0ef4d2523039 100644 (file)
@@ -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 "pthreadP.h"
 
index b6febd05926404f9f54b11f044bb4e23b0568cbc..e2819b37e0c5ed3a89164130e7ece4535ca66a2e 100644 (file)
@@ -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 "pthreadP.h"
 
index 30bb9fd46e64cc2c047a46571a30eff133ce649d..76d43d5ec3ffd2205c36386ec1654e970f1a53d5 100644 (file)
@@ -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 <string.h>
 #include "pthreadP.h"
index ac919235228489a3ce7875b6667005fe50c7b86f..3b5299215fcb8463229ad5c8fba667e4a0c9aacf 100644 (file)
@@ -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>
index ad348eabd3dd4c1d724082d72860c12f90197e6c..bcd4914ac96b5e67b789ad7df11c91ee5670a7ac 100644 (file)
@@ -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 <pthreadP.h>
index 18b7bbe7659c027dfd7b0ce3b0c83f54a6f15b18..130937c3c43a500e22964e573ea3e7b86eec51bc 100644 (file)
@@ -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 <errno.h>
index 1c927bce66f8628950feccfb58f79b0651517a42..c5e8407862acd198e09aee729b2e38db7222b33c 100644 (file)
@@ -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 "pthreadP.h"
index 949fa8e4f602f137886abbbc2a29ae9b5802cacd..90bb89aa591180154f26684f0aef8c2c8fb390d1 100644 (file)
@@ -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 "pthreadP.h"
 
index abc9019334231858674c0dd64bcc20e54a814e19..643c85bd6e602b2111d38398cb872ec2d6d3afa3 100644 (file)
@@ -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 <stdlib.h>
 #include "pthreadP.h"
index 5ec36274006c854bc6185be8f701dba388305850..e37b6392f6506c3605a92377c6917d2070aecb16 100644 (file)
@@ -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 <pthreadP.h>
 
index 19d3c7b8fc8997a90c7f51d16aec82ba19ff59f4..fc5ed34a1a87605685f73834c1082288362d7be1 100644 (file)
@@ -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 <stdlib.h>
index 9b752e606a19d18fb6004983b029e9ecf0f63c5d..7c123ab73d155c531d76ff3d3243c742febd292a 100644 (file)
@@ -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>
index 255e150465055ab3e0a7d7ba6a317226087a0b46..ab947731078387b81a88ed783249729a61ba11b9 100644 (file)
@@ -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 "pthreadP.h"
 
index 1f9f487ef8bbadb3ef5b24ae71745dfecce009f4..6aec28c2cc9036123ccfecabadbe3b8e1a8345a2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <pthreadP.h>
index a160802d683e1c8659cdd6911895d778194c6e55..f976eac01a6b401f745e06ee28c780cda7f7e6b7 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <pthreadP.h>
index a436d3f6e990738b45e01d6718e86ad170f78577..f121c1e9f65b334646293087e137329193867550 100644 (file)
@@ -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 <string.h>
index 359120096c9407e76fd2fb1f599502dc237f5a6c..42b29a9145aa32dd6d95d8373cbcd9539aaa341a 100644 (file)
@@ -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 <stdlib.h>
 #include "pthreadP.h"
index 379ddc8369713d271b5bbf5723691877646867f2..3523b20fe5981d801498a50c5c63b88270ceabfc 100644 (file)
@@ -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 "pthreadP.h"
 
index 5224ee2110868cf1835910534760642e217420e1..9545ae4bd3ff8c83237e43e1d030e108ae4f7eca 100644 (file)
@@ -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 "pthreadP.h"
 #include <atomic.h>
index 31bb30f2a3ff733f072bf845035a9f26fb11fe89..e0ded90a1023cfec6965cd98be622fe78cecd8e8 100644 (file)
@@ -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 "pthreadP.h"
index b414f65dc4c300ca81b0df45fd6a4c7f27fb94f7..62598326490987f7e18b5151d4cbf4df18b956ad 100644 (file)
@@ -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 "pthreadP.h"
index 441527bac89d568addbd35c0a9508705c62b77b9..2805c722a635e60971e329ce190c9b327cdbb4e1 100644 (file)
@@ -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 <signal.h>
index 4432923957ea6811fca60a4b86e325b7e191cccb..15553bc8116147222197b793efb404b00f1b3aa4 100644 (file)
@@ -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 <shlib-compat.h>
 
index 5310ce636813c8f183d40aef9b5364e37a0d4dc5..7542157ba3771686a7b76f1a263f2442e449a323 100644 (file)
@@ -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/>.  */
 
 #if HAVE_TUNABLES
 # define TUNABLE_NAMESPACE pthread
index 7fb613c6dccad161517ff248abfd177a41ac1035..b6fb98396ff0830389a1ed159f922d814246e5fe 100644 (file)
@@ -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 _PTHREAD_MUTEX_CONF_H
 #define _PTHREAD_MUTEX_CONF_H 1
 
index 3de9dd75cac75618d98233d1186c354f060c8c60..0c73d39fbed8da90fdd798f72b3b0a355da2e576 100644 (file)
@@ -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 <pthreadP.h>
index 20732a32a6ef0336750d916597aecabcdc372246..2ba651531b516f4dd0ccd070c345878917984264 100644 (file)
@@ -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 "pthreadP.h"
index 5a8c06094ab4d86e00d250f90915771e1667cbe2..7e3d47ddf43fdca30f2ce8743c3a7bbd5feddd8c 100644 (file)
@@ -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 <pthreadP.h>
index 4d5a55c280aa3bd94d4ce413efcaa90f2ee093ea..fe4eeee37c1d959988497052d25b92cfd8df3437 100644 (file)
@@ -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>
index 2673a3576f673e6b201b0d2b7fce28e81074545e..0ab890d8158a9eb58320e7784756ed61e001ba3b 100644 (file)
@@ -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>
index 0a976478191b64042e56304547844c4aa0e554e3..8c532c912101acebba5f989e0f8fb79f86700531 100644 (file)
@@ -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 <stdbool.h>
 #include <errno.h>
index 52c258e33d960b390a6c4c0cb4106d0b15de2a4b..a0ce044dd4ba31d301ea8844e8a08e00cd618456 100644 (file)
@@ -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>
index 3bba464409cb4cc6c4a78d6652f86c50527cfd35..87e87c013a6d8151d8f8a9508174ffcbdffe81ae 100644 (file)
@@ -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>
index baaa10667cdaca7708d60947686ffea802b5dcf2..71038f92e4a946ba30f1cab91e37ca0ff8c37f34 100644 (file)
@@ -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>
index 7388bd57bd1762ff1e3b7e1221ffd5c71351e059..bd63429c084c308725fbba2f5f4a6c03784643c9 100644 (file)
@@ -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 <pthreadP.h>
 
index 14b6715f90a51aa14254b936244a45796b9b8ec8..f8627ce9897c2fdc53499fff4f2720c33709a161 100644 (file)
@@ -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 <pthreadP.h>
 #include <atomic.h>
index 5f3dcb349bc5aaa98e5fc031b48834b2f895a20c..11222e1f0f2ef4f5b49b1c5b93408720f5098149 100644 (file)
@@ -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 <pthreadP.h>
 
index 710d7256e3b9175ba7a711d2beb0843668af7f6a..7187229ef926b712b1fe41d10b2a17a939ca3362 100644 (file)
@@ -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 <pthreadP.h>
 
index 4e06b349528100c8058127017a1a64ea77c42416..736f54cd438f20b49ca9cdac36654845233f4605 100644 (file)
@@ -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 <pthreadP.h>
 
index 7fb31d5d5ddc888d6ffc62e962eaa57733bbbe81..6adb2a6fd944af26ea0048a14d86e68ab0100337 100644 (file)
@@ -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 <pthreadP.h>
 
index 3fc538e2705625b4b22d45176cdf407d4431c11d..48844ad51fc40ff740e7fea0407f4a98616f356a 100644 (file)
@@ -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 <string.h>
 #include <pthreadP.h>
index 9e46422183e039436ccfa9a92f04aab5d735d334..4288a630dd13789a73adf1b54e36a7fa452becce 100644 (file)
@@ -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 <pthreadP.h>
index 96ee9be3161c1e8e886fb240b235fa9e2f80f123..6c37a79782dd8c2b28384b58935edcf9ee508244 100644 (file)
@@ -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 <pthreadP.h>
index e70a833fa32ba546ea019062c9a54257ecacf088..7b24c7abd38e22a6060c1832c2fb1bfa02463acf 100644 (file)
@@ -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 <pthreadP.h>
index eb6fefcc548af93f5fd1bc658fd9240d9a2b5384..d66919df9b455d680a17e9fa6c823be0dfd56970 100644 (file)
@@ -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 <pthreadP.h>
index 7228c4661b70d1a8f521497784d04aa5b9afa302..52a6ec08ddfcfb1c2f7d36f7f0810b1106222132 100644 (file)
@@ -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 <pthreadP.h>
index 54edce65a73d9431ac4714329e14b16c7243e629..6c06ccc64f02ca7e3443ceb93ac461322dd747cd 100644 (file)
@@ -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 "pthreadP.h"
 #include <futex-internal.h>
index cc7657a3c13089211143996d52330c6146007a05..36e369442d1672315e3667360daa1ec3940b93f0 100644 (file)
@@ -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 "pthread_rwlock_common.c"
 
index 812aa891f17f23b3df2118695f2ee4618a6d7bee..20b08fbc831cd23adfc42acf36013312728044a7 100644 (file)
@@ -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 "pthread_rwlock_common.c"
 
index 8db861fdcb49f6d5a3fba6df151af8d38512d131..7070b9c2c8772db341de070138e5eb8bcdd13f8f 100644 (file)
@@ -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 <sysdep.h>
index 5dae7c0330b54712e109158ee4683917fea0c769..a14f66323eb62dd365952d5cfd218338d580cde9 100644 (file)
@@ -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 "pthreadP.h"
 #include <stap-probe.h>
index e740431b68102c12f66143af677869259d1ffe99..04f0d40ed8919c1705758aefca8d3b1910a1d194 100644 (file)
@@ -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 "pthreadP.h"
 #include <string.h>
index 387c824f99abd1bf053db2a610ca6bcf67dc9024..55de1dea2d4a400e21b602263a93e8c21b206663 100644 (file)
@@ -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 "pthread_rwlock_common.c"
 
index 8f8e6808ffd5a8c712d077c31240c3ebca6f525d..0becb3335d4b6d3622a439c0614eb34e3a667640 100644 (file)
@@ -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 "pthread_rwlock_common.c"
 
index a5616dead51128b285512acd3cf1dbf9f48e3edd..ac116b72643bd9ebd588b79809f8135082db56a3 100644 (file)
@@ -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 "pthread_rwlock_common.c"
 
index 2f94f17f369e2418f2876c0acd6c4ab9fb67ad30..8044b2c3d7ddf64f62c0f9e5801d9ea4a8d229ec 100644 (file)
@@ -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 "pthreadP.h"
index fae475cc70e26a65041ddd3772c07bbe00d92301..624cf83a083b54b1ed546d79cff6dfd3e570b546 100644 (file)
@@ -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 "pthreadP.h"
index b8c8f204db30a48d87098237fe6d9a773591df35..afb6b6390aff7a6674a677678a229930d1afd7aa 100644 (file)
@@ -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 <sysdep.h>
index da246d84770beefa29f7c847b00d3338c04825e6..fc1badc00b0e68d765f0c8196cf6ad3933b6a582 100644 (file)
@@ -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 "pthread_rwlock_common.c"
 
index 73a31285ea543bec3ecd590ccecfa573ba53d984..19801ad8910e1391963f1e9db21eddd26ffaaa95 100644 (file)
@@ -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 "pthreadP.h"
 
index 959f475a7b8c4552e7e5e3bc599077e80dcf5005..ca71956b7ee7583f0963d19e32728eee900596e0 100644 (file)
@@ -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 "pthreadP.h"
 
index c6e15804cda7e686ade90b92fe3302e119fd53f7..f14d07f5abd113ecec91eb623a1c23ac99e62f5b 100644 (file)
@@ -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 "pthreadP.h"
 
index d62f7c57e3f2487a97e746a4b477a39f6f90a8ca..689048537ebaea39d0bad35f935436e40dc667dd 100644 (file)
@@ -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 "pthreadP.h"
 
index 52e5a3bd0a351290a563a9f3556089cf3e549956..6d1a05f3a9411e2d4a21cc91c9d9e6c6f4d5c694 100644 (file)
@@ -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 "pthreadP.h"
index d856201a85415d67da4a5eccbb5af19964ae7e29..4f90ca3f4c760d8bf05a0fc55055ed4f4b9e5d67 100644 (file)
@@ -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 "pthreadP.h"
index c0b27d9217cc86e5d070534607164db7fa6ff991..1a68caed85254f5579230b8de58aeb0ad0b1c0f0 100644 (file)
@@ -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 "pthreadP.h"
 #include <tls.h>
index 829af35153369400783e94383f7cee8f7857ced7..68a2c09903b16ce4ea98625608e99d66f1eb6681 100644 (file)
@@ -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 <pthreadP.h>
 
index 6b2a03877f043bc314a640ff6a1c48d89a57ed02..39d3eda26d359f3abb51b6b9706535054f593ddc 100644 (file)
@@ -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 <stdlib.h>
index c69fc249b052b819d775629697a6a7a37b1dc9b7..e5b6f9970037207c5c12617a600a82cc3ac65df4 100644 (file)
@@ -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 "pthreadP.h"
index 126bfd899ce965dfdee80b536ec7cd08655f0099..d771c31e4651a8d196e71291c4cfd9d4cbd9afc7 100644 (file)
@@ -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 "pthreadP.h"
index e9bac4dca19dbc57dca27bdf46e12f3f363a5aea..afae1a11d79620cb2b2d63ae3e7c1309b712d0cb 100644 (file)
@@ -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 "pthreadP.h"
index a9a6ef3454746f2dc95793285caac7510911cdba..43e6bd93c7b2819606d327b5dcd81aed1f20b61e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <pthreadP.h>
index 77d077a6c49175ff7e0b67b415858b746a5d6775..663ece8309a4c61e29537dfb1d2706ec1e90d1b3 100644 (file)
@@ -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 <sched.h>
index bd6185605336e81a49391e1cc750b777448150d3..9f21c6908662b2fd7bf031693a70a820d87dce19 100644 (file)
@@ -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 <sched.h>
index fcdd9f107203d8ad5aa9626f6d6e60475d8b53b3..da6daf97e916bbe64bca1296f92505d5583cba46 100644 (file)
@@ -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 <stdlib.h>
index f6ef772b1c1980039dbb3165bc528135018389e0..c8df527995107b8bc9a092a245878af4fb10de3b 100644 (file)
@@ -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 <signal.h>
index 221acdcaa3764fd7718e463df7c0e90b976983f6..2af22d03ead07bbe30d47dd21e3b67b105254c52 100644 (file)
@@ -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 <signal.h>
index cb79a6f752f839f64c433530593b7e950e395ab1..b7659bcdb7eda99a97903496c713c976777e6c8d 100644 (file)
@@ -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 "pthreadP.h"
 
index c563effa72d828d30da8eeabf04e3f5976e4cf53..a140253aab1ef769c2f28839def2e764abf2992b 100644 (file)
@@ -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 "pthreadP.h"
 
index c9b2f25d643b39564eb617c76157a10699622242..e207a9d56fef4a3586d0385c7f0d56182ae910c2 100644 (file)
@@ -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 <atomic.h>
 #include "pthreadP.h"
index fc3031934a75070f77ae4ee12ef9643e65c8a4b2..f22648fb87c7d4c6d2b93a0883bc5feda07ae1c8 100644 (file)
@@ -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 <atomic.h>
index b52bf41056620a1a9db77b5e5180dac58961e343..76fef6f4df8b2af5e9b844cb53dbf23a2cf8397f 100644 (file)
@@ -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 "pthreadP.h"
 #include <atomic.h>
index 7bea1d7bd468ce52183c62a864e6710b967d75c0..84d966cd83a07ecb957382f4a9b600b4e8ae7fae 100644 (file)
@@ -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 <stdlib.h>
 #include "pthreadP.h"
index 323c0ff54e1fa0d44e759d305b2bd7dde6b62f6a..bb48a1e3cf29f874fd22f162c0b8623c037b96d8 100644 (file)
@@ -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 "pthreadP.h"
 
index 7dbf22868d322b55c354c4d3b83da1a5a2a24f89..28e765ba60090dbed874226e86798eb35ddc1a1e 100644 (file)
@@ -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 "pthreadP.h"
 
index 6e6016a467e1244efbe976403d1c7088d99582af..5682ce9d03a54ca2e9c6c4591668ae4002a5dbe3 100644 (file)
@@ -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 <pthread.h>
 #include <sched.h>
index 80a1becb5fb0233c7d3a17ac75359d4c23f46c38..1758f34831a5ce804d7dcb66b0545f3641f842f9 100644 (file)
@@ -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 <stdlib.h>
index eb6bb55a827acc1bba57f88e1547f67541db12a5..e7f0ecbe5c55e32f762e1fb799b3a37f99b6bd40 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <features.h>
 #include <resolv.h>
index 23a6c086779b63dc8deedf63f43ff13c6bb467fe..9ed98c4cce3d76deb7b33474ba41d17f11d75242 100644 (file)
@@ -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 "sem_waitcommon.c"
 
index 8941f111f926b0c15a2f0c2ad9b9f5f087138fa3..a7514e5089a12e122ec6e14b86b3f3f30eef1261 100644 (file)
@@ -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 <search.h>
index 07d60ce0dcb1edf0963746568efd5be89082fb1d..c2d9fc46db72dce3d676143811fc4965c8d23ff5 100644 (file)
@@ -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 <semaphore.h>
 #include <shlib-compat.h>
index d33993d7ac2f4ac9c3ed550985e63ee47d54baa3..0e2150d1e66bc2cdd1b9d3b49ec6e2365f19ffe2 100644 (file)
@@ -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 <semaphore.h>
 #include <shlib-compat.h>
index 5fce527ed83847ef28e3623195c21a7be6107d98..cf8b1c8e5313a04ddf76b9bd754f2eeb5fb9ab48 100644 (file)
@@ -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 <semaphore.h>
index 3442e262807f5926a2e459c3123983af9e784de6..85802c809dfbbd19783253da11812b64133f7eaf 100644 (file)
@@ -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>
index f48ca985bd7affafba31116d6e51a1d0b4982463..cc8232c11009691f90f66704eaf0699f6607864b 100644 (file)
@@ -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 <atomic.h>
 #include <errno.h>
index 0918d8bd107fddf0750be89eb83059470602c9f1..fbb50a5fc8534f9a5b2b21190879af894e86ac4e 100644 (file)
@@ -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 "sem_waitcommon.c"
 
index 825ed5f574afee5134893b8ccaae48a598c89eba..60fe984de13a2867a6a950dbde636c630b756121 100644 (file)
@@ -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 <semaphore.h>
index 20a8b9d3776fd6d157ecac354fb24221bbfb2722..84207199c768c3c2cefaea2c6b77872640130183 100644 (file)
@@ -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 <lowlevellock.h>      /* lll_futex* used by the old code.  */
 #include "sem_waitcommon.c"
index cad56e996da68cb79a1ed9c55ebeef842d05afbb..af81c6fe9d139249f1299e2240f37d0ba2c44c70 100644 (file)
@@ -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 <kernel-features.h>
 #include <errno.h>
index 41149a3a1d83fe5d71b9f7158fbcbc805dd5302f..15d3444aeaa5c3765685b2815a4ba7763bc66298 100644 (file)
@@ -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 <semaphore.h>
 #include "pthreadP.h"
index 3c0438ed44616c4ef5e15db1dc2d412acf0bc8da..3e89df6640478155193a64f15e3f7f0036859cff 100644 (file)
@@ -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 <internal-signals.h>
 
index 6be59d331bb4fefd929561763c36dbf9a67e7e98..430c7093ccb24cfba5fd68d7f877bb18c5b3e802 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* Test whether the machine has more than one processor.  This is not the
    best test but good enough.  More complicated tests would require `malloc'
index b447778bfa9d875feb1bf82963b83849384d9bd9..31cdf0331bbd6d164481de6f9fe1034a84b58836 100644 (file)
@@ -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 is a number of bytes that is an alignment that should be avoided
    when choosing the exact size of a new thread's stack.  If the size
index 6c36642c42a721b5be1374ef4c5bab8e61586f7a..fd48a73b5e68aa4441c28e1e03a3488b4ee97323 100644 (file)
@@ -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/>.  */
 
 /* Keep the calls to the pthread_* functions on separate lines to make it easy
    to advance through the program using the gdb 'next' command.  */
index ffba65af3dcf7f354c2102ab3ff86af16fef6422..053ec48b6ed062a3728b72b9366a86f4ef42edb9 100644 (file)
@@ -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/>.
 
 import sys
 
index 9f4f1719d0a7dd0ec1a112a51acc7a0d43194159..7d7c88fd70a6e12630138ea2a6e26282dc2d059d 100644 (file)
@@ -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/>.  */
 
 /* Keep the calls to the pthread_* functions on separate lines to make it easy
    to advance through the program using the gdb 'next' command.  */
index 6f710e8d17c525fe26de6d9c3a0588c8884dc13b..ac31df7bd5e8f4b250cbf112632108e04bd5ddb4 100644 (file)
@@ -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/>.
 
 import sys
 
index ccd44db30c19cd18ca41140a3b4d9e85a1e4e951..40726e6917289d891a3c8bc302b422190917e971 100644 (file)
@@ -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/>.  */
 
 /* Keep the calls to the pthread_* functions on separate lines to make it easy
    to advance through the program using the gdb 'next' command.  */
index 30b8e9016ab7ac0dd437c6c4132a8a251fb5994c..09c5546899102cfff1a0b8fa59dbb57297ae7639 100644 (file)
@@ -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/>.
 
 import sys
 
index b0212f51768502ffb7110c8d9ec8d16fa94d7f6c..79e5b21b23a4cc18d45f83ab8d88dd1a3ca48ed0 100644 (file)
@@ -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/>.  */
 
 /* Keep the calls to the pthread_* functions on separate lines to make it easy
    to advance through the program using the gdb 'next' command.  */
index 228b26eefef76142032f8cbc6abd5d468941b18b..211818c30b6b420ad0db30ff5bcd8195f8a445c8 100644 (file)
@@ -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/>.
 
 import sys
 
index a64dd594fb0b41ace875b001d1d818accf626471..fe973e1753ac0299d25930b826a01700bb02f7a2 100644 (file)
@@ -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/>.  */
 
 /* Keep the calls to the pthread_* functions on separate lines to make it easy
    to advance through the program using the gdb 'next' command.  */
index 8366d912fa4b3f738e90f39de1923bcf5be4c41a..89a8ea8f5f66dbffce8dbdc82ea799b72e7a015b 100644 (file)
@@ -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/>.
 
 import sys
 
index 9a11b8da40df30c89d57337b5fc17d075a949c91..51b930496aadb0a15ccefcd9ce4a9b4c24a46575 100644 (file)
@@ -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/>.  */
 
 /* Keep the calls to the pthread_* functions on separate lines to make it easy
    to advance through the program using the gdb 'next' command.  */
index 7999076f94ee9a4b14256c64ca5b4580cc23621c..cb8d92a90c7b13d1081f12c5963116320bc916d1 100644 (file)
@@ -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/>.
 
 import sys
 
index 2547bb210b4f8dd95d699050c2624526b3fcde1e..9443dd688ff33ff5625d76531ad742f1ae259830 100644 (file)
@@ -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 "thrd_priv.h"
 
index 9a370ca518c583b8b5de53d2ccca3f00f39c028c..12c54bfbc25b552236775ace9759971cca82f5f8 100644 (file)
@@ -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 "thrd_priv.h"
 
index dea4f9dbc74a60cd0d5dac7ac7fb03224675d20f..2cfbfabee004939efb693e8f8f6296d1a29f23a8 100644 (file)
@@ -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 "thrd_priv.h"
 
index db977fb43b58a61b553caaf78155cdcd2f9f9d48..8d11d702e014e1a4b8e16d1d47695e2015400715 100644 (file)
@@ -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 "thrd_priv.h"
 
index 5f09538daadf932ed7065841038fac8540f96ef8..a76828478402449dfe2d597ae6356860d4126db3 100644 (file)
@@ -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 "thrd_priv.h"
 
index b3df23637f1858cd4a6933039d547ea4fce0cde5..497d0d2173881e6affcb4519498d562aea4f694d 100644 (file)
@@ -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 "thrd_priv.h"
 
index f3012a2bf307be2d73bc29d83b68732099fe452c..fa67fb91d163177a3ce48e4e204bdd7473e022e7 100644 (file)
@@ -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 THRD_PRIV_H
 # define THRD_PRIV_H
index 07a51808df2872f48863e0394300528f5bffff85..2e185dd748e41b38e1b738cf00056febd752f25b 100644 (file)
@@ -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 <time.h>
 #include <sysdep-cancel.h>
index 0177f90f1a9d77b6e961c7922d239671df1381a9..d1cebdfcb3cd69f671369e1a24af7cbd9abd1bbf 100644 (file)
@@ -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 "thrd_priv.h"
 
index 6a3db37be35bb1d2f5038d2c33b7bd3921fdef98..aae4c4047dec81b6debeef499c0093f803b6d660 100644 (file)
@@ -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 <assert.h>
 #include <atomic.h>
index f86b2e71a3413791184423beb737573af642ebb4..2842332303f05b6a796cd31d6d15301bfe1d0313 100644 (file)
@@ -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 "thrd_priv.h"
 
index 5f6ff21b66910ed7817c19d183e627989153d575..0af8724c2901cd423495590ddf3de86398a61af5 100644 (file)
@@ -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 "thrd_priv.h"
 
index 8840aa668411045bf8f68f462ddb41b530f19525..5c297e44273e441ccbc0692be22d737746ffaaa0 100644 (file)
@@ -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 "thrd_priv.h"
 
index 0691964bc20ccbbcd11d822a1c8bf5eb04ec8f67..9d73df7e98d984f6e1eef9a4076806310160b4b2 100644 (file)
@@ -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 "thrd_priv.h"
 
index 17f5be75edd3d04ce7fd5891302fd7deac602dda..e7febef1b5ec2aed4b6ee8df323dcaf7139332a5 100644 (file)
@@ -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/>.  */
 
 /* Test whether _res in glibc 2.1.x and earlier (before __res_state()
    was introduced) works.  Portable programs should never do the
index d348ee5bd0417eaaef42a59e62577532c92c2ccc..93af21747ce7b1509babb22e21bd066ff437a5af 100644 (file)
@@ -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 <resolv.h>
 #undef _res
index 30dea4d5b41d13205d9ee352eac26ec9e3ea474e..3c97c1187e48616829a727d1cbb1644ad634fc22 100644 (file)
@@ -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 <pthread.h>
index 06cfc570b66dddd90e09d856faf44d30f543ec04..f262ca84909b7dd7771a2768aedd0e88b7461888 100644 (file)
@@ -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 <pthread.h>
 #include <stdbool.h>
index ab1f264afb3ef7b17a29ce2998a9fe9cd6a004eb..c3e7cd826f689a653a0f277f170e0f4fbcf224ad 100644 (file)
@@ -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 <pthread.h>
 #include <stdbool.h>
index a8a9d6a45159cd9f28677da7009f57eac9c9d8b3..5d5c40d62f21b13508bd052a9da15c3887380bcd 100644 (file)
@@ -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 <pthread.h>
index 85d948a52eb56053d6a21e904f4d75e80196168f..f20adbc9820a5fcb21cead1139321e9f17619074 100644 (file)
@@ -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 <errno.h>
index c67151b5bceedb02e7fd86723660669151ce3c10..6c781f4372eeb33e11e43651938f36802446def2 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 8405d933c48a968b775ef3705fb8d3ec5aaebab5..2c6f615c9d94bfa60972d7dced098c27f5104c18 100644 (file)
@@ -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 <pthread.h>
index d5c2352303b5a8defe2a79874bedb1072a036d40..3065130c3cba1b1e6ed6c42a5821052f4a928b60 100644 (file)
@@ -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 <pthread.h>
index c38828ba0c7f53c7dad6a08b640de92b398c1f07..e5d36ba1798c66546f865f79ac23ae01818889ef 100644 (file)
@@ -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>
index 45a0a3a5bf4cf2fe3a690ec594cb0a9e1375bc97..4eae03a2b2cdb861a6b223af256277d08bb15792 100644 (file)
@@ -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 <elf.h>
 #include <link.h>
index 1429e95ce16c3a641b461defb68b35bb2eded356..95a8e760d7b1134a1dd8353f77b4eb2107459126 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define all the retNumN functions in a library.  */
 #define definenum
index 584624877112bdd91cb5309befe75a9ec0ea99f3..f13865661bc8e22fc4310597c6d9fab7d803b163 100644 (file)
@@ -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 test uses a dummy LD_AUDIT library (test-audit-threads-mod1) and a
    library with a huge number of functions in order to validate lazy symbol
index b2b54cd47e0dfe8f7d25ece647c8fa2ee6bee0f4..81885d721c33c919e34a05a27d855ead1318d5ab 100644 (file)
@@ -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/>.  */
 
 /* We use this helper to create a large number of functions, all of
    which will be resolved lazily and thus have their PLT updated.
index 6d25baccb31cd46bfb9244532049c80cea252cf8..4e3f10b677be4359eaa953cf2dbbe679a9583999 100644 (file)
@@ -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 <execinfo.h>
 #include <pthread.h>
index 1d6743bd08805a721b3f6af8c58f780191939506..e6b72a1dd2b3a22f03fe552933277a43ef131e5e 100644 (file)
@@ -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>
index 86ed90be733b2d5239f726f3eb52f15e83c59237..944ca4bb6617f1fd36d8f14198db51b70e3f4677 100644 (file)
@@ -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 <pthread.h>
index f460d2498622dce927ac59e6895078f9b96ef3ed..eb06db2b47c1104fec5c49bfeb9e9bd89666f9f9 100644 (file)
@@ -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 <pthread.h>
index cc2c715789ee0c50572827b2b8c5c31efddbc406..49b9cc63c2fad3a5c4afe7f811783562b7d49df2 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index f0725563a9ad3ebfa91d52ab20305f5c050e3536..1fc952bd5eba6e6b65289d43fbb522a8d0f1055a 100644 (file)
@@ -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 <pthread.h>
index e357071aa60412fe664f97c5c1e2176fd56d8ec5..5994e689875874c8ca51e0315890ab5cc42fe6df 100644 (file)
@@ -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 <pthread.h>
index 44a0a1d4d3b3c20180d31363951138f47a9b9c57..960d8b34a2bb6ab4abdc3fe08ba2ea8c84928584 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 2268a83decc72703a229b49f4d0967f4706e2a71..081ef329916cc306cac8968590740fb580bc03b9 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 97c9b95464359192a5a1e7c64f40d34be8eeda39..b0661b8bfcda2a73b898f9db211c483314ca9824 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index ef7fdf2a917cd41213cadc1ff02d3e220116ae21..0453734915e326cccd898c525834a22d9e78cb87 100644 (file)
@@ -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 <pthread.h>
index f94650ef60adcb9fff60c25439d86bd11ecf55d8..e74a451b07c61831231c2e905750ba0e9fd6693a 100644 (file)
@@ -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 <pthread.h>
index a7c2bf32dfcccfed3acabc33e8cb61b4897ea23b..aedc1c447a04683fb817945f2d21e00b8bef0b67 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 71ffa6085356d9c04a8a9b869b301beef7e864dc..d5057639af11bb1fa32c3bca94e1ac8230a7481c 100644 (file)
@@ -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 <threads.h>
 #include <stdio.h>
index f627a15d4e8a24e65f3e8b7dac26f710504065e0..3d99202ef3a5500b1b0d12416205e8e58e4ab7aa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pthread.h>
 #include <stdio.h>
index dcc8f9bc4ad6c54dcdd7ce12c7f78dc91355f097..299589e08e69ade5c89e8336a09010f4232bc301 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pthread.h>
 #include <stdio.h>
index 1fcf5e92a001c9d9f065ad36849ad6f21bf668e5..e14a7db5727f60a3a1d9a137141c9d8f91ca0483 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 void
 cleanup (void *cleanup_should_fail)
index 1cd44c57102c251fa4754ec1482fae0abf37b6d7..9a8daf8ea15fc678b025859fe8c2fdcce06f4f95 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pthread.h>
 #include <stdio.h>
index dceeb3b37486075a47794e364b339c7410a5deea..09068cc63c3ac75e185913ad4b395c4604a20c2b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pthread.h>
 #include <stdio.h>
index 1b3314ed21420e9ffe05e7b7380e57d2a720c1fd..9839a919bdb35da1ea9c03d2e62fa42026003372 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index e28821e345dd10f0c62607c4d7625fe950183223..7c6b9eac50765de1c5c850efbfcb945fe4de4af5 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 3bc7c34e1b5e5b575ed3605d7cddda4f6f4dc1a4..a22c9cf49d1f6842d57fcfe2dc04fc546b0202d0 100644 (file)
@@ -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 <pthread.h>
index bf94aa482ab5b27748262ec1c624b81fcc390825..9ea185a3b8038fb92598af3b0779979b14f29e7d 100644 (file)
@@ -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 <pthread.h>
index 0acb5c760a4f0b2765a0c073a8f50c482847d21a..7b211b972ad9f2051a77bf7bcf98dff826d64cf2 100644 (file)
@@ -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 <pthread.h>
index e8f8a46604ba3863e9e9531b851c98dbc11c77ff..d4ed83d27ff14cee79160216e52f1eb469724828 100644 (file)
@@ -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 <pthread.h>
index b33a33b89cca2a31dff911042cef39184dc70eae..747a2455ef26d4f8f296363b2b7c1a431a789cb6 100644 (file)
@@ -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 <pthread.h>
index eb64c147811e21285867af447d4075691cdd9da2..80561b1d6105e77ea2a27ef0b65916816284831f 100644 (file)
@@ -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 <pthread.h>
index 391cd675c473efc463e8f3484739c938b988aef3..aa01404698c675996d00d71834b4514983712d59 100644 (file)
@@ -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 <aio.h>
 #include <errno.h>
index 060401b972b87f88616dc8a6012c31c8714cce4c..5015efd9644f742e36cc0206d9fc1c84662f0782 100644 (file)
@@ -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 <pthread.h>
index 049bd071bedc8997d5fec5d03aaf1a7c4311e511..d585bbd42c9894ba41aff2f4826d558d8be3403a 100644 (file)
@@ -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 <error.h>
index 1f0429d34356e6c0ba569dde1b7bda01947fbbad..b22bd496a7c7cfc4db6bbe067ea3969651266f00 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index 8ff8e9155920b5ecf400a99373c0303431365f81..96dfb71fa9e7b216b548f4dbf624e24237d6f4f7 100644 (file)
@@ -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 <pthread.h>
index b6c47ceab9bd83d5183686930375d0cdf9c89baf..361510b02793ec0027b5fe702518003758de9f00 100644 (file)
@@ -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 <pthread.h>
index e0d4db85e14b72ab4860d1ea98e287491f1a96d6..3a5cca0a49c4c7f236dff6dae3bb31d2b7bbb847 100644 (file)
@@ -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 <pthread.h>
index 1a5596305ae75e96f5145a9c7d069159d8436f73..a47a083abc6ece124c9628fa7801bf9f45efa640 100644 (file)
@@ -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 <pthread.h>
index 9c3491fb01c95d5b397decd042dfa793d624e8bd..8e05fcf5b978073baf17dc806feffcb640800325 100644 (file)
@@ -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/>.  */
 
 /* Similar to tst-cancel26.c but with pthread cancel state set to
    PTHREAD_CANCEL_DISABLE.  */
index cf46ee6044577f41261b76ceaed7ad38e1493bfd..ea595ba73e725435d60296fd04ced060f38e1310 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index 1c90dae899c14736675377a960fe42472a428449..0dea00c7d5f9f059f35637a3084d076d9a7d1883 100644 (file)
@@ -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 int
 do_test (void)
index 18702fbf51818f63e7a155234a59bca004555be4..6a84f296586ce7ed1ae67a66fb1036caf74cde03 100644 (file)
@@ -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 <pthread.h>
 
index 60a965d23ac968c23bc535a81f46309469e478e6..d8b2fbc7a888dabba717bea021d8d0b754b791a9 100644 (file)
@@ -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/>.  */
 
 /* NOTE: this tests functionality beyond POSIX.  POSIX does not allow
    exit to be called more than once.  */
index de06f42b76f57a32afda761df710bbfb7eb3abdd..10ae58e6e6ce89ef0dbeada10b8d8fc9823f365e 100644 (file)
@@ -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 <stddef.h>
index 4587cbbcbf73c6501dfaff9f5cf212dca6454e79..c334e6d9f2b6ee8a003c80ca919b3251e54486fd 100644 (file)
@@ -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 <stddef.h>
index dcc9da554d06be7175c7ca20d6f41e2e159d16b1..19e0ea092dea3977946e29c7aa60af61174bd747 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 2e865cdf4098a13bd7e393bd3dd01bbe89253090..d133f30a57fe12ffcbe277684f7dfdccc1527046 100644 (file)
@@ -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>
index 682ed8f2e68dfd2d1082cf12b9b2ae66a77ae8ea..7c7d0e61f664fb50a62f50934f2ad6a5d73d6c08 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index d9356ba1b91340cef49dd444e881596fc94b7c6b..d012364e268879d7ebd7838543452f425554bb25 100644 (file)
@@ -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 <pthread.h>
index d61554df0203e0dacd3212d576e6edf1f8aa2f3b..41bda86b04a8bcbc5a250183a268498c604025c2 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 629de1ffe3e748c5e7eb5287950b5ab0427b050b..f7c43e12c7f5ab7a881500df71fa0c93a607859c 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 71edebc60ecbcf87f07ed05d554b33a0001afc1b..607bcbec2a9e98ad4c6c401f335dbcac39bd1a10 100644 (file)
@@ -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 <setjmp.h>
 #include <signal.h>
index 46bea0d9486e699858a29f959e5f3f5be7295344..5d0a6724f75562f33f0b9072aaaacacae57cdf71 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index dfff9f2e922b32a86239126fca919cf5ce4b948a..cd759308a5eb9a228885b95966f1c3abad92d03b 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 9de50803bd892933625ea01055d27cef11f4e208..8de514f8db5d1f46807da540097b8278bbf3ae62 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 252e82581ab9fd3b53fe0255d6cfe89cfe22372b..9b8751f1ff90e385afb190e692d78abdc350c2ef 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index a5c6623f1134774c784c809e0ee987183f488206..db5e55c7a8f8da97cd1a8745ce21d45c8b1fe45c 100644 (file)
@@ -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 <pthread.h>
index 5ea6365eb7d71a702ad7f0c0d2443811be2189f9..fc19301de9182ed16bfffb084979a41542b315f9 100644 (file)
@@ -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 <threads.h>
 #include <stdio.h>
index a0aaae2e25e5568f149f7e8975c6cd9991f31080..cc971060a3e8c06d962ee39b619472477bca40bf 100644 (file)
@@ -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 <threads.h>
 #include <stdbool.h>
index 2a59401f50cf5bc3e444a969bd24162eded478db..8d5016f1ed8c58b934af3fb37b79739ce259cdf9 100644 (file)
@@ -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 <threads.h>
 #include <stdio.h>
index 8625a180770576a761be5539a804e30b81a72fde..86585b01bfbb079ec59a1151c06529cf47f8cdab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Call the function system through a statically initialized pointer.  */
 
index 17ba9e80650483969112bfb05f1302787020c236..9571df120bf01a46abd027acca3297260bd2cdc4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 that the compat forwaders in libpthread work correctly.  */
 
index 56e0f061998dc9a194c99902a5903c5b3c564551..0d187965514c627e9c5a04e4c849ef8a3ed0ad09 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 9d3eee1f4ea5ad55e30ea1677caf8c0435f53fe2..db5feeb22a89b036e98537e06718933546b3bf8e 100644 (file)
@@ -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 <error.h>
 #include <pthread.h>
index f78cd3e1d080397403e6a4b6ad069804c43459b2..06bf9fb36e9466ed60e3cbae3b6dbce0dec44dba 100644 (file)
@@ -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 <error.h>
 #include <pthread.h>
index 6ce95aa13b6a95e577b486c40d51705fe7942317..afb15ef66e7adcd6df21c82423aeaed6cb17439e 100644 (file)
@@ -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 <pthread.h>
index 614f07261391a6d6436150156e2f4ccd57253303..2519b9bc39955fb652d928eec3ce035570812102 100644 (file)
@@ -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 <pthread.h>
index 75ec7a9f38bf1ec21c19c18a81feab3f0d872850..7572ff8beb726ec9a5ce3cb84040ad33b2aabbb1 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index e6e7653ca3d073763a26dad1ffa0c7f65dc06841..91cd6988b974a014f089f7fe6c847e6778bb9e9e 100644 (file)
@@ -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 <pthread.h>
index 9c1ca87b9a44d45e1e0605af16f4ee766db8da9f..cce7208e6a4a5817f1ea9efce7742d7ef37014ae 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index 5414a57621b9bfb39826bc9c0b9fb6ef4dd2ec1c..033770ea2badef376cd8aa1e360b735c67525e72 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index 4a1b95c450fd9b19449aa46ded43161545865998..a736387e8feface496725874ece84ef879d7bc5e 100644 (file)
@@ -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 <pthread.h>
index b2d21c6d5792bec3300db3ab5dbf303cbdfe54f6..0cf4cacfaa92c83cb743104d31f4e3c789ae1f39 100644 (file)
@@ -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 <error.h>
 #include <pthread.h>
index 7fced47cda12ef1dbfeada681b757d1986c2c20a..a862f3815b9eb59ef95a96889297e12162933ca3 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 226276f60cad0edf6a31024706c09466da53b30b..9024aaaea2f84924b720282ca5625d030edade36 100644 (file)
@@ -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 <pthread.h>
index 27e87e23ff9ec3a283158bba627910b66f4ced39..b729c1e98077235496538a6cf30af7e5c74c787f 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 0d2b838ea0414f053286420d4b2f5a081166a32e..48187e11b65199425869e76324df54cbb34dabde 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index bb4d6c9bbb81db97f1be156bf41870f8c297d661..8b1f63af75073d4c44b59b7c754dee59985178fc 100644 (file)
@@ -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 <pthread.h>
index ad9658af4f3ed08fc4b71a21fc1fe988a51f1301..a25cc8b661684390c3ac0589d35de7c704ddd9be 100644 (file)
@@ -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 <pthread.h>
index 1850e44fc1f307314fd2ad28cf71896c5af0ae6e..94d4e14faf17e50938941344530841071e05688b 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 1f461ac155d80dccd2ba3c1c4822fc9fe542befd..dc3c03dbe3ac133da3dca630f5f5dc3af75bb25b 100644 (file)
@@ -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 <pthread.h>
index 71a4e9906a47cab0c5a1262e26d2c67ac8dcf2c3..b02e0940694f07bb6dfb3f6b62b8a70e60004492 100644 (file)
@@ -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 <pthread.h>
index d12dfda256bf628bf189328aa62fc3c72dd6331c..1240b4feebc087b0ffd7dbcabeac2aafe45afae2 100644 (file)
@@ -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 <pthread.h>
index 636a554d65d856d4e5fc59368647f5f3f31af10b..32539062e9c91b79df04d099bde3316356de6bda 100644 (file)
@@ -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 <pthread.h>
index 9b9528f4b0fa969cefd10d1be8c88837264b472e..c4b62003af395dd81f15e52ff142cb1690ef1ce7 100644 (file)
@@ -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 <pthread.h>
index 31728b6161cacc997378a9845d2c028bf74d6cd1..0106190b13cc07c37fc6f69abd37c468e4627a79 100644 (file)
@@ -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 <pthread.h>
index e4d5c7a2ea2e1b93f673776093f37cbcbc10cd38..a73f88ac3f6d5bbfcb1339b1046cef435c61e6d9 100644 (file)
@@ -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 <error.h>
index 0255540dd4a316c66a201bcf54b534d4e25e935c..76834f0886f549e30b062f82b12498e10f67193c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* The goal of the test is to trigger a failure if the parent touches
    any part of the thread descriptor after the detached thread has
index 786a678f49695fabd16a3efefc466e9ac76e1fae..70cf9928ace14d1a6f3ddf5f98463ec857e036cd 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 65f27d0743d56d336027c474d272b10457d232c3..ff424fa1f6f30be3b1e67e8146b8b276ea642989 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 11404ff7ff5e76262fb87e076e7737bf8d7cbee7..0ac3d3f8c282e6f025df59c6cd7fda367b7c8bb7 100644 (file)
@@ -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 <pthread.h>
index c78c19ab33e6bc8d81f3fb6f513aab2243865b72..fe76b69c7c83a269e6c303ab2e5d2c3c908abcb9 100644 (file)
@@ -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 <pthread.h>
index 0562eba4b4a11a714e640d19ff7a3a74a9902f98..21bc262c609dca6e487835ffd95e924197649a0c 100644 (file)
@@ -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 <pthread.h>
index 1f4b711a3cad4e343aa852d4a425ee938bc8e83a..1ffe9759adde9c7e8d5cf43444e10f420aac4060 100644 (file)
@@ -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 <pthread.h>
index da049c4eae018723db9abd8b82666f395b15760b..6cde79934fceaa8094d5dfd1ba22df2641f9ecd7 100644 (file)
@@ -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 <pthread.h>
index a54b3bf9b652fdee46cabe41eef9c4e384d9dcfd..ac7cd100b97141bd48724f5169d829b81c11fb8f 100644 (file)
@@ -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 <paths.h>
index d02f7523435326b86a4354c3aba1905661f51973..d15abadc27b48839d37cf72119bc9c567bfd9269 100644 (file)
@@ -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 <paths.h>
index 5c4629e6e95b6deeff20ac3f1ac92b8adacc184a..31d6e4e2c0333790514de4c335da213b12f1e3e6 100644 (file)
@@ -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 <paths.h>
index b1c37af5ee30b4fc3fab01d05bfbe83264ef02a6..2d0558c8886c62f325c854b12bde01e31bed7298 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index bdfb6c079583a12281412a3d0b971bb6b9fec8cc..754239d0b6a62e6365602ec12e828d7e12f01553 100644 (file)
@@ -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 <paths.h>
index 5789ec0f62b29f16557b473841b1099b786936de..e7ce625803f2bef0f48933c624482ca2928476ed 100644 (file)
@@ -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/>.  */
 
 /* NOTE: this tests functionality beyond POSIX.  POSIX does not allow
    exit to be called more than once.  */
index 724b315ef1c5437ad855042e3b6aadce272c6f63..5bedbde7850ae497c3c5caf0055d893dfb44ebc7 100644 (file)
@@ -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 <unistd.h>
 
index edbc612f74dbffc3596b3576ed33decf14c81fa9..81dd51d748a2aab9820fdd568458f8cd1b59229d 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index e0e036c36d330675142eb1ca04c3f6cf53966745..31d5ccf74837f34cf82fe15c257671c5dcef6ad1 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index dcf342f1b0ee23a290e8e6e836522546a2a29eac..0a3fc5ded66b9e3446eafc3b694179b4e76c91f9 100644 (file)
@@ -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 <pthread.h>
index 5140760ce3467928b22b5673c77818e4ef61dc50..2b4bc291e2995172bc1031cee050a5987a54db5b 100644 (file)
@@ -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 <pthread.h>
index 6e8c40b1b5fbcf1e0c52fb0c93c6513ff4336bdf..34feeda67643c865e00ca2b262f6bbea1b9f958b 100644 (file)
@@ -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 <pthread.h>
index 5ea328da2d9fee279996973f7dd80866b16bfb65..3493e4c2a6d293f47e1f8b731903c107c016fb9e 100644 (file)
@@ -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 <pthread.h>
index b491d3eec89bdb585d63da8d5a988d9aaf65d945..726d644a255ea562d3bd8ec0db066e5c337a0931 100644 (file)
@@ -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 <pthread.h>
index caedc5922db210eaa909fe0b9a7c839df943029c..df99c452169cab9eb1050b00bf674341a484ba83 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We test the code undef conditions outside of glibc.  */
 #undef _LIBC
index a292b012725bf5d5812231490708f5d2713c419e..9352a128781980e5f84268bf36b4e7ffd1c401e5 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 6d56e0ee1f9dfa603768a2729f2e4b1f140c0ce7..660191abfa308bad3df0adadffc48f269158a5d0 100644 (file)
@@ -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 <pthread.h>
index 32bd93d417fdfed77a91aed0c9d2f40c8e173d3d..d8785c53a35364ec2c8a44825d2d0fcd41ed0d4d 100644 (file)
@@ -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 <pthread.h>
index a2c39239d0b1d88fabd6a0a997f9db784e141246..27f63eabfc29eaa1b77a10f67989b220afab922b 100644 (file)
@@ -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 <pthread.h>
index 39f74dce09dc7079689b7b4a2b4022e698190b4b..41cacf1251a384a98b55347a80f899a5796b0f28 100644 (file)
@@ -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 <pthread.h>
index 4103f736a287b898cfc46b387072532c8ae55ae6..d105ec2263d236728ef6a6547b5cf2d0530fb084 100644 (file)
@@ -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 <dlfcn.h>
 
index f181ee8d7e656fe02a1d74552fec3a346993f5ff..405bd9b29f7b9fed98cfd80491b96875cec08737 100644 (file)
@@ -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>
index f3241fae1c3965b71574c13454d5c6056fa357b2..a122a226a852844d6f7e46eb20920dbb136e36d2 100644 (file)
@@ -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 USE_PTHREAD_TIMEDJOIN_NP 1
 #include <nptl/tst-join5.c>
index 7a47f582f1f1225fd171f9cefe0a214100ef3429..b49386ad76567857956da1f8f3ca41870b8dda38 100644 (file)
@@ -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 USE_PTHREAD_TIMEDJOIN_NP 1
 #define WAIT_IN_CHILD 1
index 1c5932c9168e470032923f61bd224dec43b57995..725b0c953a17d0c4d90405b872c31df9f229aa0d 100644 (file)
@@ -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 <limits.h>
 #include <pthread.h>
index a540303bc682921e466375b179ace350b1760311..d61e40385d23223100ead96c9dd8438891762fa6 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 22db3ff9ae5ee8b8e826dbec6cee718e998fe14b..db6d20ee6b8960248abae48a9c35efef8b4cfa3b 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index bb7efce50a92557253fbda129d625aec866e39dd..4add8e0352cc53e843a2b9986e96142a8d29f96f 100644 (file)
@@ -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 <limits.h>
 #include <pthread.h>
index a65314b8e2187974e56c94ae73c4048e7f635a3a..c5550d08594900be627eefdbdc29ce70765b512a 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index 4e0779aefb3b019a2194a11441e910c41b56fed8..c05cc55b043eed9c54fd1d40921dc034946a8f66 100644 (file)
@@ -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 <pthread.h>
index 4613fdbce82cfa47581f6573846bd99a625d3e3a..aca93c9577fd9d26293fdd352ddcb81808627d2b 100644 (file)
@@ -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 <pthread.h>
index b3bf119c71c8beb1535894c57618790b685507d0..2746bfbe3b1af0a5dff8718477e5c86ce02d93a5 100644 (file)
@@ -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 <pthread.h>
index 41918310debd5c138dcff743d7b873fc6ecd6584..0dfe7637ad8576a75365bef157955859f4d4946c 100644 (file)
@@ -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 <pthread.h>
index 8aa16326c27ad59eb36bff80beff757b2eb2538d..b4f37ed303a5a4b6cb091d0ea244b2c9022ea8eb 100644 (file)
@@ -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 <pthread.h>
index b331aeff3576b2757144477a1dbddb696ee7b255..c3fc71f2517ee0991e3c01b0c728f57d984f7dae 100644 (file)
@@ -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 checks if concurrent writes to a FILE created with
    open_memstream are correctly interleaved without loss or corruption
index 4b007c8398ff00a6cc0e9769bec1b158bed2208a..aa3d621d8de6b36c42b4a9822bb99d6cf1e63525 100644 (file)
@@ -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/>.  */
 
 /* Note: This test is similar to tst-minstack-exit, but is separate to
    avoid spurious test passes due to warm-up effects.  */
index 4dac4bfabb7866dcacf9cd5604f459f7491165d0..ec9e3076df8bf1ffadd98418e9c74542f2faddd4 100644 (file)
@@ -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/>.  */
 
 /* Note: This test is similar to tst-minstack-cancel, but is separate
    to avoid spurious test passes due to warm-up effects.  */
index 8c43f6297c87ac6b835d86feace5b41f35c9cef3..aefde424268fa874264f8a8081c45dd691265d2d 100644 (file)
@@ -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 <stdexcept>
 
index 871bb190667de5aeda6fba2a8f6d173185ebd799..7cacbdce19237b0a369707e0c84c98d10d26011f 100644 (file)
@@ -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 <threads.h>
 #include <stdio.h>
index b1e9a3c0e4ccd188cac531f0fdcb446b29f07087..717c16ad14fa2306352f23b9c6a1894cb99d0eff 100644 (file)
@@ -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 <threads.h>
 #include <stdio.h>
index 497e43f460b3a7dfd5e7fe92d11576329b9996b3..bb6311c139b3b2cb91bdbc63a880a7877a334cce 100644 (file)
@@ -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 <threads.h>
 #include <stdio.h>
index 1ae2b73ac6b55cae799dd014246c397599704b10..927ca3a8b8ea108a09aca332edca61cdbf692b02 100644 (file)
@@ -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 <threads.h>
 #include <stdio.h>
index afc27e7472eca4dd2e9af8ca9b32923a84eae42c..99576f8866f808072cb6e57730e3b8df9cec6a18 100644 (file)
@@ -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 <errno.h>
index afcec1237b57c8b14eded867a092bcc4f4fba5f6..62af553234e086d5b18db3e8dc54d705bd6a7d4c 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 018067b3e08030bd6b874fe969946aef79462d5c..542e0df7126920fabadccca917e720ccfc6366d8 100644 (file)
@@ -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>
 #include <stdint.h>
index dc1055e090ae79f3a43f6dd9ebc2db5c11459110..392a9bbaa1ca06de36a8d4b0efe2743bca405ccf 100644 (file)
@@ -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 <pthread.h>
index d2a91a1ef0b2f997d806f8fbcb44c81d44ac55bf..431bf9f4df94d4b86b9469d615e389302bc6f722 100644 (file)
@@ -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 <pthread.h>
index 8273b1e4521e29ad7d56f4a4a889b50e39158c63..3f2f26e029258225486cc607c3b115e64b303cb8 100644 (file)
@@ -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 <pthread.h>
index e4ac80a229228464f8e9036ac211175c66640ead..e238c528747751c2b81c1c139a57f2df2b697555 100644 (file)
@@ -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 <pthread.h>
index 7e236ade4dcf95b83e621d7713a7b4e332412d76..1ecb483d4dbb4b7db32c83dd1ad8a5e88f02a981 100644 (file)
@@ -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 <pthread.h>
index 65cb1a10425a3cbd0afc8bc86fb2f240aa5e69d9..84ba1c3f81f2caa92b084a7123ba3b66fd6a314e 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index 96d3bc1ecb538d688537cde3c7e7e91f07846d34..7ad5da8f2951b7853ac94413917fe489b909638c 100644 (file)
@@ -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 <pthread.h>
index 5eddc0098c8eadeb3a3e3adf21c2a798a8d0eda5..9f537e293598f3b4aeaa57423ee9bc53f55a784a 100644 (file)
@@ -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 checks behavior not required by POSIX.  */
 #include <errno.h>
index c0d218542fefa39b3d356ad76b7411833c8b03e5..d7adcd5061dd42355a10fd1c7cfb55e164d04e90 100644 (file)
@@ -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 <pthread.h>
index d7666bc170a997531bc20352feb9fcfc6102c793..752ff3ffdc7c5fea789d709afd8b510d3cf70615 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index 068030f2d9d04541f0cd29966bb859f51d101f75..91500a11c90c65198efe4624bd7e6045ee9dff68 100644 (file)
@@ -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>
index 674d2e31367c9c9a36213ec2c0f17b5d7fb4d6fd..3889a77aa4a0f15b720910888603ffb508a9a6cb 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 37ccb27bfceef892e22a6219439184c801daa0b0..5245fa28d8eec07e51230558692f6b26bc6e9558 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 979dd67db46129d43e6fc15da5227384d0342eab..8f9efa2bd9599c21b0ff11acb297d2e8c99b5847 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index e098c6646ed771b41796d2cefdc19c6155d1baad..82ae1a6c64e04a02b3f87627db04f9a1302b42bf 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index e0cc4a3face3808d3dab0dc518f947e74662669b..fe33f6dc66696559dbb112550e555c174fd76ea0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <pthread.h>
index b3eda7bc3483a29134cc5e77a95510845c4eb7bb..308ce74766113746741ea7eff8ac169c1a378f4e 100644 (file)
@@ -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 <error.h>
index c3fb55bd3bbd9cba8c7ac699612488f1fb527411..88929f4da8f0a076eed0ca70160e1e20f70f813c 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index c13795c4bd4e6cda85d5bd7452f3acbb8ae03093..e43ef1a5c6fcd0112bef2cecf457c455cb533df4 100644 (file)
@@ -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 <stdio.h>
 #include <string.h>
index 54d992cbb02d7d2e69fce26346ff37fe9b95ed1f..03edf17e59bd1bbdcafbf71c40d222faff3fc84f 100644 (file)
@@ -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 <string.h>
index d7959c253f9483cf40b12f1b71c4e8edc767ba99..a84e9af390ff3091114384f11a6ed20257051855 100644 (file)
@@ -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 <error.h>
index 9daa9be886b01adace0d8a6a0b18c32b5e1f02ba..36c3bce2ff4d8ff5e567796e7fe206cb039261e3 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdbool.h>
index 06e5a3b5298e8d025ff306a71192775bacccdc27..d6036902e3f84be39e489c05331fe3cc59c937c9 100644 (file)
@@ -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 <pthread.h>
index 7245e00d334e43ea242243761236c6a9376bcc16..65ece47ee4fdf4cfa05135bcd62836c988878d5d 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 1045f2b360a30d850fb3e7ddc3cd6f814e95e4a0..3b7b1d6f42978435c9761106c62b83322b7042c9 100644 (file)
@@ -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 <pthread.h>
index 553ce475aed37bf52bca9260425c968c65fd6632..1d809c91df4d695097246eeb4763b9a2be4678f3 100644 (file)
@@ -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>
index 5e476da2b8d00c6a68a525ef5f1bd679aab69f25..80c9c50388a74b6bd63321a6c8f44b778baca99c 100644 (file)
@@ -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/>.  */
 
 /* For a full analysis see comment:
    https://sourceware.org/bugzilla/show_bug.cgi?id=23844#c14
index 14d27cbcbc882cb16eb35ab2e736ad14498bb2e6..13a71640154db9a23e13a38af300efa6e0a575a1 100644 (file)
@@ -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/>.  */
 
 /* For a full analysis see comments in tst-rwlock-tryrdlock-stall.c.
 
index d3bad35cde19ffd4a6e7ef6badd6ea00b2dc7037..52e1f585df5a009ddb058df812e5fcf8a9a4a1c8 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 27be5b689ce5d5bdd5f9f6d9464e5352968e34d8..140fb297f9fd3b3de127e17689dd1cce769dea73 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define KIND PTHREAD_RWLOCK_PREFER_READER_NP
 #include "tst-rwlock8.c"
index fb1505f5e01d994c021b06d7a9f79ba97c4f61b8..123d133ff4fe4482fc675bdabc8f773c6f9a1b7d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define KIND PTHREAD_RWLOCK_PREFER_READER_NP
 #include "tst-rwlock9.c"
index 2d28a5b1d325830a81d9b51d71026703d4c4f714..7ffab92646e00a12fb2504d92cef466b44ef4b30 100644 (file)
@@ -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 <pthread.h>
index 364baff704208125a0b076183839900039ab4487..38505d573f47cfe569f1096f0edb2964d24752b1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pthread.h>
 #include <stdio.h>
index f4e142291c059c47346fc41e399137d193e2b435..93523f64630bf7a9d5cf9aa51341af00d69a1e88 100644 (file)
@@ -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 <pthread.h>
index 24d195a81a0f172c502a6a33f555ed7a807bb63d..c1f9db96dd3b75bbe1299fc9f76e5d9616d2dad2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 tests that a writer that is preferred -- but times out due to a
    reader being present -- does not miss to wake other readers blocked on the
index cba55606996fd1bcf33befab0a235594328ef266..76489e361298fc3312bc6cbd577befc904290eeb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 tests that with a reader-preferring rwlock, all readers are woken if
    one reader "steals" lock ownership from a blocked writer.  */
index f52ccd9876db1ae353225d212dfa0af6f1a94582..ef4fe7a2f959efeca2d08086562a7764b274a5d8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define KIND PTHREAD_RWLOCK_PREFER_WRITER_NP
 #include "tst-rwlock8.c"
index 496d98317b711abbc21b05c007be86cdc3071ff2..5d04d54b36cab8edbfe3765282af5779c2c7c891 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define KIND PTHREAD_RWLOCK_PREFER_WRITER_NP
 #include "tst-rwlock9.c"
index 1cb95e8c9de1dda8ec3d8a3f999636c5c4418ad2..19d40c11cac8ce48fdce452df4524b57d6daccab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <error.h>
index df23cff8d9c8a4e2cf6911cbe1cb5e4f2f99a767..f55a82564259c06e8d81611edf4bfceea2673cdb 100644 (file)
@@ -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 <pthread.h>
index 2d599ae1633b8d17adb11e182eb1da46235fa9e7..83d6cf90381a879683106b8c320890ea9001ca3d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <error.h>
index f289892b10200e31509f1ecf4b801e647fe3805b..e04c73fa98a5c3cd6a6d7f68e10b368d5e3bf357 100644 (file)
@@ -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 case checks more than standard compliance.  An
    implementation may provide this service but it is not required to
index b9580f75e72357d9e9cb5b9f38f751c378b23985..9ccdcfc0f6ba255b3146e4512e5d578f9560163e 100644 (file)
@@ -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 <pthread.h>
index 9c467d7a6fefd8f77557e0c48e59805b1b5fd11f..7a6992459b95579534c6c0c37abf3cd7425920ba 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index da1195339c0ed185061a69a3fae0edb638d92681..7df4518b0568b7d9bc45b3cc228e4d42fce2078f 100644 (file)
@@ -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 <pthread.h>
index 94fd40d84da8a84ae8c08208aed5a04ab0016267..28e2c73e3e191bb1401b511a397f0ac7f1a3959f 100644 (file)
@@ -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 <pthread.h>
index f5eb0b0d28bb0654dbbbfd862c1b0e9e579a6404..ceb1dcbd071e5b5b53eae99c1d276e465bb468be 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <error.h>
index df6b95e4a812712b3e29d4954d8a985813a839e5..3229a6fb4242a684f3ca4ed3a6eaac887bf97ee5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <error.h>
index 62c5f0f5dac685527cd805388ef5247ec38a3073..4bd9ba4ac28780b6c7140d09d6b00a5a22820ed1 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 4018d04abe6a610f24cad141af81ecda0907f45a..968746f2ec41e629a0fb96cca02cdb3d119efb06 100644 (file)
@@ -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 <semaphore.h>
index dcef55440337716e18bfb4e6e0c2b2ee06cc4537..9a4fb79faaf32d887e6de11715d76061ed6286d0 100644 (file)
@@ -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 <pthread.h>
index bc42fde48125883a9463e1a38f23f46a12576317..186bed665d34b5308797e0ac4d1849357c6d758e 100644 (file)
@@ -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 <pthread.h>
 #include <semaphore.h>
index 0d260203ebd87e56e0303f2bb8b988badd11394a..f38b9f7c72c759fa7ddfd2b919ee790b2adda4e6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index 4d41ed4dc4e9f0bc6fe57975c079be6ebad2ed92..27fe61bfe789b0bc12aa720aaef9728da054b5a8 100644 (file)
@@ -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 <pthread.h>
 #include <sys/mman.h>
index 69e2387bdc9f50aec4b28049394866b1d40355e0..b7cd1d79b51fddb5ab8136ad4fcf40212af93c9d 100644 (file)
@@ -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 <semaphore.h>
index e92faf66e6b8d43e48b7639a894338564d2e57e9..d892de77c3bd72189570d64c7111c97fd0002302 100644 (file)
@@ -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 <pthread.h>
index 4d6ae6f7ada43575dcc5209ab63ccb6218f748f9..66044a30b9f9679f8f0470b6ed971cde0f7c6615 100644 (file)
@@ -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 <semaphore.h>
index e8914b7252c3603438a6cfd18e4277cfd12431ad..c0728da23d5e41860a36ccd8682f975d839ff5f6 100644 (file)
@@ -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>
index 63b13552b0da9db5ffbb1b6e610d12bea7ed71f8..386d5d4afbca5a066091ab4bc8e948b300865b25 100644 (file)
@@ -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 <semaphore.h>
index a12fae2a6f54df68e4d6a722f35758c834e6d802..4e79004f6a79adb542e4473144569df7525c1172 100644 (file)
@@ -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 <semaphore.h>
index 27728f09c12cadf2a2041a7688c1922a5ce2e4cb..95e30bc4fc9b534a66586a7d0702e744490ca645 100644 (file)
@@ -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>
index b978a1b3a84239766c00f7d1ade462c9c760a8a3..6a10320e3dcda2a4611d0d043429670910ed8ffd 100644 (file)
@@ -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>
index 77b85f55462f1059f51e35032c6a300632a44573..2986364f792957d5573d5b48fa51da667c1ecb76 100644 (file)
@@ -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>
index 2a73a20406b6f0d368204fd37d594f7d05b15d0b..a0f267fcbb61b9d9b8653c993a8b541b942e3b3d 100644 (file)
@@ -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 <pthread.h>
 #include <pwd.h>
index f60cca2c95c169f694affadcf4d148ce74d86e0f..8b480aeede698ad63423b96debf49c34d25a8a76 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <pthread.h>
index 58a49ffeb6fc28011cf2527ce9f9e1f469146e10..7522dc447feb4fd519e23410c3f603be0d98b89b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 5a819785d5f20af230b60463ec17c6ae2789d018..064851dd416018642fb0fbcd443862ae290604ef 100644 (file)
@@ -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 <pthread.h>
index b5cdab155ff56babb9c0fa90dacdab092222aeb7..075d3efaf90a5a2ad9a992fe0510d1e9e3d8555d 100644 (file)
@@ -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 <pthread.h>
index 618a306255d4718069a5ccb5bd7be48c95615f68..57dbc4870549f3510a241fd61cae57c3bce90a27 100644 (file)
@@ -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 <pthread.h>
index 21f864fb9b7122dc7b424d0eeb149be57f96d0de..60a63c8466ca88f3fe67244b3efa44b6b7a8c7b0 100644 (file)
@@ -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 <pthread.h>
index c243a65d3477abdf326289cfb117dfbb3319860f..ab4f152373e4dd92eec22a6e304e76d8b53428cf 100644 (file)
@@ -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 <pthread.h>
index 7b796c01a2444a22ad2b88c74b95754959c88b39..0b28f441c6df2959ed67557d863818a715666b4f 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index 70e258077e179e74e9c2ebd64f997720cf0fc150..de67ab493c8687327dbcb653ba3e6f062d1c6320 100644 (file)
@@ -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 <pthreadP.h>
index 701c20b559e35d840d050195fcaa8288aa5a1780..a63497e1295f151f54449754877dfe9f4a965578 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 1ddb7ea5901ee350b1b4039a709f3d3504687a6e..d973074acc3bf3e3a9e3a9ca65bbc0e7bf52d158 100644 (file)
@@ -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 <pthread.h>
index 79cd32fd8a91ed31de87253df7bf7c4ebf804e8f..971e21c4b95ab165ffbe16b7151c5e0c966ce987 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index bbca34765169dea8435d99e070715f7991df0eee..a1d8d4677604797e6cf2f8e02d9ba2daf34d5e23 100644 (file)
@@ -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 <limits.h>
 #include <pthread.h>
index 057a190b83227e6858252cd560acdaad2a136247..8298ccea4496dc1b7dbc7b7a421473e333617fdc 100644 (file)
@@ -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/>.  */
 
 /* Test whether it is possible to create a thread with PTHREAD_STACK_MIN
    stack size.  */
index 2d2d53b0de09ce9cb5af5aa4b831eaf0926fdbea..a8a04922c07c9faaae1e84ae8e7cd8c4acdd214c 100644 (file)
@@ -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/>.  */
 
 /* Test whether pthread_create/pthread_join with user defined stacks
    doesn't leak memory.
index 56763cd5f77f3c59ee5cbf9a75b99b2b17d8791c..0bf87e3e04a892264f4c18ed90188b442733d858 100644 (file)
@@ -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 <stdint.h>
index 517d4fbd930e4631a6914cdc0331e8355111c56d..71925edb4f8fe8e81ffe95053828b93705ad973d 100644 (file)
@@ -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/>.  */
 
 /* 256 is arbitrary here and is known to trigger PR 13862.  */
 __thread int var[256] attribute_hidden = {0};
index 8ca723cebc9789a7da5d8dd8518d50353237bcb6..ff1aa6fa95737173823f691716aff0faecca7690 100644 (file)
@@ -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 <pthread.h>
index 101dd5ebf7c387c378121d3684e4dd2c5d7d1ae6..aec2f658d41c6e6439037281e987a9c462458207 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index 9e26fa7b7daa46ad181e96a05752a9cda431ca95..cbab8452edc8dd41700210f8b0433c11adb74083 100644 (file)
@@ -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 <pthread.h>
 #include <signal.h>
index ca8edf7f319914531a0db12089b52011a7f8f6c6..fe976990c4b0f9c6e9eb91b190b565670b3e2c03 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 890a9ba3e91a827f178d85557ede1f598c443ea5..26cbb1bae92d61f1a5c2cbcdc401aaa1ce45405c 100644 (file)
@@ -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 <threads.h>
 #include <time.h>
index a1bfce063452b5e7b23cf9710e500a77927b2be6..494d09f8cb9c39ee0e2942705357d0a0b6bc95ff 100644 (file)
@@ -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 <threads.h>
 #include <time.h>
index 6f8928f9911b3bf706bea796a895f58a8d422505..e64c5b5317adb1d0702f9888fe5aece4d7827402 100644 (file)
@@ -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 <support/check.h>
index 67f5bbd49657f2843f93144b7b6be909bb3516a0..dd90c1794b4262a0b96183f0f05361079a726ccb 100644 (file)
@@ -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 <pthread.h>
index 1a915224a7a006d4b8a387115488d53e9a66cfba..6fee306fa3cd39978a78932ad87862531f571473 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 2555e6601cd8f7760ab7b6197df7a94465819231..c47e097040c4ed3e8636b990860e7dba03dc414c 100644 (file)
@@ -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 <pthread.h>
index 0632f18d0fe8ee2e58ea89cd4c25b8e095b80efd..fcece03d71804fcac27549b291071db0b3b63b69 100644 (file)
@@ -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/>.  */
 
 /* Reuse the test.  */
 #define STACK_SIZE_MB 5
index fb0787ea6d827ef8a2d57721336f0985a558c1c0..7d58ee3f885597d5efbb0fd451d829b50b545d8f 100644 (file)
@@ -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 <errno.h>
index 9a27b91368bd8448aca0c40c07a620662cfc30c6..67e28375d76bb96bcc8d0b5dee5067815c86846a 100644 (file)
@@ -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 <pthread.h>
 #include <semaphore.h>
index b48784e847d808409f4a9d5f0153e4a500ed2346..4bcf8a44d401831941ace1d75133fa294b9c69f7 100644 (file)
@@ -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 <errno.h>
index b965037255d3e7ecd4254c64c6bf7e64cda69412..8d14bac582b17020a4b303586b6cee315a3fae2e 100644 (file)
@@ -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 <stdlib.h>
index 3386510bab61f8a47b27ce41e714f618112d1b4c..d2ad4afedca0b6442d52a673be696fa7f1030cbe 100644 (file)
@@ -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 <stdlib.h>
index 090a03ddd76e71c029592d3f0c64ffefdae5aac9..f180ab74df329fe194cde94e97c72b7cccde0e07 100644 (file)
@@ -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/>.  */
 
 /* Check alignment, overlapping and layout of TLS variables.  */
 #include <stdint.h>
index a261559a473a477743c6e64151aed8b03a93ef44..5f315bd5ec907081248bca2ff9fef20881ad188f 100755 (executable)
@@ -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
 
index 8ec267e2382f7d19c31ad258bc6ce6c5c2ef77b9..ddff19c3e5b89940212ee5d9db7d6e38e76eb770 100644 (file)
@@ -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 <pthread.h>
index bf14c323a865439ee2aa57618635c3f3d9ead1d1..46b7add5167532583f0479a1af1443211af3eb89 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index ffde045f89d822166afce0a19ba59ce6117442ed..4ba365c80264ec61138d399e1b6fe60f2ceb78cc 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 9cb393e9ffe78d93aee4a2a149fced826c2391dc..02c0b993537b8607135a349410563628d702265c 100644 (file)
@@ -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 <limits.h>
 #include <pthread.h>
index 2274b9920d77a0aad7ebbd005dc3a5b1bda7d01a..fea98d713567682137d77de3c1b5bd44a260396d 100644 (file)
@@ -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 <limits.h>
 #include <pthread.h>
index 4877bafdf5b95f711513513e6659b794440445ae..15cd19f5c2c9a050ed36a1170326c7075944589b 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 87b603317d12014bbe03098559df9bb404ce729e..66e75abef8198780bf0f76eb434fd02dd0616d28 100644 (file)
@@ -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 <threads.h>
 #include <stdio.h>
index 614f531320c0385cb4ad709350d00be43e8908eb..1b0a4ed7a08573ea1e41452a33d602e67c1767ff 100644 (file)
@@ -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 <pthread.h>
index 9b3cc6a9989f32934bbf6835923775f728948c62..120c2b90d10421591248a93869a6d89dfc988821 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <dlfcn.h>
 #include <stdio.h>
index 911fa99b1274cd570ebe8db006510de9fd66cfce..7d20876bd9de1ce51fa8f5484e6f2dcef879b30c 100644 (file)
@@ -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 <setjmp.h>
 #include <stdio.h>
index 3b22842a6bb03dd22da56dd1ee1076be6360c362..5556236d016772f9bbd379ee5bc7d9ef6ba59851 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pthreadP.h>
 #include <stdlib.h>
index 0d992171c886c59bfb81d6c3162df3adb0c8c815..45640533bc4522f586775cf1aa5595b5c48631fe 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sysdep.h>
index 2ea44e7afc5a60471c53ce4a280e5c8bbd7a8774..bbe38ca273c8477d788de48a740bcbc6da0d4055 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Makefile for NPTL debug library subdirectory of GNU C Library.
 
index 2a44404f7f2d4e4043f026b3df68b8947f94b5c4..8b078b013eca29e98bd71f612fee7217c084623a 100644 (file)
@@ -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 DOT(x) x               /* No prefix.  */
 
index 8c2da41beb4fa25aa09dea1649e67134faecac91..af7f754b32e65df28cbd4ef814939a5c9e2eb433 100644 (file)
@@ -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 <stdint.h>
 #include "thread_dbP.h"
index 03b98cc5a018c8fa091e3ce3d828d2b35c2926e3..ce620c58ae521d77d8448d1f9dfe80d53b991a52 100644 (file)
@@ -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 "thread_dbP.h"
 #include <byteswap.h>
index 0d5b65c9079b70c828f72f245579b6094d992ab1..f834d1d74c9615ac67db0786d60b0e0888ab0ced 100644 (file)
@@ -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 DB_STRUCT_ARRAY_FIELD
 # define DB_STRUCT_ARRAY_FIELD(type, field) DB_STRUCT_FIELD (type, field)
index 89aba02e20fa9d5f530216fa5ddba1203903e0b2..28100b581e197b9a7e28f2e9869defff85c75d72 100644 (file)
@@ -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 "thread_dbP.h"
 
index 2bf480c467b6c751172b7910c81e9352c1516868..a41b8853988db0d98b092349f518e65665af7bbd 100644 (file)
@@ -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 "thread_dbP.h"
 
index b0a504d70f0f0957ece1db2eba07de81d4609c1e..fd9bbc487d3af072629ebd127630b1f647a729e4 100644 (file)
@@ -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 <assert.h>
 #include "thread_dbP.h"
index 590a1518e0e9d4cb4470c32a91cc5483e6dac224..28b248d8138940a4ebf6bc1a257cadedc2baf013 100644 (file)
@@ -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 <stdint.h>
 #include "thread_dbP.h"
index f8185b87aa05339a55ce9f10a19ca69690a4d348..53d675048ba6c7f82c36a577aeda2ab6d6ab0572 100644 (file)
@@ -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>
 
index 945c240108e21bd5c66556a2123e1c5326a273ba..610861bdbaac7c3b94d52f095601e1f00ef1a440 100644 (file)
@@ -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 "thread_dbP.h"
 
index ffa9f99ed564ba464b6e447080886e41fdeab8e1..33d061c69acfba46e6e45abefc05a9dc23710806 100644 (file)
@@ -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 "thread_dbP.h"
 
index 368ec4b48416c424b77911f4f066d5b35e21098e..5fb5ba68b758cfc11fe5f7079ee76c12d98a3b99 100644 (file)
@@ -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 <stddef.h>
 #include <string.h>
index 56558ac4b4511d594dac99fb2453323f99d9035e..3827cb2f766b82dbbdb150f42b3ca079cfe71815 100644 (file)
@@ -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 "thread_dbP.h"
 
index 2bd3a1e0defdf7ab99b56d214d0fe078bc2dc734..202cb8ee9a267ac4c2a13dd9df617445ed705486 100644 (file)
@@ -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 "thread_dbP.h"
 
index c67237f59fb96feafae431323361cdd4403e9b2e..5dc77b9b0720446a546d10b13bbd3d55b4db64ae 100644 (file)
@@ -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 "thread_dbP.h"
 
index c1d8ed27ac4cd31d2deddd43560c15ee6c7536bf..a5be66ffe9b0ac565ca1ccb728e7b1dac3315d8f 100644 (file)
@@ -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 "thread_dbP.h"
 
index f583357e2d9d3122ec66980d216b3ebdcec5a2f9..f5b953c932539b0611817aece45d248d75c34228 100644 (file)
@@ -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 "thread_dbP.h"
 #include <stdlib.h>
index 4ab7fffbf56b40b2aff319b5bd8ea415334d4808..63ffe4ca2fe097fb719db4ea8a61de336ac9a30d 100644 (file)
@@ -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 <stddef.h>
 #include <stdlib.h>
index 5641ca7e71202a099f2816453b8e95129fcb0091..27a8d41801f2195dd92ca13fad7ac0f2215ef790 100644 (file)
@@ -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 "thread_dbP.h"
 
index 100229121ba73370c7b94ced8952a7aff6c16ffe..fe02f2675721ee8f349c000472185044d8a2b0a7 100644 (file)
@@ -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 <stdint.h>
 #include "thread_dbP.h"
index 3c812f88afd7dc87bab8ef7884b939f14a3d61aa..376f32a1235256a2e5a1e72cd32eabd0fe89b874 100644 (file)
@@ -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 "thread_dbP.h"
 
index 52dbec4b675bdf19f521179bb667519df9c1c224..43b7ffbc227727f55784877648e4104aeee129d7 100644 (file)
@@ -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 "thread_dbP.h"
 
index af2cb401d509d1cbb496906233c6d502fb50c6b8..af2c1c907754f0993535077c1371aa44763fd338 100644 (file)
@@ -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 <stdint.h>
 #include "thread_dbP.h"
index b8e6bd468a1cc7fc408be75218048f0f3d8f006c..b550e1ed80a5897556825c11011292c2376e8528 100644 (file)
@@ -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 <stddef.h>
 #include <stdint.h>
index fb7a64d6a3879c27f30f346b9bfc1014bd87a66e..995896d40a5a77e1800a4971d4d6d85492607e20 100644 (file)
@@ -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 "thread_dbP.h"
 
index ec388605232761022b502b5b9e3f92860f9f6ccb..caf3d76eabb2ff8d3d952ca55e0a599cb270db23 100644 (file)
@@ -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 "thread_dbP.h"
 
index 42c9e75b48cadc0ee6d3010c37969b2fbdd4b6be..2f6f2e78e38c64c9f51f5381aaec7a5feddb4821 100644 (file)
@@ -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 "thread_dbP.h"
 
index 49abeb8e6ac29a44a6d4bd0157f08d38387983bd..e793e1ada0606e18a68e01dd3cc0e7892d3941b4 100644 (file)
@@ -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 "thread_dbP.h"
 #include <assert.h>
index b2ac1feb060d652f5060f2962823f6ceb3638360..b6c958fd221ae4a461cfec6392ce1f20625ac35c 100644 (file)
@@ -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 <stddef.h>
 #include <string.h>
index f594eadf7a494570dda6fad7596928e08205b9a0..1a915dad9c87f1f3c856c043be55e81e017e6c63 100644 (file)
@@ -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 "thread_dbP.h"
 
index 545abf6a5e7264a2ece4eb50591701d79ddf8eb0..b693e13458d1092a9b2093e7d12f1cadec7f0faa 100644 (file)
@@ -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 "thread_dbP.h"
 
index e6c05a824b24bd51ed650e10303f85d1d0e7d8ae..bf7e29a892b045da5166888b7bededfa3868e3f2 100644 (file)
@@ -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 "thread_dbP.h"
 
index 389aa7b950f357e722c714f147e0a4e7c5c20713..94f0c3c28d63aa9182eeb8b71b88170133c9fe81 100644 (file)
@@ -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 "thread_dbP.h"
 
index 5d0ebefcd87621fe38fd6e38ae6e77c4989af0a8..85192e07bea9f424fb0279b250afe8b27aad49a5 100644 (file)
@@ -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 <stddef.h>
 #include <stdint.h>
index b72aae9d42e574d6de6be6b7fd97f2b388461852..4c49d1744cd26563af04ca38d6dc4c5723188a60 100644 (file)
@@ -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 "thread_dbP.h"
 
index c63f81cb445fe82122354556880d8fa1f6fc7541..5cdc09a25a620840e4e904526649f6c391c1ebeb 100644 (file)
@@ -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 "thread_dbP.h"
 
index e9c874d83bd491036daa812b24fe3fbaa0999a56..1f3669cea89bea628bebe6508c444fdcccca460a 100644 (file)
@@ -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 "thread_dbP.h"
 
index df61529149ed13f5b612ee573fde4f71362e1098..7ee8b5a199487a07eae212a6d7a89af6816e7471 100644 (file)
@@ -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 "thread_dbP.h"
 
index 8aab27da8781cd4e5f849aa567737b6b0083f3bc..d02c6bb7c7bd8b865a1e5dfcb6257953165b21a7 100644 (file)
@@ -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 "thread_dbP.h"
 
index 7e7da431e5925c4d1c3a0e2930ea82e142f3236c..48c68d88d818d3bf82c9575744785b3e91797854 100644 (file)
@@ -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 "thread_dbP.h"
 
index 80e0795b1954a34f3d864b0fc58c0050fe11898c..e77d9731e1a090e72f6b42a0a64703ff529e5c9a 100644 (file)
@@ -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 <link.h>
 #include "thread_dbP.h"
index 814431209b3640c79672def5e3faa0c12de97bcd..5fe448465428546bb7f201f895997b171f2287de 100644 (file)
@@ -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 "thread_dbP.h"
 #include <link.h>
index d55629532c2fde97f6b6cdedf8f8db73209a24be..5c2f5da75ae9c9a8129185ddfe394b63d16ba55d 100644 (file)
@@ -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 <stdint.h>
 #include "thread_dbP.h"
index 6895694ea2b7bf069907be83b0f80d2a0c8a6d4c..04da2fdba0541d83426e6e4a1a0a56b9b7fb49e5 100644 (file)
@@ -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 "thread_dbP.h"
 #include <stdbool.h>
index 262c0d2e652795e78d118076f44364a9001c6e65..1dbb543d8326f5fea6b412f5e230782e15a3e6b1 100644 (file)
@@ -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 _THREAD_DBP_H
 #define _THREAD_DBP_H  1
index 8a58960b00f772f4a379909556aade90567178da..55c46231219fab716850d7265d84655395ab5947 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for nscd portion of the library.
index 5d8222e3b76dcf8657686f419890443f6670d248..43d690b8e06751e8d94fe2109fc24724e9e0e9c2 100644 (file)
@@ -14,7 +14,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 <assert.h>
 #include <errno.h>
index 85090a1641e4fe8bfab7c9193160081e9343266f..31600cf442ad9c444116caddd2b72b3d5aa72bfd 100644 (file)
@@ -13,7 +13,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 <assert.h>
 #include <atomic.h>
index a9bc00de9056c83b579c0fb7a1e29a9a98c6a5bb..037def8246d440fc3f262e4b042592ca95f8fe56 100644 (file)
@@ -14,7 +14,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 <alloca.h>
 #include <assert.h>
index c3fa7c6e5c3d6f99c54c3aa44d6f749e1c966a05..b8f32fa58c453da9a8a726bc10134fc17b5c65a0 100644 (file)
@@ -13,7 +13,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 <stdarg.h>
 #include <stdio.h>
index 19e2dbc886a7b0d15f1336001fa20d185defb37c..1c29d4c8a32f850dcdae88244a1241b637bb30ee 100644 (file)
@@ -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 _DBG_LOG_H
 #define _DBG_LOG_H     1
index 801d304d47443cc4c5a2a8b08e9e89cce8f07753..f2fd82f2c5afe4cedb6e87bc2e89f67714b9efe2 100644 (file)
@@ -13,7 +13,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 <alloca.h>
 
index c5e328bc1c7861c1f22bdf36dd1edeccd57de452..05d919d25fc01230e5dde3aaeb41f33439d09dee 100644 (file)
@@ -13,7 +13,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 <grp.h>
 
index 3f1ef43a5f213784acac7cd1c4773145418fde7a..33cead5f6d96c5a1dcb761fd4c60055173a78b70 100644 (file)
@@ -13,7 +13,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 <grp.h>
 
index 7ada39618e730753da302ed67efda472828fe97c..bb5048f5c89453f4765c740ca84cd3a661482bf4 100644 (file)
@@ -13,7 +13,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 <netdb.h>
 
index ff594b6d2751070ee95a94933db4dc4da570e288..2c4f19ad71281f76a4e4c6b5c1f978a985d374c4 100644 (file)
@@ -13,7 +13,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 <ctype.h>
 #include <errno.h>
index f8f6b24ed49bd9220b9475f76182519ea94e9c89..15e24fe95382399b766412262b842ce0bf0011c8 100644 (file)
@@ -13,7 +13,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 <pwd.h>
 
index 25e99217e95ea7e1734eb8d1247e6b93a7144521..86fa7680d7cfd61b82a877f929a869250113de13 100644 (file)
@@ -13,7 +13,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 <pwd.h>
 
index 5ac454134c13b4f77fa7e561d0e6f48d21becca4..e19845ae34569f8ad05caa28efb01b3523430153 100644 (file)
@@ -13,7 +13,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 <netdb.h>
 
index 2b726360e09e5757495419bf75dd4cd98dcf36e1..d5a04b3642cfbe37475188c094d3c304c1e30296 100644 (file)
@@ -13,7 +13,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 <netdb.h>
 
index 28ec64616065e5134a89aa10caf25af6edd180fd..61a06e1727af12d325a9de87a1c69a446d201c37 100644 (file)
@@ -14,7 +14,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 <assert.h>
 #include <errno.h>
index 94a2f6e9afa599fe99b783cfc70e2b4b7458bd87..36970d0ed61e07534930ee6e1b98f277e103fba1 100644 (file)
@@ -14,7 +14,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 <alloca.h>
 #include <assert.h>
index cf38c59b8eb119a3e5a7f80361338b61a7d36bdb..19448fbf36e8e751c6ff0c63512a7ae5110f5421 100644 (file)
@@ -14,7 +14,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 <assert.h>
 #include <errno.h>
index 7411352b46c5194ba9f4b9c715a71713b29cfdd6..20fa539882d65f6bc392232408d1fb0dba9117a7 100644 (file)
@@ -14,7 +14,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 <assert.h>
 #include <errno.h>
index cda276eadefbf69cd6a6d8dadc3e86671322b41a..d4c769d88887cb73f9920446e48ac02edb5e4e85 100644 (file)
@@ -14,7 +14,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 <alloca.h>
 #include <assert.h>
index 9f80962fc5235689dd90021c05846ee4860b0d52..0b8c823cb7705274c9eaa43a8cc24357090c201c 100644 (file)
@@ -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 everything that client code should need to
    know to talk to the nscd daemon.  */
index eea1db7ad500cac4a405a6eba62e0f13dbbc16ef..db5be433e99b2da5c8b12e5ce7e0e71a388e2592 100644 (file)
@@ -13,7 +13,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/>.  */
 
 /* nscd - Name Service Cache Daemon. Caches passwd, group, and hosts.  */
 
index 9b837cf4a713ad5e6f427912fe5b03cfe7a3c856..b5e59cd144600735c1f9022c6f28c2f8ecaae0c8 100644 (file)
@@ -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 _NSCD_H
 #define _NSCD_H        1
index b989f10ef85c50ed2b3b924d6976b3583c3323ea..fa3320b8a522ceecef66dd60cbeca34694aebc2a 100644 (file)
@@ -13,7 +13,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 <ctype.h>
 #include <errno.h>
index 8c57013b17c2696d921f656de7cc9bf30686c96d..349cd4dd683d3066210e25932dfdbd9cb5ee3831 100644 (file)
@@ -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>
index 958d6c1b20689dc0b4ed1a78285a8fe3846d0363..0970ac6aaeabf052e08d369b7ea285b9dccb526d 100644 (file)
@@ -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 <alloca.h>
 #include <assert.h>
index f4c5849862a4e6a0c6ae2b6d07e4e6ab99b5379a..18c6be0d480661351e8c008a55303dc383481289 100644 (file)
@@ -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 <resolv/resolv-internal.h>
index 82d32e44d9d6bd41d1550516f3dd6663f68afb9f..15287c4314443e2c64f52d6674da1beb59d768f3 100644 (file)
@@ -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>
index 68a7b9c282f980fefa3f4b1e0790321a05ca0bc6..0dca471e7f166a3441fa694cde28273b0279eba8 100644 (file)
@@ -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>
index 733c2a60cd01338c344fabb5a9dccb71f6ba9492..d326a380ee4f14603978b4ae6d0d0e287e213d58 100644 (file)
@@ -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>
index 164f1087f439af29f7bf11c0b6c0756c682dfdf5..fe1f1ec55cbc44b7104071e70c3f605929379ff5 100644 (file)
@@ -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>
index 675cbb23fdcb0a14a28d2c10affcaf3d0fb999a1..c7b5ab75b4e50a6babfca65c9204d91f0cf82218 100644 (file)
@@ -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 <alloca.h>
 #include <errno.h>
index a47b531b5709c97e1c5ce9c7f99e4b6e4a143557..d5c6a27da5400fbf8de1e057012b2ca06d0a0e7d 100644 (file)
@@ -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 _NSCD_PROTO_H
 #define _NSCD_PROTO_H 1
index 11d38849ae70878631b5b252a1ce70508f8826b5..4687935276249a5e7fd25e5c46da6b2cef95025b 100644 (file)
@@ -14,7 +14,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 <nscd.h>
 
index e4f226691ea6799125548bffbe16043f1ee916e2..ac1768f95c50e219eaaa56daa4a731c1233871df 100644 (file)
@@ -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 <error.h>
index d74b753199167ed968cdbb98510deb22d1c27101..18bde3faa5ca96823492b3f35000c8700a2bd13c 100644 (file)
@@ -14,7 +14,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 <assert.h>
 #include <errno.h>
index 248287789cf0f6f1dab382d67d0ed342931c3ae0..e28ce9a502e9949a44c5252e421b0ca289e22dc8 100644 (file)
@@ -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 "config.h"
 #include <error.h>
index 0626f0da7b4193cddd43287ee30e8987d71e2976..4b589807b5133815e8546274d768fb19554f6dd5 100644 (file)
@@ -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/>.  */
 
 #ifndef _SELINUX_H
 #define _SELINUX_H 1
index 5ffc846e98d5f3619f0778ec42e3a4398530748c..85592539ad90a42fd901eae452b95d9f0bd74e93 100644 (file)
@@ -14,7 +14,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 <assert.h>
 #include <errno.h>
index a15c3b7d90a364ddc23ff088eb741ecfa4f3ed81..7590669e49c4c6d3f9d8c63776d65772c0e28061 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for name service switch.
index bc5f91adeca5eddb7559f44481cf60e2ce5abe9c..9e9dc23dfc730a7b5d98b72132511086f182ebdd 100644 (file)
@@ -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 "nsswitch.h"
 
index 9256dabd2641c696ed244dcd0af2afc1a62163ac..8bb6aa50ff3e1efcf963037afd39594bf96178a1 100644 (file)
@@ -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 DATABASE_NAME aliases
 
index 2c6b55d6eb2bc712913c67a5a1697a015dc14d38..5b049b98651882137b5f557ab753172ab31a8d75 100644 (file)
@@ -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 <nss.h>
index 79f7d96314b082622957b897a4a9b402a0a25c86..f897a34e69aa096b76ed62b1f65ef5eaabd0c113 100644 (file)
@@ -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 <nsswitch.h>
 
index 9ba77bc3056c22607d590b8ad3af3c47254561b7..db294a4f965e95ab877e8dc087c1b7c6e8af4da4 100644 (file)
@@ -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 list must be kept sorted!!!  If any long name is added the
    field size for it must be increases.  */
index 8356fccbaa9e1082370f3977856adbeaa43fcf72..d45b5a2a827cb96433c863f2186deb4e1198cc23 100644 (file)
@@ -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/>.
 
 DATABASES = $(wildcard /etc/passwd /etc/group /etc/ethers /etc/protocols \
                       /etc/rpc /etc/services /etc/shadow /etc/gshadow \
index 440d9955d2db3b48ef9680b0d02c7e12055da67e..c10a6a67fa3dbaf89f2b0361556d8e9765ec68bd 100644 (file)
@@ -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>
index 6f118c97f5a082322a88809b868cb34d84211332..79fd85cebc8b2f414ef278314ffc48fe03abf70b 100644 (file)
@@ -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 DATABASE_NAME ethers
 
index 21799e42dcfc69864c6e80b7f26d53b98085513d..3d46b0e8b944f0c58d27435f221c7ff0ced4e39e 100644 (file)
@@ -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 is a minimal config.  Only services `files' and `dns' are supported.
index 4675ec5c534e9309c2bd7b7867b0409a6f91afbc..7a54190834d08a6583db6c342abf5480ee4c786a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index cf867210fc06305e14cc24d2d414013c57bd0caf..2583f34d2a94db14d79f6c359b944913680b954b 100644 (file)
@@ -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 <atomic.h>
index 356d39158d04044b615077fd7f2c625f872a8ead..c3ccc72db192ddc4ab227b68e6d35e9aee972a39 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <libc-lock.h>
index e96770d510d25eaedaf057c00109580cb379ca32..c62702dda24ad99dca88206577c24ddc0d455e8b 100644 (file)
@@ -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 <libc-lock.h>
index 07a7d09795c1c2e0bb138d6e097ba6604af64014..e2e835798d1e36193e026cfa320746d97537f3b0 100644 (file)
@@ -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/>.  */
 
 /* getent: get entries from administrative database.  */
 
index d353e18a917a3a37426128d82b5ebae379f9fddb..9377f13f1f1c758b6c677ca909610eaa6f51f891 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index 286e692a4d5d4eb06e3efd9b650b6ae4d9953a6b..68dff7e92c6122e2deeb7360e7b1542554a37672 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <netdb.h>
index 9775df73d19d52f4b914a930153f7a69e443d828..ddb9b2d615a14e3c47bc3a2372e498c499d52fcf 100644 (file)
@@ -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 <config.h>
 
index 0725f9746cd27b6f80d97200a511fda77b106696..a71726f5e0d189879e048a89f11697f5cea657f9 100644 (file)
@@ -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 DATABASE_NAME hosts
 #define DEFAULT_CONFIG "dns [!UNAVAIL=return] files"
index 9da756cdc522fbc8cdbadc9e57918e3681e5b68f..a8fda7cd36dbce40bc2bc4c0ac04d9a815dc67e0 100644 (file)
@@ -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 DATABASE_NAME publickey
 #define DEFAULT_CONFIG "nis nisplus"
index 5cfe9e13d2a7880c2ee9a2826232ebb3250f2ff4..d8681e72337a697328ed4eb4d5fd46cef79dba8f 100644 (file)
@@ -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 <argp.h>
 #include <assert.h>
index a131dcff54d9c0ba080b2e35d6cbe7ef028b768a..279a0b3b27b1d9e7484a0fdb9b5c44429ed9a3f3 100644 (file)
@@ -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 DATABASE_NAME netgroup
 
index 61c55d9200e2cbdb087db9624a5e5f18ecbdbc0f..80e3adfb19e6c7b93d2fbda74d04b6b6bfd667e5 100644 (file)
@@ -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 DATABASE_NAME networks
 #define DEFAULT_CONFIG "dns [!UNAVAIL=return] files"
index 9d4f33e99996dec981c1c7525d59cafd0fbeb4f3..4e80965275ca35719be9711c5c817d8e047eb265 100644 (file)
--- a/nss/nss.h
+++ b/nss/nss.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/>.  */
 
 /* Define interface to NSS.  This is meant for the interface functions
    and for implementors of new services.  */
index 8f01e44a7252697b50b42297c9677bc8aa6e2704..27ac4875663551190701f5554267b16257a5cbc8 100644 (file)
@@ -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 <errno.h>
index b1df6a4e4396139c2434d1b820ee3b25c92eb03f..6c8c1a171fa137cbeca75d0ce419eb50b1f0032f 100644 (file)
@@ -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 <errno.h>
index 37f883f35ad01317223d7e10d78c21491159d93a..4762aa022bf98e466a002a033ed283312e1e6bc5 100644 (file)
@@ -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 <errno.h>
index bd310ab9aa1269f46922a1da018ffd99fa75d074..7d27860b60a8e2c9c1923b9917fddc8360049de0 100644 (file)
@@ -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 <errno.h>
index 32ded76f5a8550b020d8c0423e204838432f9975..96f12fee77db6eb19c1f38d06599bd0700787384 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 612e380775ea4333b42221cad4acdb0228388e1a..01f0b6588c185a1cc79257906635def0facc28f6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 OUTDOMAIN to a pointer to the current NIS domain name, or NULL if
    not set.  Return zero on success, an error number on failure.  */
index e17bbff52b9d713bf1e3ad4f47734b94b55b5235..13349bb4c53154efc96c4eb5828bba9c0cc82cce 100644 (file)
@@ -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 <fcntl.h>
index e10eb3f510643b09d28ce5b9cc5048c8d17d7d5c..38dcc9a5cc2b3580f7290f48263ac271c1ebdb47 100644 (file)
@@ -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/>.  */
 
 #ifdef USE_NSCD
 
index b53f809d839cc2fd7b9b573a04c87fe745054d71..320eb485a53190ec66c94990a5a8a1672f01bd1b 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <ctype.h>
 #include <errno.h>
index 5ba4d77d2e928d030fa072df089eaef172524e48..18858cd9d750dff1c78c16a8881c59fbc1aa3dea 100644 (file)
@@ -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 <ctype.h>
 #include <dlfcn.h>
index 3fa11e9ab01c18c3af78028585171704109b3446..a60bed97de4f36a087a9c41c197353d75bc61247 100644 (file)
@@ -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>
index 22071df22493120b97e2677812663345c8e0303e..06ab096335767b99f16bf1e3ff0ad67060172a0a 100644 (file)
@@ -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 _NSS_DB_H
 #define _NSS_DB_H      1
index dc35b780a50c6253d33acfc187e1c95da1d726f7..3230be034e7567ef96ed38cb6beea9b66fad1246 100644 (file)
@@ -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 <ctype.h>
index 34d7aa84cc632428ddaa11fa18bca049d28dbfd6..2dcbe8f428d126e7ccef593982bfa7de934eee21 100644 (file)
@@ -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 <aliases.h>
 #include <ctype.h>
index ec23c6d425c0778b0f2f2a2900a7e1b6a2519571..951925d1969afdf4263a27616c3e9cfd857eba0c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <netinet/ether.h>
index 4c0f488bbf0e8e39195db32aa3bdcdcb677ba344..f3b11235f8d10f5e09253e2cb46d747f1946b308 100644 (file)
@@ -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 <grp.h>
 
index da5967a87dddf1fb0488049204236217727923ed..0b11d71c898e93134d3ddb09e560e3478b521df5 100644 (file)
@@ -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 <netinet/in.h>
index 4ae51a89e45f4e7d1bb945d57051d7f80e095dea..42c9cd38a5fb4517fd550a4ea152f44c79fa9b4c 100644 (file)
@@ -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/>.  */
 
 #ifdef USE_NSCD
 
index 3ddab6253b63dd3fadca4c04650e5d6ba6a58d9d..18b972c05c0029e926798c34962790f28bb8687c 100644 (file)
@@ -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 <grp.h>
index 2ec84fbbd5449da9c845cb2d9f9fc57f180ecdae..be2dc90356683738d38e3f54292f1bcd648f8c8d 100644 (file)
@@ -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 <errno.h>
index 8fb79ec784eee24b6b76df67dc1f2dba65285424..e21fcca4cad7f282124ee7189fbc92089174048c 100644 (file)
@@ -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 <ctype.h>
 #include <errno.h>
index b63b5bfb79fe5e6942c9724a597cef16b0e356b9..bccda49f4a372412de584758b962f994f7ee981f 100644 (file)
@@ -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 <netinet/in.h>
 #include <arpa/inet.h>
index d0157a51e1f4be2f2c35d85a6a72c96805c58383..fa249d7544add0a08f04b3e9ef6ddca883c9fd80 100644 (file)
@@ -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 <errno.h>
index 0573fde402cada7959c749f5ebc7007f5a53d636..dd4bbbe0b4491ab7af9a1bc5db3c0c7a5e4e4890 100644 (file)
@@ -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 <netdb.h>
 
index a68383cdf54305b595e33c41803c218ad23941f8..3cd2ba815c8a3dc01c8468f1f15ebf6e6a246659 100644 (file)
@@ -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 <pwd.h>
 
index 105f960b1dfc8d72150e03ed6da4e9782c8f1047..760ec4b193e75d4f26fa2226c9a1a5475969dd21 100644 (file)
@@ -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 <rpc/netdb.h>
 
index 3367ae3b0ef2ff5fa031092db97dcc3cbb5a999c..8e2544a4c75b9993365cf6d1618a8a1ea59b5470 100644 (file)
@@ -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 <netinet/in.h>
 #include <netdb.h>
index 6fb880a4bafcb9ea150c3fcc5445b6d621386339..8f00f8f2cac394fed2d4ed19883d171f2863a171 100644 (file)
@@ -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 <gshadow.h>
 
index 595ed1d91c07308683dc6170432503bb3a0201e2..1b64072182bdcb1d442498247d9dcc9f2686718e 100644 (file)
@@ -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 <shadow.h>
 
index 907f65c7023da19038076634a8b9ffd6b02aafbe..a67ca6262a14ce0c3bd2a0c8e0c4321b098ab66e 100644 (file)
@@ -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 <nss.h>
 
index 74ce87441fc3f3bc8d46679585f5b9d68870e56b..28e3ff58bb19de21fba56d3b9062a7b2dfe9dfa3 100644 (file)
@@ -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/>.  */
 
 
 /* There are two (or more) NSS test modules named nss_test1,
index d5b99641d5c4dd3363341012d0ef6405aa928cfd..9a0242bf110dd8a95d227c6f42b90b484b237599 100644 (file)
@@ -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 <nss.h>
index ff531dbd8c3f985b8742e5b6a65b5d3cf9d054c2..67d09c7e5f8740b14e9dc6f261368f5cb95c890e 100644 (file)
@@ -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 NAME(x) NAME_(x,test2)
 #include "nss_test1.c"
index c4a9ffb5750436ad55262aad9fbd7fd1401a8bc4..681ac5b671bb6df5c36388cd859dfc2dc93a0239 100644 (file)
@@ -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 <dlfcn.h>
index 79a874e9d66f383b512974287db2b784c6fdc165..5ec47a87e2a99327cf2160184134d31b20e2b3e1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NSSWITCH_H
 #define _NSSWITCH_H    1
index bcb28ae837eb545c3834c329487eaaac50564052..260d038fb97a463e236e0d0c526cd5db174c9049 100644 (file)
@@ -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 DATABASE_NAME protocols
 
index d7286efb634cef762eb6f61e07790886259f92be..e89d1ec268adfa5c52e3c2f6a265444bdd513d3d 100644 (file)
@@ -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 <config.h>
 
index cfebffbc2b8533dab20548a3fb48864a3991badc..48f298f7d319963e50275075835e196f51993e1f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <nss.h>
 #include <string.h>
index 2edc6dbaf2aef2a9fa040127db11af3c46f34271..f182be12e056522d308c84310ba00afb4133c246 100644 (file)
@@ -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 DATABASE_NAME rpc
 
index 37988594d97501135d2093773f95b8e00ee8072f..0421ead30a8cd4bdf23fb5f8fe08cf721d37a4ec 100644 (file)
@@ -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 DATABASE_NAME services
 
index 06a59e531bf64a0f9ddacd5a42b3d838b6447b58..edde05892b1eb01bb8454d321503358aa551c7fb 100644 (file)
@@ -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 DATABASE_NAME gshadow
 #define ALTERNATE_NAME group
index 96fc397fbf3cfc7d9e0892b987d93d824f39ad90..9e2ef023e107e23b825fd772a842a10240b0c8c7 100644 (file)
@@ -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 <config.h>
 
index b1da97758a4dda3a6c88c75f0e88af2c8cdd909e..e3d0331c0699d0c969d836b38dc93922dac093d2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Testcase for BZ #15014 */
 
index 07c73b7c1bfa150874272371f7c457ab73b2b516..d4b0f68635dbe30e47887337ac97ef36bb55c50b 100644 (file)
@@ -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/>.  */
 
 /*
   Testing of some network related lookup functions.
index 954d0017cb8d29113f83f1d5cfaae1366fc1b9e6..03f02dc3bca10e8cbd3376b1e061f8ad44024c66 100644 (file)
@@ -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/>.  */
 
 /* Test if cancellation of getpwuid_r incorrectly leaves internal
    function state locked resulting in hang of subsequent calls to
index d98d3eead01492e438670c2b2c34b785be0c9a2b..a0395078877501fd4f4d650c96bc367f1f859ff6 100644 (file)
@@ -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 needs to be statically linked because it access hidden
    functions.  */
index 367cc6c901a6ddd6dc17e34c9b2affcd82e10806..096d8eb887e68bb511d9f14a1050c997700a5999 100644 (file)
@@ -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 <stdlib.h>
 #include <sys/types.h>
index cb85410b7c5ab598a8a239166cea5d7f9d7d07e7..eb3492b6738dcb28b29d56df959464aaf0b88f31 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
index 946739bd725332641ec403f749ade03fe40b0548..6f803c78c173ed3200ac1858b7d44f0eb8bf708e 100644 (file)
@@ -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 <aliases.h>
 #include <array_length.h>
index 029ae6a2a7e62e056789400f90cd36a4583496fd..422ac17fc325f7c583801fe627ed7006f44109f0 100644 (file)
@@ -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 <aliases.h>
 #include <gnu/lib-names.h>
index 9417957c78ddc8727669f1cf599baa65045b2e97..2f8f3fc2f0161422f402ce8aa30e9e8cd7cd0dcf 100644 (file)
@@ -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>
index dfa6e8d57f69393f10af96ce39b9973992b60b77..b9b1cb9aa5f4316a0b945e042bcea7b1729cbdbd 100644 (file)
@@ -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>
index 32f849e481b592768a1cfe12961c4fee94070bed..5c669a57cb9e8f4bbdd24eba4bc77c25a7e42098 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* This test runs getent twice to parse a /etc/hosts with a very
    long line. Prior to fixing this parser this would crash getent.  */
index 6d6ddc6f567f94dfc5578ce4f98f8bbaf59c7292..30db2e740da5380456f7c3181a8e8f81aff4284a 100644 (file)
@@ -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 <errno.h>
index 3743426a5cadb474fc9282ce0fd614c3d163914f..f7e6070bd607b76a9912decf14db1eafda5e8ab7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <nss.h>
 #include <pwd.h>
index f261a760ac72840162c6bd7940c590cf389c145c..4af3599bc1574984415a2d10595540df44983a80 100644 (file)
@@ -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 <nss.h>
 #include <pwd.h>
index dbdd74aa7553c64ec74a36ac8bf679c4080e5481..b1c91c781ffca3034db10955a6bfabd44dbfd4e7 100644 (file)
@@ -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 <nss.h>
 #include <pwd.h>
index 1b5e63f134d241eb68dd8390899048fb3bfa1830..87e8e166cdb9cce83b309307fa488bbbefd62c92 100644 (file)
@@ -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 <nss.h>
 #include <stdio.h>
index cf6ef46b01c9703ea6a965ca0e36399373eb08bd..163d2b33b231a7ff51314cf56d425f4a6fbcad41 100644 (file)
@@ -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 <nss.h>
 #include <stdio.h>
index 8e36817259355c16a80e6b4ebca2e7c6b9af3256..83d8bee7ec56f090c9231850e85473723cdcee42 100644 (file)
@@ -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 <nss.h>
 #include <pwd.h>
index 230a3309c9eb8a1046b7aa86214b8f9df0b9ed70..1f41741988876bc350e61ab207bed74850058eb1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <nss.h>
 #include <string.h>
index 214aac76155c17409599503fe9fa42035053cbfc..63d9dda2cde9ce0ad5536f30aac696651c20ad9d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <nss.h>
 #include <stdbool.h>
index ea927652981b6aefd5eb3aa21a6b8a16ff09a08b..743cd85b7748b475ca746d4e3b8283beac98d6fa 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Makefile for installing libc message catalogs.
 
index 8ac6743ad7609e90d0861c15b49816b4f7afe501..0579596d9ee55db26f36fd6a2d3b6205e25601fb 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for POSIX portion of the library.
index 028618d5b26b2fe3ddf293cccdafe334c36e64dd..d6943597776357e600350f4bd197206bdb725580 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <stdlib.h>
index 526a2a467b99297b7d6b87c3a09f421008552531..ca62d82a75eb1049383cd1e664a50aacb4721b99 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index e681a48edc45ee16931bc33fd7a6ad7a91d4265d..5a2e678ce8fdb840bca93d720be0d69581cbb68b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <fnmatch.h>
index b0bfe7963aa579c2ea2544c255e76a57980a1a71..9e2b79502f5332efb14715ce0cd7f781e2cf1c78 100644 (file)
@@ -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/>.  */
 
 #ifndef _BITS_CPU_SET_H
 #define _BITS_CPU_SET_H 1
index 5c983f331c84265a53728c2b71ada42627dc9299..7cfe2a3864c2db1e80ac74b3e35a723e622cfcb2 100644 (file)
@@ -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/>.  */
 
 #ifndef _GETOPT_CORE_H
 #define _GETOPT_CORE_H 1
index e93c6533217573e563cf2496f6f9b89d29e38a92..c1ac5e6d6c6b36066e1c2fb78ca007a636625305 100644 (file)
@@ -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/>.  */
 
 #ifndef _GETOPT_EXT_H
 #define _GETOPT_EXT_H 1
index 0fb81fab1dda70f0e3c1febb926fed0926a09630..64d8295686567c33855eb09a1f39ab4e6b883ad2 100644 (file)
@@ -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/>.  */
 
 #ifndef _GETOPT_POSIX_H
 #define _GETOPT_POSIX_H 1
index 0b1cb6fc63092de4544fa8db95c0903b25a4eaac..3a7c4e2b3f9c07c03b5989dfb8f451393d3bb43a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 2.9.2 Minimum Values    Added to <limits.h>
index 01a96d9f6397b1268ec3ae46991505a998f4e33a..e5f7bb2fefe0d475c2f2a4dfb6511a2007c05668 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Never include this file directly; include <limits.h> instead.
index cb737caff0a21d5aa85eb208411f6fa4046bd40e..4f10f22113c84e177d10b83464c2b727be4a5d25 100644 (file)
@@ -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/>.  */
 
 /*
  * Never include this file directly; use <sys/types.h> instead.
index 4267bbb29abf8350182ba3823162460003c49682..103095b8e45ff517b73c40a90717e196436965c3 100644 (file)
@@ -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 _UNISTD_H
 # error "Never include <bits/unistd.h> directly; use <unistd.h> instead."
index d47a37fb81a7cb1362579cfe3522782694bddc0a..62e1cc7e7540ffb534fbb2d5af6f8caa7c1fe313 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 
index d9cbe5296706720ad90bf510febb9754fb3ee26a..6cadcb667bcd1cf8fd4c3dbb0a5d1f28ee3133c9 100644 (file)
@@ -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>
index 43deff494e657afc5bb5c0377c7ba5d4682d484e..319b5f941c93193c637bc9f749e5c628aabe3363 100644 (file)
@@ -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 <locale.h>
 #include <stdio.h>
index 861f9d787143254a6507e6649879286c4fe05468..fdd3a9ad33324190b25a29dee7bbd76d345d1d0d 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index 7e24df5f7a8b7d6f8cd40be86411a77677a6705e..e20da58697a84468cc00e547aa897c4a541c39fd 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index 2c037afc647c4afab77717dd7c17f8768e9a5489..3e46378a0da694c209a61e4a1eb5799593539ee6 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index ecc0d8a786c842c089d9687cbe02f52f14bbf04b..518da6cdcb3134c928adcf195e97372a7fb52d5f 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _REGEX_RE_COMP
 #include <sys/types.h>
index 7b6d59cad5c98e2dc6ea7b075cfcce7878a2f48b..28a02542c1bd6c91af8ed76a5e03a4b3dcf7065d 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index 0b20c35020bf70f0a8b68c740a67ac5114dba349..75d3a0e04315ae169c343fcd813f0d51f40d83e0 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index e325823ae545bda32bc44690d35d2aac0c701403..5d64b394680310ebcf12b50ba799d9c24c0258f1 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index 639910c4a7d7b5952fcca1d7e05365c561740418..30663392e69ae4c51a43fed9aac0df876010f7c9 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index 62b2be3381395b70a95ea11f7e776c6c7e47cb7c..5d1ca47e3bdc742680baa3c2f72ea9dc0c53c372 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index 1d6a36fa85f747c2471140fa7ebe46c10d9addae..9f468d0b40aed7aeb88c81d872b1d9096bde3bce 100644 (file)
@@ -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 <mcheck.h>
 #include <regex.h>
index e511e00f0f00f6213fcc15b04e57e20f52975952..2d354f0fa69939dea86bbe63a83ca3514ecb7d2d 100644 (file)
@@ -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 <ctype.h>
 #include <locale.h>
index 5fd39bc669ed89583404a94e80c574825ab8d7b4..60f1e7f7e313cd2f1e718cf4b75fc073fc57793e 100644 (file)
@@ -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 <locale.h>
 #include <regex.h>
index d878c111d846af6c02b2e1a4d7bf63da3668d065..80237466651189c06c4456ebae8abcfd6be3e88d 100644 (file)
@@ -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 <locale.h>
 #include <regex.h>
index a96064fe0c7d3580fa7f15e6d137055c908f60cf..54e4be2af2d89d8844055cad27cef61a2d906313 100644 (file)
@@ -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 <locale.h>
 #include <regex.h>
index 52dd77604da7a603f9cfbe2d24018c163784cb92..da640c4a6377894f49c882505da7397ca73ec016 100644 (file)
@@ -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 <regex.h>
 #include <stdio.h>
index 17ac4d6c892956d7db300048ffb3a25ca8b9a080..27e4044e779f61d7a1c6709d993a7a75effe3a65 100644 (file)
@@ -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 <regex.h>
 #include <stdio.h>
index 6d008f7823183aa35f37db9dd4730a9af094a19f..6a6645293aa477f32aacba85c9ec200ae4ddc638 100644 (file)
@@ -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 <sys/types.h>
 #include <regex.h>
index fb0de862809310f1a33ef5d5d8a2f766a4169fec..20fb02238d662e796da6517dd58a8c0a0eecec86 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index 5160d5503acde74bdc8cd1801ac049b8e5eb3cf5..855f5b9005ace2089bf850cafe3584279f92a28b 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _GNU_SOURCE 1
 #include <locale.h>
index ae45046fca082732bebc4abb62d560a3810fa829..0b2b9684b53aff14eec7084bb51cac8b76684fac 100644 (file)
@@ -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
 #include <stdio.h>
index 647e215ff316f7bbb1688264cbb2d6f03eb55804..6721a2679f5c8baf95bb0e00abbe8bc11e1d0a1f 100644 (file)
@@ -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>
index 38da6555cf0f0cf9647d053d9477251ef91e138c..5f8703ebaed1fb10df03a10984d6ac04083f57ca 100644 (file)
@@ -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 <regex.h>
index 5c5e94908353d4841180e5ac793b1022a729d7f3..847b261699b80d21f4ee68007b5ace8b8d3f0555 100644 (file)
@@ -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 <regex.h>
 
index 328a510c27b2c341a7e5ce9aee12d96e20beb784..c3bbcf80bde8a0ea796d607ff027566ad61956d5 100644 (file)
@@ -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 <regex.h>
 
index e21271e5b3dd6b952c58ec93ba3fd50be508eda9..ec0dcd7c2eea0ce4d003554769aab129d7e0ff2b 100644 (file)
@@ -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 <locale.h>
 #include <stdio.h>
index dbd34db155b195f2f34512e9cf4f92a8388acc50..7c329b5a07e417722813156ab352128c685a937d 100644 (file)
@@ -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 <locale.h>
 #include <stdio.h>
index f963cf1955bc615097cddbede2e18cfff314c4cf..a2fb44ec9b60ae4468016d867f553e94831ed53f 100644 (file)
@@ -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 <locale.h>
 #include <stdio.h>
index 63e9def936ab460b830059e64bb69cf38f2e940e..09abdebddca7c1d8f45dddb57107c8fa55b20ede 100644 (file)
@@ -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 <locale.h>
 #include <stdio.h>
index 9c2f79ee76018ef3e54b67b3912997b0536c5482..0153f5d0694bd944197c5c064d0e1df3450e2a10 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index 17a5142db66f36474651827ae017d88ce0f9c646..8f78770d55d1dd1af041179edb0e06773605d7c3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index ff41fe2154a93f9961f12653bf95687d5cdffc12..d0e1c0131f2842626efed8852e7d04a9242e1347 100644 (file)
@@ -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/>.  */
 
 #ifndef _CPIO_H
 #define _CPIO_H 1
index c1b5fd8589a60f56995e54eb1bea9a5de0ec67ed..bbd423a85c59bec27a43132f9102b40791bafdbc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <errno.h>
index 16da79c1d72745f08c030b7959415b9bdf3f56e2..2bb62c8b9c03bd4dd1a73965786a49ed3374d248 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <stdarg.h>
index ef6a83019a86c7a50d2c3da532768e7be8cd9077..dbb46ecda0f4cfaca69da4183f43abc8698b9a15 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <stdarg.h>
index 59828a83caea2c068fc019a0e63c0a230dfb59b5..103c8acab662ca411b2e1d33e42a96625ea92691 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index 394e87429e4908b81535527abb5b645995ed1e80..6ba214d271cba438a62eea762b350bf51e1cfe32 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 81fd68dfc3c3f95987a75902985ab0cefad6c49f..eaf215c2b7df71fb857656ee0988ac4fdc501562 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index af78e4637dd199a884c65d8cdad5b12776281d78..fd1e86c88699a2297e8effd5115d5abefa577fb4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <stdarg.h>
index e8a0117e79c8fc17754cc8057866822db13c3ca4..0ad0c700ade824824a48ad8c612d6a2b1accb921 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 64a1c3b621febb217dd85e6d06daca16f1613282..8e79bce03f46ae0b97ecc39159c7a19976780f1d 100644 (file)
@@ -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/>.
 
    Written by Paul Eggert.  */
 
index a58e1743ce14f1276587c427d9f5a9dbdb8a05d2..e43364138a20850933adecc037a5d0f8155afb6b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if HAVE_CONFIG_H
 # include <config.h>
index fa4d56aeb7b39af7370ca15ff3f79208c331c1fc..44c2f9a0b641a53655eb1247679eace4ed1dfd78 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _FNMATCH_H
 #define        _FNMATCH_H      1
index fa39b21395c655f3304a7475c941840a5ee1fa74..bb229aa9fc697a2f740128ee44bbd3da9310dafc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <stdint.h>
 
index fea8bbee0f2ffd52ce1379f82220d42fc51d32f8..1cf3de6a44eb33e1a4293d8729b9ea6b64a30610 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 2082b52b96aeb5637c4258f260bb7f92753724c2..3a7a2056802eff6366b596b19b7c8db78469eeab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 400d1e816e30008967df96f75917f69a435a06e7..b570d9bd91cd774de3732c99131ac306f365913c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <netdb.h>
index 283a09db64e476348a25bd63e56b678a0e4dc5ea..3aa95574c6848742efd4d6ec8cc449c183dd065b 100644 (file)
@@ -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 <limits.h>
 #include <sys/sysinfo.h>
index a364f6977898978a75103b88475a3075b5595b32..26a4c80224b073fe832f9ee04fea02084c769511 100644 (file)
@@ -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 <netdb.h>
index 6addadba0435244cd29034b04364666f6add82bf..b06a60da18af941e758af0a804c7217f7aaf6c13 100644 (file)
@@ -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 <unistd.h>
 
index 0211fde441104709117527ee51d11aeef098cd73..03e65baaa75c333f56cafc57870feafde16a8ad7 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, see <http://www.gnu.org/licenses/>.  */
+   along with this program; if not, see <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <errno.h>
index 03ad17244a8afc13864a73bc8e9366ecd9d00360..d09a1dbfe2793e9484679ebb1981b7cf8ab411e7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index ad2db339bfc1034292213cd51aafa67ac9c4a6e1..f5ca0bd1c3067218a0c2177aba25b6edd570a7f7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 1e7330c39ee57da10be9a3094c6aaed403d27106..1b044bf66266bef18effbb2d07fd33714bc690d7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 5886540353e42bfdc37dff15af65a58d327078c1..70e3e868d13d073096d63e495565a4ad0fddad92 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 73d0d21c0a9bec80af504ffc86389c098c4df00f..ee7f10943494e39c09a3ddb47932e0480cb55a75 100644 (file)
@@ -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/>.  */
 \f
 #ifndef _LIBC
 # include <config.h>
index 844d237c37d637d2f44dee94e30d4e7078fd8995..aa22003f30abddca64102c9225fe8578c5376d9f 100644 (file)
@@ -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/>.  */
 
 #ifndef _GETOPT_H
 #define _GETOPT_H 1
index bd6aa8e83747c86612a2692d0313d5cc221f284c..db2c8d7c6450452e1d1cf1771ea4fc7538f79aaf 100644 (file)
@@ -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/>.  */
 \f
 #ifndef _LIBC
 # include <config.h>
index 5b5d5a049c6299e3d1f50ca7b20f35227da10913..1f09068acd1beb4d96e941de8a697a9c13130dc6 100644 (file)
@@ -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/>.  */
 
 #ifndef _GETOPT_INT_H
 #define _GETOPT_INT_H  1
index 887bda27b0171dab399fabff696bae78b6b6db9a..be25ca5b21afa2732c2aa23187c9fda043878c4b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/types.h>
index fa2f7de89e8fd7824cb18407762875ed08d1ad40..07b5a8afc8b9cbcbc0c63680e7fa3765cbcf6644 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 0d0206d8812089eeef2677c76ea07ab0b7e673fa..452d063dbaf2b0859fb1c0f296520e93b87bebc7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 11acc175f830db49d5c4fe2ff3980e62f7195186..7ff81e3eb4fee380cfb1e1c11ef48eefa2c86daa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 880332a217c9d677961d6da6d1b77bfb14840adf..61b11acef5e5dc3506f03381547e8faddb5c1073 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 8aaf619dd3a551fa5dbe5be79949481639cd9c95..a1e781f66c486ab762eaab339037bf7fa5a47659 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 4544fb66594babab0203d6da229f1281895e3917..6375369c066bcef1ef83c0725fa591a6651954c1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <unistd.h>
index de1263eca49194f5202d6f9875bfb25f197b124f..cf0d7d9ac42d01e12a25e9260d19f9d934a8c6ff 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index fd7354ca01e97c8a4fc8f2b6d25a9c6f37e027e0..9758fdf93564deb934e12cf1a016a5637370f551 100644 (file)
@@ -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 <shlib-compat.h>
 
index e73e35c510cc1e1f7523ee6556db06920fc2e002..4be734420499322f2149fe15ca172de795adca12 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <glob.h>
 
index 378b80af8f394a30595c102c6fc617681d6e7b13..1daf5aacec78d0f5a7b4a7e25ab67973f49a389c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _GLOB_H
 #define        _GLOB_H 1
index 9e4b5dbb45ef9c1c6e60a3187fd035bbd3685d44..d8d89d06a2a6e2e33d5bdc0861f9c7f3745219e9 100644 (file)
@@ -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 <shlib-compat.h>
 
index 2f9ea35144f61e1c79944cb3ab21ecd4a0c112ac..4d55997c640897dd38acfb2a560eac86e915200a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sys/types.h>
index 58894bc4237bc2a27a3dc94ceed76d14410947cd..7be4fb0201a81b3ae9f043f3811821a909c712eb 100644 (file)
@@ -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 GLOB_INTERNAL_H
 # define GLOB_INTERNAL_H
index 007429248de5c407faa3f0dae7bd92af255a5470..1ca3e1332aa7ba51d9e1b5df5c8c9122f085d63f 100644 (file)
@@ -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 _LIBC
 # include <config.h>
index 5bbd9a81059805e6c2f77acadb82ebe9a60400fa..0281de64bcda9d175e4402a649aabc925949a44f 100644 (file)
@@ -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 _LIBC
 # include <config.h>
index 9b4338b8937003341bfcd4463f75519d78c28c0a..a62f54fee6a7d6ef409b556213a8fdf10a75ab08 100644 (file)
@@ -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 _LIBC
 # include <config.h>
index 2bf720b395bdbcf8634de55d2ad35ba1ce59061d..0ca6687899a0ed7ae95e4de683b122d1faf4fcb1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <getopt.h>
 #include <stdio.h>
index bcd32aa93e258d83ec975f7602346a6b123a3006..5a5c4ebd08936a6dc8ea3057a23ec1871c0361a3 100755 (executable)
@@ -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
 
index 18d868c3df48ba24f4fb05b8dbb608e8bb7e4e65..25dbbdb76ec074289ea759e2e076485d35d1a55b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <unistd.h>
index c2cc10a76bf3f4ab8125a936959bfd493835e94c..d8564c71192e27fdd575362b06551b62b65d02cf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index cf2a64f487adaba2b10e3c44e52a010ce65bc0b5..eef8c4ad76a221328932a14f7d5e64c7ca6437ad 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 99839eff779a7d5479668d40f8ce83037463d52b..5a5056b64ac7575920eb53c13cb9b1906b4be29a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 4d6e96d0c94cae494258077ba30ff03a95399a43..dfc9ec980517cb826119d15b920c903c7f565b90 100644 (file)
@@ -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/>.  */
 
 #ifndef _POSIX_CONF_VARS_H
 #define _POSIX_CONF_VARS_H
index c3f2f7e091ba47ca6ae1b1b2cc54dda96357c0b4..32b566e43e2c5bbb6b46e8820878a0a8ad427b77 100644 (file)
@@ -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/>.  */
 
 /* Before including this file, the including file must have included
    <bits/environments.h> (generally via <unistd.h>) and must have
index 3583aecf2a92ee8591e3b4c876b3f0ef48fc0083..135f0907bc3c8896a37dcb122969b5b1b0547cb2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index 0d6722e6ec2837e6548c91fbc7d48783e32e8432..70f3858068799044fd5bedfa6783a4daf256362f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index a64c84ae99abba6c23439eff18abee2780b0d6ea..3d34ba04231334079abf188e546baeabc5333e17 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index e1238c431a5bdcdf4493271a4c7dc6ad9b57b967..10785dd76e9f79a42e06a2f730009f9132dbb38f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 10b32350bb353edaf88ca3e6768a127b63c4a850..a301705f02b011e8df7f231e657fa6f376b3b668 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index b78d5fff79a15241eb9c09c7c821e9e83f6d6949..b77b6878990dea4207b3c257064801a361cba9eb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _RE_COMP_H
 #define _RE_COMP_H     1
index dddf7ad1400edccbecfb62e814817a48c16bea34..48931b4d95d3049e99f19856b70094888d174eb2 100644 (file)
@@ -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 <sys/types.h>
 #include <regex.h>
index 90ef6fcfd1b1e488b04809d30fd4532a58bd5aa7..c063c9464f89c513b368dcaeaf0267eacb8c0c6c 100644 (file)
@@ -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        _SCHED_H
 #define        _SCHED_H        1
index 44efa31723b8b68763c4397e8d4144f23b704487..5ca3b217a7c08e47b0b7d5c65e37225140893534 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sched.h>
 #include <stdlib.h>
index 12c58d73f04daf7ca8196154346b2ba87cc32dad..21fa138f4c778471497f5c0af9376d2aab4e180f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sched.h>
 
index 2f26184e6a15cef20d56984ab3d802c309ff466e..b089277275b59502d32049c5615afe531bdc1ebb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sched.h>
 #include <stdlib.h>
index 8b528cd0b8fc9ac12e94c0193d7d187b0f0e2396..6587cba1725493feb405bdb607a38e11abc066fc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sched.h>
index 8e66070782433ef760f3e0601090724450acf906..377fc155984df29b5cdd2a55c43ab04b68ad1086 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 31605d0bd4a8ae06f893a761af6f526262907ad2..f2de610b4400ef54c5606b680cc9d0c520d2dd0c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sched.h>
index cf259f9d247a70cd95fd96bf90d7236133c0b995..2e0872b44ac963498206e9d05e0c99c6a8c07c89 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sched.h>
index 8f959183c7788e1261b4a0cef6f961a26a59d599..bc4b7aa5a863912307a13f87d94af7541a587d8c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sched.h>
index 28d37ba9004083ef2be98ee983372ff2ca061b3f..c692d8e8e024846ab21333b738159ab10ec5291d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sched.h>
index 0ace2c8bd7b9159958aa1c0828d09935b1ee8436..b238f0d4fc12c63d5ce98b44519de5a23eaa9918 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 1d48a43790df05c06a6917279ab1369bde6ea0d3..f1835db53a752eccd6fff589bfdbfb3d87c91075 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 728faa358557256bb02008f5336fc8580116a261..789f2b038c059a18b1950a0d3085e3f38f4c3089 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sched.h>
index 3d6d9fddfa01cb27ee2c2a8ca795384bf0e673ea..c0957fdda906b28c055aaf521c390fa4ff12b1e0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sched.h>
index 306ae0c7a9129b016b86cdcef669f45c89854e47..b679ebc85feea2ed8ba2eff6dd6b6ae11ceb0d27 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index b270d2c84556d88a075f9ed77d81233c44fa1ada..b0796efdccb454fa6e4c63da7e80cf1a811fde91 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 763bdb75fd5fb3d9b17768a0161c10059d6fecdd..d2b19490fd7eb434720d8c8e4921c0edc05fade5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index a3d33ac9aeb49a94d7999764b7eae06600240a80..3ef357197ec394e487b72f548bace8593e578fd9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 1ef530ce1f6d779ec6805837fc512b09f35e4d39..7ff87b07f7fca7ddbbd71f1178e6e92d88e898fe 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 99ae8fc764c59d6cf2d8b894d2f3b453b5eaa01a..8b28797ee3bc0e57678a06b4fed7114f23d32b7a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index c9fc00d35279a3a024d37903da2bcbc53593c140..f246739818c447587267245b757be45771d6fa10 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 0a6cf948894d3a61650349ee3a170b77cea29e9d..2d87fe6b32e7f80b9b91330a34ab37d7d969e747 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include <time.h>
index 5c51cc1b581f66a9cf9436db1b21a3ba4ac843f9..0cb65c014be031dafe5d5587a15a905fa8809077 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include "spawn_int.h"
index 471dbea02269b478f35d05ed54febd36790eeb88..dc38f19cb74456451e02c1f3f59d780421a7c335 100644 (file)
@@ -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        _SPAWN_H
 #define        _SPAWN_H        1
index 26c17bca21ae3bcd05f26470a857b136ac1a862f..c08e22a1713fc0558427225aa6a8e7f878366e6e 100644 (file)
@@ -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 <spawn.h>
index 743c6c8b2bc19b4b38b5057a47b4b9ec25716bc4..c7842d0de0e8aab638fb55a44064d8f29a911ff2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <spawn.h>
index b5f0a131c050fd0a36a33f689a4bbd7cde69bc36..5f5b4b28efdcb339f9aa48c55d0461bf713083a0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <spawn.h>
index 9b07ed15079ea8bf3765f08f37b4d94e1ac35f5d..e985f23636d8fba288130560094eb8620d3f0ea5 100644 (file)
@@ -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 <spawn.h>
index 742eb9526d80a24f3c3c34bdeae94f80f6eda6e1..d5694ee4d7b1b9581a16726ac1478eed12a48f6b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 51fab135859bfd234a15e329ff51809883cf872a..d30804a1e3d1b5c5819b195c3ddd63fe3de91dd7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <stdlib.h>
index d7eb72bcd29f0dd6c2a0a649cecc03b56287fa2e..a5521aed253d0288fea5cb546cd66de287d31870 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <spawn.h>
index 93b7597f907e0064727bdbbc97114584a8438779..2655fec084f002b1c40e2a2c3ee6cf49bd7c68de 100644 (file)
@@ -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 _SPAWN_INT_H
 #define _SPAWN_INT_H
index 594650f1d17660dde2c088fd81392d162590320d..e03c5c28f1bb7bbae07baae00d31d0366cbd2adf 100644 (file)
@@ -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 "spawn_int.h"
 
index 6fdbc07aa258b8a6e26dfd4ea2d5300b82997973..7eecf8c54679e1f26d81291289ccdb1697515b97 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 
index 86538b34abe9b00161b094d33869932e48e5e5cd..df3e0a7fecbd1f0785b61809f864b17148b1f629 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <string.h>
index 106a8741b3d58241df5c4639fe11e383410afc83..237289389146719d74e5219eab3c32ce35fa6ed4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <string.h>
index 2fcfc7c63eb3c5e5c0b06a4839155637a39a86c4..bbcfebf90431c219979a1063b6d6b059284fa8d7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <string.h>
index ec02c6d3782d4ea6579c7d91c5d8da70c502a062..f1bade71c3b5c89f52d3c8f74ba619b1b31aeea3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <string.h>
index 00aa6011891d1d11ce7de22fa721e1f31d62fa08..b44f1e9a4dd8fb1a5260be7c447d1de2856e663f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <string.h>
index ed316ae40bb2bf0ec321bacbae2287b5a645b311..ac2d88620aa86e8d52bc71b6454bfda22a8f15d1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <string.h>
index f61ff63277fdac126f77eb1d2fccf8a4810db3a7..3ba4ba72d606eb420973b5f0b1a84bd483af272d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <string.h>
index 962b372baace3f849c0ff388d7721a8ceac30e32..f280883f338b7e72ac925877d67aabb1fac2d961 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <string.h>
index 140caa5b8bfdb9a51b3098450ebada3023b433a3..8a40a5bf3264e4009c395cd384964a4c76c6f40a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <spawn.h>
index ad4d8f2717c715cf008865f9351bbfb3ca0dec88..404e5eb89d0d105d0393a9f86c06e2176971be1f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <string.h>
index 7fcff9a0b38d039c33402fe5b51dc02988ab8771..3a4a6bc0eadc548a6157b9a0f3ec371515482d3b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <string.h>
index a93eeda3e4d9a46a033bc1b09a0f022ea222280d..9dc69f203a99038bc68b89c07bff24631637f544 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <spawn.h>
index 73e948d96034379c402831449a09ddd3229044df..255e0bd63ceb2edc9b863dfae408baead08c503d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include <string.h>
index 4e58feb5a57c66736dd2bc1723f5ce5662fc5aa2..0478b84d981c482b20af763fb34ba94d78125ecb 100644 (file)
@@ -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 <spawn.h>
index bed868d275cfa5f3bfc154b9c332d54335fd8f85..8801bd2d45532f7c4003347eb6fcd78d6e28175e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <spawn.h>
 #include "spawn_int.h"
index 30e9b5743a5e43dfc0343e16bf8e206f384d56d7..05c8f41a1ba50833bac4bb0c6a3e2160ce03c791 100644 (file)
@@ -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 <shlib-compat.h>
 
index 34173bf9904d93a17e9f5e36fa74da718efa727e..584a9d11f63362c633e3bca73a0ff09afd65d164 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 4.5.2 Process Times     <sys/times.h>
index 0e37b1ce6a400f43515f7d485dc9305c8c59ac97..13fe292f8bb896f1ec191f6b44aa7787d6e9e7d7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 2.6 Primitive System Data Types <sys/types.h>
index ec30f77dc9cd0520a07d540136ef46b985334a17..c26394adad7d2b699447ad3984296a9f8d3c7ad1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 4.4 System Identification       <sys/utsname.h>
index 9bd4399ed79437d4aabe04947d8a95d8266d5aac..7b1b54edd04d2d0c4a73a5cc82bece343cdfe88c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 3.2.1 Wait for Process Termination      <sys/wait.h>
index 47afac96142f8f1df21f31e47d90bd74350999e4..bbbdab64cfc48e84c3e1396ffec09463209afe6f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <grp.h>
index 24f5fe412e451924ec8c02d95557bc70067af6f2..f778b18f75193b1460a75e208cbe3a2c5ac313e1 100644 (file)
@@ -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/>.  */
 
 #ifndef        _TAR_H
 #define        _TAR_H  1
index 5ac5be8fa9ee740fab555aa3a1a8c234fc41c833..094fab3937f189d9de790bc58984b87a1dda1b8c 100644 (file)
@@ -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 <limits.h>
index ab8db41fd8044791d2aa293ceff655dec5b0154b..9368cb962faefae5d60fb286baeddecb16a0f8b2 100644 (file)
@@ -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 <limits.h>
 #include <sys/types.h>
index 1cedebec85c2017fce03877a3c00a209e43e4bf0..327cc25f7682b91593e525a68be63652433bb895 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/times.h>
index 366b81a1b308636b72b495165c59172afcbcfc6d..d6859f9f73c33153103a40d1ef762d74d951368f 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index b18d2b66325feeca33fc92240b8133b1dad5a6af..e9074ba375993376ea8d67a69e2e7e4d4ac1956d 100644 (file)
@@ -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 <dirent.h>
 #include <errno.h>
index db6af02640dc1d3e7e77640b35ddee83f9689d74..05aa973b1088b9c9e4fcbae31c389ef792d7c89e 100644 (file)
@@ -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 <dirent.h>
 #include <errno.h>
index cde6149dbc06ca32b0b78b6a0873d485dce6881b..c0375b1457cb6d3fedd24f7b8948d72ba8f75c7e 100644 (file)
@@ -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>
index 2e185b5c989de17c06cc58b6b1e4b746b1d934ec..58526ff04d6820d1019f73432c772cdf0cf22762 100644 (file)
@@ -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 EXECVP(file, argv) execvpe (file, argv, NULL)
 #include <posix/tst-execvp1.c>
index 6125241699e96a39af634be6e821fa1c7b26248e..1a733e3424f8c3d6f39049fe3a112eea37e93ea0 100644 (file)
@@ -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 EXECVP(file, argv) execvpe (file, argv, NULL)
 #include <posix/tst-execvp2.c>
index 7438705748c993308ec3f69b7d8f4301723146e4..218b95b43b24dbbf9e41c9ccb41ae5d8e4c4ae31 100644 (file)
@@ -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 EXECVP(file, argv) execvpe (file, argv, NULL)
 #include <posix/tst-execvp3.c>
index 8b4b43dfd199193754742d6e86b256b5c35a775e..30bf5fc07ec96382f8e532887f1fe76273b40916 100644 (file)
@@ -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 EXECVP(file, argv) execvpe (file, argv, NULL)
 #include <posix/tst-execvp4.c>
index a24bf1d9e2e6ea695b15ce7572070aa6750be1d8..7217aa4b87f4c146b48ab94f15f99877ee72a649 100644 (file)
@@ -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>
index 32ea43ffc1d94ec4bf15bf520916cb15f0baabfc..387c0c640be93e8c9d2065e3d25d721b9a17c38a 100644 (file)
@@ -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>
index 56d8994b83cc07d21f12ad8b038ff63ad857aa20..ac7b709eb85f89529f897e97d08d8c7ffec08d1f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <errno.h>
index a036f8e7a69cb645cc0b1fd84684f06cc4381a34..df68048f5abda43e0b95468ff7b3b9b0ea9ae87b 100644 (file)
@@ -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 <error.h>
index 6db6a0dea9ab6c8e57066a50d28db916b122bd6c..8c5eb07e3240e0203615fd115491fc5ef4f04136 100644 (file)
@@ -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/>.
 
 
 # Derived from the IEEE 2003.2 text.  The standard only contains some
index d421f18f6dd7c7ebc1140703afa64c4201bfda1b..225e219e29aceb1fa653ecca1993a1946c976d0a 100644 (file)
@@ -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 <fnmatch.h>
 #include <sys/mman.h>
index 370265ddf0ec05e6aef0c580ed3547bd908dfeac..599422bde21c6a8d4456073b477c0f93ca98f2cc 100644 (file)
@@ -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 <locale.h>
index 241371c7524c39eb7997236a464e8ecb65c61ebb..1f72cf52b1d6552ac96e60d7068c34314def0252 100644 (file)
@@ -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 <fnmatch.h>
 #include <locale.h>
index 542c08f3b5662788234fdeabd7c2c22edec353d8..78fca1554a628a3e76053db1e6d41d9342bccb01 100644 (file)
@@ -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>
index 3f2a8a1967a5dc74d8a656c337f89f8f04a7919e..793a51e89a28429fb8d4239d0e7d85deae670242 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 85cdd029a73d28c4e27a88f81b588bb5c164a76d..83e008fe0f2fd99acdc0ac23086a5567bd46d2b4 100644 (file)
@@ -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 <string.h>
 #include <stdio.h>
index e0625d5d24691301d93cb1dfaa63040d482ff0e4..e3ed7a863ba8b80bf80fb9eb624d3f901e66e0e6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/socket.h>
index 92ae1069c3de3d7b7dd7c3dfc16561b8bf105a32..9dbd70992043ee01e09ca08976ae02755cc85fad 100644 (file)
@@ -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
 
index cfbfc81db4861fd0820c0e9d69ab472e1ca82f2a..5f5cb4be52fb245a3b808072727b190d58eb64e3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* fprintf is a cancellation point, but getopt is not supposed to be a
    cancellation point, even when it prints error messages.  */
index 85a126afc57431688186920f24c49ffccbae5dfe..e5bda117598d7a4e1b171af988b42d985ffa86c2 100644 (file)
@@ -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 <glob.h>
 #include <mcheck.h>
index 83d02bf4a92537d17bb9b6e6ed90ad9111000538..ed00a79a2ae71bd2b90bace8f8ce7f8a88c64e4b 100644 (file)
@@ -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 <glob.h>
 #include <errno.h>
index 5ccec22b8805faf94650b9cd9ff81c6fd0f1ea46..d8ab87e0815d5eaaa207cbc60794735e2b006418 100644 (file)
@@ -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>
index edd2c97d231288684a6afda62fdb11683a4f3c7a..b20c0316e855f8af8e18deb22e762de3d68b0775 100644 (file)
@@ -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/>.  */
 
 /* To use this skeleton, the following macros need to be defined
    before inclusion of this file:
index a31b624f588d587b7a455026586ca90ae7ab917d..7508df9d985391278a85a631143ae744a9abe80a 100644 (file)
@@ -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 GLOB_FUNC glob
 #define GLOB_TYPE glob_t
index 7d6680f1a2f0e644c680bb54d2d68f727af3f040..0c3f1ca2302c3d1ae56fa869b0bb074280bdd3b5 100644 (file)
@@ -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 GLOB_FUNC glob64
 #define GLOB_TYPE glob64_t
index d4e53c3e671f0a227037d149cdcfeecb4361beda..7b3ef258d8a8a39db8792656c4e732ded4c057fc 100644 (file)
@@ -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 <stdint.h>
 #include <stdio.h>
index 8d29de99c46f7f3a1895b1bfb0e53f4a9df21d0d..0f503bfa7b5138d71aadce9cfd26f312fbc5a7b5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 0da0c6c2290a358dd3ee29d8ba2d01c7f03b7964..3dfbd66f7c60f13e775c2b07a62293eb97936c61 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 5cb32eb0333cae34cfeb99cd8112850fc545bb3b..53d1310883bce07a0dbb64510e309d4758dd8317 100644 (file)
@@ -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>
index cfc6c1c92a98e7388cc90cebe9dc1132b10c99ac..eb96ad82ff34c55cbb6581a14b0a6a6acb787b28 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index e0466ce9058b07fca4465a458d3af7a2e2fbe83a..4899b0775c95672073291ae3fc40cecb9ea86ff1 100644 (file)
@@ -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>
index 533c58d29d8be544d0c9d2709259508328ef9331..916c527646218d1e93e17fd0e0b63ff8b2ea4232 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "tst-posix_fadvise-common.c"
 
index 877130db9bd804e597cb61d89398c2ee41162999..060a64613789642e158f7dd0fecf4d4048d179f5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _FILE_OFFSET_BITS 64
 #include "tst-posix_fadvise-common.c"
index 48b0369942ef55cdc2da4a2a2af89bab6fd6da9b..b79ed7634378606c5c6df72d0812d151ade4c217 100644 (file)
@@ -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>
index b00a2bca4c968961c0464595e7295939bda461f5..4237f1f116042ccf61b67cbbbf826647197d8ebe 100644 (file)
@@ -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>
index 2d49b5226d1c016841b63f8cb6d5b14d75b742db..0aed3997dfb922ed2c8b5832cb07791b4f078b5f 100644 (file)
@@ -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 <error.h>
index 3165191defe9ebb7a6cf9cdf14f052583c206325..33d719d8e8ca9f99393aef38d9060605f01ad4d8 100644 (file)
@@ -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-preadwrite-common.c"
 
index cf295f06063de849151e74b8f69d192d353395ac..be8056f2bc058e71347f22199ad77ac0e2cc419c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _FILE_OFFSET_BITS 64
 #include "tst-preadwrite-common.c"
index 2c88361d3362ab0f83d1b1e88c3f2db430ad6e5a..bb7c58934277f24b298b700b29bf0881acfd52f4 100644 (file)
@@ -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 constructs various patterns in an attempt to trigger
    over-reading the regular expression compiler, such as bug
index 6be1da404fb15cc708fe531ea942aa1b74d73594..4c46f8dd62d7527f9140b65de328120660e51f3f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index a05ecf1fa4cc7c4b121d45e49645ea4162432b37..c14a3f5d211df69c7dae6611153dcaffc6283fd6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <regex.h>
index c9cfbb7c17a2e1f351d5367ce43b1c970b74c61f..51bd43224c4ab7de563295dfc3a54c55ff9a2262 100644 (file)
@@ -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 <sys/types.h>
 #include <mcheck.h>
index c2cb87de2cac6db3ea335cb1cc85a6cc9e85c892..8dc5a919236a4f4b3c159b0f9c5bdc2599eac90d 100644 (file)
@@ -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>
index 9aa7e621e6fe952c374a8505735da1c74e2937ba..1993ed24b52bc2d3fb53bf00d0b6649ee364e8ba 100644 (file)
@@ -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 <getopt.h>
index 41339cfd07b0906f1bc250302a14ee996ffc6b29..62c1e68b7eb6bd89aea6686fd98979527e5157e2 100644 (file)
@@ -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 <spawn.h>
 #include <error.h>
index 00c9470ba55dff4d2358f91e9c9870e3525e074e..b490821ce976cfc1582b810dfd733df360df9811 100644 (file)
@@ -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 <spawn.h>
index 0d6392eb0e773a938366ef03ba93d244d1805ced..ab938cee298933e2e3aee92a56caa1c02617d81a 100644 (file)
@@ -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 <spawn.h>
 #include <errno.h>
index ba2db7596d8da5ea643ba8940040ed01e5ee9825..ff6f0f010121d08972fe80a9011184af725b56a1 100644 (file)
@@ -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 <spawn.h>
 #include <errno.h>
index efd634ab83cfbe49400bbab70b6bd1d579ba42c4..dd69acaf38fab5a0a31c53c01b35af6e4df0e27d 100644 (file)
@@ -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>
index 4d9fff5d49b0976daba7e74aa4d4450e7854605f..705e53ba864856f858c19f06b6ad97a11517d644 100644 (file)
@@ -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 <unistd.h>
 #include <sys/types.h>
index 82a638799c009464ce1a7895b7a07319fcc18dea..382015d9721fe6d39bf07b78629b607dc4f5501b 100644 (file)
@@ -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 "tst-truncate-common.c"
 
index 0b66d9f7025320e8d88a6db19890934574686d2d..039c909bee021955dbb9931697c320d6d2a7d25d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _FILE_OFFSET_BITS 64
 #include "tst-truncate-common.c"
index 94998b99b71119b9387195ea21ca76b518ea6e24..7702ad84266dfef878b0dccaae37fe10e6851015 100644 (file)
@@ -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>
index 78ff29cf3d3ee0f1e342eb68632f901b489e9662..a91a8c96aeff22fdcb633f1094406aaf913af8d5 100644 (file)
@@ -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 <signal.h>
index 8335594bed778eaf0efa420eb25aaa6635dc4124..30f827a2345872dbfcf4e5f7f7a92b5e8a066567 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 7c8750a39a62ec9ba6b4d4cefee2dfa9795c10b5..c82ec2b56637323210119f2993d66fc88abb11a2 100644 (file)
@@ -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>
index 05a56e578c689e0325d2734562ebcf86829568e7..f1e6c1dac70684cdfc6cb4d7dd32dbd53e70c2bc 100644 (file)
@@ -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 exists so that it can be replaced by sysdeps variants.
    It must define these macros with string values:
index c7132dbd5887ec0cef988e0ad509eeaf5c604b02..408676b89632cc30c8d2e62821c2b5c25aeda90a 100644 (file)
@@ -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 <string.h>
index 55a989f7bb41f31163428b0b192fa4e468756e4b..ede27215d8935729b33939baaab2295dde1928ae 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 2.10 Symbolic Constants         <unistd.h>
index 745b3213ad0d8ea9fda260a54734f07ef7229195..ffb5f70d141d7dffc1281949fa2c848a122ad8cb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 8f15240d178ea0c85b1341b5a17f9515b3f01999..0acd1e492626094cccac6d41aebc7b415d7faa07 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/wait.h>
 #include <errno.h>
index 76038e6d0db96f7664086f785a57a1037c604d96..6b6e3a500d5aa1d1e595559bcce171862fc8cccb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/wait.h>
index 352fb5d84037078eb12c09c4f019564a53cdbfdb..eb4f7fb6de6898f6b4bee596ef99914937d1f1da 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/wait.h>
index 4f439a88a651d96fc5b1eda71aef7fac0ab4e100..824e1e1bd130c7fd137041491b602eea1687aa69 100644 (file)
@@ -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 <sys/types.h>
index 0b7c2d71b8257da4702f0acf1eaa88ba6b188e34..adae03918a78d1a16bdafce8394341c89a995e71 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/wait.h>
index 10a0768a6bcb3a88011f8ae668245d88eb826966..957184cf4730938db56267d9a0c0e874b4763a81 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 #include <sys/types.h>
index ce86f87ccb88d758d383f75404db49c0718b4af0..9991eb34e19f504ccdd7616305b8b3fc65caec31 100755 (executable)
@@ -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
 
index 22c6d18a9c312b155b4636f3cd33d4f5d24df60f..6a6e3a8e111dc19b32bfaa7bb3ae346c44fa3962 100644 (file)
@@ -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 <ctype.h>
 #include <errno.h>
index 060f13fe4940e54b500273b63b86ef9a623cac9e..37cc7964cc58ba9a9d709db65a5ef116c45a52e4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _WORDEXP_H
 #define        _WORDEXP_H      1
index f86498015bb7a38e773a815e947cda99185ce4de..009e716bc22fd379661745d18cbd80ec4469d707 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for pwd portion of the library.
index 985bea659f1e59e6a157f8c679164206f046beb4..bc5bba142abf6e0740e45d25c085a1dc33bc28dc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <libc-lock.h>
index ad7d5e61e08ebf042fc461d36d5c64adeb48e4ca..6c7379685541d4ee618d02fb6ddc1497007a6a38 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index 676b9c8a0f44c9b3b575fb8986c11b35dd238715..ac2141420d05911fcdcc691535db16f028273144 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <alloca.h>
 #include <errno.h>
index 8cbbc3d184d68ac622dc5ba73fc088fa8b002915..1a3189725679a8df359b44a684b7a9e11310bae0 100644 (file)
@@ -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 <pwd.h>
 
index 18ca5ad68d895fa7f2a69f676851661a08b2e2a5..6d88b89d4bcbc3c10d2a07a2e6c15c00ca9bb16a 100644 (file)
@@ -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 <pwd.h>
 
index c8df181877b803f7e4e6e6416527c80f1c5ddb6d..e0ab96b87dfea2d16eff1247a594ec62e17848e8 100644 (file)
@@ -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 <pwd.h>
 
index 746535eb0094a559560d7eefe09e7ce6c9a9f508..6c223a9f25f781ade893edfa2c8bf98dea5fd60b 100644 (file)
@@ -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 <pwd.h>
 
index bbe95e2c357859c94be8a1e75b0f57b44a40a4e4..305d9e45d099548aa889a5cf84036825522ad248 100644 (file)
@@ -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 <pwd.h>
 
index a4880961aa18b0b3d68a1e73f02244bfc4f18f8a..235f33fe2311b9cf30c5a0b6fe362bba4cffbcb4 100644 (file)
@@ -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 <pwd.h>
 
index f095e1be713dda1eebb7c6fa576aeb5bee97165d..08fc03b4e6796e22885d04e62d4c66aa1aa22933 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 1002ed39b6ece4c36db5f72b6100c2606e45461c..791c6d9044931e374a2a5e0b7c176174725fca75 100644 (file)
--- a/pwd/pwd.h
+++ b/pwd/pwd.h
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 9.2.2 User Database Access      <pwd.h>
index f7867124de71121fdc248f812edb0fa77a700f7c..64973a83e652764b0a5f382b820e49a0a8183e9c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <pwd.h>
index 49700c758962ae43e31547dba3b795f218791ede..2cadfee37219d822503714b2fd67ba3065233a8a 100644 (file)
@@ -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 <pwd.h>
index 3f844437421197ac2c1363b11e15ccf29562e5b4..3cb64e65f5a315bf19f97083d1887b242b5d7407 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for resolv portion of the library.
index ced9e8358aea5daaa940cf1325d8508854e77d91..7c49184482bd7631658276d17bcfbae33e5a9eb5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1995-1999 by Internet Software Consortium.
index 49a6b6a0dcd06499adf98fadf8d8e74df38c16cf..6483fafe89ed7cc330193b0aaccc1613c83334f5 100644 (file)
@@ -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 <netdb.h>
 #include <pthread.h>
index 863afc485e72c0e7a914b1ec3e275a464925b4bb..5cac6448de0bce2b1f87cbfc1c2f3cb2e09610c2 100644 (file)
@@ -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 <netdb.h>
 
index 69d7086ae67da27736703060d74d4eb2b6650390..8738359d818db1f654db2f019e1917e6b602461a 100644 (file)
@@ -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>
index 075bf33a0480469ee420c70c006b867c143d8774..510e934fe5019509b3d8840cde6836d64ee49488 100644 (file)
@@ -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 _GAI_MISC_H
 #define _GAI_MISC_H    1
index e13bd0bd1506f71c54032d596d4f5af1df3dc6fc..59d9618105266717897088f0c910cc2058de7a6a 100644 (file)
@@ -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 <netdb.h>
 #include <pthread.h>
index a29b8fe473246e5b8685e973d12513632bb622a4..0eaea5a0236291349651bb4da0c0a6b7c006cfac 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <aio.h>
 #include <errno.h>
index eee3bcebe97691de32b9694cb596110b120d6885..16d699898017bf67e945558416e94eb0941a8b56 100644 (file)
@@ -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 <netdb.h>
index a99e9e72b434778af606ee54eecc59f3f0bc218c..1307dc1632609b9bede9da7532a35ee26e9143ad 100644 (file)
@@ -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 <netdb.h>
index 41b6166a5bd5a44bae5c8b6a065b9d1b7c4afd9b..9ad7b240c19fd55ad6a1564eda036ed1c3216a34 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1983, 1990, 1993
index 5aeb8d46938d306e8d5d3c35140aafeb65bd0a82..274b02db43e1ba8cd0eac6784e668c80ea6bb4ff 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1996,1999 by Internet Software Consortium.
index 6c1af6aee1eebf32f5dcfa3bf19d7c1e7bb861d8..9d6bceebe587a45037d639554548dc1916a19f81 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* All data returned by the network data base library are supplied in
    host order and returned in network order (suitable for use in
index eff520b6f9950a616cff8191479a522c4a3b208e..4da7b7e6356b4dc6b6fc9a558574d7d34d79eec8 100644 (file)
@@ -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 <netdb.h>
index 5af47fd10dcd164d33386198c17cfceec06fbc80..5d472e87c6670cdc939aefbaf7d769ed19e8480e 100644 (file)
@@ -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/>.  */
 
 /* Parts of this file are plain copies of the file `gethtnamadr.c' from
    the bind package and it has the following copyright.  */
index 21688c19b2f06ee08bbc689345984d392166a216..c1fd44f36852632a943cee782e661fe70fb702ed 100644 (file)
@@ -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/>.  */
 
 /* Parts of this file are plain copies of the file `getnetnamadr.c' from
    the bind package and it has the following copyright.  */
index 262c15f35815f67c6bfb651be954ed5ecfb71f45..1cfa0e161f738cb54b2b564bbf3a49fd79cb45f2 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1985, 1989, 1993
index fc0eea3ef5a33cc0810b930e7026281645263987..72e46d6ae48063217ce838b59de3ac9675022ea3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <resolv.h>
 #include <tls.h>
index 5d700b4806cb811f6590db2a706442bbc335501e..562aedcee6fae2687f25364a1cf27b668c8a659f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1985, 1993
index 3d54f08ff08f5ee31e3c7a9671416feef07beb6e..799c177b53e4d5199137267ac62d5857c16bf6ee 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1995-1999 by Internet Software Consortium.
index bdc9220f08cef71d367bfb00afbf4fdb4fa08570..e0a1c91462167cf4091c0aa23154bf49a0ac7a06 100644 (file)
@@ -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 <netinet/in.h>
index 93a0c655f33fb4ed5250c77a3ba269795acc67b7..3f7b2d6349137f31842e723a78e98a169007b87e 100644 (file)
@@ -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 provides a Linux /etc/host.conf compatible front end to
    the various name resolvers (/etc/hosts, named, NIS server, etc.).
index 10796a5aa96815718f524bbcc339856f2788ee5c..c29a1888a50e4c32d896283955edf26af52bf609 100644 (file)
@@ -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 _RES_HCONF_H_
 #define _RES_HCONF_H_
index 936fbcb7bd85117cbfb7303df4b5af7834f419c8..1b8e06273220c945f8eb4937bba32e645c111dbb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1985, 1989, 1993
index da8802abb6bc90a5d05b410e454621b941719749..ecff7d6d1356a8eb8fcc007fb23daffa5e5e005f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1995-1999 by Internet Software Consortium.
index dd43d347af1e0f0c3835c36f333b62d2ad91eec8..cf0c9e229cbb325b8fc65e5b5b725b7dbb394c2e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1985, 1993
index 8d324ac0eb12bdbdcbb5ece89f2a2586dca1cd46..b08ef72a7e0944403ee8246900432bfe101454fd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1985, 1989, 1993
index ed27f3abf87986f9d2d36188c3cef83b6119012e..6b9c73f82081552fb31bbfe23a5d0cad5b80e4be 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1985, 1989, 1993
index 3aca6804f4a8ecf7e93d268fcd1174df722a5926..e9fb8b9c551f14d4544853b4ea56ace5a82ffd4a 100644 (file)
@@ -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 _RESOLV_INTERNAL_H
 #define _RESOLV_INTERNAL_H 1
index c204625f4a835d962c21129ae15ee619f07a743a..be9ae7a1670cace706b10f1222e83125447e2d7f 100644 (file)
@@ -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 <resolv_conf.h>
 
index cd4c0b5ce0990a2138a0e23bcdce33278aaadfff..e16703598e4a12ecf910c5bdfeec742b4b0f9b9a 100644 (file)
@@ -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 RESOLV_STATE_H
 #define RESOLV_STATE_H
index 206be118d6a82744d26d4449d662e71c5f4cb2e6..21922e246cd140d1c242f2725049abd10eed8ae6 100644 (file)
@@ -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 <resolv_context.h>
 #include <resolv_conf.h>
index b1114343e63e4aa6b1a716f3764c06d9059da61a..787cb1a060bbad0459c6a7f4dde5503eeec8ff6c 100644 (file)
@@ -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/>.  */
 
 /* struct resolv_context objects are allocated on the heap,
    initialized by __resolv_context_get (and its variants), and
index eb734d7758d6ed87036477e65330321039981e33..1f24c03d9f8e8300dc2ed8a6e3082b673982b29b 100644 (file)
@@ -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 <stdio.h>
index 4595bc34ba53d297965779ae306de60a569ddeeb..2e29d15d69056d1187513eed77e47511a8f20b38 100644 (file)
@@ -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 <netdb.h>
index e477777548908c7e610fa90f91a44a1da2055b14..795f5e82541482e36b140be203bc00835fd0cc77 100644 (file)
@@ -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 <netdb.h>
index 0fdfa3d6aa9aef91ac05f810fa9221d3038793bc..c69f839f7cc2f65b6498db0da5bd1df2ebdba88d 100644 (file)
@@ -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 <arpa/inet.h>
 #include <support/check.h>
index 87f13d51f53889f66d12dea7d8193b3766e9d7f4..f1bfe744c30556bdc9b7f6878dd4987a9dcdb2a5 100644 (file)
@@ -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 <arpa/inet.h>
 #include <resolv/resolv-internal.h>
index b0f1af1f997567bb1d9d9f7b312e657dcd36adf3..92ef5d98627c328850ad109b05d4431719558c0e 100644 (file)
@@ -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 <netinet/in.h>
 #include <arpa/nameser.h>
index fbbb79c08f047f1acebae3ade3608e7b3e3568b7..8a235058b3ccd6cfdad8a1eb4ccd5d36f719e45a 100644 (file)
@@ -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/>.  */
 
 #undef gethostbyname
 
index 320daacbaf9dabde02239ac521b713a622b2796a..08952aefa32a012dd3155467244758968e78c6b5 100644 (file)
@@ -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 program processes the tst-ns_name.data file.  */
 
index aebdec01dbe23d06933c6cb64e358e9622c08901..486ed3b8984aeabd6276bd6ea6375a4d0cc27fa4 100644 (file)
@@ -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 contains test input and expected output for the
 # ns_name_unpack and ns_name_ntop functions.  Empty lines and comments
index 00b6e811b87f4e786c76d53c411720a3f418c4ec..93ecd3844041050e9dece43a84638df701f3d45f 100644 (file)
@@ -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 <resolv.h>
 #include <stdlib.h>
index d47002f3b828e327f6f78e3e59965b1d8b5ea52c..b2fd965dfea41eda9b0ea94ab94f3dc5a4d03484 100644 (file)
@@ -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 <arpa/nameser.h>
 #include <array_length.h>
index ff1da7ddd664e06942e96c08dd43e4610dfeac89..2733d96ad30a455c515da2dbe56334dfc316003c 100644 (file)
@@ -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 <limits.h>
index 9d759c73a25daf1d1d45d1cb5f00cb9526c5cb0b..52c8b6d88aeb855cb7e53bb024971eb905ba4de8 100644 (file)
@@ -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>
index a85449d28465fdcec3298098edda24d1aeb1eb87..1c6f9e2229dd8be0dc0150662bb2359422573ad0 100644 (file)
@@ -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 <resolv.h>
index 61cc81b71f21ffbfea45fb49c9ebeded85574999..4a7eab7e70f00d4f7d98351c6b24f94082e6c599 100644 (file)
@@ -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/>.  */
 
 /* Before including this file, TEST_USE_UTF8 must be defined to 1 or
    0, depending on whether a UTF-8 locale is used or a Latin-1
index 5c515958c2d73552eb640c6ea67d3cdd8d43fc3e..7837ecfcc3a0d962a0535d386888054e3160dad8 100644 (file)
@@ -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_USE_UTF8 0
index 8af404c525b616b5c10c69aa91991748c413b09c..79d6403264bdb8ca225fd84f3ec17a873404792a 100644 (file)
@@ -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_USE_UTF8 1
 #include "tst-resolv-ai_idn-common.c"
index 046842769a8f2b9493c846abd92304ddac2c9ae0..1af846bb777e0a7fb9fb3f1cb346120925d9604b 100644 (file)
@@ -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_USE_UTF8 1
 #include "tst-resolv-ai_idn-common.c"
index 3046be24e10f02387122ccbc7acfc33bfa5bc5b9..b594dbf8194d20e36e7ef307d6ff870ad61a2803 100644 (file)
@@ -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>
index eecdb7e0a3d0fb61d320685c33443b6e91a07f28..6f0e661c5dd239df909beff687476d14e7bc9900 100644 (file)
@@ -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 <resolv.h>
 #include <string.h>
index 7379eee643f4fa1a03f71b1837b334c234079c8d..6a38ad23b398a5fb1a1ec961fdfe04cb1e73c8a4 100644 (file)
@@ -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 <errno.h>
index 0aaba73b0503547bc94e57f656a69b906e61b11a..d21ae75ee9c2669885e2f8a5e58fd4be137538f8 100644 (file)
@@ -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 <netdb.h>
index 4f68ce19e0596e3aec05c58474b5c1a1e4bc2d28..93e84918eb9a5b895b78c3998f3f8f597ff7d8df 100644 (file)
@@ -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 <netdb.h>
 #include <stdlib.h>
index a0df6f332ae8faf74bee87b0c5f3ec13b4b91312..cfb926416f7cb5ebe7852585654bc42abdfe8190 100644 (file)
@@ -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 <netdb.h>
 #include <stdlib.h>
index b54238a0339086bda62028cd13c270bce5f2cf85..af4aa7bd03c1f1d153f95ecf7ecf1618fd8ba2ab 100644 (file)
@@ -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 <resolv.h>
 #include <string.h>
index 1f9578c3239ffbc54f98dc573088f244f55cfb57..155da8d5a30ec2c51953f40da3af8b4cde6c501f 100644 (file)
@@ -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 <netdb.h>
 #include <resolv.h>
index 678f396c4c3596deaa8fed4093e412b222b54953..d4da8b64d45082e53334e6cf677524fd13afdf61 100644 (file)
@@ -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/>.  */
 
 /* Before including this file, TEST_THREAD has to be defined to 0 or
    1, depending on whether the threading tests should be compiled
index 486162a1f7509f343a9acd0613914c538ae68b6b..47c530fad5bebe498a47e6683845e4f83e15cdaf 100644 (file)
@@ -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_THREAD 1
 #include "tst-resolv-res_init-skeleton.c"
index 7dbe90cac049795fcc8e1662060016e30cfce388..d5ba3c05beb8949b8300098566d85ad2992163c4 100644 (file)
@@ -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_THREAD 0
 #include "tst-resolv-res_init-skeleton.c"
index f1a5d55680286dccee1ce5585f720c7381718c40..ef7dce31ebf41ed9942093d76ebd3e15cb37cff6 100644 (file)
@@ -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 <resolv.h>
index d91d937c3d8d7114b1a9ad89046fa2cb54ad7456..548c2c6c0a593484304da0311348206dc14e7c31 100644 (file)
@@ -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 <netdb.h>
 #include <resolv.h>
index d49d2f84596d2d7cfc0a32788d7bdc34098bc864..1feb3bd307c2b5fdb2febd3e5073edb9b2e57d9b 100644 (file)
@@ -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 <resolv.h>
 #include <stdlib.h>
index 7e87e641cc8daadbdc968d49f1f94a19b8b12648..ec43318f6685462a1ed922d72f8584ada4f766cf 100644 (file)
@@ -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/>.  */
 
 /* Unlike tst-resolv-basic, this test does not overwrite the _res
    structure and relies on namespaces to achieve the redirection to
index 7504bdae572ed8d0b25658c81f8b0eb80cc4a193..758fc9c62d594e04d31808d5b5aa31280f14468d 100644 (file)
@@ -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 <netdb.h>
index 43364c874b4866632e09f3211e235b077f0e2bcc..c9234936567551a65a720c320be12becf9c9cd62 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 subdir := resource
 
index 50079b574e8bddded87d9c29fa3ec2831282da72..fb8def5a089c236123b070928dc1665d74c5efb8 100644 (file)
@@ -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 __rusage_defined
 #define __rusage_defined 1
index 21c5a9a807c1194ba88d836d5eebc4e2ede62ee2..9f009440aa7f383cdce3d65a5589a19bdba41856 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/resource.h>
index 01678507212f5ce0dc9570e99218b13aa7d9576f..31fdbcc3efd99a45b362f8c662627e4af6689c2f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/resource.h>
index d6745f4ef3e4402969d37f10a8487288be095513..a281558bc94a55ca97fbe38ca77459400a5323e6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/resource.h>
index cb87360526c59d7e565a64166e7390dae095f993..aea9bbb9dddfdd15b50302b9eccd7a5afe647482 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/resource.h>
 #include <errno.h>
index 20fbbad6a2ac26999dbb8923fa5f976a7d989d2e..0d7bcf0be8214fe05860dbf85562372e2ce43364 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index c05de9a9002584d59579733526f7a0f1a928e07f..8b1ff1b1edb77715b8120085c5cb371647cc340b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/resource.h>
index 17b479ddb547c0ae2aa81e3854d36265c7866cb3..2bb99542cf6580c757aa16699545b26b149011f5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/resource.h>
index 06acfd0428b86de59c1ca49cf8d846569f2d5571..26c607dcec474d1dc21224d15619866c92877cfc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/resource.h>
index 928646b0742bba326c8e3d9bbe30e7560ee76e5a..6913c6c164641f7e7be842552308c33ab53d1637 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_RESOURCE_H
 #define        _SYS_RESOURCE_H 1
index ff47ac4ebfb11ea96708dae26bd8c881d706ae5b..f834954a0bca7c3faf573f4c5ab6bab6803eaadc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_VLIMIT_H
 #define _SYS_VLIMIT_H  1
index 603c980c5eb800b2e595a7ae0a379fccba6b97bd..da4f71fa69f6257eea7f9a2d667992688e74566c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_VTIMES_H
 #define _SYS_VTIMES_H  1
index dc6e2775e695cf6dd07ce590179f2237cb26685d..539ac02e630673c96dc5767dd27ff93fb18ef228 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdbool.h>
index c7bbc8290349ade16f4adeafadae05feefbe192e..fbe520d0f813c0cc9676239823087f0da2aaa18e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/resource.h>
index 6fd6a05ed71ef9ead08ca3cb630df3522ad70738..898fe2c27ce06e757c7bce0ba7fa01ea4b48a437 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _ULIMIT_H
 #define _ULIMIT_H      1
index 0f53261b0fcff32601eb0e5f7fadc309d6736ecb..1bc09f8f62cc0bc862c3adab8dc9cbad18af0cf1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 is generic in the sense that it will work with the BSD, SYSV,
    or stub versions of getrlimit.  Separate versions could be written
index f7d916533f14bf528036e79bb8997176af4ae4a3..ce7128271a9b0dd1f8dfb5338e515d2dd0e18c8c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sys/vtimes.h>
index e6fbc32438c205cf337c2e682cc0741cab5af8ac..2bc4160882a90816d92b6fcfccee176ff60f78e0 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for real-time portion of the library.
index d1b97bf0e412dd1af42025e6982e3cb94a8e8231..988ac76637b93049f912b9ed5beba683ba20a10d 100644 (file)
--- a/rt/aio.h
+++ b/rt/aio.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/>.  */
 
 /*
  * ISO/IEC 9945-1:1996 6.7: Asynchronous Input and Output
index 2087cc328611e7bd5078a6ee622da3b3b6e8bac9..9abde1bb8f7f49fb9a7c58390688316c24f79b1e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
index d44cce2fb9344921685919a73dec45288f92493f..e73378ff23048599eb3ce6324f3416d3f1c8fb55 100644 (file)
@@ -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/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
index 981daf6018b85c6793c671cf611c0fb8f4ad2aee..265bce1994c50e505d416f3e6b02dccc5458b080 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
index 873faa4337d3f2c543e196a88b0487281a05fc08..2fa48dee579c8708444055fd6521ef40886ab927 100644 (file)
@@ -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 <aio.h>
 #include <aio_misc.h>
index 59f1272077856a896e4e0859184365f7a423a2b7..9a02cfd6292014a73cb32b1eede53a2eb6014605 100644 (file)
@@ -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 <aio.h>
 #include <aio_misc.h>
index c3cffa1b22a0c7548fa782c5d671676fba32a6a2..7386c9d9e3d8a5aa7d99b756e2c2ef7fe2548970 100644 (file)
@@ -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 <aio.h>
 #include <errno.h>
index cdc000e96bbee2180189487aeed3869d0ca07952..32e583c40db2841f18d67152a58fabcb17ff0b06 100644 (file)
@@ -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/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
index 5a7fd4d66b9627b9608a2c30d2074eede6fd2d12..fb3ed487c322b455eb70822ff53d6c1974c54ada 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <aio.h>
 #include <errno.h>
index ceb40dedd98244d368b4966408512aa6c6d710cc..095762b94a8be2a2ec2cf17a58c2b4e7c5290c04 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
index 1caadf121c6eae625cd959a226438e4c516d728e..67cb1d1ce0d9a59b5452f98857ce5079d77bc5d9 100644 (file)
@@ -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 <aio.h>
 #include <errno.h>
index f9d95db0a5a5585615a6956d50b5379e1607267e..9c187f2b9d5a65c460814a1ca82ec1f6df06d2ed 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never include <bits/mqueue2.h> directly; use <mqueue.h> instead."
index 4d95ad1b06e652b9360adedf4082489af338f2f7..739d31b203d4ed70bcebb8127e03086a011cad6b 100644 (file)
@@ -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 <aio.h>
 #include <errno.h>
index 3f774e6c1853170510b2d4700a1557118044b9f3..ae019d7160180fa9bf01146f83e1532de7edd207 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 856597a6bfaf54194cb86af061b2b515b08b5b70..c4e0f7c1074dcd8ecd06c43b36e6d7a9a476a081 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 898e32c77d4d0e100c26a448b67dd1f31ba4a90c..2f5e35fbeaabfbabe3fd13fdaa0deb611a760ee2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 24efb41f98e4b8911009ce63b0853486ad842662..cbf0c2b9a82d7db47b6189200b551e69c581c47b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 5c17a66f09fcbd355496838e1505cb1021e32ad2..59f8ba170c84b2a3c42ed640a98eafab434c8029 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 0dea8a506bc02a38195ff928eac0411f0c697b02..6740ba8521f481c77e128878fba9c99654acd6e5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 93f756526122e9fede6e803dc2ef2db959b9dc5b..79d7feaa0c0d85fa910d8cf9ea45a2bf850515f7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 6e2ad621509d5abd0d9363d60ad588fddaa28dd8..5fc08eac6a977b7f40c4124bbeaba71d50e027b2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index f375849baaf7058721a1533a276e4449c3583302..d0c7e964813253418efe2c4a52a36abb8779790e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 41039e243ccf900bfd85335492f7604fafe1696d..851be883c377eafcf46b433df0879db5fffa6fdb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 308a52c1bc0c62f369e6a70cbf526d2a1cf2998d..5296e889bb51984bbb3e8e06010a0bbe817680eb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _MQUEUE_H
 #define _MQUEUE_H      1
index dd455a0c90b4462ef2dce8a391b980f43a38a367..fb8af93565ee474cfe485f63095e1b3c8eb28c8f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/mman.h>
index 84fc331018999eba888d37fbbe7b683332f0aaf8..7e1de05228401cde71732ecbe39c31d19cee18b1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/mman.h>
index 0955abd3ac91c1cfc92c8f6791ce9acd055b7ae5..92555d6977bafa000603062f5565a67e537e21d1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index 409d3eac046090df3b19804370a5c3ba4552cf25..c14d205d0e21833316ab2b886e1c10b8150e8d2d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index 432848b07716ff1804bef6e7eea2c48e9208afa4..f841d8507e8c4c6ef0ab72b102c6bed782d9b170 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index ed3eafab623131d88e94d5990b401aad96fe299f..26734d17860b18895bc678dc2704771a811b62f2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index 138720a05bdcf6c76dac974d4a56ff6d7744ee65..94f9e8dbb7b6c0c539abdc3cd8c14401bcc59397 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index bbb76df88b59d8dbad6bd14af09bc69d8416c2bc..397e9607d6640ec95c84c1204ffe99ce0592541e 100644 (file)
@@ -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 <aio.h>
 #include <errno.h>
index 72a716cab284f91f91c128f0c4812ddf63ff68f6..1ba229fb3e67edd239d4507aacb6bac3864d1720 100644 (file)
@@ -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 <aio.h>
 #include <signal.h>
index d5239b16ad19d9b62b62490b194f67fa25c1a4c7..534248afbf914c94dab3187e621c24cb039ba3cb 100644 (file)
@@ -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 <aio.h>
 #include <signal.h>
index 41463730ea7ef2a4b4d10c3cd5b5e5caab8be7ae..433edba87a7a430a277809e83fbe53ff25750c29 100644 (file)
@@ -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 <aio.h>
 #include <signal.h>
index 29b06313c95c611a4b170ffdd6023463b1a0632b..c207cc5b8f1ecedeb4a2bb7f26ad614f62e98ddd 100644 (file)
@@ -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 <aio.h>
 #include <signal.h>
index ebcf5d6bde34cba63ff564f9bd94dae2f54d8df8..e71b1264964df57a4ac4e5da2c4c1256dd4a96d9 100644 (file)
@@ -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 <aio.h>
 #include <errno.h>
index b30f652c9a3f00c47f17179fd3084f08a735f7a8..ca37a7aa07c2c0a5f56f4aad6accecfd348d4fe8 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _LARGEFILE_SOURCE 1
 #include <aio.h>
index 7208d0f78257b839aad0c61deed2619ab299fd7f..f1a0eae53b0f56b279e3e5943485069b6fdccd68 100644 (file)
@@ -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 <aio.h>
 #include <error.h>
index d853efde451e798e48a83ab4e3182e6312113d1f..663a37789c2a8c696d069bcc3c7d0fa06c4ab8a1 100644 (file)
@@ -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 <unistd.h>
 #include <stdint.h>
index 7fde420ae5c0b2de7a4ae0c277f7b17bce8ba353..3743e10974fedf42232e4876fc01f01edfa52d91 100644 (file)
@@ -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 <mqueue.h>
 #include <search.h>
index fb8d2e2ff0456a52f85811d483cb33a5740d20ff..64eb34b2c9305b726410ddae1bb327d88102d399 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 8be931b4873b56d1c4bc046cb9244ffc046fa1c0..4767d8d28b66523dfb3ce980a16cfca9dd01dc0d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 966b383ce8f70cca8535ad77f5ada49ebc13334a..0ed4377b14d74bebfbe56faab4056527b0eca16b 100644 (file)
@@ -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 <mqueue.h>
index 94071343f8109aff0739b67e4b102532259589d3..ad267e73ecea0bf1848dc2fa4bea94e33d620ba0 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 85adc6316db8c9d7267dca73bed2153f441dfaba..76e83a13b6a5233058ab782750c744a82ca71437 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 61a88ba8e06971b9a7159c6d447d280a85fbadc6..2438dcfa9eac65edfe2526dce2bbc835889d5f33 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 224fc58fb73053fa047aeeb8be33c87c5f6704e8..52cf51bb5ca1144496620d7572deb6d7c9659e64 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index fdac79086685fa9a4dcb349119f81c66cd22168c..004221596092eb304978f66f906da91d53e7554e 100644 (file)
@@ -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 <mqueue.h>
index ea7a3d71963c2a6cf2953dc1ac46fac0040b4cf4..4c5d89b4828498e1b64ee9241803fdc44e463e5b 100644 (file)
@@ -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 <mqueue.h>
index e6994e5f204d779ff71f37cec602f32f3d0aa49e..26ddfd207c3c26e3f67f42600589e19332b79885 100644 (file)
@@ -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 <pthread.h>
 #include <sys/mman.h>
index 99e45fcd1154de8a8f3196b56fa748f731f4de71..6c85e016530a0a4891d554fd648622019fb05a18 100644 (file)
@@ -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>
index f14c937cd2bbed32cd12508b42baf9d8e4a0cb41..2654982b9d394c2e710ad785fa6a98fd3fc733d9 100644 (file)
@@ -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 <unistd.h>
 
index 5e0db4a2ae01e7a58475b4571310d6fcc349573c..848cba5905c2dd3ebbc1af07bb47d5da170d286a 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <signal.h>
index f0f14f4b5829a89168aec6d21290aca741121159..57af3d98dbeec73df0f3911923bf35c48e881000 100644 (file)
@@ -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 script does not backport the Makefile tweaks outside the
 # support/ directory (which need to be backported separately), or the
index aa6884e046d805db846d205bb93d5e294e23b164..cc14c7da546052b3a4a9996fa2be53d4d5b3a708 100755 (executable)
@@ -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/>.
 
 """Build many configurations of glibc.
 
index a8f3cfff7bb78e54817f25647cb36574645dc83b..782017c848f62947bdf29bf7e4a507282215b8f2 100755 (executable)
@@ -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 script creates a list of data types where each type is followed
 # by the C++ mangled name for that type.  That list is then compared
index f0b17941338ed3ce60f58925f9e5ae1211b866c6..1a0457eb56ce70241342cc34b1416a14b97655ac 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the 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 awk script expects to get command-line files that are each
 # the output of 'readelf -W --dyn-syms' on a single shared object.
index ef6ed94a2e82a478f7387f90c2babb7c765f4149..a204ee2e7087b98204f465b91a45282f32a43803 100644 (file)
@@ -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/>.
 
 # For each installed header, confirm that it's possible to compile a
 # file that includes that header and does nothing else, in several
index 5f022f38ddfc5eed603860781246c50309911798..960bf60df9dbff9bf51326934e96eedec5e55bbb 100755 (executable)
@@ -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/>.
 #
 includedir="$1"
 objpfx="$2"
index 89d21dea6e788783de1669d7cad645bb7d050e4d..c1a522ee4db7a636514f186acd6d836e5398e970 100755 (executable)
@@ -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/>.
 
 """Verifies that installed headers do not use any obsolete constructs:
  * legacy BSD typedefs superseded by <stdint.h>:
index bae99c14c701691640e2ee7d0b2e507c09c1b92a..84e0891e678de3225bfde4d07a9583a0f0c1d3d3 100644 (file)
@@ -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/>.
 
 # Non-sysdeps subdirectories are not on the C include path, so
 # installed headers need to have a sysdep wrapper header.
index b855e527825ad7791b80886aac19bd2aab40ae40..6654495de96abbcdd991f5d8eb8c500c78df7988 100755 (executable)
@@ -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/>.
 
 # usage: cross-test-ssh.sh [--ssh SSH] HOST COMMAND ...
 # Run with --help flag to get more detailed help.
index 7bb8642129f19daae5fb6ce4efab92a2f960f807..5ca0c8822eb25227b00ac6571bf215bc73fab198 100755 (executable)
@@ -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/>.
 
 # usage: evaluate-test.sh test_name rc xfail stop_on_failure
 
index 9d723819542e049a1923c11053c3265d0a908f21..8a34ffdcb8b001d9019ea1e28e6b03df05e18470 100644 (file)
@@ -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/>.
 
 # The input to this script looks like:
 #       #cpp-directive ...
index 897018b7b3cff307d37879112afb362a8be63d6a..4c78175a3ca2cea2c3c0e0154cf7e8824599b07f 100644 (file)
@@ -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/>.
 
 """Generate DNS RR type constants for resolv header files.
 
index 0ae1371a487ba7ee535fdad9016af799715d6fbd..42051ed2da26d89e23f23f2fdb1590182b60bb69 100644 (file)
@@ -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/>.
 
 import os.path
 import re
index c3513ebe141974d1ce8e0ec4a9a3699e81f2f0bf..a47b55b793bbacdc625a00edcbfbf1d2fe97693a 100755 (executable)
@@ -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/>.
 
 """List fixed bugs for the NEWS file.
 
index 919bbae2530a0f6d1d4955d90f936ec3cfb649cd..dd5d5f0199b84e56c7ef435942349d1df5ef77bc 100755 (executable)
@@ -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/>.
 
 # usage: merge-test-results.sh -s objpfx subdir test-name...
 # (subdirectory tests; empty subdir at top level), or
index a61f595ede9fe8a5c3b13a2277918f491756840f..ac5ee980c659a8730929189f4551ebba95179572 100755 (executable)
@@ -14,7 +14,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/>.
 
 # With -p, instead of creating the link print the computed relative link
 # name.
index a1fe9add3217252e1afebed51e3cbd7e632092bd..eda150461f621a5c6a3b939f361db814ad217cd0 100755 (executable)
@@ -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/>.
 
 
 $PACKAGE = "libc";
index b2bd4ba1ccfd687393677e61d54cae4686f16f0a..bea973c129fc75c6cf7373ada33d527f76b94def 100644 (file)
@@ -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/>.
 
 """These tests require PExpect 4.0 or newer.
 
index d056301a6821c77b259b9e9922c253b8094392c6..4c774dd511da426abd960900804ec378a4c5a828 100644 (file)
@@ -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/>.
 
 class NoLineError(Exception):
     """Custom exception to indicate that a test file doesn't contain
index 0077160dcff8154b5eebacd65add0bfcb638934a..56482bf9d189f946558c974347bb4df17fe246c1 100644 (file)
@@ -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
 export LC_ALL=C
index f6db61c0f0ba787434fd3cc66cf7dc996cc10509..39991a5bf28d9936a3c90f79f8a1f98efe1f0c87 100755 (executable)
@@ -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/>.
 
 # Run this script with the first argument being the location of
 # gnulib's update-copyright script.  Any other arguments are ignored.
index 2eea83550c8244bea9f8a2f2108a026f17c16362..7f8bbb7da7db1afe952092cc6e992a3e3f386820 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for setjmp/longjmp routines
index 4f8472b49cbad2dcd704f4a08f1cfe6452f96d39..82bba117ea1940d88e3f7bbc59dba0427e6ba250 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <setjmp.h>
index 8fc6b89cb402a7b70906457e1f786b5e776eb521..f05dad078aacfa9b94a6400167ff109895b24a9a 100644 (file)
@@ -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 _SETJMP_H
 # error "Never include <bits/setjmp2.h> directly; use <setjmp.h> instead."
index 8b3271e64b771a1e12fff34da1a4d18dcde3d941..63522ed2df48d4ef7323768008b237def32d7847 100644 (file)
@@ -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 <sysdep.h>
 #include <setjmp.h>
index ffa444c5aa2f3f1ed3183825a88d8a7a7b3ddaf4..060b2a73a977a6a60e7dbcbd76d59285b568d3dd 100644 (file)
@@ -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 <sysdep.h>
 #include <setjmp.h>
index 2f6ae94d12ff9ca903ea3b558f1a3bab2b051165..99c1032a64645dd5c6086e487a4736914073fe33 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 case for Bugzilla # 269 */
 
index b2094fcf906f503e153a67de3ee5c4214d760d16..3443d36c4f2363238913371892bc1a12317e6b00 100644 (file)
@@ -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 <setjmp.h>
 
index 1adc6e9e5ff48999276d2f8c23b73c1fa295a722..edcef2bfb59d850f959ca023375c79c08259b46c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <setjmpP.h>
index 95793be8eb3892f9d5108f9066450de4b461f7d7..1a2cf3e9bee18e3b08dc2718597c728b57d6b7ed 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <setjmp.h>
index 3d09c98cc93f8b31b885984ef291e912f56b6928..b9062033f19e06d653f3edc18084e8b333d23964 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.13 Nonlocal jumps   <setjmp.h>
index 0ff4a029c8f068b37affbf4b498e721b5cd76e42..564cdd00729773b602ca2c4d4dfd83c50cc69baa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <setjmpP.h>
index a1c37222b6ce95e4645b77392b5b7a6b5eb79e03..03d9f6fbf9e1ede982a53bd4829e86e5468315b5 100644 (file)
@@ -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 <setjmp.h>
index b377393ecf1c37938e8b71e4ec2fd96f30a64e11..4026b20a118d85978ec991b6d650ee5151370fd9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <setjmp.h>
index ba3d803e9b210d1cb9bb69b189365c4c474b7e63..f77daac85f67db64ae9c54077cbc6e090ef7e89a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 case for BZ #15493 */
 
index 1955d81d8179cc7966d82631967cc8eb61314092..17337b563cf86c0b332a73ed555beedb8612e613 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for shadow.
index 8ceebfe16248d8904413705dfe7f4b39847fa7b4..648a92e9e1b7bf7a272806ee5ec3a029d328a5be 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <libc-lock.h>
index e217647cb3482b906d44b5772e8cdbd4160dde81..0193468ce15ac744f594bdb1390b5fffcfbaee5d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index 9421533c634d4c88af1cfefb379e52204909366f..00eef7fe619f9c528fb81d2191218b2db2f33b8f 100644 (file)
@@ -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 <shadow.h>
 
index e26919128d229930d07348e0c40c26c237ef26e6..0a8cdc8076455a4a2c862c5a96a83f35660fcd25 100644 (file)
@@ -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 <shadow.h>
 
index 18cc77d85464b5b7da82a3c7ad97a3e2c5d55a21..551766bdbaa7a823c3a4568bc9a38ffb2dfae50a 100644 (file)
@@ -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 <shadow.h>
 
index cf7f6dbbac3c95a3dde907917ebd444b6dad8cba..93b1a076f6dabf6121da954bb475a446a9ff54fc 100644 (file)
@@ -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 <shadow.h>
 
index ed21b3152d54a42ae7a7f6721b29f5a6ddd33f60..88d67c3367b42f6ca71bc12dd5b8983c1436c9ac 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <fcntl.h>
 #include <libc-lock.h>
index ac47e454700323e81154d1e3c8446def0906bcef..36edecdfa034712b1883c202c520e5e08e5e8fb6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <nss.h>
index 37b7f0fe5d64ed358b18bfebf51acf7c040c21ba..d5113ec44df05b3d93fbb54e2f32f85434794857 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <libc-lock.h>
index 7bead5a91b4adb1906d19076a5eb6e0901b1b4a9..41e3b7ae90d20518a7c6c1d34e79f20bccef4c55 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index d8635db0b118faa7f63bfaf22b26eb5e1869cf92..1053dedddd5bcfe5c1cd292940ec8faf7414078d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Declaration of types and functions for "shadow" storage of hashed
    passphrases.  The shadow database is like the user database, but is
index 2139f5de83d163f1886a21dd37076720208b1fa0..8e1fd9ffad1ecafc767c0437bbe8c6f81b0b7957 100644 (file)
@@ -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 <shadow.h>
index 4596112f0a75add9a7290dd9b159b7c061a40af3..59595961c27598e1b6651056f370193c0b8ecdb8 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for signal routines.
index 7de0fe7ef249a39b151538b7514ac3a07149ed0b..4de4191e1ea9a6d24bfd6e218f61ca42998bf8b4 100644 (file)
@@ -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 <signal.h>
 
index 5fdd289a8b94ac9477b3ddcc7b743cf7008b9f97..7b61755efd2d1a8876e2b0d9c56642ef63688605 100644 (file)
@@ -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 ____sigval_t_defined
 #define ____sigval_t_defined
index e4a7fc5171d7228461179bdaa038b40e999edafb..6cc40caeb84a3e3e652f4f70e9131e050ed697cb 100644 (file)
@@ -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 __sigstack_defined
 #define __sigstack_defined 1
index c98a7b5e8e5716d81420a7e8328c52fe148f024a..cff815fba89cee251730fec90bef3b96ab45136f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index df9c82ed5786c2d0a78b8f0356eaf0864ab10bda..612182654dbd4ce2120c3d4a844f6afb26b8b3c6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 8221ec45a7f2b81a3375c126d8ed033c119398d8..122d73c2c01bb1750dbf748b725620d3b1c8783f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include <errno.h>
index 85208374429ababbc9bb5c2f8ea20545e4b19869..fa25c5a9307ed92e31ac6e56bb3a5d207f1f44e3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 81da8a5940d30bcdc5961f9d3ef7fff56dbd1a46..3f95a266bc12642b34d3f6a126b9dcaba9f85e27 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 08e0fad1797b0bd0c984f9704e40de204a7417f0..fc704bfa0397c99c00d03350889ee44573fb3293 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index da10f030b61cf348f6b5cf2cba1c37077908c96b..2fa4c490e7755f9538392bffd074b32207a8b5b2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index b1c8f44a8b87da28c7cf4aaa33a9c831e2d6c674..8bd9953bec3c6c7d1cd5838acc7b4b20bbfe85b3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index aa1972e93be3bfc44f18fc53a2c2342293b62932..d1d7a3374f5d127627b85bc343b9b97d16485c97 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 592bcb18b67e44ba9028bcabe095db799ebbf662..2dedec71c2a0dc3901c2cdd01e17c185404e32d3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 6f6c4aad4e10249f1a5745caf776a4441f06189c..f4012995f0074b7ecc302faab8f8562797dc7421 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 01e808cbb08aa2df404fe3ab9805323ce900f4e1..29e40e73ebf83d75b94ddfc6fff7f744a043707c 100644 (file)
@@ -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 <signal.h>
 
index 8154143b36731091dba40abca680fe31f34dc3bd..b99a3841430e65c5901df35c931f6ebfcd2ae9ba 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define __need_NULL
 #include <stddef.h>
index a45340e23c495b81861a96b030f37552b0b4af60..adea597626d4461a324546dd0e15d349b90beaa2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 2648f5bde816807a3008be6ce1a22f8fffe0dde2..28924203c002c5b59ac33d04a5672c86f2efa1df 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index bb995dde3f2ba289eb9f2efaf019f7c23af4f67b..018a3b076efc7be116cf76ca00ac7989dda182bf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 2befaf5354a91fe2bb95c44b4e4e897200dd6960..e54bd0da840123885e66f074921375d506b572ab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 64f9585c947a75db0bf1e4bc09869df377c2b1cf..f9a269c36cdfe7e775cdf5a53d31421384d618d3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 4c0de7f6ce7563eed92a844fdb58bd65140583d5..b6829d3083d9e437bb7dbbd0567666b2cb333073 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.14 Signal handling <signal.h>
index cca95bc89f107442b1aa13a6f6cf9562ef765670..bd3e361953f717c840fadb030998bb1ce53ad7b9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 089ac7a635e08e8893ef9cefce2b9d95c88aa018..2799870a5336407a9a2d083abed0189ea1a7c605 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 sigpause __rename_sigpause
 #include <errno.h>
index 3f1168cb1f6d8959456671f517b150c51ed3318e..add1073e3085538897158c93306dbcf1fe3d3d35 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 76fea524bafaaa002b11e8568ae2bf45d959296c..036de249f443639927937ebe0844a5319c36529d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 4c2dfbc975738f819c6367c695353634eed9c8d6..40ee26d95c23be9a3881dc6689b4e716768f1b01 100644 (file)
@@ -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 <signal.h>
index 433a258dee7503d03fcdc1e4e3b668fd0a87bab9..cf43f65e3dafac29def35cb2563aa264a23058b4 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define __need_NULL
 #include <stddef.h>
index 003ef1a3b31d27984b77ea5dd3dd3fe9b09cff0a..f8d0548d358d0b81653f6c6d8a7e26eb2abb1d4e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include <errno.h>
index 7615f75e2146e7481b90a5c4204b4ee0a59edef7..52bd059d002cbd0ba95e67d12bd0a3b1e8628bbb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 882d98e080d4f52829b04e63d452e3cf8d3a1e35..6e10d05ce7370ca93372e45d63ff6e0864778f3d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 9299ca5c25e44a63a8521a24a120f0b453296c98..c2b9d671854301a42c2b27f9cc43fa10f132f944 100644 (file)
@@ -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 <signal.h>
 #include <sigsetops.h>
index 57bd12aa3a2e585217b4f8136147571983fa4c3c..81acf698fb424f1d3a9d4f7525bb9cf66ff99ce4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 83c3511d683c14f51ffed6ec73ec97cb0a5ecffb..330f7428e8c94a9f092e6691c8b09aeac85359af 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index e73f56bc923e46204da5cfa523fca3c297d07126..7561ea3ff837de814d6061ddd47c10eb84809827 100644 (file)
@@ -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 <signal.h>
index c747f2b6434837a6f1e7ab575c93950b1c08b7e3..04ad372fcb4f565cfb3c6086d0216b607108997d 100644 (file)
@@ -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 <shlib-compat.h>
 
index 2635b8859cf3e6160612f181cbaa30476414c948..d2458ee639e244e6d7772d79e0c5f9e1ad286299 100644 (file)
@@ -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 <signal.h>
index 10ba382b12013397b0ee7bf9b99d89a9169ddf94..af09e7e20a370b32f0e86c13653ff9d1fd94a3b1 100644 (file)
@@ -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 <signal.h>
index d79b84dcfc15236a00371078de44d30b0424c37b..c321624e3f142a6da389c5f6bcd104e287c52b15 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 00344d5fbf7b4303da080dba94bfaa57277dd2c5..9e2c62f635c12d3c9f64ec764b53c05deed25ac1 100644 (file)
@@ -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 <support/xsignal.h>
 #include <support/support.h>
index 3368dde6b8a445abe66ad6b2eb42ffec69d39868..a022fb7ffc102ce78843b567ffe6f370d86deba4 100644 (file)
@@ -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 <support/xsignal.h>
 #include <support/support.h>
index a8d9a6369c7ada57bebc0f52dadfa0804e31ed73..e54cc09d1bb90a999d404b514e7e1b93134aec48 100644 (file)
@@ -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 <support/xsignal.h>
 #include <support/support.h>
index b58b8d01ba318c471a42a1368fea39f6fda83016..93883f88ff980cac45952277c4df15fd90ccfa3a 100644 (file)
@@ -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 <support/xsignal.h>
 #include <support/support.h>
index 0dc63b4dd44b71b902dddccfd0d029d8dcf9e259..8d799b189f973fe38f633bd4558af41bb81a3b6c 100644 (file)
@@ -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 <support/xsignal.h>
 #include <support/support.h>
index d7959c253f9483cf40b12f1b71c4e8edc767ba99..a84e9af390ff3091114384f11a6ed20257051855 100644 (file)
@@ -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 <error.h>
index 009087d848a8ebc73f4340f9a444a102ee387624..b50169c2c2ef26f6d81c9819f1b05d15d639be3e 100644 (file)
@@ -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 <signal.h>
 #include <unistd.h>
index 4e2dd263805965500ede04a4fcc92cfb2d9315d0..6316b9e44aecf08dd74518a9baff35a050f3cde8 100644 (file)
@@ -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 <signal.h>
index 73dd2529a6757b69bbef8ce055d22d7619c2e705..0bdeb61eac1e55263d8a71188717ea7e091f1ac5 100644 (file)
@@ -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 <signal.h>
index cac527221c7d096f2116765c8b4a44a78188fc86..75ac20e7c0d4259cb53d03314167a5d5b6af22e4 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for socket portion of the library.
index b7eb550d4cbe0d903530dc1e3cc24f7d17478100..ae9d92b32869b589ad36d83e003ca23338db2a76 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index f66b7a03747ea1c6f926c5a3d68a3492ab442d22..0552cfcbccbf1a21088bb8c9f6003a2bf30b7f60 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 8d26b4f465fcbfba4669dbea66a5ae12aeaa948f..f40f2586f352ba390364fed0e03fca8cdeaff49f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index a609592b5e1324d6672875ae3d67a4c34b249346..5075467d6e5b370ecbf3856130636abb926b37a8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket2.h> directly; use <sys/socket.h> instead."
index bdc7fde2656a93a708b93b1988a770deb7b468b7..312eecc2f6b83a8ed43bdf3fc11ea2890f53fb70 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 48fb8e257891705c8ecbd2cc0110e7fdbffce801..3e4e979258112359cf0f8a08e7b9bbe14b027438 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index c0614ee62e354893f7c9f078d0fd258d78606262..464a5d6a808bed44add5c08ed0a5c3d6d2452204 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 788f8e329143780718f912c92df668ffb9af425f..e717d1d5753ac07ea319e8f208c648aecd1a82fe 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 1d69238c6bc1ef66cbaff1bb2f48691f27b0915a..51d08f74c603ae042a49b00824a96144b16caded 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index 5febea94120239e892f5b99e84446a3e46e326ca..93b8f3e212d151f1138685a9a984c56aa1b84d1f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 5a0259a7ebd89b043a8744ac0d6fdc570c81eef5..eff064c2b897c91221b744be209fe4dcd94ee092 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sys/socket.h>
index e38703ab435d3f003e5416b2a5f2501d340e1a28..4c2a992a53d01354e4b28325ae70a5fa01d41e23 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index e157b7a12683c29ac45bd74f31fa3470ba51d3e4..4ec00a310e8ee05d10d1886a810e2e90e7152fa1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 6a0fa40478225b3e94c16a16502ba121e8d72ebe..a9d437ce4e9efb1cc6e1dd6e8305ae842e788aa8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 987b7024ecf25291438024b7f027cdc82da56738..f0afe0306448e4138522b12cb6a9b14553c14f29 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index dc3696ba792e4df07d88a7812e1c8b80e854114e..62cec8d2d03c327864e3b28f421b2a879fb24274 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/socket.h>
 
index bf5c4b148bb98cc525a39f8edf7daa84feea00d8..38d863c8f74777cf6d8e5705ff2c20cc6796b248 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index e9171d3c84659bdd4cf03ed5c999442974ddbb94..c56adc36c80283a76041ea973d977454d426478c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 822e8719fbf367feb181214b6eba07c70abc1791..ed1c7cc72045746e45b9bce864d8f96c126a37c2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index dbaebf5cdfcc684cff0cf8448a6af0d074801592..18bee4074f63b6408c163ef7f249e0d8b8750acc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 2231d1016f4f724d24056bbe37c9c8b835075ec4..6556a62404e7e854b4a9309061ad2ba7db4a5b15 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index db3e2c21fc1d912b34ddb542782a97d682732667..982f14d56ed8c587b30b4cbdddc95bf2f77a3c62 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index d6a13c84d5498556520d9f270182ba393129c32a..12302d56594ed58cfad65007ea462de1ba70a27c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 1ac5b7fbb3a50c77f3c398f57a7d90ddb243a56c..4b01d93c6da3f5e86ee555c47a294d304df6b14f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 53c1c100dc8a5c01db4b717a68a8d65844d15de2..48c9e1d09a4a18573e15d8fbcf3e32605fd7c418 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 6f242d088bb52f557ca963421d46bb2b14a04f11..3d51cb4c46c218c0ef0241377511ff3f06d90804 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_SOCKET_H
 #define        _SYS_SOCKET_H   1
index 12683607ce6513c14537c1daa8068e7ab3f2f0a8..b1b1837e2e460cad3d6a4c34afd293a52b15578a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_UN_H
 #define        _SYS_UN_H       1
index 30a2ba101f385afe5a0fa60720ac342f96b2f5e4..e9a426d4769a6fb8a30ba28d11950f08ec00fc92 100644 (file)
@@ -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 <arpa/inet.h>
 #include <errno.h>
index 96100070aa9a0f473d1f2d484a6bfa2b13b915b9..2ade1146906c6ca4dc722699d2b74669b17032c0 100644 (file)
@@ -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/>.
 
 #
 #      Makefile for software floating-point routines
index 4d60ffa29d2d9ffb88716f6dc8adea10b7430ae5..0b8c045cd818e9c44389c0176f3303032a2c096d 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index bf9cd84e60dc1c6fd531e1ed5e8b66accdfa2095..3f452a784b74fe2c8d92d84d2d6fe29a972d3200 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 482c2cb9255768dbc83f31f0884cf4da1487ab61..d0140f40fccd48136555f9153af8b32c42657f3f 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 46bbb8840951ae4156c1fca97fc8f1e60f9e139f..cac7de588146a94bd9a352da9706fcb5e99a9fce 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index dbafb38a6ad4db05f991e1e0a7b8f7d7fbac4bc4..a819fe8725e53c8af7faaee818806fadab24aecc 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 3f23ce79b79c8033648f7fb0fd2adc41284d45a0..fe103c8370824d193397c2d2010d935f308972af 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 7f897ec6bccbf274bf1099066dab66e145ba2d1a..1ab9274011781d30838604a95cd31119e8f5e9fe 100644 (file)
@@ -28,7 +28,7 @@
 
    You should have received a copy of the 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 SOFT_FP_DOUBLE_H
 #define SOFT_FP_DOUBLE_H       1
index 2a44ee377ce72920c9634442e58cb4f703d276d0..121a1e6a00a99bc8bf03867073320044e4366e97 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index c515044d7bf669c00f4b2192e9a3e5202307f6f3..29648239567927a12f3f6ba7d4dea4098c43587b 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 5feac41a0de91f4af34412481e8039e236c3519b..a575aece77e22a54e02e174e9acf5194b5d87d1c 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 0568ddf1779cad90c610ce082c03a08b5151f2c4..fd81aaa5b841726448ac5385bbf8505fb3d03c49 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the 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 FP_NO_EXACT_UNDERFLOW
 #include "soft-fp.h"
index 435be3dfeba43f2c6abb3e88875e56d6fa8564e2..8c942d42e5575c680f18cefb480a6a5128d04f77 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the 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 SOFT_FP_EXTENDED_H
 #define SOFT_FP_EXTENDED_H     1
index c71ab53a45471d158a92c58d6f9597a7217bbb35..19cb3c26f7e9de2e321247e44b259fcac2ac561f 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the 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 FP_NO_EXACT_UNDERFLOW
 #include "soft-fp.h"
index 1e3ce92784e5b6759975fc7ddedf76299fc95507..c99ac3f7ce115028c8b99d6e25c88046b54673bc 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the 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 FP_NO_EXACT_UNDERFLOW
 #include "soft-fp.h"
index 82b5d627dde3151531ad6875dea727a1311b5e25..24dea58760366ac060975b9494b93751bc3fb31c 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the 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 FP_NO_EXACT_UNDERFLOW
 #include "soft-fp.h"
index f1af6ab3612ee142508bf1f8516822e3376a3cae..1e3164ec190c0c265286599919866d2429a7dc00 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "extended.h"
index a96d10d1528a52058378387c3a5eddb7dc556c22..edb66dcf6b61969e41c189c6944699012556feb9 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 5ccab270a7dd7e4e061069a8ed10cf808522d4c1..6f1ffba8d6ec42c8baaf1f42745c1eb5d46ee322 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 1b36fdfd2c69be49d3de3cac6af321031e0627d1..3209fe9a13bc22876d3e0c491519d926ab778959 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index f953856eeabaea3542438ad6755426d8b1bd9386..3d24c3916812abc1ead31cf48ee894e724d7537e 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "half.h"
index 4da18b9b0f6172c9620199e6348fcafaaa6e0c13..255baf2a0b5bead9f919a5b0eb7aedd4cb90e718 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 3705b9ae40432a53970de3ed14b4ece523e45ffb..2e01f5f739f56da1e5a54c65461bd091c6cb7b48 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index e369a444ca351e3dc77534cf2a39c5a227345c40..798185ce377c8dd99a40225a4812a7de29895ff8 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 44f48f5268c2efd1f5a48145b929cc5d86caec59..7a9b66b2929f57f5796835496a5bc0ecbc15da44 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 842df9a446d68e500f02ce1358da303cbd106959..df22d39c7b96d1c4ad5091f0a671565bc9771c68 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index cc9e27d71250d12a83f5eccbe510e52f39932e4d..9542311f65896549b09b7a8c4243bfc7f55b1b14 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 58a90e4f48c89a7d2050569d01a5489e7a1947e6..8907f105b800e5f7c690eb074379d1f75a851653 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 8ed28b0a9db03c8e218f4ab888d3e5926bf7edae..cc2ee2e52f629439d514105f86a67205b83e3d40 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 78e2d16b70460eead821150df612330aad9055f2..bae8b0ecd5d3c43b62b3a86d6750040e11bfe234 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 2191e4bb7d7336809a25d4d75993e185ba92ea9c..c9090d5ef9b08e5c937444da0ce076df913431a4 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "half.h"
index 18ca264047e58f53f2f26d62bb14ac948dec3af4..db139117003fa0a7350e18c706cdb10b5452f772 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 080d53bf8905bdfc3d4c84ab2f18cd462c359a43..90286424b3b548056961092e3a34fc7e69bb077f 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 1c2143f75832349eab832aea8fcf77d3ad2261e5..c367e8bf8325309c7b59529d6f1dd62dbcd301b6 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index de6faa48bbcef5644f0350466933b7c561f261d8..3f3f3041f9308cf91d3306304315bfde3f4c6e6c 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 6b45fe1bc3ed7af27f22baa5d7bc661229973b91..d923008f3a43d30d146bf9ba5bd19628773366fc 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index d2618f52cc0a0cb7e2ba0468dddd62dac5c43271..a11c00fbea683b47a240201c746d546b11e6cf12 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 6ecf95f2ddb90b0268775e578bbb90a6308e72cc..8656a55fe2056bf1c94eff32c8d9657330493aa9 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 34f9c0aeeb0309d7e8f3fed7196cbbaca3a6c7d1..74900d94b47fabfd88fcf315f4783b3f99206229 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 709a66522bae51d454c7cabc82daaf8a023165d6..ecad50ba209e88d4dce71c89cfbb075e04786a40 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the 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 FP_NO_EXCEPTIONS
 #include "soft-fp.h"
index eabc989331dccdeba07fafc6b5d7df01d2fb3dad..e3a67da383fc0c922d5d8b057ee75af0f015f219 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the 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 FP_NO_EXCEPTIONS
 #include "soft-fp.h"
index 7c302e2d35233ac42f7c0f8ab7c7fa24e6e296c8..e67c0c29f73cb070e9c36ec72b8e5f7b0bb2583b 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index e44889a29c38cd3f98408c2ef16b352cfcac369f..234e86c3a6a0ad81c9f7014007bffa0aa082726b 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the 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 FP_NO_EXCEPTIONS
 #include "soft-fp.h"
index b1cbdecaf5d79cd011b3238e2ab7e94a729484a3..f6a13c9d260167ef0ed03ccaf356049177d52446 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 2dc383487247530926a21381627d6b4c24fe9b21..aed106a1f3e6f4fc76cac32038b781427d3c8742 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "half.h"
index 250f0f7384e4197dde37e1e5b9b5f601f40b6050..66f07b512d788b192b27fb11fef8bf0880385e3a 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 3ee3aa4413953dda1c794f273bd0d864d139a926..5ecf2872a26f8f8903078233ed73c815ec77393a 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 38c8638c1253962cc1d2c811f2a41646ee345f16..661a9b450f0803b1e44b38434a1f8c3bde8f9c45 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 0e8356914ebd08b85c756a3e9fcda4af10d423c2..e3c0c78e09b58230715562f6f21e693ea23f086c 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index ba5b5c54d5a174b59faca24a38680bbe2d1081c9..b6d32daca73973b0704f58eedf9f84467707a554 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the 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 FP_NO_EXCEPTIONS
 #include "soft-fp.h"
index d338fb99909772486ba5674b12e2ea6614673695..457246706dcf3f93350686960472a15f6a4c31d6 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the 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 FP_NO_EXCEPTIONS
 #include "soft-fp.h"
index a44c0a88979c299bbec6d9ac452f58b173cb1064..a19dc80c1ebe6610fc6c1275f48d9b69e58ff802 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index e9725616822ede8daf08e4b8ded9de63b9a2685d..e6b966401a13aba3dc2458d57c4035e35289314c 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the 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 FP_NO_EXCEPTIONS
 #include "soft-fp.h"
index 3a68fdce9e14b04bb215f3b90c81d31d3cec17a7..8be427be7ffa8bfe97f6c58424298c1a9bdb6578 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 37423b77307a5b1d81328c5b40c14415e265c789..5bf103d7d1b677096400e1a3fb9278e77dcb8382 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "half.h"
index 696190dde40f6008d4a2217292a3ff93dae853f5..40fe1eb495d37fceff59cbcef1e9f188a800ee8c 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 93c7fbb0c0ae2d5a7d776fc1084d1769b7557585..562788eb5dae95345f678c533e2729698c17a4cd 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index bcefb61aa8098cc01c6a399513d5cfa05873be72..243813eb614e275029deea3eae1694f8aace0292 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 22f0b6a24beb3b04ebd5a40ae6a0cc82b53ec225..572fc09a91734b54cd06774c8c24f19aa79caf4f 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 6c7e38f36fc8cb62be620abdb929eae25b44ef10..0f63c334d3fcad491ec052f23feedc4b0a986736 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index c7823ac61d3141f6272baf112ecb248ac151b4aa..e6c4f9518b1d7cabb583597f60f04e98efc23b5a 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the 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 SOFT_FP_HALF_H
 #define SOFT_FP_HALF_H 1
index c36148e2f1207bfde101fb450c622a00b9f46cac..6f6bb91b5ff77d6b3d20d56013c789cf78dab5a0 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index e3233535c8fe3ece1e97b509dede346770d53993..3567bc93ac8f3d7e075f163bd3adf66b31473256 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 43d9f77bca9a4e44f11d013d8240ba955674beb1..b8cf0b542b17342fabccdafb74d9104936f0f53d 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 71a80e20c8ddc9ad8996c4e9edeb789918ffa0b5..8de987eafd365107ba5395242c3c07930255a303 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 582e00acfba0ca11a2cdea44d13df78e9a740e19..84ec7d14dd485241105d54e105adaec9ba1359ac 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 377abef7d156d573526348a967731b42096d3e22..6bb7a3cb7dd83a64fc071575752b807ac24b14f4 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 1c6a22f3fa0084be8bf02f80ff45191626005350..b1d8952cc846ab72335fb0d11499b27f402f1f37 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 2f589c9a75285dbf49a5affaec3f39a33d30d44f..c9f400b15791e3ef1b0627cb94ccfbd1efc9acd2 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 77c03933b7f15ab3ece9270e95fe3a021f8327d0..202866e94d961570553f1b23bd2c98d1b4fd047b 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 4509fdc6fe8bd0fa280863cf68d77988c82b9916..523402a883ae70fbe05b756680dd6765bfa4f153 100644 (file)
@@ -28,7 +28,7 @@
 
    You should have received a copy of the 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 SOFT_FP_OP_1_H
 #define SOFT_FP_OP_1_H 1
index 96bdc41d067fb1cabd241215f95eb0cf03d386a1..1e73689d36d7096fa05a43f1662f5224632b33fa 100644 (file)
@@ -28,7 +28,7 @@
 
    You should have received a copy of the 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 SOFT_FP_OP_2_H
 #define SOFT_FP_OP_2_H 1
index 65a0644326cb141046602f2ae63047a766cf94f9..7badc93e8239b00a91d161324407ab85fa293cd7 100644 (file)
@@ -28,7 +28,7 @@
 
    You should have received a copy of the 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 SOFT_FP_OP_4_H
 #define SOFT_FP_OP_4_H 1
index 2014a8e924e703bda497f5fa8e6b3b18f8ecf5ea..466d49a99318ad32cbf5b1aa63bd1f610530b7aa 100644 (file)
@@ -27,7 +27,7 @@
 
    You should have received a copy of the 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 SOFT_FP_OP_8_H
 #define SOFT_FP_OP_8_H 1
index a6406798fc490018a6789a8f6efbd0e72785d7fe..d1bd78c80c0e363f50ec567f90acfbc825073006 100644 (file)
@@ -27,7 +27,7 @@
 
    You should have received a copy of the 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 SOFT_FP_OP_COMMON_H
 #define SOFT_FP_OP_COMMON_H    1
index ef860b4dd6bb008c36b5dec3b13dd862e00daef9..09571b149a06306390318177e9e5d285f3ae0e27 100644 (file)
@@ -28,7 +28,7 @@
 
    You should have received a copy of the 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 SOFT_FP_QUAD_H
 #define SOFT_FP_QUAD_H 1
index 8c71fc790b6b9c6af08d788bed736f2ceaa8b004..1cb70adc0098b3380798a25fdcd1edb37d16e013 100644 (file)
@@ -28,7 +28,7 @@
 
    You should have received a copy of the 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 SOFT_FP_SINGLE_H
 #define SOFT_FP_SINGLE_H       1
index aee8e5d285c2812831b4c620212c745fedee036b..8dc9a416b9b0f5e9143d1786593b0793f66df5ae 100644 (file)
@@ -27,7 +27,7 @@
 
    You should have received a copy of the 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 SOFT_FP_H
 #define SOFT_FP_H      1
index 69ecf76ff2070766aeed99b05b9dc6fe7be3365a..de445bad40ff5fe49dd4e910f0ae198f68bcda03 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 3d221287cc1f2d5cc525fa0e594f6af05d02d229..d684fad6d504cbec9b2b69a8560f61b76e1f2021 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 09df5fe793dbbf84f47a5ea2b6579250d4e6fd92..c2be4e84a6fb0a0e39c9d3d4919bc7c749d45b5b 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 56a7593b6772cfd24a08d12128859ab916211cfd..e09e8fb689234aa789fb4e3df87383f4c54679c4 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index f62d5419ded403f4634136a515befe391f9812b3..8059354e8057aa5a9af584963c22b0ffaa48f06a 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 61d08f896e2996a777f3c47f16579510809bdf8f..180aaa067a19b433777c1fcc3ad5edf833728361 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "half.h"
index 965e1c488f3b634392e84425eac89d374dfb77b4..8eab7f0ea5151bf62c75f20dd0f2d1a1c992f936 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 0c70637961b17b8c0abb6cf6807702ec0dfb3191..9c251d295c7c5bf65b8aead7dbed06bcf5e62935 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "extended.h"
index 5075207adb9f914555ab0a524f1e00541274606e..ee4f4b0da81bef0d84648effb2b516e01219daa7 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 5b8fa10f7d8b3d373e7923d31734b92cdedceaae..037d5213150f1757ac9c9dcdf7f73f20741e254c 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index b92e01291efc9b55b82131c9b97d05b16231c2b8..9005cc6c792f7af004aa30e70484992558df800c 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index c38299c8648fe02ad98fe4243fba28413a297234..2715a95a0974c59edc5f464442b0f2ecec9adc68 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the 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.
index a8c5a63f18719eadf33066f2a08c7da86c850e73..6489ac579df3dbb052e06b28f0f7952857376e35 100644 (file)
@@ -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>
index 836e53ae67bf8589a7c49357dc125121ea8ab563..49314a104bbea44d3d58561ae588f2175cce1a75 100644 (file)
@@ -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>
index 181e3acf167a7c72945c0402934425f9fe916b6d..2a53562d67a860b7c9e6754f2a8ea962a22f3c6a 100644 (file)
@@ -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>
index 6df037e0716b52c0427c0f0563485fe66cce1144..61e630518fea83339c0f596cbdf1f1d980bd6088 100644 (file)
@@ -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
index f429d6688c3c8a31dd967109c5de7f7bafef8591..32925b6d1508955276ebf75310d785c21210c326 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index f9bd86eb742668975f5f8962e8a17f8cd6f0deea..844c1daa7ac9e537b0c6059d8b3d72243ec4a357 100644 (file)
@@ -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."
index 801ebde7a8db103135664d59d82a6c41deed1381..633b92179827c50119c6631ff11462ccba574c98 100644 (file)
@@ -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>
index f6daa71ad0151c5a740ef9d70b2c038743b8903e..3fce4b4016bd4b5979af9edcd3b5f83d2141ca6a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 3778ea92d70ec67a87edcad5597d0901978b0b6f..1207cfdd24d90ccdaa2822a244e202e8ee5b248f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 4f2f7b63d88a9db2c10413d9049d778d6700a1e2..e74c193a1cc8e2a3d5edafbef47e44554318a618 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 08c657f1fbf81543b53c8392a7407dde373fbdd1..22d5b760e99dd3e4bdbcf1fe7f9ee145776d6e02 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 2a3972a8c9ede0710b9d5a417cf4c29a7964ecb2..7bf513648c75aa44434f3e6bf5c37250680938fc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 9ae54574c204fa16caf8abe4724c338523eb80eb..7150d769a64ed62dff23b47d4920c4e11c591026 100644 (file)
@@ -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>
index 19cd6b32a174556663a0be5e82166b47df03eb7f..d0feec79bbb38ca9c4fdb63d984b9a6861ceb3b6 100644 (file)
@@ -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>
 
index e0b1c1e7d8e1d632cbfb01c38d29138b7270c528..c3b0158e4e368552add95a20f86086aeaa22f0be 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index a210eafcabba77876162c4dfa6e0ddd9c507ba0d..312a87a66e1802e1b308f18866013267590422bb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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>
index 564143bdd63a14c1ce99dd5234e8727cdff2893e..66ec41809f559d5be4b7d8c9d9fcb8d2ff01510f 100644 (file)
@@ -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>
 
index fc0e8d0bc35d00211fde31d19f460f2603dc5c51..a98bb040c0593fb7b949487d5a451e98d05a66c2 100644 (file)
@@ -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>
 
index 9866c8b3be4595cf8722ada66b421dbe3f8600f1..a86a06cc669cde5d14e54e1866a17573553144a5 100644 (file)
@@ -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>
index 6e51e9d8cf6c22bc0744afc5c64f81508d1418ea..3c456a5ac2c066326db6aad828f9df140fa7e546 100644 (file)
@@ -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>
 
index 4d774f5cfe7a6b79e30e981820667f69cb50f674..b6b4f2b0700e41a5822fc07a6565de978030ef8d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 5945f9275fdc78e5cb95a13ff0e64b03da12a46f..24c340cd1747e3a06279ddb37230c5258cdf090d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 637dc9b9e227e5af4cde61e87449f753e67c384a..8660d84d7915a9bcce324f4792821ea25c6173b2 100644 (file)
@@ -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>
index 15c809a6c50eaf93453787ac4e624d4104088a9a..56c7c6697d73e06ba8c49b45161b32de8ecd1714 100644 (file)
@@ -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>
index 9eb9fdd759d86152a3049dc9101831009ef0b14c..09ac4180d099268f00b5bea06a68a115656e5cd2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 1906b4c0f9a7e423b4ed3727f8ec25169e90496c..2a93237ea23090751e79e30a65fe76379c1340e3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index a70c0c3f2f731d8b31b7e8851c8c1f171b86290b..82f3e3c02252bcbadee7dba99e440fe72750726d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index d9734fed38d9266f24f9f0adaf39fb875b9dbd54..d41ce6a493943fd815a5f761c5cd47c9469c086a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 7b7b642493de691b805f55381fcb1ac150170375..829075f14ea86432c101212500709262aab4dfaa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index f890f530913f35d487627a6015855f47aeb76943..8804ad2574c58dc6a0ac888ed3e3fbd087383123 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 3a18226a087ff50073c733bb4682f3ad67665d57..4f4cf64b27d6c1ca8935b741eabb06ca5efb8c7c 100644 (file)
@@ -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>
 
index 1b4db6b50cceb556e46aed448b957d8123b69511..5bfee8bf7db298e66918b3417c0866a8c13a12b7 100644 (file)
@@ -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>
 
index b652b46dd60d596539c6e8dc4d27bb54e16c062a..13b6a55fbe21004d2791f7028f1f010dccbb1a15 100644 (file)
@@ -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>
 
index e5e7b7fc8f482fa697d7c029d2f84c2efd466b51..10a5bbf44edd43594f64abab196221a4e3d52b7e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 00f3280b8a12a7d61dd1bff73ddb0bc0e805591f..603dea9d757c2ee6b9ea935d1cd71ba2ba3bcf65 100644 (file)
@@ -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>
index f8a6abb78cdef4e85c9ddb8bcaa0d50b3c4849c0..143d3b77cad083a22ed29b8a1ed5d4d37d335aca 100644 (file)
@@ -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>
index 2ef893b54febb3704099d11dd52d62a5a6e44bab..d1e3fe6d0676421cb12262cb2226926c44fe5f4b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 13373f36c33c2ab153cb619cac3fb3d4ac1e250a..04ec31e379daacfb1c38386a9a7157fa6799ce66 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 0172b234f14f597cfc95286c9bbfa10803b829a1..2eb0b513823f8c9109d15ad0658a2da4cb977a5c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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
 
index ec2b0862605284df990cdcbbcd2af2488f6fcc6d..47d2813af792300068d2f4f363d71dc2417c4590 100644 (file)
@@ -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
index 93758bb5deca9fd9f98721f86fa4384f2ca3892f..872b5dc246517a87346b25a09669d6582fa7dd4b 100644 (file)
@@ -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>
index c824901ac88dd2a3417b8db223a09408ecfd22cc..e2ded78e723677988f3020eb0229e497ec8b5a56 100644 (file)
@@ -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>
index c04b6f3dbf16dd56fca25aebac09e00084a0e524..dc69232055273b41167c041382e0c34a920c9ce7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 140fed6f73faa18a478c0ce22454df997d6fe16b..89bd1d89d44eacb3b9cc969512134a98635494cf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 526bbfaddc5547f73fff759a5b9fdcffa3c06e01..8bedec0a84bda9b366728f8f8ccd8299ff59f609 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 50a74818cc4ee50c6a563a4afb505267cfcd54a2..d11f099c47026b905542a56ff59c55da9001bd3a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index a3dafe8c0b726dae52e6059d67c1d84cf3bf7fdf..989e26f00f6c9a506f4ab2dd8d57c9f8027c7f75 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 378a3081874911524831e926d0aed6005e749d2d..5dd9fde13e00ac1f76fc9fca0fe2a4f20b3b0fb4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 9a28b89a07f1712f6e12bbfb48bb75fe716f0752..95b6966a0543a207f956624982566f5de3552894 100644 (file)
@@ -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>
index 37fbe41d12eac2a8fb12084d79f7ef6628d4ed5b..4831f82709bf2e3025856410afe2d0cbd247bcf4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 55db347d3c3f119bee928c8c25d6422bbd08b702..1b798fd68fffdd71119a968ab3fd721cb79f6968 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 00cb2ec6c5eeba1efa9e4c93309a27250e0edb8a..955e252423f2b48bd99bc4d2afd80ec862cb82c3 100644 (file)
@@ -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>
index 9008d2bf97822e8a513baeaff130557d8ff4f713..5962f76d32641ec10bcb69f026aba100ca78da28 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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>
index cdb14c618f275941c83fc0102b0897bf79d93d6e..bdfa52660733d4775cc779a3b0854ed1aa930903 100644 (file)
@@ -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>
index 8b271ae7cc1dc18eaf44c6ef84948e7793768970..79efebde838f162161f0d0834d51d1e1fa85c585 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 5f95ecb6936bac380c8b3ceac157126f0e32c35f..ebb4296b1804420bb5e5e1523f48d83f368a2173 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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
index e658e42a2f0dfce24c2660300199c608a33ff85a..16c1c064bf59e83539ae7b480c85c06932421d0f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 6e6f644e2088ab511e4adbca82b1099baaa16721..ab9a9b3dc77579f49e9deabb7e3710c409636e69 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 09dc6582ef6101837e7dba5650c5960ccfc736cf..f589105267348da90302bffc89463f831044431b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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
index c17c1dab4da4bcd669323a75caf54eeaa94f2c2f..1100ce538cc10b8f903c49f08cb46dfd7c01f3dc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 2ceb0f64cff09c8feb069d8f3fd1119cb233cdd3..18ca756a3db69bd4046a19cd3bcdc5eea19cd7cc 100644 (file)
@@ -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>
index 573aed733076001385fe6dba26fd8efb7af67dd5..3f78b491045bb0067ca3cb8bc877a9fcec43b828 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 628a24e607e8531975b410948e42e9b88c055d6b..c4b419f23369ef74318747d06220b011837d13ea 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 59caf8df38362797067bbd4b3d76f6c7e3d7b529..db30352d084fc0ee0bf0b234186609e41ba1c65f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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>
index 4fad1840fbf6ae8a3f5783119e471479d8c56049..9b81ca3b203f6469776de70537e4824af9696b8f 100644 (file)
@@ -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.  */
index 0e8b3000525cefb61156dea6557e4e890fe5779c..eb05959124cfb99255837aaeecd96842a9be7231 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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
index 0cbd4bcbada8f8fd59849e1fb6da408c119cc6f5..03779811387efe4fcf13e6a3da5726dc773f3e21 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 54c97bf149b4c663ad82f44eb5bd0f4cebd9a976..df0651b5850b68e8a0167f0f75bef3364c668a47 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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>
index 7d680c215ac0602aa3bc6b6a104c4320a5635156..d3f4a889962b19a6e0124e3bc9b6151b4bde5cb7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index ecae38be6faf0b6467ab29af8fa2c5de8712e57f..0ccd9e5d32b9a80046eb2ebca4fd236f1b14a07c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 039f8d7b79838bfca3ad84e438564dd3a2844f47..5169f063e42a9141ef56b48e3a817f51753b7531 100644 (file)
@@ -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>
index c9d82a0fb1b5f9e9b07de4d60949c830af695e6a..5a219c381d3533b8ce4823234bf071e1bc852687 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 4a56afed71c8b0f4effb866f7021b43931062842..1d0d4a283cb6df48b80fcf706e186db50cdd18c6 100644 (file)
@@ -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>
index 0ac413b8a63c27e2975038471ece1f120fbed518..1eeda19a2b7f7113fb381622bc8b0a5e17e14767 100644 (file)
@@ -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>
 
index ac5a302547d903e86088f90b5cb76a267bc2702b..46ca98d9aea31f7c31b23f6a33fd3d0360440e6c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index c031db1fd0ed747fd9657b0e064e3206ee383498..1c5e023b76042bf448d1bb17a94a971c187fbc16 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 9472c0696119be14a63763ea2450ed0e859f3dd4..ae3e8a9bcd1ceb4d87fdb21d04d365bf4c71f522 100644 (file)
@@ -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
 
index cc682c013d630cb230bc503043a4d3f4b64d29b4..620917bd3d0874bcac92836d14d6c1b0a242ca1e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 68269a9aba8e9df84894403b12c32a00769b98ae..702128059e8d421d85b232efad708cfb5713d631 100644 (file)
@@ -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>
index eb5d7cbbcc48ed3fafd1f373fcec3fd88f79708d..22dd88effa471a0def56c267ae58f0a90eb3d132 100644 (file)
@@ -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>
index c91a5c7246f9d947f272a219fe4cd542e266e4e5..8ca2b59a5943ee858817e689cfcc88e84235b601 100644 (file)
@@ -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>
index 97b485c696050d59181cff9ef33be2f5629363d9..a456768e0af2ab3f205dc84a95d52a41670d7e83 100644 (file)
@@ -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>
index 66e8709b78918d059c68ac77f89fa055261b518a..fca50ad5d3e9294c1d786856ac7bbb7d60158774 100644 (file)
@@ -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>
 
index 7626c8f37cef06dd1bb004db2f6b9c5dcb250d34..eb68273e7277804b09a517be61e6b8ab4dfb98cf 100644 (file)
@@ -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>
index 65a4425d12021fc0c1d6b7a84a5ae47198261262..32114c5bdb0b60e33a92ca2f08cc9812890c04f2 100644 (file)
@@ -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>
index 99b90a45802daef5bd146a2b1273c803fe97201e..6c2665dfa5575f7e7dd07b0e2f1551f9cf316579 100644 (file)
@@ -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>
index bd9db421b8acdea78e74ba91eb6822350f101428..56a8575520cc1f1fc4994a89794489a5d3669c8c 100644 (file)
@@ -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>
index 611bb5eacf57511a5f725c328d72f97ab8518d1a..c9a419c011b467d3967d7ce4f17a1e33ef720e4c 100644 (file)
@@ -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
index ec0a816135a8cbe61354130dde443dbee27d4f2e..17c0a2366c6110279720012e6e410680b63522a0 100644 (file)
@@ -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>
index f48f5e8428ca40457ec72a9d2a4449a75bb066b8..7e7a7699b484c69f8a5e112a04b327b6dfa8233e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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>
index 3a42911a878f8adc02a082126e7b6cc12b9d4b01..310939ca4f4e98ad2c0d85bff6e3287e4078baca 100644 (file)
@@ -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
 
index 5b7af8ecf4fd8b74fe11517dc8460459e3ab80b3..1674c1ae7662e289981c94ad7bc49ad9e3862bb2 100644 (file)
@@ -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>
index d3e78901a01362d434654781f9bb06994c9aaf82..7f17ab39f78d6ed88f4a5d3d426c185ea0031832 100644 (file)
@@ -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
 
index 0e61fde5adadaa376cd67081c085f6f5c246f6ba..c367d42ff86e60a0747cb73719f40c47abee179c 100644 (file)
@@ -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>
index edcd074307085159f57d5d6bb10a9d5dc479b9ef..5643d27217446bbb0523b33bf29600f52f801161 100644 (file)
@@ -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>
index 4f937c5c7273578f1f5d70c7939cbe52fa22c1f4..d01299e4041e93c20c3c091174085c193051ec61 100644 (file)
@@ -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>
index 5e1aaecd70b4b9538bcdb65548e79fb1303cb133..4d6d50d2ae1cdfbcfc6a5b57e2505479f7696889 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.  */
 
index 8aa17245ac4d15d13efb9a59836fa2e69c9e3469..798ad90742b481eb713f9cf3b71137d24b999aec 100644 (file)
@@ -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>
index b2c4315056bbead7d0ef4ca72af034b939144e14..529ddf1bcc9f3c420a9be39980bc12e310304718 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index de1d00ef26de56c1c5dd45e078de28a623ed2f86..22c5dcf59ad54627b11a94b922539684b9bbcc9b 100755 (executable)
@@ -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
 
index 8e829f105b43061d6bdfc2926466d34e7af6fc56..afe6d0bebdc47593bf20d65407eb48e0b0019fe8 100644 (file)
@@ -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>
index 276f9aaba537c9dfd3ce5850a3402f99df64d424..555b4e0a20a2e40b996801937b806056ca4f1b90 100644 (file)
@@ -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>
index fed17e41316143ac38280aefc18a6b82258a43b8..822aeaab50ee408efb966223d6c7c48c01217d28 100644 (file)
@@ -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,
index 61dafb1e4dc59ecfb3bbe980ae26454c0ec84e73..be811944c924f6d7592a1a80149eec32049cf8df 100644 (file)
@@ -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>
index 70a81ec93e30f7dd53706d7802ed9a18a38d6a50..daa466b6fa8869cfcbb72e44aed208c1ab3cc557 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 9abf9740c1fb23503e710e2546a48c6fd6fe0ea0..c30bf2eb5e825b5a13dd99f1a5d3d59d837620dc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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
index d9dca78fc6f0a6e857c466406bbe1f99db2d04fc..547a3a868b4668bf615cf3f39a92e3c11cbb98ad 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index e331e241538a5777af0d4ff71dde1448a540e058..1ad37fa71f422290bdca5c9aef1e637ca2d13e2f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index f43ceb1820767760f52990f329242923068a4084..3fd466fd761b425a84bb00888662b8a66681c111 100644 (file)
@@ -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>
index b1ef0fc71867275c4bf7a42b8a75820fa44bec13..d5d5a53e2afd0fbeb0ffbfba2b34c0ff97f525e0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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>
index bae7543aa075d040ab5c80722c888ad62c38c890..61cdf2f86e2e779a307412174d8da5d12561f187 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index e75aafe39e986a1ddaacefd1f187d2c6eb58d91b..79339b2efa61fbcc86c2ceebe7d2fb655ba84fda 100644 (file)
@@ -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>
index fe51469046fee9e6f208e6879673f21bd6615f76..91ae9c48a7d33b99abd1f1e73754bad3e84cec24 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.  */
index 32f6050ecccd0793b92151607e65d2f7094bb0a6..8ca82f83da9f660f353b4e980ef797773ce6ff7f 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for stdlib routines
index bdcee48d5f381dabacee8943b872d1bc6f5f58d9..17d7bf483cb0618f18e32d27e0f5c30e606c1be6 100644 (file)
@@ -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 <stdlib.h>
 
index fc0498a4b50edb9943c9b9ae0b252539a1d9a26e..5241bf780f6d961a3eddbb1a37e5238d0a17b7ab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <libc-lock.h>
 #include <signal.h>
index f10b2ca5d3987a5cb97b5d44d572354ec87687ff..f28ee67d63110bbaca77928e81370d4ceb3f29a9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 448f80f0b5f45ad360e573517d4bab897a0ed63f..7c43bb3d86bec712f8fa6ada1f8cd0e79f18d6a5 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index ab3a309003ba661d9551a621806216f33f62253f..8e6c03222c2255481f25b6655a675555a27ab983 100644 (file)
@@ -19,7 +19,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index ff8590135790778579aa6fd3972a39d28745a0c6..76026f7afa1451d35d240055e84fed91a37bd6ac 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _ALLOCA_H
 #define        _ALLOCA_H       1
index 6f1a42c9ba32a4cc2591b1a466fec4a121277177..73b096b26012b857a254002ee57225311ffa4ab1 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <stdlib.h>
 #include <dso_handle.h>
index 5671a4392636c583eea8f57596845936d23f90a6..124fb9325f9368ff86c45b7d3f4c7b8c5bf8632f 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <stdlib.h>
 #include <dso_handle.h>
index f46113ae2888e901ff4929d00b19cad3f19e515b..aaf78945d0f5f4616701f39abeec63711771ce46 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index bd5dcd1f10e70678cc1ba8d8045d4baaf789919f..79a736ce468b0eee373d75218fda0ee852c3da81 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 8bc3e9b0d7903f5b27f51b3d227f8ff57dfd6eaa..f56c8281c80d161d7496270be8e623145ab50f6a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 32298ecd5a9ad487d548ef0ceaf01b098fa14669..0a1cb8f7e2ae8253fe436263d4c18217c428915b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 9623f66393434a014a0672c91c03474577351b6c..b9a908749ba9f50af768bef7ca372a8e20194097 100644 (file)
@@ -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 _MONETARY_H
 # error "Never include <bits/monetary-ldbl.h> directly; use <monetary.h> instead."
index b6f4877cf6f8dcc68dd6ea5755f80c66b7781a3e..661048e568616c94e095875572c40fdf27ebe98e 100644 (file)
@@ -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 _STDLIB_H
 # error "Never use <bits/stdlib-float.h> directly; include <stdlib.h> instead."
index ab37bdd4677120089f472917701877b8bdcf08eb..dcbf74a6ddc5f4b6b8b766280b77ed50cb2da110 100644 (file)
@@ -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 _STDLIB_H
 # error "Never include <bits/stdlib-ldbl.h> directly; use <stdlib.h> instead."
index 38eb5465616a17ca3ad608b9d0d18c22c28e7f3f..196e17db70f2c023777642ad2eddf9e137b9553e 100644 (file)
@@ -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 _STDLIB_H
 # error "Never include <bits/stdlib.h> directly; use <stdlib.h> instead."
index 943d0430fd8722832366d75f4a9596f501a994a9..7addb3c4026fa8ec996901af11b1d7c8235cae81 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 6450da4c3c5fd41849864033968d88678794f71d..625abd8b92575a70576ecfdb35135a92f20f8036 100644 (file)
@@ -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>
index a0882f8653f7694c594772dda5fb72c0fda2e46e..609fcb70185395ee9477e0e1ba123484af47d12d 100644 (file)
@@ -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 <stdlib.h>
index f6dbd27aec93065d2d9bba0c4d3363c003c48efe..551fc4d83e5ab2375bf47afb65b3028c6021deca 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index ce3cfc5b51a38c92771ebd18e7e56d299e21b956..34c897bdf2c68532f1c84781894a54ec483f7d58 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 "exit.h"
index 5a397789596139bd3b646f1ddf9c8adc118b39db..cc9408adb166e151799083ba0246eb2eb73960fd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index e31b23467c3639d94b15a2f76df3d7e8bed52311..b757dd63f9c09b800abea0fb07a82900461cae84 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index 86356296bc825cc3a8d46e0eb8744a9693d5ad54..d6b97dd36448d15cfcbe55eb9c46fe739a29c106 100644 (file)
@@ -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/>.  */
 
 /* CONCURRENCY NOTES:
 
index 7c389a696ce90ed5bd3c3531e35264eb9f1d4f50..df0df27d1ff5893b21fd5dd2d245a80e0efaad28 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h>
 #include "gmp-impl.h"
index 17844fd84261781ade2eddde567305fb3247a16f..734ce9f89b3e6d68afef0dd5ea7132f5ea0286e6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1990 Regents of the University of California.
index 56bfe3796b572ab515e44b06a01b8a09e9a00224..e2e63298884917a82f9dce61879b9a40469e226b 100644 (file)
@@ -22,7 +22,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index 61a87feb7f70d4adf3d9f8a52d695f91356aa40b..098556d9818edfcfac506e2462c1a17015a547b2 100644 (file)
@@ -17,7 +17,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index 8742cd05a868f2ca6c83eb71a24dbd9cabf01ba1..b7b20e0204bc9c227aee64b32df1ceea5cfd8b1a 100644 (file)
@@ -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 <stdlib.h>
index 8ad52affddb3dd5cfc7f6b293cea453a1ce58efe..2423e5e71ab1572892af922f8f8701e748b3d572 100644 (file)
@@ -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 <stdlib.h>
 
index 179e83bd03bca4fc637b2588c91615589fcc4022..ef74b3b9baf18eaac060bf25ee623acd73c54e10 100644 (file)
@@ -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 <math.h>
index c30af5cf6c90f99a7a150227326f25aed7a8f103..c3179932d6c31fda64bd7e21f1654c3aa5dd5ff4 100644 (file)
@@ -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 <stdlib.h>
 
index d50e2f1f02f86139b5ab59225090f5957f45460b..d45277c1f78267d2d64e79577066fcbd66523ddb 100644 (file)
@@ -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 <ieee754.h>
 #include <stdlib.h>
index dde2107b75118e6d4c409fab9ff348ac2436f4a7..e2f438f65f489393d1f2f5b75963981c77b39484 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.5 Errors    <errno.h>
index 49d12d99528c8f708021c67c9a18a1780ecbeedd..baa99d8dc1527702fef0ed1a935e456c55b04561 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 6fab49c94fc66005286ecb5bd9803b4a8d2201d8..3a0a586e464aaf7217167e9ca5c4c088f0f0c22f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _EXIT_H
 #define _EXIT_H 1
index cd1e48fdbd361b7848db16fb18cb4abb9a7d0875..b3d57cb906ce24e46ba35228bb093830db67cc29 100644 (file)
@@ -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 <fmtmsg.h>
 #include <libc-lock.h>
index 495c156b7640cd7b6e9971a7306315c4fbfabd14..a150cfe5e9dd5cb15e1b833cf02cda0864a9c76f 100644 (file)
@@ -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 __FMTMSG_H
 #define __FMTMSG_H     1
index 26f7606a1ef7b1724a04f631d60bc492d90aaf52..b2abeb6b13da4685ea632de1ce9905b2371ed1ef 100644 (file)
@@ -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 "fpioconst.h"
 #include <gmp-mparam.h>                /* This defines BITS_PER_MP_LIMB.  */
index 4155a82ab683cb409b7e02442f652812ea253ab8..464aa82761ea6d4771b78babc0783285b9f2d9f3 100644 (file)
@@ -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 _FPIOCONST_H
 #define        _FPIOCONST_H
index b1ab1908680765b2392a4eaa8b56a2a625af30f8..7d347d4f40d6d5bf0403b277214d33dea5ac29ee 100644 (file)
@@ -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 <inttypes.h>
 #include <stdio.h>
index b2d54dd7aaf398cae60b501a1055498e115bbc5f..08e8fdc0349f26e851864bde144f0d489ece52e2 100644 (file)
@@ -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/>.  */
 
 /* Compile this program as:
 
index 77c8e56e9687db30d243a435c17748e2d07ac1cd..50c0de390814820dfadd07069be82c1f818ec321 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <ucontext.h>
index 096a7d1f836781e8d8b33a3ce8435603721937c0..f7d386a4e81fc82480cbaf45210223a5451ae00d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/random.h>
 #include <errno.h>
index 736f73be2235e0e710f4014f00d1b11950d7d6c3..6be97b2a540a297f67e954bd9a55e3fb2a4ccaa3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <endian.h>
 #include <errno.h>
index 9fe6dda34d3f7fe99aaa66fc3a8ad4e540494c4a..3cfbd0c0dd90754ed89cd74d57ad3fb2a2abba22 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/random.h>
 #include <errno.h>
index 5e691bfc149fb34be218830b2624bc5d157c892e..0ebf7c1376553f6df9bbf0db7245d6b46c91a12d 100644 (file)
@@ -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 <string.h>
index 9f8766c78a0f2a4fdace607998c5291faff10e06..9a4597da8babf4a959c45e3b1b6bcbb8482a6838 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 /* When using gcc, make sure to use its builtin alloca.  */
 #if ! defined (alloca) && defined (__GNUC__)
index 036e1e9fee7fda506a2a38d9f3a9aa682002ec9d..fad1ece044614dca4f528a544e74d2808038f633 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #ifndef __GMP_H__
 
index 794d0c23591e1db658f59ab156405a31f975e318..c7bc7c2e7a0836f91cb9c2bd6f27d4c7d858aa0d 100644 (file)
@@ -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 <limits.h>
 #include <stddef.h>
index 8b730e150226d263272fe7fb95500e66a02bbdcf..74f774b63c258c0abb562dcf6e93dde7247214c2 100644 (file)
@@ -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/>.  */
 
 /* Find the maximum prefix of the string between BEGIN and END which
    satisfies the grouping rules.  It is assumed that at least one digit
index ddcb171b090f23311cd7d17b27b5d72478200bbe..ee99c2fa466e7d30f54d92a03c86341f2f225125 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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: 7.8 Format conversion of integer types <inttypes.h>
index 7d743cb8e517578e5189e15576e401bf1c6f9684..6cc291b2064aac19c4b8496861e19ff3fcc9cd01 100644 (file)
@@ -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 is a simple minded program that tries to find illegal macro
    definitions in system header files. Illegal macro definitions are
index 988ef64b7707642f66021ff8187e76048d6c5cc2..83bd3e617720b3793bf85c214fcccceba7f77470 100644 (file)
@@ -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 <stdlib.h>
 
index e347d4c431a3481525149b8d13b59e8a894dbe32..975acfe4898c1ec7af5543a9446324d9d65a82d5 100644 (file)
@@ -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 <stdlib.h>
 
index 46b13dcf4b6cdb5a314daffdb59b44257459186b..cc5e80d4dbdb7bbdb6812a579e13a57b80e71280 100644 (file)
@@ -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 <stdlib.h>
 
index b795eb941002c7d06475c770c0c5258754d6be0c..e4af1397fbf66b32efd0f4dd965ccfef3df0177b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index a702849ec774906d83a5c7342854fbd3906b3335..169f69a896b78a429c47ce69d761946a26a63cc4 100644 (file)
@@ -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 <stdlib.h>
 
index a46c7498c6c51f5e34cc8cdd16fa6f138995083d..b0b3c4ddf3abfb3f7bb35553142e30a599961afd 100644 (file)
@@ -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 <stdint.h>
 #include <stdlib.h>
index ebf50cd5c38007504c5c5bdd8386798472d1e585..ef4d45239707f098a520e26301f72941835d9039 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index fbe4f43d7d9e0a60703915c91e4852333d841b55..4909b00105ec464a8529f079b8b2f617bedcbe40 100644 (file)
@@ -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 <stdlib.h>
 
index 9efe292766cfd30f55c6b3589af8b503eda48f41..2fbaf1ac3e324986cffa3dff3d53856f5cca8cb8 100644 (file)
@@ -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 <stdlib.h>
 
index 3dd8dc3aa80cf51d7e96efb2f8b6a0a60ab60cd3..d2d0aa83f8088a6e566576b121b8c68c69a64f32 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* You have to define the following before including this file:
 
index c99ed84edae752cfa5ca116ced28b936e800f79c..268c07d045bce5646152d04de3ae0e6be6266bb7 100644 (file)
@@ -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 <stdlib.h>
 
index a577b9307f4943e1778ab37d030f3ca02cd97051..255f9482a43f949c3f4c35829ad4ac59eed9d7d6 100644 (file)
@@ -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 <stdlib.h>
 
index c90e5f18893c8ad32bf64a65f1614b97181625c7..54e8f4d3d233600a5e9fe3a487046be097f1921a 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index 72a711342234f3a422015682458b066d80cc83df..acc84d90eeb0ec7141606120f8d16ace8d079fc5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <ucontext.h>
index 65a4d2fc90c3d97ae991963af1f1179154b67147..9a49bc5d0d245e6658eb87c893004a88b46b5771 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 612b2d327221a79ff88ba2059c914f41ccbada68..9489dfda0ef1e84b0700e94cd7901d37f5daad9f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 6584d32a309daaa9b5bf68cdbd18fec7588272c1..f4ec94283acd77f1059ecfea18a44b69e0b9f6f8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index cd1663b8d1a73cf63a059b2001b6ad4e02cfdc74..2acdc13c1756a480da63960e1008388091b3d775 100644 (file)
@@ -19,7 +19,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index 1cecd05012e07ef674c549d0e29b35e00c999c32..40d3128b90cb922d43e71d169dc9b1bf2d3ba5a7 100644 (file)
@@ -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        _MONETARY_H
 #define        _MONETARY_H     1
index 854c4b1e6928f6397bf24374b99c7ebc32be766d..9c14383ffbd8f2f3dda8c71773d9d43deead091d 100644 (file)
@@ -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/>.  */
 
 #if 0
 #include <gmp.h>
index e119d1a7df5116a73e15948084ae9d58becc5678..efcdb13c0a09e7a2218a9487a42c40851e3d8253 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h>
 #include "gmp-impl.h"
index 6811b05a007cfbeee3f26f470201cb798dff5bcd..4702dcf0085359ab6ead46451fd54455290125a5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h"
 #include "gmp-impl.h"
index 1c53b9928595930c9995c2e70a8460ff16467ab6..70ef1aa45a688dd83e55d3ee77d90bab529ac908 100644 (file)
@@ -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 <stdlib.h>
 
index 6421ba5bb5ece946fb36cf2eba5bf7ca3d925056..4f229e3ae0a2de0ca9b5470a1692539cfb978034 100644 (file)
@@ -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 <stdlib.h>
 
index 5ec221586711b563e6a84b1ac5e0dcdd6164b60f..e0ebcf456f1c14616bc8dbbc898c745f6c03f8fb 100644 (file)
@@ -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 <alloca.h>
 #include <stdint.h>
index 57b9349e9694d33af69f0ca4103bd09f167ddb63..d3a48557005f837abe409a1492c576ba492714f5 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index 2722d532f5db8347b61b1f6656c841df99619720..10157075a9fe8ec07e796c603337abc3a3b4f447 100644 (file)
@@ -17,7 +17,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index 80ad2c133d554c48aed342b81e275eaaf5b0bbb4..b610b3dc5308292d421b96ba6c323838ad92f044 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index 0f9f8d33b0aefdc5cfc788c0c428707718e0d21b..176a1a2528194837d06f94ce76303384da9f6a24 100644 (file)
@@ -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 <stdlib.h>
 
index a1cad430f981e4215af5590cd89330b65f51fd65..1d844d4f9bfb23063089c52bd91201617a3a7e87 100644 (file)
@@ -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 <stdlib.h>
 
index 59e249f39081fa8a2b9a7e08dfd46ea09ffbbda8..ce4d6620986ff9515782d5720dc994c2b381b9af 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index dde7758a98862212489aa66c32d55bbd910e0407..e308855850ae9756912954109e227ad5bb2e633d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if defined _AIX && !defined __GNUC__
  #pragma alloca
index 17c42b3112710cc928cc232667586baee2cd7577..d225832125ef8a8a2928210575b1acc17b4e0f93 100644 (file)
@@ -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/>.  */
 
 /* If you consider tuning this algorithm, you should consult first:
    Engineering a sort function; Jon Bentley and M. Douglas McIlroy;
index 6ade5865849be4b8c36931bfca5ee03b0c8fce19..4a4a8d8b459ae4b26db415960678c14f9d326d04 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index ff122046ec017e041e63332bb716854fd8ccc4a5..80002f42be2e5394f6458fd8c34327f38f5762e7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 11995e9453a2ddc205580d7801c7c604e82d9332..f3b908cc2d41e8fc182adb1f87a58a6f3f879696 100644 (file)
@@ -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>
 
index 06e2548898e21459b2ba7762e0899d4cbb0a3abc..fe3e0e5e7eab6dc55c56213f1e61e31421465d37 100644 (file)
@@ -12,7 +12,7 @@
 
    You should have received a copy of the 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 is derived from the Berkeley source:
index 3292713641b6b19ffaa9785b52764c62678ee0c7..66e272b5b73c99c99ca66154ed6ab35e1fa50e57 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
    Copyright (C) 1983 Regents of the University of California.
index 783b427de2de8e21fc299ede9679819aa338d452..fda1ea848a1ee0d500c00ca07076d1f16865fa30 100644 (file)
@@ -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 <langinfo.h>
 #include <stdlib.h>
index 50fdf82b3b8c4ca68ee60fd36a7f5520fec35acd..7a349691373aa5e3a6758e4b6ab8984fd272ebf2 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index be63980cd356ecbc0bd49956b1b047b3f0b44cb8..8bc7ec83c08cbf9b98001b395940c546e9c5c04c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <unistd.h>
index 745da3a5de98987ed8cf89092435596d834ea083..2b26a030892c2404fd66fcafae1784de994b4165 100644 (file)
@@ -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 <stdlib.h>
 
index eaac417bb0047520502e7a64c6687e26591fd5da..05ee4096e9cfd0a6ddbce0eba3d44e30bc9da452 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
index b475fe7f1cffce5b45924559d21fcc1c8bdc777f..9ef1ad004850e162397a154ff8939de0e009554c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <ucontext.h>
index 7a4efe5318a98d20423914d11e72fb9f0d30b3c3..2a80406870cccf89c83380f6f859a2ba8c665815 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if HAVE_CONFIG_H
 # include <config.h>
index c8387f43145d7de6d40e9f79cad20a94275b920a..816f1ef5afb4a3d2a19413dae458c973a29b7cff 100644 (file)
@@ -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 <stdlib.h>
 
index f41db4315f518f07f145fb6d8f4d5dd5f09e5044..410071119a9d56fbc8139b67eb0a86d547ee5d9a 100644 (file)
@@ -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 <stdlib.h>
 #include <limits.h>
index af580f2ee7522394c63c653a8934207ea42c5ac1..8f5cc4b26a2e47e80446cb0d165e2f1139ff7010 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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: 7.18 Integer types <stdint.h>
index 827e44b8d0ae02af6c0c30f28ac3083766242cfe..4bd86ec84d7d020fd28f79434931414cb4492531 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.20 General utilities        <stdlib.h>
index dc645d9adb69f93850643ebf37512b9cfe4d4d52..26566905aa9c8586bc701a1db43e6d866df3543a 100644 (file)
@@ -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 <monetary.h>
 #include <stdarg.h>
index 3a3c3d07180d6ddec5e1609725da5315db3f7cc8..134dad696317c9514315170fa7c06c0373cd7450 100644 (file)
@@ -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 <ctype.h>
 #include <errno.h>
index 15aaa71e5c05e20fb83811a6459d705f341c3ad2..a44c77400112558e9a6fc2faf344bd09fbdd22d9 100644 (file)
@@ -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/>.  */
 
 /* Generic implementation for strfrom functions.  The implementation is generic
    for several floating-point types (e.g.: float, double), so that each
index bb8a8c3556ad6094a7932ed742baa7cfe98254f3..7506e2a67e0257665abdf5de1d0dfb2e209cb3ca 100644 (file)
@@ -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 <bits/floatn.h>
 
index 20ffb12bdadb0709950ee3f7e9416998aad2753e..027cf8310f463d47a302589f0e065e2ae2928ff4 100644 (file)
@@ -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 <bits/floatn.h>
 
index 2a3fdfd17d120ec80918b6562bcceb2ac028a59e..926aae61e7319cf63314da6e4027a3eddf180780 100644 (file)
@@ -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 <bits/floatn.h>
 
index 5ec5bfa10b33dd3f26e0ed785c954bf285d3f404..8c54ed7ba9a8ded3b322e7883a7d3f6d5733d6ee 100644 (file)
@@ -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 <bits/floatn.h>
 
index 9bef59892a4c6f5114096c611c96a720c79e48dd..b4df0de58d5267c9b52b3c0cc267ecab429bbdf2 100644 (file)
@@ -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 <bits/floatn.h>
 
index af5dc7a189c971f5928cbc047e0ccfe29447486e..49bc601a46dd96b28ec0e30463d4fa0f44bd3077 100644 (file)
@@ -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 <strtod_nan_narrow.h>
 #include <math-type-macros-double.h>
index f0906a5269c94e67366d4ca836796a3acc89e65f..508d2e2a5141bcc467ae4b51bf9dd2c163a4c6de 100644 (file)
@@ -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 <ieee754.h>
 #include <locale.h>
index 881a1285e3150778483bf743a03db2ed56b2c709..a0f05ed680a096b11c09991e4625629b6c09b18d 100644 (file)
@@ -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 STRING_TYPE char
 #define L_(Ch) Ch
index e6c8508914dc41e37b99fe53c7db5636ca645496..bd35f8ddade2d54d553d7c9e6e2ff625e98de87f 100644 (file)
@@ -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 STRING_TYPE wchar_t
 #define L_(Ch) L##Ch
index 2ef87a5fef13f14106c7809f7963becfc464ce42..ee3fe3fe28fcbd688a7fbce1da26451e9d750789 100644 (file)
@@ -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/>.  */
 
 /* The actual implementation for all floating point sizes is in strtod.c.
    These macros tell it to produce the `float' version, `strtof'.  */
index 366e72095f82db333bab2112a47a38448488009e..b0d4c48d5c1c124a5e1da7ff2915f931e90d1b2d 100644 (file)
@@ -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 <bits/floatn.h>
 
index 06ef8442c12e7c1140af1e48d7e679a7f9253dfb..0ee14fc21ede29b624e07e86e2f48e09594508a2 100644 (file)
@@ -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 <strtod_nan_narrow.h>
 #include <math-type-macros-float.h>
index 32c46e562e67123c3aa5ed99a2867226efb74563..9c40d1f25536073d3e0559ed6e362eae85a6f33f 100644 (file)
@@ -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 <stdlib.h>
 #include <wchar.h>
index 5dd0091b20fef9d1497eee2f69c6f91144da7fb6..4b08d6f06f9ec1834141afc9c9739dd0af17736f 100644 (file)
@@ -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/>.  */
 
 
 #if HAVE_CONFIG_H
index ca8528fa53a701672adf777a291f8cadf33e71c4..9c7a00f6ac8280c6f4b8547ae8665209fe9c60e7 100644 (file)
@@ -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/>.  */
 
 /* The actual implementation for all floating point sizes is in strtod.c.
    These macros tell it to produce the `float' version, `strtof'.  */
index 0ba388c3be4b962feb251a4d53128506c97d7ee6..ba490ab94654c0c20eeb0b107080327d9fdcb1ed 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <stdlib.h>
index c8bed81d473558eb83e1fff5485162de6b8dc089..da61cbb794c416065b85fd5876a1413385c56be9 100644 (file)
@@ -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 <math.h>
 
index c1a11f5f3622206562a72cda7eb0d458208230a6..9759a78fae530b8e6ba9307503079d6b128d697c 100644 (file)
@@ -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        QUAD    1
 
index aa6b80eb652f988a0024f9dcb3abde43996af1bc..35674d54fe1c10bb26d140b3f9896d6930d52412 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define QUAD   1
 
index eb5a2cd1169f8b121205205d656dbf6e612dc5fd..5fd614dcad7cb6ecbbf3c8346ea44eb76bfaa128 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        UNSIGNED        1
 
index 30bc296c7ecb206e60195ac37185df7643e1359b..96f182ecffd2ff2f34cbcfc5f5e97af3578751dc 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define UNSIGNED       1
 
index f6a25a61dfba4ac1e95c02d904f1f4678c70c5b9..b66d42fda78e41801956d5d83112fbf5f7aa707c 100644 (file)
@@ -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        QUAD    1
 
index bf90f3785ecd6e9670e08ac77582781145029bd5..b3b406838b99284acdf3427415f4ca4b31f0b7d3 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define QUAD           1
 #define UNSIGNED       1
index e33dbc45c22c7da6090870d5e6cc6bbfefda43ec..1f376c5452906b21108f558883e9be490f027eb7 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index afada8b914fd6c48e76d639de7ec77e833123a48..23ee6f4ab9ccd8eb8d99350ce6b4e0642fc9b575 100644 (file)
@@ -19,7 +19,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <gmp.h>
 #include "gmp-impl.h"
index 8b97ac9c1f97f6fc153ec5d1ef7eec0e6ac97d01..a6fbebc2e4db975c93488b5c52a04f69c8a59aa6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <ucontext.h>
index 2297edf2f23dd640042232bf5256c4b06fe06422..c676d527b68ef72e1f7008eae3a7eeefa0274118 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_RANDOM_H
 #define _SYS_RANDOM_H 1
index 5a9121563e156701b23032529d9185ac68203ee4..5fc6bd58b33642d9a920a7a28538e4b7fb56659d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index 4fd90b28a73cf4959f0b142c9ef395dca9db38ea..adfb416a9ca99953f9b84a66116d17f2f3993312 100644 (file)
@@ -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>
index 735e01958c01275cc801732f3a478b396a784ea2..a36b2f962463a1490995955bb3d55206abc2b44f 100644 (file)
@@ -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 must be run from within a directory called "stdlib".  */
 
index 0eff26a6136ac2792aab2b2996a1722ce42f3989..cee6d9e30be20b8751fc9f6017177e100fe6075a 100644 (file)
@@ -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 must be run from within a directory called "stdlib".  */
 
index 965a1ff210cc8fc23f4efc4b33f3fbc10daeb16c..497581c6ea0faf94b245cca6b03d94c2effc6fd0 100644 (file)
@@ -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 must be run from within a directory called "stdlib".  */
 
index 8bfb906858219ea28f0fc6cd64146b203c42aace..a0569cb54d4d824622935afa070e7b93b0fa3421 100644 (file)
@@ -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 must be run from within a directory called "stdlib".  */
 
index 63e574cdb1676c5ce14931e3ff1abc041b6c0672..35e866537bc04028486a667009df664b46159b5c 100644 (file)
@@ -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 must be run from within a directory called "stdlib".  */
 
index dbd3ca59e1dae59dbc29148dc8c1b4e3be5fc60a..635d9c08f9b0a5b0aa4b16e2ae94285719a1baac 100644 (file)
@@ -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 <string.h>
index 3bdf5921ab190b452cf4388b72edd1ce6e7e1517..6f7a34dca4595d029c95617860e50da9225f7a88 100644 (file)
@@ -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 must be run from within a directory called "stdlib".  */
 
index 204f210029c32d964e3ffeff99084cd92484cee1..a590126f320f9ed46f9e75b679ba7abe20b3a239 100644 (file)
@@ -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 <stdbool.h>
index d23650e765b7cb953d91a63861e468a85418253c..502507406337641ac766bc3dd284300427c26040 100644 (file)
@@ -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 must be run from within a directory called "stdlib".  */
 
index 5312fccc4174cb7e02455775c1bb1729fe0b9bf9..bed19a32cdc41d167d7cbe6438fbe6fa5fa2f67d 100644 (file)
@@ -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 must be run from within a directory called "stdlib".  */
 
index 99a24058a62ec1b15b03e88829847481606038f2..52c7d24297825a630c45779d49b88a95cf6b1a2b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index a3df346959bf56dbd1edd649469c0ba4d17a4d20..fa20dc60cbbfd2526f9daa4185caf2f5189cc85d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 9d6d2d49d5b3540352b3ab5c14c40b3b4b29987f..41a795e81f40c70e4e818c60cfe3cab83084b0f4 100644 (file)
@@ -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 ATEXIT(fn) at_quick_exit (fn)
 #define EXIT(x) quick_exit (x)
index c7af9bdb916832d4b0a34f6c6e99470fa56926cd..91d8e5b5dcc9b13ad551903e9f6d53b190baeb67 100644 (file)
@@ -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>
index ac4db781c3dad63f394e7bb7c94979a123c3b711..cb0535cfd412f91f28190dbe65c63a6e53b2b63a 100644 (file)
@@ -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 ATEXIT(fn) atexit (fn)
 #define EXIT(x) exit (x)
index 3042ac42d892e86e260f71442976caeb1d3ca0a7..f5390e62bb8ec7f2fe9a49a98cfd1a2a5bfc27a1 100644 (file)
@@ -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>
index 1e55a04bd8687af1678bda4eb5a88fba0057a650..b59f8e69540552037815aa1d9abe4369ecb4f373 100644 (file)
@@ -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>
index 7bb7df995ddc8f676ba4c560f8c152457be028db..002070f329c1b6c94d057dc793ca9d34173fbc94 100644 (file)
@@ -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/>.  */
 
 extern int __cxa_atexit (void (*func) (void *), void *arg, void *d);
 
index 476309c25b5fd1da409c6722db63d437dec08592..27a328e1da479deeee16e27889e5cbcd576a021c 100644 (file)
@@ -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/>.  */
 
 /* The test is useful only when the source is configured with
    --enable-hardcoded-path-in-tests since otherwise the execve just picks up
index 032c3ffd2f77b77b22f9d95417a18f0b0427e394..87000cf61cb0eb925c9dbe9a379aee76668cd811 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 1568c2012b0355971ba7672e1d7141ff2c28b3af..1005611a53757f0e236264f234fe11864b631081 100755 (executable)
@@ -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
 
index 252161bfe6493c7cf235fec627a1d487482e270c..8e1d61d590124bbaab052620e29d35bc5586e58a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdbool.h>
index e25fb089bd40272912fad744f2a49e61b479898e..2eea138f6d6f4c7e2a58a62fd78f5a161e539dd1 100644 (file)
@@ -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 <stdint.h>
 #include <stdio.h>
index 78dcc4a9977330d9e3180cd647515de518bca5be..1505ae96e4461bbc7a1efb13f27e9c012cc41a9b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index 1bf6b369a110a2567bad7c3ebfb992afae42f421..dbcd2252340fd48499b37a283b70677ddfdb8a17 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index 1cb2925604c1b54eb1467e4201f82ab6e526a5cc..5cb2c28e12f8401006f4eef87ed26d64f36d48b7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index c9a50bcfb92fc852c65a4c7e44c10955dede7b2c..bdc8b5c05a708baceff5b9f86d476142d6efff74 100644 (file)
@@ -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 ATEXIT(fn) on_exit ((void (*) (int, void *)) fn, (void *) 0)
 #define EXIT(x) exit (x)
index c3c0381e5f1cfc8880fed805bd67ea06517d1f05..2a25ac5e7753d8cba003f307ed4017197475a2a2 100644 (file)
@@ -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 <stdlib.h>
 
index 32dda7e82527d43df94e00efb94ab5a18264de5c..2c2a7ff8c65ce87012b144487d26f9025dbe1911 100644 (file)
@@ -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>
index 94de199530c00af74be9ffd41b3266c21af3548b..6990d6d03e839ca5a9407113a4aa7b75d4550d3e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 that secure_getenv works by invoking the test as a SGID
    program with a group ID from the supplementary group list.  This
index d34e6cd422f105d97d73a674b7b1341e9c15f71c..0e2ea9dca3e9a9cfb6531a2f5ca7e690cde0efb4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index e276fe71e5d73581d14008d5343b209eb1dfe9ca..a0aa202da70d2fd5b4f8b979c2cf4c55961bc33f 100644 (file)
@@ -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>
index c1280110c293de3159be9d54dee8cdd65d96322c..a90cb0efc04e052326632f7125f18910914544f6 100644 (file)
@@ -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 <signal.h>
index c44b1c664c26c7f59130a5f762e2bbaa693a6c11..be36fc86bec097c4fa39497e3e94bb853b83361b 100644 (file)
@@ -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
 
index d71c35bc1bc3aabeccca782b541aeccb15d4f946..199d04881e425fdfa85ac32e03043890332f79ef 100644 (file)
@@ -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>
index bc793974621937cddc8a715e63879e795d0a78bc..94bb7c365ba9bf302a3b73dfed6e377e71b6d0bb 100644 (file)
@@ -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>
index e2dd1d5d641f07b184cf6da2366641f394c44d5c..4be3db679d58d3931aebab21f11efa0734d8228a 100644 (file)
@@ -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>
index c47970b0fe823b5e6e596b5aa7c196e3c0b6d3d4..e90f75b6b613c941848a4d2b2f6c7fffbb33f730 100644 (file)
@@ -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>
index 1c482aee660742e2e3375b09de398498197d01e3..ad3a73c0c978ef9a87c1ad9703c0bf31c1d8e52a 100644 (file)
@@ -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>
index c07c4b96c0a6edbc9145cb28bc1e47cc136b6ea0..b3acfb2d81de2ee7c8aa6026692660f64f4e2ae6 100644 (file)
@@ -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>
index a193ed6787b54d4e3961662877c8090c68b94d79..d07b45048d765bc8b1490afc4e00691671e01248 100644 (file)
@@ -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 <stdio.h>
index 09755e75eadac70d1ab0af3ef1697f4001d70c2d..71f3926833840b8dad58d267cf45dcb15d16dff7 100644 (file)
@@ -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-strfrom.h"
 
index 79f1c3559cf79c357415e2e4f8ed96845ca7762c..3f6800f1d91d1b986878f396d26eefc7b2144067 100644 (file)
@@ -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-strfrom.h"
 
index 2e447f11af3a280f24943af0c24aaf870c5a45d7..5dfe894602bc7ae8950a4cd82f096a6e3afc3ccc 100644 (file)
@@ -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>
index bc44baf0cc87fa156cd9759f0a67fddd43465651..1afec993434f44eeafe68ee855dd580d05e681d4 100644 (file)
@@ -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 <locale.h>
 #include <math.h>
index 4f1910e0ce9aac30e41fe8330f99147a92524901..06bd3f1f0b534b135b47eb593ee1cb4b6dc4df65 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define CHAR char
 #define SFMT "\"%s\""
index b51c4bf9d1c2cac49481a677d599ed27a8bc154c..d58d54fdfa554915f4e06284d609b3ea1a9451a6 100644 (file)
@@ -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 <math.h>
 #include <stdlib.h>
index 3645f36c40b18e821eb897f4f7d74762e3bda06f..1570b5e10a3e52e796991e81d39b4e774cba8a8e 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define FNPFX strto
 #define L_(C) C
index 571560b743c117ae097969f99a54cccc62ea821d..a99b43f4d94b65c40bbdab5b965f49b463b2d83d 100644 (file)
@@ -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>
index 30fd2bde0cf95400316a6a97b5e3ab98df0c4cde..41afbdf93d31eaf3cab5c8a335f7c7177572783a 100644 (file)
@@ -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/>.  */
 
 /* Defining _LIBC_TEST ensures long double math functions are
    declared in the headers.  */
index f55626630e10834ebfe4ce2a1ab4030c3317e59a..1b8e4410f1f02ae8802eb249ac55df325666733e 100644 (file)
@@ -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 L_(str) str
 #define FNPFX   str
index 5ad84c38cd7d403b2784afd0be3a84d86425eae8..d5ede78a44e3e0c607b2869b3a88459081e19e35 100644 (file)
@@ -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 <fenv.h>
index 945be9824888e7aee4960ab0f5eff876670c5a29..3156dd793af0ab16eae0fe9674ff441b5129abb5 100644 (file)
@@ -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 <locale.h>
index 6f92949941703c5c4fd3582078f6f2b815e1fe87..cf1fd7371c1090a6d323d469f515713e92e310e4 100644 (file)
@@ -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 _TST_STRTOD_H
 #define _TST_STRTOD_H
index fef2a79fc488d39f5d551be1f1e9eedea532caf5..7d71e6480b2038a5efbc815b5ec712c92a17e311 100644 (file)
@@ -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 <locale.h>
index d7fd2589378f50129d3bb4920e944c89b3e4f4d9..b3fb47cfc9777e1ddfa62f98c53863a938094694 100644 (file)
@@ -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>
index ed1af2234788e2188c1bb0627f780516981b7ded..eba36f6979ccaaec1c78a14f95af5aa3d9b33002 100644 (file)
@@ -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>
index 94f3b061ebd646ed33e2913849a664ba8fd39dff..21651a2e4e3646ccb21ddceab7b709f123c35be4 100644 (file)
@@ -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 <locale.h>
 #include <stdio.h>
index f52e83b2b50bab5665bfb19ac6dc021d2d965a1b..df30b03cdf86bacef1296a314f2809f88f91808e 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define CHAR char
 #define SFMT "\"%s\""
index 59b0e9eff3b863fba9c4fcfda0a6d976511e4492..9e9b2b3cdd9951782f31e73e3eeca04eeb11df13 100644 (file)
@@ -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>
index 06afbf24c7c27b7d1b091c5f91a68da90da3b19b..68f1aa8f1df88d517d0f0a5de670a7e64112814c 100644 (file)
@@ -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 <stdlib.h>
 
index 1a0fdfe06a2e0233ac42c63533e0c348b0ad7860..7d25a3e14e56e9df4160019d3be91610262751bb 100644 (file)
@@ -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 <pthread.h>
index 3310505980e595cfd1c83c05b92cd5323ae4b710..2059580adbae95f72eae83ddebadeb1a05f5d1f8 100644 (file)
@@ -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 <fenv.h>
 #include <float.h>
index 659d97dd75edaa9b8b613c458314760ee849a052..636cc6ce8c9c78e4ea9f5c7b421fdd061aaaf9d1 100644 (file)
@@ -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 <stdlib.h>
 #include <dso_handle.h>
index 6434ad89ab68aa6ef3639689d1efeb081bce5c67..713967c6d84830803a61ccaf99cbf4def01c41ca 100644 (file)
@@ -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/>.  */
 
 #define NO_DELETE 1
 #define H2_RTLD_FLAGS (RTLD_LAZY | RTLD_NODELETE)
index ca16848e8f4c2d833eee1ef425cf6150a5b3740f..9209638d2ab4c057111608014e75c2a34f60fc23 100644 (file)
@@ -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/>.  */
 
 /* For the default case, i.e. NO_DELETE not defined, the test dynamically loads
    a DSO and spawns a thread that subsequently calls into the DSO to register a
index 773677762a06d1595d5f6baf81439789a5dc6b54..1f61a1c81f7adc23fe427b182fd82a0111c3796b 100644 (file)
@@ -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 <signal.h>
 #include <stddef.h>
index ff47c526aa0e717de98ac9de6004edf1bf95eee9..1836cef65906810ed07e4e17adb5fa449f64ad19 100644 (file)
@@ -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 <limits.h>
 #include <stdio.h>
index 8c78f2609b14c1f8d229678fe99abb3136ecbc89..a61f9b25a27f06275f82a233c28b0e320fbc4d92 100644 (file)
@@ -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 <libgen.h>
 #include <stdio.h>
index ab97224e1a0f67bc4c1cfe7e80f5c4a55a145283..221417f4dc2ab36aab11fc837f1188e1f472d3e2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* System V ABI compliant user-level context switching support.  */
 
index ea00f1dc1b35c0fcd937d70e4872967bd3b9ba96..fbd871074bbfa55341ae224240f64c45964b954c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 32988c9f07203e238fb955a8d1bd9a9b062ae330..15e98564825805707d6abada167b3d0cc13a0b8f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 3c56df128bc0714211f8957b0db0f4b8c5a7c892..93a06948af7a739612ee0a452d2bb3f0a1bcf9ff 100644 (file)
@@ -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 <string.h>
 #include <libgen.h>
index 38b26a0f8edab25bf7ed146c967b7496463dbc0b..52fe28207c1adf7f8aab8d559a9bb76d706a6360 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for string portion of library.
index 6fc169423896e338db6f7dc2e59426f90c372afb..64d6a76db4a683bd397f4d0b11f5d59d8db58a84 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <libintl.h>
 #include <stdbool.h>
index ec1f4095980362b883d56a31b1fcbfbe064f6856..ee0a6ac550e3b6e913ad72f445ed468e5e1dee62 100644 (file)
@@ -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 <argz.h>
 #include <errno.h>
index 31478c9ef768566e3b48cbdbeb51b63ff2f75dc5..68d630d7bcfb0e075a9c4e78825f966ddb526475 100644 (file)
@@ -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 <argz.h>
 #include <string.h>
index 04bd5f261bd90db47ad4ac2f87149ce3ad1a3e31..5ffc28ba644687d8a1a124e9e24270633c5dac17 100644 (file)
@@ -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 <argz.h>
 #include <string.h>
index dc4ab07c1962970664fb232d7a701d9b1f385e9f..86ea9b3bfb4f9078c6f1442b3d8f7e19ada2fe14 100644 (file)
@@ -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 <argz.h>
 #include <stdlib.h>
index 7c85ae645ffc3efdbe483e21f12246642ce11413..34538e71bce365ab5d4ceee8056803616d09a209 100644 (file)
@@ -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 <argz.h>
 #include <errno.h>
index ab0eb1df84f4068c194baed4f164eaeb34ba09bb..f95eeb9cecd9164ef99947f2a00842293649c090 100644 (file)
@@ -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 <argz.h>
 #include <string.h>
index 073aac7ec81a5893f5369cf4e5ad9337e67ba9d3..e70e5377923464dd66f9ae68d7792f1fae40e272 100644 (file)
@@ -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 <argz.h>
 
index 88acc577c395310a8d507e5618a043b402991571..90b8d8341d89f3453fd25917ba2c047a9301277d 100644 (file)
@@ -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 <argz.h>
 #include <string.h>
index d23088f945013600720021da98f76472b7af2e87..9c9fe53755ccc084513cd813793956b3f30c4be8 100644 (file)
@@ -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 <argz.h>
 #include <string.h>
index d08f3202ee3d9f21fcb4508445a9a9f62ff51f66..d876d4b2dd760beafba83c001b934d8f0dd843e2 100644 (file)
@@ -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 <string.h>
index bb695e2af601c13f23d2f8296c885f15aa8341ec..4b9a161158da09f9534adaaeaedf98d93287b25d 100644 (file)
@@ -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 <argz.h>
 #include <string.h>
index 53ff409948996c50d79485517cc061d0b0651008..55080de487adf4d19a20f3faec56bca6419ea20f 100644 (file)
@@ -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 _ARGZ_H
 #define _ARGZ_H        1
index 1e601e6a32c6bee62ddfa2ee9f902722270180ff..8f20996ade9a477d898db0d2c28254a4120f5595 100644 (file)
@@ -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 <string.h>
 
index 54772fb88edbc2f1c0e88fda9f6d00e1e222ded2..41c51b13b4c3a7dcb3b6543419df2eff17553088 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index afeaba536106e421f0fe9852453d670ab745ea0b..0879551741aae962506a62fc427a3ef2f9f8d2e1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_STRING_FORTIFIED_H
 #define _BITS_STRING_FORTIFIED_H 1
index f8088a6423bcf41fe87dbf764e8c95083a697c00..764599d4c04594b1c134e622f229247123619632 100644 (file)
@@ -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 __STRINGS_FORTIFIED
 # define __STRINGS_FORTIFIED 1
index 525ebd7e000d61987e09b38224bec15da072b9ac..14a472b1edbfb0e72ddbcdee70701f6cc16caa52 100644 (file)
@@ -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>
index b1941914c04102c028bb301d28dbc5d9c5917b5f..f6b22ccd2c59afdca0fa34d7fef73bef17fe90db 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _BYTESWAP_H
 #define _BYTESWAP_H    1
index 0b8c5f48eb5fed4e505c2f6f9ee0c6fbdf6d4cd0..9e3eb2348ac6df85d69db4c3a2df076dcd22f323 100644 (file)
@@ -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 <string.h>
 
index e62b7356256f91715a9a31b5887d2b47b95b23e3..17e4e893fb5fb5fcea552a232c2507592e9ecf34 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _ENDIAN_H
 #define        _ENDIAN_H       1
index 7bbd19fca49343afadf24e56396613f87ca69915..4466af407de93b74613cd642029e11343130545f 100644 (file)
@@ -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 <malloc.h>
 #include <string.h>
index ebc52f45f406e08bfa36341df96236e94aa2da8b..d20bbd7b59539a0b19d9a878cc6857cdd24918b0 100644 (file)
@@ -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 _ENVZ_H
 #define _ENVZ_H        1
index 056fb0bde925b64e6ffc755495dd8efcdc474a17..0ad08c0cf127af11492696e3ded8cf818136475b 100644 (file)
@@ -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/>.  */
 
 /* An assembler implementation of explicit_bzero can be created as an
    assembler alias of an optimized bzero implementation.
index 183220117f48991f07c1858af5fa730bdaabcc94..f6189ab953f2e55105d47392beb8050971a4a172 100644 (file)
@@ -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 <limits.h>
 #define ffsl __something_else
index 482a1f647d6e1a594bde35fe5e6c24b6783c4e0d..794610864ea178bdc16163e1a9ee0602cda0e4ba 100644 (file)
@@ -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 <limits.h>
 #define ffsl __something_else
index 1b99cbfd459a56d6fd98783c05254c8f5363dae9..90097359997fa96060e1de30a7d800643566cb12 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 1764ebf837ce9ccf2718835349b795be57f0f4bb..36e5bf8bdfb93a219166c1be9ba3130b4523f770 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the 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 _LIBC
 # include <config.h>
index 30da4e8bdcb4da3f2412eee38dc0ade57b6df0b4..062a06f9369bcdf968080e181788f78e472f9b35 100644 (file)
@@ -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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
index 2315b6fecb7f35c9539bd24cc8b20f21b5e541b1..382dda6ea83ee5d2d756ed0c7ffd2fee6b6c8bf1 100644 (file)
@@ -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 <string.h>
 #include <memcopy.h>
index 9fc97ab8b4db80d645f76d7ecca5a5faadab869d..64e546b5ab4c25698845fea3e5e7332a375413b3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 83ee75e8c74f7fd56e8e86d1941db56ef296e135..3c9a161df80b5725f6e9cda2b87abe3a91fa72d3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _LIBC
 # include <config.h>
index 84b4339ecb1edeebf7dc5d2884b57809fef34ac6..4498e2c1cd4128d32939e0d7153f2ed6702ec643 100644 (file)
@@ -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 <string.h>
 #include <memcopy.h>
index f96893e220894fd289f27fd7976aa14df401b8c7..8dba78dc976ce4ceebc72ca3b2c85092360897e4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * SVID
index b7d9faf064bb1bbd6d08fbd521746fc8da266e9d..872c2df0691e346ed71a5141698ea654157a657b 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 NO_MEMPCPY_STPCPY_REDIRECT
 #include <string.h>
index 37d33b5ac67d5c4ab8059845fbcc793f22246ae8..92835b4659e42e8431e563448899d98196d8bf40 100644 (file)
@@ -19,7 +19,7 @@
 
    You should have received a copy of the GNU 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>
 
index 950445c51cd9f5d04b3b65ce1251015a08b09336..8f6f0a47686b531ba6b78c7ed82f0ae2017b2b9b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <memcopy.h>
index d4d4e8131765779cc0e4cd1fa9e9c8f821d175df..3b615a9a768b827537cd395266a22cc59e5db5e6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <libc-diag.h>
index 2e6598861d188fb7d8d055989a3ae9b786327055..c8f87988f1c4cd362fe335db675675ee8e550b76 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index e41ef15c9d6d2c681e7d42f50c6ff573be5811c2..05c7f5fa4f313d82d63fb1b892e179bf585f4073 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index f43c613f5a98b67f6dd782a8d081dd1d81d3448b..966044ce689313598bc4c3b586924906676134d3 100644 (file)
@@ -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/>.  */
 
 /* Before including this file, you need to include <string.h> (and
    <config.h> before that, if not part of libc), and define:
index 5f0b7195f1f6905f71adb03bbf4e9a75c6ef3cfe..d2b189fd2df35865d2cea38ff3450515db7f26ec 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _GNU_SOURCE 1
 
index 4a78f6055b078b36451f4523858bede36cb7ea1f..1fd71418aa5ff6fd4128a674d139600b2085e898 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 629cb279721e25d25fb0fb27747e55e848328512..16355ce0d80ef47bf89b44b2e68a5394e700a0c4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 USE_IN_EXTENDED_LOCALE_MODEL   1
 #include "strcasecmp.c"
index a2aba000b12c26eca362ffdcb435722690ec2def..ea729449da46a559b46d043c9b254702c4d62589 100644 (file)
@@ -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/>.  */
 
 /*
  * My personal strstr() implementation that beats most other algorithms.
index b7b1429805106bcc4e1432fd15c1606d949b002d..38fa17588c6842a27955a12bd16c5b827a36e31d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 94e50baf0c933e3a9717f147087aa6dc2ee464e2..4d62dfe6a61f643d42ad1eb58a0d7eab4682f14f 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <stdlib.h>
index 052fb042fc594f6a683adf06a61628ec0bd62eee..010fd25d3061bce19d4e0e9d62ff4a9423706913 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <memcopy.h>
index 3485aa64c10072ed7ad52340c6690d0ca7602506..8092ed4f03d110def5011be7cfe4aaf7510b283a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 8aadd96ca813f7eb0ea68565c01663566fd20ef6..84caf1cd0a0f9f2d47aa23692e854a93b210faab 100644 (file)
@@ -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 <string.h>
 
index 1b5ec5d97917760003e397428215cfe6d51b3fce..61f9f5841b33b1134abb67f55028f3b91b32ba00 100644 (file)
@@ -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>
index aafe4b08d2404675f2222781c1e31ff6f86c8fc6..d242b53970ec5637f6b8e89adf93bf6bc5ee96ac 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 1105bcf93168e52686e874c8928d845c9c18250c..e185dad13b382bf806ce4f643a4d290edd91562e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <stdint.h>
index 01e81cc77bcee3f4802d7da5dc48592394d6f76f..410ddb63a4c5478b676af8ca0f7fa0ad3a00b2ca 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index 5ec72a1249e7d9e8dd9cb694e703ecbefde006b0..7690793e5046bc52697e8db3b039c5f6a2cd8014 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <libintl.h>
 #include <stdio.h>
index a3a574336d0c502ea7711f7060835a6a2fb9c1f1..2387f2fe30bd573666a5c86514415e391190ac05 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <libintl.h>
 #include <locale.h>
index 71686d45c245c793d2a905aa478f9bc4752357f0..6306f06ae4d48aeab73436e6b0391403ae3ec97f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <stdlib.h>
index 7ea35a498b942fe399e52c5146d06ee79c5d28e6..30f15d9847b8c97a5d6c676d807d407265f83c3a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains compatibility definitions of functions that were
    formerly defined as "extern inline" in string.h; it's conceivable
index f51a9e2270ad5c743962ce215a0f21f634948ff5..73c22a535aa505d3b0b3a9b0b346971c147b1a1d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.21 String handling  <string.h>
index 5428bc4feb679b82cf6366f91c4e7780f24329e6..29017c253cab17b394d932e0fe95df1aafa7ea62 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _STRINGS_H
 #define        _STRINGS_H      1
index 279749659f2be51a1f643a9aafdc4e1d3320136d..ef862b8e8a8c2d4a21db1b3a80bac83530dbf9de 100644 (file)
@@ -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 <string.h>
 #include <stdlib.h>
index 2814b1dba76e37a972808c76875e75dc91595d43..2e5382370a8675c3d0774cae37c3ca4975fe5fd1 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 5fb951a6cc34dd275f80f49d8371d3f9b6eb0219..4e400b0e8773da92715e640ba6eb6bc949ceff2c 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define USE_IN_EXTENDED_LOCALE_MODEL   1
 #include "strncase.c"
index 8e35522384cd0b48252cf966980d53b62098aea7..cc2e24b48b63749a010cd0dcf5cf6ef15af7ed3f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 7b8f0ad88fbd8bc237ba43aac04503119b703bf9..51890989eebb31aa31052e33bcee1193e75f0752 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <memcopy.h>
index c31e3bf96fef4f22ca73a4d6cad22ca36ed9e8f8..f361ac5f74fa6663c39fac9d54e86ddf290fdbef 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 0c1c0681e5e101d3b65d6fe1d874088d72765ad1..c0147f3e25533524a891f00a48c401bbf6b454f8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
index 6c97b76f17ed6c15096876d2aaf612c0b13d5264..0b3a12e8b1dbd3729bdffd2995b54feecfae29fd 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <stdlib.h>
index d321c3d8b2709123ce50e829623aafcfce6a5097..d8cc0e10f622874ff749597b11310804fa0c8fd5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 56e43040f7b4614b8bef7808340f3539065ad87b..a39a28acc5fd5a7be3ae44a290fc7b36f51ab5db 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 2bea7132edec6956d707e140fbc94e55bc75fe89..a71f1b022f244c103d083664ca96c5c62e6b8ac6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index e43391045d645d05b32b57377a24ec9436685b18..b584f7e77a5984571f7099e410ab6e0f697f39ed 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include <stdio.h>
index 97c67fc0712d330e7dbd7a9e62f7857ed57465a2..d3e5386d31078e61665b253707c9b7eb6d726cf0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <stdint.h>
index 408cce8ed5a8c34c1e3bef24e9fb8d06974486c1..424d0e3801359bbf0e5e611b3ca197e3f4ad95ba 100644 (file)
@@ -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 _LIBC
 # include <config.h>
index 2eebc0a0dc9e4ce3bf3728d6361b691093c9b913..ea859d214ade6b00c4d533036e4d75d85d255869 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 6ff34ad9ab9d34362704e7671eecb945bb0e244f..1ffb02221e2493de6d74eddec85b8c853ac44382 100644 (file)
@@ -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/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 61f4aaf99b03392ed5d930ca904ddaaca2e4dd2b..963b2fd6ce33850892619f395fc09de588e5e864 100644 (file)
@@ -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 <stdint.h>
 #include <string.h>
index 60bf6d2189d4d059ae1e7c203de4269e30ce2f04..9b4c16f3aa53414f195bfb13dcf97fb210d3ac02 100644 (file)
@@ -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 <string.h>
 #include <locale/localeinfo.h>
index eb23645c3506074a923cb3514dbe868e37d84aff..56020c47dd9b3fb793bcc83c9e584123c2af6fed 100644 (file)
@@ -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 <langinfo.h>
index fdbeabe9eb2a483fed706634b2da4469b4a7fdc2..4f3e71af5eb3f798e1d63bb62cdb7085a8b1f896 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index 86982df6cfbefa1163e4fe5af59cfb42c8ca708c..c22dcf6770a6d0c0d1b4c9aff1f9e4bcf868734b 100644 (file)
@@ -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_BCOPY
 #include "test-memmove.c"
index 7a928f6851839e67221e96738995270013ca6b35..b6da3a674922da4a4cb17564367ff88b017ec070 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the 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_BZERO
 #include "test-memset.c"
index e2cba80e5df90db38a56992e89f61400a17e6aa0..6882c3aa8857ce21912a632ccf12d5e2aae058aa 100644 (file)
@@ -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 <endian.h>
 #include <stddef.h>
index dca0deefcdf71226c13cfca6dc6be4de425dce1a..74b34f97367b21dc3b3118eea5fae180f6e7c6e3 100644 (file)
@@ -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 <endian.h>
 #include <stdint.h>
index 3da06ba3f8af8f6c86bf231e72289d0302edd013..1e7ad27a615d67468359f54ea222284cd6cc40f7 100644 (file)
@@ -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 <endian.h>
 #include <stdint.h>
index c986531be4765c928dd4e98eef0be144eaba5a57..dfa5be7a2aa6b7e55b4099fe4668425b2986b3d4 100644 (file)
@@ -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_EXPLICIT_BZERO
 #define TEST_BZERO
 #include "test-memset.c"
index da4c4216c32efea52df3dc3ac14db3ff3b287031..5c560e04f5329497b372c8897e7e72cd2e5d317d 100644 (file)
@@ -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>
index 1958aa24787386b7846c3d286f52a11538a28b4a..6861484769e105adcc7563e5aeb86b7956a5d208 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #define TEST_NAME "memccpy"
index 58bb54efbcfd25dcbc4efbc1d280550e46c300bc..6e96363a6cff4679597e5f6263c46ca6680aa459 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #ifndef WIDE
index 80d8a54068f7f61b7f6fcafbf10c55468e95bc83..762ddc54ffdd899e45e24c937d5671f1f36514e7 100644 (file)
@@ -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/>.  */
 
 #define TEST_MAIN
 #ifdef WIDE
index ca607bb31d0cfd4817563e73e41ec70a2e767081..3abb1a1ba7c13305cccb6ebb6d274b2aadfac776 100644 (file)
@@ -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/>.  */
 
 #ifndef MEMCPY_RESULT
 # define MEMCPY_RESULT(dst, len) dst
index 2ac7f18c71bae770868a9155c4e46e76be717a6b..e7d7bee050c3b24b635ae63eb766bf6525633cea 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #define TEST_NAME "memmem"
index cd3ae44c77ba3f95d15846e4b6e820ad19ca9d16..04ca19da2003292aca3091b052d2d5e7498adef8 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #ifdef TEST_BCOPY
index b96f47a141b2549fac68bca65dff4ac91f18635a..3c9a908ab84f7713895209dcf0dcda18cb23d93b 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define MEMCPY_RESULT(dst, len) (dst) + (len)
 #define MIN_PAGE_SIZE 131072
index 1640e6c4b9df4a3bab8bf3955f045c5dc788217d..e638ac5ec3cd108d06cf8e7f86f7313fcc678984 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #define TEST_NAME "memrchr"
index c89441e2ab4c48f705dd73ad2623e1ee27fd8758..1147491ac6c51ed8aa51a119de6e929596dc92fe 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #ifdef TEST_BZERO
index 8a18ecc0477013d4f7cc7cd9f4f02eb198d54f49..3ae64150bb51c879dcaf521eab1f97562fbeb0e4 100644 (file)
@@ -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 <assert.h>
 
index 78e6eaeeb1c057b4df7f7b016dd5d15b9129d8c9..e460bb8da5c3328fce7ec6c2d3ffe6f1823db3c1 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define STRCPY_RESULT(dst, len) ((dst) + (len))
 #define TEST_MAIN
index 62ed43301085aa9458b03f634d7aa06cbd840a8a..31fad58394053aab9e30f7762a1df07e391c9e5e 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define STRNCPY_RESULT(dst, len, n) ((dst) + ((len) > (n) ? (n) : (len)))
 #define TEST_MAIN
index b1c4d8606173b34ba4d75a5d7152cc769ace0656..dfc9b82ff536e387aef233e7397a864b890099a4 100644 (file)
@@ -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 <locale.h>
 #include <ctype.h>
index 7649cc6e1d6d575f6567397c30f470104f590cc9..e1176df569e9545f710435d4e89c6a1549589225 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #define TEST_NAME "strcasestr"
index 1185e33781862047f500b092ad675a4d3f484256..51cc23cfb91860ce55c573c3a6c28f748a558ac5 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #ifndef WIDE
index dd33e060131bc3b78452d5f109e44933153d0157..30c6d0b6140cee0826b531a827eb1c1348351ea3 100644 (file)
@@ -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/>.  */
 
 #define TEST_MAIN
 #ifndef WIDE
index c5087d953f0824ccc31221a52f73380dd4a555d2..8698d73a8acdf611372e0ccf9b61b0600478efdb 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define USE_FOR_STRCHRNUL 1
 #include "test-strchr.c"
index 667cce3dc6d5a47f18f25b0dc1b7b7d01bbd1b2a..8ba003df3f803e66f810896267e484f6ca36d420 100644 (file)
@@ -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/>.  */
 
 #define TEST_MAIN
 #ifdef WIDE
index 75220dc13114d355bc78cef9a2a0f08b351a19e2..822860b45a11660fc6f1de8da6b7504e62319888 100644 (file)
@@ -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/>.  */
 
 #ifdef WIDE
 # include <wchar.h>
index ff3f6279bfcaa0d8d7761c4a943a338d9f30dd90..1c31dd6c5bead0f269677c84313a41215c94914d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define STRPBRK_RESULT(s, pos) (pos)
 #define RES_TYPE size_t
index 8e744e7ed9df5924fe3a25aa7b63a192574bf2a3..d539f0bad44cf3aeba4a53c39986b990f8914776 100644 (file)
@@ -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 <dlfcn.h>
 #include <errno.h>
index befd3e993155d4c787f6e091f68e7f66d54e2d51..ae0722122135a77f1da78860ac57813551ec1327 100644 (file)
@@ -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 <sys/cdefs.h>
 
index 2cd2f66205da03f17ae576842d016d10f3810003..121fe7e63805a497fd52e05ce47c3f1b1e13164e 100644 (file)
@@ -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/>.  */
 
 #define TEST_MAIN
 #ifndef WIDE
index 867a4f43ac4695df3cdc99b056ab5d1902ba80b7..cb44528267c47c7e934c791c9323254e38353970 100644 (file)
@@ -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 <locale.h>
 #include <ctype.h>
index 4b71f4a5b7ca050ce2d67bd193b7a8a9aef7d5d4..c7bbbf95760a2874c2a022ec928461aa8917319b 100644 (file)
@@ -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_MAIN
 #ifndef WIDE
index 042e85e3990c5820932788f2c9487c0b6f64e4de..52638a9fc37fae7fb29dbf6d0d0d6d9680ae0bc4 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #ifdef WIDE
index 0f6828d6a0cc6e2e5f0baa0c6fc44db8876aa934..771ee26c600f4bac789d55ecaeba066977bde80e 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef WIDE
 # include <wchar.h>
index 8c753382a175b4b90facb85952abbc284d95fa89..9ec745856fdd4a5bb5a08ebf547a9149ef9a54fe 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #ifndef WIDE
index a7d337ec0ea6cbe214cde90b31557f9c5b8c1972..bdf156cead6d675b8a8a6a7df62d587d462ea86a 100644 (file)
@@ -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/>.  */
 
 #ifndef WIDE
 # define CHAR char
index b0286d49ae9347bec5ceb06b04294c4c452b5670..220e25117ddd892d3a58ccde4f1a446a487db882 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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_MAIN
 #ifdef WIDE
index 8e61c2f10e4850fd1d53f36731e97868c725ba8a..d2e184f2bb9c945449c8ec2f4b5a9e60d867c6ae 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #ifndef WIDE
index df6dbc251ecf984196b8c0e75ca9f78784e1e016..37fcb68cdfc6a076226ad15361d4baff3890211e 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #define TEST_NAME "strstr"
index 5877c45f6c3c5bf5c554d92b198bc254c8ca57e4..34d9f3605bb718a2c0e8d12c19d7a3c69cd09b20 100644 (file)
@@ -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 <stdlib.h>
 #include <stdio.h>
index bfc9ad0c01875e793e8c7cfc19397a7f1cab164d..24b0dad1cbbe02fc7168735655dd7afb17e7f76d 100644 (file)
@@ -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 _GNU_SOURCE
 #define _GNU_SOURCE
index cf6fea31ca9ef9350b82eb30c04c26c85540a720..366dbfa9c6e83207624123a1b9a85188334cbf01 100644 (file)
@@ -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 <byteswap.h>
 #include <stdio.h>
index 939cf28275c54cdb59168546e22b652bf1121e9c..7a272876d9033c331c4abd68f3d90a0c27147ffc 100644 (file)
@@ -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 performs test comparisons with various (mis)alignments and
    characters in the padding.  It is partly a regression test for bug
index 9b329295f425b629123e5698833a737d37e013d0..64f481b5a23b91eca0dff87a9c403a5b7564d9d1 100644 (file)
@@ -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 _GNU_SOURCE
 #define _GNU_SOURCE
index e654d9459170b75842eaa00aba0ebf6bff41ee44..24cb4fce18074bccb060eb1e13b14e73cc278b0c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index e0ceb738cd4c11ee99267b441110e3ffc697f769..cded90174401169251f1b10927cad4c130d1e892 100644 (file)
@@ -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_MAIN
 #define BUF1PAGES 1
index 58d108b8a45991bd9f531517e8cab3fbfc5fbac6..359ab987a4e6098956a3b987c8a6c6648873b6ac 100644 (file)
@@ -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 is conceptually based on a test designed by Matthew
    Dempsky for the OpenBSD regression suite:
index 4ce713c14e9df84d2acc5842a73af325f4b7093f..9476b6856990521861bc25464402040aa4510ffe 100644 (file)
@@ -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/>.  */
 
 /* BE VERY CAREFUL IF YOU CHANGE THIS CODE...!  */
 
index 168b1200f0fade4d5cbb4db52cf653737b672c12..e31bf1c77707f44b4d60bd5cb5bcd821a818d9e1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index f0bfd062b0312a44eca5623b15779cfe9fde269c..cc57b3a43c7617d7956d94b0bac175610f9fa9fb 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for sunrpc portion of the library.
index a44187f07c2b83a0dce90a352cb6fe1e7d2206c0..1339615a1b28fa34f719d4fbb02ef84d29e9b205 100644 (file)
@@ -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 <unistd.h>
 #include <stdlib.h>
index d1d2edfbc83be81867cf9a3c08d79e2966eb6a13..dd5b9b6d197bd04716c6db37c20de9b4e2592884 100644 (file)
@@ -3,7 +3,7 @@
 /* This file is distributed under the terms of the GNU Lesser General */
 /* Public License, version 2.1 or later - see the file COPYING.LIB for details.*/
 /* If you did not receive a copy of the license with this program, please*/
-/* see <http://www.gnu.org/licenses/> to obtain a copy.  */
+/* see <https://www.gnu.org/licenses/> to obtain a copy.  */
 #include <string.h>
 #include <stdint.h>
 #include "des.h"
index aaa8fff9fc16089bab645fd32f8a75fcf0fccef7..51658bb73ce2523b58c711ef7438d1abeb06c0d2 100644 (file)
@@ -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 <rpc/netdb.h>
 
index 0712c6a7db720bbbab3a92e3617db69771a854f2..e68c4d451fd111ca71f6fe98d00760029fd2a286 100644 (file)
@@ -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 <rpc/netdb.h>
 
index 17b35ff10f5877c76fd5776373759634c676a994..c449bf25e20b653f10ef178b1bac91dca0f7a22d 100644 (file)
@@ -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 <rpc/netdb.h>
 
index 8aaa0a6449ddaffe871dcc5ba70a0e19477b3721..ec68228a190e0d5b17641044ea87fe7ce1f6e4b5 100644 (file)
@@ -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 <rpc/netdb.h>
 
index 627beaa5514dd160774da29c97c86e07a792a2c9..eac8ad0c78bc9ac828e053998353d3ccd2627fff 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <rpc/netdb.h>
 
index 6c58240762a5a8256b9eb39f8396a272888ee930..e2e286148c6ce6f0bc2761956d6adf3ea9a22482 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <netdb.h>
 
index 57fed3ead44a2a9e5da230227ff6c908346da982..3ce7e5d2d82ccd729bf669437fb8f34cecebcc0e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 2010, Oracle America, Inc.
index 5a699b3677403598afa6fadb628935df7b432cbc..b5bec9882959af450645e67a3b94154e8a25bda0 100644 (file)
@@ -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 <unistd.h>
index 0780c0c5e0eb27405b5ea09b918ee5c78d79b2ef..168a09a1b75e356c9547583141591708f452e9c1 100644 (file)
@@ -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 <rpc/netdb.h>
index 245675ff514ef48961a2a7b4526052e7fdb555e3..3b7eaf476c2bc580c038599037b3bedc4421d840 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _RPC_AUTH_DES_H
 #define _RPC_AUTH_DES_H        1
index d22f9f6a386c9ce321a5a11179aae293742dd9e0..b7c17cf337a96f38f1b6f4062088a764b2edd28a 100644 (file)
@@ -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/>.
  *
  * Copyright (c) 2010, Oracle America, Inc.
  *
index c44e2a38a0a9b86fbd175738227a2f7cff6460c4..9cde6c6c66efe7f8faba75825bfea61a38ebaa7f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <netdb.h>
index ba3a6dc484ddf7ebfef40107946e385ac32e8574..671cfff89d86661902b44688d176892cf33e5211 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _RPCSVC_BOOTPARAM_H
 #define _RPCSVC_BOOTPARAM_H
index 39279b40b51aad375c59ada970d9c38d9c882699..3d35b0234a872440f3611f6c1241bbe0570365ad 100644 (file)
@@ -20,7 +20,7 @@
  *
  *  You should have received a copy of the GNU Lesser General Public
  *  License along with the GNU C Library; if not, see
- *  <http://www.gnu.org/licenses/>.
+ *  <https://www.gnu.org/licenses/>.
  *
  * Copyright (c) 2010, Oracle America, Inc.
  *
index 484574c11aad3c751199f7fb4e589f24c9007a14..6ebc28587d089a3c4f4a4679980c59f7f3a10132 100644 (file)
@@ -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/>.
  *
  * Copyright (c) 2010, Oracle America, Inc.
  *
index 17357c8ced0e567374c9fdf43a1cb5496815656f..8deda337bf9ba7f530cdbff34bed7f3823be5edb 100644 (file)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with the GNU C Library; if not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  *
  * Copyright (c) 2010, Oracle America, Inc.
  *
index eac1ae8fb9ef683eefe7e0f3453d2ab3a04a0f49..b6477bf4e57b5af6d40e0e662a210d2d1951ec64 100644 (file)
@@ -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/>.
  *
  * Copyright (c) 2010, Oracle America, Inc.
  *
index ba5f6b11b6ae40aa4882e6b09252b1f0a9b6bd2e..d4d660030018a5e28c167ddd16a3b8d909785e46 100644 (file)
@@ -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 is taken from nss/test-netdb.c and is intended to follow that
    test's model for everything.  This test is separate only because
index 73f8db2fa1036456096f392b3483025449109b7f..dd0c8e23f4ff663cc1f78b3936150a3c7f587c3f 100644 (file)
@@ -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 uses a stub rpcbind server (implemented in a child
    process using rpcbind_dispatch/run_rpcbind) to check how RPC
index 832a340c97dc1efdbdd1a9ed643b16a581859466..7f38d624962d72425ae472680da431c6c478532c 100644 (file)
@@ -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 <netinet/in.h>
 #include <rpc/clnt.h>
index 6fc55b49068e256834716a1841172e25ef7b6d4a..d356b931b9170e252251523aadc6daa4d20ad0c6 100644 (file)
@@ -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 <netinet/in.h>
 #include <rpc/clnt.h>
index 282653246d97ddfa5b34a966970a7858686fb87f..503e3e14343c28fe58432a2fc6fde15b59a656f6 100644 (file)
@@ -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 <netinet/in.h>
 #include <rpc/clnt.h>
index 0577c41f3f656ccfa88bce659cc87338fd32e2df..24560cd567034dc487e41378aed12f196c9862a2 100644 (file)
@@ -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 <netinet/in.h>
 #include <rpc/clnt.h>
index 7d7a80b36effadf587fb625303e1463edde958b9..234dbb81ffa2c5f53b680c432c86fdff9d2d10d9 100644 (file)
@@ -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 <limits.h>
 #include <stdio.h>
index 812b53502e9f1982517f9a97c227124da271ae4e..d78e3a6ca93b60f83295acc89e549e6ea021baa8 100644 (file)
@@ -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 <limits.h>
 #include <stdio.h>
index 29e0c915e505047564d29a7c5127b28e9f9a627e..e302e7dd45591817b09255f956105b18d42cc3be 100644 (file)
@@ -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 <rpc/types.h>
 
index ab66913a02d264c7d51a63dc77c9fd6fe2d7b710..be900438010df03b7b648a696c68096ec07eff26 100644 (file)
@@ -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/>.
 
 subdir := support
 
index 974582215f39ad37d6cc73d362bfbda95877ca32..319258f9a21ac08aa542633b99ee48901f18b6f5 100644 (file)
@@ -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>
index c669527cf2199f09172499b0d2f7710370c4b162..83050196933a168422596cafdfd28137f7ec9796 100644 (file)
@@ -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 SUPPORT_BLOB_REPEAT_H
 #define SUPPORT_BLOB_REPEAT_H
index 2832cfc635d4c102f7f24db57aa36221d663bdcd..2fdf83963bf2dd918575adb8446c8986d61d7dac 100644 (file)
@@ -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 SUPPORT_CAPTURE_SUBPROCESS_H
 #define SUPPORT_CAPTURE_SUBPROCESS_H
index 7b5830ae17c81be98c604d24141c91d6424a4444..0d78f63d108bd6b6d898dffe364303d09302ced1 100644 (file)
@@ -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 <support/check.h>
 
index eb3d2487a7349678765b70ab3a968a7b523e6081..e95f4ae91b446161e3f500a285630132fa65845b 100644 (file)
@@ -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 SUPPORT_CHECK_H
 #define SUPPORT_CHECK_H
index 566695ae278313b3e0a1d7651166dc8fd4b0ede5..e324c94eb42270071948bfae35dd9df103aea2c9 100644 (file)
@@ -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 <support/check_nss.h>
 
index dddd78296ab8e3a02b58b2e203402f0e7239f8ea..d20ae8dc83a00c7d81188bc24a6ef5ba375818a3 100644 (file)
@@ -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 <support/check_nss.h>
 
index fd3f2b021b3a16edef23432f9360a00c6c871c33..d3282a38e625606ab717688e28cf31d88c5c6b3f 100644 (file)
@@ -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 <support/check_nss.h>
 
index 8852722a247cddb9c2804fd0efdbbb26a26ef03d..80132f41c40f4d81414ce2404e6938eb7f43328e 100644 (file)
@@ -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 <support/check_nss.h>
 
index 2f84ab9e36a26463b5d756191dd2cfce9dd386b7..081472a6984d166768c1735602a7b711c7006423 100644 (file)
@@ -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 SUPPORT_CHECK_NSS_H
 #define SUPPORT_CHECK_NSS_H
index d20dbd245a8558ee083593b013eb225c84394c4e..6a6fa124e0954a8e695e31ccad4d2ffaef8d7387 100644 (file)
@@ -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 <support/xthread.h>
 #include <support/xsignal.h>
index 3cd071f996072e5d7e34684cdd572f3cc8330b8c..2430a57490a181d1c461c0b85b998ce589d3ece8 100644 (file)
@@ -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 SUPPORT_DESCRIPTORS_H
 #define SUPPORT_DESCRIPTORS_H
index b1c2884254093e1c60e736ab157a7af5db132657..8a705b3603ecb56a8e512b852340d4a83d8c67ce 100644 (file)
@@ -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>
 
index ad33429ba9d8281dbad2855e3fa994755746d7d0..c85d6c6e3f8f1be4ac3b25efbf4315c133ff8441 100644 (file)
@@ -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 SUPPORT_FORMAT_NSS_H
 #define SUPPORT_FORMAT_NSS_H
index 7835d455d676b5d9d735841876f59326a4af8fd2..7a77df124f9e352893559b13757cfd6ad5406d3c 100644 (file)
@@ -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 <support/support.h>
 
index 4770cf9e9065ec14aa68cabc39a995b318b74cfd..5f509264cd01282eed4172e7fe0fb10547ee9a06 100644 (file)
@@ -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 SUPPORT_NAMESPACE_H
 #define SUPPORT_NAMESPACE_H
index 3ca754b311e40a84cee6fe73592860b3c8fa10ae..64e4bd9e0cbe0c8c24f6df7122e74c750f74bdbf 100644 (file)
@@ -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 <support/check.h>
 #include <support/next_to_fault.h>
index 148451e1fa61680306d926d8dd367ec3aa001438..0a95a14770db3e5faab8392f69a80843d6f66630 100644 (file)
@@ -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 SUPPORT_NEXT_TO_FAULT_H
 #define SUPPORT_NEXT_TO_FAULT_H
index aa8e4352f3beb885bdec32a851b66c88e12c8063..f082c46b7f5016bb1bb0b842c2f4e8cea849bc59 100644 (file)
@@ -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 <support/support.h>
 
index 903ab2ac05b23effa1ca42e7ff732c687c8f2868..aeca519ee3a29d791c93edfb8fb3a0968aac23b3 100644 (file)
@@ -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 <support/resolv_test.h>
 
index c9e48205abe0d154d78e1803e39f1a989d443df4..e36e3e3ae071730922d48d87f9d4d324b3db503a 100644 (file)
@@ -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 SUPPORT_RESOLV_TEST_H
 #define SUPPORT_RESOLV_TEST_H
index a4ceb95b29622b35b8b8fb252ee9d39afe183b60..fb2726e6cc406c54e8159c0c1207f4a13e000f47 100644 (file)
@@ -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 SUPPORT_RUN_DIFF_H
 #define SUPPORT_RUN_DIFF_H
index a5d931d86ae86f82c2d352437dd3805e410e8687..95ceb9da5a730cedeb1fcf37290649beae8bf29c 100644 (file)
@@ -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 <support/support.h>
 
index ee3224dfd0687272bd2f184bfa939d28f3d4d1c3..d6d7608bf2b27cd11bdd8aca73c153ca6bfda757 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _FILE_OFFSET_BITS 64
 
index c031878d94c70c713a7b505360694d096f10d314..69e0af13087593f15e29ad5e1ff3b1194cf18bee 100644 (file)
@@ -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 SUPPORT_SUBPROCESS_H
 #define SUPPORT_SUBPROCESS_H
index 348b1f04404a3a1e36aa143201b271ac5e489528..b18ee2284ee0c7f86499f3b0e94713c6c305575a 100644 (file)
@@ -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 <support/check.h>
 #include <support/xunistd.h>
index 9e3dbfb71330a009f141430871d1add18c4cc154..438b58ad4148b3f058f80d3f9e4b78b129d416aa 100644 (file)
@@ -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/>.  */
 
 /* NB: Non-standard file name to avoid sysdeps override for xstat.  */
 
index d72f807477c1a0a6a67d055ed47705d5e92e1cbd..a9df6e9a3c1cb7476a97c918a06bd17339e63355 100644 (file)
@@ -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 file should only contain definitions compatible with
    C90.  (Using __attribute__ is fine because <features.h> provides a
index 0df0e93ac43e5359fba7fdce6e6de89bc31e916a..9d0505f1ef5382edee123269f8a46a725dd8a28e 100644 (file)
@@ -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 <support/namespace.h>
 
index 649a811e10f6e4bd7a18e1ac903ac53bb6a4f2b7..b10a792fd8f9fbfdabde547508fa73e4d1199dd4 100644 (file)
@@ -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>
index 948ce5a0c6bbfeeb163e7e5cd260ab9bd8cfd1cf..7e0434d1aa69d5bb2f862c8b8f53831df7b5cb91 100644 (file)
@@ -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 <support/subprocess.h>
 #include <support/capture_subprocess.h>
index a5895c75fe2479a60cdc47c40d4f89d1249cec8e..6b953584c43d0f0d5a842c9c38d2f4a90be5040f 100644 (file)
@@ -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 <stdio.h>
index 412ec33f53b85eab191a6c29ac923ba8a0157653..dd6d03edd5aab596a9787509bb8bc3f19b9a4d6d 100644 (file)
@@ -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 <stdlib.h>
 #include <support/check.h>
index 15b02d5876dfba8c2f22335d1d14c6c5263f50d9..ea8be86f10734d21f35ab5c1846148024c10d8e5 100644 (file)
@@ -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>
index ba14c5004b4140fca8d418c35d0a1740e8c0c416..9866728afb03ae192c38cdd08a07c1dafaf98007 100644 (file)
@@ -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 <support.h>
index 848f56c6a05c56aa8c41c0a2590ce320a95f05ce..e3012bc60f7532438ddf4a1f38e6996e700de943 100644 (file)
@@ -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 <dirent.h>
 #include <stdio.h>
index f376c16e994a54837b670f3442b1eddaf76fe533..4811af3db75d9bc57469f426665903c1021d4034 100644 (file)
@@ -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 <support/namespace.h>
 
index 3af29d6e6b12f3ac85d43bf72ca468c13608f23a..73910b1a2ab1c1d8940fe206c00c8e4d3af483f7 100644 (file)
@@ -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 <support/namespace.h>
 
index 8f439d5fc464db98979bfeddf2a726054e36aa91..2b14b52acaee1f2d66235896138a316cf055c3f1 100644 (file)
@@ -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 <support/format_nss.h>
 
index 6bccb36a480024cd91d31453e7f5f84a7114a071..424a528e1b6e4766016f1dc25e0cf3d0307e50d7 100644 (file)
@@ -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 <support/format_nss.h>
 
index 7ada6a8acc9b060a55bf927e6fd5650b385070df..6a2a129c1e00eff16a0eaebc968341a6005ded75 100644 (file)
@@ -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 <support/format_nss.h>
 
index ef13048e2d60a5796a1874c2cfa4c07d0745ae56..04f5ed9c890b6f5e4488f5ad3f97339c1836cdc4 100644 (file)
@@ -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 <support/format_nss.h>
 
index 604d1c2fed151b5210f93eefe789bcdb83f9bce7..4210d51506de96d37949e1b141e4fa72b7dbc6f4 100644 (file)
@@ -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 <support/format_nss.h>
 
index d5ab83f2acfc70afc580e08a036625f2ca121548..8ea6c39df62f2eb740fedced67f8fcc6a3c1bbfb 100644 (file)
@@ -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 <support/format_nss.h>
 
index 998020a5ed12282dbeeea122fb4d01c0af2427ba..d358b4668c426e5cc92a634d2031f0900de2c157 100644 (file)
@@ -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 <support/check.h>
 #include <support/xunistd.h>
index dd441f1a623317c66feb06d6fb0619ef1b1cbb17..d06c897abd60a96be487fdf580fbd2e73773cbaf 100644 (file)
@@ -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 <support/tty.h>
 #include <support/check.h>
index ff1df2bf2076b26f3fe0fd87259eb45943b7d991..22ce80f4cd57d6d644e18ecad932343c30ba8e5e 100644 (file)
@@ -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 <support/support.h>
 #include <support/check.h>
index 5fd9931b17c1042400837caaf26cc35b664c506d..26e6d247ecfe22968349de095b25a25e8007f7b5 100644 (file)
@@ -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 <support/support.h>
 #include <support/xmemstream.h>
index c2375ec31d20ab7e0472509dbf6b79e3473d8e99..2a889cb4ebc12416f2cb74c43e5a7b0964bd8455 100644 (file)
@@ -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 <string.h>
 #include <support/support.h>
index a8ffd1fb7d0dfe699b532090426e79009323c932..9df679c4ccd208c44e3e03f49376118091f92e3e 100644 (file)
@@ -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 <support/check.h>
 #include <support/support.h>
index 50d5f6cba3023548d2e8092e97e3fe38ee8c2d0e..8a237862b680b63bd491048331971f7bcabbc948 100644 (file)
@@ -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 <support/run_diff.h>
 
index f7a83310cf6466d650c0e4093eb604af94b1dd02..80aee10ba28caa72f370fe79fc92b6fb43ccd441 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 0c8cc6af30a23c489dc8a793c2515850380de817..5c632a684716ee6c57955be5bda2322270e31427 100644 (file)
@@ -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 <signal.h>
index 37f012257d9af24e8d5dd9a1f0eb200ae178d28f..c0e0b308c4c5f09043db0271bc1ef44d1457b5b3 100644 (file)
@@ -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>
index 143ee91af58a479375a224af2fb4dd87c601976e..f1924c899dd6b6d0c9639c40d42954892070ee17 100644 (file)
@@ -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>
index 36b248c9c196e0f33a22684cbfd3aa335ec777ef..9f1b1a5af488ce9489bbbebc165fbcaecb16bcf5 100644 (file)
@@ -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>
index 7e7b9edbb02f4ae731a97cd12e28ba57a5712dbc..05ad92e6880a99bfc811349517412fdacac5783c 100644 (file)
@@ -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 <support/test-driver.h>
 #include <support/check.h>
index 13de2a609cd034658e6c3de6aef83a2c6544fa6d..4a64e246683d5d82be49b8f0b7fe16c568c090d2 100644 (file)
@@ -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 <support/check.h>
 
index 661656e1cdcf013f1d1926637eea543cfb3420e0..e586ee22ac602913ca1339b626222e3a40c137b5 100644 (file)
@@ -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 <string.h>
index 7194f0bbdba9f9b5c86455622566d410a96e2cc9..a93d50a9b6c76b5d53f73eda481e39d15540d2c4 100644 (file)
@@ -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 SUPPORT_TEMP_FILE_INTERNAL_H
 #define SUPPORT_TEMP_FILE_INTERNAL_H
index eb24ef66b129bf6af17b91c336e189b47dbe995b..f81018db685fc7aedff4abf7ea7f4b28c97cf1b5 100644 (file)
@@ -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 is required to get an mkstemp which can create large files on
    some 32-bit platforms. */
index 27fdf602aa34178b8dc6f64ba8d772bea9d2ce39..172ebfb226963fdfd6811da3174faff8c014cd24 100644 (file)
@@ -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 SUPPORT_TEMP_FILE_H
 #define SUPPORT_TEMP_FILE_H
index ed911e33f90ce306ef12ba14ad1c73e25542c0a2..9c42d3ae2f49bdb570745f8276b7295c2a72090d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _FILE_OFFSET_BITS 64
 
index b753e50e2b70f65870f9f8a31be5696927aaa0a7..cfe76358f302afd7fc4495a274c42339ad141808 100644 (file)
@@ -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 should be included from test cases.  It will define a
    main function which provides the test wrapper.
index 55f355f50ddedb0f7a729b962757e11742b1564a..86b04a19f27323e1e6d3fcb437a6f06cec4f86c7 100644 (file)
@@ -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 SUPPORT_TEST_DRIVER_H
 #define SUPPORT_TEST_DRIVER_H
index be7a59051474c739db41bfd65b4894b3850d050b..ea9791dc9fd9287abf6bf3b9e4fe8e1625a7d551 100644 (file)
@@ -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/>.  */
 
 /* Return the sum of two timespec values A and B.  On overflow, return
    an extremal value.  This assumes 0 <= tv_nsec < TIMESPEC_HZ.  */
index bf95c7f80de08242b7dc349c5cf4d1a6d2939acd..0fe6517109a23757edf086ad5e1a3fa2fc25348a 100644 (file)
@@ -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/>.  */
 
 /* Return the difference between two timespec values A and B.  On
    overflow, return an extremal value.  This assumes 0 <= tv_nsec <
index 7c1a4e5389a7ef6b8b1901e33dd95219b3d1cbbc..268ee44c3377fec4df0977ad592c9f62eb34929c 100644 (file)
@@ -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 <support/timespec.h>
 #include <stdio.h>
index e9f466b3d15783ebec20e4cf5310679a3e956e28..be427ac4bbcc038db26b611f0568299f185b4cfd 100644 (file)
@@ -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 SUPPORT_TIMESPEC_H
 #define SUPPORT_TIMESPEC_H
index 8a9a26463f313b789d6b1f116b8e43a182eb229a..b946cbdd7a76ad38c83a5276516bab1c999dc189 100644 (file)
@@ -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/>.  */
 
 /* Implements the in-container /bin/true, which always returns true
    (0).  */
index 02d9638e8c583b7ab79a8cca38b4bf2de5ba273a..b8f0061aa6c468ea40debb3ce1e1c2aaf37727a0 100644 (file)
@@ -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 <netdb.h>
index 29dabd1fef40b7ead947c5a9c179ea77b31b1976..6ee942436f7073a57dd55138ef25519a38bdc204 100644 (file)
@@ -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 <support/blob_repeat.h>
index ab363e41ac741f80bdf15e11326d0084de32b295..4eeeb8b5e037c62f993b0ad1b7919e33a736ad50 100644 (file)
@@ -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 <stdio.h>
index d54109cde7a699ac817c3ee4587c00227b562974..ada760c1e233bdb37a7accd4f5c252f681f85b2d 100644 (file)
@@ -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 <stdbool.h>
index 94566ffd30f74a311e19655beb2f19271bf319f8..a721b93f063e50182cb6f3dceb3aadc5269e8ea0 100644 (file)
@@ -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 <support/check.h>
 #include <support/format_nss.h>
index 64504764478403ea96f59c52b89fb753769d5944..ce4d8daf2794a16aa8543067b7a8937af5b21f40 100644 (file)
@@ -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 <support/check.h>
 #include <support/support.h>
index 396e55fe10ca450d05089d6fb414ed1cdec1a73a..bc7a5f7badf2ae84b45f40eee209689c5a33fdd8 100644 (file)
@@ -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 <support/check.h>
 #include <support/support.h>
index 88a5424a096b8d5c38564ef59e534231cbc1a2fc..6098508ba7877a41b51c461f369a7cce18c15852 100644 (file)
@@ -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
 
index a545ea7acf89bf62d6aa7ee8ca32aa18ced1ee88..54d9efa014fc8d3810ee61960ae1f52ecacb38af 100644 (file)
@@ -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 <support/check.h>
 #include <support/support.h>
index 73079bfc8f59b92bcbe1d1f2e2265730a96c2d84..56ad5013f7292beecd0fdb4fe84fe98e66129d47 100644 (file)
@@ -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 <string.h>
 #include <support/check.h>
index 19ea42e61e0a38312e488c19641db5ce39326fed..4a622ae9e5afb16e248fcba9ab2fbf16ebf9e0af 100644 (file)
@@ -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 <string.h>
 #include <support/check.h>
index f471a8b6a171d5480985fd5d3b8adf1828d2d1b9..b984895f9ed9ed8bc8c104b9b6cd635c87cc4c15 100644 (file)
@@ -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 <string.h>
 #include <support/check.h>
index 53cf6699e9da2da9a95ad0ee4c31af59d6fe48d3..18a55be17bb052b489af9b0659ddfcdf87152ddf 100644 (file)
@@ -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>
index 42859c79e97df1d67b863f603b5972a3e382ae45..ef19b85a7aa95ffc8f699a9c9cf49b790db74a48 100644 (file)
@@ -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 <support/xsignal.h>
 #include <support/support.h>
index 8a06bf2c56eb85ff688010e429d788f008a7a07a..374bee7c7e0ccf609350f9905953670549b54393 100644 (file)
@@ -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 _SUPPORT_TTY_H
 #define _SUPPORT_TTY_H 1
index 387fa93f8c4a4744b5d101ace2da7bb52dfcd5ec..110eb3beb22f8734d093db9a40a6d6fde640f6bc 100644 (file)
@@ -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 <support/support.h>
 
index 8c69d8bf8825d99206c607b16b04950c85c15932..a91c8270cd35bd1ef4f3d6a7c41e5f41228bb75f 100644 (file)
@@ -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 <support/xsocket.h>
 
index 770e420e5f813913796287c0bdccf05581d5abfd..11a39f3e005061fd68f69d2e6322eca446ff8c38 100644 (file)
@@ -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 <support/xsocket.h>
 
index a8b81201e276766233b24e86c2e25c66916d3a9c..3f45ca9160b4c20b90c74ba23820e1d026e8a7ea 100644 (file)
@@ -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 <support/support.h>
 
index 5a5e7b397d79138629b19950924cc23fd4be78b4..f3638911c6bbc149925bf29a08e4fcd536a27aef 100644 (file)
@@ -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 <support/xsocket.h>
 
index d1e06e017035761b2f9e6c4a90c12b99dd29da03..3f7dcdc829dd272269e555f975131f6c365d7927 100644 (file)
@@ -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 <support/support.h>
 
index 7be6c083235aa791bee888019552a534c7b68f09..6523fd0bafe40b642366c8b1d5cfcb10dd652102 100644 (file)
@@ -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 <support/check.h>
 #include <support/xunistd.h>
index 0961e757fd8cf7fb6649c0af76aee84df590d271..8825a211b9de56994f4e7879b9d83bb7402d720c 100644 (file)
@@ -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 <support/check.h>
 #include <support/xtime.h>
index ae9fb25ff3af46aa5e9f94f3f9aacf68c71762da..21019ec1ccdade160fcdb1b2f56adc5aa22b6c74 100644 (file)
@@ -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 <support/xunistd.h>
 #include <support/check.h>
index 84e4969830f5a7514382aaebfd6c95c4796d9719..fbcbf638900e801887f6037d72279e3ee2283776 100644 (file)
@@ -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 <support/xsocket.h>
 
index ee16dfc69a977f7939dbce20c23b72afc03ab5b9..97c51779888f6a23d320ddf09650e4f3d75479e9 100644 (file)
@@ -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 <support/support.h>
 #include <support/xunistd.h>
index 11fe4896d18fb8792f3f4c55383fa698e919d55c..ec15b1599acf5a1d4306d350ae8275ad8aad5aa0 100644 (file)
@@ -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 <support/check.h>
index 7f8d4930fc69baa3fc8db298b2cde8fb82b97f2a..488acf94b4ba79315591a4707b057dbcf4aa6962 100644 (file)
@@ -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 SUPPORT_DLOPEN_H
 #define SUPPORT_DLOPEN_H
index 9a39ba8801eb1617c4cc4b34da1985cf5eccdfed..33be51740c317bb53e5a2cc1915924d7e31e857e 100644 (file)
@@ -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 <support/check.h>
 #include <support/xdlfcn.h>
index 0e6b1eec2c3bf145ab5a0a4e0ad7c6b7c125a8a8..1e22ac6e3315769a79ca917c6eadb343a5db3370 100644 (file)
@@ -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 <support/xunistd.h>
 
index 6bbe7f8828b2c84d6867bdb6f4b183bea6724f22..13c9f179ac5c6a08567c7e5c8edec27a85bba0ce 100644 (file)
@@ -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 <support/xstdio.h>
 
index 8972c2be3b727aa46bf0c3fea3f4c952cc7c3084..539f01eeda47289386def648f24f590b315efa73 100644 (file)
@@ -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 <support/xstdio.h>
 
index 5a294fd294c8748cd60f6965d9d9a386a364822c..ee2ea47694e7d3f2ec00aa5cdb8c0e045bf4503c 100644 (file)
@@ -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 <support/xunistd.h>
 
index c076a42682c1b1a8247e38d6e7a8d57a416ab84f..995f6e7dd2aad87debd364cf54a3731f1dcde10b 100644 (file)
@@ -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 <support/check.h>
 #include <support/xunistd.h>
index eddaf85a72976814dd9eab5ad75a9d58dea3f3da..4e99c46ca3fb375718954439a9db7eafd1236f40 100644 (file)
@@ -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 <support/xsocket.h>
 
index 3f937d842a95c70d644a315bad06eb511fe51a3d..758a0067cfb694fb43e7a1ef57de5d70953c727e 100644 (file)
@@ -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 <support/xsocket.h>
 
index d6df2057b430bea511a980e7f6b69cd2598655f7..71b912290ffbc4924660e79771024984ecc78ffe 100644 (file)
@@ -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 <support/check.h>
 #include <support/xunistd.h>
index 56e72d416861e141db30ad485e2a52a85d253225..099d4bb63edba1c690eb132f0619b52d8515ec43 100644 (file)
@@ -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 <support/support.h>
 
index b8c6d078db0a203d1ab4608d9672a1325f4119f9..82f8da7df2391b6f086f911c413c279cc9964a5c 100644 (file)
@@ -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 <support/xmemstream.h>
 
index 013bf287f113cb501b77c88b37050a0de00f7c65..3a3d832da1a043dc517ef14d98f7063cd1d6d5cd 100644 (file)
@@ -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 SUPPORT_XMEMSTREAM_H
 #define SUPPORT_XMEMSTREAM_H
index f6936d8ee04b9fcfd293e33d55f9f0daf63d6fe6..c404d7027563a46eb305f4113ea7f003588da4b7 100644 (file)
@@ -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 <support/check.h>
 #include <support/xunistd.h>
index 20f98eca7299405e87f6847102325cc20ee74a2f..319abf466bebea869729c61f33561e37e405f5f5 100644 (file)
@@ -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 <support/support.h>
 #include <support/check.h>
index f8364800a8ce425ef44f2407312c4eaad88703e6..696807078569469604908249d3ac9d3d0a742db8 100644 (file)
@@ -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 <support/check.h>
 #include <support/xunistd.h>
index 5235bf0c04d3d3d96b0997a2677502d766eb01c3..0a3388ed08d2d5e719e2477f9a0e902a307884fa 100644 (file)
@@ -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 <support/check.h>
 #include <support/xunistd.h>
index 6e6a1dfa6d8c780167d4c8cfee53d16a2db7c4f2..c191991276687db27f760717abf88fe9c917e51f 100644 (file)
@@ -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 <support/check.h>
 #include <support/xunistd.h>
index 179ed74e6f4f91c33c11b0f4f8f3b708fd44ffea..28e8822229dedd9303fd35a0516f12760d764b2f 100644 (file)
@@ -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 <support/check.h>
 #include <support/xunistd.h>
index 7e8e88d57e358997f90ab12b33eb376bf7485e92..819f6573c7fcd174d479425d997f7aaee5c04604 100644 (file)
@@ -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 <support/xunistd.h>
 
index db51685a5abd12dc2b1826ea2eb879f28010ba7a..9e5a3d842780794f418508a1dd64a8195749e3fd 100644 (file)
@@ -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 <support/xsocket.h>
 
index 5501a0846a7ccf2e480e7d9e828156d417debe31..2e3fb0a2b7d49ac385c7efd588e8b61ec3a2f645 100644 (file)
@@ -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 <support/support.h>
 #include <stdlib.h>
index e8460176326f3b4d63254f71b91dc6b196c0b5ee..1c89b798326fe170f963a6de91576a6f3038dea3 100644 (file)
@@ -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 <support/xspawn.h>
 #include <support/check.h>
index eed54a65148fd02d4955f87a34bf1ebed0fe4951..569fa5a5f19a63eb46c3b62ad578590f51ba8547 100644 (file)
@@ -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 <support/xspawn.h>
 #include <support/check.h>
index a43b6490be1d2b7cfa09f272c0282488dea8d53b..8f857fcea40bf0f5eae608b9367394fd38edaa9c 100644 (file)
@@ -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 <support/xspawn.h>
 #include <support/check.h>
index 079d8a51fcd303aa510d5323cab23247fbf2a8f4..9c8598c2ce85e61041ae06f3036ca00c2b9e4859 100644 (file)
@@ -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 <support/xthread.h>
 
index 9521c80b070dd806a7d1cdf7fe0279e6f56dc864..959efa10f5f81683e50012d8d05a1d4003517f37 100644 (file)
@@ -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 <support/xthread.h>
 
index d635c8c7cc7be9f9c7914f2913788fe81603547d..1b6035f9f5f35f3a165546ceaec0102f9eac377c 100644 (file)
@@ -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 <support/xthread.h>
 
index 0919de47b6e348f0547790c368e23ebda329eafa..8ca519289d2a5102c0e865bf1f57998a47c00033 100644 (file)
@@ -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 <support/xthread.h>
 
index c3772e240b627890c7a5217b4ab69536a49bb2e0..99ee0d75aa755acc600e227ec6a12037b8b26579 100644 (file)
@@ -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 <support/xthread.h>
 
index efa10e7f338f8ba42060af02cb51a291f825b1b6..9147ba15bd2265568e6d463363f8234a8086dd45 100644 (file)
@@ -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 <support/xthread.h>
 
index 0842f061c4753c181427ffc861648eea37138d0e..f0c5470b0371ffcd0f522acd7ead7f6de36137cc 100644 (file)
@@ -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 <support/xthread.h>
 
index 431b4cf1ef08126ffce651b161279cdd66a649be..187b648e57ee598c5d8a857e101f65f595cc1a02 100644 (file)
@@ -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 <support/xthread.h>
 
index 947466bbd52578911f155f54221d83a45f45a307..3629fdb1454ddc0e8b7543f4f06206e6b62e77aa 100644 (file)
@@ -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 <support/xthread.h>
 
index 8d1b37174ec3f29c8ad047ddb4d8083164e02439..04765cc3a7e0160546e56d4aa747a9551e4cc399 100644 (file)
@@ -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 <support/xthread.h>
 
index 02ce3233db9747b7dd9b0b9d3cdde9ea824e9516..55f962c5ed1095f72e97a941bb1de39a54a5e0c8 100644 (file)
@@ -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 <support/xthread.h>
 
index 07cd49b5f363605b8c3a1f243bfce23e0fe06692..0d5703b741d53cfe353df4b7af31331a48def2a9 100644 (file)
@@ -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 <support/xthread.h>
 
index b57b0f3daad6cee9df7514205334df6e576a05ba..0f39ec750e9b56e2046489bd7d6e5102de0caef9 100644 (file)
@@ -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 <support/xthread.h>
 
index 28c24232f58e6643849386e18bc833fae302c456..7a88b30cb76b43c1abe376ce2a8ab35e79646e3e 100644 (file)
@@ -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 <support/xthread.h>
 
index 06800e08d7506fc8f14460ab026cc717f6a594e1..c912bf2721d29b048ae2ca3b305983b36bcee508 100644 (file)
@@ -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 <support/xthread.h>
 
index d40c4de6feabb204c88881354cfa1374f47638b5..3ff644d2b62cba49e5b9246179bb6df6796b10b0 100644 (file)
@@ -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 <support/xthread.h>
 
index 84c6c9bea3ec6c7134efbc60e959562ded3346e3..b47bdaf479c23acc8d35c5384f838940ef097d84 100644 (file)
@@ -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 <support/xthread.h>
 
index 6b0cd5dcb0386929ac33affe192db2ee272058f1..6a662b813ba520d94a0e2fcc143117138d4a247c 100644 (file)
@@ -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 <support/xthread.h>
 
index 93ddce1f14061492cabf86902e6b60b32814f7e6..0a99e4d788c9dce767883f428d3ef31c4dd17c30 100644 (file)
@@ -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 <support/xthread.h>
 
index 456c440bae441b088d18a28e814d5a415adc9792..0a2ced3a228a028c6455352fc7765dd5e92ceef5 100644 (file)
@@ -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 <support/xthread.h>
 
index 4ee70ccbc4b013b31aa99b47d4712dbd98fa9877..6247599579c8819b5f9e43a9038df7bc69f70bce 100644 (file)
@@ -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 <support/xthread.h>
 
index d10b3fa1e29434ecc1a3740ee7393eb4b5187d8c..0300117201996738f26e3f5cedbca43cf003f7b9 100644 (file)
@@ -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 <support/xthread.h>
 
index ba4a9d9bc3b1997dddef1335c63a0c93abed1737..d11d66f26803c6879f25a2f4e9d61b2e94291eac 100644 (file)
@@ -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 <support/xthread.h>
 
index 49f0483081ccf3bb5d7217fef3f7148d2db2df7a..73410795bae95524e30be190daa324490610e3ed 100644 (file)
@@ -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 <support/xthread.h>
 
index d10caf3440f53569d666785c640ab28c5ed9cd13..ec6c2b075d9232551c9e2c966c9c17136a9050ba 100644 (file)
@@ -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 <support/xthread.h>
 
index 655690b8fdf9c760d67a8acc7a1ddb023e3c5787..42521e81ab4ccaa0af1a05732457a05952193d1d 100644 (file)
@@ -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 <support/xthread.h>
 
index e344b0acff42badcc88ca41e4d749a549504d430..64de6db4e78b76ce5bbd8ee92e804b87e46b213b 100644 (file)
@@ -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 <support/xthread.h>
 
index 3a1855df65d1f0d8e88b2a102b5de6d4eea49ad0..c200da680dcd07dfbfc9823fd14dda7d9332a9a2 100644 (file)
@@ -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 <support/xthread.h>
 
index fbc6609dca85656096b695375b2397cf39617d48..15c956629f866596f411bd862ca79a20221708c6 100644 (file)
@@ -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 <support/xthread.h>
 
index b4068ceac5f424b08be807a6c51ca9073fa3bcd8..384e09ab34a0b8035a414f8d1a5da868486058d6 100644 (file)
@@ -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 <support/xthread.h>
 
index 6d6e95356963b47f4f80ff9f34702f6a6fa66153..92b0a10039d706a85633a6288b1c01482bdd3cae 100644 (file)
@@ -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 <support/xthread.h>
 
index dd1770bb567a9302c9eb7b3413a9ad27563726b0..f7ca2f8ebacebc830fd94c1101354708728bddc5 100644 (file)
@@ -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 <support/xthread.h>
 
index 45c3264752cc5b9b2f265d12a4133fce63faf1d6..0c685b02ca9572b120aeb9c9768cd5f51fe61ae4 100644 (file)
@@ -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 <support/xthread.h>
 
index 7d9efc049069738877d0c8648387c932856e42d2..ef248213971d3a3107c77ed0e52f4d2bc35e6446 100644 (file)
@@ -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 <support/xthread.h>
 
index 3d8cfcce5eb69fab5931b628bebedec764bccc24..859182ebe8e873c90573e7deba2d5218effc6323 100644 (file)
@@ -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 <support/xthread.h>
 
index 2b596ee8e7bbbfeb823f567ace2f021e8f785b53..3c3efd7eb06f10e7c9726c0e4215c5a70447688d 100644 (file)
@@ -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 <support/xthread.h>
 
index b6ae8cdc8936ea8580d4dd3bf0752b3f349e25b4..619cab8de562b20ca28b49228311db5128680c89 100644 (file)
@@ -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 <support/xthread.h>
 
index 11e4a4cf11c4bbd83913f0922eef61ad67c40807..42ce7badd24d8cb261876c4e2ec7c91147880e5b 100644 (file)
@@ -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 <support/xsignal.h>
 #include <support/support.h>
index e4a940cf6760f1ed0c2e088e6e6afcfb4d851cc1..29683d97fc096a21fccddba9d03b49fc61eb8258 100644 (file)
@@ -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 <support/xthread.h>
 
index 918adb5256786ba6d9b573dbafeb85d48c0ae604..0f7eb6e5d66fefcce6192670962b95d050d6d933 100644 (file)
@@ -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 <support/xthread.h>
 
index 8421ca041312ad1f1419bc059aec411885cca88d..dfc3fb7ae40fd523a77a9e5b3a530dfc5884f0b0 100644 (file)
@@ -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 <support/check.h>
 #include <support/xsignal.h>
index ba3dd37bd4870a1f2a522c7ad0deb98ba84a5565..a776971eb68930155deb3492a985f34771910870 100644 (file)
@@ -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 <scratch_buffer.h>
 #include <support/check.h>
index bfe174cdd60766f7c35b407faf80ee605240f9d8..6af26cc623bf47fa67b3b314c7b4a759afeccc75 100644 (file)
@@ -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 <support/support.h>
 
index 9b2d10e12b6c85eb72e44b9d9a3097166d2e3bb9..a57a270ca9292c4e6410dc164a449030e0d5b156 100644 (file)
@@ -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 <support/xsocket.h>
 
index 165e58e9e5117b7995eb553867cefc8daa8ffa2d..1e21024390eb642bb169efb536f7daeb33e8076c 100644 (file)
@@ -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 <support/xsocket.h>
 
index 914470e64577c3719d57f5c97507a5699452afdd..0290ab92a439fa2c03ff13e4b71dce7dd1681d3b 100644 (file)
@@ -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 <support/xsocket.h>
 
index f26b8213a661b5221f149bdef86beabef7cf1050..6bae67db88e27a89c3487fc545067348fff08821 100644 (file)
@@ -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 <support/check.h>
 #include <support/xsignal.h>
index 9e8a4813789fe88632624ea5604439cf63257f80..f233abc84e35b8097d62665143128423ad26ebc8 100644 (file)
@@ -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 <support/check.h>
 #include <support/xsignal.h>
index d89e2bc5756c0a0807fe44e7a5566068797c30ae..2658f92444dccd957d074da48d493e62ad2e6310 100644 (file)
@@ -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 SUPPORT_SIGNAL_H
 #define SUPPORT_SIGNAL_H
index 45ad41e8f9f60c4f449420719e7dcf265f35f18a..599c393402c61b0f305aaece8d85199082a0f041 100644 (file)
@@ -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 <support/xsignal.h>
 #include <support/support.h>
index 5c896232578dc513c6ce403d93763f53d598d7f5..76d9e4ce55c7fe7079503ceccd8c22e5ae51d2aa 100644 (file)
@@ -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 <support/xsocket.h>
 
index 469682020ad2dcf94c9b48dab34f46d219b1887a..7ca981802d80ab0e181de0dc432ec2604295b078 100644 (file)
@@ -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 SUPPORT_XSOCKET_H
 #define SUPPORT_XSOCKET_H
index bbf89132e483a2a926690117c9c7851b7b09686c..ab129b682d42c6fba220ceb56896b6cae2aeabb6 100644 (file)
@@ -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 SUPPORT_XSPAWN_H
 #define SUPPORT_XSPAWN_H
index 9d4e66dbfd592923c3a3b4fbe2f21aed2a6771d9..e4e52b4c7e381ff6242cac695ed9a36a8b844070 100644 (file)
@@ -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 SUPPORT_XSTDIO_H
 #define SUPPORT_XSTDIO_H
index 78a1d92790d9a56457ac55119a59a438d55010d2..d793e57695ae890bcd2fea1fb4f9515c66a16666 100644 (file)
@@ -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 <support/support.h>
 
index 00ee27ca455d73dbd56ffef3c9f1221740ab3e36..5534f23ecc8685d24b3e0dd8559aafabca5cc425 100644 (file)
@@ -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 <support/support.h>
 
index 01e331623bf0a6c35c8b536790a430864d682960..3634f81bd250e77f1ca773fa4ceaaa98bab0f7e9 100644 (file)
@@ -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 <support/support.h>
 #include <support/check.h>
index 2c9038405df0ae816c1e453303148a60407629e1..2856beb8943ddd9ab955a2804c2a93a019506bb1 100644 (file)
@@ -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 <support/check.h>
index 5204f78ed2516e32c59b1a8ba418343078d0ad57..829397cbcc2142c2bf6b6334c3957b25ac209f31 100644 (file)
@@ -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 SUPPORT_THREAD_H
 #define SUPPORT_THREAD_H
index 6e19ce177f58b51ff4b14264d4d5d271229a3b2d..76ff7a4d1328607df10e47faa1c974131f7b5d50 100644 (file)
@@ -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 SUPPORT_TIME_H
 #define SUPPORT_TIME_H
index 338eb86a1bdfc22a3afaf53c8fc60f5904f3c452..f10e0603cb085fa243725ae18bd1a612e8f74734 100644 (file)
@@ -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/>.  */
 
 /* These wrapper functions use POSIX types and therefore cannot be
    declared in <support/support.h>.  */
index 53b5f418994935462be3f10151216311ed598f3b..ff1f9b1479ab5bbaee3d82d55f37e752f4c2901a 100644 (file)
@@ -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 <support/check.h>
 #include <support/xunistd.h>
index 9b83861e56485510612dbf87c283058275d10fb6..658e847191b7d1c5b10a1da2d9bc2f2419b66e28 100644 (file)
@@ -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 <support/xunistd.h>
 
index f0b4ae8856eeaab4b88f5f3ea722244c98c5440f..7e3f0354483567b87e9f13acb7e597297711c8b2 100644 (file)
@@ -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 <support/xunistd.h>
 
index cbf08b755f41e203b91ca1d16f698a393cebc2b6..19b4e33102afc49e88306acb4aa149e6b1cc93fd 100644 (file)
@@ -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 <sysdep.h>
 #include <jmpbuf-offsets.h>
index e6989c9a1c7a432b8977ed8494fe261d1bb02767..d2d04a10f34b59bbfd20c6cb745655f1a6f6de65 100644 (file)
@@ -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 _AARCH64_ATOMIC_MACHINE_H
 #define _AARCH64_ATOMIC_MACHINE_H      1
index c0a40e082aece0d1ef83be3f072876d6c8c9f9a2..03801d312a75e5567ee3baa95757e68fec3b4177 100644 (file)
@@ -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 _ENDIAN_H
 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
index a7721911d1df0e5ea9484d077da678b58f07fb9a..58e884b334750d7bfa49112a2f1caf331e65ff06 100644 (file)
@@ -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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 835e80ba1be777d23c6363623b5bddd367be43da..23e6cb389479858e6b9037d7095bf6a7d3570d1c 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/fp-fast.h> directly; include <math.h> instead."
index a8e21dc1ce6531b837a7d8468f1c02d680ddac9e..2513cc3b1e81b9dfbb6634b05f32b6a5e9b61d36 100644 (file)
@@ -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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index 5863266962e808b5936c16206cc15e9769588cb3..7070fd5a8c0bff16df481f7f7cca2e838a7964e0 100644 (file)
@@ -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_SETJMP_H
 #define _BITS_SETJMP_H 1
index 2307ed5fd928873afe9349e8643d7c7c2173a39f..6839a20e21ff992e4910588d3e83f68e923ffc19 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef __LP64__
 # define __WORDSIZE                    64
index d4e7dfcf5cf48172a47d768f3a61e11119f18d16..91164db52ef73fb0bb7198a63f4e487080de126f 100644 (file)
@@ -32,7 +32,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index 363f752460f83fe35ecf8c1ca14d04b73336ec46..2a0debb8d6201a81880bc150ac36f9cd7f5d279c 100644 (file)
@@ -32,7 +32,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index 4ac2adf23458e02dd5def7564274840a7837ff83..f72cf2a67970404f5ed079759be6201e72c23853 100644 (file)
@@ -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/>.  */
 
 /* Number of extra dynamic section entries for this architecture.  By
    default there are none.  */
index 8db6ef57ddaa4e2adbeb810a68613324cc1f2d0b..ffe84dc3c5bdf44e98b52ad28248b80b39065eca 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_IREL_H
 #define _DL_IREL_H
index 9b2e0ffdbf9b32ecbc44e2d70ff0151536bbb652..10b91c33aea82fd5fdcd1aa2a8accb6563cfc32c 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index 0db7125fbedd7a9a0a1a1728a7c32fe33dd7ec39..1acc127f78a6084948fb206ce8df173060997957 100644 (file)
@@ -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_next <dl-sysdep.h>
 
index a0e983728436867a04cf14bb10df6dedda8857e2..ed481ccfefc95990e2111688a93a4f1cc8cc2a73 100644 (file)
@@ -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/>.  */
 
 /* Type used for the representation of TLS information in the GOT.  */
 typedef struct
index 4abe6b82a3b7e33383d4609e7c54ff66ab22d920..2fdaa8ee776868a2c69c1053daa323bd7e715166 100644 (file)
@@ -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 <sysdep.h>
 #include <tls.h>
index ff37f9552d8404caca44ad693cef5ed6cbcc0bb6..af4a42255a1af773f99906cbcb78e42057b83d26 100644 (file)
@@ -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/>.  */
 
 #ifndef _AARCH64_DL_TLSDESC_H
 #define _AARCH64_DL_TLSDESC_H 1
index 19b117e8f9a1f165136793ae6ba14091254fef43..721735388ac98c327e14aee1ef938cf54350d937 100644 (file)
@@ -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 <sysdep.h>
 #include <libc-symbols.h>
index 5fac533fbe7380b2557697650b7d79f7a2e0fd06..3438c4d6c8209c56bc6f75c06b1c172d4ef1acaf 100644 (file)
@@ -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/>.
 
 glibc {
   cpu {
index ca24323c9aa8d903f43e9e5bf18cb26836567af2..00dfd3d97365ee12c82097c30d20b3f84bb64ff1 100644 (file)
@@ -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 <stdlib.h>
 #include <soft-fp.h>
index 7ff5a3f407da7fa2abc3f1095fda7857a98e8d98..6fc031f1512b33d34f4f4511fff48406ef053506 100644 (file)
@@ -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 <math_private.h>
 
index aa624aac9a8895076185271b2498fabf794b4edb..14484cab964567e3aa649a51f22e473f10fbf4e1 100644 (file)
@@ -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 <math_private.h>
 
index 3521b84c91b8cbdd77fee7be1199099b5048097a..016716f74bb3476a646e506b063268cdac769e50 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index dd9d3c4e05d98c6f6f3589e3b5e0d01283dc9bac..16e6eff25372691c7334c59d0499a969bc344c2b 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 3dc9ed2942ede0f2ac656056171eec48e6f5fce9..4ef0ccf1f3b26d6096aeb850767f7a4d4b339444 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 225db7eb7a1b7b9dadf4c99bd936ceea88d968fa..f4ccf2aafe258b4f08440e0d5564afb60bf14aac 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index a3c32f5c75d9d554abb63e8acd8a85e0e9015c5c..31b0dd5a219ed875b918da84afe5bee0336aa7ef 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index dcb8089315c3524ce9a0251ade826bf6e528c8f1..267af3e864415b7dcec61c4f4ceb6e484a599c53 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 5889d576f066f83a9bb6a1eed3bc5a2d67e19910..33c269c588a40091acd1b06bb5bf757b2de7683c 100644 (file)
@@ -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 <fenv.h>
 #include <get-rounding-mode.h>
index fe722c91b9749d0f31bbba9aa7e92342e64aa028..33f751788191c7b2021df51f036df6498be47861 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_private.h>
index 1289b906907399dd338fc3b11b28bff4f7d7e275..dd5e849af3a764073d08900d6470e278db3867f5 100644 (file)
@@ -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 AARCH64_FENV_PRIVATE_H
 #define AARCH64_FENV_PRIVATE_H 1
index 54157568dc6498b71bcabf1d4ef06d524b971a30..1cab2ac7d8061fb07c8dea41c79e6e82ddb0dbc2 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index e67f95264479b4867dc006870c0ddbf3cb72183b..856e7ce2128ffe67c2de1775f0a7f94ceeb9e990 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index b416af378a98bac3cf7faa3e3287153fe657bdb8..818b75ba99473028791cd812cf488804a6c0abf8 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index bc5b042db24db2627941b96473e1942ddc153c00..8b3501702f9c4afe80c09bbc7eca9fbdcb0624ef 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_private.h>
index ad0f6110ed36ea8b2faaa272a1ed8001ab7f47ac..dafbc37dcc6eb40a1a35f3d2ab34d0acd6b8e9e2 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 38305054b2c8d12b9c14e400955e7e28f18a39c5..1ab1d21c67fab85c8bce462917b177e004714f8f 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_private.h>
index 554040ccaa8fd1081b81c45e8e343cc56613feb6..6bd3953084ec25656d67c191228605fbd892d348 100644 (file)
@@ -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 _AARCH64_FPU_CONTROL_H
 #define _AARCH64_FPU_CONTROL_H
index 802ebdef5f122d72060424fc521bb27d63af08a8..4636c55c18657ed57bb1dd760d125a62d8ec7302 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 3d265a9de9842888819fbcbcb19fe283168cc6dd..5f837a67b3c3148aa2b5ab28ce0f34eaa8edc942 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index f362e16c8e1dc7fb54ebb35cbea897db1acd1357..2ecff9d0d30df84471da106c1aa9ace5be164755 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_private.h>
index 01fc5277675d799635026a7af3e8a9c3ad1e857f..3a95f074296293a29843ec72bf1339744098afb0 100644 (file)
@@ -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/>.  */
 
 #ifndef _AARCH64_GET_ROUNDING_MODE_H
 #define _AARCH64_GET_ROUNDING_MODE_H   1
index 6fef81ff73b8a98a946a546391b5f60897b38b4d..8a8c0014e9a00fb8f8986d629f6e59c91a744bbd 100644 (file)
@@ -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 AARCH64_MATH_BARRIERS_H
 #define AARCH64_MATH_BARRIERS_H 1
index 53c7d5959d760a48009ee4d02a538026a2319996..c2a690dfd6e7548edb136392443fa8f380dbcf64 100644 (file)
@@ -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 AARCH64_MATH_PRIVATE_H
 #define AARCH64_MATH_PRIVATE_H 1
index 818d047c184d1d1ecd4d6862c0e9c709a89f5efa..232a40e58df305ae7096c1daa8b7c8c9451a2030 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 39638cc3a7cf91de30aeeff03919838e424b734e..ab2af28f3c68fb615a1b89b61fe1cb3c9a2530bc 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index f5b26b1a1e935e92d48ed13a481f05d964bbb1ba..9bfe74b9a1a7086bfab4d63db649124d167e47b2 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 25f33aeae947790bb24baeb7cd290e91d69bcc30..339a33078a7a2c6e9ddcdbbf16357c0dd2e17b0c 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index cb944c90b95a686d68133610e9cc95659f501903..394fed224fab6bbacfef574aede8e3f4a25781da 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-double.h>
index 39ca8ed3a4b9c5b2a4dd4e2ab15313ffcad7a575..64bd5ce40225cee539f56ef03067223cc8ddb77c 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index 0bf9db84089e5e67dea766fc554e5592d8b846d5..69c729e713fd7496fa5b166f23fdc48c689dac84 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-double.h>
index 555d5ec4738ad97b87e306f64abf184ea7eab2b2..60ac930b0d920faaf1ba7682ec1760a0ee1bbf72 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index 8b95f83827923ead0e59393cfaddb30992b675e3..c68c7dd28ec63cb9c39a1826f3040857a74ee8af 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-double.h>
index fea5bad6e73ab763ea3b2a473f23cb5df5f71c23..2e87f780dba3fa4c36e0d63bdce6f964140a1839 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index c33687025abe2f0fbf4652820a0ee09f4270a9f9..3c6f9d4c12a4c19f9fd47369d25d613010869942 100644 (file)
@@ -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 <math.h>
 #include <math-barriers.h>
index 9f0c4a177963be76bcac78c6df04e07da704982b..e7b0a80dfe3cbc7737ddbcbb8ed8bf2cd01ab7e8 100644 (file)
@@ -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 <math.h>
 #include <math-barriers.h>
index fcd87409ddd3315193dfe7c16ba411d069faa928..86cc08595b0c59106eb86be8cbb66d3c42c392a3 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-double.h>
index 13a66ff473895bdf6688eb3a7b1a179c44080486..b8ce91565206827b4c0e95ded79ce3da0a9c687c 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index cbf159b04e21553b3ec32b0809d839d0f28f6128..885cc086b6aa17b144f138e8f12843abac6ba651 100644 (file)
@@ -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 <math.h>
 #include <get-rounding-mode.h>
index 656fed71de8c335fb711c60e9893805dd7999eda..ec108a477a65cbf9bf79c2a6256f893d08b6a202 100644 (file)
@@ -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 <math.h>
 #include <math-barriers.h>
index 8f07bcb0eed94a1f4c72a19a015bc267141042b1..66b5aae8d921162cf139fd71b82a3d36ed87140d 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-double.h>
index eff15476dd0ed1948759a52cf49111704fadefa8..37b8d2ea7ac925cfb745c1eb7bb4ddc5cf75a8ba 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index 3c745f07a5b610b8cb1a523092c2969e775195c7..0d37a6f74271a680598e82b358a7a8fadd878ce2 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-double.h>
index ad5e81ecbf5f1c313ab1f45fdf81d74a30e064c0..df6167237b83e663ab764cb21c162bfff1987575 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index 21e37dac70ddd28fe10e4981e3c21c415be2e886..ec4725517be34d2bbbbcb881a569329d58d9c0bf 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 14c4415183af3b2c188527088ed177ee5010aa2f..fdbdf63cc78607916b1ec82a71e61a7a94982c38 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 6f97fb93dc57375a040d37004edb4cc751b93a5b..fda9f8d76e4a3efab955bb6ec992df48bd7a2907 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 7bbd0fc98d98818442a03b28871a4129cfdb4a7d..eafc65c221c323754451ef747a08202f19fefbab 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index bbc4f8bc1e94257813fd777243dbb5163a9104b4..8363da23be0387d364da6e86ff073d056b073683 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 569c5f9f3ad6921f6fb29e2e8cea64da9b799a0d..079adddbac38417ccb5f11fc287674e2086cbfe0 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 620ca2a0df4f7b76605e29b1a4cd741e63be0647..efabe346c0c8ca5e5edad0ce63f8642a8eb26af6 100644 (file)
@@ -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 JB_X19            0
 #define JB_X20            1
index 265e5cc51840007b8a205406650c983e8b40acf2..74faad48d56996427e961fa9c5a16ed7bf44dd27 100644 (file)
@@ -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 <setjmp.h>
 #include <jmpbuf-offsets.h>
index a28fad6c06c5da215ead3ef81d7958ed86087a0b..407a65213fa84e5520b80c01c6b4c9b809a76dee 100644 (file)
@@ -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 _AARCH64_LDSODEFS_H
 #define _AARCH64_LDSODEFS_H 1
index 3cb8c9f6ecf9547ad56d177260b3fac8a8e35da1..103c589621946a2457d505979eb1a3ddae5f9438 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index ba74fe10e12e2a525aa62c1d3dea5ecb3790c6b2..46c68e634330d6812ae815a1072af799ac8cc99f 100644 (file)
@@ -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/>.  */
 
 struct link_map_machine
 {
index df9e5f9a6809aa7581ef052cb3a1095f55e9c01a..3e588ad083922ba245b19b16e2f4cbcc0f3c61ee 100644 (file)
@@ -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/>.  */
 
 /* Accept 'frompc' address as argument from the function that calls
    __mcount for profiling.  Use  __builtin_return_address (0)
index d8eca8a4e98d810889406b92b8a9b69fdb3fdc7a..6a7d57b381ed95afaeaefa75e8483dd474f765f6 100644 (file)
@@ -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/>.  */
 
 #ifndef AARCH64_MATH_TESTS_TRAP_H
 #define AARCH64_MATH_TESTS_TRAP_H 1
index 16313fdfe4de258260a23fd8cdc47d3322de1338..b2382b5de3822d1c888e275b1e459c262548d383 100644 (file)
@@ -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 <shlib-compat.h>
 
index 7023d913e713025db6c8aa2f675f41bcfbd2a909..2085765e5da7374f290726bb430d045e7b9e0797 100644 (file)
@@ -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 <sysdep.h>
 
index 6b3324abfcb77cc7c267fa9c6f20c1457e3e2242..f330154c7a0d51c92ba732074de4b019865c423c 100644 (file)
@@ -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 <sysdep.h>
 
index bcfef1c22387c2693716e0b377a0c3816b433bf4..6e4f4a74bdb8f0d0393d44d78286f4b81796d985 100644 (file)
@@ -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 <sysdep.h>
 
index 3c62f1d03c2f39fa4357b648524c94ba847f3cec..e7f2208d66559260282a4b2d61b081c640176e05 100644 (file)
@@ -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 dstin  x0
 #define val    x1
index 7043d84e28c177cef9442d7cf1c3ecd9dcff5df6..f68c75ab46e18a7404400c9e8133e8d74a09c2ef 100644 (file)
@@ -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 <sysdep.h>
 #include "memset-reg.h"
index 213fc61737b3ffd8fd57b5e6d8524c0ff62e8652..e7c46ada2c728aece6715486e3c897f4dd8d9615 100644 (file)
@@ -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 GETSP() ({ register uintptr_t stack_ptr asm ("sp"); stack_ptr; })
 
index 10ff7d4bae1f8fa2f731e08d949c34df51ba1a5b..be13b916e581bdd9d7d6ca4ee8a58e8683f3e02e 100644 (file)
@@ -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 <string.h>
index b9020aed6e26c480c85ada499414e8346b8224b6..af492060035b7a9fed4335808563116035f451fb 100644 (file)
@@ -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 <ldsodefs.h>
 
index 3a2f1d1c73c85c98b23c36ba421d6fda2bb5c314..a6b3cec66b5825965fc6247230f437312c07340e 100644 (file)
@@ -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 multiple versions only for the definition in libc.  */
 
index 707148bd2e2a8e9276c83dc720e53816a9153f8a..cb6e09ffd088659da28e0b6f9731b3c3336fbde2 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define MEMCHR __memchr_generic
index 5ce8eb7625cf1358908e561d832cea20ecfde0b0..9d024b04da14105babb17f23a68b145c30fd2f77 100644 (file)
@@ -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 <sysdep.h>
 
index f79f84c638ba3824cf4177cf8e48bec0560b8fd6..13796f987fa2756f4445f484afb5ec5f1f83fb1d 100644 (file)
@@ -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 multiple versions only for the definition in libc.  */
 
index 21c095d4e36b4d7b99664f8f5d59d23ec0f9d57c..1845c86d034f0119793cfb708f9e10c69cf474e5 100644 (file)
@@ -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 <sysdep.h>
 
index fcff77bd32a27360087e08266520655010db0cfa..321f58940780c82b34d8dcbee18c6166580c25b6 100644 (file)
@@ -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/>.  */
 
 /* The actual memcpy and memmove code is in ../memcpy.S.  If we are
    building libc this file defines __memcpy_generic and __memmove_generic.
index a9a96df0d4bb35fe617aed39350543221c95e050..62b7847709514159ec63ecaf99fc027f6b60be81 100644 (file)
@@ -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/>.  */
 
 /* The actual code in this memcpy and memmove should be identical to the
    generic version except for the code under '#ifdef THUNDERX'.  This is
index 058db48b9502a11b3d4ce3bf1cec2e64bcc1e2a1..d1e9407ff1c209f1cf3398833dea92d3eb49f36e 100644 (file)
@@ -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 <sysdep.h>
 
index f3d341bef605f5302115f5850d98e936e2f61655..3b1bf6f633ef5dcfa5834c31e006a06333a59bf6 100644 (file)
@@ -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 multiple versions only for the definition in libc.  */
 
index d6dea95f45fc9f92d326de22e26b48be75b7b250..3da405664b72f741dda844dcd0ce131605c35639 100644 (file)
@@ -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 <sysdep.h>
 
index 481758702f9b28f910be06a01c6f0060d2851686..e9cdd385f261550359bf428035c9f77648a05ad3 100644 (file)
@@ -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 multiple versions only for the definition in libc.  */
 
index c0cccbac648153e18124ccf689ad7d26edf77016..e05e81cb37a9edb9c8b67ec4c7cbf1e1c710994c 100644 (file)
@@ -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 <sysdep.h>
 #include "memset-reg.h"
index c2aed62fe546625e240e224031325649f650881d..981940db3ddae6951e4873389e29cea5dd0116fa 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define MEMSET __memset_emag
index f17544977798a0fc54c31c9fb6e00345dcf01189..a0a632cb9e4a535cb853c874f0ad4ea809fd01b6 100644 (file)
@@ -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 <memset-reg.h>
 
index 9500b866265930ff7e4176721e77a2f98c44d3fb..512ceaba2ecc2569ee21692c58b28ac553f4cf7d 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define MEMSET __memset_generic
index 82041bdea883cd6e53c8f7183f719247c19325d4..4814453fc9d21c26eb3ef8ee090f84a967fc9f5d 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (rtld)
 # define MEMSET memset
index 8613988db13bbf555a0cbc600049edfe9b355ea9..1db01babeec318f2461eff933ae37a9b033e3160 100644 (file)
@@ -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 multiple versions only for the definition in libc.  */
 
index 9316c7481bd0439b6a332fb78e9b881ffa9b54e2..1d1c6abb8257228ba3f4dd0ecb97aed848c16c02 100644 (file)
@@ -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 <sysdep.h>
 
index bce174ba97ab0acbe9bd0c906c52e43b1500276c..f906677c8d921a139c826d3f7948f0a8d614d17e 100644 (file)
@@ -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/>.  */
 
 /* The actual strlen code is in ../strlen.S.  If we are building libc this file
    defines __strlen_generic.  Otherwise the include of ../strlen.S will define
index 59b9a7127a0b3ab205b4065bc979510e06644894..8e26dc445bb103afc99c0029c9ed44f3f420081a 100644 (file)
@@ -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/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 8a2a5155db0ca8655f2bb4dbc60b6556f3a08662..4cf3a689274e2ce178cd6d93150b3b8418e6fbf6 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index 5a46208c59d435268b1dcb19b8c98d4c57c120cc..1e7d3317465970fac9fff425e22de479cde9f7d7 100644 (file)
@@ -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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index 0125ae965f5a1045a13b5cd5e87f3f7a6ecef3d8..52ec65e0b551f72bc6aa317ba6e106849387f01b 100644 (file)
@@ -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/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)
index b2f095d0099d9f41295ca3549ba232a3e139ad86..691c3e23cd40b937582812903995ae1b9ec900c4 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H 1
index 041f2e79c4aeb5bdfda5a4cfed2c39373a31ffc3..caf410e14a82470ee6c750d9450b502c5d3c9b11 100644 (file)
@@ -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 <sysdep.h>
 
index 691131ed0609eb6d667f983a699974fb5e9c58d4..afbca2fbe611e23bc8b02c58a772623a6676043a 100644 (file)
@@ -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 <sysdep.h>
 #include <jmpbuf-offsets.h>
index 780e5b737a3733bbb824ce4ae1916415a896be20..12cdd40a19a508ed7fb5f7ef8608f56115aaf691 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index e5b7376713dbc088ff2aa93d0ea72a7c8477f5f3..453d5b024ac138732a441db0bdc3d5f638a22b6b 100644 (file)
@@ -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 contains a bit of information about the stack allocation
    of the processor.  */
index f5e9b9c2238874a76963bfcb7f2c93c3b6a16516..c43e4364c14bd99322b4aa04c144e73205d04600 100644 (file)
@@ -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 <sysdep.h>
 
index 65a31357d6a69b6f415d7426ea4441fbeedf14d4..6db31c716ccb49d2182f65dcce724980399934ce 100644 (file)
@@ -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 BUILD_STPCPY
 #include "strcpy.S"
index 770bcd20df802cb123ae9b7e1b8a8ffb95a34ee7..5b0154f0dbcf831457c529a75ff0479bd72881e6 100644 (file)
@@ -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 <sysdep.h>
 
index 8ddb516d18b275eafe9a5060b0bdc5cfcb4bd097..c72010634dd7b85cb72a258d152eaf789cd33326 100644 (file)
@@ -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 <sysdep.h>
 
index f63a6c90a81796674b295181a71618afa76de4f3..7d4b9371dc308cf3c11486899611fbbc789df5e7 100644 (file)
@@ -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/>.  */
 
 /* Assumptions:
  *
index f267eafa8da7c475d651e744eb0ba767ccd4cc0b..edc16252f68ad7e06637f453a2b14dbe9ee232e5 100644 (file)
@@ -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 build as stpcpy, define BUILD_STPCPY before compiling this file.
 
index 2c0b8453b0bfdb8bd7dbab1acf389ba67a9e7f66..30579e92b3c1341f3ac2ff6c275e4e7e88b5d67b 100644 (file)
@@ -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/>.  */
 
 /* AArch64 implementations support efficient unaligned access.  */
 #define _STRING_ARCH_unaligned 1
index cf5e7a9362bd301626c341f43ccfcec52198f0f8..5f4129822f5f6f5e80c7fe0954e10387cee51e4f 100644 (file)
@@ -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 <sysdep.h>
 
index 00cc627aca7d9eabfce6d58411b25f5c6fd4355f..fe6359145b9e85f07712c374712ce2fa6d452ac2 100644 (file)
@@ -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 <sysdep.h>
 
index 32fbc5011f595d2746a5006d3fb5e8b5e78d5e5c..70283c80749d977ff90b148908e1c6099d188951 100644 (file)
@@ -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 <sysdep.h>
 
index c064951c738c4fb14e688f3da4193224f0c35941..1610ed4c3d90b27557139a921d6f6d08890ae371 100644 (file)
@@ -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 <sysdep.h>
 
index ef200e9f262211f0117e3173dda8f0f857bf5bd2..6894e451a1d2c853da32b3fd9b4aa88fa288462d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IFUNC_H
 #define _SYS_IFUNC_H
index d3ff68589597cd58297a8630c9f9d45fb741988d..2230f440f526da8926561999cb94cd22136310a7 100644 (file)
@@ -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 _AARCH64_SYSDEP_H
 #define _AARCH64_SYSDEP_H
index a12715c5370843d2c31e8e57fac7185aef1cbd14..3d39c952f9768da799b9174cd44fe842b717daa4 100644 (file)
@@ -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 TLS_LD(x) TLS_GD(x)
 
index ca4c08ce809fc2bfa8956193f4489e51912862de..9a8e7d78f2696d4fe1f220c56a36ff941063303a 100644 (file)
@@ -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 <ldsodefs.h>
 #include <tls.h>
index bcf741110c0d62db20d69e3b6eca18cbf1b76763..33c5d620c74534fb30556fa87ba44bf250f1a0fc 100644 (file)
@@ -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/>.  */
 
 #define pltenter la_aarch64_gnu_pltenter
 #define pltexit la_aarch64_gnu_pltexit
index cedd9870303de2c9d93f9cfcb64a764aad2fc29e..f3586ab3020207be9586a4dca0744e3f1610aa25 100644 (file)
@@ -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 <stdint.h>
 #include <sys/auxv.h>
index 9564818126349241a9738cd6c969ae516cfd6b4f..0ab03fe0d711292c11369b524d02d6400c6c76c5 100644 (file)
@@ -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 <stdint.h>
 #include <sys/auxv.h>
index 5f468bb9bfb929c0f05540383b915e2656eb99aa..cf20ef3f7b76fe59eab609ff021e6aac068bddc6 100644 (file)
@@ -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/>.
 
 ifeq ($(subdir),db2)
 CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_ALPHA=1
index 45fbe7f66012bf001e7e5807923b9364027f25e0..aa59b3139b15eef91f0752da29be4c5d6c7e5dc5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __ASSEMBLY__
 
index 73083fe2b5a27fc8d3351df7b8efae183a694e40..aad6fed9f72fba3c0899d8b0621590fd2c2cb415 100644 (file)
@@ -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/>.  */
 
 /* Assembly stub to invoke _mcount().  Compiler generated code calls
    this stub after executing a function's prologue and without saving any
index 23b24e6728c142e6822b809fb03435f5b283cd98..16b021c32df1ae1c009eafc3a0c6cbd1fe0e9475 100644 (file)
@@ -16,7 +16,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 
  # INPUT PARAMETERS
index a15c7191d31940e0c1ccc231a95cfa1c00f36a9a..bcd2b9d55d409e979a52cd458347d46e44403c99 100644 (file)
@@ -16,7 +16,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 
  # INPUT PARAMETERS
index eba1a548ca2d43cd9429dd67223600e94971c9b8..14367a4c80943746de36828847f223cbad750c4b 100644 (file)
@@ -16,7 +16,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 
  # INPUT PARAMETERS
index 8a0459796b4330ba4d64fbe85c6f45f524cd101d..54651926023660836b7ede9deeb41027aad93d44 100644 (file)
@@ -15,7 +15,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 
  # INPUT PARAMETERS
index 5efe412095891cfa22235e85d6a4cb52ad3e9f88..14b4637bf7c73eb4999bf398d3a99215da9db2c2 100644 (file)
@@ -15,7 +15,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 
  # INPUT PARAMETERS
index 752724452addf0ca93fe4d7680b50fa14931371c..ef30692adab74b90f7909f630f81914399410747 100644 (file)
@@ -16,7 +16,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 
  # INPUT PARAMETERS
index 6bfc9bac2392831c41fb3e63d91d5ae07a8ed41e..d8c8af602a7de0a5a5de06fb37625edb02837f03 100644 (file)
@@ -16,7 +16,7 @@
  #  License for more details.
  #
  #  You should have received a copy of the GNU Lesser General Public License
- #  along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ #  along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
  #  INPUT PARAMETERS
  #  res_ptr    $16
index 74dc47ec19a6e76b91844a7f7b09f25866b0c446..8aa342b73c076eea5147926c42a4c0d298903237 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <shlib-compat.h>
index 0f0281da8f32fd4793a39496bc903b7768f66de6..609e509eb8d179bab6811141225dac11c08efa09 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <shlib-compat.h>
index 846c981c743b96508ee8d696a78e2c91c86bd417..182dd6818c8a247d27724ef648babfb3d738f187 100644 (file)
@@ -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/>.  */
 
 /*
  * Much of the information about 21264 scheduling/coding comes from:
index 0e0c27963b1629cc02d816fdb796f67f09289af0..25190483248109d324988381d82e02018df76cfc 100644 (file)
@@ -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 <sysdep.h>
 
index fa8511e3a67276efc8194d79b207423f21d90765..4c0cea8c6a8f49d4755266ee61465a132a031667 100644 (file)
@@ -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/>.  */
 
 /* Copy a null-terminated string from SRC to DST.
 
index b76d0352cdac9e72d23f1eeec052876e389d8009..d40f44b07a944fb39080f145693cdcd6f16a4d5b 100644 (file)
@@ -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/>.  */
 
 /* Copy no more than COUNT bytes of the null-terminated string from
    SRC to DST.
index 37268a89149b488fb9e756c78acb236b75e76f9f..b48d5dd8585cf0666a2f96ccceaf774fb485c803 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Finds the first bit set in an integer.  */
 
index 7283c510b5e470ef684df9efa711efff01bf2cdc..ae32eacff63036ac17f4a827f4d7b6467c3e77af 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Finds the first bit set in a long.  */
 
index f91c4db219c66f3e2c88759ff7faae6b8b5cace4..330152c926e6ac7c72a9f46e904ccf5e409ad689 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Return pointer to first occurrence of CH in STR.  */
 
index 8d7ec838e6fcc9dc38d34d86ef725623d2f50ccd..6659f3cb7e2449cd3e0e913f19e0295463ca1d3f 100644 (file)
@@ -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/>.  */
 
 /*  Copy SRC to DEST returning the address of the terminating 0 in DEST.  */
 
index 92217290fe34e887642fbb673680959756222127..920df5362ecdfbee35540d39cdf3b22e30264660 100644 (file)
@@ -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/>.  */
 
 /* Copy no more than N bytes from SRC to DEST, returning the address of
    the terminating '\0' in DEST.  */
index 43c121c997761d27c034820bf6a36e4074ecfee0..7e53c36875b697f4e313f44de71820a3ac37684f 100644 (file)
@@ -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/>.  */
 
 /* Append a null-terminated string from SRC to DST.  */
 
index 1d5a6bacc113e8a41a716d038fb07d7508c28793..179d3a475b76e2991f019e70c1ccac9b9b3f65f7 100644 (file)
@@ -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/>.  */
 
 /* Return the address of a given character within a null-terminated
    string, or null if it is not found.  */
index efe38c6bf0b67fcfac040c2fd2da8fa8cec278ed..a8eec9d5a02711f38984aff3c5a156e3e37923ab 100644 (file)
@@ -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/>.  */
 
 /* Finds length of a 0-terminated string.  */
 
index 122d073b2c3068ba7c4a7d4590cb887448e4491d..fb269dae017de89abbb882f5ad370989c96a7757 100644 (file)
@@ -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/>.  */
 
 /* Append no more than COUNT characters from the null-terminated string SRC
    to the null-terminated string DST.  Always null-terminate the new DST.  */
index d2680af0c99ee93c5ed1eb87b421a49956b05910..5129c36a2ce6b2aa9f26435479f24ba7c59f9d9e 100644 (file)
@@ -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/>.  */
 
 /* Return the address of the last occurrence of a given character
    within a null-terminated string, or null if it is not found.  */
index fac1f474dd7dff6298c68ce9960bc35152cf99b6..9f5137718f53b2e9dbf92294931bcafb57916dd4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <stdint.h>
 
index 8cddbef4437357448baea3482986ea005b06dad8..5cd7bd639360cc1bc08dd4f3343a59faa0d70c54 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index 948e742fa0e65001a47312e56544c58e34955351..062ff8fc06cc58027ec7b73c0d1118e2a6f08cff 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _COMPLEX_H
 # error "Never use <bits/mathdef.h> directly; include <complex.h> instead"
index a982fcb46d503e9563515a1396382593a1d3895d..b40e1c155b40bd07993bde11692ac7c7c5d43950 100644 (file)
@@ -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_SETJMP_H
 #define _BITS_SETJMP_H  1
index 77b116f026cf84ff0937b80d44440bdd9e0657da..e5706dafc18f4af57640801273643639c8f3549f 100644 (file)
@@ -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/>.  */
 
 /* Fill a block of memory with zeros.  Optimized for the Alpha architecture:
 
index 05b62a147de575d2c4b3db1ba5fe295663eaf210..7f2e4c33482bdf60e6c6840ed20ae8c2abcb2ce0 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index cdb4d1c54d3cfd9522cefb8f17097c2fab38b51d..01265c7c5cb400577545137b620c5dbf710fb7e3 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index 0af924ce9d31e1f8f7dceab96049d295698ff182..ebac3834b9f86447e7803700401b181785146e24 100644 (file)
@@ -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 "div_libc.h"
 
index 9d27cd9456372f4c85b59315a3b1a056e112b534..92bce7350a867951357d0d832a0d632a6d3feab4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Common bits for implementing software divide.  */
 
index f0bcc1928258b4c15270ab1efb80bd08ea6fe70c..993b037dff21754cc9a4dc70539df668bce3fb3e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "div_libc.h"
 
index ebb132a55f3ef9e650ccdfc24c8855b780e82817..4658e2902f41775560b739f70d68fa1eec2f92bd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "div_libc.h"
 
index 3165374b6d830aa1c2fce3d4087f54ab6c3c54d0..82b7947bb0d1ed12e5473aaf0780495ae98e4cf2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "div_libc.h"
 
index 0802dca919c38b7398490d6aa42d871e7be5e1ff..da3ee9b96fe03c55798da89a220e9e8eb6745e09 100644 (file)
@@ -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 was written in the absence of an ABI -- don't expect
    it to remain unchanged.  */
index 9168e06e5233b8760aca1a67237284d38ee9edcd..d33b86f9b9eea07e4fa913c9d45ec592ff18ddc1 100644 (file)
@@ -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 information must be kept in sync with the _DL_PLATFORM_COUNT
    definitions in procinfo.h.
index b2f71ed06fc2776e26998b34a2a4cca3ba9e6c93..e6dce20f981f8cc4b57d8dcdba7a2ea4f6d192c9 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_PROCINFO_H
 #define _DL_PROCINFO_H 1
index f8c0029002ce879b86f8507e1d6a60a7e849e89f..a65ecb034970ec4f492e5fa1825c62a9c5ff9923 100644 (file)
@@ -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_next <dl-sysdep.h>
 
index 760e638d9d5b6416a975213d3a809caac71bf456..77781e1f757b9e548090df3363822ed8199cd1e7 100644 (file)
@@ -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/>.  */
 
 
 /* Type used for the representation of TLS information in the GOT.  */
index 0004caf21675847a7279144831c7d531ba6c72ba..01a6096e467a4a8407df78268951c83a50089d2b 100644 (file)
@@ -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 <sysdep.h>
 
index 6629bbede8c5ddeb0840084143fcfa4febd748c6..5b1b29c9a6edfa8cd5272ca28fbbfcd6d2a3a282 100644 (file)
@@ -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 <stdlib.h>
 #include <soft-fp.h>
index f347725e6c12de8400033ad882f3d37af668387c..f3d5aa646b2eeec4a51a339c431423e7bb6beba4 100644 (file)
@@ -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/>.  */
 
 /* Finds the first bit set in an integer.  Optimized for the Alpha
    architecture.  */
index 11b84a4c5db7e56f07fc23eca8e0ee8fbc36b80d..7214280cea6433a414d3bfce0d0f162488582d0a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 3ef0fb1e125da8af8b9f8ed72a32635215d9c129..0486e15fbb99509e065a0d658415596ac5cf95c2 100644 (file)
@@ -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 __cabsf __cabsf_not_defined
 #define cabsf cabsf_not_defined
index fec021b93da146307690dbf8109f1910d4db74e6..61bb3863ea150be20c705dfc5336a03fead98ddc 100644 (file)
@@ -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 __cargf __cargf_not_defined
 #define cargf cargf_not_defined
index 5159ae083fecf966c0bcf4168f092a6fdcb2ade0..b4b414667415d338e60199b09dd63a1746f13b8d 100644 (file)
@@ -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/>.  */
 
 /* The behaviour of complex float changed between GCC 3.3 and 3.4.
 
index 9dbdf4dbbfda203fb504036305645b238e8a39c0..c8bd9afee2f8d52c46352622a0f6043b27645193 100644 (file)
@@ -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 __cimagf __cimagf_not_defined
 #define cimagf cimagf_not_defined
index d7d1fbaa477767ec08cdc45b2196288e37e1d67a..7bdf2436284c44519e8ff9fcf121c16c4a08e62a 100644 (file)
@@ -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 __conjf __conjf_not_defined
 #define conjf conjf_not_defined
index e97dda464f350813b71640288f8b02d94c0aa395..d78786c33ef78749c16d0779b95e2f82471b2ff5 100644 (file)
@@ -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 __crealf __crealf_not_defined
 #define crealf crealf_not_defined
index 3a07331fb35bf143058192e32cf4ad835da4b18b..fc5b1abbe2c732d325d33759bf81b35878be7783 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index f098b5c74e02845eaa74f2b66e06f337f0618e88..63c7b25a06a237b42c4593c3c81369406463947b 100644 (file)
@@ -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_libc.h>
 
index 130363f63b92ab1d189b1a24f21fe5a31e2d11fc..9f9fe7cbae5beaa30219b9641a52e89833ca22ff 100644 (file)
@@ -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_libc.h>
 
index 126f33244fc88a65435ad7e77baa94c1a4453990..7ae02b976cee88c1573fe329d7fa33fedfad8e2a 100644 (file)
@@ -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_libc.h>
 
index 2199defdac14b10a1251bb30dbd147f70ca12b5d..38b255f0b70b759f4fa911bc40ed5776db66e23a 100644 (file)
@@ -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_libc.h>
 
index 4896456675d7591a424884b0e493d423d9adbbc7..b1fb6162adec7ee1d9b2b0909dee178ffe15b49d 100644 (file)
@@ -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_libc.h>
 
index 173cff81dedd86df96a31be1cb976a9c0f6cce3c..ce61f7d0cb698548560219fc76bc73f70020b832 100644 (file)
@@ -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 <fenv_libc.h>
 
index 7a3ff56e83504e09d197f4d59b2cd4007f56c898..57dc245d04e84905d35f9f2d11e0090bb3174ca8 100644 (file)
@@ -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_libc.h>
 
index d9e071d077eee0bd7f1ae37ab97deeef713fb637..a30cf8ba522a2a44beb500d237df50f17d791433 100644 (file)
@@ -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_libc.h>
 
index 306dbb7503599a8279aede5d2e762f5e59784c39..27c7d0bcfd13785e917fa82b0e1f47c94a9e75ef 100644 (file)
@@ -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 _FENV_LIBC_H
 #define _FENV_LIBC_H   1
index 9ea22ef78fd601e1467c0b9f525ed60409c64e1d..acd4acd320f59e08cbda1c3adf1e7a80c59ee5fe 100644 (file)
@@ -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_libc.h>
 
index e603391a137030d1ad127ce4f1dc38e2f493982a..a95bca06b6f0f3f01a44dda16940e9c112fcf0e9 100644 (file)
@@ -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 <fenv_libc.h>
 
index 3062b3560fc9a1c4ae5b7d0ce99298801a1f6b8b..0c38b0d69332ea921cb94a753450f741730e9bf1 100644 (file)
@@ -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 <fenv_libc.h>
 
index 1b1c3ff0689b87f498296491cf95233cf1ebb8a3..c3a2ff178fc46a46cb1f751cbf8f3e7bfba942af 100644 (file)
@@ -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_libc.h>
 
index d563644afa78057133749690519bdb75964277e1..32f8edd66a5ac2e5309492f9d29d79a3ae5ac09a 100644 (file)
@@ -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_libc.h>
 
index 9f789f37d4102b5f2f81027371adc1265859484d..573ec8a88f06658a86f3d248440de69f58483d00 100644 (file)
@@ -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_libc.h>
 
index e083d1601ac08254d527c4c991d531ce53dd18f4..8057bec6fe8dd08e75bd57e0cb9f0ce39cfd5bff 100644 (file)
@@ -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/>.  */
 
 #ifndef _ALPHA_FPU_CONTROL_H
 #define _ALPHA_FPU_CONTROL_H
index 8c1fdb2a6d6cfbff68829b5d5500516effb9167e..81cdc26cc5285ddcc6f92ae74ad8dd14a5aa4b03 100644 (file)
@@ -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_libc.h>
 
index b5d629f19863d16f6882c38f2f0adeb6441665b2..bd46a459d656f8f22ca88eae74543fe03ce488ce 100644 (file)
@@ -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_libc.h>
 
index a1bdd7112e753aba2187952f2ac16a5f4500d71e..dea3ecde7a5dbf40e92216ba3aeccf0bee8236e8 100644 (file)
@@ -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 ALPHA_GET_ROUNDING_MODE_H
 #define ALPHA_GET_ROUNDING_MODE_H      1
index 1a1e22ded6f939e1ac630c2fa8a1ffb1f81dab9f..e7573d2161316fce321b81c9c13e49754b9d6aff 100644 (file)
@@ -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 ALPHA_MATH_BARRIERS_H
 #define ALPHA_MATH_BARRIERS_H 1
index 593c5b2dc26bf3afb28e83ba02a3180c60754bc5..7f894e16889e7e606db6bd4e09993ccf1d544167 100644 (file)
@@ -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 __cacosf __cacosf_not_defined
 #define cacosf cacosf_not_defined
index f6b9ae0d1caef40c0995254267703de93b9637d1..062d896f5c7493d9fb0639bcb2b4fe4f4be53860 100644 (file)
@@ -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 __cacoshf __cacoshf_not_defined
 #define cacoshf cacoshf_not_defined
index c61047ef7461cebc46ab07174a3452175af03f86..b56004259823baa5b79bdb5fc72b1f1f1379f97b 100644 (file)
@@ -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 __casinf __casinf_not_defined
 #define casinf casinf_not_defined
index 95f61fce05a33ac4e362aa59f7443feb64441170..98b6ec17d4aad87233308656ff1d1c06d14003f0 100644 (file)
@@ -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 __casinhf __casinhf_not_defined
 #define casinhf casinhf_not_defined
index 18343782479dcafafeb156314afc93c73d584d8e..076e64dc3d86ec3e2beb8c210be47cf3c008f166 100644 (file)
@@ -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 __catanf __catanf_not_defined
 #define catanf catanf_not_defined
index c3bdca9d9872bac8c5b0cde8de89e2b872d697dd..3bff9281b1191174f1587950fd1d423f3f6ed562 100644 (file)
@@ -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 __catanhf __catanhf_not_defined
 #define catanhf catanhf_not_defined
index 15e06b31a995e8e37a5e5e7815a9a357d9e591d5..6bcc1a3b61a3dcd1becaa48e62566dfc37a76a23 100644 (file)
@@ -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 __ccosf __ccosf_not_defined
 #define ccosf ccosf_not_defined
index 9a46f80eaa3f96edd92b99365c4c890d4c84c862..bf15c3f4dbf2e8f4b8f3e7ed4195a993c47785cd 100644 (file)
@@ -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 __ccoshf __ccoshf_not_defined
 #define ccoshf ccoshf_not_defined
index 985f3878e6d3597293757167468fb1b245ceeb74..8d52cc542bd30c38ca80d0a082849d0c1c6af450 100644 (file)
@@ -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 __cexpf __cexpf_not_defined
 #define cexpf cexpf_not_defined
index 047f047754d9a3677f6cb253a63a98d0cdc02e03..310cc0425a45932495fc180ab88e1f849dccb52b 100644 (file)
@@ -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 __clog10f __clog10f_not_defined
 #define clog10f clog10f_not_defined
index d80ef9940bb2671d79673a3e01573835bed77ab1..3abd32134ad40b3f22f6ac01e498392f0359b312 100644 (file)
@@ -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 __clogf __clogf_not_defined
 #define clogf clogf_not_defined
index 9664daa2435720cd5fc4cc00cb106fa351460f09..6da1c764959f05b01ea30ab7a8889f3e2ffcbde0 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index aff969e46bbd7d795f07194cb6dd4d1f30b0e740..9a63aa13b8c41b161636fb7b648008c92fd5d897 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 60f64bc19d191aecd7f2e560f80ce79e6c3d62b7..ec95e8baf67ef11d6cb878ffc43d641a584186a9 100644 (file)
@@ -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 __cpowf __cpowf_not_defined
 #define cpowf cpowf_not_defined
index e9e22b74b73d7cda1791531115d14f83d395b8d5..9dc75c322e2cea3f8dc4ab57db6b593e23fab237 100644 (file)
@@ -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 __cprojf __cprojf_not_defined
 #define cprojf cprojf_not_defined
index 81ee600491a1650ae2aa612b1a7e50842807f154..c3a77437d71d3ed273214a8a16f1e2984a450a62 100644 (file)
@@ -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 __csinf __csinf_not_defined
 #define csinf csinf_not_defined
index a38d71d648e4f873c1aedadf97f0420e01b378ee..7c56d4e78d542d9499f276fb2c4b5ef93504ab41 100644 (file)
@@ -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 __csinhf __csinhf_not_defined
 #define csinhf csinhf_not_defined
index 2a0556285ceee034db6d15e7274861197dee79cd..d7122a4c0ba5569e6c1ed0ea6b3569181a994b74 100644 (file)
@@ -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 __csqrtf __csinhf_not_defined
 #define csqrtf csqrtf_not_defined
index 8b30545a579fe46845313724d6ca810d722ff9b5..397d1d071720e2c73f92810b569b36691b3749ab 100644 (file)
@@ -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 __ctanf __ctanf_not_defined
 #define ctanf ctanf_not_defined
index 915c3c85d684f7c6a5da5e795e85576982d13915..55856152763a5714e260cc4e96a181b63957d48d 100644 (file)
@@ -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 __ctanhf __ctanhf_not_defined
 #define ctanhf ctanhf_not_defined
index e68f58452065bf87369cc131e11944250b427473..af19c92460e92184635d67b8e3c66f8d867572d1 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index d4fe062a6e6fb3e00eab6be1b09d6304a3626d12..949b36ad26f5fbdd8198d040bcd33f96abbea621 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index cbb2cfd42a47e07951a7fbeeb05eb2daf26781d7..cab8e43b3802f8de64fd27dee423aae149ca2343 100644 (file)
@@ -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/>.  */
 
 /* Ugly kludge to avoid declarations.  */
 #define __isnanf       not___isnanf
index 9ee567fca36cdf0855159c5c6e627e738eb4040c..3be75b9bb64a3c98d070c743a007fa320e5b9b85 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __llrint       not___llrint
 #define llrint         not_llrint
index 48858da9cd136c689d69e534941bb87f344ee6fe..016fa535b5eb6afb056f00efaea3c47227735005 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __llrintf      not___llrintf
 #define llrintf                not_llrintf
index 16162daf01210343d1d4a8bd7b73e8f333dc6ab6..6dfd36c4ad39de67f13fd4130b73f8f5130a0814 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __llround      not___llround
 #define llround                not_llround
index 1b924049aa628e7a11fa55b6d041078e403e9b46..d2c7e944280393acb5e81f2ef608199090204061 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __llroundf     not___llroundf
 #define llroundf       not_llroundf
index 1460d0d0a5fb9c0b5bde559bcbfc31a47bcf6d24..1ebeede723b0e641f16d0c4866d4848192e5e7aa 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 5681635b59d0c5c03bab0f858f5a78da4c7144e9..d252e9e2687b379d32729c18348201ab2010ca16 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 46dcfac3418c3612dcaf78430be76757773b2f06..13b06e226a2ed088d5f2e498a94cd4ee15c29242 100644 (file)
@@ -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 FIRST_PSEUDO_REGISTER 64
 
index 08d8d6627c7f24057fa5abc821400fcc62a66236..4f5439a2308ecadaf1a59a4f9510104187d0d148 100644 (file)
@@ -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/>.  */
 
 #ifndef _HP_TIMING_ALPHA_H
 #define _HP_TIMING_ALPHA_H     1
index 9c851277a05c0939ffd09fa6fbaedc59a54031ba..47f8ec11d1ecaada4ed8f1b2fa464e82226351f5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 4cd6d1719b5af19def808acb0bda07d7af07a3f2..0959cca6e281f90b3f7e47b9217a7304ec4c7e17 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 7727f0986c4cb8f31e085f51ab7bcbed33cde51f..9a0dceb78dfafa5a1befd3d91d1b0b8e90225c75 100644 (file)
@@ -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 JB_S0  0
 #define JB_S1  1
index bcd095e6d087de7b9f729916e3aa7a196f2b3ddb..a538b76841376f82bee2b676643cfffc59e9d43d 100644 (file)
@@ -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 <setjmp.h>
 #include <jmpbuf-offsets.h>
index 10671203a097ca57089e69d5d58bec26673ceef0..c89643f751b07087337c25586cf413c1a0404837 100644 (file)
@@ -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 "div_libc.h"
 
index daac9832664f58e2b515501070c55b8e70cde198..bc76cf6fabc230e781c3536f7f3f89d8a92991a2 100644 (file)
@@ -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 __LDSODEFS_H
 
index 09ce535d9d93cec5367a9e90f3e2bde0f69f001f..4aab7d0c7f1638b0eac7d1d3aafa6b666456c11c 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index 60c50a8692a69324bf8de4752d0401b0d9410567..0aed0904c23cf84c73beab04540c3a7dbb15251c 100644 (file)
@@ -15,7 +15,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 
  # INPUT PARAMETERS
index ad4883ee3267a80ded1ae2f2941e1568a7c972e4..a1247c0f8d9396c1fed42e5b77edb09c9eeda75c 100644 (file)
@@ -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 _MCOUNT_DECL(from, self) \
  void __mcount (u_long from, u_long self)
index e798b9ecd6dd4c84c4fc556a858e2d443c16cc76..b26cb517978edbe0a152b76a2c473e4e95e27b69 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 251e1cb52f603937c92fc93980f7da85e9e8aa35..16cf7b5b844050d619a447eb2994f9249ad0d521 100644 (file)
@@ -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/>.  */
 
 /* Fill a block of memory with a character.  Optimized for the Alpha
    architecture:
index f015e53ca8afb3d6b7cc460af48ceea3bbcd8bf6..f018382d865dbee68df4f75c9d9e6156ec49256e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr asm ("$30"); stack_ptr; })
 
index 05f1c93935699fa1fe22cc418914482076eeeca7..c6bdcbe67e0567f29b1dc7b3d32602cc52ca4dd0 100644 (file)
@@ -16,7 +16,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 
  # INPUT PARAMETERS
index 538f5ad7b28ffa21659d619f6d0df700f9d73b8b..6fba0e9ed0fdd66bdc4320bfbb8d615f74bf25ea 100644 (file)
@@ -13,7 +13,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library.  If not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 70d77fac59d23c753fe3b6d4c4776359b872fa29..c5e252fc9d1086c822ff97b074de794cd75bf24b 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index 54b99ab583312641f03c239520076fd6fcffc851..d936debfb591b770fe69e10d5606b03d5e9188a2 100644 (file)
@@ -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/>.  */
 
 
        .text
index d16192300b74ad59ec348dae322a9b4e31505160..119c894b69fffc516b92ac6b2a35d39277633c54 100644 (file)
@@ -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 _ERRNO_H 1
index 1ea9891be30979167b4b9baaacc095a2fcc879fa..f4fca7b102390258959198898cf414392d1b7e2a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (4 * 1024 * 1024)
index 944c4e2850352d06664af14aff8ff274c525cbf3..32a3fb264dc4cafd1c605746e94b6c75fd7d05bb 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H 1
index 7c669116167ea52a05e50355d4d9593624bfc1f5..a5ddd904f163449b36b0a12b1db00754a234f7d7 100644 (file)
@@ -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 <stdint.h>
 
index e41d1581af820a6a0206a3b1c72ffcc24266f1be..4f358b89d950146cbb2a87fab8d123f5d98d2442 100644 (file)
@@ -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 "local-soft-fp.h"
 
index 5289afab8787baa0e71ae9edd7e06aa301be6212..e9d7613b5dee6db8f18faa72dbf02675855021bf 100644 (file)
@@ -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 "local-soft-fp.h"
 
index 87cfda8619365f0423d4006c706e69afbc0d91cc..ab87f674e2660fd5ca616f4bef07f94660f62600 100644 (file)
@@ -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 "local-soft-fp.h"
 
index 9d734484af02370aa6a9d3ca1372152a26bdcb5b..b9c5e64dda9fe73e2d81d888b1aee3d425bb2d8a 100644 (file)
@@ -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 "local-soft-fp.h"
 
index 731d033d055033a29bb375d56597784622395cd0..160bc77420a75a58c1e79df3a8848e6a92b3892c 100644 (file)
@@ -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 "local-soft-fp.h"
 
index 716e45aa54b34364f30a8ae7e7b3309ad4ed0067..a970aa804f6bfb49108ef31223774409e3bba06d 100644 (file)
@@ -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 "local-soft-fp.h"
 #include "double.h"
index 4bc6f7b4c66c5c3a04e1a1539007ba4d97c05045..4d653428588156dca306e13a0b62eae073a2200c 100644 (file)
@@ -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 "local-soft-fp.h"
 
index 856b213c19f3ba5b109ef8ebb160081eea299a85..365eae609c76a2bffe417122f81d466fffaa092d 100644 (file)
@@ -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 "local-soft-fp.h"
 #include "double.h"
index de178dd508a6e7d01033fcd439235785db77d586..409f3d540ed87e433ef7644fdd8e39cde150f228 100644 (file)
@@ -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 "local-soft-fp.h"
 
index f8d02ce5d27d43854c152e078c2918cae11ed232..27eaa9ff386ca4280ee7e381ea14a788ac149560 100644 (file)
@@ -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 "local-soft-fp.h"
 
index ab5e89309a4bb7f4561a7bde220bfc27dfd712a2..821f1ff848aa07e5abced2234ff0f9f4cae108c2 100644 (file)
@@ -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 "local-soft-fp.h"
 
index a725926b41539dd3fc8ee5b761cd849b10b59606..2bab78ab7c3b2c34a31415ae48b55008be93fbbf 100644 (file)
@@ -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 "local-soft-fp.h"
 
index 1264cae45caacf724e2ae7d1fee011f622065652..7155bbf316ef724561816f76a81cf3379d804128 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Return pointer to first occurrence of CH in STR.  */
 
index 45430ef50097cf6bb7b7b174411a9e91e6dd302b..f787db67840d3e01f3571c01efb985f43363aa58 100644 (file)
@@ -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 "div_libc.h"
 
index 9e2cdf5158925852dbf84c9a117624277e5edbcc..999511a6a71d3cbd08d3453d12defba10f38349e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "div_libc.h"
 
index 3b6a62dd88fd94891e9bde815a42b6ed72141f3e..77efb847427f0eb60bfa2f7e5f4b666da0631015 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "div_libc.h"
 
index d8be84c4adb92b41fcf9469fa656c3d96164fea0..d1eb83a511ab2d5ddcfb716bc0ed87555d572361 100644 (file)
@@ -15,7 +15,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 
  # INPUT PARAMETERS
index d3c09f8c84e41d31906b9e509dcba7a229eb1648..c276e2c079f94cda941b533a02c3ca45b3225878 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __ASSEMBLY__
 
index 2ff68e3f61c8767c35a04e53378aadd510a95e51..a2e740bc2d35b16a237f884da118f7e6340d1d41 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU 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_libc.h>
 
index a45f627125b48e9f2ec7235df2cf57a97d2e98a6..52d44f69ec1170c6fdef67429a88940152a0630c 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index acb760a1ab44f363a895d47983bdfcfd42eb3b00..bee11933cdfe1c33d1e8c5f084fec50e19214342 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index 85e41560103cb3492d872bcee7232707ef7392b6..5017b1359773482b3d07657eb0977ba91eb84b04 100644 (file)
@@ -32,7 +32,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index cc039f048dcb8fcdfd843055868f571dfbf2dd17..c02a1eb2515afbf7f822df5e62ef70e8afb6f492 100644 (file)
@@ -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/>.  */
 
 /* Copy a null-terminated string from SRC to DST.  Return a pointer
    to the null-terminator in the source.  */
index 58581f17f1223d2a4159043425f3b900295c34f2..4f779b113c166140aa0c66167bb3934f7fc008cc 100644 (file)
@@ -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/>.  */
 
 /* Copy no more than COUNT bytes of the null-terminated string from
    SRC to DST.  If SRC does not cover all of COUNT, the balance is
index c61246742dcaffe9f6c454ac88b11825b91afd85..07ec1c3ff78fcca3aa7f2a219f110988dd8f4c08 100644 (file)
@@ -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/>.  */
 
 /* Append a null-terminated string from SRC to DST.  */
 
index d20ff57079be661e9793c1a6b1484c93e463354f..6da299fb44b118d2c17cfdad85eee5045fab9591 100644 (file)
@@ -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/>.  */
 
 /* Return the address of a given character within a null-terminated
    string, or null if it is not found.
index d93e5a431e79637c63fdd3fe4b034b613e44ca51..3307abf2754462b737c0201a6709279e2d095490 100644 (file)
@@ -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/>.  */
 
 /* Bytewise compare two null-terminated strings.  */
 
index 9461fa5336315c9f7694f2e5df869627f050ec06..6cf7059643b1c3af081571dfa8310583e5e027ec 100644 (file)
@@ -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/>.  */
 
 /* Copy a null-terminated string from SRC to DST.  Return a pointer
    to the null-terminator in the source.  */
index f2d5c284a3cbd718238bc29254d9ecb49b9639b4..65654e0c87c1b3661e3c458d3fd4f1151b9e873e 100644 (file)
@@ -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/>.  */
 
 /* Finds length of a 0-terminated string.  Optimized for the Alpha
    architecture:
index f52a1b4c17637033783d509d2b3bdb16f18d064e..1f1a12aca7ff9aef47c1a164052e83903cc68b2f 100644 (file)
@@ -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/>.  */
 
 /* Append no more than COUNT characters from the null-terminated string SRC
    to the null-terminated string DST.  Always null-terminate the new DST.  */
index 8c7394a0d461afd638e40c12ecffdaef6f98a618..d8cd95a3039fbe860fa00841bee46682b5890d65 100644 (file)
@@ -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/>.  */
 
 /* Bytewise compare two null-terminated strings of length no longer than N.  */
 
index e291ad81effcbe6968c06f2d502953ad928978fd..adae0fdf5d5658ea88c7040caeeac61159bb8bf1 100644 (file)
@@ -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/>.  */
 
 /* Copy no more than COUNT bytes of the null-terminated string from
    SRC to DST.  If SRC does not cover all of COUNT, the balance is
index af834f43a54bfa9eed884208f6b1ff885b769b2c..99fa638bd73ce95f345cea2813841e68ef4859de 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Return the address of the last occurrence of a given character
    within a null-terminated string, or null if it is not found.
index 3e7999677a18f6312895eee3c688aac1aabb2cc9..89fa5329d9661fa142191516ed97be73eb557795 100644 (file)
@@ -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/>.  */
 
 /* Copy a null-terminated string from SRC to DST.
 
index 2d1c2058ce633576690c14dca352115bc0acf0ba..bf769270177b6253c1223dee5a98bacab6db0e13 100644 (file)
@@ -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/>.  */
 
 /* Copy no more than COUNT bytes of the null-terminated string from
    SRC to DST.
index 5beedf4ca1f63c7033e3507f94cf723fcd73d522..de379369240f567b89d7cd9a8246d7ef4ee24546 100644 (file)
@@ -16,7 +16,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 
  # INPUT PARAMETERS
index ee19c4370af6199e5f4696eca315d895a233d435..e902d780cba820bdb079444263a878007eb51223 100644 (file)
@@ -16,7 +16,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 
  # INPUT PARAMETERS
index bc5acdc8914689e5c5ce9f541304938cca7dfed0..c3479f9ebbaf1beca16032ccb2d3366ea3cc80b6 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define pltenter la_alpha_gnu_pltenter
 #define pltexit la_alpha_gnu_pltexit
index fb8b7268c97582643ae0da23a520c3c4f06f9c71..9355b3bc2dc90a56120955cbfafa3c22aff096a8 100644 (file)
@@ -15,7 +15,7 @@
  # License for more details.
 
  # You should have received a copy of the GNU Lesser General Public License
- # along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ # along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
 
 #include <sysdep.h>
 
index 81c6a0dfb67f53d98298bffcd9aa46070edfeacb..af256091f45944039587531f949079dc11d1f836 100644 (file)
@@ -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 <sysdep.h>
 #include <stap-probe.h>
index 9755ab2f3340c33efd7703791ffcdc4f9983c192..1d7b28380e58cfd4ccdadda7f899663e77b25b0c 100644 (file)
@@ -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 <sysdep.h>
 #include <arm-features.h>
index c44f488ab375feebb7a93fcef9128376f2b36b1f..81de7886033e511d4037ee0fad7ecc168977997a 100644 (file)
@@ -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 <sysdep.h>
 
index f619bf86b3257b7468c2433131e00b4d832e4e2d..55eaadf84fd2d33a2884d7c02aa628a750301e46 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index a59e75151969e4998b26bb1015218efcb15baba3..64808090a03df17c1dbe11914f784716acd2d48f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 23726090a84a6de740b5c8218d5dc590ea25e55d..242b64a8a881ff6b38b2df2d73555d820bafad71 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 4b1b2f015ebed24268a1b917083f85ed5742004b..aaa4e19c055572dc0d4f948d5256f1fb0e3dc0bc 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the 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 ARM EABI requires that we provide ISO compile-time constants as
    link-time constants.  Some portable applications may reference these.  */
index 06721705c89b29a465c715e703ce17b90d0fcefb..167c50d04ef3a9fb973a17aa5f5b37e069f38800 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index db1fe2465bcfdb67333a5baf986651cd5bb3dfad..e9a514cc5bebe3b85a621acec3da0c762c1630d4 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 
index d852753bdc267fc3a11f6af47357d52f056f8dce..f77c5195946c0113289961606a4603aa77db5067 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <langinfo.h>
 #include <locale.h>
index d02029c8639ae4e999c59cbe99997d3b7f616ae0..70a00a04d92572c4862cce9abdb0a7eb3ec7b308 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 9f2259532bead600428613d32509e54342a3fb46..db4a7752629b386410f50c0ae94b82ed8214e058 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index f816731d556b4a03633806f3a250bd351ac4bf7d..1ed76d963a9d1e623023c961803606bcbc8bd0d3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index c89afb767e29322c51a15d9cca9fcc587d02149b..c413584b7b10acf6240673e1ffec6e99776df578 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 9a5b5d6fd39884e98365b08b89b0a391d13fb30f..7553b767eff451b57d560a684155e9bbd4b75a26 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the 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 ARM EABI defines these as "functions".  */
 
index 46349a961d426af0dd049759799cbc565ebbf178..395c60c938803e8f117e18fa535215ed3aae5ec8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Because some objects in ld.so and libc.so are built with
    -fexceptions, we end up with references to this personality
index 9ca49c32ca3a6cfbeab138ce5be5ada894f27238..d8243fbae6397379d8c43da014950f1ee4241d05 100644 (file)
@@ -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 _ARM_ARM_FEATURES_H
 #define _ARM_ARM_FEATURES_H 1
index e6b4cd0cb27e47a93e102cc0513fe5f7bc5f33b0..66a5f6ae2330c9eea0c59d8ddb4d2bb97a45da99 100644 (file)
@@ -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 <sysdep.h>
 #include <ifunc-init.h>
index ffb7cba187ce7f67aa6423d5f7c013dd31204964..8b512b5a5dc90009cd6ecf46a53788241f9747ee 100644 (file)
@@ -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/>.  */
 
 /* Don't call mcount when calling mcount...  */
 #undef PROF
index 291de771e3ca57ed1e042f46811ccf9f4b95efb9..cf5602bf1933b3f1382f158f34ab970f36575e4b 100644 (file)
@@ -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 <sysdep.h>
 
index 91eea24bc2b74ebac2a88fcb8fc363f0cde9d1fa..9fd0679899b609a8ea923736aed9008ba7aff370 100644 (file)
@@ -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 <sysdep.h>
 
index 425e4631b03e81195e973a73f592d7160c7d76f5..8c6f7bdb0d038caa156a49cf8d64c93712281760 100644 (file)
@@ -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 <sysdep.h>
 
index ac63e123b0d64c71a5bda503d7b23d053c69c9a6..85e28df07c6558e1577fec406361a85456b597ff 100644 (file)
@@ -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 <sysdep.h>
 
index 5315d62841ec0ff11bf12537875a06b562a1fcd5..dd1c1fd310bb0043852bea459c46f30c58831b21 100644 (file)
@@ -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 <sysdep.h>
 
index 600a10481e2b875080a61ca6d5b21cac4ad0c8f1..dfb9647ea3af82202faabe5ef87dbfb2ee0141ae 100644 (file)
@@ -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 <sysdep.h>
 
index 5036c075ef2d713ebdd6cc19ce10ca4ae29c81a7..25fcec345a4766fd180697d5655ae7b201fcf953 100644 (file)
@@ -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 <sysdep.h>
 
index 34b24daa5bf1459b64d28b59812bc29b50ad68fa..858267a2184ce22fc3ef8f258b1830917be159a8 100644 (file)
@@ -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 <sysdep.h>
 
index c365813f94c47ed662bfe0d2025db2de6b031b26..a008e7d575f49cd9aadaabb4374810fc9c5525e9 100644 (file)
@@ -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 <sysdep.h>
 
index 9611d16166162717560a3a5db95fbd6a78fa0aab..a96dc74310ec151323b739ed97e6fff656fae38b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
    Assumes:
index e5f4b547cc5305b22eab5173fc4491a6ab2f369d..03ccbf6dacae59a65e310727dde75b323028c361 100644 (file)
@@ -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 <string.h>
index e5eb4da19e8c075340bc3f0e76bd0274832b0544..063f12709270f04a35647ebd84b530a8af2d66f0 100644 (file)
@@ -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/>.  */
 
 __typeof (REDIRECT_NAME) OPTIMIZE (neon) attribute_hidden;
 __typeof (REDIRECT_NAME) OPTIMIZE (noneon) attribute_hidden;
index 7b2824464bc25e0d12c9cc09e6da8b162f33e6bb..44d2f05cb7ecfb7df667aefd70ba34c154989db6 100644 (file)
@@ -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/>.  */
 
 #ifdef __SOFTFP__
 __typeof (REDIRECT_NAME) OPTIMIZE (arm) attribute_hidden;
index 8de9a20fd6319cd2c42fdd9332b2571d443ef9e7..8f6b1a052f961b3f737ef57ea26d01a3198b65cb 100644 (file)
@@ -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/>.  */
 
 /* For __ARM_NEON__ memchr_neon.S defines memchr directly and ifunc
    is not used.  */
index a5da70efbeb0a441bc1359ea13d97ab0d2e02743..a8b3a6e7b59c77d1002d4886836fd31612fb3dcd 100644 (file)
@@ -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 <sysdep.h>
 
index 322960fe81b22a6053a1591eff673ba45af8216c..84951d9fdcc6662753772be6b7329e403c82870a 100644 (file)
@@ -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/>.  */
 
 /* For __ARM_NEON__ memchr_neon.S defines memchr directly and ifunc
    is not used.  */
index 40e629fa4cc155bd0fa7ac503b414c49bb8ba982..9ac8c555410115392a57b740949e89de2f35b438 100644 (file)
@@ -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 memcpy routine is optimised for Cortex-A15 cores and takes advantage
    of VFP or NEON when built with the appropriate flags.
index 9a8f4c7b39969dc1fe0618974488c78d7252c7df..b42153463bd40b5bac99d7a9d1b6531770a6ff6b 100644 (file)
@@ -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 <arm-features.h>
 #include <sysdep.h>
index 8b500e1bbdd3e95c923272d7ebf561b78d5db557..474935433113b528c18fe5ffd6eabce787b133c8 100644 (file)
@@ -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 <stdint.h>
 
index 2e9b89b655607ee1a3235b00c3bc8404d03d681d..68e233898ebdcfba490a332b169fad152971ac59 100644 (file)
@@ -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 <libc-lock.h>
 #include <dlfcn.h>
index 623eab07f3deee4e2a1c3fc9037f729e37f7fbd0..a0aa78364ad4fd6a05242b2f5bf6c8a14290f77e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index ea7021bf835f170d15604d4ad56333696bb0c66a..90cd9c71fc2c0880ad4f93d238fd6840dbdf3122 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index b4f6ba2662e24acc2c23f7ea773806faf9380e4c..d2e9aadc60385504b85f0333a8f6ad12a248060f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 the machine-dependent type `jmp_buf'.  ARM EABI version.  */
 
index 2b237f6c1ea9de15dfe19948386ac1cae796f41e..28a12e7c647921844be94fe67d98b82d91b26268 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 1)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index 1eefcba0bcb1410ae0e34258b55cfe9e1f869e42..e22f16b9fe5eeb829b261366acf8823d4cc50565 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 1)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index 26dbba66a35ae2d77c368ebb4b2a565fc3ec2f56..70b3237b1c0b6ec8cff80138cf06de8b3078749b 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index 8f91c8d88be636dd665f151242bfbc971400ae83..1432dbad685fd91c21378fb80cec5242c1449396 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Always build .init and .fini sections in ARM mode.  */
 #define NO_THUMB
index 2abc2de992a1be8092fd976eeaa7aaa1c4f415e0..de4d5652a81c528e9cd1ede871acba44a5b9159f 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_IREL_H
 #define _DL_IREL_H
index 13e8dcf7e12b8c7b44c082937b981a56a7f9528e..d5efdc2fd1bd504571fb08907e69403c147ee6d9 100644 (file)
@@ -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 DL_UNMAP_IS_SPECIAL
 
index 7a2f9d9b782e321dc26f117ea9719eb2191a1ccf..eeb3adfff2f91636f9e324765f494f5bfb3a23c3 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index 0cdb5efb0776f8153968bcde303875f49f1dc809..480e06a12dd511b9a7f594f8a9145a3791bdb423 100644 (file)
@@ -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_next <dl-sysdep.h>
 
index f825e7f55566431cf4b5fb836b4fc58a89f8dc97..0b974e28c35edbe0a8efca420db53ab79f1feaa9 100644 (file)
@@ -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/>.  */
 
 
 /* Type used for the representation of TLS information in the GOT.  */
index a929340b4246f6b47130d54eafebe98c35880578..80ea3169830d0ac68aaea537bcedd0419a8266a9 100644 (file)
@@ -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 <sysdep.h>
 #include <arm-features.h>
index 0b3bde27cff7c9537ef94bf6f8bdd5f934da785e..13b906c0c0c19555e28c58582e03746a6dffdaee 100644 (file)
@@ -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/>.  */
 
 #ifndef _ARM_DL_TLSDESC_H
 # define _ARM_DL_TLSDESC_H 1
index 325cfcd2ceedb82948a53fa8c0f6af577f720efc..07e05cc323c045ce8305c18183d9a2dfcf8c802d 100644 (file)
@@ -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/>.  */
 
 /* ??? Needs more rearrangement for the LDM to handle thumb mode.  */
 #define NO_THUMB
index e710b2b6c4415cf5c34cca7eb8fcbb17273dbec4..eeb9095455e0d9b83bce5bd66252fffcf8f6f1a2 100644 (file)
@@ -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/>.  */
 
 #ifdef __SOFTFP__
 
index 501aa470a7076a2a4f5ab5611c7033a3ee1de84b..36ae9fa705e651da926b689e98646df863e33d39 100644 (file)
@@ -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/>.  */
 
 #ifdef __SOFTFP__
 
index 7af1e1c09c9e3b373d063c5cc03c52ab767c2db4..55628f5f9187caa1cb594330158a377108835bac 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 095544cb8d2533191c4dcb65e390c17f957b8c0e..79d09dfe487771608c41df95bc09caf782189d7d 100644 (file)
@@ -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 <fpu_control.h>
index 5f0e3c669fa326be874e0dccca55247984e0ddab..79f2aec9247ba9e92572ef5a7f9cffb7449bcc96 100644 (file)
@@ -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 <fpu_control.h>
index 38024d277e5e5b93999217174f2412522b7e5e01..98187ec47b3d05ff88f647a956ba3f7d7c303aec 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index af591c504ca231e50eaa2b56a1b3cc78a39070bb..90a6d0cf97c4545b02a9d831a6bf9b19f4747c73 100644 (file)
@@ -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 <fpu_control.h>
index fe7e45e68b5ab158e03fa7c3e2ade4a74b0531a8..00ee295daad23cca182999b981754a19a5538da9 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index a17ec6bc282ddb209eb2df77dfcfe72ec89e8952..ee6b1aa35812738f50e9bb6ce06f21e9796ceb90 100644 (file)
@@ -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 <get-rounding-mode.h>
 
index 9882c55b9b0050223cedf17d8f4a8528b0e2bb8e..02a9418202184d33a0832521b378543976a020d3 100644 (file)
@@ -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 <fenv_private.h>
 #include <arm-features.h>
index 3734a304752d8a58b7e74d93f2389c06e6b0b817..ec80c5dae607b70da17a2b5056f889f174b2f7d6 100644 (file)
@@ -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 ARM_FENV_PRIVATE_H
 #define ARM_FENV_PRIVATE_H 1
index 8a346e1b307abadae9ebeca7f757b2199ad73e2a..e8baa1ed3caa09ff70c983c022eae124c4d8ab16 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 8e99ae07c5815ad76278a5f8fc90d926ef91be0c..3d9e5ff33f607493a1602867249dde765811d52d 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 7de5f13f30d6c2eeb58db325f3779547c8301f65..c9f1974e5212a45c7faacd7f2594fb0b951206bf 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 4ce0942381f4e7ac60af3b010fdf9100e2eddd79..6b8f1a67a813b5d4130f6030f6b815974800c0c8 100644 (file)
@@ -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 <fenv_private.h>
 #include <arm-features.h>
index 980ab3cfcdde8d4a4544f94e4b7d839af2020ac9..a58da3c9b6b23da79eb00bf6312509df210aa428 100644 (file)
@@ -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 <fpu_control.h>
index 904c4f232ce758bbc727fe84ac12db1697889718..b4d7c3131f1004e01b5ad0ab8e079952eff8fee5 100644 (file)
@@ -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_private.h>
 #include <arm-features.h>
index d4cf924b1feb8b33f27d69618ad669a5060f9144..0f1d0f835250de6b661691c170f217b6bcd9d17f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <link.h>
 #include <unwind.h>
index 00c35a57aa99eb29528ce557695d85c558cf8a3b..efcfb4e60db29136a5629ea4437fa38ed69bb8bb 100644 (file)
@@ -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 FIX_FP_INT_CONVERT_OVERFLOW_H
 #define FIX_FP_INT_CONVERT_OVERFLOW_H  1
index dcf39fcb03612a0d2f7a28b588aa60dc5061e4e7..0cdbd1e855365fab5da782668f987bdecfd8ed31 100644 (file)
@@ -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 _FPU_CONTROL_H
 #define _FPU_CONTROL_H
index c16e3f16cdb0e666df9280fc3d7076bd8e7799e2..fa10eaff7d6c702ad5047fde6df23c072639cde4 100644 (file)
@@ -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 <fpu_control.h>
 #include <fenv.h>
index 250269b9b0528700b164bd04a95798385db13c01..7001e893374fc9516600064dddb0f5c5283858a7 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 9306dd2de795881a062d33b450d7c3a60c477c35..55327f98a7e844146a848d85cecc2213d947a9e5 100644 (file)
@@ -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 <fenv_private.h>
 #include <arm-features.h>
index 5177410255fbd6caa98a32ca48a49f34d192d54f..1787a6f3d4ad9591990b6ff1fb536d38d4c978b2 100644 (file)
@@ -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 _ARM_GCC_COMPAT_H
 #define _ARM_GCC_COMPAT_H 1
index a66d0058060a90a9e53c2df88fa081804750c16c..f9475a77d0e6d229d35533fe01b8a81ba5883ed9 100644 (file)
@@ -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 FIRST_PSEUDO_REGISTER 27
 
index a11cc002a1f9cb8aa5c6592b92eb4ff6a233f1af..62e639252b4983f17e930a29986297e56b7bf24f 100644 (file)
@@ -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 _ARM_GET_ROUNDING_MODE_H
 #define _ARM_GET_ROUNDING_MODE_H       1
index 267a387b7cdf59c552ead2d7c1aa6aeb33e8ee6a..1480234c16afbaa5f00e85ad2d8203443cf21200 100644 (file)
@@ -15,7 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.  */
+along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #define BITS_PER_MP_LIMB 32
 #define BYTES_PER_MP_LIMB 4
index 472fae72f84dec3d5d298a51c577f2142b963d17..ffc6da8b70bcbedee895cd14f40e4d2b5e96eab1 100644 (file)
@@ -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 _INCLUDE_BITS_SETJMP_H
 #define _INCLUDE_BITS_SETJMP_H 1
index 210c4b37468e7e45ab88d219e347f6a77c01b48d..19a3a2a3f5ad0ece9eca9e7d39eb109f5f5f1469 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <setjmp.h>
 #include <stdint.h>
index e73ec3e0b20b9a73916547d9c46a75b0d0068e7c..f3c2be5b62dfb637f7318255fc31bd76996b3757 100644 (file)
@@ -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 _ARM_LDSODEFS_H
 #define _ARM_LDSODEFS_H 1
index 92109e1f5a16e91c54b4c930917e0c43262a04c7..22ec3b0c194d0315dc87e73126a0f5c71241346e 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index da5042597976ce6d2263b506efcc972055e45a6f..c39058038392f0633dcfda2a79071e6050045046 100644 (file)
@@ -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 <sysdep.h>
 
index 6ce5d928b5b177b7663743576a4be6d8301d7271..4d91c5594417452f2cc1de2f824ad0a56fced9be 100644 (file)
@@ -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/>.  */
 
 #ifndef ARM_MATH_TESTS_TRAP_H
 #define ARM_MATH_TESTS_TRAP_H 1
index 3543caef4266b9257a52e45bb6dc9f4d5f603d7f..0542c2818b31a914fe291e40b3281b634149fecf 100644 (file)
@@ -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/>.  */
 
 /* Thumb requires excessive IT insns here.  */
 #define NO_THUMB
index 9b23a5ffcbeebfb5219340b2e598f85ed45ec408..8a5d6ced7a044a72fe0479132869a176d18b7bcf 100644 (file)
@@ -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/>.  */
 
 /* Thumb requires excessive IT insns here.  */
 #define NO_THUMB
index 3a7bfedf289ce7c8382e537f71b66d2a66c97663..e215ce617eb2cce90b19f8c6a3f43da9ad3cd5e1 100644 (file)
@@ -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/>.  */
 
 /* Thumb requires excessive IT insns here.  */
 #define NO_THUMB
index 7d60c6d3fa3af6025403b2f2e706bdd7dfbc20d6..d96955da596ae165fda217e13efe73a18fd3c1a6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr asm ("sp"); stack_ptr; })
 
index d9a0c17368217fa458f417740fb55a6643617db2..e27775b62e2a02e89f8a7dc9b5a798de6ef70ca3 100644 (file)
@@ -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 ARM_NOFPU_MATH_TESTS_EXCEPTIONS_H
 #define ARM_NOFPU_MATH_TESTS_EXCEPTIONS_H 1
index 1d084210e9eb32ef2726493cde94c3632e34a643..53458390cd6e9acfddbc192e54ebce7ec397576e 100644 (file)
@@ -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 ARM_NOFPU_MATH_TESTS_ROUNDING_H
 #define ARM_NOFPU_MATH_TESTS_ROUNDING_H 1
index 5bb39426d5addecad1f2d38aa87ea25ae69d25f2..00766b3c3bf6af79caf52afff4464004f3ad1742 100644 (file)
@@ -13,7 +13,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library.  If not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 332b288067909cccb99e52aa5082dcb41f6a97ad..70419c99f64ea2584a094864d4bf93b7ef2b0033 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index 59cc830bf897cd0381709eb88d473c4fda75cdfd..c43916fcfaa7aa28173b5e732eff1ee9df5b4d99 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index 642dff5ce094524a2c24e802106dad86e2b2d130..711080e8a67aaa56c06c914457a46321e24b8b80 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)
index dea26f114e6f6785abf10ccc43a8aba7ed9e0771..5fe704e749153cfdfe64728e4bb771bbfdbbdb92 100644 (file)
@@ -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 _ARM_NPTL_TLS_H
 #define _ARM_NPTL_TLS_H        1
index 4a0bb3c4fcf2e8293a95ae463ad462025217fd5f..9d1b0b3177fdf72f80dd7b26b8b44f8bc2f89649 100644 (file)
@@ -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 <math.h>
 #include <fpu_control.h>
index 34e1bd49f04d79077b8dd2d16f09bb58d2ac3ffb..9eeb0b2af3503270b7fc939ea76c6f045bc97900 100644 (file)
@@ -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 <sysdep.h>
 #include <stap-probe.h>
index 3906a12252193c8300e47a381fea5e884d1dd8b4..de8020262fed936cc18cceb4f0668db83a505812 100644 (file)
@@ -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 HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index a673e5e1d10580a891febffdb3eb98329f9027aa..80c928f46f660c1f0a275023dd25cc353e98920d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index d27ca22040d043e3c9d8239b5afa7c070acc8201..de4c173ea205bd09ea488ce7379249e5e0e88bbf 100644 (file)
@@ -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/>.  */
 
 /* The default "nor" constraint produces unparseable memory references
    for constants.  Omit the problematic "o" constraint.  See bug 24164
index a05f8a46513ff1ea19dfd3526ed8a852b1c76557..08311c2bacf0ee435cae8dc03d7c38bd427fc576 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the 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 is the canonical entry point, usually the first thing in the text
    segment.
index b1b92dc48620c530360d5f1b9cd571e1531b1a30..19f98fb95a5b07ac708680ee5027ed927596a8ea 100644 (file)
@@ -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/>.  */
 
 /* Thumb requires excessive IT insns here.  */
 #define NO_THUMB
index edabed040f17ebed15903a6d6f8dbeea5436d18c..dc8eac2f64a0448d259f5022ffeffa392b6164f2 100644 (file)
@@ -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 <sysdep.h>
 
index bf210f0cc52ecf58316f0eb0777ee70c30ad9f29..3f72b83f2816395e33d1a17b3da0a53d4851a4df 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* System V/ARM ABI compliant context switching support.  */
 
index b283ce960047f0aaf4cb40db78eb88a341827832..40311c544bad996af5c9f71bbd3e67e3325d7150 100644 (file)
@@ -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 <sysdeps/generic/sysdep.h>
 #include <features.h>
index 6fdc4d89213e36ca7ac2225ceda2c332a8616103..7b103c5ab9761cf1400798b78950469bff68082b 100644 (file)
@@ -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 <ldsodefs.h>
 #include <tls.h>
index 1daf85b76daf1d3e06448184c16a14e535332d64..6b69d19198ea911dc3016d167b7a6e7e29551180 100644 (file)
@@ -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/>.  */
 
 int getfoo (void);
 
index 3ffec3613b54a9762558d6be7eeaac61fe8cc1e9..7349814591169f07ff85a882393e9918d9baf5b6 100644 (file)
@@ -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/>.  */
 
 static int __thread bar = 1;
 static int __thread foo;
index 1d134e1939ffc56776623182e7d972067a4a3605..4ea7e1db1efcf3250b4022f30f02e964878b8ebb 100644 (file)
@@ -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/>.  */
 
 #define pltenter la_arm_gnu_pltenter
 #define pltexit la_arm_gnu_pltexit
index d87b0c0e2a79d5e4c70d5888c3847fcea1bbd3ff..bb70bcd2035f3220264d3e8742573147c9d5e3d6 100644 (file)
@@ -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/>.  */
 
 /* ARM uses setjmp-longjmp exceptions.  However, previous versions of
    GNU libc exported some DWARF-2 exception handling support routines.
index 9810104f71e122e3c078f0f6d147f6ae83f2ff86..435965aebaab979affa758c575638eefe3820261 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* The EABI personality routine has a different signature than the
    canonical one.  These macros tell sysdeps/gnu/unwind*.c how to
index 02b0401decf3e3dad3fb19ea29d81f5266734b35..77c29caa1a69616158cdd6e648b465d6f6964482 100644 (file)
@@ -23,7 +23,7 @@
 
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Language-independent unwinder header public defines.  This contains both
    ABI defined objects, and GNU support routines.  */
index 81b8db62dec495c775b575aebc07b10838aa596f..8e86ed94155961ac7024adcb9193d5c6ea5a07a4 100644 (file)
@@ -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 <sysdep.h>
 
index 23796cb35cdcbb5ccbc89c43bca95db9dc1c34e3..89d535c00d2184b9dc106eb89e762fa50999a4d6 100644 (file)
@@ -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 <sysdep.h>
 
index e9c1dceccf02c49a64d6c72bea7cf5a95ab3be9a..4e87b41b64d17935eafe62139ce6b647d0564688 100644 (file)
@@ -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 function is not called directly.  It is jumped when attempting to
    use a symbol that has not yet been resolved.
index 216bfaea1d75c0ffa4edbff4ab8fc2982dae20c6..a9c0d0e56389166981abc8e98e7cb6a50a95825b 100644 (file)
@@ -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 <sysdep.h>
 
index ff1431a0cd216e7657299126d3ef22f564d41e21..63a07beca4014fc46b7489603c40bd5c45b22789 100644 (file)
@@ -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 <sysdep.h>
 
index e7f44c936c2923c677a1f84c9c72a61310631e98..135606e4181ef41cbf55f9010b924002699b0328 100644 (file)
@@ -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 <sysdep.h>
 
index 897b3fede89546633a64dc8cdf0a00ca2500438c..1dfc24edbdf1315b953a6db7221ba85249f063c4 100644 (file)
@@ -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 <sysdep.h>
 
index b1e61520a8f202dc01e9a13eb6cf693ab03f13f5..a7e6a20940a944dec0bfa0768e1d5b6caee7bd35 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We need to call:
    __libc_start_main (int (*main) (int, char **, char **), int argc,
index 4a9e190556ad3ae405006299475595a20608ca20..07b304136ef5fe93e75875aef129dc9ff62d9211 100644 (file)
@@ -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 <sysdep.h>
 
index 600c824fc6187f9717cb8cfbb3f8c5c8a8f84879..ecd9c633a0ecb14a931b415d5b73278eab2ff25c 100644 (file)
@@ -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 <sysdep.h>
 
index b1b1f75ee46bc0edffa4eb54efdbfec6d5332e6b..8dd7cf74bb54532a169aabab0d95a6ed3e331580 100644 (file)
@@ -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 <sysdep.h>
 
index 5202f3c86ff1ef84c0c0949afa8cd5c6b639ad2c..1bb3b42105ae1b8a59cb4401a7d6b7e0a5bb050e 100644 (file)
@@ -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 TLS_LE(x)                                     \
   ({ int *__result;                                    \
index 1a61be7830542edb1c3c04a22ee69c749adf4811..d52316d999be3e1e8ca5681ee540570319323bb5 100644 (file)
@@ -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 __CSKY_ATOMIC_H_
 #define __CSKY_ATOMIC_H_
index 7559ef48c540c44b12ed3b60159b3d5f1f25611e..9f04a7d00746ddcbcc298e8cd4968e4b650addb9 100644 (file)
@@ -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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 03bb754d0c391ad82c26917b03f7343a6dbf59be..dc0ac2a856b3028a926e76c4021a99850f84ca71 100644 (file)
@@ -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 _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index 60c23e983f4ac1baa8fda402fdd45b9ae68dc479..92f2219e1a38d38a8ccf3bc3dd0444b9c521fced 100644 (file)
@@ -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 _CSKY_BITS_SETJMP_H
 #define _CSKY_BITS_SETJMP_H 1
index 1ed58a2202c46b9620bb73e9f0b53462eb6ad3fb..a65e979c9a5a3995fd3cdc306e7e1070341d27e9 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index c0ae291f8874339c51f4fd0264f85064f04ae0ee..ee238300c961532bfbc3b3451b4f2a07e3eac341 100644 (file)
@@ -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 information must be kept in sync with the _DL_PLATFORM_COUNT
    definitions in procinfo.h.
index 392f063d51a328d3739efdd1cd81cb4cf5fd567e..1d5726bc3fe329848b3f6ca2c11f51cdaa7d1fea 100644 (file)
@@ -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 _DL_PROCINFO_H
index 66df46308d58561abcffedb51c2bb8f820c2a675..e5a04ac83a82fbf7032e733c8656d2e527e1cdfe 100644 (file)
@@ -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_next <dl-sysdep.h>
 
index 3873d3d299b1639dbd010cdda1f8e7dbc157b712..252f446940a92bf3d8e0995f1ab6235881fd81ac 100644 (file)
@@ -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/>.  */
 
 /* Type used for the representation of TLS information in the GOT.  */
 typedef struct
index f1305b299b53170964afdc674fffae4601f3ad19..59b08e5929eb296903a20da624dc03d428e54369 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_libc.h>
index c01eff682eaef02e2a00e00b5637249752c7141c..200582dc93421736e1f025ee69e5f73bae450051 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_libc.h>
index cd2e8b6a0b3f3de8d176e60b7cd4a0e1ca5d1149..d349c027de09ddd7444f0cbf309aad23fc946c01 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_libc.h>
index a37191de69bbb672b4794d5334ef832db4bf5df5..7aef08f70d2790eeb4c79fa0ba13b8164eb9546c 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 2d6844a8f9830bbdf8394a8c675bbc7ebd1efa9d..f071000a5575299a48247f23e151bb362d4f73ef 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_libc.h>
index 71ab2c657dfed74ef4dbe9f65b97271d1d43ec9b..3d585ca0813ae848b7d3b1c02cf1690d9bc19d43 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 855b48bac1d0efd22af9220691cc6b6ecd0e3e67..8d7f13155afa950e71f437431fbf97748462f89c 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 3b5f9f6683eccd69da0e30b1c2260a301d991223..bcb5be7e5af815bb3b5564a632c983f4e221335d 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 6296864ac9819b27bb2a47387edc32c7e1f01f15..9a114f61ac5a552463c5292a8aa2b2dd26e679a4 100644 (file)
@@ -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 _FENV_LIBC_H
 #define _FENV_LIBC_H   1
index e21f8796fb3c50778d2dcd1e2b2a9a17c09c89cd..17a9c946b205544ad3062356728fba540c06984d 100644 (file)
@@ -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 CSKY_FENV_PRIVATE_H
 #define CSKY_FENV_PRIVATE_H 1
index 2344a7a5a325473e4bf4d55813f4e357172cfe4b..af214652d5201c128ffc742aff5afe2d1a9e453b 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index b059967b9e7f37f61dccb7f74a775e7bd24c0c8c..705e019cd7c822247404e9dc73906898fd129995 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index b611112f1debf39af9b1364f3e759f3608069d63..8e8095fdc15fd17422744f29af78c1ae37f269c3 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index cd9383aaee8a04a4adb537a1c4d75fabb642a83a..f33fa3ff9efc3acd0bba99ee605d24035b6896dc 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index b11aa3a57eb48e4bbce124f43a97f417d68bde53..d1d3d05a118d04519d8ef3442a06734686877ed5 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 699ab980570a67a1a8329612b735edc7d80ad560..9d93ae65c8c16d2d81f1ee9985cab0a3d5a2a837 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index f689d4e18069b97459b856b7abfd1028e6b921ed..e99fdb6f5d1ac7a460a8d8087babad38f3a910fa 100644 (file)
@@ -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 FIX_FP_INT_CONVERT_OVERFLOW_H
 #define FIX_FP_INT_CONVERT_OVERFLOW_H  1
index 6350de23a0d71de58824c68f94c5382c3df31e3a..bc67afc2a1278b2efec14e86b527a0463ed6ec2c 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_libc.h>
index 106e5879d34e971bf6eaf322988e6ce8ea4dd065..6642c40243b1cef5556846ebcc45f8272b0e4d51 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 10a5fbf728c76c4c1dcd4526e970b1a31732879c..24ecc09348bbe53753e0509d9ed09e71362c5ed8 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 0822da0bc8678882f4882a249fa7b4163ff522a9..b4090c5343ae63a29ffc0515e5c137e8c5ece077 100644 (file)
@@ -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 _FPU_CONTROL_H
 #define _FPU_CONTROL_H
index 011ebb48ba4b18be5a9331c805c94babd69fb2a4..b558a87b9cbda11c10fe9d5e30f5610a157d5c01 100644 (file)
@@ -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 FIRST_PSEUDO_REGISTER 71
 
index 4508c6bfaa44e611c2c0ab0b8aedb02c1372b9db..44923f4c2aac84be470ae83d2689079057369ba5 100644 (file)
@@ -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 <setjmp.h>
 #include <stdint.h>
index 3895f50bd56e9559ad4d9447220f2ccf3a9ccd12..f6b38f8fc56715a8981c57d79f7cba6e0df04b61 100644 (file)
@@ -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 _CSKY_LDSODEFS_H
 #define _CSKY_LDSODEFS_H 1
index d3e89d2023c3c7ab92eb1fa47d8594b5e6ec2195..1799f9c07a08b8694e480141c8615214ed09fdd4 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index 0a97dc512ba2263b194121f3d9e6af52afbd610c..b554046b0df4fbe4f4b5f15c806ac7409f979144 100644 (file)
@@ -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 <sysdep.h>
 
index dbf36843f73ee61fd98bf1a34a56e7985cd12b33..7dd7e17a76a376c49ed27fd4b3050ea0434a6c0b 100644 (file)
@@ -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 GETSP() ({ register uintptr_t stack_ptr asm ("sp"); stack_ptr; })
 
index bc0cd75547fa6cc6a538fb68770643ba181a8c91..1bce3fec2ef63ab8ac4fcc7effe80d8066c71013 100644 (file)
@@ -13,7 +13,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library.  If not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 5a49114eacc4775d65efd446a8add34521f5309b..5260c58d37c50843f190133943263f3b52ee93b0 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index b20d3513e0ffa86673a3c199c71b1fd90d076212..ea248eeaadd01ff61c14b81371c829c136368bbc 100644 (file)
@@ -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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index acaed1ba23459b2c037db6d69b9ad8ecb583daf1..70f5df2cf1084c5cd8b94e4eae7dd057583465e2 100644 (file)
@@ -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/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)
index b3a384c04eef583ebd9ee4a676013618ccc1737b..d3f9d711f84e0514b5e9cce1eae1b39f4f224783 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H 1
index e5df99c4b40537b86624fc17e8b57c44d8af5a40..8a2b89772eabf4c89682d20364649a8bdf3e20b5 100644 (file)
@@ -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 HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index 22488fe2b22a896617f214b14b0d06a75bdff2f8..c28a06baf0b466d04ccdf363f06e7d09c7e9eaea 100644 (file)
@@ -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 _STACKINFO_H
 #define _STACKINFO_H   1
index 984245d2ccbbbf385edd8999b48ecc256f5dcec2..05f5b6560be76a14335b270ac3fbf6dcde09d991 100644 (file)
@@ -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 <sysdeps/generic/sysdep.h>
 #include <features.h>
index 7da5e588f8e99bcdb6962dad48ad3f54bea4d625..530202e1faa8d5bc4ebaf57b4a4f1602e347e8fb 100644 (file)
@@ -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 pltenter la_csky_gnu_pltenter
 #define pltexit la_csky_gnu_pltexit
index e95e01b49fbff74b3304a32936cca5b6b5f437e7..9e0b8db38515aa310e2613fada11bf97409190e6 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),string)
 CFLAGS-wordcopy.c += -Wno-uninitialized
index f9a21985b8a03a44c31c7d1a37bc496ca0dca61b..ae6226fd8204308a3f3c723bcfd2cc807a11fd38 100644 (file)
@@ -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 _ITOA_H
 #define _ITOA_H
index d356b6f72290e5b1e09029636e9a28001eedf937..eac89d56ecfe0499c9fcf06ecff32c5f701d1f11 100644 (file)
@@ -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 _ABORT_INSTR_H
 #define _ABORT_INSTR_H  1
index 7c7ae4ee2bb76e788081fdbee3eac83e6df23c64..1fc35226cd63baf8c5cca4fd4c32015a713c995d 100644 (file)
@@ -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/>.  */
 
 /* The choice of 100 spins for the default spin count for an adaptive spin
    is a completely arbitrary choice that has not been evaluated thoroughly
index 6713a29eee5f13725da434ab18b7edfb4b499d7a..9ea082a0571cf40ab75c412fc25623a59d2607e7 100644 (file)
@@ -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 _AIO_MISC_H
 #define _AIO_MISC_H    1
index 9e7a1383100fc7dfa4a3ce563b2c5eecf15dc409..c4862fa6a7cb232713b7bb833d75177c18fbc220 100644 (file)
@@ -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 _ATOMIC_MACHINE_H
 #define _ATOMIC_MACHINE_H      1
index 8139acda1c3e6df3b35343da8560ecd2974e9a2d..3baf2411973f9fefcf288cdb09252cec44ff1ecd 100644 (file)
@@ -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 _DEVICE_NRS_H
 #define _DEVICE_NRS_H  1
index 93099a404b135418e588095afbd5578eff794ab0..67eff7ad874a5977012d69dd9a720c07fac0be8e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _DIRSTREAM_H
 
index bc8b40331d345d1184f7ce8b6c0d195647ffcdea..9301a624a1f5107e081a70ef204d5c9ee6b77424 100644 (file)
@@ -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 <stdint.h>
 
index 086b40531010a1097ca280b5057ffc3cf05553a6..b6d57c831514db3b72faba879f65be288ef64f49 100644 (file)
@@ -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/>.  */
 
 /* Number of extra dynamic section entries for this architecture.  By
    default there are none.  */
index a710a91a7c4f31669b46c64452807a2e8e993ed7..4f7e7b43111bc70965946885ef94e0892bf325ac 100644 (file)
@@ -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 _DL_DTV_H
 #define _DL_DTV_H
index 3369f265a4a4cd40eb52b4a76825a1631a527b13..b5b78191420524feb73c5f02ce6d477a139720d9 100644 (file)
@@ -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/>.  */
 
 extern __typeof (__open) __open attribute_hidden;
 extern __typeof (__fcntl) __fcntl attribute_hidden;
index bd50eb9e72b1047361e8b5a929f1701fe8709412..6310d46c2a6efc60c6d7a21c202f6eb6c51b93f3 100644 (file)
@@ -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>
 
index 8087ad2b484428aa97bb126c8849bbbc643ee005..c7254eefe2672a06ea52264c0f39050dc0d520d7 100644 (file)
@@ -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 dl_fptr_h
 #define dl_fptr_h 1
index 207b6b7e37fb0b0faea151b1214013feb2ba3105..a9f16833b4c333b464532296048b28d24fe10e4b 100644 (file)
@@ -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 _DL_HASH_H
 #define _DL_HASH_H     1
index 984d5d3bf25b0d45cd101f72c8c513a2a50789a1..fec9da071429322dcb9a4c4ddcc47bff8179686d 100644 (file)
@@ -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 _DL_IREL_H
 #define _DL_IREL_H
index 36877954a7dd8edda3205772ec1a11b734c47ad8..e73bcbe91ab9e49a6ec3a432cfd721f8deb938f9 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_LIBRECON_H
 #define _DL_LIBRECON_H 1
index a6f9e49bfde6523490f3fb6379a34caad1e422a2..4fb5f780b7a71841a37fe1ffa94a1bdd82257822 100644 (file)
@@ -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/>.  */
 
 /* The type of the return value of fixup/profile_fixup.  */
 #define DL_FIXUP_VALUE_TYPE ElfW(Addr)
index 249be2ecb22d62fc7db695611348d89c8178c26b..69fcc9ed8b57f4ec81629af2d41be56f2dc40f73 100644 (file)
@@ -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 ELF_MACHINE_NAME "stub"
 
index 528ae8b52e3281945f0d84653c8cab42c073db29..9d1354a4634a2b094a182121b4631f58bc4012fb 100644 (file)
@@ -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/>.  */
 
 extern __typeof (__mmap) __mmap attribute_hidden;
 extern __typeof (__mprotect) __mprotect attribute_hidden;
index a9812b76597564fa5ab525abdce20720ae187c33..1cd036fee366873f3c6d5957cbafff476c20c3f9 100644 (file)
@@ -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 <endian.h>
 #include <stdint.h>
index f46f92414e68b08249da81794b400c289faeca10..1dd7ebc3a22aa1aa1128c246c3660bb17db5931e 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_PROCINFO_H
 #define _DL_PROCINFO_H 1
index a48a2778f545fd8e1996945795cc2431f04fb3bf..3637510f8f7690058e3400c0b2c8472f626a1940 100644 (file)
@@ -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 _DL_PROP_H
 #define _DL_PROP_H
index 34fbffe22ddefd353071869ed4bb18105b1e906f..69f793cee4e07852783bbdf5222336472df72a2e 100644 (file)
@@ -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/>.  */
 
 /* No multiple inclusion protection need here because it's just macros.
    We don't want to use _DL_SYSDEP_H in case we are #include_next'd.  */
index 880ce4a3f5666c75747eeb0e822f15b3c805d0e0..f3f0bebefa1d9179c1720fc49bf0bd16c954e23b 100644 (file)
@@ -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/>.  */
 
 extern __typeof (__access) __access attribute_hidden;
 extern __typeof (__brk) __brk attribute_hidden;
index 79f2c1c09b3e715d162a6af204679791dce44185..e87f6b6c4e1510058784a9579426070a2ff6ea2c 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the 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 _DWARF2_H
 #define _DWARF2_H      1
index dfa8a3701e3279c178e5821b8afa0e6613e4fd72..cd55da0d0a8c227eb6adb9e2c183030c0e87f27e 100644 (file)
@@ -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 ELIDE_H
 #define ELIDE_H 1
 
index e15aff8b325988e018db843ae38149ca948588a1..1b39e3e1079fbd4ad1be63b4ba24482bf951a009 100644 (file)
@@ -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 _ELOOP_THRESHOLD_H
 #define _ELOOP_THRESHOLD_H      1
index f6af6e7e5e3f671522d975bf1d3b5ce990fe677f..8bb52e8ee53eb7b5301e5911e185debd1b8e2452 100644 (file)
@@ -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 causes the current thread to exit, without affecting other
    threads in the process if there are any.  If there are no other
index 4a3db12c542c93d92fabc8aed20ba0f6fcdd2a80..4ace724f1a3731c9bf36ead0259ee62ac33cbf7f 100644 (file)
@@ -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 FD_TO_FILENAME_SIZE 0
 
index 87737132ea850c7ff4db9f3a09c523c20b0e21ae..e0af7188435769718b7af5f9d62b237a801f39f3 100644 (file)
@@ -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 _FENV_PRIVATE_H
 #define _FENV_PRIVATE_H 1
index b8d148adda5e24360468007fe5dab9b02793ab1d..ede505ea9920921f4a704681581437e0792dd169 100644 (file)
@@ -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 _FIPS_PRIVATE_H
 #define _FIPS_PRIVATE_H
index dc74e5438bba9a4e0d4d55c7bb73887bc4f9958e..61e3c60856e204b05b42b7781926ff61c23a97a4 100644 (file)
@@ -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/>.  */
 
 #ifndef FIX_FP_INT_COMPARE_INVALID_H
 #define FIX_FP_INT_COMPARE_INVALID_H   1
index 9bd3420d8cd73c77936f63ead275f3b975bb5b74..5b1d563f6844de258cf20b38aed50c1054e642d4 100644 (file)
@@ -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 FIX_FP_INT_CONVERT_OVERFLOW_H
 #define FIX_FP_INT_CONVERT_OVERFLOW_H  1
index 478598d178736ae82e8d3a446e1013c12f0bb23b..9797c21a346c81cca3d1f2af79f5a9fa8a7d1759 100644 (file)
@@ -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 FIX_INT_FP_CONVERT_ZERO_H
 #define FIX_INT_FP_CONVERT_ZERO_H      1
index 9630af5fb79de0b7d70ef16095af5fdca50565e2..24a6616b2c51c4f228638017aed8a7c6ded9f7e4 100644 (file)
@@ -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 _FPU_CONTROL_H
 #define _FPU_CONTROL_H
index cdca961f183577a2c0cdce1c16ff0dc1ac2b4ae7..a0405a058667f26748c3052dd6f605cb42eda159 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdlib.h>
index ca04bd2d842351ee2f54e87e97b62c93b67df7bd..fe7bf3022413f4ca1913ee7cd89afb22b1ef5c35 100644 (file)
@@ -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 is the base file.  More-specific sysdeps/.../gcc-compat.h files
    can define GCC_COMPAT_VERSION and then #include_next this file.  */
index f4e32131adfdb882532c530346b8c5e978087f5f..9cec66e923e4070cf6f3e9fb483e71c46b239bb1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 
index 8759aea0c435e835ccd3ffe1dcfa2da30aa070af..deec375eacf21ee24b773868a6efb61239553b93 100644 (file)
@@ -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 _GET_ROUNDING_MODE_H
 #define _GET_ROUNDING_MODE_H   1
index 3a9ff86dde7120f5133f948fe645cfcd1ecfa9aa..9e8c2f8df4139273fe55b1296871cd419cd351c3 100644 (file)
@@ -15,7 +15,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <bits/wordsize.h>
 
index 8749d256475dc051df6ed661ed6f27c41674154f..f0cc7f2f57564d772a592861c75581f93d0d95a2 100644 (file)
@@ -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/>.  */
 
 /* In case a platform supports timers in the hardware the following macros
    and types must be defined:
index 25282795587fe27d2ceb0d4dba8042fb953221bf..4a65a2cd549013958e551bed23f041105d381c76 100644 (file)
@@ -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/>.  */
 
 #ifndef _HP_TIMING_H
 #define _HP_TIMING_H   1
index 06f0b84a971a60012113a239223e3fbe3fdc12f0..f54209dd23e4bb7dc64f01303108b35cf3bd3034 100644 (file)
@@ -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>
index 5b32985b4f69b90ffe0dd7f69a4fdbdf2a5bae4c..a5127788af19c135dad4d4ab3a0ab101259400c4 100644 (file)
@@ -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/>.  */
 
 /* These macros are used to implement ifunc selection in C.  To implement
    an ifunc function, foo, which returns the address of __foo_impl1 or
index dd48ea414ba1cd5ecb76d59564f69fb612a865df..a515e3e649843df442f086e76d69f60983a5d8d7 100644 (file)
@@ -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 __INTERNAL_SIGNALS_H
 # define __INTERNAL_SIGNALS_H
index cc3b9f2f75cfb944a88f8d366ad4c65ab519d59f..645e75fc4093f914c24071fa144a3e61cb62b945 100644 (file)
@@ -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/>.  */
 
 #ifndef _LDBL_CLASSIFY_COMPAT_H
 #define _LDBL_CLASSIFY_COMPAT_H        1
index 2e9ca92c23676a28fbff41b3a15d2780a6e4c2fe..8a598576cf8dd4965bd58fd9750285dbfddcf714 100644 (file)
@@ -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 _LDCONFIG_H
 #define _LDCONFIG_H
index 1e193b05b0a8f34e1c6415b17ca24b579a54713c..f3ba13ee68792fd519337961e6b563e7d887d0b6 100644 (file)
@@ -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        _LDSODEFS_H
 #define        _LDSODEFS_H     1
index 9752ba1b6fdad2a416a1161ea8c60060dfc49cf6..e59d960a28922f82a2d9620b99bb68d5c4eb5a9b 100644 (file)
@@ -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 _LIBC_LOCK_H
 #define _LIBC_LOCK_H 1
index b5dd8715b5121efffac432e013a46fb3f72f7dca..b22f3868d5cf5010ab063d9031dcf316aef2c5e8 100644 (file)
@@ -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 _LIBC_MMAP_H
 #define _LIBC_MMAP_H 1
index c63849a745bbae28fa6146c3c8f73545fc039fdd..2be2ae1e2e2dfb8cf660b889ba5fd3a9a75969e4 100644 (file)
@@ -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 _LIBC_START_H
 #define _LIBC_START_H
index da8018db96fd101e54b86d4223572c19929d0e48..f5bbf11eb5969a77fe47495043c29545a09343ef 100644 (file)
@@ -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 _GENERIC_LIBC_TSD_H
 #define _GENERIC_LIBC_TSD_H 1
index ff18ddcd748cacb3bb7cfe81ec5e1dcdc619bfe5..3566e821c3ce8f842ee8dbce4ffbc56826899015 100644 (file)
@@ -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 _LIBM_ALIAS_DOUBLE_H
 #define _LIBM_ALIAS_DOUBLE_H
index 28a76d9b0bcc4fc9daaec1e4b0385de8daaadbab..58e333a6f4c78cc4f62095b5d1d0828fe27b7573 100644 (file)
@@ -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 _LIBM_ALIAS_FLOAT_H
 #define _LIBM_ALIAS_FLOAT_H
index ff9d4438f0e7e8957076d8d28e92308d97280dd0..48b3cbc89068b80578587acc6347d7b6cdbb58b4 100644 (file)
@@ -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 _LIBM_ALIAS_FLOAT128_H
 #define _LIBM_ALIAS_FLOAT128_H
index 4d5246fef72d045b67bb2244944565f11e34dcc6..4319857d081a69eef56a7af1092c5254639f147e 100644 (file)
@@ -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 _LIBM_ALIAS_LDOUBLE_H
 #define _LIBM_ALIAS_LDOUBLE_H
index a89ca888586cb12f635c2939857f5c8c79368255..d1573051b8557eb8ae1f9b5be3ec9724dbcca34b 100644 (file)
@@ -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/>.  */
 
 /* GCC version 2 gives us a perfect magical function to get
    just the information we need:
index 6813501034703f3fe46dbc5f4e76bcdfaf8db033..5b3a8875c3492cf78621e57bd42db697ec4195f7 100644 (file)
@@ -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 _MACHINE_LOCK_H
 #define        _MACHINE_LOCK_H
index 49a586aa730ad16edb65d000a41c079d94733cdd..9784e0d0d02c07870fc1876b100e01a9bfe2bee5 100644 (file)
@@ -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 _MACHINE_SP_H
 #define _MACHINE_SP_H
index 42ec2e1ac215439ef665c0c465bc7fa237fb74cb..aabd404d94882049a3bf694f21cf59f78311369f 100644 (file)
@@ -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 _GENERIC_MALLOC_ALIGNMENT_H
 #define _GENERIC_MALLOC_ALIGNMENT_H
index f0fdb02853c1496460c8991e5cec7cdc53757280..27b8070f4533931ef4a6aa0b923a560a7266779f 100644 (file)
@@ -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/>.  */
 
 #ifndef _GENERIC_MALLOC_MACHINE_H
 #define _GENERIC_MALLOC_MACHINE_H
index 2723f1be05b1ae4ab3a637bf1b66190f42d07d09..b01b3b5992f22ec343706d956b8c00e5e5c589b6 100644 (file)
@@ -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 <unistd.h>
index 19b3cd48d61d6851154877d93b6b37b3530d1563..9c2df9abd5dcb1f188778e01616eefdb3d3b4817 100644 (file)
@@ -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 _MATH_BARRIERS_H
 #define _MATH_BARRIERS_H       1
index 2e6d6a0457e992b058c0739293e1e31688150e04..a0b6b6ed475988237ef7eff82b7dee24e71709cc 100644 (file)
@@ -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 SET_NAN_PAYLOAD(flt, mant)                     \
   do                                                   \
index cbf39152f093aa8bc08aa355182cad7ace8ba0cc..aecbd373e9fea0f1acd5f1bc0362d2c596c98688 100644 (file)
@@ -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 SET_NAN_PAYLOAD(flt, mant)             \
   do                                           \
index d3761c310455efcfa0fe5ccf51264ddfbe4ad2d2..2240254a9c70567e1ec271bdf9f309e2a264a3b9 100644 (file)
@@ -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/>.  */
 
 /* These macros used for architecture check in math tests runtime.
    INIT_ARCH_EXT should set up for example some global variable which is
index a3e38ece169af4a646ebae8506ae9acd03abe21f..d9b6c027d18d53c8e29dbaf5ceb2898f0aae7e31 100644 (file)
@@ -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 _MATH_TESTS_EXCEPTIONS_H
 #define _MATH_TESTS_EXCEPTIONS_H 1
index 539e2708a6173c02bff930dd98254cf67424ccb9..8b70b4cd80763da7001a7b5335496d291790f352 100644 (file)
@@ -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 _MATH_TESTS_ROUNDING_H
 #define _MATH_TESTS_ROUNDING_H 1
index a37234ae6e397e4c7a55860574ce891d7acb671c..510c203f7d8b5a95b3ab12c868e1e0e96b98e838 100644 (file)
@@ -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 _MATH_TESTS_SNAN_CAST_H
 #define _MATH_TESTS_SNAN_CAST_H 1
index 0b2ffd5e3b738c1e8c955016fda6cddf180aace9..fbdb12de25a68d504b9b889b0161995183982e83 100644 (file)
@@ -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 _MATH_TESTS_SNAN_PAYLOAD_H
 #define _MATH_TESTS_SNAN_PAYLOAD_H 1
index 14dc53fdef659fcfc5f93530f9641be9119e7b35..925c8e75feae6e9ee4aa8e592d5b7a54b49c8819 100644 (file)
@@ -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 _MATH_TESTS_SNAN_H
 #define _MATH_TESTS_SNAN_H 1
index 38e6e0dc38249e1089493c0c7d8d7f17c84f0852..d5b487352203128e9dcf7c8778b1afa6d0c65753 100644 (file)
@@ -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/>.  */
 
 #ifndef _MATH_TESTS_TRAP_FORCE_H
 #define _MATH_TESTS_TRAP_FORCE_H 1
index 6f373997920e4dc2109481edb3f8f515d406cde5..1b22a2d0eb5852b1b9ec459a3acef9b5c4ee7b77 100644 (file)
@@ -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/>.  */
 
 #ifndef _MATH_TESTS_TRAP_H
 #define _MATH_TESTS_TRAP_H 1
index a6490e3efea986e57792ccd4536c967457369fe8..f818cb50d538c22a1c6af39c7d75dbc793ed20ea 100644 (file)
@@ -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 <bits/floatn.h>
 
index e542558c981093bead23662c998401a6ec794af7..cb0e9fe5abdcdfff025543cfdf992f7d7f32f57f 100644 (file)
@@ -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 _MATH_TYPE_MACROS_DOUBLE
 #define _MATH_TYPE_MACROS_DOUBLE
index a3ffb3c6e669a921ca9a4f413440962cdc3e1f9f..6f91f7f59445a67696d83b602e1168896ab14477 100644 (file)
@@ -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 _MATH_TYPE_MACROS_FLOAT
 #define _MATH_TYPE_MACROS_FLOAT
index adea637eebb7339f4a9b634735e6fde971f11fb8..f0283378cec4112ce97586d9bb62cee718b113cd 100644 (file)
@@ -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 _MATH_TYPE_MACROS_FLOAT128
 #define _MATH_TYPE_MACROS_FLOAT128
index 491f71fc13a53eb0bbb02d1f89b375b54f9b2a7b..506762c8aa0321f3d47d1850228ee3c46a358e47 100644 (file)
@@ -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 _MATH_TYPE_MACROS_LDOUBLE
 #define _MATH_TYPE_MACROS_LDOUBLE
index 998ab2e023a899fd9f09a862f524a057118c9bcc..6cd88c8879a4e5361379dd0eb7f4ece9fb8f0554 100644 (file)
@@ -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 _MATH_TYPE_MACROS
 #define _MATH_TYPE_MACROS
index 5008ed9b0526f5c672dcd767bda6bd7165dc8ec3..cb86a5d57dec6384817e64d974c4f0ddb748e733 100644 (file)
@@ -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 __MSUF_X(x, suffix) x ## suffix
 #define __MSUF_S(...) __MSUF_X (__VA_ARGS__)
index e10d01ea08382f1fd346f791ec1872006073f99e..f5ecab426c69baa7753690dbea6756d937ccf2b8 100644 (file)
@@ -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/>.  */
 
 #ifndef _MEMCOPY_H
 #define _MEMCOPY_H     1
index 480bdf79ee3f8524241a30b64f4d238bd7759d51..400fe23f29edb1f6d21ab8f57175331dcbf4d5ae 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 #include <limits.h>
index f3a87f03160767d5e2d6cea4b5b45ad8ef834750..660f337a286453ff3a41cf723b43a94eb5300eab 100644 (file)
@@ -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 NAN_HIGH_ORDER_BIT_H
 #define NAN_HIGH_ORDER_BIT_H   1
index 4af66511e778e694959b5c6bbf074896a00c475c..b26ea4c4d67f7258bf4e9be4188f634ba9af07c1 100644 (file)
@@ -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 _NET_IF_H
 
index 985581732eee83af0381ebecda940d29ffee2bbe..6d05f1146662d68a4b5b15f6db39b44ade2853bd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __NETINET_IF_ETHER_H
 #define __NETINET_IF_ETHER_H   1
index 2b3c74281b1e61bb1e15ec9d6b64c9b0f47cf583..bb6d770122617857064487b78d28a162bac2525e 100644 (file)
@@ -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 _NETINET_IN_SYSTM_H
 #define _NETINET_IN_SYSTM_H 1
index 13b03ff79fd50de478a9f886cf8309e6cb25b367..ab55c2a15ece64b8574ced8b3be9ab6a1e997e14 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __NETINET_IP_H
 #define __NETINET_IP_H 1
index 825530b6886350021f0ce3eea866f66b1c4aaa87..637a6b6b41742e1747015aabe23579541caa9230 100644 (file)
@@ -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 _NFS_NFS_H
 #define _NFS_NFS_H 1
index f3d862651ef22826d4752460807284cb89739bb4..968f81279faf83ff6ed00dcd80b269c21cba20a5 100644 (file)
@@ -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/>.  */
 
 #ifndef NOT_CANCEL_H
 # define NOT_CANCEL_H
index 501478a2e9f5fc477c775d0de8cbbe067f8078fa..5e6abf81a84120d30c0d1ce1b15fb22be647c6e0 100644 (file)
@@ -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/>.  */
 
 extern __typeof (__access) __access_noerrno attribute_hidden;
 
index 0caff788555a542aaa9642517fc1b58f07e596ca..6edc3af1c2cbda964575167c7c72b56b8b6e3fda 100644 (file)
@@ -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 <stdint.h>
 
index fde8235ef5047d8421ec6fe423155cbfe4e34473..fbdcc54873e62ee126e3117dee4e65a95e4b937b 100644 (file)
@@ -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/>.  */
 
 /* The macro PAGE_COPY_FWD_MAYBE defined in memcopy.h is used in memmove if the
    PAGE_COPY_THRESHOLD macro is set to a non-zero value.  The default is 0,
index 02de4f795f50952858bbb59ad20ab490027c0b87..a49ff0cd6b492aa95506c68c8c9954515ac0914c 100644 (file)
@@ -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/>.  */
 
 /* In many Unix systems signal handlers are called like this
    and the interrupted PC is easily findable in the `struct sigcontext'.  */
index 1315c01af97f853b05a0ea74f09f05a61f78f7d0..e397913c77705eecfba50fc92d9cc85e0926735b 100644 (file)
@@ -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/>.  */
 
 #ifndef _PTY_PRIVATE_H
 #define _PTY_PRIVATE_H 1
index 112fbc7f32b09cb45f08a07718694ed29bc05011..17d11c5cca5944117921a06e82d44be8e88c9624 100644 (file)
@@ -15,6 +15,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* In general we cannot do anything.  */
index 03912c5b659f2052af5d04f3d24f9992009d7e9f..dcf311d81ec76a76e3ff630f12c2b80d579159dc 100644 (file)
@@ -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 _SAFE_FATAL_H
 #define _SAFE_FATAL_H   1
index 9f0515ca4b90b657d2de8456441898fbaaeddd72..ee551c208044882a1491854a26151aba31f216b9 100644 (file)
@@ -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        _SETJMPP_H
 #define        _SETJMPP_H      1
index 92c0328fb7c9fab25ef681a8e670fa7288ca8674..a5985ba14e59fd6a0881004667cc5a6becbde3d8 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 14f84f0eeab9729d1b2b595a51df4a2e60ed3911..191ba10dddeb69ed424167d6f6d7b18c36d45605 100644 (file)
@@ -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 should be usable for any platform, since it just associates
    the SIG* macros with text names and descriptions.  The actual values
index 2d912c1444b7512bc705f6ede232dac28d9ee846..ffc51fc2f7153f63fea3ae304e37bc322abc4d76 100644 (file)
@@ -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/>.  */
 
 /* Convert between an old-style 32-bit signal mask and a POSIX sigset_t.  */
 
index ddeeb0b0d5d93582636561c2d7e5758753dcf59a..e297275a14573e8db24929e06256de8a61bc563b 100644 (file)
@@ -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 _SIGSETOPS_H
 #define _SIGSETOPS_H 1
index bf1b3e8072b9dd67bc431b6148848c091bd86611..11fcebc9418d92f4a15c83685d284af004255174 100644 (file)
@@ -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 _SINGLE_THREAD_H
 #define _SINGLE_THREAD_H
index 7a6c3e457b6622353b8b77faa699dda796659173..fce9e34af19db98ab2732b7dd2f9522842c7319e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  Since there is no general truth we can't say
index 2e5790c3b2075e90b5b13665f0123df0929f35c1..61d7fd0355b34ca07d3a6cf69192fd06214f98f0 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* By default, there are no customizations.  */
index 141eb8e5fd5e202200b26bb8d7ac18eacebae0ee..9b5b9b76c797b416aaa84272c16af96d0af3f047 100644 (file)
@@ -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/>.  */
 
 /* Targets should override this file if the default definitions below
    will not work correctly very early before TLS is initialized.  */
index cf340586e44075bef458dbc7811a5006a94cbb6a..2709d958e375d6ca8b4fbe47999fb52a7a165b7f 100644 (file)
@@ -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_LOCK_H
 #define _STDIO_LOCK_H 1
index 479f8e2daec2cadb695283532d7fd8eaa7e69cd5..884e355213798eeacfdb04c46fcd5e5340850feb 100644 (file)
@@ -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 to 1 if architecture can access unaligned multi-byte
    variables.  */
index 7b5f797a9c66d3a50c99d19998a1bf500179456c..ca739bdbd546bed85873dae0744bf2ade50d9c59 100644 (file)
@@ -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        _PTRACE_H
 
index cb8f982ab697311311cb1e96a0fd7b67b74ab6ad..a0bf68c8b67bbc424ab5a9d8c5c7975fa538f64f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef __SYS_SWAP_H
 
index f34d091b8166b1ba6fdfd6dc432359f2df9e6e1c..3c5aa1b8c2ecf313a29f3ac70c6d3ae61d2fd466 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SYSINFO_H
 #define _SYS_SYSINFO_H 1
index b09bdf67438d1c667e1deb51410640bd639a8786..178d8f6089f0007dec45e2876e1888ee65192e7b 100644 (file)
@@ -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's definitions suffice for any platform where all
    the machine-specific state is described in `struct sigcontext', but
index 6580929669abfb2fa9fca61eea22d645af4f8e1f..02164558b82557fd67b322e0174cb0e996d0c1ac 100644 (file)
@@ -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 C_LABEL
 
index e9055527a9f5cc4d276ee1ead008654bf0f0bcba..fcdd8fdb43ee5a17505d5a2260f35ad6de4b7a91 100644 (file)
@@ -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/>.  */
 
 /* Everything else is called `thread_state', but CMU's header file is
    called `thread_status'.  Oh boy.  */
index aa84d549429ec9c66aeeaa9453ac0391a37f134e..1e373e5da4e6b23c1497871de8477ceacbeb12f3 100644 (file)
@@ -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/>.  */
 
 #ifndef _TININESS_H
 #define _TININESS_H    1
index d49a01695a562f705d291cec688a753a92520e35..d43cf4aedeb8402ad59b54daf9b12c95fddc3ec0 100644 (file)
@@ -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/>.  */
 
 static inline void __attribute__ ((always_inline))
 tls_setup_tcbhead (struct pthread *pd)
index 270adef3e15b458fc5c5ed9951395c7f1cfc254f..829b5df1ce0228b5ba30e19b51a8256a8675bb83 100644 (file)
@@ -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/>.  */
 
 /* An architecture-specific version of this file has to defined a
    number of symbols:
index 301a4de0389f32fdbbbc12228ad906f936c884bb..745cdf49d37e67ebcf19534d0d443c4d006bdef6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdint.h>
index 0be73f01876e04a1c30371ca9fb30a894c361fcf..95df26ecacd4377f1a2ce8d883d4524700dc395c 100644 (file)
@@ -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/>.  */
 
 /* Locate the FDE entry for a given address, using PT_GNU_EH_FRAME ELF
    segment and dl_iterate_phdr to avoid register/deregister calls at
index 48a1a98ae26569f78a0b4dbb47d680cf901efa31..98222f9df2db0c5c3f9781cf2e5a5cf81ced73c1 100644 (file)
@@ -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/>.  */
 
 #ifdef _LIBC
 # include <shlib-compat.h>
index 7a033edaa76d6162409a93afaadc62a9bb367e5c..9966438480fc22f1e7c9b418428e42696b24cdd0 100644 (file)
@@ -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/>.  */
 
 
 struct fde_vector
index 481e83df2a96dcfa45539a06a7fde1796c4ad951..79d43ebb4603a6d3252c5f2a6c9ad60d1c2324c2 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef _LIBC
 #include <stdlib.h>
index ef37e9c7fa9c88309555a004e7a31bc8d10ff484..af6a8c20dd4fb84a8fce3fdaafee37d922179cb8 100644 (file)
@@ -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/>.  */
 
 /* @@@ Really this should be out of line, but this also causes link
    compatibility problems with the base ABI.  This is slightly better
index 8413fcfaf64e7306a21d4ce1d544a0a719cee4bb..b56f5cf02404b04cbf979c64fed09610728b3c3a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* These describe the arguments to unwinder personality functions,
    specifically __gcc_personality_v0.  A machine-specific sysdeps
index 0697b33655d8600b9ff48f71590d4f85889d1e17..a63089d2dd622cf8bc1c4792291693cb762feacb 100644 (file)
@@ -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 is derived from the C++ ABI for IA-64.  Where we diverge
    for cross-architecture compatibility are noted with "@@@".  */
index d61cbb33005e18ac942b450a5594349df57108a0..f98b302486347a921b41bc117cfd6e511efc4131 100644 (file)
@@ -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 <string.h>
 #include <utmp.h>
index a03d40e4cac247f1f148f1549627d05c5ed7de3c..d32c2b33768ea2903dc7eb83b894540ea6fc0dea 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # Generate the list of strings for errno codes from the section of the
 # manual which documents the codes.
index 049f7dece14ec3c647264a8e6c0d28a878267ad4..55a8340d94c131a184fe4d82870207c5add73096 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
index 8b36e0fd0bd911078731608bb44449f73b43449d..3d7088290e2b4d2e6e7f93165f0974b2f935c084 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MSG_H
 # error "Never use <bits/msq.h> directly; include <sys/msg.h> instead."
index 12ec4e61b1c52ba09a7fda49e47f989e916dc3d9..b0bf262c714dbfc401431c9c08e3218e3a32a630 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SEM_H
 # error "Never include <bits/sem.h> directly; use <sys/sem.h> instead."
index 29057939e68fc91caf32ee9f940af1dcdb89c7ab..104ffe9cd1c13fa71d977cf7b2c0999d0d6862de 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never include <bits/shm.h> directly; use <sys/shm.h> instead."
index 2beadbf58707e587d980c68225851322ea6404da..b356ddc5967295737ed473bcd66707ef6d3bd3ab 100644 (file)
@@ -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 _UTMPX_H
 # error "Never include <bits/utmpx.h> directly; use <utmpx.h> instead."
index b4a5410405dc7d2f273db7cc0c5b488a9863b806..9686be6a3c5c0fa3d8b50c87b385a687d3de4ebf 100644 (file)
@@ -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 script takes the Versions file as input and looks for #errlist-compat
index 2701c9fc0cfba51bc1d72bd15bd8ea6d2075ccdc..cd268e1eaf7ceb85a12392a40054370fbaf55cf9 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # errno.texi contains lines like:
 # @deftypevr Macro int ENOSYS
index 3312a2eda3cb7de418de6d6f00fd025b062774e8..4a63e8d02d74c4b695795d6f8899b3e5c97a5a7c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 1336a3b02096ba982eaa9c7ad61f73d60e8e12c6..a6e7883ec9adece72ded3dd997a6a75eaf27419b 100644 (file)
@@ -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 <sys/stat.h>
 #include <shlib-compat.h>
index 05fa3fc22bef235c7c5548f4ac833f57c56ff2a8..3ede0df4179d914f9f3274cc0906f2277620ab61 100644 (file)
@@ -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 <dirent.h>
 #include <glob.h>
index 706d230a53dcd20bd216c34239a45c820832f0a2..b6d1a5cfd9c083178a71b10b937bcf73b18064f1 100644 (file)
@@ -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 <ifaddrs.h>
 #include <net/if.h>
index 13ba40265bc963309db21ed391553eabcc057f2e..253b4d934c5ca457ab5580a2a6398205e4f961ba 100644 (file)
@@ -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 _GNU_LDSODEFS_H
 #define _GNU_LDSODEFS_H 1
index 303d092739f91254dcfd4f1dfdf7e60ce0bcdf85..5470a34992ad3f1d1ccf99e5d32a41007423bd5b 100644 (file)
@@ -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 _NET_IF_H
 #define _NET_IF_H      1
index 2e2bfe9ff60675de2e70a4faaacf0ca65f176289..29be4583ca48d45cc73fc813ac9e3add0cb46a20 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __NETINET_IP_ICMP_H
 #define __NETINET_IP_ICMP_H    1
index b6822cb3e27c70e71797bfa70b90fb39e5c682ec..0daa349fd620855184279e45846b8df6da0713d2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (C) 1982, 1986 Regents of the University of California.
index 259aa1e032469471ae4ad3e51fd3d2cb15e10a91..ff4b7428089f7ef0f210af2b7d78ba152f9a964d 100644 (file)
@@ -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>
index 69a1dce02dc75d7ae9f8cf151fc183bb56a1a159..b8b4f108b1e2241ec638425321e9dfef2e5323b6 100644 (file)
@@ -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/>.  */
 
 /* Written by H. Bergman <hennus@cybercomm.nl>.  */
 
index afea678cd0b65963d3a6d315bc35ce020237afd9..d7107518b2b776380542dd859de5cab40841fccf 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <dlfcn.h>
 #include <stdio.h>
index bec992115a8146dee6040b5aafd1faef9c65e8f5..6dd0e99f37be7a075c7a5b3a140d587c12c6c061 100644 (file)
@@ -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 <string.h>
 #include <unistd.h>
index 737ff29bfcb8e4277c3c53fffbc29f2f4e877548..9da5e9db47841fc541dc3e2e77218b3e38ea86ba 100644 (file)
@@ -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 <string.h>
 #include <unistd.h>
index 927410234d716d4548fa1f43be6e8dfaa770aa05..53ba970f8af130beff9f3c0a38d8a1b166ddd1ce 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _UTMPX_H
 #define        _UTMPX_H        1
index fb2f5799dd87d92ceba50da8de635c260f7bf20c..7baa8ee1703fca24bbeaeca86b9a62375cf8ee2d 100644 (file)
@@ -14,7 +14,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library.  If not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # We used to need this since the build process uses ld -r.  Now we use
 # ld -r --unique=.text* which does more or less the same thing, but better.
index 5e939ee735ba456224d8b0a2ea2944dd0ab8573a..dfbe07c0d0a03fa796012dcf921a3508de92fa83 100644 (file)
@@ -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 <setjmp.h>
 #include <stdlib.h>
index 16e7c6706e2e70be0ea7712a1bcdb6408741548c..b340a9e0e8513bdbb174bed7bd52b40775cb140e 100644 (file)
@@ -17,7 +17,7 @@
 
 ;! You should have received a copy of the GNU Lesser General Public License
 ;! along with the GNU MP Library.  If not, see
-;! <http://www.gnu.org/licenses/>.
+;! <https://www.gnu.org/licenses/>.
 
 
 ;! INPUT PARAMETERS
index 3a9e8142418c8e55f4b65690eba99abd3916e549..906b7821b188407f1360b3d8f025e1cc21f7bf27 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index 145a8a1806ea4e552fb7cf2669247b69cea26efe..32d8dff7d7d9a28695c98cbc684732c1ccf9b1dc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 the machine-dependent type `jmp_buf'.  HPPA version.  */
 #ifndef _BITS_SETJMP_H
index d5ff8fda0381d772b6f22a28fce2b2644669fd79..f8c09b6fc15d2f2077dd52cd787652d5ece65d26 100644 (file)
@@ -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 <sysdep.h>
 
index 354522107b3ae91134ecafe91214819a3edc3327..6beb7f43e09e2086f594bf324cc3a6fb8782455b 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 1)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index 8daa5865b395598664db1f56532ed428c459ab2b..a2412cc7a11a89a7fba7f88db2e8d00899b49ff1 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index ad00a5285f50f2a36e00816be55bb0f0cc75ae47..5bb0908e2dd913c8508d3cdd67b63f7bf7eb8fd0 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index c48fe6f4d0b3eae3baa1af88272040903aecbd09..ba2f4c93eaf6a254f149967979836ad88d6bccdb 100644 (file)
@@ -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 dl_hppa_fptr_h
 #define dl_hppa_fptr_h 1
index 00d2a3821a7c0c7574f4dd0a5b9f6d81f60e7598..f1701ddff8478215fc151d47aecc75ec6814b7ed 100644 (file)
@@ -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 ELF_FUNCTION_PTR_IS_SPECIAL
 #define DL_UNMAP_IS_SPECIAL
index 509c5411238c13245c0ba7932a01af245cebbdad..5aa219a5d4d5db718baca82cdc64029c4da05bbe 100644 (file)
@@ -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/>.  */
 
 #ifndef dl_machine_h
 #define dl_machine_h 1
index 641e060537468788f6427e60b6d6f83c799b1b1c..5b2589d1215df2c6e5d226c6e66255f8618d4efe 100644 (file)
@@ -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 <ldsodefs.h>
 #include <dl-machine.h>
index 206b288974a9cdbbe05c69275b7d35b57d254897..be29bfa33623621acf2493c6fe2b20116dd41904 100644 (file)
@@ -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/>.  */
 
 
 /* Type used for the representation of TLS information in the GOT.  */
index 6df2852038a5419a2c2c2915fc1d9b1bc3e62ea3..b61a13684ae832114c1cefecad83c9fa1f09a7f7 100644 (file)
@@ -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 <sysdep.h>
 
index 4b04ddb01437ff2e92b27c81251d5b48236801b1..ab822c4bc9df1f2a2575773dda870b392065801b 100644 (file)
@@ -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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 8055b769f1baa84fa1f8737faa1011313fac807f..e36a20bad9801bbc874d754bdbd456bd95409e48 100644 (file)
@@ -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>
 
index 9bad306182303bd33ef10900d937eaf4f50e53fa..ede36772831338268a8e2f212cdd39603face0c3 100644 (file)
@@ -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>
 
index 0027191802843923659194a7f91a34514ed3625c..5ab432e33f776a675cb7e9584dc70dcc72418855 100644 (file)
@@ -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>
 
index 83eee3870b1960d6bffbd9d9cb7461d860f688f5..b80f5b467db5f150af3cc761bd86e7251a8f62e6 100644 (file)
@@ -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 <string.h>
index 3c33007e402fc4a532083b20eed4936d977bbd4e..41a7d225cd9009c5c1b4d293ad2acacb17bbb95e 100644 (file)
@@ -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>
 
index f73963bc70ad54e15d679c291077b8d808546548..3f7b8acbaea38b4d9ba51418e986b843f6526a69 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index bdebac1552692cba51e38de271853c27f2eb0997..a7e707d408f8cc3928d38e026e097241c3b57a7e 100644 (file)
@@ -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 <get-rounding-mode.h>
 
index 58dbaa81edffa01212a88659cafc62038cab79c4..be99ad811c828628f61711782f936ac2c256c064 100644 (file)
@@ -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 <string.h>
index a83a03e3c168f7dc9174f5c781804b9c4b4b4a7a..aa6db469f1b71b7091059df814a09d640051a7b5 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU 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>
 
index f24202f1307a0f6abd476d9d87f2e41666b8f495..0ba9c3fa2cabc1ff961fa41012181f13ca8ea706 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 732f3341106ad0fdf30375b91491fdb80f6a9b06..2533840f5c27c63ea9bcab96a62d7ced67cbdc08 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 1680e7b270373178e53a331eaee43cdb27b391f9..87578a32f97a4f46582159158b7037e788e3b425 100644 (file)
@@ -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>
 
index 7ad349a55edd625dc2f9f21bd70efb5e778116ad..202ee8df8b23342331b6e8d7886d77390d14e39d 100644 (file)
@@ -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 <string.h>
index d8aef00846bc30925e1ce727035f7d5712693f0f..eb4dcfebdbe2f90c1191dfa8b767f47a867c649c 100644 (file)
@@ -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>
 
index aef10bba06662706ccae0bb85761f4c0d0d452e7..d1650ad244fc21f370b3555c7b6197d2bbde44c0 100644 (file)
@@ -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 _FPU_CONTROL_H
 #define _FPU_CONTROL_H
index 48764b0a02da69e48a35a5f2579ab3b90ca2bdb8..62d28a7ebf67a540f866193d1edbed788b945206 100644 (file)
@@ -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 <float.h>
index 5a269d284a116554ef92dff150594caa67587d3b..839771544cbef0c9c9f575ed7119f513bc067bbf 100644 (file)
@@ -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 <fpu_control.h>
index 54dd36acc0e40f233e106953fc54b498a80435c9..d3ae829021acd024ea3b5a4192cbde0d75d31e10 100644 (file)
@@ -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>
 
index 177e7d213d73b6494f4a373addb1cd476987755a..d120b797d3e6a79496885807ea5e1d52ec7e0aac 100644 (file)
@@ -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/>.  */
 
 /* Note: For hppa64 this is 61 */
 #define DWARF_FRAME_REGISTERS 89
index 373051b32f256e11ddaf4369b6f1ad1a1630684c..7030001e0fab0823fb13b6d455a5636295d29ed9 100644 (file)
@@ -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 _HPPA_GET_ROUNDING_MODE_H
 #define _HPPA_GET_ROUNDING_MODE_H      1
index 92856d1b1da8892f04446abf890324bbbfb8647a..116b444356ccb3b4b745ef232bb958dd278e8ac9 100644 (file)
@@ -17,7 +17,7 @@
 
 ;! You should have received a copy of the GNU Lesser General Public License
 ;! along with the GNU MP Library.  If not, see
-;! <http://www.gnu.org/licenses/>.
+;! <https://www.gnu.org/licenses/>.
 
 
 ;! INPUT PARAMETERS
index 44d134e38fcc269e1766d362beb58cc3d1205d63..431032ea9acd111546ec9e19b7f3694c28e3b9d6 100644 (file)
@@ -17,7 +17,7 @@
 
 ;! You should have received a copy of the GNU Lesser General Public License
 ;! along with the GNU MP Library.  If not, see
-;! <http://www.gnu.org/licenses/>.
+;! <https://www.gnu.org/licenses/>.
 
 
 ;! INPUT PARAMETERS
index 58cc3853659e83d94496e92bfaed7636e50b38d8..03193c641aa1e1b18933365adc7f19b241f540d1 100644 (file)
@@ -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 <math.h>
 
index 8831709a17817eee631d73ab85db2a62ad8900e0..f493488b5d40319bd4a83f9b43420fa2b4f58c3f 100644 (file)
@@ -17,7 +17,7 @@
 
 ;! You should have received a copy of the GNU Lesser General Public License
 ;! along with the GNU MP Library.  If not, see
-;! <http://www.gnu.org/licenses/>.
+;! <https://www.gnu.org/licenses/>.
 
 
 ;! INPUT PARAMETERS
index 5dc447769a54cb905215a5774d3ef16f8c82f2c8..a746248ccba662505ee89e74e172a19450c596e2 100644 (file)
@@ -17,7 +17,7 @@
 
 ;! You should have received a copy of the GNU Lesser General Public License
 ;! along with the GNU MP Library.  If not, see
-;! <http://www.gnu.org/licenses/>.
+;! <https://www.gnu.org/licenses/>.
 
 
 ;! INPUT PARAMETERS
index eeae83c9565c1b57dcc9bf5cb0f1ab17f158e559..97320cea9ae1d07f770be73ccc0b7acde870473a 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the 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 JB_SP (76/4)
index 57f007199d15f4f09defda378fc50e71e602f6b5..8ae209614fe3f6c08cf98a40e697a2e52cff9773 100644 (file)
@@ -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 <setjmp.h>
 #include <jmpbuf-offsets.h>
index 8a6797ab7484dab9b0aac4cc0399021f1fc879f9..2cd325c883ca4a90dd000abb30ef9f2e683371cb 100644 (file)
@@ -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 _HPPA_LDSODEFS_H
 #define _HPPA_LDSODEFS_H 1
index cc132802018899e918a4fd84b28dfb19fd2ffbb4..2d4183201c7eb2417c412d91ceb4ce0754240aac 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index 07a6629fce4d51827d1c08c6e1eaebd95e65bac3..500bc3ab51fa213fc22e5240d478d2f064783d2f 100644 (file)
@@ -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 <stdint.h>
index ce0c5bb26e1a235ce3dea46249d93ea2696cc56d..b255e4be9952b12cfc5b0efdded3372044c019ab 100644 (file)
@@ -16,7 +16,7 @@
 
 ;! You should have received a copy of the GNU Lesser General Public License
 ;! along with the GNU MP Library.  If not, see
-;! <http://www.gnu.org/licenses/>.
+;! <https://www.gnu.org/licenses/>.
 
 
 ;! INPUT PARAMETERS
index 703fb309c59b8d5e87e2bdc7ea3d55bf26ce3a4c..371cb03f9f70026b5dd0b0bac7b8fd3e20fc3e84 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We can call _mcount directly since gcc supplies the correct
  * arguments */
index ed07837151833f19c35bcf41912a707cfa87abe6..73e58381c158e2e59c22fcbd88a3f145b598c4b4 100644 (file)
@@ -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 HPPA_MATH_TESTS_SNAN_PAYLOAD_H
 #define HPPA_MATH_TESTS_SNAN_PAYLOAD_H 1
index e8f314caa9b0f93c249ed6ab174243f43fd216f8..07fe70f3d4c9e2f333f332add764e82effa035cb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr asm ("%r30"); stack_ptr; })
 #define STACK_GROWS_UPWARD 1
index 575cad24c16c62bf6623c671d76bab81cc680086..cf5f9f25af9ccff95184b17f49933a6589b6b431 100644 (file)
@@ -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 NAN_HIGH_ORDER_BIT_H
 #define NAN_HIGH_ORDER_BIT_H   1
index 0978b12bd754583002fc87617499cfa1d5a5aaec..441ad64330e008cf88658b96a245784626a90b5e 100644 (file)
@@ -13,7 +13,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library.  If not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 5d74f631872e960473212d3c82df67738e4b6c7e..13b8223cfaba22e4176aea2c892b96b7110bedc1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index 8fe5a2d9dc7b42be15606fceb1be725d91a70664..fff61d67ceed7a20d7de0df9ece7fdf30d6617c7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index a96d0aa05a57a57f529fbd69dc6361999e42e289..6748528b9bf256549d381abed9d5f6c805e5611c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <setjmp.h>
 #include <jmpbuf-offsets.h>
index 56f84770e24f496f0cfa35188b6184039dcfd9d8..d5d61558d45fc3d0b6a95ced1819b5f900e5e514 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "pthreadP.h"
 
index d8c074e72f06bc9e5fb8c1b7e9c87beeebd96921..f5666a142263c81fd4f264d9a07b21ab441fff3e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "pthreadP.h"
 
index ba2d256a8d6b50113a4ccaa8adad73377331c0f5..1b65b3661f1f9249107503a9b6bcc02905f422be 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (8 * 1024 * 1024)
index 03611fa24de29aa9ad7832a8ca44fc249e42d773..aa5ff94364c4d87b3af28fddff04668debc79369 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H 1
index e862985d61d5d0e77c6431aa341383d639312188..fcd33b3dd68a4ff8d895b1ec3b98f60b701ed8bd 100644 (file)
@@ -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 sets the stack resource limit to 8193kb, which is not a multiple
    of the page size, and therefore an odd sized stack limit.  We override
index 0a7d6c123a0710e25c727e2a5c88160208c48339..1b0d849a969e6be7b3c2983d28df876ec5c38fd6 100644 (file)
@@ -16,7 +16,7 @@
 
 ;! You should have received a copy of the GNU Lesser General Public License
 ;! along with the GNU MP Library.  If not, see
-;! <http://www.gnu.org/licenses/>.
+;! <https://www.gnu.org/licenses/>.
 
 
 ;! INPUT PARAMETERS
index 1ed2bda6637b12488e9c9a9a396b42d5fcb38b7c..2fea35b17e25a838efef051ac93d66a0f2e0ada3 100644 (file)
@@ -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 <sysdep.h>
 #define _ASM
index a7416d1ecc469595d667e40892bfce08559084cd..f6b5a2d1f2b5103f31670bba5eca71c9634da2e3 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index ef7f7033b1dc93ba243da24449025e185e597a32..341ddcfa458bbc62abdc02619df57edc0ab345b1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index 00c84494fc2fe02c16aef4c6db1139378c693047..7cecc8e6cb1ddd6063e8f206b6d46d95e51c947c 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
        .import main, code
        .import $global$, data
index 1dbc497980eed2c6d5d7be9c80314936551faedd..009d6a4137bc28f8a7758c3308b4b18ea0bc7e00 100644 (file)
@@ -17,7 +17,7 @@
 
 ;! You should have received a copy of the GNU Lesser General Public License
 ;! along with the GNU MP Library.  If not, see
-;! <http://www.gnu.org/licenses/>.
+;! <https://www.gnu.org/licenses/>.
 
 
 ;! INPUT PARAMETERS
index a38a921f4fe1a729315c0de91cadbfe313fc0c7b..8a6f54d9802d8357958f42d065d79bf3b8ff1446 100644 (file)
@@ -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 <sysdeps/generic/sysdep.h>
 
index e715c97e54bd9372ee0edec953338e6a6a31bf0c..5950971ac7a79f371ce14ce209ebde56fdd02647 100644 (file)
@@ -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/>.  */
 
 #define pltenter la_hppa_gnu_pltenter
 #define pltexit la_hppa_gnu_pltexit
index 4f47cd5ca84527bbc77a17f19f20a9e41b067ea9..89b69ecb2374ba1d6d9a95cf056410f98c59fe9f 100644 (file)
@@ -17,7 +17,7 @@
 
 ;! You should have received a copy of the GNU Lesser General Public License
 ;! along with the GNU MP Library.  If not, see
-;! <http://www.gnu.org/licenses/>.
+;! <https://www.gnu.org/licenses/>.
 
 
 ;! INPUT PARAMETERS
index bdd54fd7e62c1d9ba441e904a8c3c12cefb2f22a..8c3b3360e45f4dea0d08802d45d30d0402c8d2d5 100644 (file)
@@ -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_CANCELATION_H
 #define _BITS_CANCELATION_H    1
index fb3d9d17ce2a5889d087179e0b883451f2bfaf9d..31858f977390f0fe79278bfba1443bf2c1aeb8cc 100644 (file)
@@ -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/>.  */
 
 /*
  * Never include this file directly; use <pthread.h> or <cthreads.h> instead.
index 5ecb634d1c04a748d02e639e86ed71692f16f8cd..649745cefd945dc821ebf9c53008f70077242b37 100644 (file)
@@ -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_PTHREAD_H
 #define _BITS_PTHREAD_H        1
index 5c7c431aac32ab91c9868ba1f4b8345882161b52..3ac1b27767b005107e71ccaa0a7042db84af2fed 100644 (file)
@@ -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/>.  */
 
 #if !defined _BITS_TYPES_H && !defined _PTHREAD_H
 # error "Never include <bits/pthreadtypes.h> directly; use <sys/types.h> instead."
index 83e569153de99add2baddbaec75ffed9c33ace64..ec0dbd1e66715ac57bc683154e3d8666c1108324 100644 (file)
@@ -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_SEMAPHORE_H
 #define _BITS_SEMAPHORE_H      1
index e5fa702f552e3b691f2c8abcdebe4585a8a30d98..59fd6cca84b7ce055bdaa50315450de69ed7b2e1 100644 (file)
@@ -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 _THREAD_SHARED_TYPES_H
 #define _THREAD_SHARED_TYPES_H 1
index 9d48dfd32f3d5c8b715ae9baa0d4523d0c494423..a333481f9df72b851ebf037d9c5add6f7308c6f9 100644 (file)
@@ -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_TYPES___PTHREAD_KEY_H
 #define _BITS_TYPES___PTHREAD_KEY_H    1
index b2c5c63f27b5c1be37e8d51a989d200d3250d784..888cd77da77c6fa7e3fef5c8822f3ec3182d0df1 100644 (file)
@@ -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_TYPES_STRUCT___PTHREAD_ATTR
 #define _BITS_TYPES_STRUCT___PTHREAD_ATTR      1
index 7eb56a726c6e221068e26a8ffe4d25b018337730..0ff19092feaa2582b6f5b4536f7bd078001472a8 100644 (file)
@@ -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_TYPES_STRUCT___PTHREAD_BARRIER_H
 #define _BITS_TYPES_STRUCT___PTHREAD_BARRIER_H 1
index 08a6b3e0ae6d6e256a5d9089806fb04bcab22ffc..85f54e7257822445afa84526ece0d54c2ab849cb 100644 (file)
@@ -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_TYPES_STRUCT___PTHREAD_BARRIERATTR_H
 #define _BITS_TYPES_STRUCT___PTHREAD_BARRIERATTR_H     1
index 75122135feb0938171a92a444c84190740dcbd79..bc98c1827842630e7467d7052e28d81a9a04d3c0 100644 (file)
@@ -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_TYPES_STRUCT___PTHREAD_COND_H
 #define _BITS_TYPES_STRUCT___PTHREAD_COND_H    1
index 039362d0f26840673cdc24064654b1636b1c266f..68b3e57d4d042be5b2af364c1ff93a3139c2a555 100644 (file)
@@ -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_TYPES_STRUCT___PTHREAD_CONDATTR
 #define _BITS_TYPES_STRUCT___PTHREAD_CONDATTR  1
index 3f275532dae3cfbfbbf89103d11424145e69e0b6..c1b1b8f9c164a4b6ce7e7e4e98b2ffab4f5a21f2 100644 (file)
@@ -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/>.  */
 
 #ifndef _BITS_TYPES_STRUCT___PTHREAD_MUTEX_H
 #define _BITS_TYPES_STRUCT___PTHREAD_MUTEX_H   1
index 9cca6d020cac084ffff74570981eb0489849a400..7fadaad00b9e2efae413be0e5cf5356511d09911 100644 (file)
@@ -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_TYPES_STRUCT___PTHREAD_MUTEXATTR_H
 #define _BITS_TYPES_STRUCT___PTHREAD_MUTEXATTR_H       1
index 10498f2e1f59f6dbc575fff7e170fb0655387659..0d56462d85143dd57a36c9fad55a03ec94e97c4c 100644 (file)
@@ -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_TYPES_STRUCT___PTHREAD_ONCE_H
 #define _BITS_TYPES_STRUCT___PTHREAD_ONCE_H    1
index 6366c77bf9d118fb63da04e4f0cadba9fd1a94d4..1706fab60f20fb3119b782049cc1b664c011f8cb 100644 (file)
@@ -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_TYPES_STRUCT___PTHREAD_RWLOCK_H
 #define _BITS_TYPES_STRUCT___PTHREAD_RWLOCK_H
index ba552202c4ab6a5943db743f964b8c521eca163b..cd1b14409a28b1df3b2f5bc30029724e3b51ea30 100644 (file)
@@ -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_TYPES_STRUCT___PTHREAD_RWLOCKATTR_H
 #define _BITS_TYPES_STRUCT___PTHREAD_RWLOCKATTR_H      1
index 51da547fc65a273596bf2883e3bcce0dca825bc4..f75a4af4fe59a99bc43a172ab4824e64f105167b 100644 (file)
@@ -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 <libc-lock.h>
index 9c6e5475c76764d17f6cfff4be1880d40dc4d03d..d5ce934f11cb2829138e9275f679aa4b069be1e5 100644 (file)
@@ -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/>.  */
 
 /* Function to call to unregister fork handlers.  */
 extern void __unregister_atfork (void *dso_handle) attribute_hidden;
index 28efa9cabf9bd47b3440b5e84f4ec7d1cf07d5d8..207cc97923d0d27e19be0168bc3b6e40d09bddba 100644 (file)
@@ -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 <pthread.h>
index 95ae4ae5f649b3fecf37835037c4a4358854fb81..1bc2ed2219d59248b3036df6ad27817d9f26e435 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 85d861026954b5f4bbb86699fac8452b4c537fa7..6c009e8e50c749e5a2277d4bd83c64006a6633c4 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _BITS_LIBC_LOCKP_H
 #define _BITS_LIBC_LOCKP_H 1
index 9c40bdad7fb3c2382c8dbb557f5a901817a7d2fe..ebd96db14c615dd90ebbb441f699377d0588ca0d 100644 (file)
@@ -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 <shlib-compat.h>
 
index 9d1523f6e62fb439031bff878ae1de7800b0657c..27806c9901c8a48e2fcc5e9480b2625bdbbfc7af 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 8159ef75fe3937f164a2d51cc7dfe252db1f9514..c457d84b6ebbdb64343f5ca1e1e18ea4bfbbc7f1 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 5491e9637a547320d3e9929aa4157cc1287c805b..3f927aab4492b870e2e8595dcb854aa8ff6a71f2 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 8b9239328c5ac9b571fb28d12679bd053b259c96..210d64ac36f16c00b8434c32650e331c1177a261 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 9dc4170e4bb8256e8496eb9d2747326a818c41c7..ba0364520ac8cc38b5ca1b530034dcfb01e1eb73 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 3f125c361f4f7f367e381c6ffe23dec854bb9813..f92e99b7bfe8a5249abeab3a73bf0a0c110e63c5 100644 (file)
@@ -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 <pthread.h>
 #include <sched.h>
index 5f88e115f88a786e6ef23d1bc1564310b824db44..faa729869316f75d136164f1722c874bf44af7a5 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index bf595cfb785b087a0e0986843136f11cd4bf0bbe..ea9dc20fc55828a45e09fe85a6dc89eab56d35af 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 353ee20d7596a50d392c790fe0657a0f9901dae3..e01d3077d5b67e485d52de09cd71181ead7f535d 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index fe370f56c8369e11cde65c73a6b164a6d93b365d..95e1f1a72bcca8ef2561dff8a9f69665db53d13b 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index b56acb7365e7aeba1339db8d9daf9bbee5db7e9d..e3ab48f70f396b4f61a78cdbda481f555b37785f 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 8d7d47480b6894ea41989977c2629c6418ac6b79..c267fd71c956341bc5c3ae2bbaad0e32e8824501 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 0fe5d4cd6140d983870b2f57fc86a27897254d0d..e47fc04da9e26eee62588d1cc20c45803e9da09e 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index b8b7234e6a255ac9a0ec2fc3f14647670badef27..35f7c9dfe2bc47f806c5b16d7e00377bc6cca0b4 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 642cf67eaf6014fb7a1534e0a800ea066f491252..14ea44b820a5329cd88015385d08018ca70f4951 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index e8cb4e872d9c26f95dc74975020afbbbe0e6f1ff..556885df5fd90369354fb7d179e7bfed0303e770 100644 (file)
@@ -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 <pthread.h>
 #include <sched.h>
index 989436b61c4aff482bd124bae95e9208bfcef3db..b2f332f0c526ab597933bd31b681d3a7209f7072 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 19c3522368f9ec67c0e653eb4ed2c4ada49e3682..df1d9b706e7d1e33bd9a4173f93cce8cbde51bd2 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 804015776b05f0a8fe32c1f9fab5ffc9d76e397b..fa8bd82859efca23e9f943e1f3836d0eb6c7ab3c 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index e033269df43df802bcf5164d6bebe7ae370e4d1f..eca84a6d7740daaed8b3b551b9083f588d15fb14 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 23deba7107710e0300a6e98e2cca531c4d4faac9..413be9e7fb717d93b870f7e78769fb014aac147e 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 48f915d0c9ecccc7f987c1071bdc0195a2d76c76..74bb907e8228e5a4e3643b91ecaf287b18099545 100644 (file)
@@ -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 <pthread.h>
 #include <sched.h>
index e6463d1d21d89478db83ff559ad5bdfe221bf024..fa73e153e51cffd88df969a7d34d50528d1e578a 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 92a55239eebcc897c0c55de9ae1cfe27ec44cc7e..6b18d7133a2ebcf4caff019a20040724d1efdfe4 100644 (file)
@@ -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 <pthread.h>
 #include <string.h>
index 8171c7ebd39f47b910496231281a085111548b7f..3acb8fcafed0e9ab61713721f9e177baac44ed4d 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index 67ec1893de766808f2623abd2243de9335bf0e62..bdcaee96c0cc022e139c7531c08f6c588424dedc 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 40369b007a57c090e8d7dc206c41094d2c3206f4..994af380a408e5df9be2d070f2acf3bf56b88838 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 39ec774ebb42201c10cb458158c4ef76c3a5ed00..d93a7e130e1bb6aea20f87276dc623a32119eeb9 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 410d592b3839f7fa2f5263be25d1f4c7da39ae2b..b36f4695bbdfdfe5bb457c06bd09e4dcbf1d96a8 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 4756a39fad720b68b2ca9df8d8749aad885f0f2c..c0366739c4937ed807e6cb0128754ff227a8f0cb 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index f9bf456798c13b7da47024fd75b1d152c43f688f..f518598fc297c3dcf8855b3f4706d3d1650e8db5 100644 (file)
@@ -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 <pthread.h>
 
index bca8f98c76e5c4d47bcb598a6fbef360478e432e..d3485b51628778c9ecfc8aafcac710c98881badc 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index e0d481d2d4d0bd4d96f090a3965ed29aae578970..2d344bf4926f31681e5f514c19f5343fd0e00eab 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index 1ab19ffc1e82947c21ebf707792387e857dc1a1c..1da7f44d9cfe959daadb2f38c1bb9ed1cea7dd9a 100644 (file)
@@ -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 <pthread.h>
 
index 5a97974031a5333f077a55b9cec90bd24253a638..cc5a9db37f23c15a75a0a96b2108d16204fb52d6 100644 (file)
@@ -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 <pthread.h>
 
index 2a36c866a2e3dea9e37331783d0af4cb6b4f9cce..29fdbc50ca230b63220ec133f89a7799946014c5 100644 (file)
@@ -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 <pthread.h>
 
index dc673a06321afe500cbfc1115382217229886784..26b93a73f49990469ce757d8c133563e87894d92 100644 (file)
@@ -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 <pthread.h>
 #include <time.h>
index cb3833414c5f59e73b0fae187a3104a436cc61de..d3d1a6c056b0a4e05c50fac4773d0406d5e82a9e 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 2de7838b8b2d29a2dbc543d99ca1dcec0f77ec47..9761bdb61a82115db060aa0dbda30b5f36aebb97 100644 (file)
@@ -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 <pthread.h>
 #include <time.h>
index e53cb7c22f98afe313a23b4b2ace4ccd5e0c340f..89a3de374537cdc5d999a9b31060ab32cfec6c85 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 67ed05fe2ed9c2f9d6dccc8f57e1f9276d17723c..cbacec964c8320deb449ed6aec6748c1a33bc1c6 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 399fa16243800265393cb73da55a424f3125dee7..061ca43067129d2368a59c813fff00d182451d71 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index aff0537f663cd5bb8a3bce1b478f26387879c3a8..a82f887ec0d87430fdf2c2a21cfe6df898bb62a5 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 6bc85771cb824d510cb1b10a86f66455ba58494a..26b188ddc63627d3fd6ed36c3a533d1532bb38e2 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 00f7dfd8617d8569fd262fac4281c93f574a2f81..880bea80d1f403c5d7d60bb8aa0e16aea88461ee 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 044c4d64f30e93e89e637e1e285d336bfe8779a1..da9477a0bff3cfff987edfc7493e39348c406e49 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index a256c19664501d715ac3cb2a7bfe25bf422aa62e..23cdb521555b31a0005d9f95f200f0621c4fe38f 100644 (file)
@@ -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 <pthread.h>
 #include <time.h>
index 171fb1477e126b9fbf1c70d8acd5faa15ffc08a9..82653363c77200c1a55e89cadbf06caac797ed08 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 07fc10b4de5e91e160bb90fb1a8e55e51e9a24ad..7e8b8f11862a3fd111b5d676dc4a62a4cec0e1d7 100644 (file)
@@ -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 <pthread.h>
 
index 3d81c10915a2970e8a2410ecb009fb8fd7ffecb1..394199ead33559fa300c15229d3d12186bbaae66 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index df5fb0183e7f5ed357ab43f16a07031a78a74c8a..3617cb278489196dad212ac12361f91b2a16217a 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 3d6223dafbe6bd183794c386ff2a725de8f0331b..20c34461449eff29cb0927649a17d93d31b91630 100644 (file)
@@ -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 <pthread.h>
 
index 4765c146ce236af0107961aeff0407f8fff2c371..854aed1372a4e861fbb2b22bc6a5781b5e71720f 100644 (file)
@@ -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 <pthread.h>
 #include <libc-lockP.h>
index b785367d47a2f69e2f064b2b008d8768c7e3a675..b9f8cb2666ad29e9d9753290fc81fb1fb9bf2619 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with this program.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pthreadP.h>
 #include "sig-internal.h"
index b78a9a4e5a109547995fc95a125bd1eb193ad7ba..357190c4323ec7b24e8e719014757a472fff07bc 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 3a9acb68aba86d4833e16399defc97a94d5411b1..cc29bee7f0d804273c5fbc6f0fd06876f7738531 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 334577dee8c0ecd5860e1b8a2083a24c6c3b65cb..e83348115e2f70c7892e52a5002e59dadd5f3103 100644 (file)
@@ -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 <pthread.h>
 #include <string.h>
index 6e9bb20d3762a98df3ded5cedc51c7bfecddf03d..d1fe20131716ca6302ed8920ab27091bc2d8542c 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index 3a64e37102b43d62b6ca12e4526604c9d9b2ea8d..b078ac83eaada58367252a24647431a66b692f3e 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 795281c1eadd55c9405211f3f34cc18ebb8ed01a..c8fe02261340164fe2a526bb8768aa83c95a4df9 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index 71e6180954c19b1211c7b3775a41556313436f01..33d30035f91303ac19c401f6388082b9c8fa9f36 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with this program.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pthread.h>
 #include <assert.h>
index 7ba68c4693d3cb4fc6717e30ca0e9e73fdd9982e..ed48f6e640207ce467063aae4dd889b2a7e2f933 100644 (file)
@@ -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 <pthread.h>
 
index 931b49c562683251e7d39d749828826ff27f46f6..f26e952dda7dad00d04cfd27c09ce67c733745ab 100644 (file)
@@ -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 <pthread.h>
 
index 9531b67c14eeb076ea954ebed1f0dd4c02680911..07a06b9dc74cf2929475bd438b5cdd4bcd574653 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index a0253e0d0f77f0c4e94113fc7d275d1481ef964c..5c3bac3d64f522a8e82a02daef3315c2ce305435 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index d3ae691521942931a1b1ef4cc2ea72f19609506d..08d07b32fe38cf0e56d40199cbc77d468b8c696a 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 74c2ae5d5266a8948a3656c5abcb9e957125a2a0..d9a8b62f2678f1da42d7d3a65f4640e3c16c1ccd 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index e7fe9451fafd0764f32ed2a99d139a5ed51e82fb..a281cbadeb873da474434b3061d6a7188f7646fa 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 3bd37579ff7848c4e99d7c6e68925e4ef8f637f4..99c37b8a28f77c069b023c5773e57992418a8790 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 9c4029627fb65e6a0bd7af0316b316593c3ec934..4dc1782aca2f912cc8c16bbc9c4449994b25c32a 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 65d8c054333b5ad6c3d12a4b618692e7bfaa13ed..be79cf276b29e2a7574a08a2f7842ef8c560e2ac 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index a3ecf0ea1a1296bc553adc9cedeb83c953eedffa..55a98f841a807362410ec6cd2a11644485fd03f3 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 36672add489621aef08357a073fdf52b2c4e69fa..e28baa75a8a92e54f72eeefb67712ed480732630 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index f9a4b5eaf36f08021525d643288823154a459efb..79f0a8b05771b17bfdd61d0586f3cc6aacd5a775 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index a6d7c2a81f5361ff3af0f5f74afacf602501c37e..85b7dbd61576addafa51fda29170ede89a665ab5 100644 (file)
@@ -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 <pthread.h>
 #include <atomic.h>
index cf1526a1b5d29dfd0181d3fd7553aa93834e6fab..7a3703033d6f68a60aea8c17ff6332d91530ac97 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index c0f667d084f7f282f6cdaf649d86b008fad5dce9..4cba97c0f4b1fad23ce6e43441eaeb3e162bfb39 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 23546293f8a9d6463fff07a892dc997eb7c3bdac..fe35c9b1c955cb0cf37e1de3835258d50886cbae 100644 (file)
@@ -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 <pthread.h>
 #include <string.h>
index fda630cdfe36d732370b62cc4e0f281043df62be..51d3022f7f19033271e34d0c7c4d3a68d6dcfb6b 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 0be169a821dad9c1323b240e26b5af4089822da6..cdae8dfd3a07c8b19a83915a8a62094663edba7e 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index 1e89cf76f59a24f484e7f38d70be343df3a5ffce..83a022afedd94ad9568dc8149769115e1842a188 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index 279027c68ff8141d46c60c176478c02a402b29fe..083ae50c5789c4e5600cff8f8c42bc95cdff3b6d 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index 46dfeddcbb5e2cf3852db26e0fd5d82a097305d0..4bacd5ce332b40bac355048e82b1db60f7fb90a8 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index c460e3423a46b0bc8a81e2ea6ca64f212e84d758..096dc8b9a1a0dcb903faa587820e04edee382290 100644 (file)
@@ -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 <pthread.h>
 
index a5a6cdd6ad5fc4f4d0dbb1a19ccce182ab14b291..ab3f9d8841abf1f631ef65af8636021d1528acb6 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index ce28e025218432db21a80e760038dfdd256efda4..ce346acecd2fa4e3edd3b7e5ebc1203cf4d1ccca 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 37583969fd8a663f24859d7cf7220fa4ed51755f..cf9b6e8085bbd6a7b3a51dd6ad8ba3a5489ef3b2 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 5d0ea2ff30494e2e26026a8b803f54fe796ded8f..80dce9e5ad1b4903030847896eff1f63f6be50fe 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 63eb14a09d5037ff1cdac372d960adfb57d67d95..5ea24bc0731c1ace5e06c511138200605255aed5 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 2fb13d5b6b74624c8b4af7335b981e6b2b7f62da..61f1fabfff10a2874f0dba1dcba7af6807a839dc 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 651245f6490f98698622f6011f207d0cc56da41e..c7107f03540f8b56a4bc187f5d82a8234552701e 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index ced87848994cfe5aec21bd76674e2b9ae12aa50d..1ad6bf08abb2fed6a33e9a42f22d4bb52613a7d5 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 694f94b460e1363e4018fc3ff069daa140a7c799..8af6c53b664d0b2d218a5cb41ace9b2ec5ee901a 100644 (file)
@@ -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 <pthread.h>
 
index ae439e6f9eb5c524b8d109b47d3e28044f4623a7..b578d907b4b27d6e16ece2d172e5174ac6a9874c 100644 (file)
@@ -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 <pthread.h>
 #include <sched.h>
index 21d6b753fd03dc1479cf848c7c788befb1ad69ac..42fcd9b20481ad74285c386a105d666cd7a4c675 100644 (file)
@@ -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 <pt-internal.h>
 
index f6d63624524c9ac19eed3c55885a5c2c87961d56..1200b739745e75da275ee4ef40b197fd131ab309 100644 (file)
@@ -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 _PTHREAD_FUNCTIONS_H
 #define _PTHREAD_FUNCTIONS_H   1
index a8205519f2a4e0376c0f057ef07a42ebb0df297d..fef416620164a605281a6af7661b9e435b0bc7d4 100644 (file)
@@ -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/>.  */
 
 /*
  *     POSIX Threads Extension: ???                    <pthread.h>
index c666fb94e798ee6f035c18076b545238d8c414c3..e745dacac1d16e58ddabaf279e790ccee18b614e 100644 (file)
@@ -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 _PTHREADP_H
 #define _PTHREADP_H    1
index 439f51599bafef9f659e773aef808b2e54fa28fe..63e3a4c96d33e34ccb23ee26ad37f20cfeb5e72c 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with this program.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pthreadP.h>
 #include <signal.h>
index a55384c4507bf270357dfe51c4396788a38fee02..e189c49a9231163a40896528e087839db65a4243 100644 (file)
@@ -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 <semaphore.h>
 #include <errno.h>
index 41eb75e96719ff197a270a767134f8ebc9f579cf..ae2a0400221a3f97c987b9ac94a82411d14c1087 100644 (file)
@@ -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 <semaphore.h>
 #include <errno.h>
index a2c9e264a84d08f1d7e585a60267c46e2a504cad..97d2336f318c9e6103a43fa4ee183270bbc18d4c 100644 (file)
@@ -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 <semaphore.h>
 #include <pt-internal.h>
index c56563c7421ab272b47b70fca79111eefef9dd94..397b0efd8ad286d4edc272a458bf7f68388778c8 100644 (file)
@@ -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 <semaphore.h>
 #include <errno.h>
index dcbecf17ffd48a48d777d97760a82b7cf9500d76..51fa578a928acaa1738fe4666a213f2ecf309102 100644 (file)
@@ -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 <semaphore.h>
 #include <errno.h>
index 34a8a707983ea1be97e67cc873037d69d9ffc60a..046c2eefc828afe32ef75ed9103061d7af14ac66 100644 (file)
@@ -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 <semaphore.h>
 #include <assert.h>
index 722e8240e3f857aadae6926e40b1b78773b8b975..e2eeff4b8a896335105dc9a382644e5abef453f6 100644 (file)
@@ -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 <semaphore.h>
 #include <errno.h>
index 44c3693b187917fe017ce5eb449d2f511cf384e8..46b3fee3b47db01b2a1eebc1c55cd1369509c6d7 100644 (file)
@@ -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 <semaphore.h>
 #include <errno.h>
index 7257239e989fa00d50aa159e2fbbcc48c1314f04..b908430411e8bbb901cb7cfa136439b440256846 100644 (file)
@@ -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 <semaphore.h>
 #include <errno.h>
index 7ae81c15f44f8abef1b376d9edb4b87763a64bb9..4c1f5c8f2a32d561775ce27a123f2d5a14cf1457 100644 (file)
@@ -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 <semaphore.h>
 #include <pt-internal.h>
index 42956c52fa7b5f1a39c8b160ddf92aefa915ce8e..d883ef949433304ea755cc83be27c4a3cd16f6e3 100644 (file)
@@ -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 _SHM_DIRECTORY_H
 
index b2fbc38428fece2f9a24c537569634a31db4317b..5d2502eb028f263b60559c98cf662dc1819f34b3 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _TIMER_ROUTINES_H
 #define _TIMER_ROUTINES_H      1
index c3dbfe714f9656bfae1ac17721e1ec914eb211b7..5cd1b6406688f0f9b8543b9fd42288395bb2fbfc 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index 27631bbd74506f6df6360194703c8a77a4c8d9c5..a69eb9c9cdf6533a7c494e2a8dec2156d7a99edf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _STDC_PREDEF_H
 #define        _STDC_PREDEF_H  1
index f5d148a6e30743e0526f1f193be8ac0fd01376cf..ff910f10bc46dc6f255e85a595dde69709fd5841 100644 (file)
@@ -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 <sysdep.h>
 #include <jmpbuf-offsets.h>
index f7b9be838656e79888e31f9d300a4f350ca60e0e..3c631d86847ab321e7ae4b1eaebf976bc1541fdd 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index e560f0390aeed64f1b3a639012e5ebff85e7656f..14db778baf28e88bd058d71aaa420887652e5c64 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index 67136e8e2a42614c2c51d822cef1e9483cc95d8d..4c99ba2049be8829587c91a3017f52f9abd04062 100644 (file)
@@ -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/>.  */
 
 #undef ALIGN
 #define ALIGN(log) .align 1<<log
index b5e00b4fd2bb361f94b7e4ba9b08cff65f9f8590..ac96d7b7a4ce6c5f89b0742e7b5a8777fd1338d7 100644 (file)
@@ -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 <libc-lock.h>
 #include <dlfcn.h>
index d3d459711df1af32600135a7d8f59173836e4bf6..cd25de523957af2c3b9ee209a1c974be9a3e4179 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 0)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index 9d2b2c2627b2ae0e1b94311d82e3c54d3ce12be4..017de7a46e0a6a53e37badf9561db4cf825df833 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 1)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index 65357682a0956bbd137806796307f6680b79912c..26f5854cb8998c77621135597099339c4b5198ec 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index e7921af6d2f90de12100985a79fc91d9bbfae5c1..bc64413a71f0e82e932b45254506ada7d0258e7c 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index da320ec027a606f1f320ab68dd12f5d7f076371e..747af9524b32e44eae6cbf62888478de8f8e3141 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_IREL_H
 #define _DL_IREL_H
index 1566d1282a7046938a9fa44d855c5e3a8da263a9..1e2a3b333d230bbe130bd589ccd1152928b69913 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index 16dbef0a7b6c91d8923cc83656924f58db8312e9..5123659d62f1b41b424677eea9f1444293e57441 100644 (file)
@@ -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/>.  */
 
 /* If anything should be added here check whether the size of each string
    is still ok with the given array size.
index 8de65f7f51b22476f45de79067db154fc7f05fb6..47193f0000170ac11595df78915358f41a14ca01 100644 (file)
@@ -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/>.  */
 
 
 /* Type used for the representation of TLS information in the GOT.  */
index 16a700ee64dd4b2e46946acea75230be70fcfce4..0fc3ab718de5705fbc129148eb6e2c22848fff67 100644 (file)
@@ -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 <sysdep.h>
 #include <tls.h>
index 60cf7097c5efe15c5a2b3abcbf2229acaf77d2c6..e49cdc52e1846894ed1e55240d08bc4fb341fae3 100644 (file)
@@ -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/>.  */
 
 #ifndef _I386_DL_TLSDESC_H
 # define _I386_DL_TLSDESC_H 1
index 3499dec09c3acf20ecd9f5125c82086d714619b3..b05fa211e101b4449e8006c527ad15b5bab1ecee 100644 (file)
@@ -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 <sysdep.h>
 #include <link-defines.h>
index 9ad58607439acd1abbba12f613b29430b12795e9..6ce1e037fc4b118bddbd100960b0220584794bed 100644 (file)
@@ -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/>.  */
 
 #define ffsl __something_else
 #include <string.h>
index 40066a6b07375bc11fee8d451c805927025f1548..58620f1bcd33bb1788ea318738211ccd7fe8f7db 100644 (file)
@@ -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 <machine/asm.h>
 
index adb7c240a590c5f9cb7eb4a4766b07fc81b2753b..ae73ba3ae3df755b0e9423fb58809093947d3e31 100644 (file)
@@ -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 <machine/asm.h>
 
index 489d7905efd951c3ac26a8139f7ee7af30c6a613..c44d6334e02e2ce2e571c9edfd42215e36613b94 100644 (file)
@@ -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 <machine/asm.h>
 
index 590545a3a72fbaf0d4fe71478de4dc5ca8c69f90..77208fa8261691c7530f7e77137c370c490c22ca 100644 (file)
@@ -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 <machine/asm.h>
 #include <i386-math-asm.h>
index c18adceb0d819d2ae14a6e3d0a18bbc045bf3120..169a7b2deaeb5b7f8c7a013dd7122008083b20a2 100644 (file)
@@ -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 <machine/asm.h>
 #include <i386-math-asm.h>
index 00c3e6f904585c02be72b90b1c92a19002da0e5e..b85cd11bb70db1632e6d164d39f80ef33839539c 100644 (file)
@@ -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 <machine/asm.h>
 
index affd3e56331eea7098548b5ba8426c7c09eb640f..4c0f6d21ae7ed6927590fec5eaacc8b6e6e45d2d 100644 (file)
@@ -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 <sysdep.h>
 #include <i386-math-asm.h>
index 63495350fcd9380970f193b5fb9f03ed7175f590..34a1384c9953150f6736042fbef1dc974b51287e 100644 (file)
@@ -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 <sysdep.h>
 #include <i386-math-asm.h>
index bfab8e1eb31f3a091a76841f306f0f5d38c08e9b..4c7ad092701bd7a6297c3ac7530f4d80a2f14f78 100644 (file)
@@ -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 <machine/asm.h>
 #include <i386-math-asm.h>
index fdd5c01af33ddf03fe216094a3f7435e36886fa1..f7ec0a1ea0193815c171df923972735f5233b720 100644 (file)
@@ -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 <machine/asm.h>
 #include <i386-math-asm.h>
index e24b60f9c6e70937b52bee725d98559fd86a2f21..f9c3657d6569b50b5377ae518c9348d7165cd6bc 100644 (file)
@@ -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 <unistd.h>
index c3b485360b864b8ba89bfdd0622060180657cccb..7bfe16806e6b5474f7fccadcd835079acec4b34c 100644 (file)
@@ -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 <unistd.h>
index 396cf0175bbbdbcebf26a077f6177e7daeeba83d..30ceda1da7892b50ba1e7a6e93c4d0ca288dacf9 100644 (file)
@@ -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 <unistd.h>
index 713f588f0e706488cadefa66d20f12264874ae02..61dba926a38a31914cb71842cbf570f0e6d85060 100644 (file)
@@ -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 <unistd.h>
index 7e68e9b2a8ed208f3c7adc1d89939bbc1562693f..35b31fefe778dbc2bd7bc643ab1b25572ae3a4c2 100644 (file)
@@ -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>
 
index d40fc6fd7bac59c2b65986c613cacd7ca47bcb70..bd5272551436e31dcf8be3334e961cd1d4c1faa2 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index c7a2bff5d3214c72014f6a0bb3c28a49cb35ac24..f65719f1edae3f32c86e72c357efca7573faf33f 100644 (file)
@@ -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>
 
index 3f4e9eb2cd8e9c3c86cc5ed682e7b08cca3ca542..d459c2bbca8afcd7fd9c7c0f63abf465e8423f4b 100644 (file)
@@ -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 <unistd.h>
index 3b261000f3cf0f2a6ca2a9abcd6b94b42944b0d4..5eec8ddee21091c5fa453c7d185bf55086dbe4a1 100644 (file)
@@ -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 <fpu_control.h>
index fe3b82b97a7a52c8d814463b7beb67e243767a81..4116d8ff5edf59dc3da5962842597cf554beb2d1 100644 (file)
@@ -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 <fenv.h>
 
index 0e1700f0f120e2ed954a3b250d0f9c79ee67a1a7..cba96bd1aba8114bf4bf2d8142a0d7e3fc00bd45 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index e540889ccf90f236b2c609a13dc048c89e584f56..631299c69be204b1b31adab7ff90240d02e8c389 100644 (file)
@@ -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 <unistd.h>
index 4db8089b706b11be4fc9bb943d94c55905b36bc4..91214f55bd995a238ec76d2c9e4f3a765a2c2121 100644 (file)
@@ -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 <unistd.h>
index 96c230fdea9510f0a49afdf19484ce6cf2dd19bd..bebad95b8f18e01a8c0387249710f673e765b33b 100644 (file)
@@ -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 <unistd.h>
index 801bf9c3d1bffff9da904645e803fbad59335943..ec3ed32f1f54ead714be11954932ac7c2e1508f6 100644 (file)
@@ -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 <math.h>
index 77db07492deda1e4f974701fa62e508661aa096f..c012bfb6f04de45fd561804bf49f73336c6148e6 100644 (file)
@@ -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 <math.h>
index 61746665482faa0fca57b2006d088a428920cba1..edebdc3824364963f90ade466304b607c57fb15b 100644 (file)
@@ -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 <unistd.h>
index 311dc5da525d5d6ba2b170f8c5506f2469bc6869..0e98562d5208d802bf7b4d973155c61765b9ebf7 100644 (file)
@@ -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 _I386_MATH_ASM_H
 #define _I386_MATH_ASM_H 1
index c75c0102818b7a27c11552dc6a3d411d4c22a888..e7ecec1736a08483c61d8b4245c97bf38a5e72fc 100644 (file)
@@ -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 I386_MATH_TESTS_SNAN_H
 #define I386_MATH_TESTS_SNAN_H 1
index 0c47025c609445deeb07dbba84432bf302a7dca3..4ad931bfed81ad89bf0a71af606faafc9a5c784b 100644 (file)
@@ -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 <machine/asm.h>
 #include <libm-alias-double.h>
index a751bdce8804539a5b0e4fc8639d2d9baf1e5df1..cd2359c22601b47eea0c784fb105e6705174ced1 100644 (file)
@@ -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 <machine/asm.h>
 #include <libm-alias-float.h>
index 4f3066c4922f302db874eccbd5faa8d7c34ca841..e35943310210f08c0165dbb8a5cc7964b7238ac1 100644 (file)
@@ -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 <libm-alias-ldouble.h>
 #include <machine/asm.h>
index fb2ba2c2bc52f6814800ff693b3c1ba50fe207ce..8bbb06c0056dd3a2fe5a55c82568a93830c3dc82 100644 (file)
@@ -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 <machine/asm.h>
 #include <libm-alias-double.h>
index aa5ac7ee706ce3e952dcc757261e82b626ce4a57..4edfd5235aed9c174f57d1fe73dbd8032d2cddfe 100644 (file)
@@ -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 <machine/asm.h>
 #include <libm-alias-float.h>
index 9c65bc50f393df3468dcc5b32f64e1525427c414..15b7ff7aedeebbb40e308bd3ed38c012c76617b4 100644 (file)
@@ -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 <libm-alias-ldouble.h>
 #include <machine/asm.h>
index cf68d7a64329d243c6ce490378e331e7a178869c..55b7dd1d0d2ae63177754feeb22652a33d8092f4 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
        /* Using: e^x - 1 = 2^(x * log2(e)) - 1 */
 
index 424b5322794fe7d32db1c0641e52fecc31028052..1ed4dc6037fffb737f7dc5d4e3e569d7759cbb8e 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
        /* Using: e^x - 1 = 2^(x * log2(e)) - 1 */
 
index 2e8709995245ddf7637bebd284cf50a7bc246b46..d7dc0262d2e43a7e31de719d3f8ab04d23a8663e 100644 (file)
@@ -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 <math.h>
 #include <fpu_control.h>
index 315bf0ccc76791f3aa6d3e0d5a3b30c69cd30a09..c191a57b62f701cd32b2600107de9621a0a388a7 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index faed6291c8f314aad77f8ced3d9d44788a3e996b..00a4d153b5026581e8073fbd3264446994548b7b 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index 2160f23ec43dad341d5258474b0f85c8130f1bd5..329226b7535177a55cca549b67501c44d561e0c8 100644 (file)
@@ -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 <math.h>
 #include <fpu_control.h>
index 028bf5ecc3410f96ec311f83400ff16df1760d25..e2a33aa0e8fdac1a2dec2337a3574c755f97642a 100644 (file)
@@ -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 <fpu_control.h>
index a2716cbe7867ec0b8966455f36ab7ed89a0bfccd..09991871bd8e2d9aaa27234df7195f2757659935 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index e8c983e07572f2d67ff55b39891446f6f4b17e4b..a4f4f30e0f26d3c3f55439f633f2ff117cb4b5e4 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index df41115d56fc06d9b051e8b6e4421fb74b8bb55b..a34c76a1b9275417e112504c88ece3bebbffae17 100644 (file)
@@ -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 <libm-alias-ldouble.h>
 #include <sysdep.h>
index 84d5c9692e39bff33ffc96b126f049d1c9823e29..3d8092d8a442d980803044bcaac039b19e9181d9 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index c7348d78224f986a881e0bfb33910b1323967bc3..e0d5c686d5c90d0ec70bbe7990c331d021499fca 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 823bdab549e478979ff4ecf0f4320566feec942e..40f7d83965e0f81bbf86b14c2dbdae01709ac3a9 100644 (file)
@@ -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 <libm-alias-ldouble.h>
 #include <sysdep.h>
index b1c74debb1cdb4068c345a7b01b74a5479de7ae7..836b0725b720252c7f0dee86289f94718a2bae6e 100644 (file)
@@ -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 <math.h>
 
index 1ed7a594be5e3bdd484081529341d018f2f67a0e..296f3550b638ddbf373df92432c20381c1f406c1 100644 (file)
@@ -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 <machine/asm.h>
 #include <libm-alias-double.h>
index 501dd3bfcd4e2fd482c3e94a566779d8dce3e1a2..88363f991f36504060a8518994749f44bd9fee59 100644 (file)
@@ -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 <machine/asm.h>
 #include <libm-alias-float.h>
index ff455314eebe38b341891ac6bedca233a0aca10b..4a223db5b7623945aa1d80a047d5ec826b4a1421 100644 (file)
@@ -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 <libm-alias-ldouble.h>
 #include <machine/asm.h>
index babc19aa2822c3890a553e87729ec20cd2d88f53..1f6496581e04bdca10ee3dbefa21370192639241 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index 39c922642049864375945750dded6fb1b2b0ccbd..ef9b9c220b0b417c42ad58f44f591afbbb923fae 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index e3dcbfc32a9bc44d485a6dc5d73b8f0e7d9e7f97..109fb9606652fd9c3cdb92157a11e2d5fd0d88d2 100644 (file)
@@ -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 <libm-alias-ldouble.h>
 #include <sysdep.h>
index f5783d3a6e0b35780dbb13ce09291194bf514402..dc15f94ba87e6368f7619829ff1a557b2611254b 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index 9f5313a347e463db0158d586ce1195080f18b488..48ea24ec09e59155aed943c832d0f25f0a8e68e3 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index ae40bc9f311aa70203b8529a290d754633b43085..3bb3fd7b601d712f5a1cc9b483a1a70eb7cefa50 100644 (file)
@@ -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 <libm-alias-ldouble.h>
 #include <sysdep.h>
index b6c8abfb8413faa3b257244e0c8355dcce685dc8..54cdbfd8deb773ae5d9f2adcaa9f93bdc930291f 100644 (file)
@@ -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 <machine/asm.h>
 #include <libm-alias-double.h>
index acc18e031bd6b40d56349ee30a84378e5c9c6b30..2e17745ab30c54e20c85aeeca202d148a927e0bd 100644 (file)
@@ -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 <machine/asm.h>
 #include <libm-alias-float.h>
index 97cdeaf73d96381a51ce042759245ba5e557db16..955ad41712b5b89d147c832651f28cf15e07cafb 100644 (file)
@@ -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 <libm-alias-ldouble.h>
 #include <machine/asm.h>
index ed8ac7d2d458299d4795a3f5aca138ab02dab80e..291b9ce0dcbde9c2598dd14150884c98b846bdcb 100644 (file)
@@ -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 DWARF_FRAME_REGISTERS 17
 
index 3b685547ed66be22fcd2a15f568ec2a2830c144d..6e0765a373415f9193eb97b8bff39ba44716453f 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #define BITS_PER_MP_LIMB 32
 #define BYTES_PER_MP_LIMB 4
index 60f524fb74f1ba4243e1bebf81a3c74d3741ba2d..d1867104e268f55914f8269afba1ca18ff24948d 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index a3ac545ed56eb4981236debf27f2ef5eda6e5fce..fa68ef16721e49d12f57af0a4a8b0f700eb13765 100644 (file)
@@ -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 _MACHINE_SP_H
 #define _MACHINE_SP_H
index 029e27f5d634886a3fb1bf19b0b7aceb43730ec4..ed3b1dcc8b0b1f0253b16b7c1a2b13c8ef591b75 100644 (file)
@@ -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 _PT_MACHDEP_H
 #define _PT_MACHDEP_H  1
index c127d61c741d8b10319d6f4c783043c2b7a59637..d4a4a5099242fa6ef196d77cc427e7b11fe8e45f 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 2df84c1511436d771d63358f128f9e9650d854df..67814cd24c1828c5ce257bd2c3af3cf28dd60dc9 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 4c0b67cb7d19f2ed9fb4c7b78036bec79617624d..32b2a5f0bf4adf9a1b92a1079d636ea6ae662334 100644 (file)
@@ -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 <sysdep.h>
 
index 2566f434f6c671d34f43d76572011b07b4245205..6d7368c930f26bc70298ab3381fe9bed9e2c142e 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index 910825706bfa45797f75f480e54d0f85d490d6ea..561fc62c6b80e8db4529071235d31bfb3e1b0d66 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index 2ffd3303192cd5d1d6d40b0e5027ccd867349405..46b90de37711585a930e28d348393396c9dfb303 100644 (file)
@@ -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 _ISA_H
 #define _ISA_H
index 0c64724102ef0da7c1506854ca4d49baa460994d..821344c03f0d534a64ba2dc0ffb80c6305720912 100644 (file)
@@ -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 "sysdep.h"
 #include "asm-syntax.h"
index bdbf28eb719a46ed09e5af75c8667ca23a865a77..43b9689110943434140a0169db2aa6faa4f3dd84 100644 (file)
@@ -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/>.  */
 
 /* Get the i386 definitions.  We will override some of them below.  */
 #include <sysdeps/i386/memcopy.h>
index 8854911a0870eab6f31309d0912b35c18efe5313..82597220ce9ea9de59cfc0a54581edbd04e00596 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index e79089a364b47d67de8a8813a0d1fdea7bc3cba3..b7bc6ae8aae4fefb72d2f62405687b7fd3963d83 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 7b40e03e8da3ce42b049284e5f3c0b5c6ad81a39..4ad4a420a6792b240aafe5dd69bf7e69c77f6816 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index 23ee46d533cd06a3aa1ff05cf579adb1ee11e3e3..c598d162ae3f7bfebd5ee9437704aeb302f4edcf 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index 999a431079055e0ca7139a39b241b006b2dd7381..85500d2db577e121df96f46be5683b354809109d 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 22ea41e4929e33bec32610b987e0e8068817f8d9..996b883f3215fb8dd0b6505a8bfe7dd5a65af049 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 87a465473127ac32c161dd65ea6ead156debca13..334758558085ed4bba6a9106f645b6e5e4bb04ad 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 420f21ac5c3528cecd5c640fae97cd40abfe6aef..74bd21c6640ed0b9b4ee9f2274045fe699a66c38 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index 06a5b0c7e711de4e7fbd03155904f71c5d4315db..465394e1db73b165810e5d988e9a5a7545a663c6 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index f6c46a39c7262671711786f09d906a289b6b9244..7e0c34ff485a31e33b5c2b83800531160c46b50a 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index 3959695f7574d1fb1f590b61e3d5d02a9111329b..b989bfe54b40cbd53a64332d4404f13c40d1a45a 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_HASH_H
 #define _DL_HASH_H     1
index 462eacd8437fd3d98aefd8e9a9a20c06ed23db87..d7eee97dcba03cb9b4a13f0adfe1f36bc69121cb 100644 (file)
@@ -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/>.  */
 
 #define ffsl __something_else
 #include <string.h>
index ed9dedec9167564b99c9fea3fc102601df6a999f..b002d22441da89ebec35dd229514d5c98030559c 100644 (file)
@@ -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/>.  */
 
 extern float __redirect_exp2f (float);
 
index 500be0e59a6ed47f7e3c50997f15718fbda4ddce..b55071fa7e4894c942f8cc60152293e421bfe635 100644 (file)
@@ -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/>.  */
 
 extern float __redirect_expf (float);
 
index 7afccf730fd35715307224ff2c289f5d96b575a2..a33b337271aaff5455109d7bbb87646c4e918cdc 100644 (file)
@@ -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/>.  */
 
 extern float __redirect_log2f (float);
 
index 0584a53c787fc20b52922e9a0dfd0b26ffd5b8b7..bfbd56626cec6eaeb51886491b32ae04e6d625a5 100644 (file)
@@ -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/>.  */
 
 extern float __redirect_logf (float);
 
index 1d36d3a6e5c3a976b5409295cddc995d78eff077..a92229f58e76b8a8af966c6d8c5ab64a18bd1802 100644 (file)
@@ -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 powf __redirect_powf
 #define __DECL_SIMD___redirect_powf
index 00bbf27e68f9b63d4f5a628007bd62385082376f..7a1e1e4a12a12d6cfb1c9468f5fb50f69b618cec 100644 (file)
@@ -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 <sysdep.h>
 #include <errno.h>
index 7fd9873b06d210358b4d8daf2d6c76332796f74a..b40338bac0e76131597e042f75f865f207831fc8 100644 (file)
@@ -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 <init-arch.h>
 #include <libm-alias-float.h>
index 17561ffbcf7aaf87d1f662ad37a9d2f46a643f25..8fdce2eebc17c36e945284b12b979c5de2113180 100644 (file)
@@ -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 <sysdep.h>
 #include <errno.h>
index 266f504ba761a3409bf84210c045f4bbf99d48b3..0176b87e601749a4d4a7ba8b33fd6c4c723a0a1b 100644 (file)
@@ -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 <init-arch.h>
 #include <libm-alias-float.h>
index 730ebff438618eb6ae8a8c04b1e3eb4d66d7d72b..6d1dc4062ac03b4530a35c48186f8a9684f55e85 100644 (file)
@@ -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 <sysdep.h>
 #include <errno.h>
index ccb334288d4a35df38dfd739f6ec10a8896b55ec..cc174ca9d8d5171e10c4f38222a1c7086a7eaf0e 100644 (file)
@@ -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 <init-arch.h>
 #include <libm-alias-float.h>
index 34451de08ae8904affe633a80fe422913a913f36..3e07c0ffe24a06a4d89c773527c58ba451fe5fdf 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index 2c0b4336a5c2d52d3aca3a3990eac73edda7653a..1dc598f18047aa826f7b3746d11a86670730c2af 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 7d66b7f41c1cd60e4999f3cd426baf57bec9ace5..97e4a0b42f57444f126bd7d4cee0ebae8b8e5791 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-ldouble.h>
index be52b3bf63f21a7e3793dbdb6e89fcc696504747..129bbb7fc866ad220ea3c6b3d86d1d44ce20c88a 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index 677b8e4e08582525296769004d740c5b948239ea..c3a986ec1bfa6cdce5004d177f7ac074db8aa93b 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 03f09a855b4681662b3bf79d64107e04982767bf..ca4425d662ad43ef92fdc31e9111888122a128f8 100644 (file)
@@ -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 <libm-alias-ldouble.h>
 #include <sysdep.h>
index 57232f95eec832579762785c348e07ec76cb871e..e0dd2ffabf9ea9059383a218667aeab2e294ae06 100644 (file)
@@ -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 _ISA_H
 #define _ISA_H
index a25a5bd31c4773c7ccb81784a5c6f7954dc0c4a3..5d64424a129410a845899eb463d1c1c12183a471 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index e7c48d002535b120344ceedf47cd1bfc11cce9ec..3c62c5d8cfaa6f5d2e66feda33ef969c9111f5aa 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index ec37931ba797767a3b1f5231952dfdc9e8511156..563bc71be52f4f3d609797d5330d900e2e742f4e 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index b9a50706405e27e6ddfe98680c6cc95f298b292c..db8bff23eb0fe57db525a9160415dfbd892b7634 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 0aea22beb313befe167ecd9d116459b3467ea74a..3d81b0c2e3810bccf396179bc2b1be086bf1cf03 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 7889f522837e0cd474a7271dd7289a2cef08540b..17984e99cc702c3ed3607f2fedb365449a69b473 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr asm ("esp"); stack_ptr; })
 #define GETTIME(low,high) asm ("rdtsc" : "=a" (low), "=d" (high))
index 9642b66a1ed519ccc5574a8b656ce169ea8a45c0..f2771d81fcd307f17f35b53c1163fb188b172d1e 100644 (file)
@@ -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 bcopy __bcopy_ia32
 #include <sysdeps/i386/i686/bcopy.S>
index c2d1d25710125621f9ac5a3ad566ee0b5bf98fc7..361d9299291cc41c46b5ceb1529cb5656ee4ddea 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index bac414120fbb676bee30fdcf58888c7e54477a66..e0623338ef6ca4309e12b659d56ee41a81cddedb 100644 (file)
@@ -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 <sysdep.h>
 
index 6b4834e9de9137aa88028a5c0f6b841a42e62735..89ba0b562561051f692205436b21b78a1805520f 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index e2428e0b1137237c76e3d6e73bc5ab2173f7825a..d35560d118d9146fffaebe27241861825c93b3e6 100644 (file)
@@ -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 <string.h>
index 3d1c51a4239897e5d3e7fced5feb13bf2c42f10c..789368e9ef695db8cf32f111c535133515f2d0b2 100644 (file)
@@ -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 <init-arch.h>
 
index b64b5d45c15ef8bc1980d8e02f91a0f2a1df32f4..382709cf6284d4d368b2bb04abacdd1f4d46ed5b 100644 (file)
@@ -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 <init-arch.h>
 
index 0381f1b1125fd337c05ad3f71e72093cbca69ba6..05871e20c1fe15ee917136568e05dcf1f720d962 100644 (file)
@@ -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 <init-arch.h>
 
index 24439f56bbf21b098f06aa42b76cee1dccd36451..4bce0b946d39753f53b47ae2276d2c9a36e0d8bd 100644 (file)
@@ -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 <init-arch.h>
 
index c83bd4b0e33c54b73d5981b2b01ab4996428f141..4ff50858637818e850492202184a1521924b4dec 100644 (file)
@@ -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 <init-arch.h>
 
index ee9ef77f0286833e51eb2a06570deb151e052458..14c35d997436432112e68b56375fbe54b59eee6f 100644 (file)
@@ -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 <init-arch.h>
 
index cf07a33904e139e8aace03ad6b43f3e52995eedc..a9e1a67716fa87f748c0474f1d03db4c71eb9251 100644 (file)
@@ -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 <init-arch.h>
 
index 23fea68a429e864ac04a9a5dced900502732cb1d..59b00f5f5d28d9ad3642cf1b2a17d6942d82a515 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __memchr __memchr_ia32
index 954b985f7a3f5231bcc0086bc1ef0ec279815732..dccff1209f4347c64f666756f9f8946e0adb0ae8 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 81d218d4308cd59ffcf31f72fdde34c5e2df3dd1..fbd8411fdff42b9405d3fb33e8e3f3c3a2c6f474 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index c7e2a71cd6763c557a9d3b31a9cac3e602e1cddd..6ede17efcbc47de187ad4714989481dc4c81a8e1 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 0aa51116dd5c557c39bd1f605b54817797fa52db..64e18456cb08d7ca4957400163e5b2f3e1880396 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define memcmp __memcmp_ia32
index b5f73de815a39b48abd58e47df32a293afb4607b..e6f919d27f92fb7e4d5d10ee139cada9a87c7e87 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index d0ca9bb55cf2adcb2340c5d34c107fe0d24d6111..c0e8b2abff18e7dccdcd3d586e6611c4a7786317 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index cc38ec4ac64f2ec8fef0514a5e938857f12644a7..2140ae683238fbd3907e49ab297e18ec633849a9 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 6503a47ee166b91f5db2678f0c1bc9ae9222201f..67fd24d885739b58f0bb70b6d966f2fbea458ee4 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define memcpy __memcpy_ia32
index 8e3a647b22a261898733b844e9ea797b27b6e8a8..d5a22b86a4f3654698b19de23c2ffe292eea7620 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc) \
     && (defined SHARED \
index a55589714c3b5fae8630c25153e4d12ecc34e212..8f174c47c69d703cbd2cc78ab57b058ef57a6fab 100644 (file)
@@ -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 <sysdep.h>
 
index 97aee1f5d642024b1e7f19d1d09ee0f756657bd2..3dd42e6ad0c366bbbfc0becaba6d9e97de0aca39 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc) \
     && (defined SHARED \
index 62e28166361b25d40758f4f2790d05796f289006..1919340c54a0a0505fbfd30c9e0e47f154cf17a3 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in lib and for
    DSO.  In static binaries we need memcpy before the initialization
index a5e4b15d3ae2b5df38134db7181d4b2b00b5f576..562e38090ffe76fe9df3e1d022355b38d3bddcc8 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc) && !defined SHARED
 # include <sysdeps/i386/memcpy_chk.S>
index 986c341006578182a5d3973d0f7c91cdd67ea712..695c675101dc2fc1b80af07626280ca95ac54161 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.so. */
 #if IS_IN (libc) && defined SHARED
index 50b74416838dad221d7e5b0c73199537223ed2a5..6a1bad8b1acd00c6370f568b8875d32cb125774b 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define memmove __memmove_ia32
index bc25d4217cb4b03cfd3cf7c6e67b50b546ae27a5..3ee4507eacbd4317ff922b87003267a3ecb569c6 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in lib and for
    DSO.  In static binaries we need memmove before the initialization
index 4bb8634d5935d1fa6c6b765f50b8a3d099262cf8..2655359163d6dc8cc3ea164239394cf5748265a8 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc) && !defined SHARED
 # include <sysdeps/i386/memmove_chk.S>
index 3ea2550bf7eb0f6e46e06d0a41f8299b74be1638..718394f554680ba6eac55942a1ebc1034ac857e4 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.so. */
 #if IS_IN (libc) && defined SHARED
index 9378dceedd75ca0942d5efa668cb11a96da58c2f..cfb97ca70c835c32b4433d491d797f020708e528 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define __mempcpy __mempcpy_ia32
index b36ad13c7f0d592bc9898807bbb315c9fbb75f92..4e23f1b657d323049e517bf2ce448cd1f0e4aef6 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in lib and for
    DSO.  In static binaries we need memcpy before the initialization
index d063de17f92d1262779c710ec93239fcc233c55c..9c130eb2c2eecaabcb96a243b7a7e6d1cc02fe7a 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc) && !defined SHARED
 # include <sysdeps/i386/mempcpy_chk.S>
index 0a59bfe231a152c35fa9adec98caa4ec8feaf2e4..088a7d7d6fde9e49ba8f4e2bcaa2dae8177031e1 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.so. */
 #if IS_IN (libc) && defined SHARED
index 938399b6541c30324ed49ac81e47e0d34b4edd79..963db10d5e8f636cdde30822eebbb53c44865600 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 1c27e26d2f50a76be175ca4e497571170897a858..2c87df5bd7c037e12e7b76f544c60bb9c5757c24 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 117ba61170cd99c0c802e5cdba7341aae5996027..cfb5243afe963d293c564d60609a2c364737e249 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 0b0862befda29f96f2d734bea45eb6f440a064e4..9cfd471df725004fb9d88e9ce1d4fd4b6a5db550 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define memset __memset_ia32
index 58ca90a901ec67d1033e260abe4f2e9af8f6ac30..5ee9897298a1a53762a54a2a3f534313450412da 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index f3c8d561476ea00fa5fe0009692d8b72ad582338..4dddcaa93aacd945094fc075cf57829a49f2a792 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index de5367e6b6a6433d8d1dcabf617e9725ea59ceff..f52846e1a5348b7d5a7e7209ba3d38c73de9955e 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 656110d3ba89edb29ff71661b6d5ae1f4d23cabf..e7d9c6e2493126f705b1db2c173a3b4acf1d753b 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc) && !defined SHARED
 # include <sysdeps/i386/memset_chk.S>
index 2768aba3332a9d75a009837fbbda4ec848bf3b01..31b43a764400573b8680091f284ea6f8c723cf4b 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.so. */
 #if IS_IN (libc) && defined SHARED
index 5262351daa8dd24038083e569a781e63f0068680..f32095158f10393166ded2507c768ab088c82834 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __rawmemchr __rawmemchr_ia32
index 6d456436744885caa6f3e255bc77c6a1bf1418e7..da0fff7a5137864574011a719b0b43f879bcabde 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index caf0d309f6e497f0fb489aff2b2a50124713ca04..78e09c6d8f12c192670d893c508c459f8cb99e8b 100644 (file)
@@ -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 <config.h>
 
index 04302310a9cf29810ae1e90a2a906f06fee157b1..e4cef58a99c20433f40dc7e69e1dab426e6b1edd 100644 (file)
@@ -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 <config.h>
 
index 6ac62c5a4e04d91616ead21a0f3dfc495fc4c8bb..6c2fac6dbd8575d0791ce51138fd7a57110c2b5c 100644 (file)
@@ -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 <config.h>
 
index 28f6272a6f3b7eb9e154419261e81172705c4960..ba32766bad4057ad4aae6b66a60c8416a57d8096 100644 (file)
@@ -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 <config.h>
 
index 544c9eacadd827d062e5bf6b77055e57df3a2fc6..98151daddcae93ee6801e571547f88dd8154f010 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __stpcpy __stpcpy_ia32
index 8f4f6e002f2f6eb3457dbd53339134a560e7648b..7e8f4a8b2797e9fd8d80c36ac274c66a28420f14 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index c352ffb7747e410593b594e5757616bc7cec48f8..011b632143b7d8a6f9ff370f26f2d78bfd388611 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __stpncpy __stpncpy_ia32
index 870f19c3ab445b2a9af91f46c55e80d3e765e6ea..6d8770e5dbe28b55e2acd741a91bdf184e53d459 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 5d04dafa6d7da23038a8c84663a831f0b61b1b23..d41bfd49eeebd85b9ee40cfddfa8c27484d2a4d5 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 99c61acbfc03422d22b19920da21df615eb5dff8..4b42b5e10b78271d3c8c65db8e6a7f7c7d0fceb0 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index d2f2b312dc064c059f88b2f08ce1461f16a55bea..e6144b379789fbc73652096e480a03717e6820bd 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strcat __strcat_ia32
index 5780a6ff8e068eefbf51182cd25d8f28dc1d6933..16d598ef8e6dee701bbd7dd8748c824d55796121 100644 (file)
@@ -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/>.  */
 
 
 #if IS_IN (libc)
index a59a100cfdd1a8db92dced7ace11c890adf35933..5863b5de51bcc7e248a166a448c5f691bf1d79e2 100644 (file)
@@ -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/>.  */
 
 
 #if IS_IN (libc)
index 60f279cba21d4f594d63df80a239fd6a2b9a1eba..c4500b0d8dff78253a438165578325b49f8fe587 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index d0b6802dc4778c7af735bdefd1b8f68ceda06b47..85e76681a30eb7144f3b178234d21378bedb8ddb 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strchr __strchr_ia32
index 693dff2039cf86692d12b79d37907d47907060ee..c29f5efdd9cfe7ee8f925449a73d3e199afadd97 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index d1abeaa8e1f4abdc2c6227c713f1a64c69a3af0f..ce6bc4f9d6bbbc94dae0dce1fbcd080824d58272 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 52d2dd480ad1030caebbabe6a1af0b16b3034884..c766278de8bf120bd530a98693f458a27d7cf5e0 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index b6dbccce846775e8ab7f494cde63952c9d4530a6..725edeb9edc007297287617ef918d830c93d6b3a 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strcmp __strcmp_ia32
index f9393d8f884233aa6fa4a7fc80d4e0b445e987a4..36b207b2f7c7831ba9abf4a7fabf030233098690 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 6480b68502211f8a6284a3a1572ff7c8b68968f8..136c6d6d4c7797951e0090c940fc20e604a10d48 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index cd825b64bed8b39bf39f7eac0b8f8ac1aa00c148..db678765c15ee60ad9f9e911574af5a66d51ba72 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index a87be3ad7e7a8e8ff8a0d61b5e69a6b2902ace89..47d33859522543a691cacfd3f030d20919b8432d 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strcpy __strcpy_ia32
index 7afeb388c146b4d85033eebf8834cad8a082d5a1..556d10a9c0509e3f296630398e29be6a42af9a0e 100644 (file)
@@ -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/>.  */
 
 
 #if IS_IN (libc)
index cac162d53509c91d9195c93653e86dbb585ac642..c7d868b65296dd2579c53d1d12e33cd8a9caa1f7 100644 (file)
@@ -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/>.  */
 
 
 #if IS_IN (libc)
index 93c93c48e82390bdc82d18bb35542ae8309c5185..0434eca15a39f9030c6ec2b998c6a43c1f249059 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 4eff869a2db5a179b0ac2350be75fb136168d5ec..d34fd8f1ba9d9eb3f07ded73d4867d8d2057daa2 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strcspn __strcspn_ia32
index 9ba22808eb090a222cd5149f00c3a0b5348f9329..aafd6dd46056889417877a6dfb06b73e2c73ad8d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 913b013761f619ca0bceeec9ea33f6a48ec8b2aa..5c832dc15f83669cc74a27e318a4fe217b26c44a 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define strlen __strlen_ia32
index 13af81db68e4173a0169a42104bbf6c87c270ca7..b2566394a40872a5ea7ed7c168663aaf2c0d49d4 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 
index 5eb0139467b00c13355aa1f6b13b5680a51b225e..3784239215258658d9d0c15901274c9ddc06b901 100644 (file)
@@ -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/>.  */
 
 /* for strlen only SHARED version is optimized, for strcat, strncat, strnlen both STATIC and SHARED are optimized */
 
index 40cfc1c940a0eb32c3f197272cd558ed09168337..ec72e530a22bc43ef78d3984c75520ee014ec5c8 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.so.  */
 #if defined SHARED && IS_IN (libc)
index 12e1cfc7f000a40bf1afa8285ca5c3aed35c1c2a..26c98b97d6a20bed814b1abb1901bfd728cd4378 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 108dcf85abf598e3284000733d593827f479a018..54d6caef04549e0c71fbcd746f066cd6cd00b092 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 0973ebe56b3915ec73619309a4c0ef0f889f3a71..39fa529b445395a1d78ac679ca8d7b5b43f7d26b 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index dac825ce1a04e9cc53bcef6037a989afc51ee2d3..7a1c2af36632526f9629099781383e8e7113c6df 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.so.  */
 #if defined SHARED && IS_IN (libc)
index e18ce4b32e6a88bede352c0cd083f88e8732c958..59658f9fa9e2a1bc769c27157173fa94163aa0fa 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index ffa971d02410c3495827ecd1eaf1632bc6de480b..2a47daf98b1cb8cee74598f8361a9ae1a777c704 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index d4fab7b92d08d4345ae81cffde7247d32947ffef..5852154548a22b4577bbf0ed91ae3ba4bea5b895 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strpbrk __strpbrk_ia32
index acba34e11c92f23589cf006261f9188a628a511e..fd24b508400b098466af63b03c20be3da114bd87 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 02982f9ea510a97c3049031517130bf8e2e3fd1a..b357e238757117f78d7d522ecf6b1bbcc24fa3f0 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strrchr __strrchr_ia32
index b6e91b94b7cd71e377e3632f46570dfdb3578845..2baf24ec00f9fa54bd33dfbb6be9c803afa40d04 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index e401fc5c832b2f25e5e6d65ca260d8380066c435..7e36d7ffdfe4265df2082ea3afea73da0e13d786 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 7a900660fed98a482989f56504eb8458ea2290eb..d6146d1e3bf396ab2e67d96c3d70f24fca1a89ef 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index d71b2e46f0725a30502c2c28cf959feb469223cb..e133b8c5ffe1dd6ff3b77689d0e90d16def12683 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strspn __strspn_ia32
index a8982a7a6995be47b18ae1a4348a2fe3f313adbb..9c6031b414ee9c3257a38211b92624e816346c0b 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index c4f63df9a4278385491355ecb49f27dbaa74d401..c991a98b5a905e4d84dc1c63aef49ec5f34d4587 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <sysdep.h>
index b2f67cc811a8a7d88fb7be8dbe5daf0d8d1badc2..f6864b64bd323c5af81d215bb906e83447caa4c9 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index d7a08678592f9dd26043f44c0d6670a68aea77f4..432a022ca92b1d34df0b70300f9ce6294d8f1797 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 38a01d939a77b36abfee14b4cbe37a26286eef12..d97a35ca818bd6d8764662c83831e35a06254271 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 5e54056404785a52459c7a30b70c086dc648e666..0e1cdc448e597a19705a9f19aa3c6995b78fec1e 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <sysdep.h>
index 8f2980655c4a544ec976bc34f8ebaef4235ccf35..570fe55755394a1f2a38a130ed832f295e9a3bf9 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index dd980d364b8e1ea98dc32d2a28c6cdf320843808..75f7e619343681d3ed36c40615b24b5a2a6a6eae 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <sysdep.h>
index 14c8a0bce37b8b67757c061e37f7b1ac76d75da1..b0e3eae82a2fab3f17a22ccae10622c528712a26 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 1a75f2ec8c66e7ffab1dcde8aa9475369e73e3b1..2aaa59d48b8ad3b9af2500d0af4bb00559de6700 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <sysdep.h>
index df32d45769646e087a9aa48fe0f8762005d80cf0..8759512bf91c1d84a3f20d1881c4437ee04e27cf 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 7674530c688f1d777ec1daa0b6c40e46ae9217b7..383b283187783f4be2906155e764811a9e836a38 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 731ea11b5a03667e3b8eda96cb667a5424af2fb0..bc068c910c106879425637dff512476fa91bab89 100644 (file)
@@ -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 _TLS_H
 
index 6903d34508b25d7bf7f49e4d06347d4a13729f92..9feb08ea6a94490c1918b61ce3946894e50f4640 100644 (file)
@@ -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 HAVE_CMOV      1
 #include <sysdeps/i386/pthread_spin_trylock.S>
index 3848df47787846526c749aca77e64866cf4c44a1..dad3aad27db457d93a07a628c583464ea470ca3b 100644 (file)
@@ -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/>.  */
 
 /* What is useful is to avoid the 64k aliasing problem which reliably
    happens if all stacks use sizes which are a multiple of 64k.  Tell
index ba174a3493527c51dcb454e93028b50f7f1fb541..ac05dac3eb80dcafe6de64e6ba8121210ddc57fa 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index f484db9304fe01b1530783858a9a08d2c2c99d07..6bc50f529f30911224b221b45b160f491eac7d06 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdint.h>
index fb030ff0e3c9027ef2d1c46619889f55b22ffbd5..ee459ff47299636ba074244ce8186ac3c21ac955 100644 (file)
@@ -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 _ISA_H
 #define _ISA_H
index 91768a61799bc59977de1bc9b3140b2ee898957f..a61f4d8101f23fafb89f8cbbd298ffe9d794f82a 100644 (file)
@@ -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 JB_BX  0
 #define JB_SI  1
index 3984776dc72a798ddd8a8b0ff83913bda6389a19..9eacd9e321b081afbfe3dc4ff27c8eb13f3550a1 100644 (file)
@@ -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 <setjmp.h>
 #include <jmpbuf-offsets.h>
index a521ff6776aeb1f24268453ce7dce49cff236cca..f3f7af566347d70d06d164fcfc1bd63b9958449e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h"
 #include "gmp-impl.h"
index 541bf755819d6ac567581c360ad6a9079c2da4c2..61b364cd13edbc23f993a49e15c6bc889f31d604 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index d884377f924f4dac80bbf22a7fa111efec4b2ecb..1ca7dec01ef193748edd676e18082db5e311c351 100644 (file)
@@ -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 <sysdep.h>
 
index 60d20cf14e2536c93e350eb4cff245a3528d0a1f..ebef75838e7f24e383c6090d2970d0f618573c9e 100644 (file)
@@ -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 _I386_MALLOC_ALIGNMENT_H
 #define _I386_MALLOC_ALIGNMENT_H
index 28a6d327483ce87a47123de9664e336689957975..ea05c4ef9ae13f189aa5acb197f1c546efe94a0f 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index e8d9478dea9f58d9b55832e77fa0bb2dc2e1f8a8..84d89efb87ac1abcda3d2a465c1b4303e35f99ec 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 8b1826295063c47ff75e64b645e8fdc20efb824e..af56c09e87d8c4431430451e1d9fae98d2234950 100644 (file)
@@ -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 <sysdeps/generic/memcopy.h>
 
index 4ae1c203ee348e3a6a2be29c4ff9d39e394cd73e..c91296caf535cd5125c3399260262016208d2b9f 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 4cf084ed3feabaf50d8253886b516e92227b7cd7..ba3013a82bef77bfc9c1f3ee7e3bd15a0269bdad 100644 (file)
@@ -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 SHARED
 # include <sysdep.h>
index ce4033c6102fe7f025431465c91289d5f6752ec7..8fffae78dcf12a17f214815e236152ff88fad9ea 100644 (file)
@@ -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 SHARED
 # include <sysdep.h>
index ba8acd6f635736a81f5633bd205aa9c96e813e24..ff0738d1b454d07d02f2dbe3a42182c824c06329 100644 (file)
@@ -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 SHARED
 # include <sysdep.h>
index 9bff55f9db1fbbc1442f717793ba2a86a8b707d4..dbeda2af6fe27bc23c7f74698456ad2de56dc44d 100644 (file)
@@ -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 <sysdep.h>
 
index 47e0b5ffd64c02add89ed27da39adad57919e282..57bc9b08bdf139d3f257b00e5108f6810abfcfff 100644 (file)
@@ -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 SHARED
 # include <sysdep.h>
index 287ff9f0b9943fbfcf489465bc90ac4d9725c749..86104a5c601364df3545d1ba1d8a13ac95bb9758 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr asm ("esp"); stack_ptr; })
 
index 5def7489bfdc12ccf2fabcbe13fa574ba5a313d8..f5a0c2a80c7aa5b1cd399ce518dba2168b4a6896 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index 53947c0dc994750fa95db04cf1918e9335ce7bd5..36e6089513bc84ebd7ea9892cc8e76415d9cc57d 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 83d142ee4ddb4a4951249e09b7a7496725cab6ae..1ba613748968bba18f394e1b1036a01f4e207921 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Not needed.  pthread_spin_init is an alias for pthread_spin_unlock.  */
index 4bcf289cf0b4b4fc6928d921a9defcd34781467f..62c72b9063ddd70322a1f95768341fc2a53a5bc6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <lowlevellock.h>
 
index d7883c1af2e92e64c010f3a577c89a657959d16d..d190ca562dc47a5fda0154663c824f23220af024 100644 (file)
@@ -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/>.  */
 
        .globl  pthread_spin_unlock
        .type   pthread_spin_unlock,@function
index cf06433b3025f608ac2ff5731edab1fe1190ce53..7da8912f81b7bccdc19328b8602398f08dc9ab59 100644 (file)
@@ -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/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)
index 85a4b42bcea99cc3ca9f4d65a1f53a1cf6e76c82..ea015295fbe89e0059ad728055ede55379586c7d 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H 1
index 4ab28640f09948dbe6e454b658351a1e6fb91d8c..0ec09d8b642bd60ea0f934d7c8ff70405ed24bfc 100644 (file)
@@ -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 <pthread-errnos.h>
 
index 41122d007c2833007ab72dda003c467ffa21d796..d2c7ff291d154c4461f2daf1ee2ad90d98d59b90 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index 7181fb79a541888eb5832d5acd36d6c53af4c939..48bedd26a9d6bdb71b2ee5a0fad62ac4f9ff8582 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index b230545c85b8ccb922bdf235459fd677c80db292..05d43b8f1340a56638d9df2dc6ec5628b0088744 100644 (file)
@@ -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 <math.h>
 #include <fpu_control.h>
index 66ca04171cb17639db15da4acf4cb66f9152c857..0f2d916ecba467bc7c5b412db44312ee98518c10 100644 (file)
@@ -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 <sysdep.h>
 #include <jmpbuf-offsets.h>
index 9b8743c621c21f4f00c2258c92eb62086ec6e570..806ca6058758d5db4fb4b0070b009d68c6bd18e6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index 202a5763f78157e68a6b0d71c51de819f228f261..4e66d8e8144093175ca245c057ade51940a81be3 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the 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 is the canonical entry point, usually the first thing in the text
    segment.  The SVR4/i386 ABI (pages 3-31, 3-32) says that when the entry
index 37a450fc4037d7b66823657243ba7f63507ca1ba..709df8b76dfb8c429c4be2c13a91559380f5ed96 100644 (file)
@@ -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/>.  */
 
 /* This function is defined neither in ANSI nor POSIX standards but is
    also not invented here.  */
index 6d564fb51522875407a9c7bff8c90a300e75e543..7613e8fd9920b9813edc1e43f52bfbd938e74cfe 100644 (file)
@@ -21,7 +21,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index ec74cc308881c9f49738004e6f74557674536b0c..248f2799bb6a24a81e538bd8746cddbe168c462f 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index ad135ad87f29fc298ce90737ef27774d813ffda1..d01b6337a3f468015e2a7d5e9b77c9f85628180e 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index 35e51ad0c6fd84abf323043d3c8cf71a5c833ee8..7eb6c749d95cfa7460099136007bab8f745a99bc 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index bf4c82c65bff591a828edce5898c79efad044f84..34f8c3333fb98a4808a6d50ac469db51e21825f9 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index 20c4dbf4ff19aa65f062c00c82b0c81d513cf236..4c1ef0fcf569316cb99ae061f68b33fd0a99c7c9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string/string-inlines.c>
 
index 49dcfa05e060515416e6599f4319102027957152..112517c61429944b9ef4278c51712a39a96c3af8 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 1185bb8ac1a01cf6b92301ce05e3ec1fdd84bd0a..02cbf72ef3eeb58173f5386ff3158e515d6a068a 100644 (file)
@@ -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 <string.h>
 
index 20ec3b3647eb222ce16dae1ca71513a14a93bd41..5c10010e0215fbd1737e2f36b9e04c4b00fba08f 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index 0aacb4121a67a7535130238210a24b06dece1d36..a18023ec6079dd7bec34702620f6fdc6641aeb4a 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index 0182f7040377cbb7cc4715e3d4d9a153aee1d9cd..887d3adab285e99d1be03862a7ae039090e26ad3 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index 43e70a2b54718f54a6d2e756e14e732b1d1afc0a..1562cc00fd83761df17d024e304a5097a90b0a98 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index fa234988ad8607facd57971d568564aa4135af62..dcd46988d668ba68f65e6f1c18a8b6b2a25ac828 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index a55e5ea90de74ca1c30fd1b8cc09254f15f43c04..0398dad2287f6318e0c0eec3e722a2e5fcc64127 100644 (file)
@@ -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 <sysdeps/wordsize-32/divdi3-symbol-hacks.h>
 
index b1a5ab915631dd2096ddc5ee6a27b8b0125e6cb3..958e4b242b55102cd6d39e233e43ee565280e086 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* System V/i386 ABI compliant context switching support.  */
 
index 749b55b07787f4bc4f3e426eb2f197cc2b702ca1..9ef940abce63aa48910468a0a3afc1cc64c65dca 100644 (file)
@@ -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 <sysdeps/x86/sysdep.h>
 
index 662d5a861205886953f56b9b9aa5d52c1a336e1c..d044911c90199151fe22735291b0135c314534c8 100644 (file)
@@ -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 <link.h>
 #include <ldsodefs.h>
index 83d7255f32dd7f05034985d6600b06c01266a4d4..9e7628aba2b2a4ca456616f3f6134e5ecca6dd8d 100644 (file)
@@ -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/>.  */
 
 #define pltenter la_i86_gnu_pltenter
 #define pltexit la_i86_gnu_pltexit
index 9e9999098207bee0aef75bfa409cba281bd259d4..b3a0ce956e18da52a32360f82aeca33d026a43a7 100644 (file)
@@ -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 <stdlib.h>
 #include "tst-audit3.h"
index 4c4b7caffe3416ec4efc88842dcbe21a71dd9bc4..48d6a3201eefa2f118961a1bb2097d9ab0497a68 100644 (file)
@@ -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/>.  */
 
 extern long long audit1_test (int, int, int) __attribute__ ((regparm(3)));
 extern float audit2_test (int, int, int) __attribute__ ((regparm(3)));
index ea49798430f5a60e8c9cfd708aaa9fcff07ec50b..f96aa8ed7fcd20524646d015d7213bce7fbf8ee3 100644 (file)
@@ -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 <stdlib.h>
 #include "tst-audit3.h"
index 5ae946d33ea94c8c7afcc2feddc079b2363be9f5..bda72dce8c8f2ab8524273a4e3c3be45f10f534c 100644 (file)
@@ -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 <stdint.h>
index a0773ca784d3d3bafa48efa7750dfd3481049815..db1d786a79c3aad58f43d48026e4b1e3c80ebb32 100755 (executable)
@@ -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
 
index a67f187bfb068af4d940c5ffe884b88f6503e725..fa9203f590b389217138d167783c8d6afb37d610 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdint.h>
index 50fef193689382614f9ea7a14f3cc7c900ce5232..b2f58934e4bc206075d6b192eb40d37b665acd47 100644 (file)
@@ -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/>.  */
 
 /* Assembly stub to invoke _mcount().  Compiler generated code calls
    this stub before executing a function's prologue and without saving
index b9230fc61df74cad26cd3c7c62fcdf603a7501e2..abd8ef599a25d47a10b9e41a4e5e6a3c29500e70 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <stdint.h>
 #include <ia64intrin.h>
index ac09a0d6d4ab4025ca5c82db760f7616a1238b55..a5ec51ba6f7fe87ded4a476b05f48faac6c6d0b8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 6ac285a8e16c76c97f4239f6363e1954e7f45e2c..8f0e9cc94c97427a5a36a02a9e6c06f9c801e9cd 100644 (file)
@@ -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_FLOATN_H
 #define _BITS_FLOATN_H
index f73a6dc2d24ca89f8b14c002ce7bd096ca36747e..cf6f497665d9775a7588b4ba9d49eccd4d9a5be0 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/fp-logb.h> directly; include <math.h> instead."
index 7f93367f38510da128852ac2900d1d547fdacb57..edc78a3f574676d59da55013b6b0cdec6d2304c4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index b03d3fcaad2face5dd3a12db3adf558933f3f228..0c588514b1200a43ac5bd8e78b83eca67defd892 100644 (file)
@@ -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/>.  */
 
 /* Return: dest
 
index 05b3bc913fe6fbef87f9c1c468bde7600419f5d5..b452d7c98d717747b74ecb19c56a41a952a3e043 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index cd22953f0b29f24c4dc7eac0ccdad711f518888f..360fd157904988b5701390ecc5b5dffc643992ff 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #undef ret
index 17b5476c30421f48d52e3f89d312c386bd5b364e..c4b3f7786903d1053a32687bfb695f6fa310174c 100644 (file)
@@ -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/>.  */
 
 /* Number of extra dynamic section entries for this architecture.  By
    default there are none.  */
index 25b02d100340e04e84c516cf12f5d5d229312637..4d67660bbeec2cd35e1caebebfc35bd14ba8a6d7 100644 (file)
@@ -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 dl_ia64_fptr_h
 #define dl_ia64_fptr_h 1
index 2f4ff376827df66b4a70659889f35901d960f1b8..d5216f1a13593f3331f876236e0a2564aec1d837 100644 (file)
@@ -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 ELF_FUNCTION_PTR_IS_SPECIAL
 #define DL_UNMAP_IS_SPECIAL
index 330e88d65d7d538ed84fcda56f4ab29d92858a3d..0c84329444c2298ac15af26326c4aadc883e94eb 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h 1
index d827aee5c772a1f943d06a5f535dafaba59842c3..69cd186ff9f676f32a567fd0bb02b43ed883ef61 100644 (file)
@@ -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_next <dl-sysdep.h>
 
index 96afd660a9188531e909ac0d9d62e908ebef2031..99e04bc8cb82b07a12bb50605b2bb1e9c199c478 100644 (file)
@@ -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/>.  */
 
 
 /* On IA-64 the __tls_get_addr function take the module ID and the
index 9e88e5ce844717c09db9a6158f4d405c3114038b..3a8ec4aa71ea5af194f6e217b29105a820e29fb9 100644 (file)
@@ -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 <sysdep.h>
 #undef ret
index 83b126df3fe8a213aab5e3fffd9b3149117aa281..05b7dd4c13ebb564e47b1ec0934e51d1f680cb84 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/math-finite.h> directly; include <math.h> instead."
index e6771ef83032d196f23b2355fb45c2d5c01c280d..d84c573709fa364e62ba9a0fc333a88d766bf85d 100644 (file)
@@ -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 <fenv.h>
 
index 9380925a59ccfb70f123945d3e09530a49016179..cd42185a2f63f44e7760856084b1629bde39ca55 100644 (file)
@@ -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>
 
index fad279d6179dfa937d700b8dc008ad718c7b9478..ea1cbe034827c656bb4b3a56adfd1baa5d420c87 100644 (file)
@@ -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>
 
index bddfb99185cbbcc54cf0a4b8ea1247e6663d3da8..dd2025346ed7bbb9a438dcfeca035341967721df 100644 (file)
@@ -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>
 
index ce269ea4db7cfb715537677859fbf4f67ca9938e..56270aa1d45231270f12931187f886ab728dcda5 100644 (file)
@@ -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>
 
index 50f29f3d93f62dcad7cbf078909fe3cbd631843e..007606623bd58b340f060e8b4064e89bd49db59f 100644 (file)
@@ -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 <fenv.h>
 
index 6fb59cbc935999976b7162ba50fb08407c73e1f7..7853758c61d0cf59a27a6c162855e28e5f3b988b 100644 (file)
@@ -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 <get-rounding-mode.h>
 
index 88eb724145ae4f865aeceb06a76ac24f41e39dae..bad6b3af1780acca41cd455ff27ad8458e19ac89 100644 (file)
@@ -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>
 
index 6d792cdbc59b9c2a429c99295889dedcdbd1cba9..b15137586e7c8f0479b17de65e5dae6d9fae7748 100644 (file)
@@ -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>
 
index 149b3f37c716fa901ca8b3092a9e61ed672d979e..db835081c58700b9b7b930c5086bbb3d3777bbed 100644 (file)
@@ -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 <fenv.h>
 
index e155035fc8a4e997b66d106cac54866dae848613..4d2d5e4e7311b3ab4e3bb9401382bb9ef4b6eae4 100644 (file)
@@ -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 <fenv.h>
 
index f83cecc1eb7c2b92d423796dc200cc537b3b99ae..85a88fcac6da81182083aa12d3f11c79d58b6a8a 100644 (file)
@@ -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>
 
index 9a5efcac4c9d46d2dbc3b831d15213a1beb21e81..02b1410473147aae0e034ac5a2df7871259bce42 100644 (file)
@@ -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>
 
index 46beb2ede5978b7e37069886a9aee0b9d5b2661c..4aa1b2cf6b42ce9f5980b8ef7f9bab2e726b23ec 100644 (file)
@@ -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>
 
index ead64b1a6f9f92dcd3943363d6b0dbd9a514537e..b8af0a580b1a759d429bfb761f7c35cfd2f1eeda 100644 (file)
@@ -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 <float.h>
index fa790f53c79caed9c1f07f6b5ed6da253a7316d8..79aeebbb3bd1212c34ab90a4f7957f1a4c43c17b 100644 (file)
@@ -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>
 
index 40e7126a0e3a413c315f8e9294ac645b999272fd..44b3277d7f8229747d9b1f5ede84bcdc7d92430e 100644 (file)
@@ -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>
 
index 56a129e4129b1d177eb198e1af3e06da867f9c5c..49c9b948614405afa9fa894a526212f0b7a222c6 100644 (file)
@@ -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/>.  */
 
 #ifndef IA64_GET_ROUNDING_MODE_H
 #define IA64_GET_ROUNDING_MODE_H       1
index b24a8fb53bc8fbafdc36b771f35409a5b4684a6a..ef3becd44fa365e2ab9badb2cc48d0478b0d1e12 100644 (file)
@@ -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 IA64_LGAMMA_COMPAT_H
 #define IA64_LGAMMA_COMPAT_H 1
index 54dc197f9cbbb9ed98181ed5b98c791c2b4f743d..b4295bcbc8e76af5be2b43eb8479f17970a1ee39 100644 (file)
@@ -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 _MATH_LDBL_H_
 #define _MATH_LDBL_H_ 1
index b55b33e0cbfb0dd90899ecf3cdc6bb8f86705b2d..3cb0ee5ebf8d92af98218cfafb2c00ad83e2f040 100644 (file)
@@ -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 LONG_DOUBLE_DENORM_BIAS
 # define LONG_DOUBLE_DENORM_BIAS (IEEE854_LONG_DOUBLE_BIAS - 1)
index 574d110c9aec5bd70cf0b8dd18ca488b26419efd..34b7de8598ab47cfeffd711a10612fc194fb8375 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #undef ret
index 59b333fb4249b5822286194ff401b7ed8c7b80e3..ed7ea222f80e419a89c8232d3a71cf6c910b9dc8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #undef ret
index 9f6fc511b7677b47187ea8cc244f9098b2a9fd28..c1ffacf7d4d8233e52483269b9073cc8ecdf775c 100644 (file)
@@ -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 <sysdep.h>
 #undef ret
index ea86dec358c89067bbeb9cd19bf5b236dc0a582b..5e87b7d53ffc4337d910d943659a8a0af6320d9f 100644 (file)
@@ -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/>.  */
 
 /*
  * isinf(x) returns 1 if x is inf, -1 for x == -inf, else 0;
index f7e28e7b6af9e96c67243b323c2102caebadc901..62110985d26626b2d8ee97cf360c02633ea8d1c6 100644 (file)
@@ -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/>.  */
 
 /*
  * isnan(x) returns 1 is x is nan, else 0;
index 7f556ed49b568d6a69fc3f82c6f4e2cb55d88635..0f62cb67b351c2a1aa7f9c90b26b206eda00516b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #undef ret
index 5cd6e18861f324d4434c12bdbbead6d37a461119..3b5b90b98e66bf384827d766a22a5bcc9f3e7c0a 100644 (file)
@@ -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/>.  */
 
 /* Nothing to do.
    errno is set in sysdeps/ia64/fpu/s_log1p.S.  */
index 872fbd968efb2dfa003633319a0782eb954a3bd5..f33d08e6d0eae8c6594cf7ef887f2f0370443faa 100644 (file)
@@ -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/>.  */
 
 /* Nothing to do.
    errno is set in sysdeps/ia64/fpu/s_log1pf.S.  */
index 5f3908e0bc4bf3373de2895b8d768a944018d71a..ff4db319284328f60791ef662b82ab4a011f0d31 100644 (file)
@@ -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/>.  */
 
 /* Nothing to do.
    errno is set in sysdeps/ia64/fpu/s_log1pl.S.  */
index 36c9270df943da746f9de1762fbe086e18a3fe16..525fd062c8eddd6e27ffd8f705ef3260951e2849 100644 (file)
@@ -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/>.  */
 
 /* Nothing to do.
    The function scalblnf is used without the wrapper function.  */
index 61a73f7ec6d2dab9da7222aec7d4ef23e5022bd9..03d9b38a00fb94e5eb2406d6409ae9dcfd1c3be2 100644 (file)
@@ -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 must match what's in frame.h in gcc. */
 
index 2ca248a530ab239c4789a00fb0e46d6ca43861ef..a8fba8af5e10658be4ed2d79094215bb17dd606a 100644 (file)
@@ -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/>.  */
 
 #ifndef _HP_TIMING_H
 #define _HP_TIMING_H   1
index 64918e616b6b4ca95195e85236ae61bea2c7c246..4629e9e4cc9beead6e74324dd48ed4a7f12becb9 100644 (file)
@@ -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 <sysdep.h>
index 8e38f38bbf36a18a1867927f02d7995d456849f1..71ad0e6567216df59f90150402381e6f3a00baa5 100644 (file)
@@ -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 <sysdep.h>
index 3c533812c5b695611ed96f5b82b392328610df13..21c4149ba22ecd59d977808b2b942828bd9c1fdf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _IEEE754_H
 
index a84e765616c7c50603af8b37e6b8b6ff7f54f39b..406f360b1fb36a282dce9a621344600737f33442 100644 (file)
@@ -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 <setjmp.h>
 #include <stdint.h>
index 5c21b52998a0660c4a070587fda60079230cccd5..7e6f8ad195589b4890c3454e9223ca2e4e284da5 100644 (file)
@@ -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 __LDSODEFS_H
 
index 2caecd818f3565022921bfe949f768ac2d1735c3..7f2334e060a393a5fa1d48b618e56192280ca388 100644 (file)
@@ -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 <csu/libc-tls.c>
 
index 3a1c1b2c05735494902dae5bf68a3bf2d7345f03..dfb225462ac39070dfc296afe6c3431545d9343d 100644 (file)
@@ -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 _MCOUNT_DECL(from, self) \
  void __mcount (u_long from, u_long self)
index 7dc4ba89720cbd4546f2b9cede59ba0982f650e8..4f232809cffa91070947a1f3e3e8b1f66b06cefb 100644 (file)
@@ -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 IA64_MATH_TESTS_SNAN_H
 #define IA64_MATH_TESTS_SNAN_H 1
index 4c7df0a612dac2d3ac79fc4747f3f2662e2accf3..af6130ed63ab02192430f5efbdfd66edcb72548d 100644 (file)
@@ -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/>.  */
 
 /* Return: a pointer to the next byte after char in dest or NULL
 
index e39648b751571272d8f2a2eb5a079d04bcf61df8..dca46f6dec69d62d6538056c6a3d9db16d661e7d 100644 (file)
@@ -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/>.  */
 
 /* Return: the address of the first occurence of chr in str or NULL
 
index 0ad9527cb02ecfe83bb3a49f5e1d856c0a8a0888..c7257a679ed5cf5782ac07b5e4567213d686182e 100644 (file)
@@ -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/>.  */
 
 /* Return: the result of the comparison
 
index 45674fcd558c3bb169ee5a1b7aa0332976c2e600..fbb6c8a89bc75ee18d4d23eacbc729d741f7ff84 100644 (file)
@@ -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/>.  */
 
 /* Return: dest
 
index ac0ff7d68de36a010a3765b6b0bae576ce97565f..ede1dbcf3efb312b4815f766a7c13b1975fd91b1 100644 (file)
@@ -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/>.  */
 
 /* Return: dest
 
index a6e3d2b9f18ee415bd516a215561fdedb3515821..cf02a6c6c6338455a9fc0545901caeb3a7032d64 100644 (file)
@@ -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/>.  */
 
 /* Return: dest
 
index da8bc73d6570376d48018d93869d49c47e7d11fb..139f0f1579b95fe5de7e55cd4581f91c1eb1b168 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hp-timing.h>
 
index 6da5e0d3a61f90a40471d9faab897708813712c8..b774a2f404c4ea5946ea56d86fc7b283263f439e 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 6f932bb9a9812bd6448babde8922abb163ad3fb0..e0c1374546b24fce0bcfbd803e91aff39990ce31 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index aa8f77285c346450bc4f9195c3e03d561b646634..eed2fac5bd21a7dbb18a4b5eac8a18b6a1de38df 100644 (file)
@@ -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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index 40bb93239ad0400463b9a08844f3efc2c7afae91..dcc81902d0791dfe4bdb12a18444e80479933e15 100644 (file)
@@ -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 "pthreadP.h"
 
index f5d392c35b8c081e01f2052fd0758eacfd4e2c64..6ce3b9d54a2d67f050329a1175c7df53c6f152e8 100644 (file)
@@ -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 "pthreadP.h"
index b89441c9bde59a3be0ebe1ab139000fc73362c92..97d09c7d405907b12dd2d87de387c79d51f7f73a 100644 (file)
@@ -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 "pthreadP.h"
 
index bf52d5af62d4439966e6a5902b351e466d9ba67c..ef63cf56c2c4b1f76b48febb5773f85cac89ae43 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (32 * 1024 * 1024)
index 550ab2605165c56ff8f2d509be85e27a4d4ca8df..26e6237b02deaf49df0ea7fe2b778312c2646ca2 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H 1
index 64b7afd5c70fbfb6bc35b1b6f31f95a1d43249b8..2a0926d41a9708a94c84f6b7e6846c2f86280404 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 POPCNT(l) __builtin_popcountl (l)
 
index 867f5679141ed1abb342f6e14248aafda59b0db6..a5789f20c68af5eb4b4ae56a629e93efa11c76ca 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 latency of a memory load assumed by the assembly implementation
    of the mem and str functions.  Since we don't have any clue about
index 0cf24bd995b909782e5b11ee09dd33a439667e79..1a8a799100e6e4870f4fe8c3948641eff1a06825 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index 6433a89945676f759ce998d8c5ca8a4b3f1836a3..5b62189b7e25c5e0a547c411720739af0047bcd7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index 0ddc06ef57589f694659ec16327073b3d66d284d..7c52d39fc92d6d412850c88d546d9291062a04fc 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index fbde4f10da3145ae9deec402bcbbd4b667e66f8b..41bfffdc52242a86b9737542744a3416dda0827e 100644 (file)
@@ -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/>.  */
 
 /* Return: the address of the first occurence of chr in str or NULL
 
index 76b74b6c90bb9dcd8e6ae4dc60c014bef12bc186..22e91cb18d3de24704495f1485fc0b4ccb15a099 100644 (file)
@@ -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/>.  */
 
 /* Return: the result of the comparison
 
index a16c82c738b350a54557bb428b5d689012c9f4d8..09cb0d7126ba46082b80db795a5e7bb2503a5ee2 100644 (file)
@@ -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/>.  */
 
 /* Return: dest
 
index 8a3d85ab1923bbc2507804c4ed090f3a527e9932..eaee7c4fe4701db973addc7b0c2daa5d04f767b5 100644 (file)
@@ -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/>.  */
 
 /* Return: the length of the input string
 
index 6123ee3d533b76fd216d020bbcaf5700ad86c5f3..85181cc03e42a6d0cb4a99eb3275e94304f4d2c2 100644 (file)
@@ -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/>.  */
 
 /* Return: the result of the comparison
 
index 40c9309ead003da150d4598136c4aa7bd04bf53f..25fc2bdc218c8ba51b965d229b0bb3573ea2e82f 100644 (file)
@@ -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/>.  */
 
 /* Return: dest
 
index 29181e768673a235eaa1992822e865dfe6007d99..863f72320252314e3296867acad7228a00ea5283 100644 (file)
@@ -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 <sysdeps/generic/sysdep.h>
 
index 6ab9e5642b120fa96e644395d10346565abf1911..c6ae8d8556c60b3622870ac15a3e7bc3bb63e857 100644 (file)
@@ -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/>.  */
 
 #define pltenter la_ia64_gnu_pltenter
 #define pltexit la_ia64_gnu_pltexit
index eca150bb8db1a45e1bbb04ee8dd12d576e832ac3..2900c51de067a1f1d007b0097b6f0e5e904886a1 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /********************************************************************/
index f54fbb5d4c89edebe402509147f27382f98bb5f1..d682143b09ae3b26a96c97c867c3a6e84f9afbe5 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /***************************************************************************/
index acba274df3bfcd2db4b1508e860f53c2e4f950d8..c35fa5e0ccef781fbce119db848ea40f792b765d 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /************************************************************************/
index 1fdb2fc17ea5a2e71a1c5de73d1297e8c99fdfc1..e366aa1a8632ca428c596a7c155879ca4d8dffb2 100644 (file)
@@ -15,7 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /************************************************************************/
index 0862e9051870725c6bcb56eb1704535142b4fe96..0cf114d8230fe5f42f9248d05c414128e28dd3db 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /*******************************************************************/
 /*                                                                 */
index 9fbce238ec73728ea9bddb6daea47ce9d80d6543..ae133088e2a2b48953fec6a7d8a7341471c81941 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /************************************************************************/
 /*  MODULE_NAME: branred.h                                              */
index c8964fca1901a60fa1ac14ed3f450bc2700db8fd..9fd2f6e3e6c9c6ec65899595c65397552ff4896f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h"
 #include "gmp-impl.h"
index d64bb1e2467667dfc89b819e477919b5f444cf3a..07b18258aaf21c0704762d93c1cb9f00652f9910 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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 <math.h>
index c3ad244f22be9f24e05b893e63f59ccd855621ae..ccb89ed1630c99b64c007f6accc2e8b7d8e3b80c 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /**********************************************************************/
 /* MODULE_NAME: doasin.c                                              */
index ed0be7149fd66cd103d1069be21eef7820494981..6b8fa565e0acd35819873e5df9ab58f5ce4e3f9e 100644 (file)
@@ -15,7 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /************************************************************************/
index 79e52650ef2ac964247516954d77966a990db0fb..dcb1e925c67c413617815c4baece5ad936a0e2e4 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /********************************************************************/
 /*                                                                  */
index 1eb6fc27a2df2f55c660720994b0a7b4260499ef..e1ac0025f9ae57c4c38655c02b3ad64929729903 100644 (file)
@@ -15,7 +15,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /************************************************************************/
index 06934a4c06f0fed6d2d5ce8aa5ec73c84a7a9eb4..82419056bc71e2edb0b27af01006832ac810561b 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /******************************************************************/
 /*     MODULE_NAME:uasncs.c                                       */
index fad794313a28f23e5f4890b306082a4fa03d9b67..099a76ea56820ac003a44388b0511a19bc50fb2e 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /************************************************************************/
 /*  MODULE_NAME: atnat2.c                                               */
index cb3c4c804666daebef061e20921e015be08e5c67..7a79527eb7712cada4185934b88688d1e47d0ecd 100644 (file)
@@ -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/>.  */
 
 
 /* __ieee754_atanh(x)
index 853d6ca7618e9dc8bbc777286a3b8a7144465288..d255e7ba1ad413243562b53a75aafa1c5a47ee22 100644 (file)
@@ -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 <math.h>
 #include <stdint.h>
index 34d12493bd7288f88eb53f1f6922e45438c32168..de457da9d22be640f53748f0ff3188a465e6da34 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index 22cade8b297985695960215ee9bca8262dc98ef0..6db662ae8f7684c195029bf92ab71f7207d52d60 100644 (file)
@@ -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 <math.h>
 #include <stdint.h>
index 217da39510beafe1cd94f694e58b11be57afd397..cbfb78e4487ac0a863f76e93c70eaa51c97ea341 100644 (file)
@@ -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 "math_config.h"
 
index 57b09e558d685ef4d4ebbbdf21071962ea048364..5981f0d816f06be8afde0dcd3fe0d97f2dd455f1 100644 (file)
@@ -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 <math.h>
 #include <math-narrow-eval.h>
index a04d73bd8895b74611ebf7d5a7d14151547fd673..8030da605ebe02bde6c7f8d44407981703a48727 100644 (file)
@@ -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 <math.h>
 #include <stdint.h>
index c89c2ecb1cbeffc5ae007b71bb8a34dde670d84f..b999141ff9c93ff62044fa4a3a0c16d72ae2cdf0 100644 (file)
@@ -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 <math.h>
 #include <stdint.h>
index e2dbd63de6159fbc26dd227f4320ff53658761a8..b48404b6bb06a75440fc77a590332a92bd0cdf9e 100644 (file)
@@ -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 "math_config.h"
 
index abf448a3d89e5d754543e7d399c5daa21145071a..894f07ab74057c9282ea35fe4cfbdcacab1b0872 100644 (file)
@@ -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 "math_config.h"
 
index d4b9378fe382d9e237aa0b59466283452dc18bdb..79f3592e57a79fcd25336febbe5afb8380f61d34 100644 (file)
@@ -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 <math.h>
 #include <stdint.h>
index da66ca3df6c8fad36bef200a558eed66fccaccc5..0e23d2b6b72b0b4d0c7bbd34a8c206745a3c0c3e 100644 (file)
@@ -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 "math_config.h"
 
index 33cb48b8e3083eef0c06a82829807416c38bdcf9..868725d989eabde87e19b633bbe9e9d0ce0fc054 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /**************************************************************************/
 /*  MODULE_NAME urem.c                                                    */
index ea1f05e69a07e76c8f72cf7367adfa857756f02e..20c72d58482c7ba37573491721e42507bd9032d8 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /*********************************************************************/
 /* MODULE_NAME: uroot.c                                              */
index a526b810e36f748bad194ca4680dc852c7c7b9bd..78c9034b042b42290475e3a1211a558bc73e2136 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index fb26ddb02026d367ca1cd24404b38c5a7bd09dac..6bceda04f86ae22e227775e034c47bd00e0d23aa 100644 (file)
@@ -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 <math.h>
 #include <math-narrow-eval.h>
index 0891b8aa1ae0a20dec12c517a94d473c7f88c70a..84e7022af5d5a86f3529057d0a9b5427e35c19e5 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index dcd7148b3229f2a7146fa9d18fb2e18a2bfc6719..199a10fcc28f00db204d1ae216304d38883c4718 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 0785457d4538dd544c8ac753cc821b4f6b5cd0bb..2f8a29097d02c283a4ab30f69be052dbf9f1e8f7 100644 (file)
@@ -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 _MATH_CONFIG_H
 #define _MATH_CONFIG_H
index c27cd939484a19f2f1ae00c4ab264e52954e6e25..c63143bc8da04db15631ca839da7bc5d7468e667 100644 (file)
@@ -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 <math-barriers.h>
 #include "math_config.h"
index 9b40220367bdd51e4a71ac59c27e0f19d1be64e3..9957a0ea192f02b7a51c8c79c610b07c5c896c55 100644 (file)
@@ -12,7 +12,7 @@
    GNU Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser 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 <stdint.h>
 
index b11383671aff1aaf23d79ea0d5c027348a08ed75..a54e8dd52cfd1e18b3698b4794ca88a8e9229330 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /************************************************************************/
 /*  MODULE_NAME: mpa.c                                                  */
index 0f7b11825eadd9167973491589ed20facaaf4436..199b94eee743cb2b23218d9baa8af60a7a13633a 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /************************************************************************/
index e2d667dcd69d68c7d5ad3b592d6362446f628aba..87d58e3344eed99a3c2b01005ebaec6b3adf6e35 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU  Lesser 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/>.
  */
 /******************************************************************/
 /*                                                                */
index ec86cd77341d70a7eb488ebbbd1676219deaaa3c..96affd368d88cb71d8cf00a76a1258ee0384a27a 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /******************************************************************/
index f75c9735a3b7ad0ee7dfa8523231343ab6516c08..4127318650a8a7878350a7011090bdf9d08968c1 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /******************************************************************/
 /*  MODULE_NAME: mpatan2.c                                        */
index 423ee251d1e97309b458f707d67f45d38c7a7ab6..a3411cba41dd36710d7242b69d91f513db2c2563 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h"
 #include "gmp-impl.h"
index 0a5ccfa6819319d367dbbc1230032e86fc6b59b9..9dc316cf380664937c4764459fa7c7d8627568b7 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /****************************************************************************/
 /*  MODULE_NAME:mpsqrt.c                                                    */
index a0e8fa4c4e2689ff2c65c9c04ad67ab89bc7f02a..f2c0ad816bed249ae9aede794a6b73e0cda0367d 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /******************************************************************/
index 310ca7aaf9394be48b6a910e090159ddf30a9cc7..21ed9e33a0815c8790c54fa0be522b558662430f 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /**********************************************************************/
 /* MODULE_NAME:mptan.c                                                */
index 24f224654381d937daa77c4c1ba23b8139fc2e42..cc140fc6c3dc7f6506b3a35196008f97bea49ca6 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /******************************************************************/
index 2b134d33baf00d258dad4ecf8ebafd9a746203f4..d940a4e3c4742536d7410986c74130f12468fc40 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /****************************************************************/
index 5bb4d1526804a17796aa2e09378fca2ee5437e9c..1d2908fb5a548e595f5e0b91d1db261e5422afa4 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /****************************************************************/
index ce377a42ca601324e830fe585b5363cf0d01a7cf..da6a1cb0e59beac7bf02c103ae8840cf9ad1b742 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /************************************************************************/
 /*  MODULE_NAME: atnat.c                                                */
index 70caaa18f34e79f3deba3e69ef878bc0e52a60b0..c8fdaa13f04906094a8e53588cbeaa98ec4b98b4 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-double.h>
index 6e707179ee48c82e2bfbcd170cb545e75317b19d..6da3ba4835b72d5c11d80c8b2c43e0441770faf5 100644 (file)
@@ -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 daddl __hide_daddl
 #include <math.h>
index f1a043e3d151173c1c6d7cb2138d7c25616ca76d..0d57518076f6844e1420edd54d90bb2b5a2fb9d7 100644 (file)
@@ -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 ddivl __hide_ddivl
 #include <math.h>
index b3259c5ccac35ddc59bbd703ab30fcac62892201..06e8cbad19eb60155651c5601ad2ad49e5f0349f 100644 (file)
@@ -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 dmull __hide_dmull
 #include <math.h>
index 96938644febbb1ac5648413f86484edb716583bc..19dca6ca1fe52f035469c742b147bd700b07156c 100644 (file)
@@ -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 dsubl __hide_dsubl
 #include <math.h>
index aabe0d05f49bcbe3f4ac75f38289d2583aeb7ea7..4b5b96276dfa8555fa48e3295848dfb3083155d1 100644 (file)
@@ -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 f32addf64 __hide_f32addf64
 #define f32addf32x __hide_f32addf32x
index 163abbe342cd481db81e48e0783fbb58379c6e79..274b7ff4228c7b6965c46267e769cc7a5ec16801 100644 (file)
@@ -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 f32divf64 __hide_f32divf64
 #define f32divf32x __hide_f32divf32x
index 104bb0d57c2f800209ba824cd1bf5c0182ae6e80..887abe60fd58255ef70b43871eb47d1b3335c9e9 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 319b43d369f8044ae3a47a114910ff1dac48de95..5928916bcb66636e751daf44266a93ebe65f409a 100644 (file)
@@ -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 <math.h>
 #include <fenv.h>
index c1194ff7dc11d517b2feb21aa0d9a72439d3a86b..555e70433474bb282470d965199063b3e1a706b2 100644 (file)
@@ -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 f32mulf64 __hide_f32mulf64
 #define f32mulf32x __hide_f32mulf32x
index 0e1b727d7127297437b532bde2157bf31d4e1d8f..fba08525282335ed89c61379fd5887780beb9d70 100644 (file)
@@ -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 <math.h>
 
index 8a39c088bd9cbd22cd92e026f6a8303e11e701fe..40043e690856cf8e2cacdaf804b287836e946ed0 100644 (file)
@@ -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 <fenv.h>
index b877554a5a230d4ee816e9ae00c49f2168f4c243..333c1d6acd1768e452cd57e1365128482965ca7c 100644 (file)
@@ -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 f32subf64 __hide_f32subf64
 #define f32subf32x __hide_f32subf32x
index 4c6430cb3f2ec26b14a3469cc6a60dc785b4546f..b85f2a3e93eb92552689b188e51ea992786eba2c 100644 (file)
@@ -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 <fix-int-fp-convert-zero.h>
 #include <math.h>
index 982a8959c50ddab67128b5781cd618d6f47b7f3a..dbdfda2774b6bb2b53b7ebd112bfae52b7be19c6 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index a456e0d81024382b95b9a8f9db026153a0201d1b..67a991efb0a56d9fc9ca7d85c7504b86cab46c20 100644 (file)
@@ -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 <fenv.h>
 #include <limits.h>
index 625d6a64e5451cd6568509cad7afd9f1d1c2e959..45de02865db4664e68986d21a7f58a5f9c4a9022 100644 (file)
@@ -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 <limits.h>
index e336251fda58387498fa429be98482ce388a51aa..8058a77ac8cfa606051356808f6b268f0adcbe55 100644 (file)
@@ -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 <math.h>
 
index b3b58977e56308b1c6a50095b4956fa2bc0d374a..fbe078c2996af9386a67b25b9c66a91a4b8989b5 100644 (file)
@@ -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 <fenv.h>
 #include <limits.h>
index 1bd1d289b5bb7bd270f3eed97870ec3de94c3f54..25a1c2b919acad3bdb7876465855b6d5b4451387 100644 (file)
@@ -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 <limits.h>
index f7bbb4efe16b7af258e8b7336d2cb8b88afeb07e..edafcf890064b65b96543c96d92acb3d19a0fd52 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index da6ca5afb4ec84e62fb63f17a0539b04ddcd1b10..97f87f11333b34c8c470866c35c74bf2a304d102 100644 (file)
@@ -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 <math.h>
 
index 5a8756e3f023fe133c84ab9696814b144bb3ba63..1793e575e9ae1b122b066f6e38a0ee2b8542e75d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index b61994ada6e69c9b0831874e8c572a909d3ce75d..3a4eccb85ab37857d12364b885cf487e64c06e50 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index c4c9239d15d8606c547e9c1f90a0cfb0b9feebcc..d161090888ec7d7eb46877509c8808343ec5c7d1 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 5045d5a332792dbbf4405e8af3a936b043319d98..f98a8697fb3b0aefd04f8deaf02a4be4eb6b2cf0 100644 (file)
@@ -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 <math.h>
 
index 26799f1909b953cda9b0249cd61d15ccf42b51d4..413540661f77b55ea2e9a26cff4b7660e7dc1626 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU  Lesser 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/>.
  */
 /****************************************************************************/
 /*                                                                          */
index 555ac6170e5858455c987ae3888377c9552d89b5..2f892be6011f59d0298a210c9052b32c52d478b6 100644 (file)
@@ -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 <math.h>
index 6dfd308fa8af8a76f2717a0fa030b06ecc03caa1..1103ed2896dc6a22dddcc49f4fc00d3420d3f821 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /*********************************************************************/
 /*  MODULE_NAME: utan.c                                              */
index b97a0c1c8b0ca8a59d2eb019c1e486dbda7c5872..954401bc33701fd585c538032a386b868ac6d177 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index c75536ce73418cb1242e7ab119572d554b8235ee..5c2179bb291a4fffb351e757dde18f27da972e1e 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 6d800bf45c384fe2d0ac9e6275e2b748e6dc0ff2..154feb9aa3b83cc43634d6a8eed81c0b8d5480cb 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 2c8f3fab0c990dfd7124b2c1701f64a0a6ced72b..7e93cec06fb2e456a4a2c5c757a127183a78d258 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /****************************************************************/
 /*  MODULE_NAME: sincos32.c                                     */
index 765f164ecca99db7c0ceb9c3def6e65950a73b1d..af800a5ef41effd799c903f74282e9de528baaca 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /******************************************************************/
index 41fa06a1a97d83a285becbac17be4d70e1e58056..889b9dc39357ade4b19ad0c168e2111e750a5f31 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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 <mydefs.h>
index 7e6409248910b6a6f716c7773bd233bcf17ca749..279d2fa42b396ff07b14c437faeea7e0f51f0cc9 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /******************************************************************/
index 1ed9f802d2381f4e0878f360e44fb517d72f7d3c..98397f4a013cbbf2283a1907bc62b83faff5a785 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /****************************************************************/
index 765746bcee508fa14eecd4d901445eddd299978c..91666797c0ec52e814655c20d4c8c54ef5f05260 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /************************************************************************/
index b0cec4325cd3d63c555c67ef73472bac20887293..3d8d3488829e17345f36f5c2fc2968e0afa24fe3 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /************************************************************************/
index ad02b14e23fa1a2d987217f0ff5415be25d004c0..645a267e8de0dadbcba5c825ed982623d1d57c6d 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /******************************************************************/
index fc6bda84d91739fc6754f559849941996cd4c17c..89cf406b55b8da53e3115a9dc59eac7f12401a4c 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 
 /****************************************************************/
index 941a8a98828cf33f80ef06f4f5b5c1482fce782b..b60f15bf00f6c1f49d1a23d7f10303f7354dc88c 100644 (file)
@@ -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/>.  */
 
 /* Based on a version which carries the following copyright:  */
 
index c20b7506049915ca7f49ee44e5e663509f968230..c092fde3b8f8f996db4d1feb6e67101fea779ad6 100644 (file)
@@ -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 <inttypes.h>
 #include <math.h>
index 9b4b56f048d8ec5642bb6313af0f0c61773d35cf..9b99b7ac4db3a55d125a62dba8d46540706c6a1d 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 97d1457f4ca62a18a54eee91ee4f791d09d9259a..21318536777199671ab17fb24c02e38a1a947f84 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index d674a54a1fa65fd9dcae3cf9a98394793e947ab7..f6706aef13a49c007b681a1dae192c5661236059 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define lround __hidden_lround
 #define __lround __hidden___lround
index 911a840f7361c65603cd299f47d3f24ac77ea8df..fbbe05fab87af593fe49c6cf768fdeb06bb958f4 100644 (file)
@@ -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 <fenv.h>
 #include <limits.h>
index cd87ee490ebbcd601ad14ff7e4fe6b10c04c87cd..bb3fb07cd8d5d1f3d7e88c1ed9300bda2ca965a2 100644 (file)
@@ -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 <math.h>
 
index a46b9731213088d7105cb425b746b776ab4491ff..1c3fc7f50e416c3292ced8f6ba2d42fcf108ea7c 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 13f9038d5f6753a96d1c69a6bb176296b92df7a9..c1738c47d6c17f20ae8990196857f039c6e4f25b 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 754436eca9357d667a162e24c7c0c65c0d9cb19a..8018a6beecbda9bd81cbb3065fe482fc49997aa2 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 24545ffd58fa99666c0dc0e1f51c8e49dfafcd4c..e9b708531065eacf8a6340c5b42cc1e8430958d8 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 12066e3c7cf9890c078a05c5a4f738f3c0fcfc3d..ddc4289d9bd0abac4838977ce24ee62ff367d3a4 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 6aee68a2fcf0e5cb62eb33685911264a020c39c9..3f040bbf8308f74477e50fbfad182621838a376d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 428d2cfea5ea7c25621dfbcd2fda51254dd5e397..7b40dbdad435ed3688207678bb759e3b740fb071 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index bdc0d04011eb6ccf01f8b1c76be327c20b723220..9499f0aeb9b4a87e3b4ebd5ac4fa7e18aa8f0888 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 696f82d75731679f079675e36d24a87717ec51fa..65d76d7bba80aa4ad0c5fad1b7e3337a0595d406 100644 (file)
@@ -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 <float128_private.h>
 #include "../ldbl-128/ldbl2mpn.c"
index 4737d05482b986556cdfd73287f0092386b88a85..4e31ef365b76f04131016b04bc9be4f98140fe0c 100644 (file)
@@ -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 must be included before the function renames below.  */
 #include <gmp.h>
index a4dcfc0022335d89224c489a5d45a8ee98658b67..27f06c0c737510b3590b37d73be08de777118bfb 100644 (file)
@@ -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 _IEEE754_FLOAT128_H
 #define _IEEE754_FLOAT128_H
 
index 1bb6167020e0f6c7960c1e03b6ea0568fc2814d5..47cb2bf239652f2a967cbb9fd55d95fc0dee65e1 100644 (file)
@@ -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 <ieee754_float128.h>
 
index d14becb3dddd2c08b52928e0afa74a7fbd3da729..eaa70f836921c994f3ab24e03a6419a08d7175d1 100644 (file)
@@ -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 "gmp.h"
 #include "gmp-impl.h"
index 66a46612f9db9154e965ca3966f3c910825ce981..82928c6a9959125f0542289ea1eb5831b7083f33 100644 (file)
@@ -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 <float128_private.h>
 #include <math.h>
index cfb6148540cb8de599af5a13f53ce6c6ebce5e46..c784e80f087ebb34a0f67f95c4953b5883d37ec0 100644 (file)
@@ -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 <bits/floatn.h>
 
index a9d506092cbef49205779fb1cb1225365077dc45..01aaac8e10280e4570924fe418bf0b4f574f3a9e 100644 (file)
@@ -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/>.  */
 
 /* The actual implementation for all floating point sizes is in strtod.c.
    These macros tell it to produce the `_Float128' version, `strtof128'.  */
index 3fcb52b8b525a78a8471fe780fceb886e11d14eb..1fac5085f11c27d7bae41bba2bd0def701238277 100644 (file)
@@ -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 <bits/types/locale_t.h>
 
index 717b15c03b8a7debccfab50be5e2b6b59baf4311..c276a4dd50efa33290fb88132668f7bca2e71463 100644 (file)
@@ -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 <math.h>
 
index 7133789b360d2df88a27e51786b7b1c34dbe18bb..211f71ddbbf3bb8497d6dd63e50c65c70b86b170 100644 (file)
@@ -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 <bits/types/locale_t.h>
index e1cc4e79fd96095d92ff92dc9b6675885185c62a..e291532293f025e4e3bc8517eacac67e417d111b 100644 (file)
@@ -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 <bits/types/locale_t.h>
index eed04695e0c2974454dc15289e8f3f6dec04de1c..74963fae85a47e9a2ecd4af5fa5c18c293c5ded5 100644 (file)
@@ -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/strtod_nan_wide.h>
 #include <math-type-macros-float128.h>
index e03073b8bd6998e5649ba50923b1a43767c969ba..3328a8f296ab509e5a49df8cbfed8c270a2c1911 100644 (file)
@@ -33,7 +33,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 #if defined(LIBM_SCCS) && !defined(lint)
 static char rcsid[] = "$NetBSD: e_asinf.c,v 1.5 1995/05/12 04:57:25 jtc Exp $";
index cda75b23c77fb820b6aaa61ae8be73e8c9ab1523..878e153adaee4e682676e7bb8a56f27109687b52 100644 (file)
@@ -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/>.  */
 
 
 /* __ieee754_atanh(x)
index b6877d179479a9b0ede6c56dea2c362b0498d2fd..ba62a4d5e0cbbac3665daee5d35c029ad652f7ff 100644 (file)
@@ -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 <math.h>
 #include <math-narrow-eval.h>
index b7e34a9ee0f6d569019d5d2f083cc781962b6beb..1e54b55761acb179367c87483e11ae4c0c695c56 100644 (file)
@@ -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 "math_config.h"
 
index 811bbddd4026aa21f29961d96f2fa142031fad82..3a2ed22b0d38a16f34bcdc2ca4c7bf26100ce3d0 100644 (file)
@@ -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/>.  */
 
 #ifdef __expf
 # undef libm_hidden_proto
index 897e3935d0b4d1e5d5d13534533afd1e6d49ac7f..2a72d96005a367f35bc530799fe70c4cad9438f5 100644 (file)
@@ -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 <math.h>
 #include <math-narrow-eval.h>
index f9364bb0f93d2aca38a0947c49a7843a5fc5b58f..57bdb541f19450c5be78ebe2366215f6bcd2aaea 100644 (file)
@@ -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 <math.h>
 #include <stdint.h>
index 553bb505cbdf3ea7f0eeb3352b17d8ff1efa8a37..46c26fd2020d8ea1839f7e7e83a0d0187800f627 100644 (file)
@@ -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 "math_config.h"
 
index 58b068189f2424a0304357e1ee2afc67f87ca3dc..27b96129ac2f87d822e3dca5bf3af1550c34d49f 100644 (file)
@@ -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 <math.h>
 #include <stdint.h>
index 2eb5d2bd669d909dfaeda87a77f4006730fac82f..7ad887cecba89be510eecb8368a40dd5e374c393 100644 (file)
@@ -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 "math_config.h"
 
index d94d4222cc21e8d9bdd16e485697584e1507e6f8..4947ae260180bc9a8919a342b14e6ef240b079f7 100644 (file)
@@ -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 <math.h>
 #include <math-barriers.h>
index 58da7238d849388f59f685e53d913562bfacb1b0..872fcc05627f373b7e5cb33a08ba32932d544300 100644 (file)
@@ -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 "math_config.h"
 
index 8be0857c1ccbcb0520e6dfe767310511b254cdcd..c2c00eb5b218b542a44665f366457cc4f54d045a 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index ba100dc95a0a0a0389ce798e2b49784b8729ba06..c5e9299485a0f60d6ea473d221ee77fefd54fd8c 100644 (file)
@@ -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 _MATH_CONFIG_H
 #define _MATH_CONFIG_H
index 6b4c225a6f85afcd4bce0e26f01d411f78d96298..db1d79a598aa1eea3786510fd58ad735e5fa413a 100644 (file)
@@ -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 "math_config.h"
 
index 645b442d2d0f52132cd20341d2e346acd8822184..a8740b8cb5ecb8878b3c46c92ecf2bf6652b6412 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h"
 #include "gmp-impl.h"
index ca470037eda2c0e70a5983cb0751cbc5a966e1f6..9aa99f2a73ff0d11abd9f0a862d1f4a551d9733a 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index 63426070cca38302d7bce8e0c83b12c1fa110ad9..1c24a6de8cda062b63dfb917c837ea6a4fac1db9 100644 (file)
@@ -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 <stdint.h>
 #include <math.h>
index d50aa6e353e1f728ec719bfa16611e296333f658..7ca9249694f4fd3012267c36e670d9633f4e4fc0 100644 (file)
@@ -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 <math.h>
 
index 564dd0372d34ce5736481af67dff3ef7fe959374..4b1346d3013fbeb511b0c215837754317c404a31 100644 (file)
@@ -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 <fenv.h>
index 097df9c3f61e073ac37dc8e917e83271ff4d62e8..cb43862f764cd318e61378c18af4c7f326e1d353 100644 (file)
@@ -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 <fix-int-fp-convert-zero.h>
 #include <math.h>
index c6dfcacd5da291d0f38d56bed2f3565f231034bf..50da64111fd74048bef9f92ccc2d52e3d933ece3 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 0be00c705d357f639b4bf69de2ec1595facaa911..d1fd15c2166ae84efb321a111da2e46e1f743cbe 100644 (file)
@@ -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 <fenv.h>
 #include <limits.h>
index 863338ec6aaaf7492498b4f8a75227646092cdc1..bb6507bc837f7b5d5001a9069adc6f9527c311a1 100644 (file)
@@ -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 <limits.h>
index 03c1cedb8af4b6f975b4adafa321dbd88f2a736a..723d26022615e7704902b3fbfc913b1dec3ef32a 100644 (file)
@@ -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 <fenv.h>
 #include <limits.h>
index 24408ebc715ab91e609f2799fc2125a2ea00f4bf..20fa75afeed0435ce4f1b626501867cfd2ee2583 100644 (file)
@@ -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 <limits.h>
index 9bc9f8dcf6dd53cf859dac3f1346568561ead7ec..50d19924a6cb6645b642e4ed751f7562d60d1e6a 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index c2453faf9d49aa7f0632171b2d21f808e246f5da..daa8a6fe823585f6879f160778e149ff7ee80d9b 100644 (file)
@@ -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 <math.h>
 
index 5acd75c6b5165977039763446b0618e545823db0..6cb1a3435f9c82906d24c137cf3bc1a3f45e2f8a 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 326e5bb8fbe8aa1f5469d0faa430039534c84359..cddab7b50518a13b33cdb228731f83b58fb05b0d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 918901ed71d10dfb23ec7edd735f8a536c45b759..99e0202e12273a33813a58af2291b2ea53c4703e 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index f0c354fe2e18907e9e140923370e3f9b8c56a968..88cdc2cdf0344eb2c958059309c98e2167429fa5 100644 (file)
@@ -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 <math.h>
 
index 455d8a0b476d5577a23c66c6b8298c8468cbd925..937471c37d9cdc057d3bf5d2375631090b91b2ee 100644 (file)
@@ -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 <stdint.h>
index 8d5c8e0c76d28b57250c608731cc113ac4e87f66..bc9bf780f3df5c64f94d891e1a7d8f6a24a1fe84 100644 (file)
@@ -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 <stdint.h>
 #include <math.h>
index 1b4d3fac2b8f25003ac66d46a1fa107fd2af4ee9..d8a69007116bb4777f271f0a4f74fddf71c68b7e 100644 (file)
@@ -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 <stdint.h>
 #include <math.h>
index ac1404ecbfccc401d6fd96534010ef5c8e457ba7..5904106987ed66364230d3f26c898184fc4c6262 100644 (file)
@@ -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 <stdint.h>
 #include <math.h>
index 250f2289ce68b8f3ea6a66b44eba58cb01a65d11..544ee3d85b03a9c6b49dfd773607cb2b91a58741 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 5d1729b54fdb3ac9205d5e4dbc634b7293a5eda3..480c74832d3fa3d64b9ef4a96b30f4e40fa5f769 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index a7421f15fecfa37cbe42fbdd7fda6ecc7da78cbf..e587706b5b82dbf471c9d2bd01c2f7bc476ce675 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index f2d619c522665ce0522ffec67d23d26e3542fa41..818923407cb13c41b923b050d956f773bf431124 100644 (file)
@@ -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/>.  */
 
 /* The constants and polynomials for sine and cosine.  */
 typedef struct
index a88cbb69434099651f1883b6fa81e16926720ccb..581fe5c9dedfe75991d78358e0131f1bbed4058e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _IEEE754_H
 
index 94be237508ff8d1ec52c29c88aceb4959acb70ca..2b70a83b80c85f8597e3d6e8788ac0f4f23f92bc 100644 (file)
@@ -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 <math.h>
 #include <math-svid-compat.h>
index e135908733a5502cb6ff5fce676bf4f45968211c..e6446b90e97e9730d377bbaefc1d1fb94102f129 100644 (file)
@@ -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/>.
 
    Parts based on k_standard.c from fdlibm: */
 
index fb31be29e66c432a2c812303202209899068bfba..248a70a576d3951c86548f7a652a73a9ad4917e5 100644 (file)
@@ -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_FLOATN_H
 #define _BITS_FLOATN_H
index df9d588df527c6a834386b289758dd60f3b511c9..eac89e233a085560ef08af2211440bd3df0123a9 100644 (file)
@@ -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/>.  */
 
 /* long double is distinct from double, so there is nothing to
    define here.  */
index 0dc23dee2beb2d9fa1a1f67da421e9559b97340a..f698d0aa5ce4b48c8bbaeb4985228da63fafc6a9 100644 (file)
@@ -29,7 +29,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_acosl(x)
  * Method :
index 4835962db48aee56dcf699a1c677b984b1ea593f..aa240f1ff2c97974d309d74985cc69621abb585e 100644 (file)
@@ -29,7 +29,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_asin(x)
  * Method :
index 70a2fe3e84ac6ffd754d87b16a0fbd8b8c7d2303..2b8c1abfc26ec88925a5885bce11a1393164e9cf 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_coshl(x)
  * Method :
index 3d3d762ef02a6d7fb1227d872076ddc88d96aede..093ab09a53800733e5fb0159e7ae9f1817ba4e4c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index 7b6ec0b347ae2469a544903d66fe6d10762c02a7..a39f3d5c23ece31c44b15ff5f77022f4ae8aab90 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 basic design here is from
    Abraham Ziv, "Fast Evaluation of Elementary Mathematical Functions with
index 268d7faf6dc1441159e9818960e8d270cb5a039c..8cef0f7a15a5afb24da7e42c26645f89a2177715 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 5c699956b69a3e87e5a9436757aceffb25936718..631d67b92c21697c878886ec973f9118f90f6242 100644 (file)
@@ -89,7 +89,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index 0ef3611473ea505fbd2ed1b5ad32a17331378053..174f35df0762adaaca55384cd3e0e713c519c737 100644 (file)
@@ -93,7 +93,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <math.h>
index 3c90072a22b98ed7c4ef8fde7a06c8e0a27ea105..9066e934f17bbb885351c9fceb8d356de4aed39b 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /*
  * __ieee754_jn(n, x), __ieee754_yn(n, x)
index f470034f9c6b91a6e444d08094750c0ad092024d..f7359ce62e7ecc5e27014946acd5c50d7651407c 100644 (file)
@@ -66,7 +66,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index e8f33984f2ceec4dfcbe51696b25595e31385c00..7123c6f69a0eb58c13d9398d0d8461a646c9e2f5 100644 (file)
@@ -57,7 +57,7 @@
     Lesser General Public License for more details.
 
     You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, see <http://www.gnu.org/licenses/>.
+    License along with this library; if not, see <https://www.gnu.org/licenses/>.
  */
 
 #include <math.h>
index 06bf04f5e3f7d30a1ae7ebfb3b88f01398f11f65..b82cd80bbc001b392163d55bd95bfe7add08f04f 100644 (file)
@@ -56,7 +56,7 @@
     Lesser General Public License for more details.
 
     You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, see <http://www.gnu.org/licenses/>.
+    License along with this library; if not, see <https://www.gnu.org/licenses/>.
  */
 
 #include <math.h>
index 8672047e4312d72be6be8c4e1c7aeae3ecbca7db..be1ebe28b96d521e864e72cd66d0f835e736f2ac 100644 (file)
@@ -56,7 +56,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index 47226f8688477491f4bd985718a2a44eb34cd0eb..967a73050070d496d1ca99636a69c19bfed2f2e6 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_powl(x,y) return x**y
  *
index 0e4f0eb31db308f74371df7257d20635a6fd71d8..764a49f96c3792e4706eca025cd716d60db22df1 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 39e7cf3084a635a1b0c285cac75317e5094e8894..9bbafa8c7a1075662bba61115c234a76cbe922bd 100644 (file)
@@ -33,7 +33,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_sinhl(x)
  * Method :
index 2415f225fbd9fbb50f5188e00b895111b68b08f4..69986b8f812c8b5a4905e7c4242e60a29eb6c3c9 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 0f206db928d945a0a30307b68531f2237717ea17..87dc1d781dcf2089088832e0e9b6e2dbdb9defa4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _IEEE754_H
 
index 34d8e74339782300090537fcb1471a92f3807d4c..0463347acc5ef04b678b2e15cbc19fc91e8030b2 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index a40a99c949193a9bf13e45ba25a80d0d5f9e4391..0cc11825214d4023bb79d4ef7dd00829519d0c7c 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 94a914b95f50c6cb2132db8a72d1ddf1ba0f63e9..97e38122fe030abe5916c0321629b4078cbf9032 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 8da794d80cb84fe72213c814458b41499b4b00e5..8e93626a8975212a210c7d28bd23704a6abc9245 100644 (file)
@@ -29,7 +29,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __kernel_tanl( x, y, k )
  * kernel tan function on [-pi/4, pi/4], pi/4 ~ 0.7854
index 7c863e3328508e676480a7e39c38bea81defd407..1b4d032a5fd1688bcdc433593cff16a296e7e34d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h"
 #include "gmp-impl.h"
index 344408fd923e3291689f313f48a216bd00d3e288..70fb8017fe66eba687408ee9bedb9df7b097697d 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 8cf09e20c7704bb6f4d902cb3a26d6a0d6a26777..0615084cbd8e77470b25c5f4074db27a712662a4 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 4b801df8dc6df0233fc895219632ade14b882daa..1b1173f9136188c6f4f20628ee80bd6a573bb181 100644 (file)
@@ -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 SET_NAN_PAYLOAD(flt, mant)                     \
   do                                                   \
index 734da41b01c9f6d36506655056266ed46ac4546e..40d759f4c8b79481127dec06a712e701ecc08291 100644 (file)
@@ -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 _MATH_LDBL_H_
 #define _MATH_LDBL_H_ 1
index cee048a63c14bd8714782df6163c22ef7f2e8f87..018f15205a76fac7fd27549a4270e90da06d75c7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h"
 #include "gmp-impl.h"
index 0af0e20612fbf6d756f49e03b16d2c70faa70986..e5c314e26c08975b9032013bfc500d2e9c8eb99c 100644 (file)
@@ -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 <ldbl-128/printf_fphex_macros.h>
 #define PRINT_FPHEX_LONG_DOUBLE \
index a2307d7a12e43fa3f5647cc577bf4e018ffee221..5735c7793ef59c6f4df8b0b3f41a2adad4a97e38 100644 (file)
@@ -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 PRINT_FPHEX(FLOAT, VAR, IEEE854_UNION, IEEE854_BIAS)                 \
 do {                                                                         \
index 022ccf4c45bc381ecfa5779e14f43867c9bcfc21..90b884d562cdb2379ec9a7caa3c5183393e172db 100644 (file)
@@ -56,7 +56,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 
 #include <float.h>
index 526e850378051a77ccbe60c8f5b4533877847f21..6f45ad42593aaedc256485224e1ed779ad42cb6d 100644 (file)
@@ -51,7 +51,7 @@ Adapted for glibc October, 2001.
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 
 #include <math.h>
index 49d979d0c6b40b9d1321a81f97067030d4f1a78d..c47eba014bf151325e13027208b4222c383f3167 100644 (file)
@@ -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 f32xaddf64x __hide_f32xaddf64x
 #define f32xaddf128 __hide_f32xaddf128
index d5b46b62b83799ce9224bc93e0a0251001924934..fcb01b450056da1fcf0507d5d2835b586099dbd9 100644 (file)
@@ -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 f32xdivf64x __hide_f32xdivf64x
 #define f32xdivf128 __hide_f32xdivf128
index 2a83289b12dfeb3e38d3069d87f3b1124bf48544..a259ea94419c7e6c6dad56ab0c43c2fe64262e4c 100644 (file)
@@ -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 f32xmulf64x __hide_f32xmulf64x
 #define f32xmulf128 __hide_f32xmulf128
index c506da333b4f876ba10c8de7ecb56df68da7af41..c9ae21e71b8ef90e02199465f665d9cd4eb1bba5 100644 (file)
@@ -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 f32xsubf64x __hide_f32xsubf64x
 #define f32xsubf128 __hide_f32xsubf128
index c0abfe2926cb094aa3b3fc39986fe0419843f193..1cbedc249d54ab01569259daa6ba865938f8b630 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* double erf(double x)
  * double erfc(double x)
index 08f9ec848b1aec64398d2254fd6247a19dfd6844..d6d4c1b91297c97c7636ddbf3b0623038f365691 100644 (file)
@@ -49,7 +49,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 
 
index 1827ab02f949c83d22a113c67baf92099e593c26..24d214b452f606e63918d9601fed5f6463566de3 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index adf0772dc2d8e73e2093b7f505bebcdc839c96af..519459a8cc16391b2efb4af60dc465613a9201d0 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index 728c6423d193c550256260b8a8273669b06f9c7f..11b1d3aea2efca234c99d506997ff1e267259c9a 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index 825ff7c0ca8272bb0034be2357cb77d4921b4d78..5534928943d4b35dbacfc1a08355376f39f7f75f 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index df53d765d9927675d3be660ad06c76cb5915612f..b2579c41299b34a26ca69c0e27fd90434e551702 100644 (file)
@@ -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 f32addf64x __hide_f32addf64x
 #define f32addf128 __hide_f32addf128
index fdd7d7491715398b27a5bac6f4d6d7d9fb9bcc2b..f0b644ba1a141a26fbc2775127ff4c74af479091 100644 (file)
@@ -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 f32divf64x __hide_f32divf64x
 #define f32divf128 __hide_f32divf128
index 68bc9d73398cd5de9be037be97c31ade1a867abc..abd969ddeade40e09953a15f85b9c88d5e34d5ad 100644 (file)
@@ -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 <math.h>
 #include <fenv.h>
index 40c199ca9a7d7ba0f39a6a2f00d97662d8834589..23f1f721fd6a053a9f4d477f2793ff4244bb134d 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index eef36f0eac581eeb81548daed98b84d3deccb0d8..c34f3c9c83697ad466120c044dd8dee832244cb9 100644 (file)
@@ -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 f32mulf64x __hide_f32mulf64x
 #define f32mulf128 __hide_f32mulf128
index 396d9b2fd41fcfe46a3de03993fddcfb519f1967..fa6b050162bc382806281b6f5842680c2693644b 100644 (file)
@@ -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 <math.h>
 
index f7b9aa4272d1305f0e27e69c1a68ee2f04cf58cb..b98e993151cf191c0fbd1ade9b81c656bc90f603 100644 (file)
@@ -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 <fenv.h>
index fb522a588128ce37d3f6a448e812ec603b4ecdca..26c2c8b37f23a5be299ac4949c8be740f80cffc5 100644 (file)
@@ -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 f32subf64x __hide_f32subf64x
 #define f32subf128 __hide_f32subf128
index fd15d956d59f2efd7c9b9559a376262730c953a5..6cce0d5aedcd70982fcc5816acedec51d6d45b2e 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index b2b4764a5c21ede42b6313e1db2d2ef3965fc7eb..d557b97f10947f7c18c24a877812df3476463520 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 7fc6e34305f564b8ac1972216d7af83772f6d9f1..5dcde66d88f74d6722a25f0680eb2da58bd07870 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU 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 <limits.h>
index de3a187f00214013f4c25949d7d9902a39185463..96086d803d7177bbd1e78ad6db6767a63e2e7673 100644 (file)
@@ -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 <fenv.h>
 #include <limits.h>
index f3181dbc8e608f4d64f53012e884a6d5c72ef30d..16cc3383e6ddc65eff54e3c2d927357c7b123b5e 100644 (file)
@@ -50,7 +50,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 
 #include <float.h>
index 0492363694497cf2ed0d953d255a32f60671fe33..f65a2de6868118baf61ec0df03284f3d2039b895 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU 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 <limits.h>
index 766955d134cc416f03c4367d7dd4451df7c0e5bf..625ab5fc1683fa20c100ea2de46d59b9f131f230 100644 (file)
@@ -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 <fenv.h>
 #include <limits.h>
index eed1fa5edc1d7586139c4bba393592c499ec0745..972737637319a216d278e5c7d17c5ccc4a984236 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 18c31a17f1096d6b23f3386e2b1eb810855cf477..994818b0eb52ed7f969b4302f2f1c72e664366a9 100644 (file)
@@ -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 <math.h>
 
index 7711164b9e1702f4f28f4d25626ff414af3eabc7..ad3c121023f3c6396ff1bbd7316a3384bfb90ae7 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 6715eb555eb270d072abbfb5e64b0d3ef5f6f9c4..d41c9a04dcb20f3bcadfe8f4a2f4495ad48fa616 100644 (file)
@@ -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/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index cdcc578b2c03865e0b33f3d777221a6857547756..177310563a8cd8dfe6bc11b2fb5772785e7a977d 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 1da3919bf1c352e9c2779452860e3555a5f69fc5..fdccb85147a3b8ee59291ee0af0be9a93a42c1b8 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 235f2e99f3b7cc0f04e472a5cc600dd5ea70b98d..69f15c95386ead2631835c4a69b71673cbe02f03 100644 (file)
@@ -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 <errno.h>
 #include <math.h>
index 357b917195a917f7062260dadfea92b7066235a7..098bd2bcab63ee119510821b8b9629c42841e446 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 601581c846666f827077aadf086bb2631c6d8e0f..b31788c77c1597691a14504aa06749d9bdb8c4bc 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 5ec2ec354943fa9755d5b470882725f836c4cdb7..de4dd34d599391f77ffd2ac3b28832b0486f5a8f 100644 (file)
@@ -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/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index ad4e72844e23a88aecd7303f0825194d976a5bf1..1f2fcd68bca1def92a5365f1176f9066a188e2f1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 
index ad9905a6edb2d17435d7f9196d0066ce4aecbac3..10dd84527d6e489865d214657343a39751b40d17 100644 (file)
@@ -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/>.  */
 
 /* __expl_table basically consists of four tables, T_EXPL_ARG{1,2} and
    T_EXPL_RES{1,2}. All tables use positive and negative indexes, the 0 points
index 6e3e29e99f828ae0cec403a08776d0bb484e35a3..94bd3adb63c9c8c98b4307493a539452c9a4610d 100644 (file)
@@ -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/>.  */
 
 /* For 0.1484375 + n/128.0, n=0..82 this table contains
    first 113 bits of cosine, then at least 113 additional
index 471a338059861ade0b3d9c8154f2ef6618b367ea..8ff1e724dc34ea9961893679962a2877f6943e1b 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 6f9ade29a38a2a117a1258410bee85db84380ec5..c7576f1e85dd5aceb7c02ad6890bd37a389e59c7 100644 (file)
@@ -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>
 
index 66f5e1aa63701d98796f552fd20deeede2308353..255bed14c9243ddb4dea18d1e6dac981e3bef2db 100644 (file)
@@ -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 _LIBM_ALIAS_FLOAT128_H
 #define _LIBM_ALIAS_FLOAT128_H
index 2b9e49ff68116d6865d1a0ca2d5ddfaa450b60c3..54a9236b5e99f1ca7f9ea8341a96060e305ea2e7 100644 (file)
@@ -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 "../float128/strfromf128.c"
 weak_alias (strfromf128, __strfromieee128)
index 50abc8aca7db95c1938af2db032fd0a2e5dde690..81ae019cf276bdec408d20049ad87302b6430b27 100644 (file)
@@ -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 "../float128/strtof128.c"
 weak_alias (strtof128, __strtoieee128)
index 66de7f3bd00c1f02936dd1686ebe693214c7bd7e..4a4f4dbf690d4d4359cc5cd7f9faec8f7cd75005 100644 (file)
@@ -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 "../float128/strtof128_l.c"
 weak_alias (strtof128_l, __strtoieee128_l)
index 22a74dbcdb31237c7d2ecc9fd3e2680b6ae3469f..837a0431eb2a5e3552f02e2aa72de0bf7896cd56 100644 (file)
@@ -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 "../float128/wcstof128.c"
 weak_alias (wcstof128, __wcstoieee128)
index 9ae9eeed109bc14f7bd8a3e05bb80aab6e3f17cf..96800ae5ca82a9023adc9dccf69682c7b57c0c82 100644 (file)
@@ -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 "../float128/wcstof128_l.c"
 weak_alias (wcstof128_l, __wcstoieee128_l)
index c69c41dfa2027aab7a5be6725cd158df271499b5..96b7baa39446d13db95ea834147bd755d381d811 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/iscanonical.h> directly; include <math.h> instead."
index 1f8e405c9b0797bcf64a2e833bf86af204275a26..36fe75e21509d0306b09c736c2b28e08114d1086 100644 (file)
@@ -29,7 +29,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_acosl(x)
  * Method :
index e8b0221a921d18aec7cf5b688e3d2e1ce7f1b913..0e54332cd5cf4bd99ccef88e00cf3a53ce7ec3d4 100644 (file)
@@ -29,7 +29,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_asin(x)
  * Method :
index 5cc2818cddd3fd356181d85e6fdfdcf58754f80a..7eedd57adb1ebf7786a450c79a2ebcaf37887a00 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index 69faad2afdac39cfce6aa2867cf0c0a144181ba7..494f38bed72c5b46aa42be3428996eb5734e49ed 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 basic design here is from
    Abraham Ziv, "Fast Evaluation of Elementary Mathematical Functions with
index 470c87d41012386c7ba25c40952498ea12420f40..d08a93aa8eadee3512730c74540d41659a4db12a 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 448cfb63fe4a3f58ec7ebd74980915486b363a1b..d430c29247b5f2d6df804577289e1d2d0f22a98e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* This file was copied from sysdeps/ieee754/ldbl-128/e_j0l.c.  */
 
index fada0c226e1d5559417c203aca5e80631a07e17d..ec6b1cec964b20663a844d2b70c8899fe746ae1b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* This file was copied from sysdeps/ieee754/ldbl-128/e_j0l.c.  */
 
index 478824c8fad5964466ff0874e8b671d262b7225c..3fe4c0e5c6a331d3c0072fc8b7645d2ef5cc0a43 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /*
  * __ieee754_jn(n, x), __ieee754_yn(n, x)
index ae2e6559b02149f823dc37265c014356ca435b1b..9dc130cfa9bcd1d3b574e1b5a742beaa2c0bc032 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* This file was copied from sysdeps/ieee754/ldbl-128/e_lgammal_r.c.  */
 
index 62e3214ca436f768e07035512dde5019ce184515..7efaacd0ed385ec9518e01bd09d3dec63eacf6d0 100644 (file)
@@ -57,7 +57,7 @@
     Lesser General Public License for more details.
 
     You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, see <http://www.gnu.org/licenses/>.
+    License along with this library; if not, see <https://www.gnu.org/licenses/>.
  */
 
 #include <math.h>
index 1f8b6e9d7f1c8d32ff954e3d63d2710bab28112d..57b4b68052ae342b4a728affabdb575e9c66149d 100644 (file)
@@ -56,7 +56,7 @@
     Lesser General Public License for more details.
 
     You should have received a copy of the GNU Lesser General Public
-    License along with this library; if not, see <http://www.gnu.org/licenses/>.
+    License along with this library; if not, see <https://www.gnu.org/licenses/>.
  */
 
 #include <math.h>
index c44feca65bc993d3a7a1c7fc065352550687ca77..65e17cb73ce368a843fe123c6a67e54989e7ae4d 100644 (file)
@@ -56,7 +56,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index 1f0f2b4c0418971e2e04e13aa7932ac5a3bdb196..df09c87662d7966f1ea2b848a5f6fea0883b42a9 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_powl(x,y) return x**y
  *
index 1f30dde326712d53d42f96226d752cb8b6ba2e48..785443e4367c1c8e0daf31f9c23b01a6a283a2a6 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index cd9d43339fa4844c4b70de2cf9a5051cc68f5d51..d80d7e9de34288b5ff819d878c33294bdc259507 100644 (file)
@@ -14,7 +14,7 @@
  * GNU Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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/>.
  */
 /*********************************************************************/
 /* MODULE_NAME: uroot.c                                              */
index b9877bc3a146338c84ea63205753345db7ad275e..39b79a646de033c5a5fdf3591c747dc52dbbc54d 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index d0438c1bd5cdd9ed629eed257233df600d14e16e..35f22895e6b774d56d61531449384b489da9193e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _IEEE754_H
 
index e635373fd7b9aa84fc6131352c52a4fd586303c3..917563b0b505d1b5ac64e4ba70d5fd995d549a34 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 551f14893ac07083d594b2841d45c78e68e82f4f..50de148e84c17f31f4dcfc1439964e126cd5dde4 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 9fb08ef8cb5ba8ef05a542df48488399539498b5..86f455c73c99204288fb8e70b87bc6db11058a11 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 3927fca25c39fd7b4f02c36bfb1054511cb2b032..cd95e46089c8751b06efa0ba354205450157b211 100644 (file)
@@ -29,7 +29,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __kernel_tanl( x, y, k )
  * kernel tan function on [-pi/4, pi/4], pi/4 ~ 0.7854
index b96a9602458c1e8e80eaaac1ccebd9be3e2f1050..d16e44a42ee4a319962f0e2d79897f73efa26b42 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h"
 #include "gmp-impl.h"
index dd22f95b42003e80006e8f3220f0246269158e75..a6ca1cc95ac9f336fe09321d4e827a7d94dc655d 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index c93a72a4e7c4d5ffefd2e98cb123eb3a8a110728..fc1223afcc269b7608fb2436d0725147599c7124 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 3564600a9598188e719e446404c89b440551269d..3baee322a3602e990c6c72c678cbadbc6f1052aa 100644 (file)
@@ -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 SET_NAN_PAYLOAD(flt, mant)                             \
   do                                                           \
index e45cbeb2aa5954a94b4093ca096e02f02c6c587c..a9f5075473098eee449236a791bbf2cc91642a68 100644 (file)
@@ -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 _MATH_LDBL_H_
 #define _MATH_LDBL_H_ 1
index 30013dff98e5fa05e1b72430b61f65513ed1b89a..fbfe3248ea2ffd0f5954483cca335555259f9b19 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <ieee754.h>
 #include <errno.h>
index 30f8d6a319fbe1122d30911631ddfee17083315e..4ea86378b6a8141d3fe48ba295bedf32abcf5495 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define PRINT_FPHEX_LONG_DOUBLE \
 do {                                                                         \
index 32cf36c65d5c0c7a62a5e99916048bcccb153aae..0e16e74fd652b60cfba1233014c1934bc3d4de5f 100644 (file)
@@ -56,7 +56,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 
 #include <float.h>
index 317d238057f52d96731e9e9cebe14b41128dedf4..57f6ad7668bbdefeef86c22728ecca4173734a03 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with this library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* This file was copied from sysdeps/ieee754/ldbl-128/e_j0l.c.  */
 
index e4b48989013d3d6b6bad8ceeb4c6b7dda4b391d8..7bd9867898be70a39f8c8b40a371dc4a62c0b29a 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index a39b4a93c22e1af47b93747371df9d3dcc3cd410..d483bfd6b39cef70a9dc4555f99b4cf3cc88c23c 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index b45c68f16b1a92400ec6c064f2776a697dd62eff..aa6442e4f5d17d6a03364af28d568e68594602c6 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index 9387f2344ce399d6fd2e05d848a2825c8bf96ea6..40c093349df34c0fb2e08236639f4571fe75da00 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index cb17c3e09f8429513db655f83f9e6ffe2372b347..db37e6f7726766ed4f525d2ecf56bb10ef69c1fa 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index 5302fee52211aff1b4acd150accdc895fbaeb6a6..0cef1f258149da696dc4b0a317bea1aed6a9b94e 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* double erf(double x)
  * double erfc(double x)
index 22abee4d9985320bfd3219a0139de26f71322f84..e816ef521e854cfdc0397be2c91efbafd4e092a0 100644 (file)
@@ -49,7 +49,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <math.h>
index 2052b1ba0bcd86d7ca949565fede7522e7d98b26..089523ab8cb9c6128b4de89c66f909ce989ebed2 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index 23af75a6ba65a6ce26f5bb348d0b2e69adaa24d8..d7f048ae4ffb6f760ff0cccf4f6f49e998f16a13 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index ce404f03bba0d8397d19695713d14607a0ba48c2..7a71c371c7aa704ded02a4ce9349f4fad4c87108 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index f084c8edbb924fd890d6a5825aec44829e24bef7..95cfc9534a749cbe1af2e92690531bd23ca516f3 100644 (file)
@@ -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 <float.h>
index 2c7041db29bf08c8ebe5aaf3982478a43afd89a4..a774d8f38162ac9d370dd6965b8a2035cf438128 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index f00ad8880e143b64ab1c7d66232d5a9679deb9be..345c5194d081e5458a2463beb0e3d1bf2cc43e32 100644 (file)
@@ -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 <math.h>
 
index 2bc63c5e3f32266c56b85cb90c155a3fcceaba5c..66681ae99c1990943d5790aa328f9b591342c21b 100644 (file)
@@ -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 <fenv.h>
index b8f93391e71f48699b200ba498c7f7ddcb5cbc24..b981ce3354b2f66511be7b4c3afcc9b5de94432f 100644 (file)
@@ -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 <math.h>
 #include <math-narrow.h>
index 866864455eb99b3bba51c2a19adf5aa787fdd5a2..cb640189362f79d5b2313655ff69a8ef9c22044f 100644 (file)
@@ -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 <fix-int-fp-convert-zero.h>
 #include <math.h>
index 8a74885ba9617f093f0beb637b061d8672c441ec..3144562d615de517de30ef8943fc727cf83535f9 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 57353df0676d4b7a294b072d2301d94058e692bd..1f6df158b460e015de205ce12cabdac8c0706475 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 1e5a14203669e0491476b691d88cfe9197988bf8..3449cdfe1c0265b70adb89d659bbc2baaeffce82 100644 (file)
@@ -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 <math.h>
 #include <fenv.h>
index feb3de43081c44c25a06de958df64a0499f21f15..2ce8e125a0acc55a186e3d5c39fb8269c7c61430 100644 (file)
@@ -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 <math.h>
 #include <fenv.h>
index e499c9f60425a703cfdc8133297049411f4d3993..0c768403da3847965ef4f1247b06e23cd07ae465 100644 (file)
@@ -50,7 +50,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 
 #include <math.h>
index 5fbf12dc470c45c4197fb9e091476f1a8dcb8758..3eebeca5cdd202db622c8c30fceed48201cd7586 100644 (file)
@@ -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 <math.h>
 #include <fenv.h>
index ac078e37d78941831bff682091cea781bce51fb9..b664c6025e67fe72206dbf7a6c27b12c7334e44c 100644 (file)
@@ -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 <math.h>
 #include <fenv.h>
index 9fa4b22fdb9ace27757f031a351eb8aa46c17027..8afd2d5f8df6a4bce5a10da295d054718b1901e5 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define USE_AS_NEARBYINTL
 #include "s_rintl.c"
index 5d90fca1c91cc1bae03e89e527638e8819d9496d..7ee9a85ebd99ced6397cd7276f1c514c9f3a2e3c 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 8b946ab3997fd9b89bc0381b075035364749cd7e..154d0ee963487892be3c06fdb4fa21c78849bc9b 100644 (file)
@@ -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 <math.h>
 
index b08cac6d204f432fc98d31d5a4efac1b7243cbe6..bb7da1077b48acaeeca2a0bdb2124513c8e8c027 100644 (file)
@@ -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 has been coded in assembler because GCC makes such a mess of it
    when it's coded in C.  */
index b4fa1b67da22b611b806b6b7333c78d4ab7b45e4..3fe974f4c9141bd61caafa7436c3ca6bfc9ea8bd 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index bf23cdf92e0534c66c6cfb411c46fa272eef4fec..e4a42318b270d9c7f06c7b09829c6d25365c65f9 100644 (file)
@@ -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 has been coded in assembler because GCC makes such a mess of it
    when it's coded in C.  */
index feacc58e93d66b8cd36048565ae8eac391a6adad..9fc6fed4d57e17c4138efc3408853156ec3f0e38 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 2cebbe99eb8d597ef1b323c87c544b80abbfadc5..a259ce23da6c822a89e9ea9e47357ea8654389aa 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index 7b00e40659f2333523339f4bc4ee06756d69eff4..13e387f3a8ae914f042ef1191a75ae5ba97a7774 100644 (file)
@@ -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 <errno.h>
 #include <math.h>
index c96f387166c041e3514a5fffc80fb53043dc19c2..6ddbec95c3b2f74f778984e8f6f74ee8a54ed5c3 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index ca7193a163c31fe8a871812b469a23603f5208d5..6ecee80046a075e6590a2d3cdaa3ee6dce40b29a 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 892a7655d615c79c16e37245ea06e4501e1f10bd..163492f22c42cccb1fdd1c1836f6b5826601c62c 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 6751446a0dfea6225f9c6891347a0e841484f08e..72f78d849cf5e99ae6aa1a28d0e462c561933433 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <stdlib.h>
index 432ac4365f2a7a5c92404cf6e370d7a5adee30f0..d057c8e87f321a2a70837182268e4080762ec51c 100644 (file)
@@ -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/>.  */
 
 /* __expl_table basically consists of four tables, T_EXPL_ARG{1,2} and
    T_EXPL_RES{1,2}. All tables use positive and negative indexes, the 0 points
index 50226408dbc375ef7b901d1a7c20051d524b875f..6f91f1e3d5e9dccb37a55686b96d4a428cbedd12 100644 (file)
@@ -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/>.  */
 
 /* For 0.1484375 + n/128.0, n=0..82 this table contains
    first 113 bits of cosine, then at least 113 additional
index 8a06081259b1c27d6b4eec2c538d93df11efdec5..1d4a5a20f6a4a3ac64ee7ca87b9dcc8b3fee2064 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index af21c8efcc818a7be937517bf8758db29a85d213..a70888ad3bb7217bbbd3f8fe9b9bfedc51003766 100644 (file)
@@ -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 FUNC fmodl
 #define SETUP
index da3fe1cf12265d8515e306a22d054fb74c71b3f5..a609f8012d257bf050bb0882cb4a1a74c9a66597 100644 (file)
@@ -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 <fenv.h>
 #include <float.h>
index da5e9aefd8038e91bb38183e1c749f7446047113..a4050d545987bee34ca7398d89bf56f175db7a25 100644 (file)
@@ -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 FUNC remainderl
 #define SETUP fesetround (FE_DOWNWARD)
index cdaa4f2186b291e0caa78568fe3aa60208c85760..668a56a82ae5c387333faf3f8be027336412a778 100644 (file)
@@ -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 <math.h>
 
index 60d22c4286fea08e37e05ad84d6a423254680e7d..b275dc5a1eab48b5e2b68fd549411ae32b2fd6ea 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl.h>
index 916ca39bb0248b898999720e652632c7ab3ac755..32f18a71182f87db46fde1e90df56e8b72ce6f45 100644 (file)
@@ -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 <fenv.h>
index 0e3d3c3884b022c374d4303c5d86c2b289d31808..9e298bb03e52ca3b5a4d04ec6d7979d5eb17eaeb 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 198711c474d5a249cfc825169163cbee3ec81311..b34bfffdb80fd59aa9720ffd8855b077793ffade 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <bits/floatn.h>
 
index b10325421403b6c45372414419f765ca88d3f380..9aa38deeb600dac1f3e3a73a3075f211ced58587 100644 (file)
@@ -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/>.
 
 ifeq ($(subdir),math)
 tests += test-canonical-ldbl-96 test-totalorderl-ldbl-96
index 8563584ea0fba3d6fd5d92d9713bdb22098533a0..d53a3b7a2d8efced84b8b2e7cf982b27810d45f4 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/iscanonical.h> directly; include <math.h> instead."
index 8d60650e85aa848eef2ac7bcfa2ac1655aeedaa6..72d15da6c8936c2a4bcb1648051e9f3a1c05201d 100644 (file)
@@ -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/>.  */
 
 /* long double is distinct from double, so there is nothing to
    define here.  */
index 806906a58a411bcb246c49cef4d6ce72ee1dab51..1740bd6f43a631c055b653cf9bec3d552157e817 100644 (file)
@@ -29,7 +29,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_asin(x)
  * Method :
index fceb193a415cf4b5ba11ef36b9d1375320e2fc5e..fcda82d08d11730362f61462a269f427e34b6f49 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index e720ae955801616424395aa54b91df72ee1ecd5e..76258bdf2b85033739269c4a27e71c669bfc1a54 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_j0(x), __ieee754_y0(x)
  * Bessel function of the first and second kinds of order zero.
index 581615d563fce9b79cf23e5af15628fa61205398..c0e8d304fd0339e7a70d83ea7bdefa0799fe9c2a 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_j1(x), __ieee754_y1(x)
  * Bessel function of the first and second kinds of order zero.
index 6c1c4b4653eb6195dd0f762c868fd82e7f2b830f..06aed7c2872bffac8578045ae6264baebb8e6e76 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /*
  * __ieee754_jn(n, x), __ieee754_yn(n, x)
index a5d6d0dea5e5d86be675ce163cd5a7328082ed64..d2802692c0dcc1c591b9f3e61527761747a22523 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __ieee754_lgammal_r(x, signgamp)
  * Reentrant version of the logarithm of the Gamma function
index 805de22d732f330869e255c32ec356c9102174b7..3c0348dfd3df18d0d727827cf1e2375034b67f23 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 61665e1bb1827c19fe2cdc27a173018fd0b3d543..2067d48e54b731702bcb3287f0f860cf6626d47d 100644 (file)
@@ -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 <math.h>
 #include <math-narrow-eval.h>
index 5e4ca9f82a98880059e9cc9b72b20793541603c9..b6d39bdba9d5070e0288b5977f3cbc40fbe3e7b4 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index e1714fd205e0dcc24891eb2fbf2d5bac5b4cc0d7..6d0234e9c46cf1a86fbc1d0d10d7cd46aec32408 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 6d5a0f7f090f5a54be99747f1645eb45dbb6f2bb..e25c1b3c507703cc413e6cebcbd99b4a66d9f76c 100644 (file)
@@ -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/>.  */
 
 /* The polynomials have not been optimized for extended-precision and
    may contain more terms than needed.  */
index 9b5151baa2ba1dae6482c2e762bea2afb56a1921..43a5aa44234d3dade09fb6e8548c91b906c95b0b 100644 (file)
@@ -29,7 +29,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* __kernel_tanl( x, y, k )
  * kernel tan function on [-pi/4, pi/4], pi/4 ~ 0.7854
index 99966712b1ffd07460d562f0246cfac07661d8ad..0d03b3875f0128efb54d98b6a58f9c0f95e8eeda 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h"
 #include "gmp-impl.h"
index 7be9196a6b87c1d6caaf8e5a7f78313a9bb4ec89..98db0dea58997cb98bcb63cad4405ab26646601d 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index ccea0723b8431997118b41f74967401f1871214a..e41828f4928e3d1bf79b2f24304444c27c6821c1 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 03e6bcdc5f095be9fae63b16e9ec97dbee0ab022..8f087ea4b971ab5d82c2980de26ebf555d4a9872 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 27eac29d42be398f02bb7ed113d14919c09f0816..9912314d0eb1ffa6666a2dd79517b216db038765 100644 (file)
@@ -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 SET_NAN_PAYLOAD(flt, mant)                     \
   do                                                   \
index 69de3592697a857c061fe3a84c53ac182ba019a1..7b80b53f45481de799799785042b9f1c49bc188c 100644 (file)
@@ -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 _MATH_LDBL_H_
 #define _MATH_LDBL_H_ 1
index dff451be8cb77433dd8fc0a36fc54e3b219caa74..741eb6e337f18c070cdf864151b6696041a41aff 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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.h"
 #include "gmp-impl.h"
index 409de5df4a6dbfedf311bedd2ee58d970dc752ab..359f2fce8e890f04f035119e43d3c525e00dea56 100644 (file)
@@ -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 LONG_DOUBLE_DENORM_BIAS
 # define LONG_DOUBLE_DENORM_BIAS (IEEE854_LONG_DOUBLE_BIAS - 1)
index 07ccf77b7640b18fbdd923f4778d5b09f89c3fba..7243ac503d07acc941a8b8b73ac9e1c87cb81a15 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-ldouble.h>
index 3fd3a195f0e7099da72f5c634b902a64ab8470c2..b3d6c2571eeb47a298d12eae83a25470179503c0 100644 (file)
@@ -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 f32xaddf64x __hide_f32xaddf64x
 #define f64addf64x __hide_f64addf64x
index 8452e5e4855b07054fb89c50e51123a05a96e231..5ffdda950833eb26c5734d5cc117b27cf5c6c638 100644 (file)
@@ -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 f32xdivf64x __hide_f32xdivf64x
 #define f64divf64x __hide_f64divf64x
index 9ca0e5807bec6de2d3372cc2d473aff0bd317513..58cc1ab75d9ec7b53bc648df482b4975a400ea09 100644 (file)
@@ -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 f32xmulf64x __hide_f32xmulf64x
 #define f64mulf64x __hide_f64mulf64x
index 46cab472bb4061af860340e049aff533e786ec37..bbb8dd3fb00671c7e8c35f72d8e30ce6f197330b 100644 (file)
@@ -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 f32xsubf64x __hide_f32xsubf64x
 #define f64subf64x __hide_f64subf64x
index 1e42df70a7e0c16bf82462ffab6c110ba6861595..6cc498d21fc4f19477b00743b063e0f02dba6ecd 100644 (file)
@@ -28,7 +28,7 @@
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, see
-    <http://www.gnu.org/licenses/>.  */
+    <https://www.gnu.org/licenses/>.  */
 
 /* double erf(double x)
  * double erfc(double x)
index 65fb585891076133449bd31fa92c63852ea6da1c..051e81cf6e6a2563f66bee653bbb12cdd2b7fe38 100644 (file)
@@ -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 f32addf64x __hide_f32addf64x
 #include <math.h>
index 56fc9156cc17b88a684721715d06ca67ad96e316..17a1248dde8acfc964c29ce67fc2edf0da53f447 100644 (file)
@@ -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 f32divf64x __hide_f32divf64x
 #include <math.h>
index 8c6978996e0dab856df1d352870f65a847f770f2..7519936bdceb648e6105c4ccfa4d211df9b98f4e 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 33605528af6a1211dcdab24e8d04d3c1b234843c..feae06b371bd6c67d5ab0b94b594020b85775d44 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index ac1786b0519c084f8d8cf500f5c0a15d58b11c72..3557006b254a522d23a71005ad0c4ce3332afe14 100644 (file)
@@ -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 f32mulf64x __hide_f32mulf64x
 #include <math.h>
index 3b10031da18b1f489395a9a6a7e56417b471ce7c..28d1aa758d3ee29d944ef78923a179ccc584c78b 100644 (file)
@@ -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 <fenv.h>
index 85313ab1026170d2efea49129819d539a390e661..52cbcaab75c4113b23d2f8eade6d174747bf9502 100644 (file)
@@ -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 f32subf64x __hide_f32subf64x
 #include <math.h>
index 23321f146535b2ec78c34d530c0624404ba41bcd..80e1d73be371052c240f2d0dc512c5748d065cce 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 82c65e67ee2759095d1205f06298eb7577bf923c..f3cc7f4b1708742ba836a867281d4b1c375562a5 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 47512bb9868a0d3028ca66678dd4d31a350209fc..2014703bcf912bbcdb1f752d12528043774790e4 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index e52746d08c2fbf76cff926c892f3e8cd682400e2..59bea5d405224681b66b1b6ec9b2f3b3a34ef057 100644 (file)
@@ -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 <fenv.h>
 #include <limits.h>
index 3f96671154089cccdf56f8035def372d25e4bcdd..3d20c94755870379197b6cb025cc95c701b14d19 100644 (file)
@@ -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 <limits.h>
index 68b8095e734a96f13afd8794b2af7120df5a3ce0..8a4b671ea80a41cf55b14582e51d4fa07fa2624b 100644 (file)
@@ -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 <fenv.h>
 #include <limits.h>
index 2fd57ddb9cf24c504a1a67558c17a3c4e47de814..4dd88cc7948c1bb8b35ed553c541b7d58c1ddb30 100644 (file)
@@ -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 <limits.h>
index 6053b22f04c6c17dc50f402cb796404f29ccb81a..f64eb1290424ca3384f1ec5243fa86e840957bcb 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 4d4dcd5d507fae2a77473ef886c53076b50c3b0d..6263ad7bbd0de68b1d3b8082117daa93e3d61864 100644 (file)
@@ -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 <math.h>
 
index 09a6db1fd7f376e145c69b1f014d375d1fbd7f75..6544bf20f8a6b33b27e7e77cbf881e122a0c3fcf 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 99db1bbe8361b8c70cfaef2e0f3889a5b09995db..9c2116241f1a5e24e267f13c17adaa7a22ec77fe 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index c6b34ab67024b83c245913540a4c8cb3238f5b11..8439f4cfec1042e1259da72615d032554ea870df 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 1abd12e31d730bf5f50a0d815d61eb830ddb9175..785788829d847d3d2a8af5be2f06f56d35ea9b6e 100644 (file)
@@ -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 <math.h>
 
index 21cdda49b23a74000190db3c8efce874a0a5b22d..fe9517bbd16731d56ed6e8e06ead11ebe5349d9a 100644 (file)
@@ -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 <math.h>
index d80a592093ee58f3a2446d27b1961a95c0f4f3b3..98e5e3d69991ecf9d10173cff94765390c588448 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index c26f21511d570781317a33b7ffe739a156cc8cf8..0fe6f9be4a723f1de630cbf4e98bdb511f05b345 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 977a4eb8c82bea81b71fae9ac142e3fd8441ef29..d980e1fdc829a7437e9fac6463c3a1fd0d718860 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 
index da9ed26b1b41492810e2575ca2420c2e25591a96..726f97d640178585041d36965e258c20b9d751ab 100644 (file)
@@ -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/>.  */
 
 /* For 0.1484375 + n/128.0, n=0..82 this table contains
    first 64 bits of cosine, then at least 64 additional
index 3a35a296e3f746ac7e766565c93eba8c8a270c07..3d620a5e25fda4216845bb8d68901d3b3efbffeb 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index 7aad238eef712bb234e192cc1a1c01d9a586e8f9..8b86965d1b4248d8a08020082d25f135900f2982 100644 (file)
@@ -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 <float.h>
 #include <math.h>
index c3500b6b66543a6e2212e53f497a73fd1479bee4..9f9f67416233f52ec3545d49bee0fda9a36ac662 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 4a00863a25cdcab60c7797d0b411cf2fd29c92cd..f1c1f7c8c24c38bd90c19dd75cfde66a4d1f1c2c 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 6eaf9cacaf07bc5da29a65e5c3e3bbeb73602f61..1e8fb5886e242a613ddb75bb0596b6383202b990 100644 (file)
@@ -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 __NO_LONG_DOUBLE_MATH
 # define __LONG_DOUBLE_MATH_OPTIONAL   1
index 449ca8f02b685c4974b35a9c8c897fcaca80357f..4ea4fced15dd1decfa93510bf0ff6c15d1e0476e 100644 (file)
@@ -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 _LIBM_ALIAS_DOUBLE_H
 #define _LIBM_ALIAS_DOUBLE_H
index 77a17d03ff5008e64fa749688b7caf7ed51cffb7..cc249c1d24a5365518ea4ff7c7df412f89c6eac3 100644 (file)
@@ -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 _LIBM_ALIAS_LDOUBLE_H
 #define _LIBM_ALIAS_LDOUBLE_H
index 76eaffa75d87e0c36834a0ecd9b2dd575aa8e6b7..ec4cceec2027e38f1a8d45119666575785121ae6 100644 (file)
@@ -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 "nldbl-compat.h"
 
index 86ac418007ee81c09b8ad6a9bf4776065aa4c25d..2e59f9e77bd245094cad95bc30118ea486e2d624 100644 (file)
@@ -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 may define some of the deprecated scanf variants.  */
 #include <features.h>
index aed1cc1497e4d28e97fc873d319dde822a59f219..816e4a89f9a0c6596f8e133661b453562137e12d 100644 (file)
@@ -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/>.  */
 
 #ifndef __NLDBL_COMPAT_H
 #define __NLDBL_COMPAT_H       1
index 464097954cd7240d5f2549765bc47ae568e315e5..0c4e8b092200275c5e242d06fcbc9b5b0b8e056d 100644 (file)
@@ -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 daddl __hide_daddl
 #include "nldbl-compat.h"
index 63de22c6b17f9c6e8969a15de7bac8660e25c539..f59f0553ca35da7e43444cdab428c0f8d29dd434 100644 (file)
@@ -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 ddivl __hide_ddivl
 #include "nldbl-compat.h"
index 456d990c7ef30005e57827ed8001df381033cb11..99026a6802c7fc908f998428756e63890d8eea7e 100644 (file)
@@ -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 dmull __hide_dmull
 #include "nldbl-compat.h"
index 0028798e86c938b77651c3212349b35549d95268..0f4060ca169e77a51ea64215c980b7c28b6f4241 100644 (file)
@@ -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 dsubl __hide_dsubl
 #include "nldbl-compat.h"
index 21399dd8bd83f2cf1b752313fc59e9924aed31fa..535b90c989fd5aadbee50ff2a851dea73b0246bb 100644 (file)
@@ -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 faddl __hide_faddl
 #include "nldbl-compat.h"
index 6b281e06576ff5278f001a90981d2bf4729471a8..78e6f8a7503b295fff063c1b1aa0ab940bac67df 100644 (file)
@@ -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 fdivl __hide_fdivl
 #include "nldbl-compat.h"
index 83f7855d4fc9fccfdc630c5ab739993eeab36ce1..131bf3e21606db8ac15b524b9a4282edb91421da 100644 (file)
@@ -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 "nldbl-compat.h"
 
index 6075cf70c2eaee522e5168e23dc0a3b06753a5e2..9986d9bfc5a8ca7b3f22599f402acec5d5398a64 100644 (file)
@@ -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 "nldbl-compat.h"
 
index e77ca586a167adb9e649e01f554e642c025fa345..cf6b713bb34f0c15614648c0de6c924502e62b3c 100644 (file)
@@ -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 fmull __hide_fmull
 #include "nldbl-compat.h"
index 282135273305e027daa1b7a9327417b686ebf3fd..0111b545802fa9588658acd152922c7cc7cf798d 100644 (file)
@@ -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 "nldbl-compat.h"
 
index a6997caccf4af7c4a0f23334f109dc8328f26c5a..499723e27f0f3a84c14849b75cdf7afae60343e5 100644 (file)
@@ -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 "nldbl-compat.h"
 
index c5100899dc13e7aa2934d593e0cea950854da49b..48bbe72d56d4ec706076c7334de93c9da30e4fa0 100644 (file)
@@ -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 fsubl __hide_fsubl
 #include "nldbl-compat.h"
index 42097695772f4bd87923a258661ced6b338c5746..95eed7994df33c86d2fcbe4076761e68908a969c 100644 (file)
@@ -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 "nldbl-compat.h"
 
index d7aad181231b9621616e25c9574b0aa741e1c9fe..afb48c5b8e12b8c39dab2eb0047a24a1be47f63a 100644 (file)
@@ -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 "nldbl-compat.h"
 
index 65644bec25503c26cff8d55cad86266db42fdb28..eca6588be0548bba4a2b39cd25da3400a831d70a 100644 (file)
@@ -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 "nldbl-compat.h"
 
index 71fdc2c1ceef410375a1c57521dfdc4a652b77ff..5fc8ec4c1b50daeb56dd3e63f3e9f59b18b29a9b 100644 (file)
@@ -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 "nldbl-compat.h"
 
index f6a6a12058e5ebd1ea3b993fc195239821a261ab..695d085ab6e024af52ff4fc28e29e92750bc3f54 100644 (file)
@@ -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 "nldbl-compat.h"
 
index 51a0d4895c1cd8a90e022a3bbee1937030a24844..5f7a7b078d9a862c49344660d14e9f5d1b4d8c88 100644 (file)
@@ -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 "nldbl-compat.h"
 
index 3c3611298c9790b98a2d2f13cc11c5e06999061e..f96d4bb4b1c8c8370dab1fb7bb85f0c2ca067756 100644 (file)
@@ -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 "nldbl-compat.h"
 
index 4876cdeb6efba25a83c66d22dc3ff907be896823..005126f659a4a1e45a5e20dafdef3621743d04eb 100644 (file)
@@ -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 "nldbl-compat.h"
 
index f521ce6610171090699e34c63fbdbeb31a6f5764..55e4bd486e2c7e19a98cb1b0e463e752a87d84e1 100644 (file)
@@ -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 "nldbl-compat.h"
 
index 67669e718e3a2e2de784cbb28dd73d27a406e215..a82fd553d79418812f0e2c5209745d7a7799b5bc 100644 (file)
@@ -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 "nldbl-compat.h"
 
index 82719106123bf6fb856461416be9f9a03bc23e7a..038c3af93fece0079fba9fc1f53149a2796f433d 100644 (file)
@@ -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 "nldbl-compat.h"
 
index ab79ef3fd1ada1e40dffa3004753ce2b393c0dc3..bdd817e53d62841b6e7cf70f10caf40dbc104e3d 100644 (file)
@@ -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 <math_ldbl_opt.h>
 #include <first-versions.h>
index cc174d08f934b817d3942cbb762b0dbae0ed0151..d82180b65bb91140d008db81f28f64218b786251 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define M_DECL_FUNC(x) __clog10l_internal
 #include <math-type-macros-ldouble.h>
index 815c5db234b96aac9907fea50b7befbf83e9fa6f..b7d2926ac875a496e6c76347154f65a4f2e39dda 100644 (file)
@@ -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 <math-type-macros-double.h>
 #include <s_ldexp_template.c>
index a12de01623e866c158511597d9d4d880bc77fb35..7322d7fe33769c45acfd292cb1d636c54898645d 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define declare_mgen_alias(f,t)
index 15a01afc5ccb9115047eaf546df449b41b5f2b87..3144d0dd1953f15f031d2e86badbe62126d57539 100644 (file)
@@ -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 use the wrappers, this file deliberately does not include
    <math.h>.  */
index dc909a1c8ba900af943172fee05151c830b7971a..ca2ef026a514c68a9a2c83be6698eed21f98e514 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define f32xaddf64x __hide_f32xaddf64x
 #define f32xaddf128 __hide_f32xaddf128
index 1af34e14e6c3bc559485f2d4c2e55ba276e42cd8..6e082184522ba07c150376d1fbce557f39aaef43 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define f32xdivf64x __hide_f32xdivf64x
 #define f32xdivf128 __hide_f32xdivf128
index 437c55bd80c7edfa75e3c640dc6122eb7e3a2a98..115c1dfd4f2745f153ae7f06dfaa4cfd7c1b6915 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define f32xmulf64x __hide_f32xmulf64x
 #define f32xmulf128 __hide_f32xmulf128
index 699ff44056cfe77a79d32cbcd20a8566ce2f738f..713014dd65d00ad31f1cdfcebb1463d7cb0737f1 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define f32xsubf64x __hide_f32xsubf64x
 #define f32xsubf128 __hide_f32xsubf128
index 764093535647f9f18c237e36c244f76562fb8b82..1ce3c9d8fea0de8b0a4757e5ec0c0d66fcc8a88c 100644 (file)
@@ -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 f32addf64 __hide_f32addf64
 #define f32addf32x __hide_f32addf32x
index 23dfcc046a980327cb48a4da8c8136514625cded..1a7b3b2663806fe4f40e4df0c303ecad946aee37 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define f32addf64x __hide_f32addf64x
 #define f32addf128 __hide_f32addf128
index cea631a41d0052c838f3bbe4dd08b02be8269788..3b79f94e3c8e3de9817e5d477e7c9944370c38ce 100644 (file)
@@ -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 f32divf64 __hide_f32divf64
 #define f32divf32x __hide_f32divf32x
index b7a5a414b4fca4de1d58bd92c8d06f5a78370599..b759d14020065cb782211a4e3fd0a5e5e122b809 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define f32divf64x __hide_f32divf64x
 #define f32divf128 __hide_f32divf128
index 3041d7d85f439501dbb174877c2c5dde8d246fa5..b08e054736df0c173a549ec463678e1586372a06 100644 (file)
@@ -23,7 +23,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <libc-diag.h>
index b93116569b9ed5ac267d6f1ee115aa699853ddd9..352b0ff18b06a1d17b2d23da0e6d695687109348 100644 (file)
@@ -23,7 +23,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <libc-diag.h>
index 6da1aedc49646ca761502e3b8135cf97ae4008f1..1f045b681de377543e0aa7299bff0a9784786454 100644 (file)
@@ -23,7 +23,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <libc-diag.h>
index 210dedb30c915f800caeb9e37e23cee090e61163..c7745b1d5ad1dd707e43388af306b39b9bc2f452 100644 (file)
@@ -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 f32mulf64 __hide_f32mulf64
 #define f32mulf32x __hide_f32mulf32x
index 8d98bf9309f0071201fa1fd38fd2858270e5017b..c3938e9783db5219a3aa1fca3533a90def74cf44 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define f32mulf64x __hide_f32mulf64x
 #define f32mulf128 __hide_f32mulf128
index a03343e0ccd2d6b509460266189774ea107654e8..a532d558bb0c5dcd645057ee53dff86df5886e0d 100644 (file)
@@ -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 f32subf64 __hide_f32subf64
 #define f32subf32x __hide_f32subf32x
index bca00604438e8f5d196a43924877fdb418e7662c..1d99661724eff463fe7519525641de9ee1afbf2a 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define f32subf64x __hide_f32subf64x
 #define f32subf128 __hide_f32subf128
index b0a48aad763ab4bf639d683b87a47004c2b7775a..d928e6997c98606f62c69deb7e1c2e16f89793ce 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the 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 NO_INITFINI
 #include <csu/elf-init.c>
index cf4602a421586aafefa4119c47f262e54223501a..9ea40b44b61abfb16d9462aaf7f4b6feac9804be 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Instead of defining __gmon_start__ globally in gcrt1.o, we make it
    static and just put a pointer to it into the .preinit_array section.  */
index e206518b8c9a11b322612c59e24cf01cfb9077c8..3955298eca82a389f337dab76dc1ddc70cf8184d 100644 (file)
@@ -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 arranges for libpthread.so's special initializer to be called as
    soon as the library is loaded.  */
index 02f7abb19aba73d28569dbe0f4d1235ba6a9ec2b..0d5fd6f84f380122e2d0842f3f9aab09cd713428 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the 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 mpn functions need this.  All existing 68k ports use MIT syntax.  If
 # a new port wants to use Motorola or Sony syntax, it can redefine this
index f98e1b783e46f1209bf4051415ec2647ddb0cde9..a2a8aa2e70aff40920330963b73b2fb49937bd73 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <setjmp.h>
 #include <stdlib.h>
index 4332aaff36126aadd89ca9b9092359e60f50fa09..1aa14547e183e667d13ba262f6dde2de85f8e7ee 100644 (file)
@@ -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/>.  */
 
 /* For ELF we need to prefix register names and local labels.  */
 #define R_(r) %##r
index d38dc9292fe6e79f1bf89f51d17964be7dd8dcc5..8ce1bb05bc72ff31be5d2f90874919e5c24380a5 100644 (file)
@@ -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 <libc-lock.h>
 #include <dlfcn.h>
index 0ca3789fa9cc7b869a208077593d372ecac7dbea..51d26b70ed580427c329c825a04150a47d124caf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 143b6988b172649ab519d113b46bc91becc83be4..cd54a95f11ca9a58251bfbf179e6a486db2cb2db 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index acac7d7972d41bb22cbc96011e7d509f32003ef1..55a433c65dde97c4c238a7626cd51991cb321b79 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 the machine-dependent type `jmp_buf'.  m68k version.  */
 #ifndef _BITS_SETJMP_H
index 4a42e312471faf87d24374b1242dbe41d38641b6..3d93df7829d6ef3b7f8baf3d2b85cb980d1278ee 100644 (file)
@@ -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 BSD__SETJMP
 #include <sysdeps/m68k/setjmp.c>
index 8dd0a38f393fce0b7c0e3b8b6b94289aecec09d9..10419dfdd244c707830f507ac7f1ab91a3620589 100644 (file)
@@ -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 BSD_SETJMP
 #include <sysdeps/m68k/setjmp.c>
index 3aa803028d36baa0c95bdc8ee3f6968c04c97d00..0ff61b96b2d36ff2debe9feee7068b0891740d22 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _ATOMIC_MACHINE_H
 #define _ATOMIC_MACHINE_H      1
index f9cf280fd6d7ac3a7064dd595b2fd9ff4c265310..f8f1a3e242247c93f4a26eebe76b71fad0a8a398 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 double
 __ieee754_sqrt (double x)
index 61d94ee6ec55ff1a52980557242b50314ddbaf2f..34100473c066ae8db5cbf5be8ff93100a748194f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 float
 __ieee754_sqrtf (float x)
index 5c985019d383a35e588f227d77dbf58ecf017126..a4395977206e046494629ba64ab5447328a37680 100644 (file)
@@ -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 <fenv.h>
 #include <float.h>
index 3d1c1dfd64416ddb3400795a6fe2c6bd13026c98..cadb6fcb1582e21703bf50a5e51d1a182005a5c3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <libm-alias-double.h>
 
index 7119755205b72d8246aed6f33e1cf0e0e5afb94f..da0f475831510b2653577e0378a65a3fc0b97b15 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <libm-alias-float.h>
 
index 9e4a0915f1d6f6e1d61fe8f0f4fa246350924f32..77c4e816fc8c61312ba2c9e4d8668ac80c0aaf8c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <libm-alias-double.h>
 
index 3deecd43a6244e19f6924f66f44e315365bd1012..85334957e1f901c773e0ddeb71f48e55be071219 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <libm-alias-float.h>
 
index dc2e0c09f7b356cf8b861ffd9e3a2582176725ec..b22d8ba6007c311122a1fbde09efe6340af36bea 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 NO_MATH_REDIRECT
 #include <libm-alias-double.h>
index efefe991364211fda9c54aa15fe9195f432e6199..745ed654be7a10da37982ec1b99723ec60e9d203 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 NO_MATH_REDIRECT
 #include <libm-alias-float.h>
index 90c2833a19022a787cb0651cc98b90e0990e6293..4dfd16d06cd391c9a5a0e690eb7de0fa82930858 100644 (file)
@@ -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 <sysdeps/m68k/sysdep.h>
 
index f6a93773244d4bc8e1fa0fdba96dfa45402c0842..f0632b921f2a7e47356b88aab6fcb6a880a367ff 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index dffa96f404981ca54e02450807b35616fdf9e52b..ec73d45f8e755b0fc070dc52fa17baa6c59faf69 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index 2a8b3cdd04caad149563c215f82a8699e2126094..abb17218ee55fdf4e9d1156eb2edabea80687da6 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index 732199c8dafbc89823de4444d9f214a0f3836bc2..f50960c163680da1c1a4a8abbb8403c255682bb7 100644 (file)
@@ -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/>.  */
 
 
 /* Type used for the representation of TLS information in the GOT.  */
index 9d7cade30ad3cafe4bb606d37b3dcb8ea0c33d39..45eade05fa0c74e83b157e07ecdb7c2d28a43439 100644 (file)
@@ -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 <sysdep.h>
 
index 7eb40bfe2d10e0b5883975f413ac1863edd21d30..97aa50368eb9468a63d8414396db58d2691a1cb6 100644 (file)
@@ -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/>.  */
 
 #define ffsl __something_else
 #include <string.h>
index 7f0c5904bc4c56896bfc7ad5022470b7a254d783..1606c4aa597776af422cde616ffbc916e141b521 100644 (file)
@@ -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>
 
index da754210b2c2023524c6c4c3e0206679e621bce5..0b4c10676d896bca30b8dc1832677e0f6b227850 100644 (file)
@@ -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>
 
index e200b4f6884cfb8a0e37c01c134ae650151423fd..50fe64b39dd990d58fd096e4e6ad93f156636d7f 100644 (file)
@@ -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>
 
index b0302c0f4791d1e2546b8b4b2812df16fcfc2211..4dfad548396d4cc337a71fbfe2df02f6c955718c 100644 (file)
@@ -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>
 
index 233e1303980b4b4841e22fdb86e38f2e99d505ce..aae1c6a8645f6fe31d2f8114a211d2bb89867035 100644 (file)
@@ -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>
 
index f1a1578889c6e261a24fb73211776c8fcfec1466..75ff99856aec2f56f3dbfe569bbb86e19f836231 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 535be72fb52012b4ccdceb21c831a8b76a8b3a4d..10cd9d793a87b97a1989644204ac279e45ab6b09 100644 (file)
@@ -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>
 
index dc96f3b1a1a38f062d7e63e6f0223d44c95972b5..338ce3acd90cb6363edd2ccd846f7179bd48e7ed 100644 (file)
@@ -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>
 
index 7c7c6681315fb2225f326e7e6dfe9b1a67b2d967..bd4a1f152fa427311c7589cda92dcc300987ebc7 100644 (file)
@@ -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>
 
index 23fcf8d122592cb949f12f4d36102281a94c68e6..930c684208e771e210580f4554aee8427031825e 100644 (file)
@@ -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 <fenv.h>
 
index 17efb1e82d7b7dd27d10d6fab3024359057b4836..0273f6d5f4bb663b0427a2c5fb7af174bb71b07d 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index f437f7f360501fd4944b00a97e586886c3093068..a32a5da8473865f12b9632cc73b64df65bfd663b 100644 (file)
@@ -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>
 
index e7bba414d86a67cdada60f9e072f8b493a54d687..26f3c3107e414eb3ecc126ed468ade38f4bc2e89 100644 (file)
@@ -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>
 
index c6d3ca7ac1d493fb5807a942f443db9d5a064f57..fc9aadf3f300a8781f7526c00fab9f0e19e744e5 100644 (file)
@@ -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>
 
index 69748eaf724e3ab10615074645240003e794dae2..1e76ce457d93d87706e59c1eabf6c10c4c0b4521 100644 (file)
@@ -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 <math.h>
index 37a9382454e27df0c1606b94574dc41622429435..e6f4e8ea88a0380d29fc01327f65a1ff8e1c830b 100644 (file)
@@ -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>
 
index 1e9a09a8c8b4f2e92c1de5af065faf482a0cb9c3..ebb62b6254a988a65de68ec54d6e024676779b37 100644 (file)
@@ -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 _FPU_CONTROL_H
 #define _FPU_CONTROL_H
index 36d31fc7f9d84403b8d3d49432a80cc3dc7f1343..10b1d1cba255d1f71e4773ea53620370e651a0c7 100644 (file)
@@ -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 FIRST_PSEUDO_REGISTER 24
 
index d2e14ec565f926d62b620943670a3ee15d4fd1b3..4b6f58a31f8135e83a69c2c7fc535d9923010eb8 100644 (file)
@@ -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 <setjmp.h>
 #include <stdint.h>
index 3ece38cd9d6813b175534715efabdc5aba69b6f7..092f853b95750cca1d9e81eda5523db0992bec8f 100644 (file)
@@ -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 __LDSODEFS_H
 
index 58262e82d06fee9e1f3c1f95713a6fdd8062bd1a..117ea8732d07ee88a0a850d322de50a5ae046bb4 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index 490c9df45d608e36640d92640f033dc75f1bcacf..1521843438db1ce01b0aa3f3f9c3b15a10a593ee 100644 (file)
@@ -16,7 +16,7 @@ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.  */
+along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.  */
 
 /*
   INPUT PARAMETERS
index ee1bb0a831cc9a2418a27e349bd4dff02f9315cb..6f7577d0b5863670f231562f4f43af5cb7bf9537 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/flt-eval-method.h> directly; include <math.h> instead."
index 60e4c8b95597951949b2880be0e8b42b6e3c9d1e..0aba016b4b5265d1317502269c8c4e4261b954a9 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/fp-logb.h> directly; include <math.h> instead."
index 5350e0dd6fded2039dddd1b277a6d70eeb510d8f..3da8167c5d54316b677081f3fb8650cf31606ce4 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/mathinline.h> directly; include <math.h> instead."
index fe6132f15d5f8504db72002d5b84a1c6c0f658eb..af6b367bcc3ef4c9fe6ae24d7cde056a33a74d4e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index 8f41c4765741602ba4912be0ceefe7d28a615f3f..dbac8c2750f0a22b4c56ac9097c4eebf81ebc8af 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index 0c2b2fd73b1c9babb9a74bb88c281580a6231c1e..8b8f91ab599c3edfad18099bf938df8182fac6b6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index 18e21767684a80568428ca3240bb3dcda233a80e..ddf3e94689ece22d43fd6ee8066181cddddcb324 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include "mathimpl.h"
index 010e127c257996557460148dd8d2e0ec0b4fd5df..45c767d34fa03426dd1c22c0157d7bfe5800d8bb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index dae8b9aa70a87e4036847dc774b4656b155c126e..d9ed2c0cb3c85ba1aa392dbd7f8191ee2c341c5a 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index ac7cf6342cbe683baa2261f013319e1e4abe9a10..6c9d0071438b3a8d7e618c832ea077df08f7111d 100644 (file)
@@ -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 <float.h>
index 271d737f795fd3fdb42366e5d91327c2729a2afb..a4f42c7e115561df31a05efccd827f5caa96b279 100644 (file)
@@ -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 M68K_MATH_BARRIERS_H
 #define M68K_MATH_BARRIERS_H 1
index 773282dfc68d3cb6aac7acbc995f26938f0e3b5f..f6a1d13fd2f7b58f476954806b3031c1234c6d49 100644 (file)
@@ -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 contains the definitions of the inline math functions that
    are only used internally inside libm, not visible to the user.  */
index 322e61051a01d88ff3443bfd35d3e3e0f395ff3c..f09e501807c6feb144aa14db077e928159eba5b2 100644 (file)
@@ -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 <math.h>
 
index 995b559b3a02822fb673a4bfea9c28e85ed6aa5c..4a46687df8f27a12d18ceecfb1863fbf1d1d8510 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index 720eb232a780c2dfb24d3b8ca35a3f3b2db84f3c..6209f9b18788a6588f7b38df452914b94ff8489f 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 13befb2d2951c3979df80803a17e9569df7153c2..a81f160b48e26d3c246d4cb7a0f9f747889a1ea8 100644 (file)
@@ -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 <float.h>
 #include <complex.h>
index 55c1df3022f07e048a5c45faf80c1392511edc4f..61ce7bf7c9bf58faf49323a480173fe68456fadf 100644 (file)
@@ -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 <math.h>
 #include <errno.h>
index e7df705f7de47de102225fab67f675f22890b762..422bfc987a3a0ed1c5eb5f53262c4ff37952e9a4 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index a96bb4d4f03cb3b66c03a6607b957856c54ddd52..b6abcf0505ec39508b3066d0c177d39256a63deb 100644 (file)
@@ -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 <complex.h>
 #include <math.h>
index 16b6b8bff0bea5cf8a1b1d9c7330d7594a994f28..c8bdc83e950b4dc13e064da90b0a48a4d097bd4b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math-type-macros-double.h>
 #define o_threshold 7.09782712893383973096e+02
index 494206922fa15e74178e9a4106dd35e3825c7ae7..0159062b49ded1683e7a38e90a9ec66cfc55ff5a 100644 (file)
@@ -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 <math.h>
 #include <errno.h>
index c7b43768df329aeb64ffdf891f5fcd3cf89c3668..2dd2ce3fb08fc0b734ed0cbd82d1aba730ecd99e 100644 (file)
@@ -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 <math.h>
 
index c6be89a30430014d7801fd42fc7d5ef6aee59afb..19e133833629d2fd01e609a8a44576cd0def568e 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 3159ec8672a11c843904f5a4f7192ab0a151fbbb..bfa8ae102bc80529f1ceb25515c1a3715bc0aa71 100644 (file)
@@ -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 <math.h>
 
index 6faa5b655d373f60b2e230ff294f613e764a51df..d0feabad449f6ebbd710f5219b0afe08e2b1ee0f 100644 (file)
@@ -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 <math.h>
 
index 735dedf6618b14b4f56ad17d5e5a12afdebd0e5e..f92430b43002f9715a04211cefeae5ed443a7c8a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 
index 5a1b9708b3dd8d3bd981bba138cd6044ce6889fe..13ca3a3dd32384ae068727126137c50236d70b8d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 
index 820e9452cf4796a5368a6dde9135e8d8e3281736..0aedb7f3d728d38636981055791f673da47f6dce 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index ebbe426d4c1f2744984db07bc19c1c3e09c5e539..5ccfab9d5a931d754a4d1f3296cae8f52d85b2a3 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 701538ac1c3bff431f1e0ec0007badd475310bd8..f9888b7c56148bc5d527ba2e03f9fb8871943430 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 6c00faae50ff1bb394f423bccf74f07076f26280..05a378dd649c7b6bc13b9024644344eb33886e17 100644 (file)
@@ -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 <math.h>
 
index 2d6345129c1fd1bbeacd81b8ef5a1f4a237a3964..2ecf1b2a24a59ce45c4c6c9d465b4f986a7e3697 100644 (file)
@@ -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 <math.h>
 
index 4b164439ca203369d19c213eb48b3cde89e0c917..778e044a56ae6ae4147b00e92fe3eb387ee7e4c3 100644 (file)
@@ -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 <math.h>
 #include "mathimpl.h"
index 699bf06b8013c024a5f0619aaaee6475b9d743a0..51492556da3c59b8b4182b2cae75aaeebe9c7f86 100644 (file)
@@ -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 <math.h>
 
index 6fce86ee73ad394dc460642b34c129aa9f7d9dd9..c709792b9e6b25921d20f086dbf4a5406b336a48 100644 (file)
@@ -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 <math.h>
 
index 3f53400909c4fe90a8d8862126e3c7181478d1f2..d9cae49758e5b986b8734080228c7db8e7a6eed5 100644 (file)
@@ -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 <math.h>
 
index 1e25d0bdf1502c121c52a739e6d70750c49d165b..2a350c5907b10b2889bccbfa311f3dafcc79d24e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 scalbln __no_scalbln_decl
 #define scalblnf __no_scalblnf_decl
index d0ab4da7e4d9fa4222741aca74e823aa456956db..c2e57c4e6c58fa822264a6675de1885bb507cdb3 100644 (file)
@@ -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 FUNC significand
 #include <s_log1p.c>
index c51d029d68466417168f47ebee5f865aeb4c6e56..e962a36a55633f922c7df8fae3f1f516200c132d 100644 (file)
@@ -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 <math.h>
 #include <errno.h>
index 459eade80b35de89cfdb411e81da0c58a027efe0..b54597cb6f3138f8b4731a326eb5c689184d9911 100644 (file)
@@ -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 <math.h>
 
index ffb8daf595fd0871c51af1f753a99c6b983027c8..aa5c1f5aeffda48c8746fcaeb704013242bb74e1 100644 (file)
@@ -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 <math.h>
 #include <errno.h>
index 5d4924e19764fc56217624e750dda568efca7ebd..897f7787638a5959ac6c82a54c3e70b1885f673d 100644 (file)
@@ -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 <math.h>
 
index 15cf8021f913daaa19b65f6ae05ec222f5c1999d..33e18fb789402adb80381228cae9c6af6d9896a7 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 6364c26e610bc1578e5ff875ba36f0c50d04e361..e250cdb5ba66c081e62a698855bc087bac9285d3 100644 (file)
@@ -15,7 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.  */
+along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.  */
 
 /*
   INPUT PARAMETERS
index f2eeb08e53f472d78c94b944761bd087f30527e4..64f6ca380f6c9f132ae8b438c44e04f44318efdc 100644 (file)
@@ -16,7 +16,7 @@ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.  */
+along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.  */
 
 /*
   INPUT PARAMETERS
index a3bfc50f5d5c9b4d09195d07784c5106d90f6e00..79d818a821017ec96a2f227eb4ea4c6bf4eb90aa 100644 (file)
@@ -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 <stdint.h>
 
index 97a2673408237f5b6560edf2eb6b79c97bc6621e..014bcff77ab1e038532a595487c1cc1954d48efd 100644 (file)
@@ -16,7 +16,7 @@ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.  */
+along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.  */
 
 /*
   INPUT PARAMETERS
index e20bcf62d0a9d9c3c6d70c52d79ad8118ebc8c91..2e0f86464e5cefbdb3b28f10579a39534b3fbf24 100644 (file)
@@ -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/>.  */
 
 /* Tell the generic inline macros that unaligned memory access is
    possible.  */
index 2cd3831ee38bc5f3b847a5e9d5df1cfca985408e..4166c303777b84415f42268604dcb5e4513a672d 100644 (file)
@@ -16,7 +16,7 @@ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.  */
+along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.  */
 
 /*
   INPUT PARAMETERS
index 939a894460958c8d6a9983937879cdf1b2d28b43..a915c5f9de54b9208281bb5372086f3c6bba2c1f 100644 (file)
@@ -15,7 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.  */
+along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.  */
 
 /*
   INPUT PARAMETERS
index 69e5b066b72df25903d9da80774633282d1f53fd..71d09bab6e695eaaf034f2cf3151104fcdcee020 100644 (file)
@@ -16,7 +16,7 @@ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.  */
+along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.  */
 
 /*
   INPUT PARAMETERS
index e426cfdb709859c2fbd28246f3ac3a2bd30e3af1..06dd31d869d133971d95129ecfb8132da657386f 100644 (file)
@@ -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 <sysdeps/m68k/sysdep.h>
 
index b59335b611ce25989d77f47fbf0a706318e58d4f..e8ec8eeaa0fa98c27f1a27c6e0a890028cd9749f 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index aa4a1ab651c76bed1f1e845797f3ee23ef42afdc..7b0119e41cc6f4070974a725af34fb58d158ca36 100644 (file)
@@ -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 <sysdeps/generic/memcopy.h>
 
index f5f44d682f01602b37fca98ddc0b372690c842f3..ff8a46685c413dae858171190e6a8f5631ec3551 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr asm ("%sp"); stack_ptr; })
index 978210543eb42b857f65da3033eca3f20036b4fd..1995fa97bfbf4e87570a13ee403d67f462b5b14a 100644 (file)
@@ -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/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 731cdec69a9791f6393f482ed2cda231bfc71fca..81990763999fd5c3e5c7b28ff98cf52486dfe86e 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index 2b58a3f1f14cd2ca693a31381caa847087a7dd94..07184c8eaa9768f94b2cb02b9ce8997d8967c5f7 100644 (file)
@@ -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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index 4cb7b92576c28c48539aad15a6781b386514aa89..559d7bcfd96a74e02a3688ae96845d0de6fb64d9 100644 (file)
@@ -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/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)
index b5f6ceb6041fe701f11c734733d5fd2682ffd360..52f7c9b82b90f7cf4976ce3c5e54a533de4c2436 100644 (file)
@@ -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/>.  */
 
 #ifndef _TLS_H
 #define _TLS_H 1
index 9a36be81842d44898fa69bb6708b3d17c93ad15a..912f347a20c7ba9118b210cf5855b6f30b5856e0 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 39ab7178a04d760d7869d8453e9ca0ac40273e31..a26cd0f44244104d400749af9ae862004f1febb9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <setjmp.h>
 
index 03e7688593dd9b3ca028aa3c25a5a8829104a888..5df364fa17d7d60783b3c4eb753f3337db45963e 100644 (file)
@@ -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 HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index 58d7c29737fd3c0a5dad80ffc50e7da2dfab6f45..fc02f22531ee778dbbb286d904e2c65708e23b81 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index 05fd964ab6439020649c4ec6a7cfbb1473dff195..5e537fc33407d718ba0e86d852dd658d96d8009c 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the 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 is the canonical entry point, usually the first thing in the text
    segment.  The SVR4/m68k ABI says that when the entry point runs,
index a9c2421ac02d3b3aab251a4a493a914899716ccf..8853b5f43c6ea9304371cba3e02f9f21baa24075 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 5a10c1dfce8e5a22367ccf455aee0089d25de7e9..60e3ccaf6440f635dbb1bfd265500c30ea56b24d 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index 72eff097cf6881643ca4e188febba71dca5638ce..77fe4c8cdef9b2d187b8b93fe608336c237ef018 100644 (file)
@@ -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 <sysdeps/wordsize-32/divdi3-symbol-hacks.h>
 
index 2204cae370ce1cfa966fb31a0264544af8a4becc..457a67512c0897fb38e16376669ec45b7ba34f7c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* System V/m68k ABI compliant context switching support.  */
 
index 8543458447683b148862c028420ffd2ea94df7b0..0e25d91462d2ab6e92d0aabc1d7781556dc849c4 100644 (file)
@@ -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 <sysdeps/generic/sysdep.h>
 
index e743457b5a89bd86a1058ff59295f0f4bd54e204..f880a8cf697ffbd386a70a4455309773529fb912 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TLS_GD(x)                                                      \
   ({                                                                   \
index c2428fdf985bb59cd9a96a0a7a19555f96b140fa..7f6c5fbae25df0a6e56b27c99f6998ae196cf782 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define pltenter la_m68k_gnu_pltenter
 #define pltexit la_m68k_gnu_pltexit
index da5319caaa7127157c041710693e4b48ea9755e3..6192c7875642ce54026d198d426454fbd196b339 100644 (file)
@@ -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/>.  */
 
 /* The generic version of this file assumes that __alignof__(wchar_t) ==
    sizeof (wchar_t).  We therefore use this port-specific implementation
index 16dafb7b4f008a9a0c2488097198d76c0b7dd3d7..5808f51abc0a761472ca479459e5286f7e20f354 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the 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 in-Makerules
 
index cd435e365681a94db9789b2d3edc37ea48f5e8ee..d4d97929e5c7b5192fa21a42d7020fcccb823735 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <libintl.h>
 #include <stdio.h>
index 6bdf39ff6be16840901c63a774764367bf0fc443..2060b0c11d6e65da0212feddabd47c551f647b77 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/time.h>
index 40a5d3539ce7b0b921ad02f4c7d211dab0674522..cdaf9c0bc3756d9172d74877c7c56de479c6b1dd 100644 (file)
@@ -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 <mach.h>
 #include <mach/host_info.h>
index ca470c93bc96391b2e4269d4d86a214554e1dc03..59ddac8d0e49aad896852a96f51f7375b65a2ca3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <mach.h>
index 2a31c1ad9c1b32d6229da69740759f3884fc6fbd..4a720d2e2b8fc321995dc9d29c0b5e5ae08cac2b 100644 (file)
@@ -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 <mach.h>
index 8d0dfbb7dc7dfe352217f58d59001d95c2a4d039..f6df00306bf6c61d0cb271f412d3b160c998984e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index e93391a7e87bcef14a0a2a695a698f4261d378ef..bf76fbffee5cfe4c09c231476efe5e38e3db8171 100644 (file)
@@ -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_SPIN_LOCK_INLINE_H
 #define _BITS_SPIN_LOCK_INLINE_H       1
index bf7a93b3848eaf83c3a2d7d63e115cf73b9cc06d..59bb9d51fc49bc1d404a544b4fc48cde95af6d39 100644 (file)
@@ -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_TYPES___PTHREAD_SPINLOCK_T_H
 #define _BITS_TYPES___PTHREAD_SPINLOCK_T_H     1
index e476ddf30064b227e7894d7f7450fbf20e217e9a..95658791964ec541a8c4d36dfa2480d64fdd568f 100644 (file)
@@ -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>
index 8f1c544757a537d507248cfb7b1ad929947b1595..a11ee10de00939afd82621ad294b9373849d585c 100644 (file)
@@ -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 <machine-lock.h>
 
index 0cc02bbc3f3cc764195872c519b4448122661656..d7816e6dcd2ab224427bc9583614efda99824f35 100644 (file)
@@ -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>
 
index 73e7f88be72667578d51aea53bf7e10869fd1b42..305046a8fb16ba623506a201d4b276b1e89d9f45 100644 (file)
@@ -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>
index 97dbff4b1269cf16282e94914585e246781c445e..89c8909639781f91f553cb7dab92163f3ee130c2 100644 (file)
@@ -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>
index 918112148ba5475a6dd0c37860a51d27d88305e6..05e62f20ce052f27ae4810848fd86b3f0d8c1828 100644 (file)
@@ -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>
index 392e6596ea08fc5b4b420cae92273ac17bc6ba7e..ff7f351323c418e71b6c4e8e2afb36f8e11859a7 100644 (file)
@@ -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>
index e31cf710e2fb6d16c0265d70e41d1b09ee01810c..b718cd49b03208670d39b1bec4890333b32bf0c6 100644 (file)
@@ -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>
index 477984a0107c88b2748e644d3ea2231b7aa3c0c8..0ae65291d389777064d4acf0f42da5d38bcc0c2e 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the 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 in-Makerules
 
index 9f55c872dabe1c1ccc66011881c554d1111ef0e4..c46b70751512f6ab345a594efac1659735e41aca 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <hurd.h>
index 4b6c5fe14c7b1019d5365fa22f94e61361ee2079..edc677eb0f23a21116b48c3595ae421afd40f484 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/socket.h>
 
index d00103d029b7e12f0782bbde63d7076818c2ae9f..d1f067302ab0afe283cef026255eedd1b3c7dff1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 5846d91be2ed04d7254e89a3fdcd6fedb9018d03..2b5de8ea03366c5736f8fb06531baf121aa69b9c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 8c8a5cff85f9cf57b26890a86eb69471321eb2e7..57c0c21a10bf4a988af0c40a45917f195161cfe4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/time.h>
index 3d24e302f4cdd7c1f6af98eef071a7beb1d18e97..af958e0ed9bd09f69f2c28bc2a7a5569b8ffbb1a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 9da4f8a1453b834de0ddd7910435c78dbfcc798d..6faee6bbaf20c07590fa2fa5a345f629b3bc9251 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index c1b723109c6217d882ba473ab92b9be4fd502928..f4eec5c29d51fcd5a689f816d6156f510daa9676 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_IOCTLS_H
 #define __BITS_IOCTLS_H        1
index a7b7e37cade0a17de7de43a3a921ae5fef34da0a..1773e61b981c2e18250c99a18195b9911968b495 100644 (file)
@@ -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/>.  */
 
 /* GNU has no arbitrary fixed limits on most of these things, so we
    don't define the macros.  Some things are unlimited.  Some are in
index a0162e9ac8d2a558f2f9ed1d0b8018bd96e20571..d8a4ad3752ae6998dfe0ba0759ca4217e8029213 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PARAM_H
 # error "Never use <bits/param.h> directly; include <sys/param.h> instead."
index 696dea2d5867d2b3c75a74d30dbe722871bed480..5471b64091e46b08cddcd4e1492db8ac34c53690 100644 (file)
@@ -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 _UNISTD_H
 #error "Never include this file directly; use <unistd.h> instead."
index f7f3cc405914ec85c7ef331d8d0b1ae8c237c50a..68a102b68d4a334d684d63d50f98c37b651823f8 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef __BITS_SOCKET_H
 #define __BITS_SOCKET_H        1
index 0044493ff36f1d81923369ed30a6d4db3d59f934..f12382fe098e665ba4ea6bac8b7c6b937f0c7a76 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index 459807be6b342498ea025c18ede7e603f4eded47..da7c4e431e4c97ef9f0716c00377db74497dee01 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STATFS_H
 # error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
index 1a01eb02560e3a4e7fb26cb348c48eed0e62b4de..969488c93228f7f2fe999981955501a6e3aebae1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STATVFS_H
 # error "Never include <bits/statvfs.h> directly; use <sys/statvfs.h> instead."
index 7b2ca99f4660d9535a284dca957e0da7af508dab..d7f5d9afa7d76c6d77640cabe8633fe33ede0f93 100644 (file)
@@ -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_SYSMACROS_H
 #define _BITS_SYSMACROS_H 1
index bcf3ceeb0f0bfce8deddf48ea66e6a57ade12fff..45cc1afe8637f796eb477fdb9554b78f69f3a1a9 100644 (file)
@@ -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 <bits/errno.h>
 
index 6bd9b43599b69f343fcdf17e07fef8e98a52ebaf..c30de12d1d4f74cd5d59947ace7d673100678d62 100644 (file)
@@ -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_TYPES_H
 # error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
index 54ef52fd3a63126942a80028baf1c9283db98b5d..8ff87913c38947e3e7e2e88240606b6bf0130a77 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <hurd.h>
index f075df84456ef5e3ea4068d1db0cb4346b4cb4f6..dd0191c734e5643702818de83df798f7c19d945c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <hurd.h>
index 66e61e26245423281816ace168c5e22c5a1ef4e6..aa396830c34759fa31e33ab225569a68cf54c954 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <paths.h>
index 128151c529bddff31a44008ba02fa6728761169e..9c589cf86c2524ed81635e7928db9480a963af52 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index ec48a7fecd2445dfdd3b3a130cd287c20d453df6..21c5ceb2f4e9f0a4f6cb7a3cfa10adccdd48d2e4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index ccda33c361781f6d4c9b8aaeaab0e83920fa3a2b..125cc9b2827064bd7e844ad0810d4b04b3275037 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 02d3cc00399490d0e0eebab26a1d3de2f0cd22ce..2bfb68ce1c4f72fe95ea58682ac26f70563a2f44 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <unistd.h>
index c58a5dbe491d8787ac95399d4398e89b4fd36426..a13f1d3a2dba8ce3b8f849cf728525e1587d1b2d 100644 (file)
@@ -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 <time.h>
 #include <sys/time.h>
index 47406071691b38d63ab7056ae5326a8676f48960..70dacf92f12109a79749170b13db36ec59e343e4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 7c6b3f3f91b08fc4c66ae6253b45b2e9b684783b..f858231c20a2176b12ed6cfc1f0ad5acc1e239dd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 774ffc80a96c8791f084ca415d7ee11530b38bf1..a294dd5ea21cf5cf5d87ae95617f842e8b698a8a 100644 (file)
@@ -28,5 +28,5 @@ if test -n "$sysheaders"; then
 fi
 
 dnl ifunc does not work yet for static binaries
-dnl http://www.gnu.org/software/hurd/open_issues/ifunc.html
+dnl https://www.gnu.org/software/hurd/open_issues/ifunc.html
 libc_cv_ld_gnu_indirect_function=no
index 9bd0fecb71de64ac2fbafa2171537324e1445be4..2014ec9828616c1aa642ee993bc0bfb6a93c3e4d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <hurd.h>
index 04d9982750f4688aefc92d12c22283abb6cc55ee..e91b7ca2ae8a31810049ffa306cc5de3c7f07f6e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <libc-lock.h>
 #include <errno.h>
index 84bab64ca66f3f860ae5052165f6d93058959024..c961b80c448deb647303e62734cd2bc0dcf25102 100644 (file)
@@ -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 _DEVICE_NRS_H
 #define _DEVICE_NRS_H  1
index 8725acf3706039bd8c1e35f665d70ba60343cac5..20fa2a393419f1c9c7569ee8fb8c51f73e5838ea 100644 (file)
@@ -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 <dirent.h>
 #include <dirstream.h>
index 88770246159cc5f4e06c5edbd07b5fee24ff0bb9..4bb4729cec26ac9bacca63579bd14e4e472714b2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _DIRSTREAM_H
 
index 6a424f2bc68adc9431133328a3adc81ba7aea26a..8518dca9dd8a1bd38a27a568ec0f34343ea818fe 100644 (file)
@@ -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 <ldsodefs.h>
 #include <hurdstartup.h>
index b6ebb28952dbfa81b4b87c16e4ce72fcbd8f0509..9292eef1cd0b385a7e78c33d96195592f67113e4 100644 (file)
@@ -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/>.  */
 
 /* __open can't be hidden in ld.so on Hurd since it will be preempted by the
    one in libc.so after bootstrap.  */
index d94e1b04e666537dcb9b23dd725d9f3c767323fa..776e19b45feaa46d302fb8a9dcafc4588b2b0760 100644 (file)
@@ -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/>.  */
 
 /* Can't hide __mmap on Hurd, since __mmap in ld.so will be preempted by
    the one in libc.so after bootstrap.  */
index 5cb347f5d1536d24f63bb86a298308beee61dd4a..219475aa7d7ecb51156c53b6c9c3e7863041c219 100644 (file)
@@ -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/>.  */
 
 /* In the static library, this is all handled by dl-support.c
    or by the vanilla definitions in the rest of the C library.  */
index 6f329f53a92a5e8e2302c626cc13730cdd533ea4..c5bc4d44f30ea6ae619a53ff129a3638e008cb4c 100644 (file)
@@ -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/>.  */
 
 /* The private errno doesn't make sense on the Hurd.  errno is always the
    thread-local slot shared with libc, and it matters to share the cell
index f3e411a7826f9018aaf1ca1d31a16ad6055b3954..372bbe8c223ff42b625b6c9309b9abf16c339dac 100644 (file)
@@ -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/>.  */
 
 /* Most stubs mustn't be hidden in ld.so on Hurd since they need to be preempted
    by functions from libc.so after bootstrap.  */
index d46762eda09639c0bad7b38ddd735b1a2a765177..58650e609cc4df9d84b3160bfb3f1e30712f4a81 100644 (file)
@@ -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 <unistd.h>
 
index 19149c1ef5a5ae245a4b3faf621d1acc2bf51ad2..275be4c146513241de7b40e2a4a74f789973dbbe 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 760acaad8fdb74335a98d0aafab996ea76078893..e09295b2fb593e2828ae92499111bbad1ec792c8 100644 (file)
@@ -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 _ELOOP_THRESHOLD_H
 #define _ELOOP_THRESHOLD_H      1
index 06606c90804d1afc39584841ff578ac45ddfd547..5a417bb3a89cb1ce08910224150f99c330e0ba99 100644 (file)
@@ -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/>.  */
 
 /* There is no need for this file in the Hurd; it is just a placeholder
    to prevent inclusion of the sysdeps/generic version.
index 3e51c913a758db6eb2452697e7caac81e9d21616..1cfda3b39fdb02e3e349bbe820474229e29ce67e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* sys_errlist cannot have Unix semantics on the Hurd, so it is easier just
    to rename it.  We also need to remap error codes to array indices by
index 336f60ff1d0ce5247d66ea36ee76a189dc75b46a..31a313248cb2935d3d6777f228d9e403cb90aa05 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (rtld)
 /* rtld can not access TLS too early, thus rtld_errno.
index 742017ea227cc376351deee69a822b739428d0e3..94a76a3f116a02366dbc17a144bf989c547d45a5 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 # errno.texinfo contains lines like:
 # @errno{ENOSYS, 123, Function not implemented}
index b2239c90714ef206644fbf479811dcf61e6a8434..a6c6309a2cabbcf62ef42ef6cf69643ce03beb98 100644 (file)
@@ -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 <unistd.h>
 #include <fcntl.h>
index 3e2931a7b15969f0291c27f53d193a6708b1e827..a1942fb7671975ed5cc698615dcf8c6f50f85d8f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <hurd.h>
index 7b40650e6cc266e5969748af5856cb1f2ab550a0..dc77e845aa46a434dcc14e19c8206c07ac4054ad 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/file.h>
index 918e9e6af9ae9e802a41ddc1b5836801cd804ff0..4fe47fe7bafe7f74b6fd043b68c880e05aa5c12e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _F_SETLK_H
 #define _F_SETLK_H 1
index 7e8c144b80de2f09c19ff10e25c12eca3806e39e..9f5f1dd4d821a9021ad6bd3f951f7038e5366e2d 100644 (file)
@@ -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>
index 819e0fa5e4022962df8460afdbc41f5ef73d3e18..d862dcbb1e6c88bd34f23ae757353b8194049208 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 0464074ac24f6ea2a1809b6dbddc7f8dc7e66c5e..15cc68722457dfc607092ceb8701554f2a61c0d0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index f9183c42f8cecbecc409df5ee25981a848b37cea..908a38c7041de122b2bb3036dfbc3e00eea9d6f5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index a066e473d8d18dacf8ec3acd3ef916073b1f6d05..5fadca11cc8838918c9334a70646d60cf6259d23 100644 (file)
@@ -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>
index 8ac603cb50a40bb247cbbc828819443edb36e5f8..a8de5054e57c0acf9ab7ab28a879621a16b234f0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 1755e2285a407ba76fbbb6139fe961b6dfca2c6c..031df0015169203bcac9ef65f0a9ccc871afb86f 100644 (file)
@@ -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>
index 78e618b0e4cf875f33254be7078c2f4ac3ed515f..26243682cad30f4c6813699278145b9e2772cbb7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 768526b37347b00804d0f1a544fdbfb75aefb5cc..bdd29b944729cedf33df105c617c450b07121e97 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 22a6433af01f6cb741f1be48416c0f0e783f0c80..2486e9c23d6007f1c50f9ca7f3e3be1cdef2e215 100644 (file)
@@ -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 <dirent.h>
 #include <errno.h>
index 1c574ccb926805d954f1c7cdb1dd17bfaa63ad49..05800c9602638db33c8842db4ad220f766769e94 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <hurd.h>
index 07c5fe8c1170c081c603cd0c75dc7fb383059c07..80c03ecf58f9ad6462363ba07542d3283f7b8cf0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 154ef21f5675e312e94c8e3facfd2811b7d1f1af..794f6eb14d1611f1c226bea9f433365a2d1ab9c5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 3bbbb34fc7494c02ca454077266fea0c64c51c31..977ca4e82ac132d33ba69a8dc940426d125451a4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/file.h>
index 5869e67c91dc622d11399516629df7233eaea122..d0bf7642b826313bf54ff30d3eb8e55f30b4a5e4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index acd08b19177eda7b27d3f1f6dcb7a446a2757291..a2669aee889cd290ae4838a91845a14410d46323 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 9c64e6fa27b216996548ec2b703d755a53803395..3ae38859e39b9f0cfae9afccacbfdd08924e838d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 52a533d8c2b76f7e818fff2df56f23e208accf4e..9051fbc494abc0701937da03535b0f796be5d776 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index b29a22dc957d2ffa6c04607901c126bf4be51442..c06fef4a86e79482484e46f08a9b056ed91a7b16 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/statfs.h>
 
index a38a9ad11b67e302d5419e0a577a02f8bdffb563..adc4430a4c63c0113b97f25a33d19997e3ec2562 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/statfs.h>
 #include <hurd.h>
index e57e13905a718e7c6755252e9fe611a509c299a5..14c8f38145b96109ce81e81ac4986522f7bc8fdd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/statfs.h>
 #include <sys/statvfs.h>
index 4d6106ca3339cf8d85b78fd776114b84b60a7d01..f421355b878c9621dddd24932e13f28dcc444aae 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/statfs.h>
 #include <sys/statvfs.h>
index 8087abb60aa522ede7860a9417ec270b561ca246..278edb9b2b3d4bd26cf7c98349da5a2a117e2394 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 9fc69b7d60e75c1ca049a7f79f6dbcd352d8a1b5..34d94083ff4dac5d00f81b57fc3066b95ea92edd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 1e3b1a91eb7125e4c302039c31602518b151a481..6e3c09f69b72e360b17c90f2d9292002de4719b9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index a2214508290d0a7bfe14b124be3cc6323405a0fe..80895f1a5591ed0f768fd74d9dd8ebcbda32c71d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <errno.h>
index 065dd54a061477fbcdeb7505adf27b223d68ef94..da47ff66880f3fcaa6539a353dbd984555f621f8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <errno.h>
index 4f638f78e98b62eb059e7f71f4e5e9a23233f509..28b93f8cac481302cea7776d5295cb5d274709eb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <errno.h>
index cbfdc49c1ea7c3be074669fb9315c8a63d8d9614..b500b528f01cd773647b9c1cbdfb5531bdfd5950 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index fc31b2ebe085004d668c7422a5c830e0b14b5cbf..870a1a9bd897b90e3ea7d04e4b16c208c0758e50 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 RTLD_STAT64            /* dl-fxstat64.c, but we don't want it.  */
 
index 9598d0af36e5254ecbe3186cd73132c8d0c3656c..9391cc4763a2ea083d0f732fa3ada007c3768bd8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 8af16aa6423b00d8817aef966678007529af4120..bbf03cde77e9bf3afb3399c781d734fb37fb3f9c 100644 (file)
@@ -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>
index 1857b875c1575a3ec5539c318aad46bc20aba71e..5fc9d1471f7a8e6e35cf2be9917d2e7a24eadce4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index c10613f1e02abcf49cbbdf0e643c02432fa95b5e..60b37ce313e7945325c54607687507ffcbb420ef 100644 (file)
@@ -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 <time.h>
 
index 7481ae985759d9881ad8bbf77dd3c542049689eb..2757ac7ce8d10a59d86dea91d0e82e25ec5ea476 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index c14971e81bc820039706072a6a38de871367ef6c..aa6282b06a9f6b97ae53c52237823537b5e6dada 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include "hurdhost.h"
index 1dd40046a0c80909e7d4b69bc044ab9ce48e6235..b19ed24f0cc3db7935403e491db163632cb352cd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 5bd6773ae06a29de43d5c52e3a2ea4f077dcb0ff..d84ed39d4e9bcb4b49134d9a6c68eca1f5c738df 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index f93dcf9f4b34a71057713374ecb9549f526f903e..d18e44b7aa832a0e7cbd062014cd91b6c506f9f5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 5994afae52a914288ec39937e7489c8859dd6a2f..16b3d859852931f0f6a356ad810cae919b34aaea 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 2860907be66b783fe04afe1008f262a0e4e1f0c4..c2a35d024bfca2ac81be56153e30dcbd01952a1a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 1dda87778fbd089799a1afa7f34a2e1e65a9049d..ea4927e4137336be6c9e659ecde6b8af43a34d38 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <hurd.h>
index 1ca4edaa66c2d90c41b2ee8b554f6ec09d392fed..532f86faaa346fce0b0e87885a2545d711906072 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include "hurdhost.h"
index 69a0751ead26f0b9f00e92fdf27fb72f95f1fe6a..f332f0e681fb7da9cdc201f325a6d66fec8647a7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index e2cf5a952df43a49ee22714fcbdcab6e7e5fd70b..ebdccc18ebbcefbe9af62178079087230690aafd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index 2edc4e297fe82e6d77e8fb9da9e5b5b407b03301..0a243071610f0d4dfdeb58950a9d9e9db27b826a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 29d3573d0c1ffb4f02cb662bbc2d21a8914f407c..b75e4ff1995bdce8f7d527931e2fa254b76b65e1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index ed691e98c9b7d59c0d5d1df1a344ccc134ad79c8..d003b0bd97e2f3cad2c1048ec19aa747587a965e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 4ec84db608c36473cce0f9670d2f4e74a1643fcb..f52899098078006f7b9d8b9b9b1d6ba02292c54a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index fe5766ae60d46a5ff69e881796c1c84c5fc05e62..9c65b8a9e284503937f1d68e0080bf6436ef1b01 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index f159a28e13b08ca428b707e37d016466d51150f3..6d14eca727b236bc8af751666bbb087565aa20fb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <limits.h>
 #include <hurd.h>
index 896b45e28c3c97dea9b92edd31cb9dd1290412e3..ed37877f99c51221efdf1ee276387592d131e4f6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 62af127d28684f48af236df84ff2571b154aa156..fdb61a3af548c973dfeae9080ba0b25888227871 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 62484296bdf6be6af255c04282b70e2cbc904e28..ed93841433d586f11111b91a7b05be9d9f765723 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/resource.h>
 #include <errno.h>
index 6c9a82219bc95099b68436923afd8f85df154579..3b2f07741d1d21fb50bfbd42cfc85f04983aa0f6 100644 (file)
@@ -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 <string.h>
index 6ed9ce28ac5a95fba46f577a48bd0ebba01ff0f3..cb4a49dad6276fbf631cabedd15090767e682c6b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <unistd.h>
index 00b4849bb60fcb209277c66d9d65d31a09f69313..3b7c9387173d3129fa24498419ed5d64aba395c9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 443872528ada172bbcf966f751b605d86921332d..a2ac8da38f902da6d528fcbdf1cca9ba3cc3b800 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index be9f5dec20254b170dc2d0d19a3caa18656e6824..b069044ce2dbb557aba88e64a58beb8731482c3c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 6dba0997268dfe87ce31ea1685edb9b2c58c5748..3fd973c88fb7cb6e303c1403613acbbff2fc4655 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 105e7118848026dc7316f369009889e83871f8c4..248fd92264baaf709e9c6f49d59efc73cd22913c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 5e535daef05a6fd59d110dbe07e0dae547ae5c3d..fd6914060a974a5455dcb650de30b034d70bff7f 100644 (file)
@@ -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/>.  */
 
 /* We don't have support for high precision timing for now. */
 #include <sysdeps/generic/hp-timing.h>
index a5f9a43ceb96120e13e9bdac324f5754a371f9a1..6ed22407410acf97d64d626fe13b96c483c24c9e 100644 (file)
@@ -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/>.  */
 
 /*
  * Never include this file directly; use <pthread.h> or <cthreads.h> instead.
index 5eda025a1771ac3717f2e375588c22c1754706f9..25de7c3c065de0bf7f3b29c6fbcda3452453d825 100644 (file)
@@ -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_TYPES_STRUCT___PTHREAD_MUTEX_H
 #define _BITS_TYPES_STRUCT___PTHREAD_MUTEX_H   1
index 0f8c78111034761a4aaab7eb624a427c6d7aa3e6..b2eaa7b535012681dcb812621d31ab559ffe5784 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 3817e102ac7ca14edd53f79e3e4819fd2dfdbc5c..bcb12df0e5b0377f3bb7208af3f6560004ab3c4a 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index cbc31e5ca317d4ab6bacf18d7137c87977f3f4c6..0cd5bf4c7ae344c1f712daa84b0f76b5dabad1aa 100644 (file)
@@ -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 <pthread.h>
 
index c6b48047c7afa53c18a80e58569cc10c87879643..cf0de47bb58864818c445e9de12b5ca6220b6c48 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index 14b80c23b846156358e590abad2d564e3d67bc80..dd69b768615dd26161a44ed8cce36dabc2264177 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index d6323d56dc25e3462c891e210841cf7f504b2537..1ed7f874f027abd686b44698ac569bf3fd6539e3 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 17423bf5a9c7b0795b9720e17e92f3e19636901d..471cef55b38f1a39d8925b876d559116745039ae 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 99378b6df6e3d143f79bc0c5364bd87e11edc462..048292a2c05a3f698f6a7dae6dc917350169a6ad 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 6e036dfaeca9ab9abdb6b061d75dac2adadbc22c..d88cbda98d66d583426845786aa83eae7875d291 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 292f992b50800a73b950a8905d95c6cca99a812a..843a31e8b1bed4b0c74540ba9440513077247c84 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 5530285fe5fabfbc57d19bf4720668e1805fe3c3..cb228455e5735a311bb15e6801a3afb034c7ab03 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index aee3f0db69791508c1be6192ad718f8aaee0e72e..e910e66325e478f95ce4c8520cf02a372332f8d1 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 7d1054c7b5baab25d3f4ae319cbf00bc1dee3622..d1eb35df33f333e858d2d3eb3120a4b67f518a6c 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 640665de5c5fc9944400baa9da940dee40ff03b5..3a686162ad9672c32a1041313e51678518a226bd 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 00892b7eb9e826682a7de03cb3d542f507ba2cd7..15d19c91ebe6ad10e3faa467c3fdadad1c7cf7da 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 820dc0e5d022b9cf5a7dbe116fe294767eaaebd4..8bec1c1c2a4d0344cbc7e2fa2c687a2071949a00 100644 (file)
@@ -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 _PT_MUTEX_H
 #define _PT_MUTEX_H    1
index 78fe82b5a78d42422c9cd074d0bdecd2f1335e2b..21a2f1aa718c1c240a28f53c275cdbca21f68df3 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 06b6f1bc318d3c6f821ddc14e5a7c004f9f62065..f363a1587d6979b604ceeb13c32bb43cf7038dfe 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 7e75ae79a6532f2ad0455363602b356cb77b85ac..9ebf14b87871c5b9110110685b2ac3d45758e02b 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index c48289be2c17f28f5b54fe00a09b2ee1f5a6b4c9..878ed67e38cb450608a196348aeca39f507faa24 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 590d9b5118f88e65f52b769f608e274e35d0ac86..72f0e2269ab119a0035a15e4621f878b83e069e0 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index dfb8ac499a45e5c842f84257f00f31f5f6e442da..30aba6830f80d59e3487b3464b208351c411735b 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 87b2d5a098d5fd391ae41436ed121218def09901..627b834ef85c9f42ad47b6411033133ca1810b00 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index c9152744d470b997855bacdbb2f98313713a5ef5..1286b370b1f92c3f46c33457cc084880ea11744a 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 67ec39ec841966ee00a732bf9f0b91e2effa6e4b..cdf5a21957019a8bfc9e1fd0b7b409006789fa29 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index f99e95860188f9bbdc779d41b9824d96054a05cf..a6c23efcf1ef4c03039651b9cdd783d42dd5eb75 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 5306ab3500e1f0a33dd6f5969c2793446698e2a6..95371a88372f641423d6888c6623f5bc18d99f8d 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 9f566945ae000939db8a24515b4b979d77cab04a..0a972bef4fb92a54ec6c3a1395ec602e066f30eb 100644 (file)
@@ -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 <pthread.h>
 #include <stdlib.h>
index 13499c35871cdb00bc107441ce67c1c70ecd555c..02868a03c516a7ec62052675d5d68353a4718d7c 100644 (file)
@@ -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 <pthread.h>
 
index ecf3f71d1a7810673199291dafd21474bfa43bf9..97bf0c3a78cb9454e0c7c0d2c150846778a2bea9 100644 (file)
@@ -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 <pthread.h>
 #include <pt-internal.h>
index 8408a4514a20f8830fad820a25199f4dc440875a..845152ee480927cf062cdd08554a2eed96c1198a 100644 (file)
@@ -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 <pthread.h>
 #include <assert.h>
index f7422967a5b3225710985b7379fcd8c1f81449de..509e848639421364e5a02366b99e846da15818e0 100644 (file)
@@ -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 <stddef.h>
index b7f4da29df02efae8d7068047e665f59b1e19e60..186192c7f4e546616f4d0c4cd12c88d0a16b0623 100644 (file)
@@ -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 _PT_SYSDEP_H
 #define _PT_SYSDEP_H   1
index 2b2d1c84e1ff80d1620d182b07c6372a6db9ac6c..a70d6ce1d33ee5c6a04ca92c375604e3fdb7ba88 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <jmpbuf-offsets.h>
index d21df02894c6ffff0cbd4d13729909ed2a2d5052..9adc4db319eb03ca9d0c09e581a8d6b01c92b460 100644 (file)
@@ -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_SIGCONTEXT_H
 #define _BITS_SIGCONTEXT_H 1
index 7b2bad42a11b403ce57676a9e005c7bf1aef1a15..48ed1def1dfdca0aef7dfe6b80824ccfdcbc9fb2 100644 (file)
@@ -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 <hurd.h>
 #include <hurd/signal.h>
index b6ad5dd2212ebf02fc62253b71990130cdcd5738..f6cb1a1648e634677e29a6ed4d3da2e3cec3fdfc 100644 (file)
@@ -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>
 
index 303bc6dd64dc872207983b5c33d87a72f20690d2..4d395e56a8650c89ce6991292e55f8c737539037 100644 (file)
@@ -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 <stdint.h>
 #include <assert.h>
index 6e8ec6b3ef1c1ae34074d466a6a662af9fec01a9..f1f1c4038967e9539b47ce9803c041e00612627d 100644 (file)
@@ -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 <ctype.h>
index 847a0c675e39c4170766a46c88b7c5c1349b2657..69393ae87c1d3789b4a5701f778f35af84f4f207 100644 (file)
@@ -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/>.  */
 
 
 /* Note that we must mark OPTION and TIMEOUT as outputs of this operation,
index 2d7b664318b9efd7e1463d53b4b5ac0fe4cbb2a0..a8e68c3a41d4313818bff17e2b1b1e57aadff1d9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/io.h>
 #include <hurd.h>
index 03281a233d4db09a8571d59e862e5338a63098fd..c7732c66a1f49cf60b2ed96f0fd7cc0d53e1c94d 100644 (file)
@@ -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 <hurd/signal.h>
 #include <setjmp.h>
index 3d9be4e2a603e88283b0b81fe58bb78c914ac02b..42004f004140df1080a796c8b6ba6de1f5629286 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 111ca33b54b72c1678dfd20001d18287d7ffa3b7..a2bb6d0dfb31f77385200d0b41ba82253636abdc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 register int *sp asm ("%esp");
 
index e833a84c10816ab8ec5474cde99c55035e3813f3..2f7fdbe89f1bc93782b4e901e5c7cba92eb9bb85 100644 (file)
@@ -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/>.  */
 
        .text
        .globl _start
index 098901dfa40ffe1e2280b7ba256d123f0250bc37..be6a2b371653d589148b28b0a5fd6a2cb71beef8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_IO_H
 #define        _SYS_IO_H       1
index 8d7b9c980e8f92bd1b89e4d0b5b2350061294608..11b2760a44d0cf2ad5e5150975d12b64eef5fee2 100644 (file)
@@ -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 _I386_TLS_H
 #define _I386_TLS_H
index 90904cfa2850cd5882b4d3d4fd56c9a8fcd78d37..a6928a607b6a9c05a52c18920c90c7e6108fb2c1 100644 (file)
@@ -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 <hurd/signal.h>
 #include <hurd/userlink.h>
index c8ddabb87220616d76b6785238a8c641641f834b..20af77b2b93caaf9badc18b2928ba1d5b030907a 100644 (file)
@@ -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 <error.h>
 #include <net/if.h>
index f41b99d3729d25a88d4d5409c8e3deed71d5975b..191bd62e4bf926064236d34ab76f2acf95c12a3b 100644 (file)
@@ -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 <ifreq.h>
 #include <hurd.h>
index 666b51badbf2bdb8d69df72e96367a79f8847091..c6e42f3bb5ab0634814f276307f14469828d4234 100644 (file)
@@ -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>
index 97448ead3da5221ba72cad22cb38f84b7638698b..f450f9896eb1bce56bfb837e81a7a1103fdac69f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/ioctl.h>
index 5c785bbbf1c387dfe2291cc1bde5b29961214165..5c44627557cc2c34af7441de651a402839a19676 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index d40294d0d4709324afd7c9ac3748de740b0d60ac..0bc1c49af516408b059ad3b956351eff67a07e68 100644 (file)
@@ -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 <jmpbuf-unwind.h>
 #include <hurd/userlink.h>
index 2c9c0acda232854aa1e605cdcfe8e4298bb06964..adec16e52c9bd4c5da87beadab0cffeb850d15ee 100644 (file)
@@ -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 can define __ASSUME_* macros checked by certain source files.
    Almost none of these are used outside of sysdeps/unix/sysv/linux code.
index b4b555a3346b3d63bad25fb50678116d4f86e4fd..c7406ab8baa5255e91d6299acc21af9d472594bc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 1ee71c889775cedd179be103e870ebaa497cf68a..3b48c2820f01bd7f3fa18b973e6c175c3d35f95f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index ef6d67fe0747916d0f18e50e949c6a8614071d2b..4ebcb837ba6f89a1968a3e2bedda2bcb8c15f385 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 9f64ee4a95604f601243c42ce388eade5d293def..c93ab6b88685ce80a7d4d9982bf668506e16af6d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index d9070035518ed184180a57aacab1f3291a59b770..8e52898a12f022fd6bc1b38ec34a28fcd2fee778 100644 (file)
@@ -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 _LIBC_START_H
 #define _LIBC_START_H
index f29c242af85eae5797024218da7a4d93f714972e..9d34d2359d8a6f8caeefb0ee752a644355e42345 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index bf7dcc902c2fac6f07654b95c2c8ca23a60065ec..acf28cf3ea4bc4f209c6ee57066cb1cf1aee95ac 100644 (file)
@@ -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>
index fdf7c2085e407d514551ada687e8bff80dda4873..74cd1d40e90299c641d3352e6ae643588967d787 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <hurd.h>
index 06b380de89fd4f3d8a6a18bee3b84a3e49c99e20..60715475ca5f2b49c3de16bba3d26da114f6d91c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index b1d8770c93cd4f30838189e6a4ae953ce45c454f..4b3d7263954e89412ff933e1c8ac3b45b3d2b75a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 77733275d1ce9a7774109d3628aa0ff77d4d32bb..101af3559e6085bf2de7a65f2533697f0937a463 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 53377c8b050bd1d2df23c0602d05b6ff783d5309..d21ff678b0b8ae3ede253e1c90d6bd3698902386 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/types.h>
index 71b72227ad2dbd6e58f198b8a3295475db28247e..00232fc57a7202095c3aa783ca0b88ac086abd8b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <hurd.h>
index 45e789a3295390951cbe9a411de33836b07a7c09..5dfc953c691a911f99e7638acb1f9c39a4551be5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 566fc83121c313cf4eb4bd34963d9b75f18c83ab..183e6a2de0ea8bc03cc6772fa7590bb69ad34583 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <errno.h>
index 97192fab97f3e76e527c9f4cfc0a6f79a0212ca1..4f27f9c0a45d8e8713f85b81e39b9811806e6f6c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index cd1599455498dcfdf8fe77a35da18b2283e136fc..45d0313693b166df18e6db24493685d9b7f1a14e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 87ef2a80ffe3e3a44686a33e1094758692b033c2..7f9e4b980bd7741b8895dc2315cf71196b3ec7d6 100644 (file)
@@ -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/>.  */
 
 #ifndef _MALLOC_MACHINE_H
 #define _MALLOC_MACHINE_H
index 2dfb509168c53f24e8a18d17c5d713ee00c03750..3ff0d1a136498f0f88d8bc1b602301f5e26369ac 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <mach.h>
 #include <mach/mig_support.h>
index 3e008154c7dcb95dd810167176ca74dde9f0a046..8bf9b59cfd3324e652c8706c94f35a55dee3e407 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index a54100ab2fab7780e88654463c90a24e3cd10e53..da7c3e80c1e8a3783edff06490cd277346ce03c1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 4ad5ae2322638d357e52c5ca0694efa712d5f155..1ed54e26027cd599da63af593f9bbbbc71c2fb25 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index c8298907723339c37060014618447f6e0f2d0aac..09c828b676039355dd182d7f6667a9dcd40e3c21 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index e3ff77d6c90a51131f17c06cf97c9ad273da7ef8..1e6ab401af57e147fefa3fff6cfebb0af897cd71 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index a23ab7c60103818838922ec000489e0d31702800..0a4ecf12914df0b215c0749812faa511793cd334 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/mman.h>
index 67fdf70dc93641d0722ebd5989e59ba8350e0d62..b5adc5517e04e9c49d921a44478e8aaea8acea6e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index 4f74a89a430729067d80683a43bdb416e4369be1..a823ccd89566968f1fe3d9f419ba94e44e259490 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index 8897890cf01fa184e47972352d667acd2797c02f..bbd74c3337dd71d1faa32e0c2849b4ffd3ff7f1b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index 4aa67ea3479045dcdeed559bd8009d07892307b5..46fe50385957fa13be9231377067c3bdd934e618 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Based on the FreeBSD version of this file. Curiously, that file
    lacks a copyright in the header. */
index 6ef93c96dd25841866b73442a112ea6ccbff45fa..bd5b3c3b10ec606ff0ce5a45ba3fba8d95a72276 100644 (file)
@@ -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/>.  */
 
 /* Based on the 4.4BSD and Linux version of this file.  */
 
index 79b5e5e0396b518fe32c660efd54f0237c914efc..5f19d4853f62d91611b97b0eb201ab84349eecab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NET_IF_ETHER_H
 #define _NET_IF_ETHER_H        1
index 4924f099b9bbe8cb66065b89cda7564294fdedee..c10ffe16d08ac58caea888954cfa9c26a8d06e63 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Based on the 4.4BSD and Linux version of this file.  */
 
index 8d5e1a94e3f1638b6ef6080385aae482d48481cf..eeb519ce8c7ae994ab6dac0d2ee40038abcbea30 100644 (file)
@@ -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/>.  */
 
 /* The __access_noerrno stub mustn't be hidden in ld.so on Hurd since it needs
    to be preempted by __access_noerrno from libc.so after bootstrap.  */
index e093b67c1e3aa99bc3ca9999f485feaf8f226dc0..0e43db7fd050d604abcc78fe42aa03b2a1b37d0e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 33f90c667c19d1e514056f231b750f66c1bbe3c9..790a5a0124f7b4740851b11e77878e95e50d362b 100644 (file)
@@ -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>
index ad292a0c12ac2cbe2bad8d2b309d5e3a0eadcda5..1f04c197ec79754fea7b3638cc3bb9695306c79e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 6a1d90e6182f4583220086a0bafd6b99cb2e9814..db4049e7f7220b2453e146adf509b3115aa196b0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index b56e25a0bf43b4930bd7f93b8f30a87b6e0be64f..ae5ed128fde9242a50d8cb0ebcd3ffb9cc27e108 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 
index 0d9cc7ef1c819e0bd2094e219be013ab4dfdf908..506686300a9610a58ae059f109f5f51587053563 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 762edd424d65512f19a55a60c1cfbe0a084fb27e..efde0478eae5e32a34295a9fb7fb803cfa290fab 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/poll.h>
 #include <sys/time.h>
index 37e4502a01b71a8dce89cd8d0fa4279f32ac323f..98b06c7f51c478ccbabbb79abefb4a4aa40564bd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/poll.h>
 #include <sys/time.h>
index 5a5cba8a834099a12eaa1394454a408137ba2d51..bd83d8d0a2f5da16ddbfe178f40815ecc2cc0b33 100644 (file)
@@ -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 <unistd.h>
index b50b7d0cec7aa65ad7d6032de784e6ea2e53f7a0..84c61336fbbe2518303e5361b8edb1eaea47827d 100644 (file)
@@ -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 <unistd.h>
index 043f9d51b04c93083466f2596a47fb4147d32e5a..54ab4986563f6f3e2b5a2cb5dd7d5e7f73fbe623 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <unistd.h>
index 3ab5a84ab859d80ceb1a71ff9865f721f7f2d5f8..25e5799e9e55cdf59aa58143e925ab0f6dfcda84 100644 (file)
@@ -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 <signal.h>
index 1e7e6da552e05e74081a6dc74cbf2e24a3c13ff7..17baf6375d685ff6bd90d858f6f136280c102935 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/ptrace.h>
index b7e6fc7f2d995f4da8f03c88cd7682931376252d..310c8b83a26bc1b99a7ab50175fdf2ce4cce5f48 100644 (file)
@@ -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 <string.h>
index 941eca1de972c1b9cbf16fc11c9e58c057995de3..446e0e274d85d98a856978b012404c76bba3a205 100644 (file)
@@ -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 <unistd.h>
index b9a117a4dad829096b4ae604d37d33b35f50606b..492dc09a891e355eed114b42d70219ec887865c3 100644 (file)
@@ -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 <unistd.h>
index 81a4e0b500574ccf1d23e556e1a5da283e4913b6..edbbbb6ca99583be3dd1827adca02c861f2bd116 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 8efad74a18939e04b97d97a4c60a065d5bc00c23..99fa069ab0fdc68828e8d356e2f41e04be16d751 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 28040a7d2836b914392820d5751434d8de391d94..a3d168ebbcad25ece3dafb8ff4e077ebe133b63b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <dirent.h>
 #include <stddef.h>
index 13e21858dd580b4d5c1666560d03f08f8d56be7d..60f81475b8a2715c7216c9caa47d1f7012272893 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <dirent.h>
 #include <stddef.h>
index e8308a49933e57d39c8ad20a1273f5d4c31b7ac1..a357820acc26dd64885c6793f5ba27f734c4d8ff 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index fb383e38be557ab1ded5be60b656a5bf2e76c103..768cb2e4b374fdedce8fa649f09580535df0903a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <hurd.h>
index 5b1674ab92884990d129756f7e1b4822a82774fd..267e0b38012c7cf1018ce2e2cc8032e8dcc6217d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <hurd.h>
index 49b529439766589c81131bfb7b366c39d4d6c68a..76436cac8d9e68041c8b203087eed8b65a4afc03 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 32cc4d62939418d19fb1bf7c37b6cbb6bb340b6b..ac87cf9ef17cbae1f5d6abf0f595dad9fff75ecb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 5f445bff6732572a9380b94302d672f546cdff48..166c7bbd4dc2e4f4a34658ec9bff9903fbfb5444 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 866b4ec8cd27e0086ca111ab4dbc9d372aa4fe7f..bb8d8305ea7a82ae2df26348f8d19ab9f1a961b3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <string.h>
index 5fc563863d1060d4adc9c339b542e00c7ddf8b98..c2cccfb7714b9df6976b30798a42aea5227591ec 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 4bd2847b66e1a2cdcc4981d0507be08455e8d5ca..1d1d9b5f6d14e61b55d858d753529e1849bbdf18 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <hurd.h>
index a05f550a57790bda53f3551bd7c14ae0fe84b6d9..e429a23f474bb74280fe65062b0a4690f3a599c1 100644 (file)
@@ -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 <hurd.h>
index 2ed49cbac9d70901f57c052d1f39379fc6c3ec22..7892e9ca9e0a3b523dca14208a01efc5766a222c 100644 (file)
@@ -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 <hurd.h>
index 4b0456340c895b77b1eff17718bbaa67c6149255..d613158e8f8c23343407bf3e0904005211e75e42 100644 (file)
@@ -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/>.  */
 
 /* Mach does not support the IP_RECVERR extension.  */
 
index e67640a65893b7fd1a933784f4b0add92b16aa1b..d9258304d5cc81cfe53ce8129230fae222917a8e 100644 (file)
@@ -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 <unistd.h>
 #include <errno.h>
index 77541b39ad405774d610354f781ffbde6a6f9ab6..1f4a043f1d399bd30ed2049cd8281cd8db2218b4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <dirent.h>
index 85317272367949a108dba804bd4e91033db1bc92..a3b5f9c6ed1660ef5f8d35239fe52a6fae23791b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 15c642e61a6e1659b54f2af204a12c2b4ef20df9..ac01d3366f34c20d938c8a587e22e244ee44a4c3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <hurd.h>
index 2911557f76266670e5db929e716030855c8ab495..04c6873f426e439d524ee4a7e2b5688a78d9cb4e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index aee55fc08433e3e3b6b73268b49fc8867f64f1d8..4ae453840ba783cf38e8a1d49de4307a38404cbf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/time.h>
index 05fb4869a20091efa382ac840d1a578c7d51292f..1df9d7285dacccc8a6971850df9a2954058cd9ea 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 4857396cf7ae8e88a8ddcb5e5f9fe19716c2a42f..3456cbd7a8d6705bccd32b90cbb3bc04b605d198 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sendfile.h>
 #include <stddef.h>
index 5e08605756ab53d12d63bdbffc58a1e0fe270fb8..44c7ca9ffc688e7dacb7e2be435b9085a08634bc 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sendfile.h>
 #include <hurd.h>
index 47d5d79ff947442474c9d459a51bb7f90ae05637..af1b9d17a3cadaf98a57112c3903ed0b7ac2f07d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <string.h>
index edbb61cda8ad68eeed8e50c88cf73313d9b04050..73368f380510d9cd298961b844c0051ab3d52b5f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 416dca4a1e47f5f30ada7844a58245fbb060d218..ed9ddc19b40a44d4211fc92ed494f232e8a6f259 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include "hurdhost.h"
index ddefeadde98a1da2c7fd01df0ee64f14d87926f2..ef7233d2fa5e35efdc83494066dcb61a959f61e9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 7765bb3003d86bc7f0bb1d846ab3d638152b2637..0ea98df4848eecb6de94b8a60fabe6be9f7ad5fc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 1e1fe3394edff02ec21a6b392a578028a5a0c0d0..98120bc6be5cb5ce6ed388ec7e41540ac39814ba 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index a823a92bd04648c2000764e475f205a05037e585..4633599435fb1cbb41ae40a71e4371351b60e4dd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index adb45e9194e1827493a29b5fa423666ab570963f..e305c81dd71001038df308e566cde12b530bbba2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <hurd.h>
index 8dec55e3fde1351f31cb339a10195e7733f65253..7dce2de40d2616e33a1e5c8758b66b4154604c3e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include "hurdhost.h"
index 39aead883a707cc3da2aaf65a10fe93de05cdd30..34b433914c7cd4ca97fe1530ac3f9504d66eb967 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index 0c117742fcd44e8b4b7112667607e13713ac1a3b..fe5402e3af8a1bf0eddacaf4ff492a7f9c78d4b1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index c187c435d8da8419b369c4bea566d8023f3fbfb6..7f2d29d7c8bff481a5d5917fd78610a44b151fed 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 2de49b930bb0e3f3047f0d33b8c03ba304c5fc7f..7f764485dd5934e7435938bdfea80b2f0eb9c98c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 #include <hurd/resource.h>
index 0d2592d0f61aa823eace991f716df9fc151f776e..d831b1298befff068aee18dff45e723300647c9a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 6544bb030ebc7b05dccc3e4b17b5b9e93c36cdf9..f62273856f07f73280f5ac4e289812edccd85639 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index d8bd477c314a73b920c26db29dd012c37daccfc7..ed73dce0981ca7372e396592f15b214b30d058d1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 26d5ef515227e5ecb1a9eb04390f79fbacfe584c..e751f586b1561a2e402037b6cc52544339fbdc7d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 84698ca78e14794747e01c1355b2e24490b35492..068aed37aca313d49325867e215ed27ed603a223 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index a3affb1afda11cdff1af254f119efeef7acbee68..1022e06a233b0e32dcec556ed0629bb429740b0f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 9da2c74fa2088c9ec1ea63bccd89943a13863e85..2dea36071281339ed2b687104c1b7e9f15303de9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index bd0ffd64ac2511d3ce2842172e5c31d343c76b8b..31bffcad9d63e6d743915107a0d608b82754d694 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/time.h>
index 7935a2da20cb4eb74f6a56fb25cd7c6cb1288e49..b0bcee8d4f68f791b4932441ec0b582db8778ff6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index d6238a12557e6302034283347380a6611a689b11..7b728c8b4e7390bd2844c4b9cc84b07b0fa5124f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/xattr.h>
index 3a6264b701b8c7e34aa790e043076e1d4b1e74c3..bad28ba35dd430793d0d62d226008781a325f2d9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index ae23e22054071a9e48076b43a7f22ca4c038f501..39ce9a138895f4b615b1c34fdad307ba86be71d8 100644 (file)
@@ -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 <signal.h>
index fc1a9e1bd95f2936b8dadc6465579d8f2c9b332f..0c51870d4d72c4b214d8858b9c6bd45e160beac8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <hurd.h>
index 99a57d145c2952398fadbcd5e9dfdf9b50141d4b..fbec044d10245d4d1183651257e6da2a9429c3d6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 is included multiple times.  */
 
index c7d6d1fe675867001d3a2e24a5e255670d3c1d05..397d5ecd221c0283847860cd39eb9fca9910caae 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 401f932bf5619dd1031370c1d18a3581143bf8e2..240c4290df0b21946f853bbb64961af388d37693 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index b8cdde2dee75c419370daa62173bc4c7d549c2bb..465834052b889c69e372842e9cce5182345061d9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 3736295acd836b7c49cb6a27176794ebc8bcd13b..9551285a7065f8dc1659bb4558077ba192aa9bed 100644 (file)
@@ -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 <hurd.h>
index ddfc0d2e5b8ac5d0a09ab1c58a1fd7957c8894f1..b70f7685b32a4eecddf890c29126ef0535d6e575 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <hurd.h>
index 87ce5babc96066b6c01eaed5e330ad6996a236d5..b3bdc93a158f10b87d4e8d99d77356440b99a19f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 3e0c009080d3383e336feef939a20db92e0cb7d1..5eb22529940d54ed8e484e598b3ee02f5c3776c6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index e8024a2679b2cf72ac8fd2c1a1b5eecabda27c50..e6b032b8a4e893bb8c5f05bdd767895e9baf05b4 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index f1c6eebcf9bf0b7137ce3a2f4b2e6437a0a26fc6..ba012a31442b2c5ecd761c1265303427a305e162 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/statfs.h>
 
index 74d38ef4abc3975e075a42af56a7ff336eec3ef6..000c3258561cd3a58b0a1a88b5acdb4764a060a1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/statfs.h>
 #include <hurd.h>
index b0ea8a199f1c63c8a51a33f332a3ac6d1b325f21..adcbd65fe853d21b5fbdf1a4e8c0a11e4dada2b2 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/statfs.h>
 #include <errno.h>
index cd3a564b00d3914211cc0b78d96ea49d0295bc0e..6e45ca236b41e7a9a86975e48aea3019bfb21d52 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/statfs.h>
 #include <sys/statvfs.h>
index 9428153a7e43ff35208e441cfd9f3a44b4d49be0..d175b6a33b1b750b0812db8467e37a3bd1d1b93e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/statfs.h>
 #include <sys/statvfs.h>
index 90789eef2cf5d16c9bd487ffb7968d5151b9a42c..42469ae037d939c58165636c8da7546dd0a8a62e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <unistd.h>
index df65a91418ee71ba10951fbfc85959f160e29fe9..42bd9b2885a9934ff680e2e64adafe2308247831 100644 (file)
@@ -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>
index 96442521d0eb87bda6a87e23cda128e6dcab1803..0031c248cd855f589f319646ed63b6d75cb5cce1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 52f991c0f1ac51ea1093b5a7a3dee4907cdddd04..57d7ed444b5900df9114796510ce059bacfb6290 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <hurd.h>
index b6c332f081bb32492067d29d786832c85d433024..3fe9a3af3b4edfc64edcf4f31fc6ca6893f372f9 100644 (file)
@@ -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 <limits.h>
 #include <unistd.h>
index c2faa1b21b3ed2fd1947e45b3466d1774999d8f8..049dbca9123f9077a9119fc83537ecd1b927c072 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 7758311d83f81202207101dc615fceebecd8438b..3aac803c51ef6dcddc17a13cd325c8d640ff75b7 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 1ce260e48e6965d6441af523679cac47b5c786f7..a7b3575f0177ff1bf685aac68eec1cba671aca34 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H
index 3421adecc68174039867efb823c0169a0239f501..232957a74348e70fb0726ca4aab86ee2aba1be25 100644 (file)
@@ -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 <hurd.h>
index 4ac2d16dac8a39a36e7fd4f366a95451311bc95a..06d47098b761e2f04cf94d52735f7d3bd5586ba9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index f6ac3131fdd156009f299b0eaa1631ebf8c904ac..10a8a53fd85efb346faf5588fefd2d22433db314 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 070ac3fd5934fe8b1dfed634e78d2c9253259af1..3e5b54a4002012565224f770205035033666b9b3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index c2a768004cf9c7f282eaf92bf78f892e6f6500fc..7e1bac0b08f78a90e4f616241652779288612bd4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 5e9b4dd41132da06ada1a195cc27c81c591cc196..b447811d5db0cce069013c15e36f65dd8f0262e2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 #include <hurd.h>
index ffba091e326b527e88a508cbb97428819418e5cb..d85626cc8186bb513b5fb667df945988126865fc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/utsname.h>
index a0a53b2c91a4b430c65e519b634a3c682eb2fc86..7857722dadad146b4c3dd86c4070fa20f2987338 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index a5c6aa5df17315f8fb9b70972a4c464661f7c27b..673ffb271d576fc223813eca485f24d9ca57cfdf 100644 (file)
@@ -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>
index 44284280429bf3ec6bb7b5f1bae1284f2144b0d2..136059dd01e5837b8f68668333336f0159bccc64 100644 (file)
@@ -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 <hurd/hurd_types.h>
index 2d39c99151f269c89db993b6a30f66896062bf8e..2ae73ad0f090ab5afad58e10a42661b416ed84a2 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <errno.h>
index 824116f7d2b910f4392865931ed4c81f22060685..962e536defce832e68be85747349006d799eb221 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <errno.h>
index c9657747d1f3184fade660402f2b8f8b1a4b609f..78ad33e8f5cb9a2d851309ba6292a7f053eb6d85 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/wait.h>
index 2ce539161a7ba760bb17ad2fe9f081c0403c19ac..f7832bd6c8c06f102ee9a19fdffd3b5c759e5039 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index bfc9d920f44485e000087a5cda15ba4dd3672496..5a39c91cd8fff79a656aca348cb7a2477825745a 100644 (file)
@@ -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 <config.h>
 #include <sysdeps/x86/cpu-tunables.c>
index f102ccf7523d1ec3847a1b5c6b6cc727398d5652..19ee49cb31d4e7505ce24bc92250b4976f94411d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index db751c2e2faab60659344e801eae82fd4d6ee552..da470d8ebc0c2eacb7448cab668246c926e0667a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index 8cb6e510529919b56bcaedd86bf3b51bf16aaa68..cf66a0deb7b543e696c37fdc83c57a470eed9d71 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index 2ab06fd26b4cb1d12826956f8a8f68045dc6be4c..58fec1065270971f33a15e5c98e7c246cb367287 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 RTLD_STAT64            /* dl-xstat64.c, but we don't want it.  */
 
index f411adbcc8d6ce33b7099d1e8fac391f9287986c..af235440939125ca1cf96e65982f948e2c6b8f49 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index 09a549d5791b9e2c7faf828bb5733b740c28706d..126055a4330f37830401fac4e1df30b92f020d99 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PARAM_H
 # error "Never use <bits/mach/param.h> directly; include <sys/param.h> instead."
index 1f68caf375776dca387786098c14d43fbc0998c9..dc3a6af0c161167bb64da6db06d4b22530162ee3 100644 (file)
@@ -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 _MACHINE_LOCK_H
 #define        _MACHINE_LOCK_H
index 3ec2db86519096011254dccd27a92ffd596279b1..bd74b884bd44baf75a72af410af8bd9fa30f53ba 100644 (file)
@@ -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 _MACHINE_SP_H
 #define _MACHINE_SP_H
index 5246f54f960c082fb9519265723d0adc6a9f6415..e20fdc9d1f54805926954f407d99a40eea80206d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index d55e4fcea83f1a7a0d6c31ddd85e4a23469ab274..e6783d57f2e6b4a7e34d9f7142e508f79060f111 100644 (file)
@@ -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 _MACH_I386_SYSDEP_H
 #define _MACH_I386_SYSDEP_H 1
index 2328969adcf6bc879f9e2989b032107b5da9746d..9e282ab16a8f4fecbefa485d6978ded79ed4a0de 100644 (file)
@@ -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 _MACH_I386_THREAD_STATE_H
 #define _MACH_I386_THREAD_STATE_H 1
index e768973aca05bf65baa1864459b79b79a9b1a3a8..756974356b83cb7ff28e0a450b00217681ea3cb0 100644 (file)
@@ -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 _LIBC_LOCK_H
 #define _LIBC_LOCK_H 1
index aa6e95ef02279d0161ea31ad49a94bf9871e5c35..e10c2635fd7e946e15263110177e2b8bce7a63ff 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index d1222b68a02c4d83aa8c29157b96cd2ef7ab33d7..f67cdb910d227216df3ea43ca637e71ccc6e7933 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index 0599473f0034a9f49676e7e5841f1ccd22839266..6a5fb0f6f182510e34aa101069765d815e5c88ca 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/mman.h>
index b4790aaf3110ae497dbfbcfaa48e8e19dfe2c085..67caa3ea8aa6937b41be2d6663fc076889c56be6 100644 (file)
@@ -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 <mach.h>
index fff62d3a79329f8c749873aedc0c9244e59e8300..6a8c3e0d9baab4afac08bf115f4695c7c3bf34ac 100644 (file)
@@ -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 <mach.h>
 
index 732cbbf8992b1d0c7da914802b5f21b18b223f37..165c13920794039fab8e312ef00da1eacc988f37 100644 (file)
@@ -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 <stdlib.h>
 #include <stdint.h>
index 5b4f64b076b986b22b20bb49fc97f880bd8da8f0..7c05977a097b507d826bc10f63b4c0dc0aa5019c 100644 (file)
@@ -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 <sched.h>
index c63ef926b7e4b80f956641edbd85228e2b68c6f9..b30ec7b1d6005770255aca345c6c7a4f85986a59 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include <time.h>
index 7a485d7e7c9bdf1645607bcbd408f988cb475348..bd4f9c9da4088ba063a36b2ae6eb9591cbcf1c68 100644 (file)
@@ -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 <libintl.h>
 #include <locale.h>
index fccfdb33e39523ac8eee443d4e9b075a20447b91..7bc49259f66ef00468e6849924409f022b59ef9a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __ASSEMBLER__
 
index b3977e34909df96d2506086293ee230354f5d12c..ecd707d9c2d2e8eb2ae754caea7f6b7da8c8a859 100644 (file)
@@ -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/>.  */
 
 
 /* Everything else is called `thread_state', but CMU's header file is
index 5d4bd205e15ce93847fb4ad5597359b6dae202ae..3b79857c5d37ffc5d34495484c076323d83ed728 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mach.h>
index 4a52d7bae6a1977f73841e8e7a0fb734530b4352..18012b7870858a33b67a7704f2df007ae36d1be6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <libintl.h>
index 5c5fae22feb43c9b8033688693bf98d6850fc9d7..b9fc52bb8a194fe0c89e70e5eca4613467e7fcb6 100644 (file)
@@ -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 <sysdep.h>
 
index de4a6b6ea101f76c1121d3ab64513b94720322e2..08bcc6821b26b1f7f2c2ae9d647adbd2e4c4df7e 100644 (file)
@@ -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/>.  */
 
        .global _mcount
        .type   _mcount, @function
index 441a95a6fbcf7124ca44041e30e4607bacfb8614..b1534ca93be7a7c9ce7370970232bdc6503b21a5 100644 (file)
@@ -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/>.  */
 
 #undef ALIGN
 #define ALIGN(log) .align 1<<log
index 7e7368ea7cc58cebe7554723a0ad82a010528800..45b99bf55e9d109ce72a36b325e72a399a170e81 100644 (file)
@@ -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 <stdint.h>
 #include <sysdep.h>
index 1fdf60ed62dcc55ba358be2ae0a88f68916735af..fc937517bf36bae9829bf6cbac18e7e0751e3493 100644 (file)
@@ -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>
index c9549201e36a98ccbf8feda3fccc3bc40b933721..d4035bda43cef81eb5dbda0cdec358857a4ffed7 100644 (file)
@@ -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 <asm/sigcontext.h>
index 3650f3d564f2045ef7beb380489fe4c7c0c81da2..6e961a554746e5ba88c55a50d533a069d240fd0f 100644 (file)
@@ -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 _ENDIAN_H
 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
index 602771350c32a7ca1f25e278f40def6e58f8566a..10ad106d3d63577375507640e7e69a051db3cbf3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index f0a206c98b07718270dec1f23dd9eb221ce97309..aaa79f16585ef181b1e7ffc13cb1bae8a876fbd6 100644 (file)
@@ -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 _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index a35ed08913f584ff56bbf5c06140be19d221fca6..eacbdfcc5104f8f99b34a672187c3e965519939a 100644 (file)
@@ -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 the machine-dependent type `jmp_buf'.  */
 
index 510b2ebe3ba57afb6eddaf0c0f67ffe58fcb2316..bb07d167233e466b238de820a60af1d58ff7b02b 100644 (file)
@@ -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 setjmp_name _setjmp
 #define SAVEMASK 0
index c24e87fce2ba125d6ea004618e6562b09cb5c532..a788698d39ef228e9668ed7ffc5192d2c7c0aa40 100644 (file)
@@ -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 setjmp_name setjmp
 #define SAVEMASK 1
index 2a884ad1039704a6bd96fafa3982692d11bd52cd..bdce9d8e77d6ba3a19cc154c9447d0f7b60049aa 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index a6f0875a000a2f203c16643c167a491e7afb2eaa..5f8d94c316cd7ec17150e4429e8258421110e51d 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index 58c203ec637f28ddc0dc1538322a33912427fa23..ea149ee4454c7916c10db40354628948e8027860 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index a5db5dcd8fdd21c8fd31483b11f3083d370092d3..316970c192a47e2eb08e030be2e7af2df4d3153d 100644 (file)
@@ -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/>.  */
 
 /* Type used for the representation of TLS information in the GOT.  */
 typedef struct
index 77fac0184774b98da1e6ee8bb353a58f2973e3b4..4ad6f544dd08e8fae139d6a3ae4bc4f49bbe60c2 100644 (file)
@@ -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 <sysdep.h>
 #include <libc-symbols.h>
index ed9e2ab5df05e16d1155e0f0ea1fee1fc5a57a9b..2541a993745324c8efc08981c4397a90b0e13c72 100644 (file)
@@ -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 FIRST_PSEUDO_REGISTER 78
 
index c1ab55ba390a2cddcd824c675887b1a147bc49ad..f404c42a31d3430092c9298039ba3d967c56a6a5 100644 (file)
@@ -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 <setjmp.h>
 #include <stdint.h>
index a0950c1eb527854384a2eace515801d39e9ec144..33f67858260ad62dca8e0b13dfab1d0f92c25f1d 100644 (file)
@@ -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 _MICROBLAZE_LDSODEFS_H
 #define _MICROBLAZE_LDSODEFS_H 1
index 8dfbef49b6ca1ffa1c24f9e38a6f8a819995f50e..91e79c232fa562e42e80ea07580f923421dd3ba0 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index f63a01d8548d4e022e07f082113c905e21fbdbd6..09da7187be73f51c9431d4498cebaa0b6db6c4cf 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We need a special version of the `mcount' function because it has
    to preserve more registers than your usual function.  */
index 117a830dc4f53bb67814ceb324c0b3e60328ab85..430cf99d76720e194e9f5ca803ac01889eafc2b8 100644 (file)
@@ -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 GETSP() ({ register uintptr_t stack_ptr asm ("r1"); stack_ptr; })
 
index 59b9a7127a0b3ab205b4065bc979510e06644894..8e26dc445bb103afc99c0029c9ed44f3f420081a 100644 (file)
@@ -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/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 838e71f4e1454a6d8570fb09ea1fce441f471d99..b1ae4aacdb1a387bafbda29f02e5f0c6a0afbcd1 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 # define _BITS_PTHREADTYPES_ARCH_H     1
index e1bb17af4c45b563ce3bc1d1febd042206288734..9988a717a06c676a66c10714cef320a46e3800bb 100644 (file)
@@ -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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index d3ddc9de0bf4bfc21b16c39d60a1b31d4ab1ae8b..34d32c7efe162b60c119b7e8c743b77de40a2402 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
index 5c6a1e844c7a080c394411b80e6b510645826c0e..9d6ae4de0dea252b3795fd50444759fdec206a5f 100644 (file)
@@ -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 _TLS_H
 # define _TLS_H 1
index 237c8a924c46dd1a0d6d782101e40544d3654ab8..861fd9c16a11049fb000d5cd7bf1f0b21951e822 100644 (file)
@@ -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 <sysdep.h>
 
index 6658edd84c49a9ab87c6623d0e1df85dfe1dab00..5fe76f611b9e177cfd04582d948d3a01d9748ef7 100644 (file)
@@ -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 HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index 26820f450e7dc9445c9ba0a7bf6daaa3af2715b8..1e97d6783ffc3bc701502aed9afcbf5b40b9b503 100644 (file)
@@ -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 contains a bit of information about the stack allocation
    of the processor.  */
index 0b60dab16ab7f734ae2a3212f977a2b4dac7fd8a..3b6c4de20bb6a2aa0fae59adc6cf3dbbea2e0f3a 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
     .text
     .globl _start
index baefe7a0286de6985f861708f35cb9c77a03e13a..3a06824b461f6beaab6715e6498826ddfdeebed1 100644 (file)
@@ -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 <sysdeps/generic/sysdep.h>
 
index f43c8c5c1a7158b42da0bc1cce159ac58b2dcece..6f2e448c9b40838959a70b9b566218e76c137f3b 100644 (file)
@@ -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 TLS_LD(x)                                  \
   ({                                               \
index 013ab53e481e2cbf10e3f0c62b58d924affa59a2..e100c244f94bd2bcde14e5801815cde585dee6c7 100644 (file)
@@ -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/>.  */
 
 #define pltenter   la_microblaze_gnu_pltenter
 #define pltexit    la_microblaze_gnu_pltexit
index 2c2b961c94bcb45ebe2f43d3b706c4a3a6595c07..eb7e0d88adad6306cbcbc10d8cabd2482afdb997 100644 (file)
@@ -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 <setjmp.h>
 #include <stdlib.h>
index f70c5cc6580848a94126e13155b8626940c48f9c..aa20c70cad91370d459f69d08fa27e3349c85b11 100644 (file)
@@ -17,7 +17,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 14abcb76a4d78498bf95b757b56e4c328fea8a8c..5636e0df404ccb5e70700381bbe0897526f0abad 100644 (file)
@@ -17,7 +17,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 9c10c993c255c1262fb490398773571b2d424939..c3e917385e0fd049219539838446b4cb2204f810 100644 (file)
@@ -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 _MIPS_ATOMIC_MACHINE_H
 #define _MIPS_ATOMIC_MACHINE_H 1
index 11168d9ca12fead4f66e29cf91d40381d4d1408c..07aeefb6935f2f40db4eacc76c9419ed3699a6d1 100644 (file)
@@ -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 _DLFCN_H
 # error "Never use <bits/dlfcn.h> directly; include <dlfcn.h> instead."
index f0c9cbd6b289ce4b1f280f7f4e93e91e1f5182ef..d13d6b3328f3fc897dc7156f7d6452e9f8bf7d5c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 07fb7e0caa9df242c1224360bae67e51b45e1561..6a36e0e230ffb5272cb75d6896ab1b3358763361 100644 (file)
@@ -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/>.  */
 
 /*
  * Never include <bits/ipctypes.h> directly.
index 57f664bd00d23caa5a15d9749020db2eccf1f513..ed907e9ff64719637f5ca7a8bfc921cfd3b4e1cd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index 108ef2741b69d635ee21204e2b68ce427be37a06..97cedff99001eb88476e5abc1698b04fe3729a59 100644 (file)
@@ -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 _MIPS_BITS_SETJMP_H
 #define _MIPS_BITS_SETJMP_H 1
index a75de80c041be4b4106bbd785985647d48d1f7c0..8e81cab8bfea49d59e5f3149439d11638bc16de7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sgidefs.h>
 
index fdb6e18f92f55e8f4a881994440fe1b40ec8be96..bf618d557c2b765704b770fedbb10f443fe01236 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 0)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index 1976da16cf8e303a2a6984c20e4d48371c3d2129..477d93d9bc39d44034514661a9b9bab46308200c 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 1)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index 3b490a34aac41594145eff80f033d8dc5e940699..4f3cbf48834d7c36b089c7ac3cfa245ccfa0be61 100644 (file)
@@ -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/>.  */
 
 /* Number of extra dynamic section entries for this architecture.  By
    default there are none.  */
index 6cb9b042891cb03e9e1e09613498e0b4a90204e5..91baa79dd9c16a70bbda3c269977a651f7c5f805 100644 (file)
@@ -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 _DL_MACHINE_REJECT_PHDR_H
 #define _DL_MACHINE_REJECT_PHDR_H 1
index f9e7e90b4139b6ee5173d184e6b41ef1db57f4af..c036c7a90504118f922755f7c93d3e5b1cbb2a7b 100644 (file)
@@ -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/>.  */
 
 /*  FIXME: Profiling of shared libraries is not implemented yet.  */
 #ifndef dl_machine_h
index 8ff093eb804e8fba535268a704488b6464383ded..bda7da010375007c5eeb9da20137ad2662f57009 100644 (file)
@@ -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 information must be kept in sync with the _DL_PLATFORM_COUNT
    definitions in procinfo.h.
index e25835a6d0390a5240ca5b2d3e4f847e85400109..cb8280ff8b4eb023ad5270c77bcf0579c9402790 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_PROCINFO_H
 #define _DL_PROCINFO_H 1
index 8569d8e50b97d9576f17e3bd984d9ab36ee4e2d0..bc48b951a1e87028012c771018227a734ea47859 100644 (file)
@@ -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/>.  */
 
 
 /* Type used for the representation of TLS information in the GOT.  */
index 5a8cc7dc56eadcb8e4e752150110477afbaf4342..74a2bffdc3ddd590e3bf3aef8c44646759ec380a 100644 (file)
@@ -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/>.  */
 
 /*  FIXME: Profiling of shared libraries is not implemented yet.  */
 
index f657707c77eb6466110560512926027eb0e5abf1..85554e9ace9ca56095fbae5fd5d87977813bce2d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FPREGDEF_H
 #define _FPREGDEF_H
index 1a120fda91db5e08bac812e659b0e5a856c1a0d4..a8231160b18eaa9022b1b0ed4d95578c58280cb6 100644 (file)
@@ -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 <sgidefs.h>
index 62ea79f581ba5ebd1a0082481b1f657fdf6d1c5b..c7e71a3f66ce23e26f9bc068b984fa7ba0027a9d 100644 (file)
@@ -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 <sgidefs.h>
index a8fd4523bc55dde295c7dab02d0aa96eee49fe3c..49154c1bb274b29b5364eea8cd82e9e67a58bd22 100644 (file)
@@ -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 <fenv_libc.h>
index 63d096448ccde8bdca851b585c630d5577f1e9ca..24f6122b2009262885e0663650fd4abf8d3e40da 100644 (file)
@@ -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 <fenv_libc.h>
index a1fd17b1fc8221949eec6534306ba95a15455ed2..2aacbfc7db53e2c109002a20ba85a80800279096 100644 (file)
@@ -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 <fenv_libc.h>
index 9a414cf302e03d5034236fcae7e5358590bd7f3f..7ed5c5b75459b8df1803b533faedcbcaacc47c12 100644 (file)
@@ -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 <fpu_control.h>
index 9626e91168600a40a645260988fd6292a3cedc9e..695e5b6654523e19f1838e93a0ecc6ffea8fe9df 100644 (file)
@@ -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 <fenv_libc.h>
index 0199ca5f053b91e3fbcc9c32170dfde55b922d1e..b593b0b9a0a8dc769baac69d023d6bd72dc83d75 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index a03691e8238e82bca2c19d77fb7ac510ca6c7984..057a11f9940432ecf9398c5f76ed0f50adc5121f 100644 (file)
@@ -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 <fpu_control.h>
index bd7c2cdad958ce087f31f06dcd434eef4816431b..18fd877709b88fec6565b053ddce127121f07b98 100644 (file)
@@ -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 <fpu_control.h>
index fc7014e573422a003b46e847c492d924636c7375..e1c243e4522f6ca7fd748d86dc27a07d835ca9f8 100644 (file)
@@ -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 _FENV_LIBC_H
 #define _FENV_LIBC_H    1
index 7dbc4fd058508ca7e1af9852d21c979b779b64d6..5071bebc1b73db3685c706b264d11702f28151c3 100644 (file)
@@ -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 MIPS_FENV_PRIVATE_H
 #define MIPS_FENV_PRIVATE_H 1
index eaf4a8389be98afe0b7f2ff597b462398977af32..f0da507e40e24f846552998e4a526cbc2a08a7f0 100644 (file)
@@ -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 <fpu_control.h>
index 6f6d5d80bcce248ee2c0f48fb677ce193f2967f3..0ab9b0b07a2f16d597b8c599016ffedd3a250c3f 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index b554bc5916175a849d39fac09016936e7b1d172d..aca0a53f0401412a0978b84212bd2999b5f1d3b4 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 812d64a176eeae7991f539fa4b4d21f85c386da1..5f4d7298de9e81cc89526e1cb98362256e975dbb 100644 (file)
@@ -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 <fpu_control.h>
index a9d7f8cc8cf13b84a5afe58c3aa74e98f901cb39..f87756180ee07c66042db5a3fb190a16fe0afb45 100644 (file)
@@ -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 <fpu_control.h>
index c7613d903f34245e5f8de0c57ba07866c9e90b19..6f595c0caabfd81e172b061c646ecca430c19270 100644 (file)
@@ -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 <fpu_control.h>
index 23c74577b3120e7e9a60de52d05552c39130b528..08846223f359bed7bd1684828bcf90fdbcca615c 100644 (file)
@@ -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 <fenv_libc.h>
index 07417c826da99ed2b203c439dfaa8d4532e9b1ed..82f82f04fa38a385bd18fdb7adcb22a1b74c5075 100644 (file)
@@ -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 <fpu_control.h>
index 03df149c02c825eb9f4c345c903198247de1069f..4155fc0498bd79c112a1159439726f7065fdfd72 100644 (file)
@@ -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 <fpu_control.h>
index f8c834a0a778869fdedecede02e67197a495dda2..8cb8190729a1274f7a3c6e57112c7932126d3e1a 100644 (file)
@@ -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 _FPU_CONTROL_H
 #define _FPU_CONTROL_H
index 706544a66b129295f137decf3628a7f2340d4be8..2c0d952599940462106759f838ef6ce9142770a2 100644 (file)
@@ -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 FIRST_PSEUDO_REGISTER 76
 
index d63c9f9af730d65f34602090880a3c5c69a9d89f..7ab2dd67af57fd5d1c19d732a902d63bb5d42def 100644 (file)
@@ -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_FLOATN_H
 #define _BITS_FLOATN_H
index 8a98673224c195d024c4305ada7cd41647d677cc..b52f3f860ef7c701a5926d1541a9d6a2a2ccb3c6 100644 (file)
@@ -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 <sgidefs.h>
 
index d5fb9fce47c43c37ffd61227b60fb980f686c79e..ebaf8d84c3930a8e8abfe8911d821dd9ea821c77 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _IEEE754_H
 
index 7082df7cc571ad1eec55360ee1b50e67fd085820..bfb5d5ab79b017c15c7e532d253488791958d67b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_ASM_H
 #include_next <sys/asm.h>
index 849bc08a7893816c496eb2df77add939ae73076f..28c6e887c0773e411ff1bbb41bdff164f0df9e9e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <setjmp.h>
 #include <stdint.h>
index 95cd38e48639b4722b4d25e452071ea2e5942e92..656dc31ba087b04a10e5f876c625c218ed320af6 100644 (file)
@@ -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 _MIPS_LDSODEFS_H
 #define _MIPS_LDSODEFS_H 1
index 7f6e55436c43ee12300a0c12e60b05ff93b28e3d..06dba3122fb977794d486e3e26011be2281b023a 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index 94fb87067572cab94309f51fd148afdbff978a82..57753c71fcf7645dbfb322b6976162174a2b4358 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index b251852af8d3debf03e898e07645c8fbf31a9de5..19a78ad5564ac032d56e7aafeb1dd99216f8fdeb 100644 (file)
@@ -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 <sgidefs.h>
 
index 9030a485d4283a17c4bbddd5c1cf5f1ba5051879..9d0706dc3b58b866cb313716ec0f0f9418ede68b 100644 (file)
@@ -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 MIPS_MATH_TESTS_SNAN_PAYLOAD_H
 #define MIPS_MATH_TESTS_SNAN_PAYLOAD_H 1
index ce0172634ea81fab59d54347341ffdacb06470fe..8a014840e444013cad3c749634bc5715f7d21929 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 ANDROID_CHANGES
 # include "machine/asm.h"
index 66664ea4a969fc8890e13b6e1ab2c305d0190ed9..5d1cff411e3a4459915d09ff78c60353c2ddafa1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 ANDROID_CHANGES
 # include "machine/asm.h"
index 8305bd5524767d40c2ab5681be9ad2cc04ab0db6..bf2375fa55a8fb5578a657f89414d7b1f761025f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr asm ("$29"); stack_ptr; })
 
index 7bdb9d12607b4da97a00ba2ede90d88551a45ffe..d3f4b455cc7d1437804f984198bc4b0cc74346c3 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index 0c110c00e67c9b4b363b7bde524025a1f7f44c97..ac4c2668bf9346d5b1f140179275111dd06fac4b 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index 337ad64a03bfa4abb987447a9eb73d92c051ae93..10a7b5996fd9d7f1f22b7537fc6869a8b8b606ac 100644 (file)
@@ -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 FIX_FP_INT_CONVERT_OVERFLOW_H
 #define FIX_FP_INT_CONVERT_OVERFLOW_H  1
index 58889b4305a7ab382fac00f7b72f87c2dd6d8694..0c530077b903c4ce8e380de947b50aeed9071b51 100644 (file)
@@ -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 <fpu_control.h>
 
index d4947be7f32648e098841c647a56de62765ac628..75bf7cd7be611469025b8a4d056e5a8f1d6db456 100644 (file)
@@ -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 <setjmp.h>
 #include <sgidefs.h>
index 7309c7033679a5d6ca02b3d4c622da1b12b77401..b6ab9debf69f544c39e04a5036c2ae393f3f97b4 100644 (file)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public License
  * along with the GNU MP Library.  If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <sysdep.h>
index a5d6bda35c2aafa84484438b2f7603dcd464e8c0..b16dc192b8ff0e30fbe484637b4d1f43112eb675 100644 (file)
@@ -16,7 +16,7 @@
  * License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.
+ * along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include <sysdep.h>
index 02d4094de420103fd90252664c5f2dae3091f054..6a9d90778bdd3c701038853b1e995ee890d7b5c2 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 0)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index 24d31e0300ea091fa942f12df4dc81de687755ce..1336f9eb1ea4322f5dcc93af6e4ade04c04f580c 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 1)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index 0cd27441549d4c783147fd1d3a159170c60cdea7..8386194a662e74313790d826ae6ec0c89cec29ce 100644 (file)
@@ -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 <stdlib.h>
 #include <soft-fp.h>
index 188c835e147de3f7a6f52b80af3338b8b987c652..809dcc1fa05e59017e366fee172e734bbae219ce 100644 (file)
@@ -15,7 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
 License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library.  If not, see <http://www.gnu.org/licenses/>.  */
+along with the GNU MP Library.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #if defined __GMP_H__ && ! defined _LONG_LONG_LIMB
 #error "Included too late for _LONG_LONG_LIMB to take effect"
index 16a243afa4459899ff3b52640de0741bcfcff2e0..51879835cef8725a9f2713d90a46ff6780f8bda3 100644 (file)
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public License
  * along with the GNU MP Library.  If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <sysdep.h>
index c980b9fa8cfb546e43018a56453fdad0bfc5ddb9..4a48ef2b84b151b424b1d41107c7727a3ad7ee7e 100644 (file)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public License
  * along with the GNU MP Library.  If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <sysdep.h>
index 5a6b1a0088f826dfbb9ab6e1423077d684d625a2..7f844fe5687ca52263e97985e7cd90827d03fe13 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index fad316e27f537640ec8ef1ae84dde05787141605..9d4e45936b33139ef978922a69a75b15910b49e2 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index 43c49abc1df39d8c5460651cba3db22eb16d1d4c..78cf9a8a7f4e1caa17cfb15ccc7bcfc10772299b 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index d6870d18b298b295472fc076113d91edb175379a..7210c71617b3c13c9281599446e0eed532ebf5d6 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index 5d426c2f587ba7f09397b5901bab4ab3fb6eafd7..1c3e40fce2a8ff76d47a50a6d65405eb13cd74e6 100644 (file)
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public License
  * along with the GNU MP Library.  If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <sysdep.h>
index 586f791b601e0a7a9854844487fc9bbfa5ef51fa..b67e4025d72e5e31680f30192d5cfe696ec283be 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sgidefs.h>
 #include <sysdep.h>
index 16515a5cdf53221c06ed1809641554c5810d81ed..ad98e666a645828ee47dbf6cdb27158e62f40035 100644 (file)
@@ -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 <setjmp.h>
 #include <sgidefs.h>
index a92a9b57f35fd808ec8a5000de1f632fe1648042..0778113677040bb827cbb43301e53c00b8190bd1 100644 (file)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public License
  * along with the GNU MP Library.  If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <sysdep.h>
index 3e424f4d1091cc4c2bfb440679a2b40599fda2bf..bb9a23db57e48a466b2164f971e4f3e86553c1fb 100644 (file)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public License
  * along with the GNU MP Library.  If not, see
- * <http://www.gnu.org/licenses/>.
+ * <https://www.gnu.org/licenses/>.
  */
 
 #include <sysdep.h>
index 720f1a76376eaa1f3bad31a68c9acba071a694cd..4b6b885cc980d628be88e28e90b902441d55d55d 100644 (file)
@@ -17,7 +17,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 0e56723723fd64dd479a9d561be0257fc90e0be4..16aee71aca04f857ba992380d93d8d1c9f7890d9 100644 (file)
@@ -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 NAN_HIGH_ORDER_BIT_H
 #define NAN_HIGH_ORDER_BIT_H   1
index 5a0e7ab33e940f211c769cf99da82678ca7734b3..9adc24d19f3c724260857b06722e4568dfe9287d 100644 (file)
@@ -13,7 +13,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library.  If not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index bebee00258e744b6656915974dd5540ff3bc647a..b32e888ea53ac9d3a91f444974b6041b85cc96b7 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index eafeaa3740d78bf9c4f117b5aef472029784f0ea..e76e6c3dc6291bef08e4d2bcb685fd62d6a9eca4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index 31dfef4a78f04de343c33707399ec6e0a3164484..e06c2caccdc5c05d63ac0b499538e3e45f9b2f44 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)
index 20f74ac808a06e98a4ab2dd0bb9eab9ca4d0462d..e0364d46a8910108e74a2d5c21121c0eb98c816c 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H 1
index 62652864fc53b6a733c0bc861e0b1a7fa18cc400..34c1988c98b788995e0c205988f7f2439fd74043 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _REGDEF_H
 #define _REGDEF_H
index d45ab4c8a14a5fed37e58f43ec8c895460dc6e74..254d3d0ca5245d8e6d5111ad7838378a5fc0a41e 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 2f9d96bc66db99280ced0cc304112725500f51d8..22d319d15afe758f83ca71c163f00b7a2104f1a8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index f8d2e7daeee5c2cf194f84554e347aa719406027..94ad2b464318c817861cceff8fec1148044cd455 100644 (file)
@@ -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 <setjmp.h>
 
index ad45dceb190c6c742abb44b2e712260d7394e2c7..6495d75c77a652bc6b27cd684d72e9eae52bb5c3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SGIDEFS_H
 #define _SGIDEFS_H     1
index 6b046c5302079033b39c38a8797523d49ed7a1dd..82eef66d91e8a29715715ce1de49d9b7af6d8774 100644 (file)
@@ -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 HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index 5e08d5205387c709da39c6ca89a72bd70313c1fd..c6638f022382b09a52ba272c3f7aac8fce73163d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index 8638e5b545603510849da4f7dced25e4cf541712..a63e491aee2c8fb14f22c094d4c89218600fb82e 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the 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 __ASSEMBLY__ 1
 #include <entry.h>
index dd7f0d11fdc8b0fd99dfb47a69162c8dc9fc9531..d8ff40f802ce94b1fb19468996c0e2d15382e6b1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 ANDROID_CHANGES
 # include "machine/asm.h"
index 12447572ec2b7f9919c596074c9326eaf5ddde14..50b9c62ce36f9555c4d037bbd78eeebf65351f24 100644 (file)
@@ -17,7 +17,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 217bc877ba79b824c02b7772a24d62da5c3fcc28..e56673dfe9bd4d9f5e315e944fa6bf5526a94136 100644 (file)
@@ -17,7 +17,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 3a04974a76d1f9113390d049e995ada8d2b33b51..2365402240f0d75918aea27cf4a5daa9e9154871 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_ASM_H
 #define _SYS_ASM_H
index e62f74b36052668c14a58ad57d21499892922d01..e89d35e5ddce1af2cf6f840f6a885567d3dd15dd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_FPREGDEF_H
 #define _SYS_FPREGDEF_H
index 2b53e6dbb9d1764cd78cc27a5465e00b0e6eb239..f74d7330be9a939f93d1e8629c634efbda80a217 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_REGDEF_H
 #define _SYS_REGDEF_H
index d094edd4ef5d410d60982317734eb9adb13dd887..4a7e4ad0df55f016745b0133e6448d725d3080a7 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_TAS_H
 #define _SYS_TAS_H 1
index e5bbb466709f990fb9af8651b86a20523f5c9fb6..192c8aa356733c9a60cdefc2ea634f2062dca994 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* System V/mips ABI compliant context switching support.  */
 
index 86f759d1c85ae05dc30348a0130d2df91658ff16..2dedd39e811e2c2b03b8045d12095b7740f4b679 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 int
 fp32 (void)
index ca45bcc321853ba891c3b0a4b868b9b43882c365..f26a07fee5ce293f86aaefce1ffb5fd37b1afe2a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 int
 fp64a (void)
index 21846e25ec46661c115ca83cdaafd1eb57250588..808a40652b040b20fea2e24581299fc336e1604b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 int
 fp64 (void)
index 5d6bf9e4f92f17111789f8e2704b2a6342932d91..ac60a78ac75ae4a5584fcae5ad65df62e22655b5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 int
 fpxx (void)
index d6d7af6dd099d59b71bea63538327e4f8af8dca4..354415582f9e9323c8389682f41b6205394858fd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 int
 fpxxo (void)
index 76cf3b938970b289ca63fac9a5ef2f9137fa936d..ff79232b4a9f738511d91f844d1f83225d51b26b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/prctl.h>
 #include <dlfcn.h>
index 074d42e25a9016f8fc8e1bcb2e12cdf6d61cf516..11ecb18683d5963eeac6c898d4a46aea92d85a51 100644 (file)
@@ -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 <sgidefs.h>
 
index 096115e08ab61b53806b3f6ddb2decf9696b2f89..f5f35a7d03fbe51b9c4e70f0b3a7d82ec24c847d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <pthread.h>
index 83e6cd145a36d9dcfff3017e193d079c49e63491..a063dc3dcf8641b4b0aa94dbf1cd3799b4750bb7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 1003792bcad2a1065ad77d34cf4a2c99caa5c3d6..c7eee9b12411a9c3e8bde5732b85b2c6ffa3564d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index a175ebf90e01b372cd6bd3bbbaab0d29e0586f3f..55df954a5b48840cd542f284668ddda81b1a21d3 100644 (file)
@@ -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 <sgidefs.h>
 
index 1231da6912508c19c38dfaad378b4bdd76dbe242..ad71f9817a6c2b9b35bdf97b0d29b4dd88f594ee 100644 (file)
@@ -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/>.  */
 
 int *x (void);
 
index 7c29ae05cbed6c635045b04d65c9dd319ae82e59..6c21b84f405c44ea6f4571f7c731e25f8b4237b4 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library.  If not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 pic-ccflag = -fpic
 
index c3aca975c4360678f9d73008a5d02a353323ecc2..c91e839312bf64e391398628477503ba3faf8b82 100644 (file)
@@ -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 <sysdep.h>
 #include <jmpbuf-offsets.h>
index 3504d33d31fb374174a223c36c33b5741054c52a..49e6e7f9933a0651547b80ce922f11d6ade4e291 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index cffbe7087fd893862b0a708262c8e71576920ec9..214463a79ba430b1b77cd868d59ae8fd72622019 100644 (file)
@@ -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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index 54b58b682b5dbb452a036bdbcd9a56feb58bda7a..0594f7b6a05d0df6fcf69820649e528de7c2d07e 100644 (file)
@@ -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 _NIOS2_BITS_SETJMP_H
 #define _NIOS2_BITS_SETJMP_H 1
index 68087f60f928ba4bb2251870cdb220d7b44108cb..98d68af6956bdf1235d46978575b8cc8c74a8fb7 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index de35607100e3827b0a0db950c283c0bcb52b0804..2beebfb9d4449cbb5f2872e23e66652845ace437 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index 3264209e60f2239308e03fd942823ab13e2df7ec..ff140d99eb138d3b783de0e3599b23ca59621069 100644 (file)
@@ -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 <elf/dl-init.c>
 
index c42b4afb9882dbb9690d4fa4e73ad7f09e7997a0..806f50fb461177503ccbaf06d146b872a2802113 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index f27770e2bbd2d0949f4755c5a502c377be211800..58812c3f36c356e4f7c48c9540f408ca93c98fdd 100644 (file)
@@ -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_next <dl-sysdep.h>
 
index 8fa442382447c5a30f00e4543e2bc645534b254c..8e4b0f456d79d3f2aa003c27b852855bbaf1abaf 100644 (file)
@@ -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/>.  */
 
 
 /* Type used for the representation of TLS information in the GOT.  */
index 134ed5971599da11a7951677a8edf66a782acee8..759c21b75d6134d2c8cce9a7ec4179211174832b 100644 (file)
@@ -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 <sysdep.h>
 #include <libc-symbols.h>
index c2cc481f9699f2b827cda705a48637d599b38379..783dc896501a37ded9327350d6ec740cf8a4b86f 100644 (file)
@@ -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 FIRST_PSEUDO_REGISTER 40
 
index 5e4e1895b55b6b12acc0025a382bca1c7716b294..44e29ab004cc67bbbf3a526399894e14e38172ac 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/generic/gmp-mparam.h>
 
index a05f784ee5f74d266a8ed901e022e1466e2bd045..508dba8e035f834db1e3908f24543c8207e8f976 100644 (file)
@@ -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/>.  */
 
 /* Save offsets within __jmp_buf.  */
 #define JB_R16 0
index b45444919be55730a7e9350aa2bca0358ae59abb..7f284006556c91bc52ac87b5c74e650f539a7380 100644 (file)
@@ -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 <setjmp.h>
 #include <jmpbuf-offsets.h>
index 6adfa4a3266140d6219708608807d58e01153ac3..e1f0afff6fcad1993a97fd17ccefad5a3a12dcca 100644 (file)
@@ -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 _NIOS2_LDSODEFS_H
 #define _NIOS2_LDSODEFS_H 1
index 72e4ca27f84144595628a790b3e2e12250103e4f..2b7a9e72ccc5173775e6e6ce464fa9cdfabc176e 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index 26f19e53add1e4f628bf0a0c8de6222fce0309ff..c8905e4c8afff9bc4b8fd3c450a857f97babe2de 100644 (file)
@@ -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 <sysdep.h>
 
index 8ec2f944e64f058abcef889c1da8d2504e8e6484..be2440ee972122da23e8de3d05f10d4b7ba4309d 100644 (file)
@@ -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 GETSP() ({ register uintptr_t stack_ptr asm ("%sp"); stack_ptr; })
 
index c263783cd4026cf4d2f649f85879fc756109a376..396994b5e59fa3ad1e918dd2756a569a5b164f6b 100644 (file)
@@ -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/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 1091e63eaceec9c49a15d7c3ca2e4e24270d02e9..8cd8bbedafdf1857edc22fff54b668904b84e56e 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index 5df41506c76e58770c4d727e84de07553bac7e21..68caffe9a80ab04e32e2697cb33a6c7844eb5317 100644 (file)
@@ -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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index 27eab2d74cedc8358fadb54ea92062b30268ff0c..4064ffe3f355b4b0af8c1c441a28a9249a17b5be 100644 (file)
@@ -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/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)
index d76d61ab26abc0c2c8ea16fcb8d7e48e0f23d23a..b86c758757f23be13cb599b5a3bf38bb5568139d 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H 1
index 42944a15be7c831042cd4b2b1301f5f7425e0d04..e81cb14fb43f32d0ceb780bd14d44aa5ba67779c 100644 (file)
@@ -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 <sysdep.h>
 #include <jmpbuf-offsets.h>
index 2ab7753b8ce10beb177441930ab970ecc63ab6ec..353b716c98841538112143cc7bdf7f1c99668381 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index d07cb3b152f7755713256be64bc1fdeca62be450..1762d1bbf61f427e408353f1ad14868d63990bde 100644 (file)
@@ -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 contains a bit of information about the stack allocation
    of the processor.  */
index e5e14a02fdbfbd9b289ea05946572b1ac2a71c7e..37b6873c183f28ec1b04079e6f11f3c030417078 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the 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 is the canonical entry point, usually the first thing in the text
    segment.
index 9e95241e22115115db985e5fc3e2c318f6785177..a9800b3ab494d60a7e789bb50701a3f89b32007d 100644 (file)
@@ -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 <sysdeps/generic/sysdep.h>
 
index 188e7d1b8068421a8783e0932d7eaa7f9cec858b..b09dc527e28cfd8bb3c89cb7899fdc6502a009e1 100644 (file)
@@ -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 pltenter la_nios2_gnu_pltenter
 #define pltexit la_nios2_gnu_pltexit
index 633aea7654e784641eeda1b220ff998f3ada4a54..e1734d6eace1b4f08335b23a5e39a163bd0e025b 100644 (file)
@@ -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/>.
 
 # Makeconfig fragment for NPTL.
 # This gets included at the end of the main glibc Makeconfig.
index 76b091d9ca6f2c0d94e7f1265accd7158575459d..fbb9800a5c7038a5236a46ac3f012d8245f0a1cc 100644 (file)
@@ -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/>.
 
 ifeq ($(subdir),nptl)
 libpthread-sysdep_routines += errno-loc
index c5d829e47ceef2a129058274bd97f89132fd7237..74540aef759e1daefef00898ce9ff242831f73cf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We define a special synchronization primitive for AIO.  POSIX
    conditional variables would be ideal but the pthread_cond_*wait
index ef0d30afa4477ceef974e9f69a359ed9b9e0b64d..e9ea03865540ef4df735e6117c5f56d0a96eeb8f 100644 (file)
@@ -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 <signal.h>
 #include <nptl/pthreadP.h>
index 1b2a1740608d1eda106df4a5348ae1dc38e8e1b9..d993b7d6cabf859882686abbdf626b98f03e732e 100644 (file)
@@ -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_PTHREADTYPES_COMMON_H
 # define _BITS_PTHREADTYPES_COMMON_H   1
index aec0a121d0a5fd09adc7e2b1db0d3bd322a0d7ca..f7eb8d4c5dee978e3fb73924f3946b087238212e 100644 (file)
@@ -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 _THREAD_SHARED_TYPES_H
 #define _THREAD_SHARED_TYPES_H 1
index f935d341c5d1066fa7bbc974acb7bee726b3f911..ceed0afd6bc1ceaa9cff60ae64832ac891c62017 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 glibc {
   pthread {
index 3f357665bd06f4670a495b6142054ddade9868bf..bf8a755f32fdb0d61efca37d2893ba2885524564 100644 (file)
@@ -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 <stdlib.h>
index 99ed76034b190151206ae39539e2ae0bf29aa6f9..536777f4d033284146a2df11f39c0943309f5349 100644 (file)
@@ -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 <lowlevellock.h>
 
index dff2317b075dc5d0e9bbb249023d5b48c45cc296..4e6e8fa324ad0d0f19df8ae964a04e2fcf1d6297 100644 (file)
@@ -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/>.  */
 
 #ifndef STUB_FUTEX_INTERNAL_H
 #define STUB_FUTEX_INTERNAL_H
index a3492c7c487994d0d697cf09fc437040fd77a312..2cb9ebbce7b92b7f25108e4aded407bed14aed84 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We define a special synchronization primitive for AIO.  POSIX
    conditional variables would be ideal but the pthread_cond_*wait
index 53d037e0f1cf543de702dc2ff70fdd5be70c8f97..0539c6f3b126f6536d3c9a1db38f55225d5c02ee 100644 (file)
@@ -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 _INTERNALTYPES_H
 #define _INTERNALTYPES_H       1
index c2c5ff17ce311b7f75586fbf2e350b257211c337..d252ee37fd45d8594ecd90d33bd073bf996c5701 100644 (file)
@@ -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 <setjmp.h>
 #include <stddef.h>
index a1fe9a766b8471832a2f708130e53fcee9209505..ee847e905f8b5b227d13cb50eca3119180c728e0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _LIBC_LOCK_H
 #define _LIBC_LOCK_H 1
index 07d583f11a18322ce8bbe4beacef4ea63846bcf5..62a3b189941f714b0d7b3763db214b4cc6e5809b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _LIBC_LOCKP_H
 #define _LIBC_LOCKP_H 1
index fc46977baa39bfa88a139b4ae8d92d9eb1dd7b78..93ebe4aa710bdd832c421d65a0990a89636b3950 100644 (file)
@@ -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 <nptl/pthreadP.h>
 
index 53fd53d1d46c81aa279628f90c5e1fabfc6c68d4..4cceade0dbf7fc02f3735f8699409e4292c41c1e 100644 (file)
@@ -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 _LOWLEVELLOCK_FUTEX_H
 #define _LOWLEVELLOCK_FUTEX_H   1
index ac41b838ac36f31a5077c32f3d5ff927f23830c7..e3f006537a387f26ba47d25dca909cd7024cbb7b 100644 (file)
@@ -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 _LOWLEVELLOCK_H
 #define _LOWLEVELLOCK_H        1
index d3a67687f3456a0568689c390decbb23277a1057..a14a7c5a811b95ef0a8c8cd1a54cff6ae49bf93f 100644 (file)
@@ -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/>.  */
 
 #ifndef _MALLOC_MACHINE_H
 #define _MALLOC_MACHINE_H
index 4aa52c6390e0e59b174606b63fbbf9059c2ae480..007bf1f91ced68c1107904b3cfeafc1cd183fbfe 100644 (file)
@@ -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 _PROC_SERVICE_H
 #define _PROC_SERVICE_H 1
index 3d1101a2b01d3211f65397d62a25c13b2d404f01..21f06eb9a72a29215a7a59baa306049e2c28b4c5 100644 (file)
@@ -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 _PTHREAD_FUNCTIONS_H
 #define _PTHREAD_FUNCTIONS_H   1
index a767d6f18080301bb25dea9b7a67074ce5803bb8..ceb724d3a24cf6a3a92c25c01e034b3215faf261 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _PTHREAD_H
 #define _PTHREAD_H     1
index 20bf66a5df5e6bd8e53c5b28cb348ad01be93b58..c5566c4093f8fa150f00ae1c9c81ad5b2aa8a774 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <nptl/pthreadP.h>
 #include <sysdep.h>
index 573777f8fba0ed50c4aa05d12f7f819406982eaf..a9fb500a754a3a6956d070c4e6cdbcca16c28363 100644 (file)
@@ -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 _SHM_DIRECTORY_H
 
index 8f9d5d3fb853892846e008c41820609e4c0ad280..68516bafeb5adf0c4460408078d16721c185930c 100644 (file)
@@ -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_LOCK_H
 #define _STDIO_LOCK_H 1
index 6ade66dfb6d7cac48c13422523b12d1c4f72bc50..f6886374f159c660cbe99e9ae0ea2a7132c100f3 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 #define _SYS_PROCFS_H  1
index d134acaa2484c0230faa259176a6a59866dd3a4c..aa206231b2c39495d9ea5eacd80f325e15fe1ac3 100644 (file)
@@ -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 _THREAD_DB_H
 #define _THREAD_DB_H   1
index ef08337b7b6c09cc5ff6471372aa518a76e9a5ad..b4915b4775f556692b8f5c8ef6e448338ea596b8 100644 (file)
@@ -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 _THREADS_H
 #define _THREADS_H     1
index 50b5846f5adc891f5252253d65d08ab813f5466d..cf19f3aa489a47364819a2a0ef2ceb188e64b8a3 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _TIMER_ROUTINES_H
 #define _TIMER_ROUTINES_H      1
index ac1435702144640d880411da66ff75653f8d1249..d5ec914c57f42f738cce8e30355d974b0f828346 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <dlfcn.h>
 #include <stdio.h>
index 64726d3ca1c074b127122433bba1f2cb1ec05c72..b5ad296ac4130cbfb79f35c18746993be9ee526f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/time.h>
index 5f1a65691f32ea5383707389d38347d6684d4c5e..7b987e06dacdbfd1859a1b390938fb5524d0c296 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/times.h>
 #include <time.h>
index e529cadb1f827946a58a3c3f21104ecfd4a8503e..8d58ea6fdbbdef055d36038eea7fd9281d9b5665 100644 (file)
@@ -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 <stdint.h>
index fb7da8621856364cf0c3c95e0eb5a13e3989f9fd..46ec53903b04a62652ed2d0a0c489fc24bb23ea8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index b001e547c6fd3ec028ed595d3b3fbd511f984170..2b8c180b1dfe926d231900b4ae0d74c9acdedb0f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 528434e8399f0a50476b38796afa25b8be016893..b824021e972185a6299715aa2e1c1c7c4715610c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pwd.h>
 #include <stdio.h>
index bcc94533deb47f13acdae7ac4d8b59d697b76c1d..511843ed2b11cd0e8f33ff8effb6550e8395210c 100644 (file)
@@ -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 <dirent.h>
 #include <dirstream.h>
index 109fcc16092ea124ca89dc2755b86f37b2e56220..521cac1380414eaf417d69ce635784986c476863 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _DIRSTREAM_H
 #define        _DIRSTREAM_H    1
index 1ed7c2c57bfb74d5d7632dbc109042fe30d50ba6..ae88a350788a599944449aa50a8a4983844affd4 100644 (file)
@@ -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 <sys/stat.h>
index 98e1c49e6273367f5bcdc77024df73e7ad2d1a6b..75e1f2b826f6c68f35e310878f6aec9d20c2ee8b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index a1a9866b09c3922357be2cc34a9b776c11ea2bf0..145c400b2da70ca17eb3c534ec09cb24a7e334bb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 4bcf9816e7aa16422e5642999508bd8de267e483..cb492e75dd3b9e6902b7737cca2b776fb2e4f3f9 100644 (file)
@@ -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/>.  */
 
 /* Written by David MacKenzie and Torbjorn Granlund.
    Adapted for GNU C library by Roland McGrath.  */
index 4b4e21811569ccf474bfce7b837ba25b84dbc589..2bca8f9a23d1b138db308b6863152040a37e7557 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <dirent.h>
 #include <errno.h>
index 284c141e2a7a28f27a4414bedd55287c1cae04a6..2c5e6619059f76d0979d5aecd4ef314a53cdc50d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 implements the `flock' function in terms of the POSIX.1 `fcntl'
    locking mechanism.  In 4BSD, these are two incompatible locking mechanisms,
index d28ccb31c501d86133d1cfe4c354f37f8eb4a730..8586428556048a2f90c3125b22129d94dd679e68 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 04f171c68a103a1eb236ce7d018da0160baaf213..f46a3b79d61edaa6bb60504fafc7c524f37ab1f5 100644 (file)
@@ -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 <libintl.h>
 #include <netdb.h>
index 2e50dbc98fc24fd3f610fcab3d732acd52cd3b00..ea127877cb23e05a0e030497a123bb8196025a61 100644 (file)
@@ -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/>.  */
 
 /* The Inner Net License, Version 2.00
 
index faef8784c094d210b8306bfffc84fd0811fbf5de..86fb366250447110fde6d66e12ddd35da6d4cf7a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Wants:
    AC_STDC_HEADERS
index 519d8614d7e89558db470757067cf9d51d903c63..019daa2cc0d8cb9ad108c89b44b1b8541cb1e44b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <limits.h>
 #include <unistd.h>
index a92b9392c8da35213d87f7c230ce7fb18985b843..a76e3285e13aa28ca3f3a88b360ec0eaed9a7e82 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index d15af3bd427ae2bf9cd255d596bf12980a199511..87e15cc1bcc866f96d73a6b310f70027e221ae07 100644 (file)
@@ -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 <unistd.h>
 
index 6ba625e13e5390af22f7258695a46103a360f171..6bb98cd018d0ab2023a39b2acc5ba973e634700f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index 5e8c0153e591899414a3007e15de152696d95822..72d2cbf84d365c3938537eb507d86fbd2e6b5c5c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <termios.h>
index e5c14b41a6dac6b39c481bed2b186fd42bbbd3c4..173cf6e2834ee182a418df5a3502c82d51f14ff4 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index e8288e7366070d69bab8e244f555495e82829cea..09a90c2777941562d7b0858ab6f8ea778df7a0a5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 9ddbfa731435edaa12b4d838f780b44682c8a6ed..a7c11412e8d8cc90467529c520a0359eeb741519 100644 (file)
@@ -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 <atomic.h>
 #include <errno.h>
index 0505abe3b11dc77eb65f1b1b76a67b3669ca579f..c301b3852a949080bfaf156673f96ac0acd09c40 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index ce8bbe4ef9eeae582915fd4130227def2c74e31d..e37f83bf5eac76aafcf12706056a8289c403d942 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 
index e9cedf46d372af18428f169c3bc22119bf3c78d6..6ced8e57166edf2368962bbba773537d6f61bf2f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index c84f4fa85a3dc04e841570b6822bf51338ba0329..d163b590bcec402383acacb120a833ff094e44ac 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdarg.h>
index 8e3ba480b71a2c4588fa63508b484d2789a06d8f..7d0c6d4c96dbbcdfd021d5ab358c1024dc6ad844 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <dirent.h>
 #include <fcntl.h>
index 042119e898dbf63331f06dac2be45e466555f5a9..b49ec37c9a743a69726e58eda69bdf34cf6437d0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index b4926e3c45fcd22cf30e57bbcc7f71a455a4da47..a3c050dc775aafa40563332d63602fe46fcecbc7 100644 (file)
@@ -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 <signal.h>
 #include <unistd.h>
index ec0cef0febf7ac2780d0d81bb372132b05721a81..6ce30b0c37ba07494472a415dd2f91cca9d93f57 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 01abea47926adbf0a090e70385b7e8e6ac4b33da..a545e345300b205ae55651b8a5ff78d46abe08af 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 0e7176d2195143c8bf47e1ed460cb3091b95794f..480aa63a82112c26aadc599a721cd03943ad0cbd 100644 (file)
@@ -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 <errno.h>
 #include <unistd.h>
index 70ce7bf8ac2d1098a124b3872ddc094c1352a2c3..8164f790da173e27f688606916af5961070a6b77 100644 (file)
@@ -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 <errno.h>
 #include <unistd.h>
index f28908a0222a393a2a35a0fe733781c369aa4319..0dec19a12d9f7219758212ab83e458562e557107 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 
index ec8ae5787895960510478ded5b0db5cd3a08ebae..7c5f894e3d255b934df366f4c6f116042afea075 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index e777c453b1d943e465b4a1458fe0073c032baf46..859f4066d62abd5ed33e45dc72fcc2cd88da9f2d 100644 (file)
@@ -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 PREADV preadv64
 #define PREAD __pread64
index b86410c6b27e63cf0d20ad42a14400b85f3768d2..0f2015aa5d48f038e9c9d54ccc12b059d7de0726 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 86d37e18f62126d36dfd0ab1522ed2e3e19beaa4..756c407b655e02e99c61276294275a041a49c0c0 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/uio.h>
index e9ee3e3560421bf4c8a259f414309f572c0136a8..7e5c6bcd2f282cd349a4df680e22b3204743d265 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <unistd.h>
index ffcd68bee0f57a0da25b4f8170d2b482e3df51e7..5722e03bb38df3f1343829fbaa443ec5ed901577 100644 (file)
@@ -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 <errno.h>
 #include <unistd.h>
index c1991b2f7848c3c296f630dc94f361a081f00900..38c0ffecb187bd72b80324904e4b422189e96b65 100644 (file)
@@ -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 <errno.h>
 #include <unistd.h>
index ef58e01a7d7081492e3d01ab066e1d3ed9df5cdc..c71b6d2bf7f2cb233f6e47469aeb24ba453fd204 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 
index c8b8494adc9117e48ade21a55f76899c227b4729..2a9510a9b9a63ca996715eae99d91c64a6b9bf64 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index ba5fbd59c2439ec747fdfb08dcd7485adea2a23c..5464460d31e0f99c91d63f90bc8121f969bb2e1e 100644 (file)
@@ -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 PWRITEV pwritev64
 #define PWRITE __pwrite64
index 12f74fec06388af260a6c028f9d6efbf76bc289a..5ed1927ca63e06b71ba3cdd1806cb8f9c7d4266b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index b22f28f242e3def4a970e2f4039c29a8f4b4c398..4a4bb37d8b1db60d72b585c3a147369226955d8e 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/uio.h>
index 760d29ba20cf8cb9fbdb787706773454030f37df..47895c392b5413b678593edbbf5b56c107f73d72 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include <unistd.h>
index 5921c309fd060cf68e2799762239dc34973e7f1e..f5cf523ec6351a1f8805077e84ae634a9c7ca3bb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index bd29399bbf94e30f7bd3549a729f11a7287a585f..4703095e22b9349d79ad133f82566fdcc780e5a3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 1b0cc6e7c9d557cef45db00c4bc2712bcb0753c0..a7567d68e77ac0677b6f1d49157d10fef4f509f0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <unistd.h>
index 3400b73b688c27dd960cd5e06b22496cdff31af5..5af7adf89b6839454ce912736225b2f18d3deada 100644 (file)
@@ -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>
index e326157775de693ee7280ea7826ed035670f81bf..197c157b1753d6cf314ae97c4430189fbde7a0f4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <unistd.h>
index 7d86166c5c7e3c8790606b2dd453477cb82ff88e..83724555753b29e5a572b6acab53985980b72bb5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <dirent.h>
index 4747df5862d4944f182c824a146ee572e1b85bfe..53c747652ea06a87dcc25f92421418fdd2ab90ac 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 6d1205517803b815ba91ec537585bf10f500ea95..8ce5d042b73e2f6cc3ee993c2a4a279d1e06e31d 100644 (file)
@@ -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 <shm-directory.h>
 #include <unistd.h>
index f93abe4349b41859c87738fef291924f82a59b24..c7979ebb7202950687ac6edab105131c26978f5e 100644 (file)
@@ -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 _SHM_DIRECTORY_H
 
index f8a28f2f228373cce42fc087a98932e50480e344..3c4eb08c901028756cfbdb88aed222da9896e38a 100644 (file)
@@ -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 <unistd.h>
 
index 79aa83a0a37574a82770df44cb44c5cf8b1cdfc5..c829ecea53315958f0a761376e5dbea65672510f 100644 (file)
@@ -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 <unistd.h>
 
index f9ea23f39b0bf6f9e2833cce0557499267bd2d28..bd8244ec3f7ac59e3bd8d014668ad7fc5448b9b9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 46748fd0abec406fcb01e1fbf32311664d461e56..5e8f5325885ab7794e1f5a0090ab4378f450cef4 100644 (file)
@@ -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>
 #define __need_NULL
index 372114e53e326b6eafe7773ed927ea9f6f4524fa..06d5bfc1cd8d2b9e60e8b8fedf27d27a20e1a16a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 49021f8560b7044492017049ed035201f51a2c80..8e0f258ee3d39e091a35cf41e0e564c4ac7783c6 100644 (file)
@@ -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 <signal.h>
index 84440ba3245628845bfe18ae19a8359b4e1d9bc5..2d11e011faa67bfa37a336a5436c480d94f6cc24 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 sigpause __rename_sigpause
 #include <errno.h>
index dfc0b35b6507301f4eb1eb661776a9329daba33b..fc35d95e993c200a17a6e278662357607b8c6db5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 #define __need_NULL
index 6379ab04c76fafa676dce62de8bbe18c148b3e59..fa5afb91947930c65e4187adc9f15384c54960a4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index a6883ec5cc71e11b05a650969b814341631eed3f..dfb0b99041963efcee04a8d393928ad8fd3889c2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index c157df80de0e6c39752c75b257cfbadc85267159..675e59fd7acec226a8e32c787fdaf196700852ed 100644 (file)
@@ -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 <signal.h>
index a617be85cee95b0c504db6b65d8b98ab08594c79..ce3b3985b206ebcbe7973a365b51943469464569 100644 (file)
@@ -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 <time.h>
 #include <unistd.h>
index a5913feb140e21942b025a3099a3428122f909bf..55950501ac7a30f7047e821961d3f8657d326029 100644 (file)
@@ -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 <spawn.h>
 #include <assert.h>
index a9d4a7f3b441e592edc746319f947b03ca7db0c8..621771eb4075d90de35c083e0ee2727e08448eeb 100644 (file)
@@ -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 <signal.h>
index 0c4f9432e816fb292eecf151d7a40a17b1127332..da1f22d1f4ab95a63b43dccca05787fa0fc2dc18 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index a08d328b2397a5f7d41eefb80c5e83e151ad4baf..d8c6cb8e1cd1df458cedb3990e66d6359ccd7382 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index dfd08c041ea7f00b3bf9ee996b3aea085d7146da..e1b85a89d7957485d8a3f230d01d750bf02c0459 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 1357af661afe4f10ae41bf271cb8f969ee04561a..d316fd8c7958512306e2d262912eab5c8b94eafe 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <dirent.h>
 
index 310df3c4ca04dba4e91a167573c3672cbc5d1c4e..a248472540cedd9cf5670360697325b09f99ece6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !_LIBC
 # include <config.h>
index e1b3bc8d4cc5c230f3bab36aa4fb39b4a07a180f..0ab31bd7b6b1dbf54808be484a1df433d92bd97b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>            /* For NULL.  */
 #include <time.h>
index 98d3136287dbaf01991a656354b300a8d85fb739..1fc18ac6489861c4feb24393f67a8d069982f017 100644 (file)
@@ -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 <time.h>
 
index bba6861866d1570cab2852b537976f793c41c4a7..614415a63752821b09cf2984dea225be8007744d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <errno.h>
index b5d5a5af01f7bc6204111c0874046cee521237bb..76dd0fb0696fe65758f2d55685f8cbbae3d98b72 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index c46f792b35566687c735b712815f90b7ccf41bf0..a4eb167c1f05e0ac04571777722d472860c5590e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index e02eea95c0f8002a6e3c4fe67e71f0e22366e61e..ea5cf608503e8202b3a57736c2865e8277b0b47a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdarg.h>
index 1c0ec7c2106f00824cf22ee2b6cfad3d52690ebe..44b5b30953dc24f052cd195c2c34ad2c890e0231 100644 (file)
@@ -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 <time.h>
 #include <unistd.h>
index 32b6be250f854706d40933d06ff6a853feac9f5b..7c07ecb27b0fe5f57458bba273effafb5f632630 100644 (file)
@@ -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 <sysdep.h>
 #include <errno.h>
index 190c8e39d1bfefca01f3998f521d840bf3a40670..b9c44de5f79df2009c64b1a97f58c1dd3a86aeca 100644 (file)
@@ -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 <utime.h>
 #include <sys/time.h>
index 657b72f9d24a662efe32dceb4ea9833a4d32d0d9..573aa47a6d1ebf17592bee9056552bd8444f1172 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/wait.h>
 
index 070f9d932bfd2334c3d69439ee33f4e8b205b167..daba36c6dc0da990f726f2ce13d428690cb7129a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/wait.h>
index d49a2f7883cd7f30cf303f2ec6b022ae2999a92e..09426235538798469fb4963ecf2962515fc6c3fe 100644 (file)
@@ -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 <assert.h>
 #include <errno.h>
index 65fb0738391e41d2311827d7d1541e0d9d13acca..eb546e2f81d068c3df773ed0b521058a785f40d3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <unistd.h>
index d1187737fa58f674aaa9b2aab94b2671f5c14e34..ca5426673423ad6722c6f23cccb833d8bdfbf2fb 100644 (file)
@@ -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/>.  */
 
 /*
  * Never include sysdeps/powerpc/atomic-machine.h directly.
index cd8ae4fc50cf2cf81929844a9223bfc00b2e0768..c82f7ad4de60eeb65d4484dfd95d024e0f96b732 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* PowerPC can be little or big endian.  Hopefully gcc will know...  */
 
index 697be96ccb2e8704946449f4edec7eac34f8c45d..18461fc8d9ab61edb48a2a00841503e70eee3a43 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 56ac0f3ef3315e1c045a2da5773d410d37dbaec8..b3ca59e7667e068bc5ce9fdfbaa7b39c2bf0a14a 100644 (file)
@@ -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/>.  */
 
 #if defined __GNUC__ && !defined _SOFT_FLOAT && !defined __NO_FPRS__
 
index cb97184c06ed632d30c086e29f900cc6a9d83c11..c0ac8469a652283485d8a2ba5d79b1ff1dadc955 100644 (file)
@@ -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_FLOATN_H
 #define _BITS_FLOATN_H
index aa69fbd6f738d4e29abad373c34c4268fd4f287e..45d34ac9ac1c5d70f8f1ea7810c4c89b47854d51 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/fp-fast.h> directly; include <math.h> instead."
index bafc4b9f4c5104e28fc9585e41fd42d706e2216c..89e43fa1add43f9313243b7697b2df24c1318d33 100644 (file)
@@ -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/>.  */
 
 #if !defined(_SYS_AUXV_H) && !defined(_SYSDEPS_SYSDEP_H)
 # error "Never include <bits/hwcap.h> directly; use <sys/auxv.h> instead."
index 9449d8f8c6d6e2ec7ab976748922413ee4d2a816..59c3f5123424a9a64f89bee6ed04db723cb22397 100644 (file)
@@ -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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index bf27b1ac2b4ceadc267ecc0380a8c146cfa142a7..bc6ef0e52c97890c5bce004aa3eec4de941d71cb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 the machine-dependent type `jmp_buf'.  PowerPC version.  */
 #ifndef _BITS_SETJMP_H
index 1abf524057de538387bd8f0e75c441438c3ae36d..c8c6c0b011a1d622135a8029112a6a71c9aad38e 100644 (file)
@@ -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 <stdint.h>
 #include <cpu-features.h>
index 576c47e7ae0eecf063126c14040d6d5069777d70..91aa115253a160e49be6571b50f6e3f88f4abb99 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __CPU_FEATURES_POWERPC_H
 # define __CPU_FEATURES_POWERPC_H
index f09863d84ca96ab3739a592bce4f7ca31366799d..20706a648a67c11a7e2bea8de33c6269d3745a49 100644 (file)
@@ -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 information must be kept in sync with the _DL_HWCAP_COUNT
    definition in procinfo.h.
index dfc3b33a72188d6b4a824f7008e7bfe6413ec873..66780bd7be00ad33c4232ebcece75507170a69d5 100644 (file)
@@ -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 _DL_PROCINFO_H
 #define _DL_PROCINFO_H 1
index 8e0e8e8a7dfd359c7be4e476b8fb15efdb7227f7..d872278ec20f0f98e24abe227421a91094c8ae72 100644 (file)
@@ -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 _PPC_DL_TLS_H
 # define _PPC_DL_TLS_H 1
index 5d09b33a0467ce577e5a3ecc09987b761400f24e..1e487eb5e03de1958e7e2d964edf079a6fc2ba18 100644 (file)
@@ -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/>.
 
 glibc {
   cpu {
index bff4d5e80069b83286b7c15a967cac4002445a64..50fe5bd36579aeda235dbcb88d6a589af0f5f05c 100644 (file)
@@ -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/>.  */
 
 #define ffsl __something_else
 #include <limits.h>
index 16cc55bed975f4ecb7c9bf5594e1f994829c7498..30d00e2603ca5b23e6fb29075d695931115b0b53 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index 0738b2d9a2946fc15f25ad311ff461cce15b18b9..fe389deaecf958263a5304f7e450ecc5f96017b7 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 #include <math_private.h>
index 04381e69549b1653fd0f7fe1e3a77397931c2ac6..85a4fa272e1f6c252ac5cd7828fe933b0d16f6f2 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 5d9e900005a18e278814964ac38bb60b30e88e63..7a392867d272ef0a9ad778e1b6be5cc10f15671e 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index fe26369c58476cbb38dba40a4b40fffae41fbf33..f7ee1323da9b8791ce4503d260e31c725b06f93d 100644 (file)
@@ -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 <fenv_libc.h>
 
index 691c040ec96c5d9915c9dba8b113b86c1c5a40e6..761a0b174be5b1afda7c485c73c2bc167a0e9719 100644 (file)
@@ -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 <fenv.h>
 #include <errno.h>
index 13f68d9a44659d3c8be2068e140bb7908e38290b..26ddb98355a038fda5c4ec652fca91fbb55ecca7 100644 (file)
@@ -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 <fenv_libc.h>
 #include <errno.h>
index a2b7addf20225ef3e1018b95c2390b449f0f4929..d0f7fe6b40e5d5010f96a85855e607862ed9ea58 100644 (file)
@@ -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_libc.h>
 
index c06a7fdb72c2b9cf554ef74376917bb3895822ee..fc96b24638694ce6566862275a32f73a530461fe 100644 (file)
@@ -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_libc.h>
 
index a686ffa85e7b376468634df3b816c1b8a0e0108d..7c093a0dc64847aec3facf76bbe93e8acac9d634 100644 (file)
@@ -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 <fenv_libc.h>
 
index 10a37f0d44b20b4a9e61b166e7d4a922f2913e89..bd27a807ed2120c27328673aacdd485661822878 100644 (file)
@@ -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_libc.h>
 
index 466f5b70986d56e48ae82a817610722229fbaae8..0e0a01c708ab6fbb7ff1f192149b609149ba1327 100644 (file)
@@ -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 <fenv_libc.h>
 
index ee8effe2a19bb6dc3ed356f64da8487ea27ae1eb..6af79e9d15563103364f435cebb103795a6659f6 100644 (file)
@@ -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 <fenv_libc.h>
 
index b16d480e459b12527471a9380af4d23369ae2371..2939d648edb70f58908e9125659cc7fa9c2104b2 100644 (file)
@@ -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 <fenv_libc.h>
 #include <fpu_control.h>
index a76ede2eac716b577df083877cc4d58b216eb520..60abf87931769fba95d3e4f97985f0cce8bf77b6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We want to specify the bit pattern of the __fe_*_env constants, so
    pretend they're really `long long' instead of `double'.  */
index b703c8d8536870c4ba879b86509c0ae6d2949ba6..b030e6e21e9c42313c4d05d8834b4997c0723602 100644 (file)
@@ -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 _FENV_LIBC_H
 #define _FENV_LIBC_H   1
index 5ebe6cd8c97f878b81de710dc3047a99911e3f94..5f1bcab743781a5a19fe5e279ce593eabefc7bc4 100644 (file)
@@ -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 POWERPC_FENV_PRIVATE_H
 #define POWERPC_FENV_PRIVATE_H 1
index 5ca15c7c0764ad866a5bee7c9925abc5d8970784..96f8d99530f0c86e169975cae2003e1f847bd604 100644 (file)
@@ -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 <fenv_libc.h>
 #include <fpu_control.h>
index 60ffb849cc8ee55f8bba8e0600a712f4ee0548fb..c165b042ba57e472c9c9800063c8ee12fb2da920 100644 (file)
@@ -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 <fenv_libc.h>
 
index e92559b6d5ad3cadf2b79e4cfe602d7e6c5c7fde..92fc15c46dd4d68fa4f1b9f674717b525d14b646 100644 (file)
@@ -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 <fenv_libc.h>
 #include <fpu_control.h>
index 19a60b0a3d4d3f57bac8f1669b82cfbf3f0cf338..67dacb2d575ba38115d71ab3f68510c63c755fbd 100644 (file)
@@ -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_libc.h>
 
index 39b08e740658731cb00fc034aefe986bbf7cc7cc..931de60fa358d5f165a502ee48941da7e528e891 100644 (file)
@@ -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_libc.h>
 #include <fpu_control.h>
index 0cb479847da5acbad0f9f711a65b6ff75355a00e..4990121fd1564eac225c00515f0ada7f25c425d3 100644 (file)
@@ -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 <fenv_libc.h>
 
index d81ed312c153f3f7e5faadaf395e3c6ada3d882f..58f3355b2ce0ca1e35209fd417fcc2300b062a55 100644 (file)
@@ -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/>.  */
 
 #ifndef FIX_FP_INT_COMPARE_INVALID_H
 #define FIX_FP_INT_COMPARE_INVALID_H   1
index fe780af2ab5bead987e6e07c4929eb674181d22d..f9d0006ab14dec0b4bafc6639dbf477e795ae6b4 100644 (file)
@@ -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 <fenv_libc.h>
 
index 023c517252f1b11f40d3d1af8fc0a74064a9b9e2..e91417dda8601888552c63c556778ba0c1c873f8 100644 (file)
@@ -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 <fenv_libc.h>
 
index a7e1086397fadb5adc3160529a8aa86e89ea1fb4..25d8abca98a0bb063aa710cf42e974cad9e4a00b 100644 (file)
@@ -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 <fenv_libc.h>
 
index e2fdbbbcce72bd669683a8ce8b4b74353168804e..781ee14b581569856a5aacc79ff8e12e22c1b944 100644 (file)
@@ -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 _POWERPC64_GET_ROUNDING_MODE_H
 #define _POWERPC64_GET_ROUNDING_MODE_H 1
index fcde62f64bcfc0d187df579295fe93e505304c5c..22959e95f5112585fe04a1dd05ce62c9fab32d70 100644 (file)
@@ -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 POWERPC_MATH_BARRIERS_H
 #define POWERPC_MATH_BARRIERS_H 1
index d8279375a531eadf9e33d23cd0ce95440294d81f..9807395f73dcd5642325eccf20a2611571ec599d 100644 (file)
@@ -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/>.  */
 
 #ifndef POWERPC_FPU_MATH_TESTS_TRAP_FORCE_H
 #define POWERPC_FPU_MATH_TESTS_TRAP_FORCE_H 1
index 90614d0c5f0729b083e39be391b4e758aadfdeb1..e8954dceac5d7b430e7699824908d0ed0e86bfcf 100644 (file)
@@ -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 _MATH_LDBL_H_PPC_
 #define _MATH_LDBL_H_PPC_ 1
index 6d8edb77d34758960603c95ed9b52fea47c03795..9b9391a6fbe6f5f27b2f5842eb9d145875c2c3b9 100644 (file)
@@ -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 _PPC_MATH_PRIVATE_H_
 #define _PPC_MATH_PRIVATE_H_
index c759483230118be3d5ce6a810c0860ba7083ba19..28818194701daee60587df0db37921b321c322db 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _ROUND_TO_INTEGER_H
 #define _ROUND_TO_INTEGER_H
index 49008c7af87d6d55474690b658eedc5eac4237dd..1ec060e5cacc6982796c9604f81be92941d4f8fd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 8c86bf30a34df4cfd7e76bb94bd03cab919b17db..8acabf94c9178361348e4eeed2eb6b0e167da521 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 364242e5d94098aaa870e3cab0083c988060a088..f2e12b5798486bc652aba37179edc080e82c41f9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index de787aea90b9f4b8c3862a5352c753514c4e8550..a73aa23749d3d932530515023bb71642c8051f2a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index fb8df97cca0d5424a522587235916157c83211f3..f6d86f957feaabe0b1790a3bc7db5f2fc520f3f6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index ea4723bb693f7e3de62de45dd6bc73942a326db8..1a6775f802469a1dfc591ddac5f55665005b6e77 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 24bb7340e6965610a54731a018cb253bbddca8f9..53a11612c9010079bc84b44587fc6f46088bbd1d 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index 893f738b499bfda61e87d5ba0635f72d2a60f0e6..0f0b3af420dc40d8a27759f72c3497efa5df57c6 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 364f7f0cc3fafb83df8325798f2b2be14ebeaa17..20ce898c35222293858797e6c4da79fa63320b5c 100644 (file)
@@ -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/>.  */
 
 /* ISA 2.07 provides fast GPR to FP instruction (mfvsr{d,wz}) which make
    generic implementation faster.  */
index cf564ad2943da763e7c94f955ba1b91955fe11c0..cc01ffa572d4109cab9475551b3367731dad51d1 100644 (file)
@@ -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/>.  */
 
 /* ISA 2.07 provides fast GPR to FP instruction (mfvsr{d,wz}) which make
    generic implementation faster.  */
index 543cd4a18862713e9679bbbbd11354e9ffec208c..a54c520e2fdf271c95b8202ff2d897a89d83dc8c 100644 (file)
@@ -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/>.  */
 
 /* ISA 2.07 provides fast GPR to FP instruction (mfvsr{d,wz}) which make
    generic implementation faster.  */
index 2304fc48ed0be799cb982bb50a538b6f9f822f5f..e65fd53b471b193f8cf17d9da8c7af17aa04d77f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* ISA 2.07 provides fast GPR to FP instruction (mfvsr{d,wz}) which make
    generic implementation faster.  Also disables for old ISAs that do not
index 2a0f114b200e1dbbbba63562e1098ad70d2cb1fd..94102ff508fdf4e8c5779411bfb6add0ff06c106 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* ISA 2.07 provides fast GPR to FP instruction (mfvsr{d,wz}) which make
    generic implementation faster.  Also disables for old ISAs that do not
index 48bcd86f04c27bb3ab8b2046b7d193445f52e806..838d281794b40f3cb0ef71ea97e072383a0a0c5d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index db8a3cdac7a44593ae5f3dbbde6cb85e97ba3786..18d33d1f33d940a765cd4da2b6d9f7d93e67ad85 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 062d6b125b02a7a98b834fa5d7b7dbee8c45c42e..d780716b93b0f80ac587e85b7d6677c7bd47d131 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index c29e7a22b4e5db5401043e33bf9021812562a4dd..a35a380c5a1c87f938ca0d7dbd467d5cf4c467ae 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index cd105567ef9025ec19a14ada4231e4f1958f0beb..4e4f6544002bc7724da4404ab5e1926ee3aa4946 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 418062adbad658dfd053d77350be7c2626f3a2c6..661003bf44ff3c3f6336cf60a0ecd48759185c17 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 83caf6b9cc5c1f65eac77947bb5bda63f8292d29..4402cc68ac85138b87f5f0e7d0ed72874bb31f2b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index c9f091cf2ae476e40c83078312b09b091491307b..d548e5fcc998865641766a4c14a051cdb942f3c0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #include <math.h>
index 7dfd5a9e74f1e0cd2650b2318401be16034279e3..222aea442ea6c4896f1e2625243a96932bfa1caa 100644 (file)
@@ -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>
index d0fdad7b45c6c878d5d2ee887e434a9fe762b58f..dc22a9293bc5159ea24d8541d9a153ed500d4387 100644 (file)
@@ -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 _FPU_CONTROL_H
 #define _FPU_CONTROL_H
index 0505cb7145ed95a4731ceb755f1b9cb9d80e72f4..6a5931a1e5b73ff9d171d6dc3259ea20f0d6cdbd 100644 (file)
@@ -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 DWARF_FRAME_REGISTERS 77
 
index 85585e4fc3a552fd804317914ca24d1f7f189a54..35df5899dd37e28d0f916cfebc8faa3bc9256c09 100644 (file)
@@ -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 <unistd.h>
 #include <shlib-compat.h>
index 414914015f92843eb08189a4014bd400ce2c61c7..b6035e3ebb087d30c0bfbafce8eada8c030aed5f 100644 (file)
@@ -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 <stdint.h>
 
index c1066ab31a52e76993a835342208a33171a9efde..2864415b60eb2948fa0b9bfcf171b3cd60a56aa7 100644 (file)
@@ -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 JB_GPR1   0  /* Also known as the stack pointer */
 #define JB_GPR2   1
index 361af0b2a6bbc3c0de705ccd8558cdc81e3a2cc8..bba0e24ec5632a35d2a241b47d0111471c456d96 100644 (file)
@@ -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 <setjmp.h>
 #include <jmpbuf-offsets.h>
index ab78e1b2dbe8c972077edde498eb40925924fba9..8b2e32a8d1b0efd06e2723c4e3c997e9a3599ba6 100644 (file)
@@ -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        _POWERPC_LDSODEFS_H
 #define        _POWERPC_LDSODEFS_H     1
index 35f85d6ed5b2bf9dd48beaee6d1b45b6b95715de..7ff1817f9c5a10abc7959ead13d1dba1b9d72b23 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index 05b7b97fe0b6157eb0956914a664fe9942cee747..01d365e624dac831119be1651460da7884f23870 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Versioned copy of sysdeps/generic/longjmp.c modified for AltiVec support. */
 
index 43f36b4a726d30f0ec374fbaf80a1ea487630f6f..d1b244b0751faa0e3c8e3a6afd8089f41c5d9ba6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We need a special version of the `mcount' function because it has
    to preserve more registers than your usual function.  */
index c9afb65d1d1abb76a394eae3084f50a464899218..de781e6860d33a1e598e84f3ec1843a1e5aa1fc5 100644 (file)
@@ -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 POWERPC_MATH_TESTS_SNAN_CAST_H
 #define POWERPC_MATH_TESTS_SNAN_CAST_H 1
index 178892d4026f7550e00757cc667ca65170802a24..b0940d712981a0db86820759bf6729e6e4a88bfd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr asm ("%r1"); stack_ptr; })
 
index c10e248bcc4ec39cd1483062d6994c3f037c59e7..ba356a5e154613a03bb1898f5362dbdf76abdc39 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index 3e889e710f414875aa153191ab8a16660a76086b..811a33a566d1bf57294397331cd1b6f1aff4dc97 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index b9285fbceac2767defdc47e5db629e1dc44a7e2a..cd21316b297f550b0b7b94c9f2f57822077b4f8b 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index a9531c2ebcae958e2c924bd5bf7d282a07f691f3..7d9610af26307069bec4625c53fbf9a0625e390c 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index ce827797ab6cddb196bcfdc05464f2f7120817b4..307ec5b818cacda1bfbc1d3131eaebea0a728f27 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index 745ad3ed738902d72f0d37e7fba804161589ead6..3f7d1932eafb8b89065f976179f0be7439af88ac 100644 (file)
@@ -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 "soft-supp.h"
 #include <fenv.h>
index ddf953b7043babc05f5b66ef77bf154d66be4486..1897354391bcd05dfe9cbf78dac1295a03f1166f 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index 8369eb31ff781df8e280f6a7cd567faa74e69740..e0bd5ca40a1d6da2ce99269f15a9ae76de4d6e72 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index 5f89b966e1b38e919bc1feadecaba7eb23b1c315..2435ebdf8b22b7425fee258d3fb6c95209924772 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index 031b4855d90f6df803b87caeaf28b4ce838d750a..4e90e7eebd4dfc0a06272107543b21af287ea49b 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index e8cb2e9b1329f686bbf5ee9de0501e7c543cc3ab..06bb706b6a1b14e8096aad1eb71bdaa82756e359 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index c003224296e6e8a10a2523729ff1a1c04f0240ed..96331f9c236e88a6d33e2907c0cdd273a9b59385 100644 (file)
@@ -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/>.  */
 
 /* We want to specify the bit pattern of the __fe_*_env constants, so
    pretend they're really `long long' instead of `double'.  */
index 447923d417b572cd8892ced04e762bfa96579c04..f6ce08d7f4ec14080acf3b0b4f65b4e2b19c90c3 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index 398b919944723086bcb2a8028fd3d18137e07d60..6a23da50c92888025084da28a77e81e459391643 100644 (file)
@@ -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 "soft-supp.h"
 
index abd0b536387b7ba3f831a9590a17589e44dcf08a..9dc972e12abd1a10c5f3494dbc7cde64355e25c9 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index acc25ff4520ed253bfc3ed609e08f97e8cec36f3..12c458deea0b6d978add472fc1bb5df539a73138 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index d5cce7d8202328a0fec2b70f63fbe4b0230d49fe..e29ac2d839745c60c027b3fd13d27ce0810709af 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index 8bbd23f0231fe4225e9d7ef906ebe2a5f9a50cec..7ac5103e6a453974ed3d6f35609e32e9f703fbb2 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index 213ebbc47e7196d3bf2f597d14eb25acee82531d..a42da02a0ac49210ae6d20a34f8ac40dab38ba51 100644 (file)
@@ -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 <stdlib.h>
 
index e7bbd3e951ce0948efdd968cfb731d966c2e2ad7..b9bc549bb56613e0763630ea8a896fa17f6cead2 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index 9c053e08314ef7b202dbbd61abda27269cb046f6..4ae156fd15310698e39cbe880e60a76d0505d614 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index 7e3705460bcfa854c98f39fd268c44d8d8359a54..474383e5f1790f6d39e9d9433ab0860e00beaa6c 100644 (file)
@@ -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 "soft-fp.h"
 #include "soft-supp.h"
index a4bd0d86c5af10daca53393e1b2d4935e267a4e8..94eb7f62840368c3218e6f0943468c324d238b25 100644 (file)
@@ -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/>.  */
 
 #ifndef _POWERPC_NOFPU_GET_ROUNDING_MODE_H
 #define _POWERPC_NOFPU_GET_ROUNDING_MODE_H     1
index ab8d9d2390cb5f5d16da2ded2f40bd795c9afcf6..031d34faeb6f52aafaa87b2728c4715d70480500 100644 (file)
@@ -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 <signal.h>
 #include "soft-fp.h"
index afde352cdae2fa5722f188d47e0f26f4569e942a..d21274a8c3637e7517e28aa3d4e6699364046888 100644 (file)
@@ -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/>.  */
 
 #if defined __NO_FPRS__ && !defined _SOFT_FLOAT
 
index da4b58970fc5debb542e6fe36b05121df96939a8..de29d379faab898d4bf52865b651abb3cfd2153a 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index f7f4ba459036cce74a4b8820fa279af052e76ffa..32153a92e18441b3025837557b18e49adbf1f707 100644 (file)
@@ -26,7 +26,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 08e78bfcfb73b7a4dfadedd8c50402f731385ea8..301dec5dc6b5d5472b401785dc6306487cf3d887 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Copy of sysdeps/generic/longjmp.c modified for backward compatibility
    with old non AltiVec/VMX longjmp.  */
index 0bdb4faf314a6debe3d579f898b8d0cc0094fd62..f94f58291bf6abaddfee92b80c4467a7074b6c32 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Copy of sysdeps/generic/sigjmp.c modified for backward compatibility
    with old non AltiVec/VMX setjmp.  */
index 0dd5cad9cc5a4fb52b50692886095a3dae1a96d6..84c3c19a818b898aceac28b2daaf84fff5848a72 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Copied from setjmp/setjmp.h, powerpc/bits/setjmp.h and modified
    appropriately to keep backward compatible with setjmp without
index a46b79f1e60d666fb268b9c619c7b2391c6cec01..6280cf648309109e155958d149d7cb2d50ce6068 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index e91c8cda8ee1b643a41ee0d093ae31ef574c9231..4ad33d88507e68a8372b494a5b624130554b4cc1 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index 2692e9f3c0c30cc0ef2868a9f84c6a183aa8c2da..a387093bea57de9b8b5c6931fc9ebde9be24b2b1 100644 (file)
@@ -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 ELIDE_PPC_H
 # define ELIDE_PPC_H
index 8264189f7cb8bcc763ca06aafd12ee25f468e67b..579f86c4516fba25edf1bb6bb7f98a07d0db9bf4 100644 (file)
@@ -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 "pthreadP.h"
 
index c5ea23bc4452e599b1262716c643205796d46bef..edef670ac9eb2c6585b158efe3b98d9edbb83467 100644 (file)
@@ -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 "pthreadP.h"
index 7abbd64168c34ae2b80f84ac1109deea65cff0ad..a0800328cbf254b694af5dcabf914526535d6046 100644 (file)
@@ -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 "pthreadP.h"
 #include <lowlevellock.h>
index 8a9032b79e50e8a526e0a7def1b014fce5917200..d0617968ed4830a199a17cd582f107952bd03a06 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (4 * 1024 * 1024)
index 6922defe6d78802aa9d428f44ffdf40acdb30d48..32ecb714eeb697af2b93503a4df00816861d8940 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H 1
index 3df27f093fa94ac4d78cdfb71f96174f31dc102c..66d13ee32d1c5948f83932ca6b295518d222bd43 100644 (file)
@@ -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/>.  */
 
 /* BE VERY CAREFUL IF YOU CHANGE THIS CODE...!  */
 
index 10c90503f3982ec5ab62b63b6ecba53688a574ef..863a09c7d86f8dbf832399caeca1215dfc060f07 100644 (file)
@@ -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/>.  */
 
 /* BE VERY CAREFUL IF YOU CHANGE THIS CODE...!  */
 
index b5314a0c53b55c793714c3191900d264c24874d2..b679c8486594aeccc4a1f3b98e2092e60f143e72 100644 (file)
@@ -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 <sysdep.h>
 
index 74a10d86dad718440e916c8b35534e373251ae2a..64e61eb4c937cc06b4cea850c5b3b0d01ee77f4a 100644 (file)
@@ -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 <sysdep.h>
 
index 041f20e7421773c7b36dca743966214d213e37d2..83618d866d8e5db87a5fec0b240e9dd53181926f 100644 (file)
@@ -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 <sysdep.h>
 
index 1ca565a60fb3f91fc0a9cc9bf080102d1ea056ae..82cb908bb1d450935eac3e0bbcbe2ad9affb7e54 100644 (file)
@@ -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 <sysdep.h>
 
index f43f04c9a0027ebf286dc909315ba60e4d3a7c77..3f4ed419698fd67eb6fe260ee417f618643aeff3 100644 (file)
@@ -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 <sysdep.h>
 
index 0c17a5d503cc66dd5df4fd88198a95bd82c4d33c..2e7d882d849a385d3377443d045adaf82e66ed01 100644 (file)
@@ -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 <sysdep.h>
 
index 11cd4b9bcdedd2dd0db588b0458414d7cb519f00..e96140f3889af9c31fdd16a5db67832c4bd98105 100644 (file)
@@ -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 <sysdep.h>
 
index 3dfcc474dd58b3dafc61ecfef790dae16a257f0a..0ec25ac4fb4367dff90a3dcbcb48ebef99b0028e 100644 (file)
@@ -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 <sysdep.h>
 
index e7a70076f9108ed21f7855f944a7af5699fc0c3c..3a282234bed874ba58cd67b03c692f4882944eda 100644 (file)
@@ -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 <sysdep.h>
 #include <stap-probe.h>
index 27ac44dfdf93c331ddbd5cda02f6b1145dde4244..a981fd5d884c1308a6ebc151645debeb4a5f9f08 100644 (file)
@@ -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 <libc-symbols.h>
 #include <shlib-compat.h>
index f371735603061b60e2965999c00385292e0008ed..9bc91a8df1d1f34307200e9d55799540ea94efd6 100644 (file)
@@ -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 <sysdep.h>
 
index c2b96b515c0bb7f00d51dc07fadd2443242e8ea1..4a856e73430eea782f9aeed2088c24368506ad4a 100644 (file)
@@ -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 <sysdep.h>
 
index acb48119e59c94ea143be080fef8226c195ca72a..9a50c247b06b1887f94ee0031f230cc750cabc35 100644 (file)
@@ -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 <sysdep.h>
 
index f8c7312b134a5ce43552fbbb22c8c86fdeced1ce..1bcddab573032db2e0d6199ff4af85894611526a 100644 (file)
@@ -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/>.  */
 
 /*  POWER6 adds a "Mutex Hint" to the Load and Reserve instruction.
     This is a hint to the hardware to expect additional updates adjacent
index 857a8aad7b996a4263845f5f8ed2dc538493a99b..971401a40593ba90f10e58af94ec6d73af9eef9f 100644 (file)
@@ -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 <execinfo.h>
 #include <stddef.h>
index 9097b423614f22ae4463a9e413b6e6a38cb57cc7..ca8e7d1532a35ddc8944538761eac90713d19a8c 100644 (file)
@@ -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 <shlib-compat.h>
 #include <libc-symbols.h>
 #include <sysdep.h>
index 5153bb06f1507e9d80c3f10c979344df5398c0df..efcaf88ba011a37291a597c77c8f1ba0866c4cef 100644 (file)
@@ -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 <shlib-compat.h>
 #include <libc-symbols.h>
 #include <sysdep.h>
index b03b82e9960931409e6cd5162a59b7bc9c4b368c..4394a5d6b818ce04c17bcc39c7b5aff87ced1463 100644 (file)
@@ -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 <sysdep.h>
 
index 23e32b79ddf453e4f1772439fcfaa47ff1c4fe0d..8bfeaed8e10927dd4165f4f1d40d54d27b92ba1d 100644 (file)
@@ -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 <sysdep.h>
 
index 6c54dcb7b04c67210d48fdbc117edb44415bd5f4..eabfe5ab06f3e1bb3cafb40d6884c23aba3dd153 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index aa933c9bb54ef678af989b0c52833b55f2f3604d..a1856f6f22292a01cd475b0d55287b1d29d2f605 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index bc518633ecda62fc389d687ff0787631a7d0911f..24cd6d9d6f610cc5601a4577639df6ae7a469507 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_IREL_H
 #define _DL_IREL_H
index 0651d5cf051a8fa50acf0b312a6e080d3de70d83..d3ce2c17a9c927f3c8bb7585a0142f44bbc31aba 100644 (file)
@@ -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 <unistd.h>
 #include <string.h>
index 0a18694d79d2518502a5fd47c05647d247e9beeb..528690107b2688ed6c9d2ae871e28ebe1e1d3150 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index 99a10d643a754ef4a15f92f2c7d03d6e4fa399c7..41c970b1701abb366117e1de85c2f0cec4c57a09 100644 (file)
@@ -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 <sysdep.h>
 
index c2c26922afddb006e063b54ae5a19c129d9e1ede..87046b0d154abb18ad53a6901d50dc94ad87888a 100644 (file)
@@ -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 <sysdep.h>
 
index a0434f6b3282ecbf09fd3e49df3f30ef96389634..9568599b642e879d14bdcbe4b5108d5f680b2699 100644 (file)
@@ -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 <sysdep.h>
 #include <stap-probe.h>
index dcae9d28bae6e275b384547ab39f7cbb6d70f769..7fab0e79bf8af2b42a2a847ab7292fa0de3f117e 100644 (file)
@@ -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 <libc-symbols.h>
 #include <rtld-global-offsets.h>
index 7ed04975b4171d7870d4a85afe116c4b6c1c8bd4..07eda2b890b2e365769364836fb0cb226c406648 100644 (file)
@@ -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 FIX_INT_FP_CONVERT_ZERO_H
 #define FIX_INT_FP_CONVERT_ZERO_H      1
index 468c5c1a229d45701feef8ea054e27d1f9125dcb..a5769402ac7c12c95605d32a9066f8e58252115f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
     Floating Point Registers (FPRs) restore routine
index 20cedc87365d8f9326ace9d5c564a0126cdb372b..5a4d18132603e49df869debda55e555f2804205b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
     Floating Point Registers (FPRs) save routine
index d5d42865f969c6e52781af3f152624e221880b6f..8d7fb549fd9f22b454031bce65cd95231299185c 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index 4a1306f558834e00d4c7ebd98edd4aa005c0092f..5bef019bb83ec1573bd695b1f042dd9117592a3d 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index 42558efd46d32d86223c152659a693f61bf5e84d..48aa85323f1a816aff78fac11b05bfb7151c4bbe 100644 (file)
@@ -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 <limits.h>
 #include <math.h>
index b75655e2c1a75bcda240ff472631a84c53a30190..c6accb8d48a17b6a20a8031cac4945ad322fd073 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 989d9b57631bd63e99752a597c2be5c97b96299b..069d1ae2bf93e1dc8ff0159a5d863d68fb42e578 100644 (file)
@@ -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 <limits.h>
 #include <math.h>
index e6729f938747397d88501e6cf8e566d9031a7db4..e1dac879ca7ed3f445ebbdf1011591120c59a0eb 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 21bdc5c06376a335dfdace44ea90205aed8774e6..4d4981bfa8c490cbc37c731727722a1b1a520b41 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #define lrintf __redirect_lrintf
index 28c06d25d27b1cc219beddfccbbc3f736578346f..1f9726fc730cfd75be8163d9b404c760b66d003a 100644 (file)
@@ -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 lroundf __redirect_lroundf
 #define __lroundf __redirect___lroundf
index 4bcbf14a7576be48c91448a0877f971aa4413ec5..a9de99e5b7633aa3093e41019ed190a6ae452f36 100644 (file)
@@ -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 <sysdep.h>
 #include <stap-probe.h>
index 008773924944a51a37706b52a1613149453b6017..6e5274be16dd63b092c8211e5f2a7a9acf0ca019 100644 (file)
@@ -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 <libc-symbols.h>
 #include <rtld-global-offsets.h>
index a4a3fca15154876c5c5d569272f6dc7f323e6ed7..36cfbc29655b54594bf11181238456f63595273c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
     General Purpose Register (GPR) restore routine
index ab47c625b104982bc56e21043fd3366a909d50cb..17e27d1f13eee8798f7f7bbacc435fdabfa1c9b0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
     General Purpose Register (GPR) restore routine
index e573ff424e25b8ff4ad8be07e18f5afeec0e3813..525ed108b50136a8dc803742d63edfe616eb43ad 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
     General Purpose Register (GPR) save routine
index 5c74d74febb232ca08b4720e55bcdd197325ef99..d633c152cb09c886560141e2c026f8582272fbe1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
     General Purpose Register (GPR) save routine
index 538387ef8a70258a377b617cc5fc8133245c1121..b5f25f701cdfbacd96aedee0f2f3b3f1e0cc765b 100644 (file)
@@ -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/>.  */
 
        .file   "libgcc-compat.S"
 
index a1052a427f14c93a75bd6b65b672ecdeea9ac97b..c371e137699a9209111a8e2be19c62419b60a002 100644 (file)
@@ -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 <sysdep.h>
 
index 835af98d0c846e3362cbe363304039e7a2acdcf1..fc8b1a254733efd4dbdd16690f810388efe5a77a 100644 (file)
@@ -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 <sysdep.h>
 
index 56742f8f1a77e00f12897786d53885f704447216..8ad9927b8a4439d417059610cf06c6843c36291c 100644 (file)
@@ -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 <sysdep.h>
 
index 92312a8a7c14af5a3bab4cc24d150f5e0b7aec9c..084b50e279fe5823eb259447a9d90de9c68fcc1e 100644 (file)
@@ -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 <math.h>
 
index 32b008d06feaede68b31907374f53366c870ba4d..d56c10b430e8e292fa3c2ee1d0396a1de5f9bebb 100644 (file)
@@ -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 <math.h>
 
index f49fda8cb1dba6f0878e685826d9670bb6f0230e..91e76bab3445dd73674af3e0106b768df0e4f674 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 5b47501739f3ec2a205612f438a3338c98657c9a..02ba1b60a0b8e8ff8e3e8b0235cac2f16d39f65c 100644 (file)
@@ -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 <math.h>
 
index 153e3bcb574433866a52900eb3100fd91f2f36f2..b482ae7e25d77cf047cefb52b47b7de1f82e7d46 100644 (file)
@@ -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 <math.h>
 
index f637632b1759e26cb0218c934f160ce4a7575ceb..5c6af03ef2bc02f6c0828331b2726f459f3457dc 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 9f5b962f1a1e04c352018827e7424c0bd4dbe546..134c33d7389304188e765dc466ae01ff9d8fcd2b 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index d7055cb59d1e938fcf48666029e612e89e469c39..6f2624f485874758c7ad0c93a219719f213beeff 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 05185eee0d3579cfd95b62c93437288b4fd06f59..6079fc617a8082a1f8e71968ed725d56a5b16f87 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index c56860a2308da41894d0c6d5e57715665bba2ee1..d2617bfb920bdbc1cf3301e6974bbf44b60b6fbe 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 53b172e71e2e23edf65938f8bcf3abf31215322e..1146077dd487f2383578474310cc8d7d40202da8 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index 6fb6238dddf95f39b5a7b081ddf7d78e5a5524f4..0e7c3cb7494f31066fe83f083281ca989fe430dd 100644 (file)
@@ -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 <math.h>
 #include <shlib-compat.h>
index cbb6063beabf20234b2ff864e77764f5bca38a51..7e08080161f228a8eb999aa5528c39f14fc4502e 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index 0c6f6e6c19deb9c4d3ce6a6385b6f1858d70de4a..6fed302b08114d380d56bcbe9d82599b06a642a8 100644 (file)
@@ -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 <math.h>
 #include "init-arch.h"
index c893ebcf2910a32a8994fef353d84975979a5854..550200e1c4decdd390c465fd41d9be0364fba2ef 100644 (file)
@@ -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 __logb __logb_power7
 #include <sysdeps/powerpc/fpu/s_logb.c>
index 6977e99f80f7439ca0e176bddcd6de4a749accb7..cd9a4a108438f5d8f924aa89d2b3047c9ccff674 100644 (file)
@@ -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 <math.h>
 
index 227eb6e5f00f1578d0f1ee34e6b4d798eee28bba..81c73b72cd645a99283f76768f6ab0d729b6305f 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index 059c53bce2efdba9f946cc1b26eb0fa5af76b1e9..05b894e8ecb0131760fea4b880618fe620c312da 100644 (file)
@@ -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 __logbf __logbf_power7
 #include <sysdeps/powerpc/fpu/s_logbf.c>
index f49eff2df2bf4d3e079fe2179f2e4d3341719464..de9121b3d7a8eb01a07635f57bd0bf5af74427fb 100644 (file)
@@ -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 <math.h>
 
index da7f0585eb0f5b15fa3352a4c9269fc30d4827c7..0463d91ed7c5ed7ab306e2946f93a41b5e1d4c60 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index 22a6ffb0644eb2da5f68eb6fce1d5a1141c12fc5..c6d9546e5000be05278610108963007ce1b06cf3 100644 (file)
@@ -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 __logbl __logbl_power7
 #include <sysdeps/powerpc/fpu/s_logbl.c>
index ffacb8da07af814749cd0097aac85a9d5b3c1669..bcf6a6cb308ad8fa9dee637c0e40a199b52981d9 100644 (file)
@@ -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 __logbl __logbl_ppc32
 
index d0d9c69524fba45f84fedb24d20b52c45f41d45b..dbd1b393634f7016b107be5db96e6cb1843ff0a6 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index 97690166d6092ecf12e3dc3dd8cc85c3594701c3..2c2eb7816d16c2ba0760a3374eecb065f267cf7b 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index 4496b6d8a2a801e2217935fe312167ddf9ecad31..cc388574df1efde736ed486da90921e7a7640079 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index 8b06ea0a1c5cddd641c0f55d98cf1c2916a61e41..f030718f2f0b371de9155a3b8dcb66eaa50cb49f 100644 (file)
@@ -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 <math.h>
 #include "init-arch.h"
index 39daa42a52b23d96a91a3a4a3e96b3ae2853c9dd..f8de72971dc1f11375579ceaf044e01144e8c8a3 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index d5e855a82dd023f628b6536ba3738ef29fccfb1a..9869f7f20f9132c862be9237ffd3ad4e7b516f96 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index f9b35dac0611e1e29282ca82de293b2927781597..eaf210dbee1700235608a6031112989171368802 100644 (file)
@@ -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 <math.h>
 #include "init-arch.h"
index 6f93c2b65203fd399e45938bfc6a8f0354875778..f625baaf3165aa7f8385f2c606d0d1c6a46efb5b 100644 (file)
@@ -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 __modf __modf_power5plus
 #include <sysdeps/powerpc/fpu/s_modf.c>
index e91162dcb8a7f7d1935ed6bda5756c436b54de2a..cd799984a5c70497d22c511dd40207ad76373793 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index a795cde70e12c1c47a15766d2b6c3c664919dc85..54f5be640c8996a036a5906f2df8806719b8929b 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index 2e701881e82af630faae4675d73d0f7adbef8431..dcae9ad846088f9cfb7f1aa1725be16f55c4100e 100644 (file)
@@ -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 __modff __modff_power5plus
 #include <sysdeps/powerpc/fpu/s_modff.c>
index 5d9ac62267cf62f828679fc4168334c3fc267963..480d281f330d967eecbb8f8f0fc1302ab7a7fa78 100644 (file)
@@ -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 <math.h>
 
index 4c38f31e63d704dfc3a4465a206c64e689f47eb9..5043eef0348a2d7434b83b531963777d70a70798 100644 (file)
@@ -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 <math.h>
 #include "init-arch.h"
index 609aee393e6a611033cfd4e66f9299bbb2c989cc..47ef3bb01a9888a82988e6cd464833ed8d71f4d8 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 7f6cc5354099980f75079db7b3788581da9ed1da..d426e2a114f0d361177ede2a79e936f9e3195b10 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 347fc0e69c46a027718b6e30f0c9f11734012d42..8408cf1508caec8db82086d2476385fe306100d6 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index f0db2c1454e9216b5375037682df4d18f8e30b47..08ec71927844478108fb8fce89991a2bb5e0eb9d 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index ed2ca9bc7a0506945fcea65b9ebf699dba0f6ea0..e355f2ccbde151392cebb5903de3703fce533d10 100644 (file)
@@ -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/>.  */
 
 #ifndef _HP_TIMING_H
 #define _HP_TIMING_H   1
index e6d853bd1585760eb763e555d807699383f5d1cd..3b8e5ba59c56ad105e96beb4362b83f2cfa978f9 100644 (file)
@@ -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 <sysdep.h>
 
index a3cdef4a2f9c750ca4f778a8c1ebc1e384a39e31..d37212d0e387035f11a83161c53d4a850f66e6f3 100644 (file)
@@ -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/>.  */
 
 /* The strategy of the memory functions is:
 
index cac4aa60234b388cd6045915b6df4442c1b0ef71..4063766e1b012516cef6c4dc1491191f81a4cb21 100644 (file)
@@ -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 <sysdep.h>
 
index e42123b891fcf495180730a268c65b6f4b33e858..3c435503837147af643db2a43ec42b81545cc4e6 100644 (file)
@@ -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 <sysdep.h>
 
index 068e0ff4dd53f9d0e0317a3cea313e4be0398263..49e602491ac7fa6724538dc94862420d29b7a560 100644 (file)
@@ -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 <sysdep.h>
 
index 78401d8318c4d3ea84566370722e9f7e9f2fd2c0..47e5b9940849a68da70713eb7053f25e53901597 100644 (file)
@@ -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 <sysdep.h>
 
index e0df72e40193ed9069cbb66184eae2236180bfc5..c34cacd2b4bf5d297c49f10081445eee413faaf8 100644 (file)
@@ -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 <sysdep.h>
 
index 9d72875ec7c9070fcbff36df796dc08b502fd1ca..40fcc73dadde578c60e49624534ca7d70806b7ff 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if IS_IN (libc)
index 16a64beb33a383cb3546dd0e5a9c0a55cf2a5b8f..57419c91f0e68913998b46ecab866c0496506b8e 100644 (file)
@@ -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 <string.h>
index d4653b4b6ba84e7a5b3a13df24c849e45368c724..554890afd08061b94b88d22500cc01723665dedd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <ldsodefs.h>
 
index 7c1b460e459338193e8d0cc1a35c91a715aac07c..a1fb6f3b8363a51ebcf65cd135d6d851f1806fce 100644 (file)
@@ -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 <sysdep.h>
 
index 6cc684533130a8794b9d70c82119390add6596c8..a41391c85f4ae208c6805cb2ffb755ed6ca9ee12 100644 (file)
@@ -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 <string.h>
 
index 6f37e1fedc2042a19eba839ff57ef51543d2576e..4b8b59c393f77e434e3e593dd02afb7dbba52a2a 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # undef memchr
index 8ac43d8149f854939893d2a3f17153d98940ef8d..cff6599bda4796aea1717c3f7bfd9e8633aed599 100644 (file)
@@ -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 <sysdep.h>
 
index e5fe2851d166d5b9bfcdcaa039c21a160e377589..7badbb9d4b98dda8401e9fcf07e41c348dd3f5fe 100644 (file)
@@ -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 <sysdep.h>
 
index 99d9187674034b9389321fe3506a7f92c31c4d4d..eb4a333175b94b5461f080c86496847ec923d135 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if IS_IN (libc)
index 807e150d365f089fb8cec5f9325587642f29024c..ab612b4bc7768c2e4c11b38cae010391b47a3cbf 100644 (file)
@@ -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 <sysdep.h>
 
index 28213a147aabc98dbac1209186a18fc55f29156c..ff39eb0bf3ffbced30e3c431e195580c1b15d9cb 100644 (file)
@@ -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 <sysdep.h>
 
index 101fd5b488188a973045ba0dc9f8c62e650fccd6..82b69036dd8b56566b29f932f4bb8383a22a1954 100644 (file)
@@ -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 <sysdep.h>
 
index 1c306673ef9a4304dff0c3777a1f201405f176d0..b0f236b395f25fb6d507f454be9131ebd9ce9362 100644 (file)
@@ -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 <sysdep.h>
 
index af70021c1ae75f5ba868895a73dc5ecce52c87b3..046228b6321e93aa55d61203647cb99a37d41281 100644 (file)
@@ -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 <sysdep.h>
 
index 6d84862ddca877397485b3c71ddf58c5fa278e49..df2b297958a316e5a2690d4399db1c237258f91f 100644 (file)
@@ -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 multiple versions only for the definition in lib and for
    DSO.  In static binaries we need memcpy before the initialization
index 09e93390a950f3151f88340b85612fa7769cbd7e..e14b940ae924197fc542b4b23df94ada7330932a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <memcopy.h>
index c600e2f2463235881855b10dbbaf67ae20cd0e7b..041d5cbe62728aa4cf53d50160a5c717313ed9f8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <memcopy.h>
index 6d34b592d23551ced010595c2b318a78e8299e1c..5451d61e8a0df42ad6be2fade21f02bb0f25b72d 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 /* Redefine memmove so that the compiler won't complain about the type
index 206246d9904b35861ca288f22336513c5ebdaa05..1b0614e3f596eb1251ca1c09237509ffa51e1921 100644 (file)
@@ -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 <sysdep.h>
 
index 60d2ef35dc40f4757df3c08ddc62e7f9d78459e6..637274f3ee39a431c956ca12e0cf28536813c6aa 100644 (file)
@@ -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 MEMPCPY  __mempcpy_ppc
 
index 7cd2d5c369da4573fd41b8d26eb929086a3e047b..d2b839e4c8dae3f7dc00798cb5c0e8ac3b635715 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define mempcpy __redirect_mempcpy
index 1543e0dfb166007621135d651f93f7dedc171a9f..16287e9697c038e1b95f5634b1fffbd9f34c3b9c 100644 (file)
@@ -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 <sysdep.h>
 
index 9ccecd05e30380a1eb68e1bff190e85bc1397bc7..0fd985e2341666d921eab506396e24d218d1522d 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define MEMRCHR  __memrchr_ppc
index 2fb0756a1b81c4586cf68109d9cd2f4a2b34e4b3..9892c5bcbf34a9575c6bd6a422f8037c7e97dae2 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index bf6c51bd900548a8ca4c469c101439da8ec95661..0f3696d1737c097a4b366e8751e63a97a057c9e2 100644 (file)
@@ -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 <sysdep.h>
 
index 1e179a0efbd1106bdd41d929d82140f159b5d3a3..a577f08ea7941f1fceff5866b46513ce77c6b701 100644 (file)
@@ -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 <sysdep.h>
 
index bccdc03bebcb7598e27cf68cd0db63b04cad4f70..962ab4e44910610db95e161adfd047745e5a6399 100644 (file)
@@ -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 <sysdep.h>
 
index ced6474fdc9be085c0de960bde7b2426b672441e..db54b6e49fb116cf11923bb9b4922a7af9d5f820 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if defined SHARED && IS_IN (libc)
index 3fef23049eeea12cd6c44cbcbd8e7d2e3cc40b47..a0d66b6af7d6d3f63ea5d2b55960de96cdb4b5cb 100644 (file)
@@ -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 <sysdep.h>
 
index 25d4c0329f833a2649bb7d7fad4336b090d7f75e..92caec9ce68c3a6658b92bc6ecb0891c9596861d 100644 (file)
@@ -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 <string.h>
 
index 0846886a93b2a9ea524d13a59e15eb7d15a149ec..3278575e7fbd2e2151889633a62831c583ae998f 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __rawmemchr __redirect___rawmemchr
index e0799886e8d403a26068fe1cd5f5d9e3c47b9f16..0a02e6e06c746475d1f7ad64f1c68e7563cfd1d8 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/powerpc/powerpc32/power4/memcmp.S>
index cfa26e1331e573c2eaaf9de7d881d4c223dcb3f5..c92310370d2d4ead8cc79058a7e1455e67be850c 100644 (file)
@@ -13,6 +13,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/powerpc/powerpc32/power4/memset.S>
index 18ecd0cf49ab7d0fb6093771ce3fd1707cfbefad..4814d936c47a99a7681ef2e3b959c7adb571e5e9 100644 (file)
@@ -13,6 +13,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/powerpc/powerpc32/strchr.S>
index e9a0e0f696f9b12c7fe1596be06a45666bd5422a..d0085e736175b1966b4c5c6bee5872a6e9a6fa3b 100644 (file)
@@ -13,6 +13,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string/strnlen.c>
index 804b1a4d567b84f32399c301bcfaf613ffe6742a..b3ed78612b0245ab3ff385a145f8caf6148318fa 100644 (file)
@@ -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 <sysdep.h>
 
index 0e4c70d9885768bad7b10bce192a076973b62aba..cd41c6c22363ed2c7328e22623ebb2af623255c3 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index 89221bfe432ba1c0e9b204289555828df751f7c6..78a52fe61dbc4f6093130622ec2c255738701f42 100644 (file)
@@ -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 <sysdep.h>
 
index 2b83cd2897f2b9ccb9c391d1e9d2c92b528f8225..b8beeab0bb99d0ba88f39087efc7a3f402d93bfd 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index 9a1eb7620d02d77c095eb35a271d2d63f838cda0..8162976806d07153624ef343db0e135cdbbd25a2 100644 (file)
@@ -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 <sysdep.h>
 
index 0364bcf678d854b75f1269c7521d4c4e06738b25..36ca1e359c79104cc41ca1452dba1f47cecbf3ce 100644 (file)
@@ -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 <sysdep.h>
 
index 40109f5f5beee8c8dc3a7dd3477569a8e1f6e27c..23ecbcf77e9f773c1096cffc9655bd421f772fe2 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if defined SHARED && IS_IN (libc)
index ebe5de6de2e1e88c2aa6e920a52e1862bec79ca9..66c5b2bb3e253bf90813830cf2d9e1ba4e004642 100644 (file)
@@ -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 <sysdep.h>
 
index 75b41897c5597cc95d176b94eb2108e3bc09f818..e1a6954c7982503a3a96c2064b8704839d2dbf3a 100644 (file)
@@ -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 <string.h>
 
index e76f1377011d7263bc7763766132924bb15ad4d3..7dd62ce5331559ce8a1da1912a9c4b44b0743ff2 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index 8c94a5465824016b4c977dc0410770a20d540cb3..d1afd21573e74a6d27e6302bb7bc8f3ea573f42e 100644 (file)
@@ -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 <sysdep.h>
 
index 6ec3a3d9a0867cc04b959bce24d46956bda63bda..d9ae88eb1af97b2e155061cfa79b385173ae89a0 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 
index d3d721f485bc863c30417364a1dd4a50d83b48e2..2a971fb7b3f0997ce4efc0420d1c09dc67a41b48 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define strlen __redirect_strlen
index 37d213cd987bb0d26f9c594ce7961fd2dd479d82..b4f83ad3128b6d7843be62255b8aa888079d2210 100644 (file)
@@ -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 <string.h>
index b29c73430b8c0d4b5a160cff05ebb5584eb079da..7576e49bef1e697bbbb1033ff99bc2e357bdd169 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index 337df86628bd22831f77e274d2a78a7b0d818e34..ebc23281a78512772dd34dba7270d483584af71a 100644 (file)
@@ -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 <string.h>
 
index 19cc9284720df58be2465574d5a307f02250514b..a944f02bfc8a08c61d6d752d01760bdbe221b8f1 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index 209cb836ccd3e3957828c39f3ec763b3110f9e89..539ca6c92141e326478d3706b51d9616e5bff2ac 100644 (file)
@@ -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 <sysdep.h>
 
index e077be33eba02ec427088bfebb24301fe5925042..69e17488240b7132c6190fb8d22ed995e92fd8a0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 46f2cb3255022856ac58fd4d4544100935ba9980..ba0094578145796221b6e84827e67a6bceca4034 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if defined SHARED && IS_IN (libc)
index 47b6e0b31f2cc3aed9d9abbbe6b0bd496d8a5224..312860aa710b71313e887f73bbccdeb92e530ed9 100644 (file)
@@ -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 <sysdep.h>
 
index c80282a34101581f534bd1bd2e5e3617a841a3b2..d50d6de3307d8454b90730c0f1fb3b941e821941 100644 (file)
@@ -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 STRNLEN  __strnlen_ppc
 #ifdef SHARED
index 7a205d68f18fb3f111d8a2c877d114a1390917b7..d11ad48770f900ebcf00309f964b671d144bcc77 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strnlen __redirect_strnlen
index 98e5785633e85e00644d27ca78a536e5e9242e1b..84d9a3629b13a4eac1ccbba3cd7bdb3b2437befa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 WORDCOPY_FWD_ALIGNED      _wordcopy_fwd_aligned_power7
 #define WORDCOPY_FWD_DEST_ALIGNED _wordcopy_fwd_dest_aligned_power7
index 1a6c1709cd99441826a84119b945f19abe1c1529..912c7124cf3212c47cfc1168c9492e6dc8e05aea 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if IS_IN (libc)
 # define WORDCOPY_FWD_ALIGNED      _wordcopy_fwd_aligned_ppc
index 124615cbd3937f6c95e48f5b80b879ae547b1802..6c3ce90eefc076d4b25ff205a5a29b1e9be3c0f0 100644 (file)
@@ -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 <sysdep.h>
 
index f8a3c381d11561339429377851684f1b8ac5b6e5..677cfcb4d32021e881d35ab83193bc1cea5d38b2 100644 (file)
@@ -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 <sysdep.h>
 
index 600636a55385deab4ec662b0be8fb95eec4fceea..70ab65df3fe049363a870cb1304818e279a0f5e6 100644 (file)
@@ -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 <sysdep.h>
 
index 0366c10b7d280a8766e12b1ae4cfd817e3f61f23..c214f9112db515e3db9239219467f9473f77b668 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index 58042233789ce455c170d887d7591d15614df97e..e85b11f351af96ea04e6a5bac622116a3dbf39b2 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index a695e005e94b785148fb3d4304c8ce9f0c57ab3a..47ae9d5898178235518b11de7a6692ebd52a52cc 100644 (file)
@@ -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 <sysdep.h>
 
index 0042e871d6519e6fb825bb1fdf87ca8b40acbdae..cf9e33004473fa2f96708511250213aff6219979 100644 (file)
@@ -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 <sysdep.h>
 
index a3ef19011815af0b246884a52fd3062b7ec26c50..94382d54719cc6a709d1ff2cd77d7ee11605af27 100644 (file)
@@ -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 <sysdep.h>
 
index 4d0fc3cde440f39415ed84dcd809e00859fa8def..725f6aa9336ee7258fea3ab7466db7e9fd1de690 100644 (file)
@@ -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 <sysdep.h>
 
index 2eb6fb5f4d7f232dcec0f324e33b6bb76e88a141..e4d5db9fb9765fc80698527db4450225a085c9f9 100644 (file)
@@ -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 <sysdep.h>
 
index e684d530794ea40308afe34f2fc43bea1fff56da..ceb68af78a9c1018b4ffee85cf025210fd056a0b 100644 (file)
@@ -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 <sysdep.h>
 
index 68696fd2e85aee263b0662bfb472c6e25b2120bd..f482f52700720928b221c9a5d579c31e3bbe381c 100644 (file)
@@ -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 <sysdep.h>
 
index e22be3aebf1c50be08d03ee1a1f09809e85d650e..76e042deb728e0d47375fd55b2b6ece03853b4f1 100644 (file)
@@ -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 <sysdep.h>
 #include <locale-defines.h>
index 913682bc31adae540087e701b3f4caa18c69b507..69641abb40966a1c1c18bc6d02743ae64878efee 100644 (file)
@@ -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 <sysdep.h>
 
index 43782031242bedb4775b9f0ad28eff5ee9e39e03..51024baf0121863e67e2c72d92bca51d56354fa6 100644 (file)
@@ -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 <sysdep.h>
 
index 1400c8de43f987d32ea7b58ad2b6d7b57135d57e..dbe79c78c4ec0a38a120cc5d710f49b373600715 100644 (file)
@@ -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 <sysdep.h>
 
index 9b8cf4f4cef136c58bc80b5002d4f2d233c0e802..3d673e6057a9f18928f53f3f556c9fdbcceb3503 100644 (file)
@@ -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 <sysdep.h>
 
index be749b69a553d468c131d03a310d19fda48bfa85..99e71699096d39706e7b4269cd79ff97ae94e2cd 100644 (file)
@@ -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 <sysdep.h>
 
index d01b656fbf32aeaa4186de7842e297d4f39c4337..17da19c8439d802a070dc88a7ae12486df59b6c2 100644 (file)
@@ -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 would be bad.  */
 #ifdef PROF
index 85a3c70b9c12baa63285a79c5f2e72859050c963..273d310f0d115e6daf42007e69e022ed26d6e03d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <_itoa.h>
index a4ffbc2efe89425095bc343c2444b93f118f11ec..3c14370e73080261e3b11f40a8b6a9b6cee235ff 100644 (file)
@@ -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 <sysdep.h>
 
index 1b9629bb186095f5eb58af8e8f25bfcb315baa89..fbd9865e095f642633d7b6c12be8343bd2d88b56 100644 (file)
@@ -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 <sysdep.h>
 #include <stap-probe.h>
index 5edc2b95f04376094d3266049b0b49f8b4806da5..99a81f49ccef3f85beae3ac4b3f42906e699f34d 100644 (file)
@@ -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 <shlib-compat.h>
 #include <libc-symbols.h>
index 172fb5a56be665e77d601eeb8bc1b31024ea4cd1..143467be886176b9ee1031075f6b7d6246894ce9 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 6cd4a8ec8c8becfe77864141f21273919bb85d98..6f1d1489e0cb3d22c056c502e0c69e0ad004709b 100644 (file)
@@ -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 <sysdep.h>
 
index ac1640932798cf047af9cc4ef24f992c7b683dc0..e70ae9f4e2b504ffed7417dfbadd112bdb68d4ff 100644 (file)
@@ -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 <sysdep.h>
 
index b5a300f68cb9521790dd6feab4ed8193fcfbd441..5d6e86081fc3dc1880f2b9d7b251349d73677067 100644 (file)
@@ -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 <sysdep.h>
 
index 597e6e9da25d219d9e13647b533b776defa486fc..718fcdd14825797f51b794c862b23d5ea1993e7f 100644 (file)
@@ -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 <sysdep.h>
 
index 2524bf85a9d0a62316cc4b847722562a6774f78d..69b2aceda2f766dc82a4e67a0680e5d3b966e947 100644 (file)
@@ -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 <sysdep.h>
 
index a404b27dd1a65b76b845c479eaa881b0689cc11c..b42ac973b91eeade43ec9ee987e778372410803e 100644 (file)
@@ -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 <sysdep.h>
 
index d2de8d84ace8d1274a509643fa40ae97341a290a..2bda810f6365998ab3c569b978fa9fe12e2c31b3 100644 (file)
@@ -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 <sysdep.h>
 
index 1ba592341e180e2c37e90fff5bceedca70a14ba8..b2049ce7875195ff377b6bf2f8e188d6e6748285 100644 (file)
@@ -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 <sysdep.h>
 
index 1937c5082b9b920e22ec84032d824dc96b4d0023..117935b9c7ceb554ab1185966b7a84b6ffe893e1 100644 (file)
@@ -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 <sysdeps/wordsize-32/divdi3-symbol-hacks.h>
 
index 0d431f56cdac86b271a6f448dc898792e83e0813..c21ea87f5a087b0a08efd7a43e3c85ac0665931c 100644 (file)
@@ -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 <sysdeps/powerpc/sysdep.h>
 
index 19bb3e55dd6f429c17933a8e3aa4c304b30989ba..133783893126348422bc8c5a7a24e394944c38b8 100644 (file)
@@ -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/>.  */
 
 #define pltenter la_ppc32_gnu_pltenter
 #define pltexit la_ppc32_gnu_pltexit
index 293e5017ea712fc32e7281691141aaf0ffa6e7ba..6acf0e2b82ef0c7e3760867a112b33a1762f5340 100644 (file)
@@ -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 <sysdep.h>
 #include <stap-probe.h>
index 2fc29bd63beda88e63c8e0bc917ca79e84b86dc7..1ec838054e3c9940895b6fb43d44c2f38e150ce5 100644 (file)
@@ -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 <libc-symbols.h>
 #include <rtld-global-offsets.h>
index 71d36e88848e079093aed4263de13d53f4b552cb..6d5c5afddbdd3c91d71802c97e1a4bef176da248 100644 (file)
@@ -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 <sysdep.h>
 
index 00126e16971860fa5b1aec68ccf9ac52bb256778..7a8d3e5e03ec99f73426e18e85d6431aa2fcc3cd 100644 (file)
@@ -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 <sysdep.h>
 
index b10493dcd90f4be86edcee7034cd43905a49fee3..daab51cd10f1e6fc750706da817abaf13e70f29b 100644 (file)
@@ -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/>.  */
 
 /*  POWER6 adds a "Mutex Hint" to the Load and Reserve instruction.
     This is a hint to the hardware to expect additional updates adjacent
index 7a167838d913c25742e65ff7a1e2fdd533566528..8f83093434780700c3e598e70d4653d5503af0d5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <stddef.h>
 #include <string.h>
index 36976a0404165447a245119c0b9768305684a039..afdc6a00d5c13980e964111b4b92457d2eef3385 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 34811330d56dd8fbebae33910602961e0f0b48a4..6b27b38578ab068ddd5f4628f070c9cc75710aae 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index e421c176d47c27c7d29a290a6832301828735afc..8818f0921c61cc5346eb07efef9a3c7de05acc84 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index a0eb18dff96992742b5c0c9c88fb714c2f58647b..c434d6aefb5db3524907ee8fdee7e559d8e0b34c 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index f2841c97d3aa982a0fa37d68781eeed09d601e68..a8fb495a7636217ec47326f43c0e40471e2b9083 100644 (file)
@@ -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/>.  */
 
 /* Redefine lrint/__lrint so that the compiler won't complain about the type
    mismatch with the IFUNC selector in strong_alias below.  */
index 15ee1597486eaa451b8373bf113658a9772369ad..4604163cfdcb950737fffc2796a6784e09f8898e 100644 (file)
@@ -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/>.  */
 /* Redefine lrintf/__lrintf so that the compiler won't complain about the type
    mismatch with the IFUNC selector in strong_alias below.  */
 #define lrintf __hidden_lrintf
index 173c0d38ad1d37f60284b8fc6252adb5f2aea45c..6cf771c87c15bc11d25cc444c46eaf58c508a83a 100644 (file)
@@ -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 lround __hidden_lround
 #define __lround __hidden___lround
index eba9f5ca3e1fb45f998608f4969d685300dcf98f..f363b16c78664cb8540d48014868c116e98e2f7a 100644 (file)
@@ -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/>.  */
 /* Redefine lroundf/__lroundf so that the compiler won't complain about
    the type mismatch with the IFUNC selector in strong_alias below.  */
 #define lroundf __hidden_lroundf
index 807bf58eeb3d8547dc51735ec624f5151d6832b2..c28a8753acf6f8600f11ff4b53494e98e9e3766f 100644 (file)
@@ -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 __logb __logb_power7
 #include <sysdeps/powerpc/fpu/s_logb.c>
index 8aae1e8f126fee67acd7481dc9f51fd7dd0abc85..1372b8cceb11617694522c44a07cf89c817ecc81 100644 (file)
@@ -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 <math.h>
 
index b6d7225112f3caa53d0de0ff0659e2b7f404f46a..04a0848c2251a0026b5ca9f78fd5f35d32b31427 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index 4fee11dd84f0897adafa5f69639b07a4b27fea98..c264a57d8ccb027d077105f47c76960436d88d32 100644 (file)
@@ -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 __logbf __logbf_power7
 #include <sysdeps/powerpc/fpu/s_logbf.c>
index 727fabc03c7b994547dd78400d5a92d11f75ad02..0e9565844098cfc35c357c1503625e4a029bcecf 100644 (file)
@@ -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 <math.h>
 
index 46875dcde28a7fea5525a62fb52855daf90b4059..378ca78d6b6fce097078e2b9e54fbbb95b7e5c9a 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index c413d6e50dcd2017c41e51a2e3f63e28a462c768..dfb51015f1f9ed0a7f458fc32b7e1d25188eaa0a 100644 (file)
@@ -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 __logbl __logbl_power7
 #include <sysdeps/powerpc/fpu/s_logbl.c>
index ffe6e17d5e8bbd846f5a2147e4766c112b42ebe2..f5228e1ff4f8d86b7a86e096202a56d52b3e2ff9 100644 (file)
@@ -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 __logbl __logbl_ppc64
 
index d44122a12bc3d5958a362dc6aa103c4b542e9fee..256329599ff90507e58c8f3fac625721aebcfa39 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index 6f93c2b65203fd399e45938bfc6a8f0354875778..f625baaf3165aa7f8385f2c606d0d1c6a46efb5b 100644 (file)
@@ -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 __modf __modf_power5plus
 #include <sysdeps/powerpc/fpu/s_modf.c>
index 06f0e87281530721a3e5e1ea1a8c60eed7dca35f..70c21ac8b9924c2571ed181e52eca5d84dd346f3 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index af57aaaf8521a99f0a089857a305ff7d886bb961..61d7ae37a2e90df9c129d3063d04014ade24b62b 100644 (file)
@@ -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 <math.h>
 #include <math_ldbl_opt.h>
index 2e701881e82af630faae4675d73d0f7adbef8431..dcae9ad846088f9cfb7f1aa1725be16f55c4100e 100644 (file)
@@ -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 __modff __modff_power5plus
 #include <sysdeps/powerpc/fpu/s_modff.c>
index 5af1887d3b305bed37571aeebd0aa71e4666d936..e3c06600a0c04aa5c8a1cf221cc098d418b96f41 100644 (file)
@@ -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 <math.h>
 
index f048f4abcf76bacc75964f67ee38174728c32ba7..be78f8417bcc1d65ea3974dd087d0de6d0aa8fa2 100644 (file)
@@ -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 <math.h>
 #include "init-arch.h"
index eb66a8d5286e220cea503ce6a59d322fe51daa90..d12f4106886294c7d798c49e9ed722b97ff64414 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index db6a17c5b2029500bc38698f7fd7f4d37fa7b558..846acb250e1bdff1e48a73dcc748f447a43050fc 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 9c96847272cacc8d1698576007a65be62f550aaf..f854166bc8a9dc842d3da0b104a1cc94c523814a 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index b6c8260b69b295ed9e5964fc9b87b10458c7ff1d..670df103af6762a20187dc7cdfb75d6fcae018d6 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 657d278fe18ae33a90f99018cc4bf6e3d5761619..80ee013c48fe92f0ccc9c3e8ae445c62847ef750 100644 (file)
@@ -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 code was moved into memset.S to solve a double stub call problem.
    @local would have worked but it is not supported in PowerPC64 asm.  */
index 82f072405f0d33ee812b1c7e9a7f67cde9e5291a..05cceb31e2cd8d6cf3c85410cd1934e54bfb4fef 100644 (file)
@@ -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 <sysdep.h>
 
index 52e294dcbd3df5341ff008bb971ee8013b78ef45..157cbec4dea8390dccabb7f44b9df987ed634ff3 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index 32ace21c5b6924d225e26237c2d22b2a16d6837d..59396a2508803c38ac3f8821114760474765eddd 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index b6756e6a4c5d480aaa758272a7cca6306628718b..75c3a9df85a1c8e02a6a0f8eae9d79e58aff7428 100644 (file)
@@ -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/>.  */
 
 /* Number of extra dynamic section entries for this architecture.  By
    default there are none.  */
index 43535f6f890b385efef731806591876feb518bc1..f0f62c12787103f327a756563203180a57bd4786 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_IREL_H
 #define _DL_IREL_H
index 6bfedb71c3306065c4519b1a554de02b042d4da5..6756cc93c3ced74f719e057c5eadf1c8306dfd8b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <unistd.h>
index 1d926e3dffb5b63642af029b6125a7e793d3aa51..417b1b25eb449d8056df8cb9fee11e735a990681 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef dl_machine_h
 #define dl_machine_h
index 08534fb8096c8604b2fe31e62ec6defb11c6d0ca..63c4e230ad2ffa70afe23f26e08e565707b11e1e 100644 (file)
@@ -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 <sysdep.h>
 #include <rtld-global-offsets.h>
index 10309da9d2b5f27a25cd5d2cfe9be6b5d0ba4c7d..a463b5bcdfaf10deec46d2bae9225fd000e91d91 100644 (file)
@@ -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 __ASSEMBLY__
index c3e1c00a556fad02c1a29a01a93ca2d4b505bff4..98b1a5ebae768b84cac6947fd05f2f795e5ebbd1 100644 (file)
@@ -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/>.  */
 
 #define ffsl __something_else
 #include <limits.h>
index ee1a587c17a1e4af9f4fbbe4e63a32c4678001b9..d5934bf14560dc30101ad798ce813e805c8d0f3a 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index 44c1ad1dfc5887048bbdf22550cfd1ee8e330153..7e8d9a95f48af1e801ebfc04f32719f1d9e2fb23 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index 968b70b79d87c5775ad4849fac4b828e8da16e2e..3c84f8f337db66b0415424b5e8d94b8be3cf3eb6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #define lrint __redirect_lrint
index 6aa8fea1955435f1201e932b5fce198820909da0..126bec23aee705bad65680b87b3862b8d3a44a47 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #define lround __redirect_lround
index 160c00ed6ff67c9ff03ce5358a457e074b6f8827..736c9d8dd8feca5c09e84287e3e3116b639e41bb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #define NO_MATH_REDIRECT
 #define lroundf __redirect_llround
index 01678cd63432a8edd19f274122add87fc7e8a7e8..afa6f06ed932924cc603ddd0ef8c41f9482dec02 100644 (file)
@@ -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/>.  */
 
 #ifndef _HP_TIMING_H
 #define _HP_TIMING_H   1
index b5a841570ec0a24d19f7831efb742dc31a717f26..05781b33675185b4bcf13076c58b50aef1a6f222 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math.h>
 
index 6b451e17de08eef792e2365cdb36fcdf567d27d8..9c4cd8c4be370dbf2a0d3aeecf5c911a150d24e9 100644 (file)
@@ -23,7 +23,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math-type-macros-float128.h>
 
index 59abec559a76e805cb47c2f6edea0673880b0d46..cf6895ea184f96d9fdd27c55dceb662862a65371 100644 (file)
@@ -23,7 +23,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <math-type-macros-float128.h>
 
index 8b0f61916457c181f4d7b5a063471595bc966bdd..fe334b30697186082994068a1343657bf121a2bb 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index a36ccf1925bc77a64e6db1716c684152cc5165ea..633af0ba3e6aeec0bd8a7ae9e8d97cc89844896a 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 __float128
 __ieee754_sqrtf128 (__float128 a)
index 7e09911ecb69675a4ea3068c5c21acbf90003d72..38701d0994e8558145658344cda1972ca04d44b2 100644 (file)
@@ -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 <sysdep.h>
 
 #ifndef STRCMP
index 78006c15f78142d7c4e93115cb5bfc9f64a4b91f..c8df1b68504e2d69ca579b0a7483fe9cfdba0416 100644 (file)
@@ -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 <sysdep.h>
 
 /* Implements the function
index a2b6a6095c7bc5220b83050e5dd2da16923c97d3..3633a90dea2407d8267004c89f3b075c0ac43add 100644 (file)
@@ -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 <sysdep.h>
 
index 82d521850d81aab2e501956e7427a8f5a54f96d0..3610051fa5432dba0ee74adf631a0d735e00086a 100644 (file)
@@ -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 <sysdep.h>
 
index 0541b5f0b8bf30c438514164be02b5be2bf5da89..5d96696e8767a5027bbd40294f00eda3ccbd641f 100644 (file)
@@ -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 <sysdep.h>
 
index 319f789209a51fce35a9b0a06210f382563350de..52a27620bc0575cc502d8957bb019c28b181ae9a 100644 (file)
@@ -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 <sysdep.h>
 
index 6772e0a8675553eac016491377fd87b8bcc56887..53230e3cd4545f40294e90202ade43946ae79c53 100644 (file)
@@ -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 <string.h>
 
index 8c6f2fbf8e35eb6dfe9f540b1d4bbb9feaa8fa71..4c9468719b8af3b88f643aa370560095b4b103bc 100644 (file)
@@ -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 <string.h>
 #include "init-arch.h"
index 796d5a586692548b9f35f033e545c6242e2c8c34..eab5b537fb2f323752afb314a3ad3ca19c1af160 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if IS_IN (libc)
index c0a927d73ef2558d03f5d1d16f2d8fce8517492f..c0c9ba3ca55df380032f3455c4a43f381650c781 100644 (file)
@@ -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 <string.h>
index db321502d3b04935b84c2699f9531eb6b0746803..450f86346a159f78dbbec30f4654dc8af2b147da 100644 (file)
@@ -13,6 +13,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h>
index fb4fb80c947deabf239391e85f7ad45a81d3b6ac..47be29afeb61444fa58f877358e7b232391eef11 100644 (file)
@@ -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 MEMCHR __memchr_power7
 
index 9af2e24e4c76e90c377324ae80d0c855b9b6fe08..ab5251b87a604d8f07dd368e899f1176160c45af 100644 (file)
@@ -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 MEMCHR __memchr_power8
 
index dd125d49852b9efeb2ee3faacf086ea7478279f3..e20cd44e089e3605b071f45b7f0ff9893c76a340 100644 (file)
@@ -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 <string.h>
 
index 856f2bcb3ecd0750f4b8c24cb43591da2cc901f4..5b4ab0abc992e1b05b907fde8de832a3a1b06ab7 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index a7fe2c1b5cafe974c1ba20538c0b895f5443b9db..e53cfa68f7cf38f3fb46126101fbcbc4e16ae55b 100644 (file)
@@ -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 MEMCMP __memcmp_power4
 
index 621745090f848af8cad66a4ad43749857afb6cc0..25fcc9b5da03a84935a46685d82bdf25f8f6f044 100644 (file)
@@ -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 MEMCMP __memcmp_power7
 
index af08392467aeddf5ba3bca92d08b66610641935f..9d5d2415d9644f32a3e16fc07e197cd9c4061c03 100644 (file)
@@ -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 MEMCMP __memcmp_power8
 
index 1d63b95af78430e88bde31c1758c8d974bacff68..b3bd6221414dc0b7ffb2a8c0f8e6babf8f6d77ec 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index bb72ec68e194966fc005e44933278dacd4904ddd..1b6629d292045fb1706876dcd3b12790ae51028b 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if IS_IN (libc)
index 597e09aacd12dc834d8f3c44f9df797540679279..467cfd784f919818560312efbd07b0fb3379afa6 100644 (file)
@@ -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 MEMCPY __memcpy_a2
 
index af408f670129c8c0a709569be8b15973436644a0..8c99a726bc6a5720f713913be7831bf6d782f8d0 100644 (file)
@@ -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 MEMCPY __memcpy_cell
 
index 1b7ff2f2d11e2fcd297dbe3788444f9c97ea975b..eee649f5121d8376cfc43ece17d4a6ad273e52ec 100644 (file)
@@ -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 MEMCPY __memcpy_power4
 
index f283462a4a5449c4118a1ef5eec2e0541aa821f1..a072581ddeb8a9b6de7bb9a3757c076318cb8497 100644 (file)
@@ -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 MEMCPY __memcpy_power6
 
index 7b45cc41dd4b709baa8a18a28d0816d6b39b7610..f6990a81dfb946c1d95e22d07d5510d66d9d91ac 100644 (file)
@@ -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 MEMCPY __memcpy_power7
 
index 64e6bdcef7a3bb31c7db1afff8ef3b9b123927be..b2f98a35835aad8a96e5a633beb92af541f3a06f 100644 (file)
@@ -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 <sysdep.h>
 
index 4772d14765e728cabde4a5626d54fb2e48ad8383..5878b255d35b8bb0d4a83beba2b25ce38e2ba88b 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define MEMCPY __memcpy_ppc
index 170a7974c587f147f67386684a1d864ac7553cfe..7efe064fe8c5a3535a90dc9d6908e082a21c66ba 100644 (file)
@@ -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 multiple versions only for the definition in lib and for
    DSO.  In static binaries we need memcpy before the initialization
index 3257ce93ef608db009b0b7bc5f1fae87aa72eae8..b3b9e53fce8bfe0c2711e90e35b60f14c951c081 100644 (file)
@@ -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 MEMMOVE __memmove_power7
 
index 7844140d268b3a110a8f9028af95a413ca1afeef..8874c79ee4b15aa465a7f35d1dc6b6ad5b60d896 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 #include <memcopy.h>
index cdb97a864dae0d6fc426e84a6f68e5836065f998..33b3a6874aee865919592fad3c98c39fc8911b6a 100644 (file)
@@ -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 multiple versions only for the definition in lib and for
    DSO.  In static binaries we need memmove before the initialization
index 37da69e741e042dad606bc6936172e65e6b46cab..012e59393567f51a05cba0175a6f92aed52df4e9 100644 (file)
@@ -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 MEMPCPY __mempcpy_power7
 
index 341fdf465454e80b4dd8c1d604ccffe91cd107fd..51d816064b3b0e790d18dab4f4572c4ccc6df3b3 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c>
index 953e92a909a21ad457ff2794da0127055d51f13d..0028190cb552285591132e7f4b0e0e30a9e1aabd 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define mempcpy __redirect_mempcpy
index 884257bb41eb0a7a35df069d1d5c9bfd8aeebba5..a2ec43c99671ae3b99e425e6a1497eb71630881e 100644 (file)
@@ -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 MEMRCHR __memrchr_power7
 
index 751bf316e5ef693dfcbd319bf1cf10c46c3cf0ea..ae92351b794d293339725ed826a7be5b7e526d03 100644 (file)
@@ -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 MEMRCHR __memrchr_power8
 
index c63b7554b134aa0b8c279c130a097c24f59f75f1..ca9bdf145824a16c008e8d676d4edbd2cf275da7 100644 (file)
@@ -14,5 +14,5 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 #include <sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c>
index 240fa2fcb6d7b2d07b42803bba0c4d91ad3c1921..17dce79fbbcd42376825215f9a5326988ef680ea 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index b8802f1e04f2ee4b5b3512e0d2c6474ffc72e44a..671deb800fba020c8e6d73d364013908b2acd020 100644 (file)
@@ -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 MEMSET __memset_power4
 
index ad23b5ea1f693e5eb382a98a4f50371b1dd30d9a..4d5b4d6af21a2db671291f0f49d76115035708d5 100644 (file)
@@ -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 MEMSET __memset_power6
 
index f571b094e1860c4be62a262e9cc1a412eae96433..87f445f0090ca12b971f9ce6f41b034a25f93d2c 100644 (file)
@@ -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 MEMSET __memset_power7
 
index fd201eb36cb2e0bd51eb77168288de099e81b37c..556387a11c7bb495ad7e52cdd95fbb838a8387c5 100644 (file)
@@ -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 MEMSET __memset_power8
 
index a6a44c80267a2206c6a9c5562cc3e47e6138f648..dbca4f2422a7fc720e23543c4829d503701bff34 100644 (file)
@@ -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 <sysdep.h>
 
index f2b34b8c22e3576019d58fa17cef7325607d5e3e..65780c254ef4c8dfe394ed95080472f6cd6615a4 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if defined SHARED && IS_IN (libc)
index b0ed5a591fdbd19b013d4a51e7491586cff70b9c..1326b200c262ce1261c351bedf9e88a78a5ed8c5 100644 (file)
@@ -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 RAWMEMCHR __rawmemchr_power7
 
index 02fce5aa239e88434900bd1208913e2e3f265890..e1fe232d59a424d84327e528479776bb3b44e264 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c>
index 2b4bcbaf939a43851dd0900343393e9b35dd951b..6b3a8167859e7178e2e723a1eb62a3afed176b73 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __rawmemchr __redirect___rawmemchr
index 5060347e9cd81223ffb5fcb0fa0556144c6f1df3..638c64c2dc1baedc033d2d5199c88ec888aa3cfa 100644 (file)
@@ -13,6 +13,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/powerpc/powerpc64/rtld-memset.c>
index 12c4ad62ded8af1a2694f5b4ab5eed2e72515ce2..be2e1bfe05d782247af59099089d557dba851754 100644 (file)
@@ -13,6 +13,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/powerpc/powerpc64/strchr.S>
index e047aadc35dd5818537848f849d73cb528fc1982..77fef52e9022726c31b65f28a7212e96bd4593ad 100644 (file)
@@ -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 <string.h>
 
index 30d90604b88f6c0a0a71a01dc9d36aa6d467a123..06a2dd45d65c8040e99c0c9532309670d8a1c3d4 100644 (file)
@@ -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 STPCPY __stpcpy_power8
 
index cfd84ffc688ba9f0791c78d1df3edeb2b376def8..c502e5da14368a8cc28f73383b18f6427d41eb6d 100644 (file)
@@ -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 <string.h>
 
index c09ac07d5f665663d08548430ed5d1555e2bc66e..37a9f81b3864b6129f7e0e8ad1a152a84c5b89c7 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define __NO_STRING_INLINES
index f7586080e0ebd3a70ad13b1159df0d8cc12ed1cd..9a97943bec5c62d3a3614b8cd5581754e2a8267f 100644 (file)
@@ -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 USE_AS_STPNCPY
 
index 5e8f9399426dad49ab0cf8a4c9cdcc4594b0c3a2..bda53a25b357fc3e5f4484225e6522b61276cbbb 100644 (file)
@@ -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 STPNCPY __stpncpy_power8
 
index fdd9f40fc833162f0a83a11db223eb6b29fd6c77..533fb7f0a9b3df9e0ff0e78f41efbe81fc11c620 100644 (file)
@@ -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 STPNCPY __stpncpy_ppc
 #ifdef SHARED
index f2e398b287bb73c75fa386f55e75505f7bbd8fef..b358abf2fbf5f35716d90b01e160f77c3feb7464 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define stpncpy __redirect_stpncpy
index 3ff7f7e6de23fce5a44dff4eacaa59a39464f5bb..790e4867586bfd7e804f27bf88f8b323c1700b09 100644 (file)
@@ -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 __strcasecmp __strcasecmp_power7
 #undef weak_alias
index df5aefedc64d5772ac4119fa6a61102becb4ae07..05f588229667457532e4c5f85c7f59466860bf49 100644 (file)
@@ -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 __strcasecmp __strcasecmp_power8
 #undef weak_alias
index 2bceeac46ffcefafa7c29b9356bb5f982d4fbab7..2d2024d52823e208973d5bb80d1922137800adc4 100644 (file)
@@ -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 strcasecmp __strcasecmp_ppc
 
index fb73e4a2c2df2087b88fc72f84908dc5f831040b..9e38608ec4ef6cf4d2f26fac165be3fe596650d7 100644 (file)
@@ -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 <string.h>
 #include <shlib-compat.h>
index 8253c0afb92138777f54f0ebfa8075d9fd9c03bd..dabcb8abaea8b61e80f85b2edb08feb2983150ce 100644 (file)
@@ -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 __strcasecmp_l __strcasecmp_l_power7
 
index daefd2ceb44d3d01448697b1dbfafc7745249306..4e4cf88a8fad786c3a1b42e5bd0ac73192bc7052 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index 129486bb6ca58ec7b60be548fb3854315bb843df..4d6c909c14e36586060fbd5d7df477b77180dbd7 100644 (file)
@@ -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 STRCASESTR __strcasestr_power8
 
index 99e5cc3b63418e505c55e870be85780700d10275..698593b1237da9861b986782a47315e3ccb09984 100644 (file)
@@ -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 <string.h>
 
index 0f01d91475c99104c176a454c28d33d526dc1f06..22c684b3d580800398e12a64dcdbbfb6b56cb545 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index d9432c1c9da2a205ff9a5009aaef0e11c8e0a251..da88cbba676b626013fc872a622551139b5ca802 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/ >.  */
+   <https://www.gnu.org/licenses/ >.  */
 
 #include <string.h>
 
index 4a04a386d08a6a7a9910ebf3796cc6762604930d..ab94f87794519358715ed2d4e4ab4c1927efc4d3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/ >.  */
+   <https://www.gnu.org/licenses/ >.  */
 
 #include <string.h>
 
index 007b9006507cd871f9b95ea522f78b9a149d963d..2699af0a5808ba975676f63222d8103b40686f93 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/ >.  */
+   <https://www.gnu.org/licenses/ >.  */
 
 #include <string.h>
 
index b5d96e9e3daa54f6ff48e2093134242c89cf4670..b5eec506d0fccdc5c5c6ebf7d1ed6e257a937ba6 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strcat __redirect_strcat
index 78d92fd9809930ae98eee32535f378dfe286271a..92825f86b709f39d20ef60415cf87b55c0083edc 100644 (file)
@@ -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 STRCHR __strchr_power7
 
index 5520acb82011951015c1908cc9eb12f1f9b320da..3ab3055092b02f39d2b2c3cc26f1ea3d457301d8 100644 (file)
@@ -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 STRCHR __strchr_power8
 
index 1ee3ab49c0ade0bf8e6308cf5913522e313dcc8a..9d7e23e6053c68b998c246d101f19324f0308c6e 100644 (file)
@@ -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/>.  */
 
 #ifdef SHARED
 # define STRCHR __strchr_ppc
index b33704af1cd89d43200d0ea6825e5e99c6664dcc..94d6c878b59309e2505d7d6dfe2710d493900878 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if defined SHARED && IS_IN (libc)
index 5d5de49c0a479b3fc54c5657553d1b48bcd222e1..47d3d56fe5beb642e594262674939bdf5b7114cb 100644 (file)
@@ -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 STRCHRNUL __strchrnul_power7
 
index 34cd695aeeacb1efb38d9ce33bd175509fd35962..116a72a4cd35315dbed9e98b939cd8ccd72164b5 100644 (file)
@@ -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 STRCHRNUL __strchrnul_power8
 
index c26f5477605d9003cc0a6288c8ad29bb98c3ec95..5ca8026efea2c97ddc940a54077123269bdd472f 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c>
index bcc2ade5b899adbb81c26019f8540cfa14818c2f..4420f0c96363850464d186274a9f44778b752b52 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index 89102cec1c07af24485f2aa6e89907a8082a0fce..0e62904ce24ff063a85e0190cd1c09fc69df7955 100644 (file)
@@ -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 STRCMP __strcmp_power7
 
index d149131d088d11d2acd29e55d179a351b308dcc0..33260db7ad413610492148893a8a26e004223597 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 #define STRCMP __strcmp_power8
index 6194b138bc4c4250141da7c9631df68feccec2eb..735dff480deb260f8a1b4b6df5337310a74b8984 100644 (file)
@@ -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/>.  */
 
 #if defined __LITTLE_ENDIAN__ && IS_IN (libc)
 #define STRCMP __strcmp_power9
index 216daf61f0024b148c9ff969a7f19f84891f7600..1fca6f6a68f473749688eb33a752e40f9fa47856 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define STRCMP __strcmp_ppc
index d0b9b3275d4932dff25a63b41e976fb00baa82bf..33c77db379e461948b3be12bf97c11f5497d2e6b 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define strcmp __redirect_strcmp
index 1e67a0e5022eaa72c2820a33836bdbdd3a289a78..99d58b7433b474f3a3242380a97e191484ed9bad 100644 (file)
@@ -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 <string.h>
 
index b271556dec4ec5f06400e8461e1c2789b82d1b1d..7428af4b5fdadb200d7f780ede03ad2cfb94d378 100644 (file)
@@ -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 STRCPY __strcpy_power8
 
index 4854efb1c263068f6c01e3080cbe26fedc1e79e3..93e3c69a82557926d121b2dcc05ccd63e9effd1c 100644 (file)
@@ -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 <string.h>
 
index 9fc62bfea94a51f321d3d89eb8884a4c81d0a254..19a2fc0b36e38a73db4e13971cb149e0ea38c85b 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define strcpy __redirect_strcpy
index 2ee2cc86cbfa8b369ef24c891efc43c86813025c..28111c2e9a1f71e3df7e14660b1b0d9282a14314 100644 (file)
@@ -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 STRSPN __strcspn_power8
 #undef libc_hidden_builtin_def
index aa2f4c23588489c4162f03b5a2aed1b758c9cba8..c8fc8adb9b9ec9bacc60d085eb169896a4b56763 100644 (file)
@@ -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 STRCSPN __strcspn_ppc
 
index 7754557361657d3e2a344bf8ac37d409e733d642..19c9de0c039040d5d30b182123bc868cf5c0ff82 100644 (file)
@@ -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 <string.h>
 #include <shlib-compat.h>
index ffc1a3700ad5f98701e2d05943251456e28906e2..6a5ed4bfbf9e5f807d6bff005831916fbd0b3c7b 100644 (file)
@@ -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 STRLEN __strlen_power7
 
index a5f5bc4e3666ea65e72d2156e519862a42a5936c..84ade4b2fa4e1c6c9695a40d751b0b349fae43aa 100644 (file)
@@ -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 STRLEN __strlen_power8
 
index f766992afde1c3de3e9e2d03f52482d5fd5cc3eb..c2133b009b2e0138b96d9802095d7081f1f3df62 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define STRLEN __strlen_ppc
index 0c4d61bdb984acfcd79cd4ca22ba7eb8530a2608..31c7b69f9d97003594b0de2caf0b431c70c7977e 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && IS_IN (libc)
 /* Redefine strlen so that the compiler won't complain about the type
index 5bed191161c916d56681824fdaa2ad0ed516de45..7cad9397d76aa0f39e60ca261dad1d1a4b868fa8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index c7171aecdcce9a265b6dc2b8858ee3c49b8fd935..f7a1776158813f0d14a2b0efdae201949adef8d3 100644 (file)
@@ -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 __strncasecmp __strncasecmp_power8
 #undef weak_alias
index 4bb3367d6a4834b9614bef793ea952958f416e12..672c807af4be4aa49928eb4118d583ff746e3f5e 100644 (file)
@@ -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 strncasecmp __strncasecmp_ppc
 
index db2a01e86627d473737ff9446f49f181a478f2c6..06a51edc99c140f39d3beed6ac5cdb04a60d6c55 100644 (file)
@@ -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 <string.h>
 #include <shlib-compat.h>
index 2babf4043abb78cb1b399da68117449ade130d49..0b42b95c324bba64acf62d277c89e02a4a17c65a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index 1abc8df19b94d07f2aea0f11011c4770431a96aa..b3b552a58ddf2edbcccd5cc8240e57de9621421b 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index a84b9db50f7b9eaac74f50bf755f3086e9ec513a..2a5ca8b104d1c706dd5604498141fe9915510dd9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/ >.  */
+   <https://www.gnu.org/licenses/ >.  */
 
 #include <string.h>
 
index 83918fad0495e85cc73e07827b120826f6c0a1d1..c5a7cc7e8eb7971d34b8184e84cf3bd81cec7f21 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/ >.  */
+   <https://www.gnu.org/licenses/ >.  */
 
 #include <string.h>
 
index 24d92cde711c077daddd349315f689f6f209567d..c92a0282559006ce7f9a83806990e80e467b8efd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/ >.  */
+   <https://www.gnu.org/licenses/ >.  */
 
 #include <string.h>
 
index 65b5ccebc6368fde93a3295e8156c2588d90fc35..105e8e39c2d043bcaac9535b4d14421f0d755db8 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <string.h>
index 98ae8c8e0a08b539b1686fb25caa456dc37b5a20..501648ca1ab3cdfdfdda00f933716649619de2e3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 STRNCMP __strncmp_power4
 
index a988a4f49d8b9468cf03b47cac27372d9117daf0..2407f455b82af81a44ccaef003b1ba759d30837f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 STRNCMP __strncmp_power7
 
index 4d88ad212368f760ad30ebcd5a37ff44a475aa54..b1389f74ede53f45afffd75d2dfdaa54bbc6cfe9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if IS_IN (libc)
 #define STRNCMP __strncmp_power8
index 5dfc7377d65f803b0a198c39e756810b8a73429f..0ec0a4eb0ce32e915e09ab4cbb447f3c8c163948 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if defined __LITTLE_ENDIAN__ && IS_IN (libc)
 #define STRNCMP __strncmp_power9
index 5d8a073b9da8595fc51c2a479148e5a0068f1a50..7e5d4c8e0115defee72b490216c3af5b44cbf329 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if defined SHARED && IS_IN (libc)
 # define STRNCMP __strncmp_ppc
index d2791ced07f70683bb7082b86330a65e27cb2461..8659b3a5599ddfc389e844c53db9f31ef301b88d 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if defined SHARED && IS_IN (libc)
index 1ce8de945607efa1692679a8f13290e46445f18d..3bf2d46e78d895a2a2615997a8b222b8ad72093f 100644 (file)
@@ -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 STRNCPY __strncpy_power7
 
index ff4ac93fc93a4497d8b0f373656fb9d28ce4a327..ec94817b2dc542b5246d84259f40062590a1ddab 100644 (file)
@@ -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 STRNCPY __strncpy_power8
 
index c9bfe50cbe05f41c4b6c98fedc50324853a12e45..ea1ada933bebd4438599274959bbe87634f51715 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index a9b62bc28daac044a768206273a28b913418a584..c5623ecb8b45b16a77b326e26bd13ffd67ff0072 100644 (file)
@@ -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 multiple versions only for definition in libc. */
 #if IS_IN (libc)
index 7678118e7f294c67004e18110883f07f6746fe26..5bf79f3b4ed99a645cc16356ca9874af6eabecf9 100644 (file)
@@ -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 STRNLEN __strnlen_power7
 
index 0dd5ad1a81de5c815f2056f6c6dfd627a78e9951..bb0535b856ec8a04fcd32565b3e3180640546564 100644 (file)
@@ -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 __strnlen __strnlen_power8
 
index e9ea7ca668d26490a4a743d51ad081aa4e59b063..be593e1098f28da3d3e03f30ab4490daf76a1637 100644 (file)
@@ -13,6 +13,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c>
index ba03a4284ad933aecbf804c4c57299c79ff83cb4..2d8759bd0f6ee3caed8a51a5b0c2b9028e78be46 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strnlen __redirect_strnlen
index 10e9ef1dd31b1b52b41351425973bf67c14c99d0..f60889c0f4bb0bdbc9e3b0f0f39ee00dfb96dfc4 100644 (file)
@@ -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 STRRCHR __strrchr_power7
 
index 3c732d60f9619c6fcb0a70b396e65f54ab5700f9..2342b6abb8092ee6601f9c87b30dfdf0a94bd015 100644 (file)
@@ -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 STRRCHR __strrchr_power8
 
index bea234d1a4d367040548dbebda3f1e0b35a9f743..3e5b3accfc7b5976537af8b6f08fdb82c9e77e29 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index a44dfacd1af5c65f0e23479fdbc99f171ceca931..80187c59cc149d7cc0d26af0dcfedb6e8b05a66d 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if IS_IN (libc)
index 33a6659f5e2151e0a4dcd6ea04e0322200f42338..e8cba0db27e122437f265458dd0c12dcb4a16a5d 100644 (file)
@@ -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 STRSPN __strspn_power8
 #undef libc_hidden_builtin_def
index 8669a2d69f161e2b2b39d51c282b68b59788ecc5..bda506e1bc8eecb078c6c2fde67e744f18e3f159 100644 (file)
@@ -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 STRSPN __strspn_ppc
 #ifdef SHARED
index a4d24c2a46024fce5b10ad9ba4e51d28e15def87..23ddce2a50b5ce8d34a1a41085ce6e80c4b22eea 100644 (file)
@@ -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 <string.h>
 # include <shlib-compat.h>
index 22fc51d93381f855e869b0e4b83cae55fd16617f..2e9913e9625ab38747f98d0285bc46f416c254f0 100644 (file)
@@ -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 STRSTR __strstr_power7
 
index de1c2df7493fe9c98451e3eb81d93fb4c0d22836..77d271a9a7cd479a48c13eeaeede3fbc6b45f15e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <string.h>
 
index f0d83858f7914ec9ab121405159361bf2f7ae8cb..dc6b77e50975a4915c9b950ff5afb5e76f08bead 100644 (file)
@@ -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 multiple versions only for definition in libc.  */
 #if IS_IN (libc)
index 08fb95e1dea818de3f71765a7ad4559db6a25ea9..6363f3cf6dd13753a0601031b11e2af02805b218 100644 (file)
@@ -13,6 +13,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c>
index 85a5762de33c12433d2bbc14d58dc595d726c635..d030e79e274e111adf685f2f7984d2732a48439c 100644 (file)
@@ -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 <sysdep.h>
 
index 4f45a417bcd64f1660b135e15a7aae8421fe5d94..eef31bfc33b06a375f7fcf153e0f3ba888c10092 100644 (file)
@@ -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 <sysdep.h>
 
index eed0989ee316e3a3eea76a3c778c5c438ef089fc..099be24929436c5b52b5bacae23e0425e35e6b06 100644 (file)
@@ -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 <sysdep.h>
 
index fa06ba4758b55cfc3ab2b52f2ceb6f00f527a5a8..a8c3c1c012a6dc7bb87c63ed73cecf4d820ad330 100644 (file)
@@ -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 <sysdep.h>
 
index 37a016ba5185bdc35b59457d96b18fb8986ca08d..89d36316e6e7f5ab522a93e88aacfd2823667f0e 100644 (file)
@@ -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 <sysdep.h>
 
index fc89389d79470b8fffa97e458e4853f49cdd9e87..ff768a7fa8796f0075497b634ef3ffd9192a3c22 100644 (file)
@@ -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 <sysdep.h>
 
index f65ec2cde303f26c0bedcd777fb24e4a494e632e..ce3de3a56f6e47c31d26bd7d7b7844aa54e5ac9d 100644 (file)
@@ -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 <sysdep.h>
 
index 1e8bbe44d61443c027b84e9a55f767fddad4b4c7..ab1d09e908e9ecce02a669a6ca615075e3e9f7a3 100644 (file)
@@ -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 <sysdep.h>
 
index be59051287bcadda2b501dba53df29d4a45b2353..886fdd213fd031f62e8780164bbba7d81fa8e3ad 100644 (file)
@@ -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 <sysdep.h>
 
index d43fc415df9c14361a282d618ab643cb39d0afb7..3f2b829daf1c0f646a7ad534767db06548c9a760 100644 (file)
@@ -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 <sysdep.h>
 
index 5bd8a2f897fc24de8e48db9669ae5565d3b4e3ab..81212250cb169f26669f14060f423e30027addc9 100644 (file)
@@ -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 <sysdep.h>
 
index ddcaf5fe2addbe95712856989852219a964c9a83..0ceac40412716370f0e7d29e544a08a49a05bf29 100644 (file)
@@ -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 <sysdep.h>
 
index c48ea928bae0c3040c8d880e1472a1db6e1c8a52..fa46f8d65636b3d21bd771756e9aa19f2ebe5dc6 100644 (file)
@@ -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 <sysdep.h>
 
index bc7808640aa068474ec12d1bc68d0bfbcfa071e0..2520efbd045e76c26627a360113ecd2272c897c9 100644 (file)
@@ -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 <sysdep.h>
 
index 516a9692f474b13ec98dfd82ad7350fa4c3c99b4..a84d470e441694342e48a0c8d9ccebcacbf1887d 100644 (file)
@@ -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 <sysdep.h>
 
index 45382b11c65892461e9e3236cae3faa6e3009b5b..168f902c099a3b95bf0aea3f9dbc75a10c1b9e87 100644 (file)
@@ -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 USE_AS_STPNCPY
 #include <sysdeps/powerpc/powerpc64/power7/strncpy.S>
index df4ffb463176bce106ae68c35c7cc24f77cbd0dc..51f19a6e6507109b891efabecf90309553c9e6b9 100644 (file)
@@ -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 <sysdep.h>
 #include <locale-defines.h>
index 7575752897cb1fe3eaf9bc06769dc382f48ff48d..8d5043c18d4ccb4bdfd5d4f27b43fc27efa59408 100644 (file)
@@ -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 <sysdep.h>
 
index f5a22b633474c17680968f26b719495f8024b8d0..b1e644b4068723881d3f76699eef7b18bad2e215 100644 (file)
@@ -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 <sysdep.h>
 
index 824cbecd0a89bbe6787cd1c4876073b5d3e83966..38d8925fd9b2274db7b07e489f49654d09cf98f0 100644 (file)
@@ -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/>.  */
 
 /* The optimization is achieved here through cmpb instruction.
    8byte aligned strings are processed with double word comparision
index f1d365f9039cf6387bd9b7f5f02d387d86a6ce5d..a05303d835e99a187fb021e8c4536d2087e33086 100644 (file)
@@ -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 <sysdep.h>
 
index 1a33fae93cfcadf1c48a47e57c174419645a2a63..ce49101fb12fefa7eb29996280536c9d63d3a72e 100644 (file)
@@ -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 <sysdep.h>
 
index eb7c578a248b012b16f83055e33256c30f7d815a..8b7a15d90df0b06a79368b7f344b72f4cf5b66b5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index e879d27dfb33cf86368f731248f66b8a729beb6b..d37bea6f68d1cbf1126b8bc07f650199e4229ac7 100644 (file)
@@ -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 <sysdep.h>
 
index c36c259ea6662d1c1da837c1ba3b0a3f3a0ba99c..400a0b142562bc9f209e1a9355c2e91d2419cb2e 100644 (file)
@@ -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 <sysdep.h>
 
index ee07f2cc230f8e9a0788e5f877e051ef57a23a1c..55b6fb22842b9d3f0993ed0a189fc2364b6a2412 100644 (file)
@@ -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 <string.h>
 
index 9901d6d1fe66eb2b4115bbd1cba6aacbeb8b58e8..6be198d5c0bb4e988f2bb98452966bc8191c06cf 100644 (file)
@@ -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 <sysdep.h>
 
index 59f286fd3d5b0641c515ff996fd2aadaf442211f..3c0cdce4f87af62b5454935469bf12a34b0247b2 100644 (file)
@@ -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 <sysdep.h>
 
index c4a11278d621a941e43be2d08f619c21b8acc9d6..2d16bac464b4a32ecb670d3637bfe9c59bf480b7 100644 (file)
@@ -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 <sysdep.h>
 
index 8617d5950b9c5533c2ee709b6a73702cc6e43671..41b440ea5a31b4210915ad575ec319bc527e03ac 100644 (file)
@@ -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 <sysdep.h>
 
index 77e5b4cc9dd1cf0bcb5c4198d262817185c4fd18..59f063e867e13084f0444bede28aad38cfbc3ce8 100644 (file)
@@ -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 <sysdep.h>
 
index 3dba1f34d65e06f34e5765a5ec38cdf78e0fd5be..8f453de5a8cf29eafc9a38517f7a052b74ac9aab 100644 (file)
@@ -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 <sysdep.h>
 
index cefe9e0c44de5716bfde0d35c16c2be8ac0d2c16..39b373793b93049ed291c7cfa33f1d0933bb2376 100644 (file)
@@ -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 USE_AS_STPCPY
 #include <sysdeps/powerpc/powerpc64/power8/strcpy.S>
index f31db7c2e183685a3def03f3dba6774146cee353..9c6665710afa5b1e8e48ec6650690f2a450c5b84 100644 (file)
@@ -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 USE_AS_STPNCPY
 #include <sysdeps/powerpc/powerpc64/power8/strncpy.S>
index 56b5c37d65deed5835f836ae55196eb6dd06b948..e3478cddca69414f0603657066dd41f62e35a4d8 100644 (file)
@@ -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 <sysdep.h>
 #include <locale-defines.h>
index fd451b2510b9cc1fe1981a4a8db7281a53d82bae..46f7b80b5e12f6b86b36a41447e71b5151a25aa8 100644 (file)
@@ -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 <string.h>
 
index 3d8e51818ba868afbba75bfe57d00fa2cc543b4a..c603037d83587b01b3c4981967d5b01c75828dd1 100644 (file)
@@ -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 <sysdep.h>
 #include <locale-defines.h>
index 0e7754ebfb789cd7a529b12c07787cbf11dd2b8e..3d61bf9d03c961443b810b177a286f09479f0c59 100644 (file)
@@ -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 <sysdep.h>
 
index 61bb9fe8af0719a744691325ef9f8ca8601f1e4d..542d06a28577bd9906a05a8468f8d7d2801ca061 100644 (file)
@@ -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 USE_AS_STRCHRNUL 1
 #include <sysdeps/powerpc/powerpc64/power8/strchr.S>
index 496e213c9b2cb529aec23826c238aafd2616aef1..ae222cb206bbd6e0cb7dddecb4b98122bdf0a027 100644 (file)
@@ -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 <sysdep.h>
 
index 237c2378eeac91635d17f72967a798eadc2c1b4e..1aee249dcdb28a6c25c1b4c5162ecaa9ef5a4a6f 100644 (file)
@@ -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 <sysdep.h>
 
index ed3fb4adae40a284600fce609571370f2b74e004..ce623b8f14b6bb5e15919087639e7b2b027ac455 100644 (file)
@@ -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 USE_AS_STRCSPN 1
 #include <sysdeps/powerpc/powerpc64/power8/strspn.S>
index b73e01427223a784c75b92d22446e3ad8dced36f..bc9011cc2efe69db69f75fb2c20115c1f6108d8a 100644 (file)
@@ -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 <sysdep.h>
 
index 7c57530df30b2da9d15533cb5c2c0e40c0493fcd..d517ecf85cd4a7f4f7e034ce4eddd3cb55517b97 100644 (file)
@@ -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 USE_AS_STRNCASECMP 1
 #include <sysdeps/powerpc/powerpc64/power8/strcasecmp.S>
index 4a76bc516b6a24dc1acb9c9dac0b2833d80b45c4..2efbe97631c052b593caceee55847b9940cc3856 100644 (file)
@@ -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 <sysdep.h>
 
index cb6b7c1a61bbe9967dfbe5d27263344a9cab6220..767e546c3bfc8b5308eee4cf798d181c2e88b367 100644 (file)
@@ -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 <sysdep.h>
 
index a85f56cb4e74787178270f18328f52bdd4998f89..90ec21db587fc497912d78e477088a84cde051ac 100644 (file)
@@ -12,7 +12,7 @@
    Lesser General Public License for more details.
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* It is implemented the following heuristic:
        1. Case maxlen <= 32: align the pointer to 8 bytes to loop through
index 09d9f518ffc3757f259660304ada8a5287802147..30f627cb924ffe83293f8b3ec9882e61e9d032cd 100644 (file)
@@ -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 <sysdep.h>
 
index 632db2540b4da600e46856f644a6a76ac9b47f26..61cb01c320cc338573bb6a56753a15042e8e6aa6 100644 (file)
@@ -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/>.  */
 
 /* size_t [r3] strspn (const char *string [r3],
                        const char *needleAccept [r4])  */
index 602e80ceaeb7a30714222864344c81d1646a058f..db8978f2467fb3e6a7eb1ebb5a48436be9015160 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <_itoa.h>
index 74ab0c5da3d03abaeaac6e816aab7298eecd519e..a4599ab6fd3ccc90329dc1fd122bda4dc15807ee 100644 (file)
@@ -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 <string.h>
 #include <setjmp.h>
index 7e8293804cbab29b147318602e174e20b432ed51..87e37c7de8826bdfa721098da2321b1a0707b22d 100644 (file)
@@ -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 <sysdep.h>
 #include <stap-probe.h>
index fa5ef2dbbe8a765bbdbe812b5948f92225a75875..05b0c04c32b8a1d80d4b394e31b6ad364a29c38e 100644 (file)
@@ -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 <libc-symbols.h>
 #include <rtld-global-offsets.h>
index 55fae68ad6d167d0380ac955ae805812daa3f56c..ae9c645302277095cc07df62882603dd099f1bff 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 90bd0d9931378d27c6979b2387c590a68a736f84..62d16326866cae27dae909df49582f12ceb6339f 100644 (file)
@@ -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 <sysdep.h>
 
index 0e9e09e89e029ba964bf40e5da73da1e95dddf2c..5a502400f022d38a031a759ba4516cdb4a531a94 100644 (file)
@@ -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 <sysdep.h>
 
index 6ce50211947ffb8c22626c6c0721a7eacb49084f..6ef1b6212b4d40e6775e549b6e3856ee5a42e281 100644 (file)
@@ -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 <sysdep.h>
 
index b934a65add5015d029897ac9170d9aa933cc975b..473c0c65f702353d0435c06b7abd57dc07be0a83 100644 (file)
@@ -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 <sysdep.h>
 
index b0ec5b3601d38a64ace1705b5ef37501a1560ad9..9f03be0e862b527c09c786ee7c08f10f4917fa0c 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define USE_AS_SUBMUL
 #include "addmul_1.S"
index 08772d34a2bc433198c0c6329435b56930f743ae..db273f3346f88b3ef0fd3f0d5f46297723634c7a 100644 (file)
@@ -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 <sysdeps/powerpc/sysdep.h>
 
index 827872a8f99f07b1b4371aac5c2450e6536d2a7c..faf8081374e3804230582e30821d8096068af06e 100644 (file)
@@ -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/>.  */
 
 #if _CALL_ELF != 2
 #define pltenter la_ppc64_gnu_pltenter
index 4be40bb160e07570d279ae06b073671c6bda0c45..c5736ab33eacaae563b2cc7fc02e1bf2fefc41d9 100644 (file)
@@ -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 <setjmp.h>
 #include <stdio.h>
index 626edf84f37c8269b6faed0ae2181abc97c124f5..fd2fb95f00b06953692dd374786527b4d4632b35 100644 (file)
@@ -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 <support/check.h>
 #include <sys/auxv.h>
index 9f94b0a8fd4724164c4c4f517a1e60dcc641cc22..d383e9161866b7b82ade6a819b35e91e90fa08f5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _ARCH_PWR5
 # define POPCNT(l) __builtin_popcountl (l)
index a425c06717e2e1e7cbe96bf998723d438068b8bf..f2db0ee415909cd81906d102faef1ade74e47bdb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Versioned copy of sysdeps/generic/sigjmp.c modified for AltiVec support.  */
 
index 0e64056908762a7269088471a995a740e12e1120..93be9fcd295bc7619c306938d45dea1316e886fc 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index 70cf84bd2d7a9cebb858faab873a8c99a3fa4b9e..7c53677e2683a5729a89393545140608563eb105 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index 40ac0a52453d7ff4baf0e986638267c9d7307422..25579a0f8d37e645654146a2ee455b2cbd6438ad 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PLATFORM_PPC_H
 #define _SYS_PLATFORM_PPC_H    1
index 78f1155b02e68c2533a3c89ef867c54546935fc8..9b881c5ab5185f4f68154b8539686b9b0065424d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Powerpc Feature masks for the Aux Vector Hardware Capabilities (AT_HWCAP).
index 9cc95c412cd90626f522cd21e851dda756976cf8..d83a3593d33caffb853658a5e4f33ad1df2b24ae 100644 (file)
@@ -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 _GNU_SOURCE
 #define _GNU_SOURCE
 #endif
index 62bb2eba61e415891191e357d86cfbcd0f981028..8f520ff1a0b74ff62555bbf03c936758c22444fd 100644 (file)
@@ -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/>.  */
 
 /* Tests if the hwcap, hwcap2 and platform data are stored in the TCB.  */
 
index 8a33a722879c11abe95c72f4d571eb2d7c9e69dc..cc1e7472a027c120ca0fdd29ddb2ee8d6c37a15e 100644 (file)
@@ -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/>.  */
 
 /* Tests if the hwcap, hwcap2 and platform data are stored in the TCB.  */
 
index 0ff9c037459815fa482c8fc315f07d00c3cbabfc..d326979de0c6683d588b7c12189dba22a204d136 100644 (file)
@@ -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/>.  */
 
 /* Test if __ppc_get_timebase() is compatible with the current processor and if
    it's changing between reads.  A read failure might indicate a Power ISA or
index fb66072cdc068588b21da6ab7fdd50a576bbeec4..effb1a0df325df4362c7c1f59af5be80612f7a31 100644 (file)
@@ -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 <inttypes.h>
 #include <stdio.h>
index ddf8dc8a24ead330a2c3ee372875d8ee95a11288..5af7fea5cacdfe17d5e0059a6cc7e4026c026ebb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdint.h>
index bb5a767338f1227b6661d7e068353ee5754e14d1..cc6e68938b546665f15baa8cc10fe895b14f254b 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU 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-tlsifunc.c"
index 90c01e2f19bef918e9f55516fa6de7a7c7a9e93e..7e1956d393c13b7305b0946bcaa71f9c4c0c1fa1 100644 (file)
@@ -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>
index 364e6534a0fd518808f850d7b487385571662e01..d6a40688420ab0c27c32439254878b0049e13635 100644 (file)
@@ -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/>.
 
 ifeq ($(subdir),rt)
 
index 3e2dd027c3632f6659a627127889b17fd0f918f3..0564c24065a06e8e4f7c06a313e782d0dc683935 100644 (file)
@@ -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/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
index ae89d2a01fb93401dd5f96ca31f664eecf07b69d..d641820bb58e143609ae188f4271494447f9fa15 100644 (file)
@@ -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/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
index 640afa83a1936e50fc928e1b8a8754656dd6e13b..6456342fa5b3cc15f58c8ba6641c9d8389415e91 100644 (file)
@@ -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/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
index 0180ddb3c316ab301d3bb1dc511524ce3eaabc77..6ff0132ecbb7744c621c560a7350c1028efa7154 100644 (file)
@@ -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 <aio.h>
 #include <assert.h>
index 5231a7543f3721e7ceb88a8389ea46a8c01ce990..025df6c37a6abc336e9f363ebcc9d7d4f9992f66 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _AIO_MISC_H
 #define _AIO_MISC_H    1
index c519f223cf4308fb2f2e7fbf79b5bac584a45b60..d219d81f7e09a164ebb1a50b6f2b3fa1fb874661 100644 (file)
@@ -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 <pthread.h>
index e8948bc0f838d44795056036922064e7920635b7..f14e6323c7d56a23dcb570c7b55f6e45ac47b11f 100644 (file)
@@ -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 <aio.h>
 
index 17b7b26d3a1a9d51e6a6fde0781048b977ffe469..954c194af44807538c3ab01157681f02ccc52c83 100644 (file)
@@ -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 <aio.h>
 
index 06bd91467279017f656c82b03bfd006d88e38ed8..ad654e1d088079cdba6d570669a47d490f583961 100644 (file)
@@ -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/>.  */
 
 
 /* We use an UGLY hack to prevent gcc from finding us cheating.  The
index 647c53bb9db33ffb8774bd7606aa0572a4c0fd06..7553ed6204ed9ddd2da85d46b83c54795750a82d 100644 (file)
@@ -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 <aio.h>
 
index ae0c85be34924fef61ac3412dc4376f54ac82ccd..c105bf12aa642b4e31ec049665c00486c8363460 100644 (file)
@@ -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 <aio.h>
 
index 8ac2e5d5be05640d426d08c0c9c0cfc85752b523..1fe03eb932599e35ca0fec432543df04683fb2c3 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <alloca.h>
 #include <limits.h>
index b106939cefd137933d99ddb26ac008045ffeea70..768d3ae624cd90238c5fa3e85d78bbc569942824 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _BITS_SIGTHREAD_H
 #define _BITS_SIGTHREAD_H      1
index 3c852970a432601b06271c14e56844ff49146ba5..6cc3fd107814ac438e7f50a7948815f2f97efb5d 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index 9044a397137fe8c9f00a231dcb4cf1d20547e634..359c882bcf8f7fcb32fde52e523ff74437b9310b 100644 (file)
@@ -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 <pthread.h>
index abdd628a103d14a08640bcffa2f531c170e46086..8ca3e85a0f97ce549523477e50cb2a40e1c616d1 100644 (file)
@@ -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 <pthread.h>
 #include <stdio.h>
index f78f407a7d38a659ca804079922fde7811e5575b..7100d2a9261e6036b674dcbd05616c4eec54ae19 100644 (file)
@@ -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/>.  */
 
 #ifndef lio_listio
 #include <aio.h>
index 4167b4657efa0d3b8c9f6d65f117eab1256a35f7..88cca0b76f72b4e3b7231da3c544f809ed3f8f6b 100644 (file)
@@ -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 <aio.h>
 #include <assert.h>
index 4cb76afc32f1cb3edad7e4b6a34f1541b6e28e17..63f29f39885aec81348e731cbe87b568b0c0b34f 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <limits.h>
 #include <signal.h>
index 6e74aa31760e238f39d4099384d5062961efa826..9cca9c96ca617be0a8e1670c297e9c26b18d80c8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SEMAPHORE_H
 #define _SEMAPHORE_H   1
index 0159c0c804cb1819d0c76e14cb9ccd8cad1474e4..7b23db6db85482a3fe11d1cfd6b0ba535d7fac8a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <signal.h>
index 0d3cafa11797e3c5fd34ab6ee543dc6b6eab5123..2232a623fee608a7abbd916404e0130aff621c23 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <assert.h>
 #include <errno.h>
index 6b2882db6cfcc46909a45a6c03e38297e9cc3364..50a9a9c1d8749858cec6aff21d8ba01597fa061d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <pthread.h>
index 9e5afe066ea3ee02997e45880aa73b097c9704ef..01cd5369b3f5d4efee0e28988725e6a0b6fc4fc7 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <pthread.h>
index 54d7d5b06cfc38eabe592afe6aed94b9d1120d8e..670d0fe52b14495a72dd81b4636fe40471832117 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <assert.h>
 #include <errno.h>
index 964bd44b6aa53addf77930e66d824f43bac1b16e..3d20495283972f4b9f9dd8f3498cc568ed139932 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <pthread.h>
index 9164466f3bf6ade462a0568cf7ce5b52169438e1..e2755e2951ce62128d6ed8758b3308671bf6af4b 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <signal.h>
index cb1174789a991185e62900444a8bbd262a8963d9..44adce31e8a617dbda79b87f1a5a711fd6d3376f 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/asm.h>
index 75d4ceecc3c4c7547bd305ddfccfa014f9015894..b5685c4efc07eda6611df6753295a9843cee74c1 100644 (file)
@@ -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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 124d9573aaf99d66aa1e8633fd5c8ec116d0d5a4..5f71d9433488c8444c38ca220d8f060343481d1c 100644 (file)
@@ -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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index 3d37b736892e872f2c1bd3a368c6e86f54fafffd..ada85e4ea15c6196c19e12d20858f9533c482f4c 100644 (file)
@@ -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 _RISCV_BITS_SETJMP_H
 #define _RISCV_BITS_SETJMP_H
index 0b8cd8fefdb19ad2030d54646a748fd0fb906248..27b76a97d455567a5dc38a2d51ed8365ca719595 100644 (file)
@@ -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/>.  */
 
 #if __riscv_xlen == (__SIZEOF_POINTER__ * 8)
 # define __WORDSIZE __riscv_xlen
index 64d2a9e3a35d3a3e2ee752c751f2c3612101fb7c..728db80eb37181d84a897687f1d0f1ccc6c4917a 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index 0ebe23999e1abaea72cbcfce5bf69d4f8ae05e05..93a1807464c4e083a7bffb81af338b974a11c7cb 100644 (file)
@@ -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/>.  */
 
 
 /* Type used for the representation of TLS information in the GOT.  */
index 9e3e0b9c8af02179db289ed37a5af4e2caf28c12..333e29717b95dd98b6e2ca372fd16f9f8267107e 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/asm.h>
index 2ac35c603763236bf8383b11ab1cf64391f41d4e..64cc61d365afa14b289791808d27058374fa804d 100644 (file)
@@ -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 <stdlib.h>
 #include <soft-fp/soft-fp.h>
index d1b9a7ddfee994d5d26666daeb081beb9674cce9..17b430381eb2b653f270cdaabcdc0c215c11aa91 100644 (file)
@@ -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 _FPU_CONTROL_H
 #define _FPU_CONTROL_H
index 5a671f9d77e5acc2b84230f22d379dc84946e281..51f16a5a62451b0cc6c0572b0a20e9c8499fb2e9 100644 (file)
@@ -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 FIRST_PSEUDO_REGISTER 66
 
index b497cbfb78a3804fae044dcc79230245797824ea..c0149ad1b18779c5ef284f6415187723effcafc8 100644 (file)
@@ -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 <jmpbuf-unwind.h>
 
index b0009fbe329eebfb6022d25e14e1748737f48e08..4c0a6ca9d66cbc4057c988cfc643e2c7e96c14aa 100644 (file)
@@ -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 <setjmp.h>
 #include <stdint.h>
index d7531b707a15cbad68189cb8e3fb59b754b98746..2eb3c88511d48348db3014de47781f7142d84eb7 100644 (file)
@@ -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 _RISCV_LDSODEFS_H
 #define _RISCV_LDSODEFS_H 1
index ded2f8c84f0480ea645a3f68fee09ed1317a80af..b5724d45647b96096075256998fa7a4e0f52927c 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index 7d37dc966f0bc0b53a8ab7a321dac717bfdd449a..3b746a37f37ccb3936704eb41fa44146900b66ef 100644 (file)
@@ -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/>.  */
 
 /* Accept 'frompc' address as argument from the function that calls
    _mcount for profiling.  Use  __builtin_return_address (0)
index 2dffc7ded75d3343485fc57193ccba49a39a455e..442c280fc70aec3504c135fc09f36f0fe219cec7 100644 (file)
@@ -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 RISCV_MATH_TESTS_SNAN_PAYLOAD_H
 #define RISCV_MATH_TESTS_SNAN_PAYLOAD_H 1
index 0ebc013c4ef04143d78c0eb03aaf3dff8dd0a209..8fc1b6eb721d05114fbe13d5df9ab68baa686837 100644 (file)
@@ -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/>.  */
 
 #ifndef RISCV_MATH_TESTS_TRAP_H
 #define RISCV_MATH_TESTS_TRAP_H 1
index 722d9c6ec77f8e1da92a3c0358dcb193c0871d0a..9bb38cb97cd18a7a51da95775f58d595807a32da 100644 (file)
@@ -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 GETSP() ({ register uintptr_t stack_ptr asm ("sp"); stack_ptr; })
 
index 0e1b595430b7744897809b1cf853ab898111ffea..bf8cdb2d30fdc6b0cb31eb504a0cbe58dcb9d325 100644 (file)
@@ -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/>.  */
 
 #ifndef RISCV_NOFPU_MATH_TESTS_EXCEPTIONS_H
 #define RISCV_NOFPU_MATH_TESTS_EXCEPTIONS_H 1
index 6eeefbf5d22e4b2431ab128d1a4485ed3de352f9..0c76f4de2ffef210b5fc48299d7fdb6cabeeff95 100644 (file)
@@ -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 RISCV_NOFPU_MATH_TESTS_ROUNDING_H
 #define RISCV_NOFPU_MATH_TESTS_ROUNDING_H 1
index de96bec00f1fddba56c2c5c5a1b2dbe8ebae07ef..54c1a2873c8c71f2102ad0d696faf95242a3b5ea 100644 (file)
@@ -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/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index e3fecc320825e23ea02412070ee3822e93806a3f..583443954e430bafab882463feb348d5e3bc3adf 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index 87e5cf5cca993317c13dc15651f4d178562f2823..a8409e5bc31222e38265625fc53d5352270b26b9 100644 (file)
@@ -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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index 347397c2f330b979143bba1bb88b60f3ee9b3201..f1640047a07f1458ce2f6c1ec5c1ca8bb3bed108 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define __PTHREAD_MUTEX_NUSERS_OFFSET   12
 #define __PTHREAD_MUTEX_KIND_OFFSET     16
index 12925081391565f83362a65f6ff408856b82989f..0a2d4927b87829b7067c2e50fcf244087644613d 100644 (file)
@@ -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/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)
index 382133ab4b13050d3fae56f6c75eb780b0601d5b..295d8cddf8b3fc005d1647b09d3a2dbbef4edea2 100644 (file)
@@ -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 _RISCV_TLS_H
 #define _RISCV_TLS_H   1
index e3072ead3b447e7314f3e49cda136716495e4c8d..c8d36ec80df0d37d16e5e06399373dcc39025961 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 2a2e722fed25b7530bea8a3d8effc281e328b45d..a01dded6d5d9b403afdedccd6315ae5e509634dc 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index eb288d1afb5d3a097fa832d0d028ba3e298be2b7..fee8de97870109e7fa9617221f5766bc4a9c47d6 100644 (file)
@@ -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 <libm-alias-double.h>
 #include <stdint.h>
index 9e683855ec4f4cc704ead7173123386f5bec7f4f..384fff53cb86b9c552135e2fa159b217c7b3f740 100644 (file)
@@ -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 <libm-alias-double.h>
 #include <stdint.h>
index 3d086fd2504a53ee369d13b5786ec326635dd5da..607e6c34ed1746d7d68d490f727d44a09fb07e0c 100644 (file)
@@ -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 <libm-alias-double.h>
 #include <stdint.h>
index af3bfdcd722259a9b1caf28d41262776f2673a49..77b65426aac02ae93e05f572f85a13a0cd88f756 100644 (file)
@@ -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 <libm-alias-double.h>
 #include <stdint.h>
index 4d544bc48fe1ef40df99a08e14f5a63c8a5aad64..bf9835f0149a485af77afff5f675ec5eaed9d1f3 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index b9f57b079d9435f871fb0131e8fea1674a5571a5..ea2753182ee2100de984ebed883488f47afc802c 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 0b2b7361d807a142f099ba5f7e577abd4e71f572..1930125e908324cf0fb50e62f2f35bfea12b13cb 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 8744b245ef98c00f127d5e077a4f81261a076f64..8aad415d4ff0752e0602f8b5147e67bafdc65c5a 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index 31a1fe351a1e7087385427a881d23b84ccb181a9..345ad201e85ca1f7c90d35f2ec5ee6e9b0753b93 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 0d22c0bc594dd81c46c1534129f0b353812afe01..6901c852e17e5cdf7e28fa1771f3a99ad428bea9 100644 (file)
@@ -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 <libm-alias-float.h>
 #include <stdint.h>
index afb92dafc9e887e64696a87f46a95d39db7fb848..ed1d2eb855e0bf04866211f1605cbee35adbe541 100644 (file)
@@ -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 <libm-alias-float.h>
 #include <stdint.h>
index 378c3f33462eddfd5570bcd0c125f918f3e03e2d..ebbff33a8142109100e55867e8aa566677b12188 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index 2d1c59423270c8d5547224d500a98e4529ff86b7..cf0beee308f94984634ad5e76b90048a1ec47b21 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index 4cd354ce94c4163c6d7adf0d008e0a5a975e3a28..d4e52151399cf7501a7b3c3157ab43ca8c2233a1 100644 (file)
@@ -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 <math.h>
 
index c2b7fa14633e87f6d0dafe488ac4f0fa605626fc..cd1d15a1e31645e391e7a87add7b0a18b01fb962 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 43c6d66e9fc001b19079d40c8fde8a10e7bd7156..653fe5c516e5bc07e6a36bc6bb3fbce3f4cd1124 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index b4ef44e2354ea25c1ea005a81fc828ab5ca4b944..ee1070518539e4a153b46d7223684873f519af50 100644 (file)
@@ -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 <math.h>
 #include <fenv.h>
index 01e9fb4f271d71f630e5079236e2e93b163e7861..f1cc89c452b52760e88cb5c3836b49ae0cf506ac 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index e0c67ad8b319cac1a57443cb653a10b5ac6ed1dc..9c2e479f432a5ef102f7350829e901de49bd5454 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index 765eb8349b7a49bfcd0716a558482aa377eebbbc..d354e4a8cb5ee537a3766b717dbb5946e4019b98 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index 7067ad5904c57f511796b5d89f8640de243fa965..8b43c2a000adc6bf2ef52de7808e53f17a7bbd64 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index c2914ca699b61639578b578dddccafe6e30395c4..a08c574e956ab9c5ddb4599c2c13c38c850675ac 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index 3b7bbabd2a9dd9b0e767ead235a23408d2699593..260da6e5fdb679c8f3818ef113d755e55db82f7a 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index e7576784020dc4b4f6066ec2a682690c9440a20c..5791350e7c70539a0fecd6b9f431fd7b4eb75f1c 100644 (file)
@@ -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 <math.h>
 
index a91a81da1cae8cfb74a753e75bf2301bff08e8cb..dddc6f689dc0813d3bba4c26e1163a34efa3df49 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index a6acb877ae71fd3dc776a8a5827602167a9f6fcd..7e9735e05c7fdf99cd8f9e40eab6f842cd67da81 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 527f95b975e0d9dabbe71e14b8196b787b008a96..fff2443182c8cbdbc0bde74188f74a8b91b56f81 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index fd129c627584782be4dd2b5fc2a2db690c6f7fc9..ab2f5405596d52bfd2e4c4a02b5595423ea797f9 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_private.h>
index b31931d9de9fde3cbfd550d6dd673bc75105c4e4..848e13a3f65c6d8a9665aee46b8495d18bc604ef 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_private.h>
index 231100f83a588f0909a1134a9725ae3606059400..2b45f8b3d09b2f0f8ad4ec3a2a05be9190c6c54d 100644 (file)
@@ -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 RISCV_FENV_PRIVATE_H
 #define RISCV_FENV_PRIVATE_H 1
index ed4d033953549e45afec2d8ebeded1ce9eaea700..6259b9f145460300b23b95920e47e13ddddf002e 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_private.h>
index 644505b1d90e63482ed7c19533b3f449c449834a..577d9133f25014327a2f49a45010df53d0641165 100644 (file)
@@ -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 <fenv.h>
 
index 32cedf79770bb9ea4785504ce7c0844ad8a7df92..7a8cd07f539cceb896553c402eb30a1c256138f7 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 48e898f70e76edf7c07535b242b5703231922d0e..7dc6742cee578639f8b36f4d0d7197b75fe61b22 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_private.h>
index 18274a31ac3788261839208009cfc40eca28af7c..505110630f469b5e895e93835b5aa46d32e5fe25 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_private.h>
index 1e3c27e512b032bbc59d1e2d21e81b9abfa55507..270a149a753cbe8268bccb9e8e96f6d1ec91d21a 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_private.h>
index 8aa83043bbb9dd61ad27e36a46aae8dff62a9f56..188833f0d60f0310ca8f4f21117d936a559b4017 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 29844139ff927181d0e076275f0e751f46cd2744..c7335bd76b63d9d789fac60c1366b7c70e139e65 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 74e02db92d8cc1c8b444c4440b4b5b64ba47fa28..d8e0215ec381f1be11ca19b4729ff4e56589ad98 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_private.h>
index 9d60856ea2c4899f3b0ed711875501b9b5175355..55c9d1a006f7bcb119005d3a89c5fc3bf855437f 100644 (file)
@@ -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 _RISCV_GET_ROUNDING_MODE_H
 #define _RISCV_GET_ROUNDING_MODE_H
index d17046d7e0326445c54448cdba7f37ea5d336d44..5cca2125bd247f0b226e51060e12ce2d838e5ddc 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 023f6684b638e7217cf17c6786ea4b79e3ab201b..57da2dd8e3744b7859bfe897b907a97fc2eda6e4 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 9f1b869e539e47981d61406921b5de494999b633..ecb0b2e715046f622c7c47fe0144c656909e6ff6 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index fb19fa53bbacf4ce595afbad282f6e67058a7210..3cb8cb66a6f2b7d9ff81aa908d1c23aff49f5e31 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index fea2622b2e7b4dba2ee416f2992b238f75106576..224cf1f13dae195d2a1c0e14f793a316b0f129d9 100644 (file)
@@ -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 <math.h>
 #include <fenv.h>
index da9b18e338fecbe6c51001a2e6e196a07dbe9489..658e84f7f5891a5b9a90c8b9b1de36d9167c5974 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index 1ff4f5fc30ac9ace676f05cfd47005549276c28b..f183f4a5dd894c9b753a15f7ed6de09e4be074cf 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index 02b5199d5925f6915eafe1a56198f0cbdf358a2d..de2079973f5c2434639bd692de67fe7ece2c3d3e 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index 6a2248638a0d1f2270140905566a8dc27544a07e..67a4f59b042a02809f090b6a770730b3b7d96892 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index 87d006d8411335841f979811cb336430ab2faa51..c2972466c6cdec6ee9e64195d93feaebb4300b46 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index d3004e5b8a159356f03fd24bafb62a8384b64bbb..51490e361f930c6f9ab9346bdb225241af666e77 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index d20b489ac8d6b8bdb4879a42dd998f6ac9ec7dc2..720bca18b51ac04d2d0a7ab49a6b9779318f198f 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index 8b24d0e14e56b11071a5003c1c0c955db69e574b..76f702e6b0ba3123ceeeb3caeb39da5afa78b58a 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 9b380ed488f6e1fbe78028e8dc3c5e5828f0f1fc..d49fc7495b13c563cb7d173cf637a114a8317d58 100644 (file)
@@ -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 <math.h>
 #include <fenv_private.h>
index 148846baddd53234de957ea4b56fb6852bf54af0..59c2d3dc8b2367c5edb49023e860bf5835bcae25 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 9426bbe05e4fd355229f998f76a4fbb5d3aac6cb..4d5ca04be6d9bee06763776da777aea8bb8368c9 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 38a93b78e88ec13535934394e1302a7ddbc12e8d..005c0f745107a2f1dd3bd17eb909c04656700fa2 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/asm.h>
index fa0b8fa41a1b96a713fc209e6414ffcb45fc2901..15386f201794a9dcbecccae14bac1501b7a7238c 100644 (file)
@@ -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 <fpu_control.h>
index f7ceb20c7f1d84327fe54474f8b883192953fe04..b4474d00115391438112e9c2a068f8f4e3abea5a 100644 (file)
@@ -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 HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index 4a092746e71565031b9051d2e32460fb3d6bc6e4..3ca9d2532bd4ae762559627d3e916f7882afd6f7 100644 (file)
@@ -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 contains a bit of information about the stack allocation
    of the processor.  */
index e2fb99d8ed5afddae3253bae079b605b8a281ff3..bcbce58ffe22d1fcfdd6efda7357ca2a3a53be5f 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the 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 __ASSEMBLY__ 1
 #include <entry.h>
index b8f90a44cea55f40b19aac95e92b883f085154fb..977e5999e79b175c0492fdf189cf88b1f980b7ea 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_ASM_H
 #define _SYS_ASM_H
index ce938a682c56e6b175793ca42adedecb8c057cf6..df0284f4fba78beefb204dbc1d96e61284466009 100644 (file)
@@ -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 <sys/cdefs.h>
index 23cf13adcf1408e48981c97066cf16e0d0ef0221..8a59d26a5ee4f2d920f8d2290cdf557b6a756496 100644 (file)
@@ -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 pltenter la_riscv_gnu_pltenter
 #define pltexit la_riscv_gnu_pltexit
index a46865adad481852969d84629e533183c18c8a91..032cadfa1b0443ed924798c9a6e431ea9c6006f8 100644 (file)
@@ -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/>.  */
 
 #undef ALIGN
 #define ALIGN(log) .align 1<<log
index 4932edb45dfdef139a887e09f8d720fd4c81d99d..50eace8d3b5554317fa360022d2f31e15b6112fc 100644 (file)
@@ -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 <stdint.h>
 
index 8ebfe62783153c9e06579082f7ea7434b39bd5af..819831ba42771ae7bbec2ec2d8b9cc98c5200f47 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/flt-eval-method.h> directly; include <math.h> instead."
index 5b4347354cb9ecfeca551c070a37069e06672828..a41c2b27de81670f54ce83af9638bd05fc0273e1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index 2dd72292f5ae0195df4a3132749bd61688865619..bc0d548232fe332c136ea46d1cba4a8f9661a786 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 the machine-dependent type `jmp_buf'.  IBM s390 version.  */
 
index 5477ed4aad0968003e23094a0505bf6422049501..9435461e1d10479db18b7bcc4bf9aeafb97d5db0 100644 (file)
@@ -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 <ifunc-memset.h>
 #if HAVE_MEMSET_IFUNC
index c915ce03e8116a6cd5a6e45afccdb2914e9a3f47..d1fc81b1b8f2f4223c8070d120fb08947658c396 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_IREL_H
 #define _DL_IREL_H
index 44c99018000abf444cebc898f6f62537d631b437..2ad69f8f4b0327b399071f775428d46cebbfe93b 100644 (file)
@@ -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 information must be kept in sync with the _DL_HWCAP_COUNT and
    _DL_PLATFORM_COUNT definitions in procinfo.h.
index 3b1f6a642bbf21f3c5808462ab7d4ee511fc947b..7d25724a23928692dcdb696444f555be2afcca91 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_PROCINFO_H
 #define _DL_PROCINFO_H 1
index 1382a4b1452eaf54c94f2c5120c69d62c6221ea5..0723d65e11f310b47dd7f0d7097c98d8a0c5bea0 100644 (file)
@@ -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/>.  */
 
 
 /* Type used for the representation of TLS information in the GOT.  */
index 4fcdf6bca592246244c9f7fffb5908337a70a992..7ba6a66b523f4fcc3555d07695b651133b735ce0 100644 (file)
@@ -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 <limits.h>
 #define ffsl __something_else
index bbfc0e77d3a1483941e77c8c5051c2e7cb67d77a..0e9178ca0684c4925df0a7474c1f42cce50bc321 100644 (file)
@@ -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 FIX_FP_INT_CONVERT_OVERFLOW_H
 #define FIX_FP_INT_CONVERT_OVERFLOW_H  1
index 3ed681fe3962423d57f83f6c6fdd3dc627619164..9b12a668f721cc1008faddee937b356e46dd8726 100644 (file)
@@ -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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 13d096d7a2607009c0581aaeca99f3c96905a5c3..34c1ea30430391b1487adcb4fa144dec392d83ee 100644 (file)
@@ -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 <math_private.h>
 
index fbb939c2717ff625e830e5cdb1a54a3e5538a2ce..5450d4cc7e8ef0cb92b27a3e5cb392ac35985de2 100644 (file)
@@ -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 <math_private.h>
 
index 3f453be1fc53772b7c2fa90dfeb52a3568abbf61..1f551fe96581c2c972ccb340cf26cc6940efc1cc 100644 (file)
@@ -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 <math_private.h>
 
index f18f05d21bfa8a70d3df0909eb66e3cb951054c5..667e8e29b5284af674c31d1f174428a8144c1996 100644 (file)
@@ -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 <fenv_libc.h>
 #include <fpu_control.h>
index 1ed959e64754a1c52e94bebf7e5655566854d3f8..cfd2124147851246a8e6b3401ead6695da8439a1 100644 (file)
@@ -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_libc.h>
 #include <fpu_control.h>
index ec043bd2f468a2090a64568394bec625841c104d..9580f994b0d829ee164a4dfd50dc86a55d3b317e 100644 (file)
@@ -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_libc.h>
 #include <fpu_control.h>
index 66f73490bf8520a41343c35877816756a54b48b4..166a81638a3f861d4f551fce0eb765655eec4c2c 100644 (file)
@@ -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_libc.h>
 #include <fpu_control.h>
index f10158143a88b3413bbed45ed5d9ddb7b5b74071..621ec25aabe7134e74fafbb1f848bdfdf2e1ccf0 100644 (file)
@@ -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_libc.h>
 #include <fpu_control.h>
index a174764701e8d70a99e098e6861990c3286913aa..b7f269b85f0a392b7078296bb4fd591fc0fefae9 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 921add87875a09d5d6ae9164996489265d9ab389..8e61605bad89fc11d297c4ffa617fa9b3c9a0495 100644 (file)
@@ -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_libc.h>
 #include <fpu_control.h>
index 248ca223fa0faaa3dc377665ec346c36309d4420..8ad7d530bd7ccdbeab68db86708afe8f211275e8 100644 (file)
@@ -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_libc.h>
 #include <fpu_control.h>
index 83679b426cc78d7ed18d221739ed91c1364bc2da..bb363fc1d8cfa18b717eb5e135a2c3260cea242c 100644 (file)
@@ -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 _FENV_LIBC_H
 #define _FENV_LIBC_H    1
index 64383c9fc50b92d6725d4f1d5ff99872ee988aa0..ede3d89b3b0670432198ea1ac1d2d4aba6c84a79 100644 (file)
@@ -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_libc.h>
 #include <fpu_control.h>
index bcbb87fab7bf6e5e061a23c1477899a7fcaa959a..39bc7f46fb031dec2b56ed75bb7adcdbd1170a6b 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 20a6a6a65ab6e251b10c7aab5c8183d5b85f6076..3362bc737cf8c9bc49da23cbf9f368341fa06557 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 27db26e3a7b55666098ba14a95dc18f16847bbcf..38ec4284d391fb130b9c8741db7f277d9fe00849 100644 (file)
@@ -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_libc.h>
 #include <fpu_control.h>
index daee682b5455d11748a218b7d0ca46f038f73940..e8badeb13e0eb7d671f9c95a51511076eb90ab29 100644 (file)
@@ -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 <fenv.h>
 #include <fenv_libc.h>
index 4484fb0779418c205653f670c0128900d9b01f1f..e6b1ff8ff19ab3c9ad50bd8ad0a65071551b36e3 100644 (file)
@@ -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_libc.h>
index 4ff79a54ab7ce5be23d0c3304584d9efe984b60d..779eec83bcbfae6d275f8d029d7e1032d4c31bfe 100644 (file)
@@ -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_libc.h>
 #include <fpu_control.h>
index eb7c10ff255e1cfa656d6ad53378831673ecee9f..dc2450cf831bd62d36a20299dcef8d36f889f970 100644 (file)
@@ -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/>.  */
 
 #ifndef FIX_FP_INT_COMPARE_INVALID_H
 #define FIX_FP_INT_COMPARE_INVALID_H   1
index 75771de90ff0070ad95ff447cc1ac50a5a40933c..cd65967d7a301004f44cdcb503be8c296d370869 100644 (file)
@@ -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/>.  */
 
 #ifndef _FPU_CONTROL_H
 #define _FPU_CONTROL_H
index 9d9d83fc15c76c13ef8856ffd6dd1cd18c8a33b6..f1379e76d19efd43a6b24716eb6cab9c789eced8 100644 (file)
@@ -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 <fenv_libc.h>
 #include <float.h>
index ff1d3a1615ad54e1ffb8f1804c711b0d6b38144a..b3e4bbf878d5f5547fac54286d0d2888b838b4ed 100644 (file)
@@ -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_libc.h>
 #include <math.h>
index c86cbfe5e808ecfeb9821c1c3fd9972084f8b751..eabc1b65b9e97a930d146795e9ea41867ee55569 100644 (file)
@@ -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_libc.h>
 #include <fpu_control.h>
index 0673831be18baeb133dd221a42f5470ff5f33f2e..7c631857e12ea68d326d43a66842c99ae0df3058 100644 (file)
@@ -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 _S390_GET_ROUNDING_MODE_H
 #define _S390_GET_ROUNDING_MODE_H      1
index 4aea569b05b49ba7c5e3361100f4dd2099066f76..d715f621edfdf31c67af540e13c64de7fe8f5351 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-double.h>
index 59ab857682da3a92b8479f635c7e419889f56cb0..e0d32e847035b0d0006be4019dedffb54f1e11b9 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index 5fa9452f387c66e134a93b598408ec44eea7f6b4..6114560633c5e7831f3286460d25a7fc075ce1e6 100644 (file)
@@ -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 FIRST_PSEUDO_REGISTER 34
 
index 128e1e6c108e639cf58c11e0348cbc73f07d2c3d..09d426a9026123fefcfb2a023f1a1eaca77872ce 100644 (file)
@@ -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/>.
 
 # All lines contain the following information:
 
index 91dc1f369d12fff4c785f80489a90e7d6ef1abca..123cc47ddb3a63a4cb5b49012d47aa64d815d8d4 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <bits/wordsize.h>
 
index 8cb52d6a8827e967f9b6105a5b4035473f8e8f18..451d08240885804d6aef2e090c98d7dafc3f6618 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 9961f950b04be950c3ccb5a42a326eac51d750cf..1400d58756909603c4e00b71a70ebd94b3a8a976 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 7a2f3fdf5bd3b5c01a86d9a0270aa634ab135368..5e9171e163b898a0c26f877d4ca8083bad8a314e 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)      \
   && ! defined HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT
index 1badb30ed8007b5c41dee5cef1d1a3c3cdeb752b..9518681ead6bb8c5cf747cf0c1b878947ac055a5 100644 (file)
@@ -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/>.  */
 
 #if defined SHARED && defined USE_MULTIARCH && IS_IN (libc)    \
   && ! defined HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT
index 6f2fb2b0abb3c11e3c49401f3806e0a1b382ca3b..de3e2c10111cb287d12838e7270f80f0b0a03f22 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_ARCH13_ZARCH_ASM_SUPPORT
index 4161f58770f3f177df7a794828300f48b0d15444..5355e580e2f149a859b0e07a3a7e5784dad2fde7 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 6108e27722966e3550b2a8decfa419b642c08faf..171c7c243efdf11fdf9758ac6ed2179b11de9c09 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)      \
   && ! defined HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT
index 4e9d5d6e214cceab12f44b968d3fe8cfe127fff4..bd70c1a347d4f75906105998f9bd3a4d695ee313 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 18e3dd0879a007208c5111f8651f307f052c411d..a9d1518a504ff5bd8204165ff1e51f01b694275b 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 17669235eb3a9529589a1b59eda9ada0ec20ec13..7a2e65366b265647eb215d169cd1ca37692c9c7e 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 325e2a4343409d7be9a9a19ca9f71a3b254ec205..3bda4f90939d4862d7c38a1359fbe9e36ffff662 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index cfca87829900e014ec3d3e140ace9e6d670205f8..650f59386513b8e1c9efbf9502c297901684d559 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 77f6c5b42c0512558e8d92ec0df7ba40ed9af3da..d0a59094166938e76fc90190e5b5c0feef327081 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 73fd0864ac384e3d3b0b9ed0234e1cb3bcbae169..f3751e8cc70474fc31b706cd3a9ad24fb951f764 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 3e12fb0f23ed2e3ea72e05870d872ef68bdf9d60..ed1a6db616186cf478d037b5b07defb0c6e7e5c1 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 3b6a1d5d33bb9eba923d45db3b0431eab3196c9f..3d80062cc54339b36a26f86e123b9f2ae4d7a1e7 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 9bd8e821c8c762b422f21fab5c2d14ebc637ae83..56609385890befebd83b728d0d246ac691b36190 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 2699dc0ff68d67f9a8de0a1a15fa2babf5b3d6a8..bc07c7084106644ef8e4f790cfdb03d646cb388c 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 4e4270d2d49d29eac963b88407a40fd5ee3e104d..d630601de8fb7deac9b497899aecf3701d43a501 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 2390bf5b98ae817d922df78eea5a43d51fc8c008..e37df3dba300a4782e0e7847d27e2a07f832bfb7 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index ac42421e25b5bfc96fec894e0feae89abac5beef..f0e8fc84d8d82d18a76478cd31c5a3088d1a48a6 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 6015674db93540b4a9b7a7364188564b93b7dff6..f3f869b5898049f55eae5c44d0669b91aa68c889 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 7ae7f061ded53eac539a7b6b831c2a3659246fb7..666c2a750a1b0481fd0c017c5e446a0ba8e59095 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 6361e7761eab7119c0555f09d334752879053d51..11f553087bf853dd207cdaf09d87b471f833d9a0 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 2d50d070771d659e45ff091983dafa43026a3067..40501e826750fa39a339c746180f88580214b6a1 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_ARCH13_ZARCH_ASM_SUPPORT
index 1b6931425b98784ea3aba981c2db46a9f01c7e03..522045fdef57f32f7eb06e5b54679af8e60d61cd 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index dc0afd516167a2f7770e419eeb72ad706d393750..ca52698d6bc540308fdd3f73cedefee9f80c4ee5 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 42e783e4163b96bc76fe79756e2be19c1b1cd0c2..bf0f88e27b25816ef64be559dcf66d91c81dcd7f 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 42a0e9ae46af3737d8568285a05d0fab7a26f7bd..7403ae8702fe5cd01fa44396cacb9988890bb4f0 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 64f1f93cef669b09fe15f914867497d014c985d0..b81ed06f8faf3539458f133ad4c8782e4e6c8fb9 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 210d3d22d416e0310c4646f543c6ba7f96b7752a..6d0e7a248572786595a6f17f14d56c0d36e77590 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index e401fd8806d645a5692db9d2e8f815821c955ff8..732f7f3416138b136baa0918b1de90c256a3fc54 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index cc44ba86f90032c7f40795f44188d2eecd005c4d..cdde7039f415cf30df7d97b3973b6789895c8119 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 4e84eb630b2e84d0715276234f6703484f0a0694..664e2725787c0a3fc1908ef44e1230d59a4ba3c7 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index b6253747aa606c5aa1883959af6290e36a146ee7..f58c92dfee6ec549d1766c26db82dc41523e5fcb 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 408a29725109c65575fb105f93c7aea2c314dbcb..8e2382f96d61bddf9605bd029ea13e1a23c186ec 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 28cc2315b4c51d020568236b7668b929b49ba444..58a33863c88e86fd851f8c626cae85e3e5cfd0cd 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index c1bf5544c58c88e0d13155dcb5e5d9b492eb648b..6aabe2c102573aa1e7fc178053891a0521ec30db 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index d9d51d08803a19159da5477ef470832054330d49..17a5028f0789643d2f13f9180dd60e10629450d8 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 5fb1f67fcb25d9e92093e5e67ab0b58b5bf0dcaa..fcb65c68d9e9f8b097130e8e5d12ef727de88c2e 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 74f68691e12e6a35cb26bed63e4cda4b5750bb02..734bde072929435835763de06a6e052956827cfb 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index fca8ec72e2a6f8e4a37b3049bed292f99805d212..0539b5f8efa03da954ec11b7ccf4517630886a27 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 3a473dd4fff8f2e81e54954147ff2f26337fe53f..aaf8050fb4e51bff8df9794860ee213cf78461cd 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 0416117a04ac6f337e40eada8125bd50f3f08bde..e509dc58c2dfe4abf47e8047cc06a1068d95843f 100644 (file)
@@ -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/>.  */
 
 #if defined USE_MULTIARCH && IS_IN (libc)              \
   && ! defined HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
index 2a373fe1245423c9e4c2fc385fc505c67a173848..e074c0d8770fccc323e23e88109a989a0da69745 100644 (file)
@@ -21,7 +21,7 @@
 
    You should have received a copy of the GNU 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 <stdint.h>
index a917f76cfacea0e1336b8e1aaa7c2049d5eff52a..133040f961b806ca1751c2850bec18114206af62 100644 (file)
@@ -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 __JB_GPR6      0
 #define __JB_GPR7      1
index 187401d878ec8c0a0987cd50562b7b40b606b6c2..c2adb8a6f663461b3e1be966f7c6738df86d562a 100644 (file)
@@ -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 <setjmp.h>
 #include <jmpbuf-offsets.h>
index 82e95a85e5d529f52d5edb1f1ed36494b9d4c172..59a55fb2b68d666417cbeb8e8c2c8ea51143348f 100644 (file)
@@ -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        _S390_LDSODEFS_H
 #define        _S390_LDSODEFS_H        1
index bff3ba7cacce65e38cd206a8b5f32cd216224472..c842c372fbcdf3b50bf522a914ca447dcfe635c5 100644 (file)
@@ -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 <stdlib.h>
 #include <csu/libc-tls.c>
index 5f133704a412c91e1518fd25efc4977921da3c18..3690ec34401e1661cbc68cbeae460d90d0f4fb97 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.
+   <https://www.gnu.org/licenses/>.
 
    Versioned copy of setjmp/longjmp.c modified for versioning
    the reverted jmpbuf extension.  */
index 3d901cccf8beda5d7b8d8e42e7d622454afa3e6a..6b0544817eeef27af29ee5b35dae83349c48370f 100644 (file)
@@ -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 <sysdep.h>
 
index 8ed841c2b0a1647f8f38896b7af31194b7157838..a61f194daa9e1bb8270b38c6c3a6b4b7b36aedd9 100644 (file)
@@ -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 <ifunc-memccpy.h>
 
index 70207eb6fed3f10f7e97cb83046ee92148f39194..c64ba1f8385b3fc20e580edb9751a8ff838fce8c 100644 (file)
@@ -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 <ifunc-memccpy.h>
 
index b326f17322d76774753a25ba7c97f5adff410e27..e15b3289e59eed6b3fe097382076b11432358a04 100644 (file)
@@ -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 <ifunc-memccpy.h>
 
index 3007ed6a1e7956b0bfffaa2c54f4232a00b71cef..23410dad1b79e65ee1a37c3da6056234cf918b6d 100644 (file)
@@ -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 <ifunc-memchr.h>
 #if HAVE_MEMCHR_Z13
index fadd740885d5396ab7566381b1dc70e173018752..1e4621e92c59ea4f1594631408c689ff256cb9fb 100644 (file)
@@ -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/>.  */
 
 /* INPUT PARAMETERS
      %r2 = address to memory area
index a625484194970c265bbfab5dbd84dbea34162592..82bce95191e74a372acfca591f40fac50d280e22 100644 (file)
@@ -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 <ifunc-memchr.h>
 
index 205a185069f95c2811d502570140f5d80af9f4c0..996fed3af442659272f22ede899923adac3ca444 100644 (file)
@@ -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 <sysdep.h>
index 663e7f9a532f9b554a389d34a7d52a0aae8f440e..cfb048f2bdbc45cbb1d7b65c28dd02f81fe9390c 100644 (file)
@@ -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 <ifunc-memcmp.h>
 #if HAVE_MEMCMP_IFUNC
index 254ad53f5b20b436d349f07df9ada213dcd20f95..1a9554e6e4f1aa018d27bf409bc8bca8a58a4e05 100644 (file)
@@ -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 <sysdeps/generic/memcopy.h>
 
index 307332fcf91ddda0299161153498568610ed1d83..b5e8c2e1ab77333cb3d610159ed88ad31f97d58b 100644 (file)
@@ -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 <sysdep.h>
index 1b83abe4d4c594f8d1462e9a7ffc79a7fe431199..96868a32c1d54afcd9fe6e4a86de5f924b83dff0 100644 (file)
@@ -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 <ifunc-memcpy.h>
 
index b59d60acf0f6aaa0a4a06bd8d42dba8e148c0128..532f2bf8180c0e70aa8198d9cc94f0d20761196e 100644 (file)
@@ -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 <ifunc-memmem.h>
 #if HAVE_MEMMEM_ARCH13
index a2f8eba6207bba7e0e994fae0dc4793d745a5621..f504e089f3a29433f32adc185fb2ac05531436cc 100644 (file)
@@ -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 <ifunc-memmem.h>
 
index 6b0407d0e08d44e0ce83ed073c13ad941bd0f42d..a30430ec379e16620275602b505b042695a0988f 100644 (file)
@@ -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 <ifunc-memmem.h>
 
index cf029a71e580c44ad73ad6e53316cba671395c27..e0860bd3bc16a646f8967a1217c5503259a0d92c 100644 (file)
@@ -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 <ifunc-memmem.h>
 
index e3ce86f4bd3f6afae91529172d5e73d9f82e4a90..b44849b1d60a52672f5010cb4b034c578bf65d8b 100644 (file)
@@ -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 <ifunc-memcpy.h>
 
index fb6b69ae2f8f9bb4c756b13813901e2f16bbca23..64066ba46ba2be790feb5247ada8c982b69de099 100644 (file)
@@ -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 <ifunc-memcpy.h>
 
index 7d8d51e5d5ece7e0c2ea0999a5d4fafab2829b03..e3ebfdc963b772a328dd1db198a7fe313b3800d2 100644 (file)
@@ -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 <ifunc-memcpy.h>
 
index a7998ab6185af1269d7619cf42aa4c9c55f715f8..39c534b588e0478034fc5dd68323959030dce9b3 100644 (file)
@@ -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 <ifunc-memrchr.h>
 
index c7bf328ec8bd9d30eb84f21a6fd3c873b5dc9412..f9e511207a50185ae4086f092d62be0282f3f0ce 100644 (file)
@@ -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 <ifunc-memrchr.h>
 
index 551bc908d73e1a4f0a0758f979bdec8f67aead0f..d7c55993bde98da6c02c690234aeed0f13119223 100644 (file)
@@ -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 <ifunc-memrchr.h>
 
index d7a828e35521d0baf60fd3e3143c34100c2f2f2a..0c49ded7ab008e71d7f8d20f7eb888ccdbfce466 100644 (file)
@@ -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 <sysdep.h>
index d45b572a0ed8ac90ada83222d49f9786bc4deac6..5aacb8cd9d6fd32745b9b735a7cb32ada98823a3 100644 (file)
@@ -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 <ifunc-memset.h>
 #if HAVE_MEMSET_IFUNC
index a46c0d6611fd9d8894b3df746d7e75db82db8535..5f061fc123c053f949e356dac9ccd92e98e7c0d0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr __asm__ ("15"); stack_ptr; })
 
index 28f5e3dc0ad29ccaa15619e1193812389e71dc38..873ce2cc7a72f76e85f6211b72744dea10c18723 100644 (file)
@@ -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/>.  */
 
 #if defined HAVE_S390_VX_ASM_SUPPORT
 
index 2861b6dacbc19d3961c1c0a2a8e37d09a7f1d51d..4903e2bf92032c45ebb03d1f20a61416f7b2709c 100644 (file)
@@ -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/>.  */
 
 #if defined HAVE_S390_VX_ASM_SUPPORT
 # include <ifunc-resolve.h>
index cd2d6cd99797675b79a2e6fe0dc775652763780d..76fcfc1f9359c414b37c6cf1c2aa159cdc9b8d23 100644 (file)
@@ -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 IGNORE_ICONV_SKELETON
 # include_next <iconv/skeleton.c>
index 1948436417db1ad2a1d7cebd6dfcb50ef33643a7..612eb5904767a666b1c03f749145eadc1ffc1cce 100644 (file)
@@ -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 <string.h>
index 743de9e5912ae33cc75ea1a5ee1a616a76a8a080..f1218bf76f1481288a02c611e739ff152c1559ed 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <dl-procinfo.h>
index ff48b61bb896ec8dab02d320e4f72db0861b4156..bf6296ae07c096424a46ce06e2070796088e1d69 100644 (file)
@@ -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 <sysdeps/s390/utf16-utf32-z9.c>
 #include <ifunc-resolve.h>
index 13cf18b0d0e7eccd44383689b992cea0364d021e..afd831b71a55aed39c4f576f049793433edaf893 100644 (file)
@@ -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 <sysdeps/s390/utf8-utf16-z9.c>
 #include <ifunc-resolve.h>
index 346cdd3d43280f2cd4c83b7d569e7579e797b1a1..cc992b71f846824cabd1c82ae6b0c95e117d8c3a 100644 (file)
@@ -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 <sysdeps/s390/utf8-utf32-z9.c>
 #include <ifunc-resolve.h>
index 47834d5da3dd429810a07306c5e33eeae4ca24ab..7e0d75aee6a7b64ff06ccfd944d8d1ce865b36b0 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 9629ea8be1d57f06d184ae5b5d2da87f34925383..28754b7aa6b2d6b5bdc3eaae1e068c6971d6efe0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index bb7d221a010d067ec95039611ff583e14da80f82..e41d6bbce180ec248f5effec83a9ebb0121a0b38 100644 (file)
@@ -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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index e0537a67e9578ac5e78cd22e6991506253984e5c..2d63ddd4a90aa6df2bbdb989134f053d45ae519f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)
index 5a5ffb95918168e9bf1ce043002626a869eecadf..af32ed76da4e3c9f8c6ed212817f63bc555e263f 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H 1
index 80cba48dd1333c569eafa07db4c87b287e18f0f4..f201a94bf328d8053e9885e40ad8e56ceecf07f8 100644 (file)
@@ -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 <ifunc-rawmemchr.h>
 
index e0080e2947ee9b85aac47a2fdffac75ab725517c..5b3ce56197c6a7e8d35a6f977423c3948614ed3a 100644 (file)
@@ -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 <ifunc-rawmemchr.h>
 
index a4b865550f5b75886a1e278c3f621abd2c430ee8..8b696ddebccea00b8398756b8a9200e389fcc27e 100644 (file)
@@ -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 <ifunc-rawmemchr.h>
 
index b74d4f2748766d03da8881b05ff83598ffff3511..18a913b1b637a2b2184361d2a8a68e8a79584b4d 100644 (file)
@@ -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 <sysdep.h>
index bda20aec28df538c0f10246affe3a8071ec7a406..fb47f150e09f7f798bea08e6f8559f81c4d8fee7 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 /*
   INPUT PARAMETERS
index 3f16b7536445387970bf0e3622c78982853bb2a8..f95eec530a0fdcd6fa9e3cf659013b81ccb0d6b9 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 /*
    INPUT PARAMETERS
index a58c001598dc9e07cef13cfa59795d1d4639be50..6325aa0f8c002038d879fe8c8d037360f1af40b0 100644 (file)
@@ -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 <libc-lock.h>
 #include <dlfcn.h>
index 372adb5df6e3b7ed4369a2f68edbaa1140a45933..befa47bacd9336cdb4fc5f3de015f96f3989bcf4 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index c912cb3553845acc71cb3af68122e3f891333f1f..acf853ec1e8793346c382a8cb5428c7608629534 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index 59c0276191cf958ab01f9a127e4aa901ed1ff39a..a257b3bb3a12a7ed03b2d7d439e8acda45cc42ea 100644 (file)
@@ -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/>.  */
 
 #ifndef dl_machine_h
 #define dl_machine_h
index b6d66939ef4c2df2e0e6cb396cf7ed8054cb3ba3..4c9f65e39e193bd726604a4fc28bb7ee7e8852e5 100644 (file)
@@ -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_next <dl-sysdep.h>
 
index 47d820c632db1a5dde4de7e9056213fade0f212e..8ac9ff6d7a550e45f5496fd5aef75cfa0ed61007 100644 (file)
@@ -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 <sysdep.h>
 
index d8de25aa2ae93149c60e93fd7aafdc647866b819..cf0df411121c22ec27f4bd95a1d65d7d2d3a2091 100644 (file)
@@ -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 code is used in dl-runtime.c to call the `fixup' function
    and then redirect to the address it returns.  */
index 582abebfdc105f2e926ab8b674daa56cce6c2742..eac285f4960d55115f9c4c67588596c44eca4359 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 /*
    INPUT PARAMETERS
index bfcdff574efa358b6ffc8be5d7d9b44b79b0fdb3..037ed9401c0f3c2a5f8c81422bfb76f045fbfb95 100644 (file)
@@ -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 <sysdep.h>
 
index b243d99270d1b4f076507a70a77613db5737369f..55f5e52ce416551c24e827711d256101dc2f5e38 100644 (file)
@@ -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 <sysdep.h>
 #define _ASM
index c5bef71cec4102e61cf7fbd6c0ea830a68d7146e..6c2269f60ec572060a7a7055dd046ac14d4c1f66 100644 (file)
@@ -32,7 +32,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index c846654d27561261f908ad1d6a0730ce92270a85..264d8d84e3c27f7405bc279639fdecb30603ecd5 100644 (file)
@@ -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/>.  */
 
 /*
  * R2 = address of destination (dst)
index 83d4f685784f58f53bb654960a50c4a7a739a585..cece137bae49aef04992e499e0393fcd30832724 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 /*
   INPUT PARAMETERS
index e58e60728ae29c7d3d143be74f2bcfe69b08ab33..fcc4533e1c249a753f6e0efee6422328e647c862 100644 (file)
@@ -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 <sysdeps/wordsize-32/divdi3-symbol-hacks.h>
 
index 4a441e12043f03f6447e42591341cc78f377ce96..455a933c951f48b214e2bc58ab400b349893c583 100644 (file)
@@ -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 <sysdeps/generic/sysdep.h>
 
index edf5915ee7230885eb5e4d5237c4a89c7389cb22..64d6fbaafa6b5addb095f3dca9a704e6b2d6a5d6 100644 (file)
@@ -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/>.  */
 
 #define pltenter la_s390_32_gnu_pltenter
 #define pltexit la_s390_32_gnu_pltexit
index e8457927df58a86a3255c301268d0f6ae96a8543..5886b7754b08eceaea3aef40463fa05a4015d781 100644 (file)
@@ -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 <sysdep.h>
index 7a3f3b7dc01927b40e8b45ac4753c3f63cd8023e..150c41f8525e12656be379ad728768c61c834d8d 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 /*
    INPUT PARAMETERS
index d771bba249ca18f913b98d1c4cf164ef5ae65b3a..f6935dd2ca43e66a050beba513a31b4dfaeec99b 100644 (file)
@@ -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 <libc-lock.h>
 #include <dlfcn.h>
index c03b29200791e30f4280989702c97685d12c4f81..74de3e785ad1fa5d0ec55c7f65ecba9901a2ee84 100644 (file)
@@ -32,7 +32,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index 34e14112ac052ba60707585d34c5a07bc5fafb40..b3f05e1651a56249392868177d1227f5500a668c 100644 (file)
@@ -32,7 +32,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index d4940a75f0104372ce4997f333bab452d6cd8764..c17c5c892afe82f5d97698ef4244eb02417c89d7 100644 (file)
@@ -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/>.  */
 
 #ifndef dl_machine_h
 #define dl_machine_h
index 2a630ae945e808ae2332cd51e14b5a31c42f67c2..db4de4d69361badd5b6d9de1af880beb744ab533 100644 (file)
@@ -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 <sysdep.h>
 
index 3ac9dbcdda7c79882bed2cfc0afaf67fab164060..2585bffb755627283fe8c8794f9273bd5262e5e8 100644 (file)
@@ -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/>.  */
 
 /* The PLT stubs will call _dl_runtime_resolve/_dl_runtime_profile
  * with the following linkage:
index 3eef5192b28712cde4615af246f832d7e41b5936..9e8184c3ef70b81b082e3ca074d2e1077b6f4d60 100644 (file)
@@ -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 MCOUNT_SYMBOL _mcount
 #define MCOUNT_CALLER_OFF 232  /* Pushed by the _mcount stub.  */
index 3f8f25bf97524771170ff88b5d2d44211532a266..14ce0df5782a6cb6bd572e362e59f8516e47e886 100644 (file)
@@ -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 <sysdep.h>
 
index 64b00136cd634e1c2225265062e91c4b42a9e07e..03525f2e5aa7e63f0d2ae74319a9c9972031fe17 100644 (file)
@@ -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 <sysdep.h>
 #define _ASM
index 1a632f2dc710dad16a739c13678bcb7e8b9a6f26..c253ec638f3bc3f1bfafca7719dae49a24d28f48 100644 (file)
@@ -32,7 +32,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 58b367b2c4f44c2e4106a5ecc95b827f09994e4b..f939ca55bcbe38a7183f2a36d36370d9bd5c13b3 100644 (file)
@@ -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/>.  */
 
 /* INPUT PARAMETERS
      %r2 = address of destination (dst)
index 887f79a7fbcae450db06a1742fbd928fc8889279..4e250531db45a5a637ab2cabe67c8d11d234dd4f 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 /* INPUT PARAMETERS
      %r2 = res_ptr
index 0531fa58231236b112e8c72743efe6732af4fe4e..69994bb384b6c202c7b1a646356b582726f29d4e 100644 (file)
@@ -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 <sysdeps/generic/sysdep.h>
 
index d2feece632fe1e377d6ac3ad8ea3d15c99948211..44e74c681521c85e55fabe233f248f7958e5e817 100644 (file)
@@ -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/>.  */
 
 #define pltenter la_s390_64_gnu_pltenter
 #define pltexit la_s390_64_gnu_pltexit
index cd30686be867c37d28a6d078e1bc3a57a5ca5973..d5d195d46a6ca44ce867b35dc4beced909c8f53d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index 4b308dbba485a46d223e62df76f3b4d735669661..350bd333d8b7751b36ae55b595082cdf086753ef 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index 57f1bb93b1043231eeb448ca1821d9bad2d35809..7958dc465f27f8128d8701658d4ed3d37426af32 100644 (file)
@@ -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 <ifunc-stpcpy.h>
 
index 3886161f1e0293a5e6580a0d7e0dd6d5519ae785..97afbcfc923aa63140a8736fd3e9ba4b3de69a73 100644 (file)
@@ -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 <ifunc-stpcpy.h>
 
index b431467516698fbbcf79fe0d743ea800ade4030e..6ea87712ffb58eb893c813aeb6fb2b2f10fea48a 100644 (file)
@@ -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 <ifunc-stpcpy.h>
 
index a88cbb6404c3d130a2ab0a35d9f145cc91eb473b..0f4a11c053be92c3fad732f5eca4e28bc89adc91 100644 (file)
@@ -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 <ifunc-stpncpy.h>
 
index c3992417857750a3f9bb74d61ba91264b1323e56..928e11994526968249c51fa57a53916b30fc0a31 100644 (file)
@@ -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 <ifunc-stpncpy.h>
 
index 52aa9a8586e70fac7964c6ef453ed9bdd8bfabbe..89e9f39e0182838acc9989340464f3515be9c772 100644 (file)
@@ -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 <ifunc-stpncpy.h>
 
index 7ca2cee2b4604f5e4cb6acd6424f529236963d63..5ae143c1f9ab01e69b089088550ce1aac732cc3c 100644 (file)
@@ -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 <ifunc-strcat.h>
 
index 82c0a6ed5393ccb51d6f1d263ede1c3f3972bcc8..1fc80a21d2153374877651d72a85886903ad1a10 100644 (file)
@@ -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 <ifunc-strcat.h>
 #if HAVE_STRCAT_Z13
index e6a972ed79a044736d268138b7011f2afe627da8..abd652310437a55109a6cc19ece29a751a95ca66 100644 (file)
@@ -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 <ifunc-strcat.h>
 
index a13a592d77484128dcb3419711596bb6a06f130c..4f60c1cbc9876fb0a46eb6df7b0eafaf118c2f83 100644 (file)
@@ -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 <ifunc-strchr.h>
 
index 231dea13894375e834cca782ccf71780f3022e48..bc928e9ddd3cbdff0b13c6b1fd181cb309adac16 100644 (file)
@@ -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 <ifunc-strchr.h>
 
index efd71c331a3ad88ed31bf230c8008530f84d473f..5b1742905d6895de8da4f563d47b4ae0c4e0817b 100644 (file)
@@ -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 <ifunc-strchr.h>
 
index a4c25d44b908f74c76ebec48a7218e45797fbb6c..166682f33c33d139caafa93887b0abb97c3cb4f5 100644 (file)
@@ -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 <ifunc-strchrnul.h>
 
index 6983c39c8fe32dc1cc8729ea11b63cbfbbaf3f8f..1dbe28591d5c922e3e4459e1b3695f44a7399d85 100644 (file)
@@ -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 <ifunc-strchrnul.h>
 
index 90d4ab8743a6ea3779e903c25cb434d36509f316..6ee043bd5b22c609b1b70b65fe0d51ee96b3c767 100644 (file)
@@ -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 <ifunc-strchrnul.h>
 
index fa474dc17fe5adf54d117dbcaec6413ea9bc5159..71261586a04f1977add107372c3e1d9524b8d6bc 100644 (file)
@@ -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 <ifunc-strcmp.h>
 #if HAVE_STRCMP_Z13
index 2e8965dfc782fc90eb10671008f2b98f5ec7f389..bc3a58960298b31e370a6dd027c1136b169f4ae4 100644 (file)
@@ -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/>.  */
 
 /* INPUT PARAMETERS
      %r2 = address of string 1
index 980496cb1823ba746d8c5973af83281476165a75..764320b0b4fa0158df5c17c1a8305375553681d4 100644 (file)
@@ -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 <ifunc-strcmp.h>
 
index bae4cc3f6b6ac561e55c52f80cd349114d9691a9..5fe893cac2c62a86d1069207d88f115d831908e6 100644 (file)
@@ -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 <ifunc-strcpy.h>
 #include "sysdep.h"
index 0d35fd968d4462cff35b456abe44910050b0c7b2..7be55ef258b4543bbe1ece347e231e32635fee4f 100644 (file)
@@ -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/>.  */
 
 /* INPUT PARAMETERS
      %r2 = address of destination
index fcf5ec0d935aa4f9e7c9a42b9f1ec4cac3558bae..0c6330ace4b42541c999273c9168a5751be2770a 100644 (file)
@@ -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 <ifunc-strcpy.h>
 
index 8742f99a657bc3b559ef4449b9cd0d0a55574f3e..bb04d577e97c652ecd359338f269d4c5103c07b9 100644 (file)
@@ -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 <ifunc-strcspn.h>
 
index 9f11261059e07d20db5d394e4c0061ca92798ba7..7b5c045ad5d468337504c727e9055d466897ba31 100644 (file)
@@ -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 <ifunc-strcspn.h>
 
index 6b070dc5197b7280094c9c8b3b288c7dc3da40e7..2ab49caf20947a589bf2ac1348cd3582c8be4db6 100644 (file)
@@ -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 <ifunc-strcspn.h>
 
index f365a476c6bb5d50afd0d4779a22f51b6a2a9717..2a27a57dca6794555dd40e6fe4ce59a82c576b97 100644 (file)
@@ -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/>.  */
 
 /* The s390 processors can access unaligned multi-byte variables.  */
 #define _STRING_ARCH_unaligned   1
index 6a54167a91815598bc550111e3e790c83f8c4378..121dfd8d52e4b60ade6ff193592083944b73a6fa 100644 (file)
@@ -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 <ifunc-strlen.h>
 
index 36989ca742c48333a924394614d34a1dbe50039d..44d541a6d03c0c72369946cfeadda419b125ecf4 100644 (file)
@@ -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 <ifunc-strlen.h>
 #if HAVE_STRLEN_Z13
index 3f2ed0d99286aa637aadbf5ffbe0f82cb88c7e4b..886eac6642116791a6fd0dbffd6bea7d3b84807b 100644 (file)
@@ -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 <ifunc-strlen.h>
 
index 4dcfd25058a19c06b11fa144b16a898a1a7f3fdc..3d4c509100cf324b9813f5552e1338515110a969 100644 (file)
@@ -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 <ifunc-strncat.h>
 
index 24af5ada4e36ca8f1304795105a3695b3d3d0250..689e79d02dc5768df140c9199efdae5c91e1050f 100644 (file)
@@ -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 <ifunc-strncat.h>
 #if HAVE_STRNCAT_Z13
index c9854593eaa459b142fe022c9962c9debcc162d5..d6b28122f54bdb08536b9957165c3bdbf7c47b63 100644 (file)
@@ -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 <ifunc-strncat.h>
 
index f833ecfd4943afc05ba9f8fe020f087e08a271cc..9732f516c763251befafb43dbeb4f95fbfeddf0e 100644 (file)
@@ -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 <ifunc-strncmp.h>
 
index e64970312b0b76e366ee919633b4566e8880dd90..67164905881c2bcd835ee6158c7be3737ed95b09 100644 (file)
@@ -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 <ifunc-strncmp.h>
 
index 7f80f7208ba91c56d69eed4ed05599d4f90a5ca8..40d123b81db0ec45ae02036444f846edd9cac463 100644 (file)
@@ -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 <ifunc-strncmp.h>
 
index 7911b9191eb48e47ea8e419d1b45f8f7754ec62c..69c9498d96cdc75203c28ae8a4bf3244b94ac9a1 100644 (file)
@@ -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 <ifunc-strncpy.h>
 #include "sysdep.h"
index fc6375167a046f166bf97ddad5efa482ed77df22..06059d013099873b617f0872fbee34d9ab6f2d5d 100644 (file)
@@ -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 <ifunc-strncpy.h>
 
index 632d4f522fc2dbac87be142b5401db0bd36dbbbc..e3e3b7723bec9be8144d94440d7fab56326b8927 100644 (file)
@@ -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 <ifunc-strnlen.h>
 
index 9a88e73d642617d5383405081c73034793ce46d2..5cd049aa8da1d208eaff6ab50e836233e45da4ac 100644 (file)
@@ -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 <ifunc-strnlen.h>
 
index 4a9d3fe1f892ce12a5bb3f1bb4f7b642850361ab..3212eaf66ade10904a9b0b805721be57f1bc0a67 100644 (file)
@@ -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 <ifunc-strnlen.h>
 
index bd6a1f346a0cffa14efa688849e6a2ca707eb382..2c7634dcb7c6f8d8b73cb43e8877c2c6255a08d0 100644 (file)
@@ -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 <ifunc-strpbrk.h>
 
index 84915c164ef1831c416ac6f96a389882e0aa4c77..ca050fd55da09c7a2d05478119d6f7829959debb 100644 (file)
@@ -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 <ifunc-strpbrk.h>
 
index 6640d3f91658b8bc56fdbf2312323d284a4bc22a..26a8a575d2da46e9620b0251b6c84cf83304a272 100644 (file)
@@ -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 <ifunc-strpbrk.h>
 
index a58192aa9f70bd43f04b2b648b8076e454bcaa8c..28dee350597240686cf533fe1833d1cf89cd770a 100644 (file)
@@ -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 <ifunc-strrchr.h>
 
index 9c5354a7624561db1e4ae4881bef5d738dc7ca23..f6b474c815e9ff0610e61e1e5567126818e6ef7a 100644 (file)
@@ -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 <ifunc-strrchr.h>
 
index c7974adac978902bceb4e9d1a88524ddd745f3e2..cff05aa7cba265ba21329a284db1d9ba2bcb0a4c 100644 (file)
@@ -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 <ifunc-strrchr.h>
 
index b0e497ea343a6d20a8df4f9a78ee56e01b781429..4d358056f8b1f77693c69e1871fd6220f282d21e 100644 (file)
@@ -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 <ifunc-strspn.h>
 
index ee5fd9ab5dcbaa10627ef45c327d6b34e0133492..dedf6f68b44d93e87610e74224896b321f1acc6c 100644 (file)
@@ -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 <ifunc-strspn.h>
 
index ef2feaef4df4bf75c61f80db881105b045246cb4..cce689a1b0ba9e7ee675f0a1ca29a0cb018969a5 100644 (file)
@@ -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 <ifunc-strspn.h>
 
index 929b026adfeba740b6275ef70ce3b4c883c3669b..92cafd38505650f4aca9c1596db160d71b44ceee 100644 (file)
@@ -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 <ifunc-strstr.h>
 #if HAVE_STRSTR_ARCH13
index 30b65ac9d181ee7b98edc3a84b4e50b4e038196d..b65c0c2d00fe3ecef5a6198908b9a238e349da40 100644 (file)
@@ -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 <ifunc-strstr.h>
 
index 6adffdaaffbf7078a879a68dda4265b2a98748f2..750cc642a40df024089de09c4e07ac485a992e6e 100644 (file)
@@ -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 <ifunc-strstr.h>
 
index 599d20d0d0893a466235a48781519e171cc8fdb3..4e53d45780c3ef840517b6a07ccbeac62bf11c58 100644 (file)
@@ -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 <ifunc-strstr.h>
 
index 3c24f21f5631b2ef8d378edfaba55181399fe725..e52cc5d2b2a9645e48c354e9b068399711c78f6b 100644 (file)
@@ -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/>.  */
 
        .globl  r0x2
        .type   r0x2, @function
index 6e2d70cc8030299320b03485f44cc5abd5503cfc..c7964214c39c0b57ccbb6ad6b55ea324d44e157c 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU 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-dl-runtime.c"
index 43e4d7a0cb67a01539a1362bbebc88c2f7a57660..1e6cc995a24be3025d86ea659f760cbc565cd8cc 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU 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-dl-runtime.c"
index 5ec63fdc13d1085cf8abb68e2919a0d11280c8a2..3c9074faa24ae8230f5bac6b285678b1efa5ff2c 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU 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-dl-runtime.c"
index 854bec52e71fb32949c496d0ce0523bdcc64691e..ba105e36cda3380d1bba7a946b34d8879e06831a 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU 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-dl-runtime.c"
index c83a21d2b4a6e0c1427246cad8608c7353507dd2..455ddd49daf08ba0213e48437911f9af6abfdf98 100644 (file)
@@ -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 <dlfcn.h>
index 05c5df3be52b390f9fb473753e44aa70f46f9203..a85e328dd34fc939a4841ba8d0d999395842fc26 100644 (file)
@@ -22,7 +22,7 @@
 
    You should have received a copy of the GNU 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 <stdint.h>
index be26bfb3c505d26a5873a7d250683fe3593458f3..817674073a4e6fd76f21209ba799f6d29f73eaf2 100644 (file)
@@ -22,7 +22,7 @@
 
    You should have received a copy of the GNU 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 <stdint.h>
index 9bc5aaa8428101142c1561aa7f513a8cde3d4973..9fc979206e5662680ad3603377a64f0b456126f4 100644 (file)
@@ -22,7 +22,7 @@
 
    You should have received a copy of the GNU 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 <stdint.h>
index 839142dafebb0709b6820d384b221a380b1d8096..adca7c18b63347b9e17d4e30d8e7e50693616c1e 100644 (file)
@@ -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 <ifunc-wcpcpy.h>
 
index a0481a8bc046082b4edb78848448d981a28d7400..611ad6bce6786155440fb0d661265814f09897df 100644 (file)
@@ -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 <ifunc-wcpcpy.h>
 #if HAVE_WCPCPY_Z13
index 4b8428bd663be010e508789bac6ead2b9b470550..86c19c26a384f9260cda63e53392745512079036 100644 (file)
@@ -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 <ifunc-wcpcpy.h>
 
index be122cfbd3e552db4c747626cbb9e23159b915cc..3351fd650a8ed7be770c4e0e8f0a6a61178f183d 100644 (file)
@@ -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 <ifunc-wcpncpy.h>
 
index 6700491ae2aee468b3815d92adf80bfed85e77c1..e4a0c9a0dbfdf2d9b843e77a81b7c5abdf04a9aa 100644 (file)
@@ -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 <ifunc-wcpncpy.h>
 #if HAVE_WCPNCPY_Z13
index 19c49e17d4910df1aeb0bcaba8d20606b0dec3c8..86fbe1bb07ee67e6fcb7a97dcbf337b5821876f0 100644 (file)
@@ -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 <ifunc-wcpncpy.h>
 
index 0a191faad46591384498385e0b58115a82078d8b..0fc79987666d644c27320a96e362c9881411e877 100644 (file)
@@ -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 <ifunc-wcscat.h>
 
index 243a0d93f86eafba708e02fb3486b28fc9f63c77..a1da9feaecf3fcb4931e9acd4f417ebe05f8cf50 100644 (file)
@@ -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 <ifunc-wcscat.h>
 #if HAVE_WCSCAT_Z13
index 8adeb3da0d981daca9d6c4d60d3b910acdb984f0..6d59110fe829955cabb59736e9d93c362b468412 100644 (file)
@@ -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 <ifunc-wcscat.h>
 
index 11e6ce7575e723bd1da971b7d70a4fbf1db979df..d2ac1c2d346f83f004c41ac715b6629c28de3ab3 100644 (file)
@@ -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 <ifunc-wcschr.h>
 
index 17c73d141aadd8a9dfbfdb44eb2e934a731850ae..04ec01dd4e8daeca832a37de01ee1ee4dcd84823 100644 (file)
@@ -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 <ifunc-wcschr.h>
 #if HAVE_WCSCHR_Z13
index 3b15b1f0a41a17ef5e4be89111c72bf88c7e406f..6c7d40f7b908fbb7d792b2fc4ebd3b4b4bb0b251 100644 (file)
@@ -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 <ifunc-wcschr.h>
 
index 4bbefd6d819030ccf05c27ebffddb6d394a2734d..d34a0847674ac1746ebc86d21b504efd17953696 100644 (file)
@@ -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 <ifunc-wcschrnul.h>
 
index aa6f6be28199f67669a346b7bc5c382b5d7fe344..1f501d71c960f1ad63dd29bb65bebab6e64aa234 100644 (file)
@@ -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 <ifunc-wcschrnul.h>
 #if HAVE_WCSCHRNUL_Z13
index 8b00a66f3283d04634fd4c56daea0ab260baa874..53e08f4fb7a213379f1452f06ad29cebbea5ea4e 100644 (file)
@@ -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 <ifunc-wcschrnul.h>
 
index c42f93ec6b7c98b5c6575c72d681b360db627027..c25a9c33b77aa96f2cade1dc4c09f7e0a6c11991 100644 (file)
@@ -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 <ifunc-wcscmp.h>
 
index 6892e3844f7fe5d061b52002abf334949bbfc717..d9718478aa8ad786a79642f785f6d7884f61ed42 100644 (file)
@@ -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 <ifunc-wcscmp.h>
 #if HAVE_WCSCMP_Z13
index cdc27ffd6a4e5c5c024176144337a6c7ddd98de1..26b40c31c887ff0dfa597a8eeca13d3f468f9fda 100644 (file)
@@ -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 <ifunc-wcscmp.h>
 
index a290393a733d57e6d94059f62978f942e01faa3e..a3b7703d172d99f3fe5dc2a4ae5eacb08c458f99 100644 (file)
@@ -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 <ifunc-wcscpy.h>
 
index 5fe110fd941b546a04959cb909ff63003e2d41bc..c73fe9cee6356d554c4ebbaa486da35175371a59 100644 (file)
@@ -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 <ifunc-wcscpy.h>
 #if HAVE_WCSCPY_Z13
index a569f917af97743984a3f8731a0ff46c085dd85c..3476c07206eadfe395b00e339aa9ea5175da8e8d 100644 (file)
@@ -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 <ifunc-wcscpy.h>
 
index 0232d022833dc71f386f2970f18f1da4db6eeccf..00d4e235e372db9593732d0d231e60fb87ddeb56 100644 (file)
@@ -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 <ifunc-wcscspn.h>
 
index 124588aaa725cec8c3842549c3246db4849d99e0..9be2975faee7170fa970369b5b9bdb7dc897bfae 100644 (file)
@@ -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 <ifunc-wcscspn.h>
 #if HAVE_WCSCSPN_Z13
index 306638fd49539e1c77bf8d848997063f71ba382a..143888a8c2fa84ad82fc7241c3c8e053f9abfd38 100644 (file)
@@ -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 <ifunc-wcscspn.h>
 
index c36989fa2a76ba315dc4af2c79d1c3933587e802..f18cb0986bc76e673fb4dc529616844b9af54f63 100644 (file)
@@ -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 <ifunc-wcslen.h>
 
index 2eff9fe56445c1fdcbd18e4b7d85d5a18768583e..bfca77c0e3d62653ba9b630eb4aca4a5c95eadae 100644 (file)
@@ -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 <ifunc-wcslen.h>
 #if HAVE_WCSLEN_Z13
index 37f9179c3fd664dc9740ed3af13f7f75011c00b8..2e87f1bcb2ee9b75729be57d3321734a53424530 100644 (file)
@@ -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 <ifunc-wcslen.h>
 
index 50b27f1b8476fdd6383e9913dc8f612a34f503f5..851436db4cea93f44b969f1a7cdf4f438fec70a0 100644 (file)
@@ -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 <ifunc-wcsncat.h>
 
index 9e7c7884a515db35442178150ac8b9f54836144f..7eb0849287eb904e0d01207cdc2423d085db7298 100644 (file)
@@ -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 <ifunc-wcsncat.h>
 #if HAVE_WCSNCAT_Z13
index 8b982e9f05e4b22eb7784dccf9febaa1e51b2673..89b5c3fc7b68ba2191950974afda544c12c8786d 100644 (file)
@@ -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 <ifunc-wcsncat.h>
 
index 3df7244b442171a3bcbac894617a82f821061dea..99edb0895be8dd24195b8912346907aa0908ba52 100644 (file)
@@ -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 <ifunc-wcsncmp.h>
 
index 6760c0aecd8d08f042e1dbcbe033420085921ac4..1b43080b42a3b9dff0da46c817b0cda6fa9b79a6 100644 (file)
@@ -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 <ifunc-wcsncmp.h>
 #if HAVE_WCSNCMP_Z13
index 8b07234ef91eba166923b802e90c40fa1ad68a33..e1a5dbe73c67747dc702f1c3faa31a0bdc536676 100644 (file)
@@ -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 <ifunc-wcsncmp.h>
 
index 1ce1e6261c533e6c3fd48ded5d86b6fc20000a68..ea2616da6ff31acf4e075c896a0aeb867ad7942b 100644 (file)
@@ -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 <ifunc-wcsncpy.h>
 
index d554ea6ee0fe7e5e821e2476b58c72a7ad87145b..8adbb45be4e0730cef14e630f186d39775acc26e 100644 (file)
@@ -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 <ifunc-wcsncpy.h>
 #if HAVE_WCSNCPY_Z13
index 7b5b07ca73fb97c61a8c170e89423816f8b1d3e3..11bf027afce61c1df09c40f6cbbb041837c18c4e 100644 (file)
@@ -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 <ifunc-wcsncpy.h>
 
index e62d7d9bc1d85c679ad5e910daa6b28e929f9f14..6e0eb8f246e3c94259726ad644f71f1f68c19826 100644 (file)
@@ -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 <ifunc-wcsnlen.h>
 
index bdd61ae1ef3a14b3e62f2f00eb2d6ce7faea6534..ae147cd51e0828bc157eff77b17d0fef7ad3362b 100644 (file)
@@ -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 <ifunc-wcsnlen.h>
 #if HAVE_WCSNLEN_Z13
index e74c52790310b0ce7f97acd6b9150cfd65058391..267513641cc070a3869a6eb1b2f52a7533513ded 100644 (file)
@@ -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 <ifunc-wcsnlen.h>
 
index 726fae0307d2943d48cdea7151d4e724e518d55d..40518d124af9317b5f70943eceb2147fbd4b0f85 100644 (file)
@@ -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 <ifunc-wcspbrk.h>
 
index 8e3b83d141ea5cc24f4335ee84edf18b388a2b0d..92acaf247909afae5d503558f704ace56c1dfd31 100644 (file)
@@ -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 <ifunc-wcspbrk.h>
 #if HAVE_WCSPBRK_Z13
index 50ecb6d75f78c5bff4ae3dd42a91b3e1b58d41e2..4b44148e07f05f2db9d9e1d0f71dfce05fd31c3c 100644 (file)
@@ -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 <ifunc-wcspbrk.h>
 
index ab77a9b85b70c6f8040d48254f001c71bfe56071..6eb970462bda3c52b51da3a1e0e6e459ed1ea6dc 100644 (file)
@@ -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 <ifunc-wcsrchr.h>
 
index 6d848de84814ea30fc70725f05d2073b604a2283..5d7aa5b647d2d5b0c8a3cf8d9c45d986d76818eb 100644 (file)
@@ -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 <ifunc-wcsrchr.h>
 #if HAVE_WCSRCHR_Z13
index 2de14609306cef15428af23249c7fd2b2025837e..1ccc39f2844f72c1e037bcff2dc2685227619855 100644 (file)
@@ -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 <ifunc-wcsrchr.h>
 
index c31c7e8a19f75b9bfa25844a6ce00df928d9c5ea..a364f5b023323aa769b66bdbf1465c19f4c72965 100644 (file)
@@ -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 <ifunc-wcsspn.h>
 
index 349c8e2224623ad7af23f643a1ce0dda3d364175..f8fd2afb02c79f917327b01ce4651c27eced8769 100644 (file)
@@ -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 <ifunc-wcsspn.h>
 #if HAVE_WCSSPN_Z13
index aa8d32c98cbc2308ebdf8fee3ac91f0678cc691b..c0d3aa6bdc7dc6c3588c093ef8841326de3997c8 100644 (file)
@@ -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 <ifunc-wcsspn.h>
 
index 4fc2fedaa7d68ccef586895bb11317196025df56..c9511845f90fa0c50b3145dc6815043989f2f227 100644 (file)
@@ -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 <ifunc-wmemchr.h>
 
index 226b0c41479f32036e57e9f89fcf6bf77404b8e0..f142ea3add4197eb1d2713aff7fb9de310409733 100644 (file)
@@ -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 <ifunc-wmemchr.h>
 #if HAVE_WMEMCHR_Z13
index a057ce0751633d5e9c7981bcc033f6ff70ad34e0..9d8c6287c6ba2d43059eec311c403b313da106e7 100644 (file)
@@ -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 <ifunc-wmemchr.h>
 
index 2c7fba707445533e8641022f25f3e1d2a40f2876..c6fbea589f80e4b6482db7f1eafd43b4373b9d40 100644 (file)
@@ -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 <ifunc-wmemcmp.h>
 
index 1baf9133c35e3ff38e2a71d96e2f62636aed3a23..292d881318dc0a50cb52141054bacd96226d2293 100644 (file)
@@ -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 <ifunc-wmemcmp.h>
 #if HAVE_WMEMCMP_Z13
index 2f619550a6c878d963749af94c05fcbc61013936..db2e044d073f861d193d7438fda9846cace8febe 100644 (file)
@@ -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 <ifunc-wmemcmp.h>
 
index 6425f0dd674b15a2d6167b604d16bb75837a303d..db6cb85c6003dec8783fcb1f484adc9e4a968d72 100644 (file)
@@ -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 <ifunc-wmemset.h>
 
index 66a202ee947d0b7796e057a95c359eca6ef34815..de3d95927b34d830680eacca75eaaebb56506809 100644 (file)
@@ -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 <ifunc-wmemset.h>
 #if HAVE_WMEMSET_Z13
index baff50546410584acd095f81cbe53b3782451305..7ee928afb656df374c83ea74bb11e3ae2b131b5d 100644 (file)
@@ -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 <ifunc-wmemset.h>
 
index 538fd0b7e7d321b6a4e4ba0678e2ff336f65224b..090459b8ef0710d1cf213fc376cda26c6f8a5288 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
        .section .rodata.str1.1,"aMS",@progbits,1
        .type   longjmp_msg,@object
index bb88d4502b7837d4f5b235cb95752edd7b406401..46dbe51b49eb144e8331f64e995bf9c88dc908af 100644 (file)
@@ -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 <sysdep.h>
 
index efaf33ceff01771239f3a087e986c30be3d08971..c56d68e1d0cf09b86d00f024c9a651fd4cc6ac7a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index cf0e076e16e1b6952e7ecdc014c54028e3b7a797..875dade56ddd8f94927bdc1d267814519e853aba 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index 6f86ef62d4af92f0111b324f46cf1cf77cd7f369..2371d530dda8093e34ea190dec7b30f1528e3614 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 the machine-dependent type `jmp_buf'.  SH version. */
 #ifndef _BITS_SETJMP_H
index e65d90f1bfe5e86b01e25647187900622500100f..25e0d2d4d640eb2922d7a39853464398b48d63dc 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 0)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index e724c015828ef58cd14a6830bddfd1a45a2b571f..72de2ddf1fcea9e813c730e75351098f921799bc 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 1)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index 611762c9ee30afc599000866b68ff3f5cbe6d2a9..845f63ce3a0a5ca8a1885c162c6f271fc4624d16 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index 75cc6c2389813c357e467721ef037d34d5da4173..425e61ca257a1b707cd2968feba730c3c9caef7f 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index 7fefd8cc6c9b90d407e5fc9afc3b8efbe31ac87d..469578e09086aacd64f4f1ddda4c9d8c8126e5a9 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index 347397227be399b62f54efa1bc1c8d284b7a9693..a92d4e8f90ea1fce7bf2ff9fb0bffa1a77ded874 100644 (file)
@@ -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/>.  */
 
 
 /* Type used for the representation of TLS information in the GOT.  */
index 92d2629aa6f9c424b4e45c8a7108c8f594984be3..6e74c68b56aec307dc1553d6f0ad74441d7811d0 100644 (file)
@@ -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 <sysdep.h>
 
index c3483182766df2e254ec1b69d0278c515c9534df..244d7276a428796e095a8741b252b04e581110e7 100644 (file)
@@ -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 _FPU_CONTROL_H
 #define _FPU_CONTROL_H
index c34ada0fca66c7d6ec0bb1862e98ae17197d839e..a12a2ecadc72635ffd20c2e4766fbc0c2af96a39 100644 (file)
@@ -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 DWARF_FRAME_REGISTERS 49
 
index 64e0e1d8038f8df85399d3da2fa7f558fb794a94..ba9d8c44c2214a933e7947f2954fdf088b65c0b4 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #define BITS_PER_MP_LIMB 32
 #define BYTES_PER_MP_LIMB 4
index f40ef46efc33a89001b19c3629434ab05102dabd..7ee56d7ccda92fd18dc6ac41142f2493aa51411c 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the 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 JB_SIZE                (4 * 15)
index bd156d4ae0d4fa93a7f5ba9da6c8a82f4c11ec38..14d5792f055fe99be4935f9176c8791ba1be6c01 100644 (file)
@@ -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 <setjmp.h>
 #include <stdint.h>
index 858a58e2abfa675a7691baf06f3fdcb5b6cfaca1..87a4f963f44e38d5d6c441d9f58e607482db3d8e 100644 (file)
@@ -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        _SH_LDSODEFS_H
 #define        _SH_LDSODEFS_H  1
index 56182de56c4cb038f6923a14fd84228edb7258bd..e088c3dc31a55127ccc6ec3d69d113ab1f59aa1c 100644 (file)
@@ -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 <csu/libc-tls.c>
 #include <dl-tls.h>
index 07079dcc273c327873a2d0578d9b7436119f664e..3a08a1998f88b3533b55cee7863f799b6628eff0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We must not pollute the global namespace.  */
 #define mcount_internal __mcount_internal
index 7c4433cec339bc2b6573f980c9031f6fe4415148..4113023c8b90b00c76a9b9ff5450f2c252cf5d54 100644 (file)
@@ -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 <sysdep.h>
 
index 83270ff0d42111c08984812037da0d412b19511a..ae881107f1fc378b8cab3f029f4b98fe03ac3e88 100644 (file)
@@ -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 <sysdep.h>
 
index 8454113440b1c2b0d48fdf0d7e21d00bb9f30b1f..7484801bf2305201119d85c380952445c82a084a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr asm ("r15"); stack_ptr; })
 
index 64d9d43b3a8d2c1ccbb263ea1e8ad3f52c5a8499..6c9485d989d7ecdb853f90b118cd2e7a93431acf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index 11af089f7b7f526f339353f4b8ab1351a3f7b8f9..a3dc40bbbc912f68603f05433a21f133594dd21d 100644 (file)
@@ -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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index 83d142ee4ddb4a4951249e09b7a7496725cab6ae..1ba613748968bba18f394e1b1036a01f4e207921 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Not needed.  pthread_spin_init is an alias for pthread_spin_unlock.  */
index d82f996630f91828ea903a68db94605a9f521a22..e03ff9a2f9e43cb1fcdec55ce6b5ba3001afbece 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "pthreadP.h"
 
index e9fc5d93fa6acb5fa2706d92b2f6db43af236896..beec2508481210796332a62bcecc7198f384f7cb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pthread-errnos.h>
 
index 7d873af7dc1994cab478675f8ce3043a63d531de..bbabb4a11d8ec5e32466ebc5a38a8a0a54ad1d7d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
        .globl  pthread_spin_unlock
        .type   pthread_spin_unlock,@function
index d72ed63315648deb8ce109673c724a91ed7e1a77..c543fd9c48591b445de5bba0de9e55b02cc8b624 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 5681792c16bf476812fa204a2b4cb337c7ba4e36..c3fe7f3506ac6a53a18207626efeb2572d4c6dc2 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H
index 5ff6d50f899a181756781f47df0e2910058331c0..5b3930124fe1f6f9eeb4ae5b39871b00aeb0e213 100644 (file)
@@ -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 <sysdep.h>
 #define _SETJMP_H
index 6d3eba4a4cd1adea263d290fd823ee54f3e9dab8..6a096c7d1f28ca3d4b8753b6a9790f9f0ea351f9 100644 (file)
@@ -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 <sysdep.h>
 #include <jmpbuf-offsets.h>
index d78e4872d633b3059cb2e1960bad04c22884e697..238d29d441e5631b85a379ed0bc361ab989b4714 100644 (file)
@@ -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 <sysdep.h>
 #define _SETJMP_H
index d1007fb97f2449c9a886a4894595840292ed3c96..c6f5dd045b780fc921d871e602323b2ecfe5c663 100644 (file)
@@ -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 <fpu_control.h>
index 3195bb184c7a5a8f6eb384e4c193872b90f2434f..6c4397626835ea3a8955bcccad92594d8505aea7 100644 (file)
@@ -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 <fpu_control.h>
index f9f36bb8911eab42417c4a2f9d484381469d12a3..fde838324a6f345d82811e5181523d362ca3a4e0 100644 (file)
@@ -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 <fpu_control.h>
index 5c802e20fb4ab50c9c4d645fef7b5f93ac048581..467581ab1d8a142ebd0e285f51bf4d1bf6dffcf8 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 66e8cb1d745dfd0fa8004e9a30d7c5955ee7cc65..2b28c203cda8075b2023e1d9858f8bb82cba2c5b 100644 (file)
@@ -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 <fpu_control.h>
index 995926a41b9e6c9761208cd7c1be6845c783df89..ab74908049705549a62cfe2c036f013f2a2c1489 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 0083f2b028aa7ef66785b757d727749a7aab430a..0579e68c41ef6574075aebba39d3860c4ec1508e 100644 (file)
@@ -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 <fpu_control.h>
index 38d2a15ae8844d646d537cc0aab9030e8b5b076d..e78391c3ce3f9b3ba1bcab8eba113cd9b4021b5a 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index bfc018ed1ea9b53afdca94ad56e9ceb736637839..56a98dde294396f3c0fa70aa1b9116b5d1d19144 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 2c21ee6d9288b84c51b61561bf99623300b3ad2c..66484e8cf4461e2891c6f15d10550a789bfc2e54 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 18618898ca09204d63c7810222fee217759d1a5e..6dc8f86b57cc7964e04f9f88dc1ccca66de18088 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index fc5f9a7464b98c8202877af1eb3bba5785a18f2b..e9cb456c2753897a7b318c116a300a48eaa88114 100644 (file)
@@ -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 <fpu_control.h>
index 21019b8814eb2d474efcb5f3114630dfa29f12e7..21234829eb5399ae4fd26d21a9544f48ae5ef830 100644 (file)
@@ -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 <fpu_control.h>
index a649d245505250298be237a07a265e81998f48a3..1fe67c23dc279e6895e882295f19ac5e9247fd28 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 803efb8322c08aec3873b31d882091ee1ea11d8c..07a7fa5298c63cfca3cc1146c869340d46777e22 100644 (file)
@@ -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 <float.h>
index 57b05b45d4d09ccfb9ac891e246bc65c1ee166b3..4066038d883ce5ce9b8be718081cc7f428067504 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index a5319f0b17d174db56885f87335c2c10a2730025..fe349df394d8554dae8d83e4d9bb7f63b7b726d6 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 26d82f8bca0ace2f8ac2f9d6e51030f91c4d0109..dbc1824f78ed65902946e2bc6d7cbf6318253295 100644 (file)
@@ -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 <sysdep.h>
 #include <jmpbuf-offsets.h>
index a3adfd68c7e3b3e6f1704e086c0646d2b094bd81..6f63f32787fad181305422d773aef1735bd22a92 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define HAVE_ARCH_PLTENTER
 #define HAVE_ARCH_PLTEXIT
index 761af3a2f321e31e8e2fb1ba9916fb61f9d6673f..e07db435b13bf7e8b72ee7d7b2c4094c68d8db61 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index d3ef53a63be5b0e0260440859859ea4c66dc7e18..b86d0f286159f6e084dcfe4081a251bc110d5507 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the 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 is the canonical entry point, usually the first thing in the text
    segment.
index 429b9ee44fd338d2b17cdbf668d8509660d8a368..40f0f374b88ea5436ae0e7dfd55980fee0798615 100644 (file)
@@ -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 <sysdep.h>
 
index 51700d61ce17a10cfc82c2760a93acb3e24f83f0..2f109b241efe7967e2d41c95ff2193b770e7680d 100644 (file)
@@ -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 <sysdeps/generic/sysdep.h>
 
index 574f860f71d85d610bbab74eec2a9afea9c0943b..aacab9f4430e581e2a2f81f14df03603b48e344a 100644 (file)
@@ -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/>.  */
 
 #define pltenter la_sh_gnu_pltenter
 #define pltexit la_sh_gnu_pltexit
index 03e0c2cb5eb29b7269b3b1710d97942649d90b59..95e52ef7e0da8b825c0d86c8499ffede5db7afd1 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <execinfo.h>
 #include <stddef.h>
index 5f53db290b6439289129f1d5b15dd91767d1a178..1233bcb50e888cda306f6252834482795436bc4f 100644 (file)
@@ -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/>.  */
 
 #if !defined(_SYS_AUXV_H) && !defined(_SYSDEPS_SYSDEP_H)
 # error "Never include <bits/hwcap.h> directly; use <sys/auxv.h> instead."
index 3f557859882132cad24a2e1cf1e9d5717d550ca0..5c9c292e7d704bdc6603e03a244dd54f04bfcc14 100644 (file)
@@ -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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index 3211d4c34a83fb3eee48ac6ece41b1ce9926fd67..0881b2e9da2cb13f62d9e6aeac6ac13a1b976857 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index 31191dfcecf490a8be124bda00bb5f120db5e4dc..d92e9e2ede8160bf57ad2b67bd3f64c6822f6ec0 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index 280ff03e582bf14b94c0c1658f1634a537bf0acf..a8f3140f32a3f7700e3c442ae4fe756594330a9b 100644 (file)
@@ -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/>.  */
 
 /* Number of extra dynamic section entries for this architecture.  By
    default there are none.  */
index 39fcbf473385fd845e13dd84d171c1861a1fca47..afeaf5eeb025e8b4e68eaf13cb0c11f2fa9c8b70 100644 (file)
@@ -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 information must be kept in sync with the _DL_HWCAP_COUNT
    definition in procinfo.h.
index 64ee267fc7f28e16d14e6af3970be5cc9e7f14e1..92c431af160e6b4ddc70fcc4c083f613c7e787e0 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_PROCINFO_H
 #define _DL_PROCINFO_H 1
index 1d5e0eb7fd388b071fd2805c0fc812edca45f6c0..2e58b3f1c087050b379dfee9c281f8b10eaaa5b9 100644 (file)
@@ -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_next <dl-sysdep.h>
 
index ec0b3d7b1db1b58afb89064301883fcb88de2d3f..c9119dce76414dbdee60eff1a98f9123244130ec 100644 (file)
@@ -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/>.  */
 
 
 /* Type used for the representation of TLS information in the GOT.  */
index 413728115dfd46f1a47fc1cb70a7fb80d9d3e550..479d61b52148154e18d82e8ecdd89650e8cdaaa0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index 43657aea08cf43eceb5f1e73f0c1f709c4944e0e..e8b9c0848a533d01badbe8a9388878d9c614020a 100644 (file)
@@ -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 <fenv.h>
 #include <shlib-compat.h>
index b91d02de334236de4f3a363d1dbd5217a116e634..136fa7e233ba2e78b2a3844d18dbeaae621fc5ad 100644 (file)
@@ -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>
 
index ab1acb0e11a5ed00d4de936399130fab744648d2..76e6ca02fafeda5cee6a1006c18e6df1847b0144 100644 (file)
@@ -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>
 
index 916e097e509b0a83c57a8d8f9dbb285bc2324987..37bf3d222bcd574dd703112ee5e2de3291fad81f 100644 (file)
@@ -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 <fenv.h>
 #include <shlib-compat.h>
index e497e634a8cc68afab88e4c90d8e69b1f207f7c1..be20e0c4a4e324244b68a985637d57cda248a466 100644 (file)
@@ -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>
 
index 2a7e3d8767b8c7a5546bc0c1c88dfdd968670e2a..722f604fd5389cfeda907c3a3e118368c3c24338 100644 (file)
@@ -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 <fenv.h>
 
index 83c41d72aac1fb333c23adc08eeabdc66353f724..cff44b199e88abca751b83b6578049670e5ae94b 100644 (file)
@@ -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 <fenv.h>
 
index f3732e1ffc9e8f300e395552eee6e1d23f9a4976..7f5806dc47d177c59ea67b733c9423be88cb6309 100644 (file)
@@ -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 <fenv.h>
 
index b51a20d16ade8d0ff454d65679a5a71dd48c7af4..f159166040e55978c163e412e55ad36b72fd97cc 100644 (file)
@@ -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 <fenv.h>
 #include <shlib-compat.h>
index 758098487d9f8ece5ecebef750cd55d9ed5c7f1d..a778a70e3bcebb2e1d4865b8c4f1988241c6d878 100644 (file)
@@ -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 <fenv.h>
 
index 87fbb0e06abd8ed80688affd2445044d41a56276..a6c86d3da4ce096ed895fa6e1d5d21fbe28eedca 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 000ab80eb74831d2a24566df0051891d85b3355f..60c1a7d4af7d3008b076dec40722999c41102b1c 100644 (file)
@@ -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 <fenv.h>
 
index 4335533b45e8c7e68b66fb1324cf884acf454164..5e26acb94bda3b9ebcb2b0852f59401fe5784487 100644 (file)
@@ -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 <fenv.h>
 #include <shlib-compat.h>
index 07c649c9c1613fedc6704b8cd65c899222883dd5..c0badb334f7cdc9a0f2e39b75eca43ddc7da8249 100644 (file)
@@ -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 <fenv.h>
 #include <shlib-compat.h>
index d26c8268c70c4cde1272b8b20afdb7905d354d27..af29e782c046d6b51aa60a3ec547c19895cf1c9f 100644 (file)
@@ -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/>.  */
 
 #ifndef _FPU_CONTROL_H
 #define _FPU_CONTROL_H 1
index eb83804306ae5329408df2ff6e1401792b13a433..79c028ecc9c3d9a172718574f808532866bee5f2 100644 (file)
@@ -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 <fenv.h>
 #include <float.h>
index c58aa3f06927abeb1084c2ffc8c51ae580288bb7..63cef78b0a2e1529990a50045ff4cc0849d37376 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 1ee01b79f0191538b2a28e8ea0cacf0f31d0f3d2..c7654658d4cd17e3c27b042f19a4e2c9cdc5fb9f 100644 (file)
@@ -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 <fenv.h>
 
index 97c3a819f21bffe3a70efd4be3f12ddfeb55cc0e..a5cfd3a12ef08148954ab9b456abcb2509fb01d8 100644 (file)
@@ -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 FIRST_PSEUDO_REGISTER 101
 
index effa33aa9ba23b2f3791b606db88ebe511c18754..88e559cca1e1e2ff975e93ede8bdfa2fd6408ad9 100644 (file)
@@ -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        _SPARC_LDSODEFS_H
 #define        _SPARC_LDSODEFS_H       1
index 7ada55e9630588a5e3ee58ce56c3f56734fdb20d..9c6f7ee8108892f6a107bae8535edc33e5156784 100644 (file)
@@ -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 <sysdep.h>
 
index 7a308fef672c2d16aad2e956a0b185e9be49ea8f..2fcd0d1eae6c6548a98c9de29f5b3e6c20810209 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr asm ("%sp"); stack_ptr; })
 
index d632a0c5c7c96484bd4fe458b9e6cdd67a8ec501..c5c0563c58d948e54ed4bad42b2684a382064a68 100644 (file)
@@ -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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index 8672ea4559f80ab8c207e0c66fc9c853ec496486..ae01fa0af52ecf6c9f2a1888633e72dcf5691e44 100644 (file)
@@ -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/>.  */
 
 #ifndef _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index cf7780d09d86906a2f5ad436f5c8b614087aa2ce..57766943ebcfaf3c622114e525183a4c59cecc9e 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H
index e2fa4949bbfbd4bdd03b3a583ccf79037dc1a676..ccefe160551282f315e0ec9fd609b05635dd2558 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 98b8893f51a4402e0de58da85c0db79fbdc6ec4d..eaace1b8b5a37892a5662a6dbbd742cdb7d71b9c 100644 (file)
@@ -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 <sysdep.h>
 
index 4de0707e2f7a762cacfc35c97afa74aa889f6d41..fe40f5cbbe28f5e554f1467720d2c725e18417dd 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),gnulib)
 sysdep_routines = dotmul umul $(divrem) alloca
index bcfb587acbafef5d3fccf0291e32fd9e72cb8df6..934321fced80a0a3d3174b9a061aa87c25f1b111 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 232cdddf157936a29e65941d296288a3d45c5103..ac1fbff8d7eb5af2d8e32511d1a6bc3a8568d3ef 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public License
 ! along with the GNU MP Library; see the file COPYING.LIB.  If not,
-! see <http://www.gnu.org/licenses/>.
+! see <https://www.gnu.org/licenses/>.
 
 
 ! INPUT PARAMETERS
index 2598c2639f693c82f0a6800c9552b24e3732403f..1028f19b5428c9f1416ad9cc5550b12b2a5c1c7b 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public License
 ! along with the GNU MP Library; see the file COPYING.LIB.  If not,
-! see <http://www.gnu.org/licenses/>.
+! see <https://www.gnu.org/licenses/>.
 
 
 ! INPUT PARAMETERS
index 579a3ef70c459c114774fd5d333f7605bc135852..e0a19c5cb76189a983517d165da3bdeab5633ff2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index e0f770cd24d034e0e39f4291f317806c0862afb1..d82a4f4ecc10e93445d25440439156454ecbac8e 100644 (file)
@@ -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/>.  */
 
 #ifndef _ATOMIC_MACHINE_H
 #define _ATOMIC_MACHINE_H      1
index c398847405ad3d29937de34cd966f07d9372e8b2..b916b464b8a0e4e4c20e039ca216f6159e567ef9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 the machine-dependent type `jmp_buf'.  SPARC version.  */
 
index cc3e49bf184e0f6fc5f42d23abe2db8ecd8ece45..1221a056e9fc43e601cebc542c7685f78e93e9db 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_IREL_H
 #define _DL_IREL_H
index d4950b7b29999fd56ad034e3b4a0b68667f94c4b..1d8da32c47388f79be2c0131db6a13e87e492b94 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index cf98ac49e7d3d6a9d942689f232df31f1cafa2a5..1786e59ac2e6cdbe1df3f1c46e92395460a3ec6f 100644 (file)
@@ -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 _DL_PLT_H
 #define _DL_PLT_H
index 9488a83b3f3dde28214a30d8e6fa922ef48f8640..a3d2c6fe66e614ed9d0c34f8cf92d27d0197d6db 100644 (file)
@@ -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 <sysdep.h>
 
index 00369dcb61a969aa25c8fa7aff5ba09b1184547c..2441b6c0f9a1537354a5ad02285412e17f164e38 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <math.h>
index 3b21394edbd0a67595a66e4a861906a277268b6a..268a405492edbec1a0d7e4092c46eb824c569356 100644 (file)
@@ -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 <math.h>
 
index d9bf9850028eeb2dedec85b32a9cc9b93d78f88c..524c05c778b1101bcff17f91a8d4b8a603cba41b 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index 60c20c852ea0ef7e64896be2975fb027d56f273a..ff15e4e9c5f6539e18bbf96ff4d9f2379e112af2 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 9fda5ed0bed9d7bad5f9f172c609eb36a6f97bc8..71538cd65e3a0c0c63cb9c74d0a0d365af3eaba8 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index 87f04e89c4b5eeddd19c9071da0cdadb771547e4..8248b11922592dd0b4800e249ee462a3d0d34c54 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 5c1ab95fc22a484f48ca7eee82d46b4336f41d03..846e6fbeb78e69dcf7d12954ed84f8a26ed46e31 100644 (file)
@@ -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 <sysdep.h>
 
index 6df47368065739fe78eec58ce7d6f61dd0d33975..01c17a5641ca88d5b709f337ebdb6fe2e868d8c8 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index 0f206db928d945a0a30307b68531f2237717ea17..87dc1d781dcf2089088832e0e9b6e2dbdb9defa4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _IEEE754_H
 
index 386f12806323b7dbf7f0ebcec4fccd6d2e272ed0..0f3965ca51ae213f6cfef47d1039581b096c1b86 100644 (file)
@@ -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 JB_SP  0
 #define JB_FP  1
index d88ef5cef7940fc91063549f06e2c79ee14b9194..6b93e99c1946c366a5063ef795d06b934ae41e27 100644 (file)
@@ -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 <setjmp.h>
 #include <jmpbuf-offsets.h>
index b0c5a6ddf648407e29eeaa6ae8180438bc0c94f1..25f3e6b1a0e848a43e2764ec316d1023143175fa 100644 (file)
@@ -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 <sysdep.h>
index 47ba061b04457733a825c765e9ec27293066ddc7..3d2c26dba299b094be691bef1717f823633b39ed 100644 (file)
@@ -16,7 +16,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public License
 ! along with the GNU MP Library; see the file COPYING.LIB.  If not,
-! see <http://www.gnu.org/licenses/>.
+! see <https://www.gnu.org/licenses/>.
 
 
 ! INPUT PARAMETERS
index 8ff769ae8819605b6c70bae950bbbc5ed4475724..6261e95d16ce0a647fe1542b946be5d4a6076a64 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 627d988ba10b1fb31ab7c83ba4df1cf631a676ed..8684c84440ff38bf76d12bbc86d309fd007d6fd6 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 2ff4e9e1d80e60a41dddb03eba2fc0f289a400ef..e91785529f14e4dcdfc6d49dbf31c50e4874bbe6 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index f79c9322ae210d3d68179b901781f694064b53c5..acce57ec1244b5ba947cd608c603e56c4db4471f 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public License
 ! along with the GNU MP Library; see the file COPYING.LIB.  If not,
-! see <http://www.gnu.org/licenses/>.
+! see <https://www.gnu.org/licenses/>.
 
 
 ! INPUT PARAMETERS
index 66bb92d2af4140ab3ea70152a4363e21740a8ad2..d8d887a36fe8c45e4ab266f0f1f979d7545a8c92 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index aa460370cc1d6f6a2ab92587516ca6ac0e5b9679..0f63a82b1facdde80503b7cf2eaaa826880980b7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <pthread-errnos.h>
index a1e7d5d60fefdd72812b5a3966e4a63d16bf1460..b4bca920a512dd3c8395f4c4cef3834baa1ef789 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)
index 4dcc18069dd437a4361d1bdf7102795627dd3669..beaad121c0b95bd27d531356050b4ae5792f46ac 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index af725a374a14eae46db2e227ed9fb9923a675847..866be9164a549ee325bd62e132b42f026f0d78d4 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 3435c7f48daf80d8d423ea80f41bf6f3186803a7..f935eb1c2925090054c558b81715a2e787e919cf 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index e8ba739ea763a7234d1e9be1cb3c05ddf8563790..7979b64bf59caa208bcc84775463654319f7f4aa 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 53f833dbb8aabe9cdcd0ddcdcc2d608f7dd8d5ce..94cc45f92555d15d32981f69044e0997025771ee 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index f0ef9b7f1916f777066362cd0e0b052ebb2cc938..d6b7573cd771744838003e2734fdf34e0a2cfa47 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 36d83f8ba23b6f608d5340dae49b02d12c4f132f..a1687b48d11d09a4b68eb4d4563ee7fe5c8ae10d 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 4c4ca78c8483d7a706703586c5968b1faf2c36cf..ed8f8a59dd7a6ac3143ce09d9b8deb70858496f8 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 5f43386604eae31d1973c6d89e1a42a1a67de1a7..037b1f444cfde1429850afa595434391202f3712 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index d8a3eab6b42a6018a16dd40099931caa8b5a1560..b707169c5e7769984df44bcf0e7fef47dca2481a 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 339fd38f89454117eefd718bde1b299ab23c6c81..8d1d4a384948173bcb15979fbbf1ccd41cb6c385 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 04e69a44f039af8fe0433e15c5dc45807bad7550..9b639b06991e96772e3c5043b85b8b9c040fe5a8 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_NO_EXCEPTIONS
 #include "soft-fp.h"
index c4f2b5987fed23aff82f8e11de227e9fde5d7f0f..35c80059494568801fc1bda0fbf2024f5685e6fa 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_NO_EXCEPTIONS
 #include "soft-fp.h"
index 17e35a6f9064a527002deb65ab2e0de62666698a..216da468b9846e58b38963b7631115e03e4b57c2 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index f02ee13cb670bc81853114152db5c9aeb711b5b2..e14be971e92313f1f7c4fd61e3ee770f5228a4b2 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index fe644672ad6c23233ebe0897fca4dd53efa2e008..60ab0acc5cc9941ed3ce2d0d6932d54e25245871 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index eb14990ad1696492d076301ead1cc53d623b3e8a..b3456c852a316240214f0b806f2a211b91ac5f26 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_ROUNDMODE FP_RND_ZERO
 #include "soft-fp.h"
index ecb7ab7be66c2b4892335a6a500a37b53c5c6410..d9d31f8a96a77ebab9656e18e6095867b9311ce5 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_ROUNDMODE FP_RND_ZERO
 #include "soft-fp.h"
index 36dc247631b954fc33f686fb4820ee435d1b7e9a..917b7f154f1415082821608ed778883cc4c8fecb 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index a5872289b2196c0bad76b4825b0922860b5de97e..51745b345a44b41cbf0cad60acd71cd924faeeca 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_ROUNDMODE FP_RND_ZERO
 #include "soft-fp.h"
index 6043f15179d2491b728cb7905c04119cb8b1332e..ff8a168130986d9ea2a5ef4c3d539724dbddc24c 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_ROUNDMODE FP_RND_ZERO
 #include "soft-fp.h"
index 4e9580f7398e4896f17133f08f3c2e6810de7610..ad41bfa5ff9fb78a55d0651f7282c4e913c5882a 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 6cd8704ce594ba5fea60ac014dca4559e308a88c..9ab0ea83fed510bb9fb11685ccc6918b4ca94c13 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index 89e37fe7d192860a99240e59b4fab309a8792f14..37b1735aec772cca5a47ed45184c46f10e2066bc 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index d586c16b8041cc6896c50ffae2379b41ec670d8d..8b51668d85fae00a91b0506e23d56693c5d201bd 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_NO_EXCEPTIONS
 #include "soft-fp.h"
index d4f5f76c52ca138bd63c714ecd14559e950fee07..342945e8aa71edbce740ff89eb757ead8726eb1e 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <float.h>
 #include <math.h>
index adf1503619b1bec60718a45c94f69e03ca57c8af..0f6554d82b92919f21b69302b793e94c128f6e7e 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_NO_EXCEPTIONS
 #include "soft-fp.h"
index 6233a544d9348e6e28de00526b19c8632385b10e..6487ddf1ac1bc63b0223a4cdbcb78c01421cfcd8 100644 (file)
@@ -16,7 +16,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public License
 ! along with the GNU MP Library; see the file COPYING.LIB.  If not,
-! see <http://www.gnu.org/licenses/>.
+! see <https://www.gnu.org/licenses/>.
 
 
 ! INPUT PARAMETERS
index 61b492300d2dcc426a1b0b3eca10cac9516a0a4c..5389725f830084fb27b3f8c2fa930c9286820364 100644 (file)
@@ -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 <atomic.h>
 #include <errno.h>
index c87c82a4afc8e76fe58f2100cd21f19adb721f9a..907101bb06bda4298fdc6602f2dc884897de0a17 100644 (file)
@@ -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 <sysdep.h>
index bbd10097f1145f470f0419345f1331a4497fd671..8bf508dfbe39ba43d65e275e3221fcc68a94d59a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <sys/trap.h>
index af7f0ca08e1a7ed0760c0be5834073e1771038a6..e41ddb3d4b55bc260d71b76b3c7749a87078ddde 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <fpu_control.h>
 #include <stdlib.h>
index b9e6a3af9452ca1122032be8f7abcd8d05e292c9..4708393aa58a967c16c9ce18759da79d2383150f 100644 (file)
@@ -17,7 +17,7 @@
 
 ! You should have received a copy of the GNU Lesser General Public License
 ! along with the GNU MP Library; see the file COPYING.LIB.  If not,
-! see <http://www.gnu.org/licenses/>.
+! see <https://www.gnu.org/licenses/>.
 
 
 ! INPUT PARAMETERS
index 9b2e1fe4fb917328c21339c05ca2e640dd0841e1..86619c71d6007418fb1668a5c5d300cc58e95d2d 100644 (file)
@@ -17,7 +17,7 @@
 
 ! You should have received a copy of the GNU Lesser General Public License
 ! along with the GNU MP Library; see the file COPYING.LIB.  If not,
-! see <http://www.gnu.org/licenses/>.
+! see <https://www.gnu.org/licenses/>.
 
 
 ! INPUT PARAMETERS
index d0dba9df5ef27a46084bd0062ffddb813e880cef..11eef0530056286923ee87f124eb18aee4de5170 100644 (file)
@@ -17,7 +17,7 @@
 
 ! You should have received a copy of the GNU Lesser General Public License
 ! along with the GNU MP Library; see the file COPYING.LIB.  If not,
-! see <http://www.gnu.org/licenses/>.
+! see <https://www.gnu.org/licenses/>.
 
 
 ! INPUT PARAMETERS
index 384a67a746fcf95a23bde47ea5b75d9d7e8062f4..347c35a030ecf7d3a207cfec6d268fb91f45b82c 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public
 ! License along with the GNU C Library; if not, see
-! <http://www.gnu.org/licenses/>.
+! <https://www.gnu.org/licenses/>.
 
 #include <sysdep.h>
 
index 31628f30cb999eb959db080adc3e1b0f2e0c9098..8d64f0729aeb7fc268102a2cbad224f9a976ed0f 100644 (file)
@@ -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 <stdint.h>
 
index de02839bb2ca181f780c84d17ff10a8e7e5b3f55..02fe47f39af3429f24494711a1189f0b1ee1d920 100644 (file)
@@ -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 <sysdep.h>
 
index af73d1f1216b79554e122412da970f239c9547e9..3ce6a41abdf2051ca2fa582b00639d88269a6e3a 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #define __copysign __redirect_copysign
index 86cde19f7cce3734eeae6eee07bcb5314e3e322e..481d31df70bc7ee0897ef6bccb158ef0e08792b0 100644 (file)
@@ -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 <sysdep.h>
 
index 7202a7280f2abb3c450d2d66fd2a75d38d778409..2c9b7fb199b9591932a5e353ca7579440074ed58 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 888c801b8aedbabacc02639b58653cdad9d7fe2d..9387060d9758612d697c956fca5280e5179406ef 100644 (file)
@@ -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 <sysdep.h>
 
index 17c84896782fcbd7504f195abe3fce32adf6926b..f36e780fdfbf6767d69f87e50e996bf068dff390 100644 (file)
@@ -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 __fabs __redirect_fabs
 #include <math.h>
index 229e8379df939abe1458d33601ead5848b7fe1d8..72b8375fb858769cdd0af269acfd55b334fd2f62 100644 (file)
@@ -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 <sysdep.h>
 
index 394628ab4037a8814dc97b60fd1ba6b64946f6f5..661e4add8609ed5f8b9b2218eb6d8c676317851f 100644 (file)
@@ -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 <math.h>
 #include <sparc-ifunc.h>
index 4fd8b7d1abea6d298a714fbce65f851bd29fb238..a5afe0951e7ca6521bd7893b41cda56b46c5b31e 100644 (file)
@@ -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 <math.h>
 
index 8da329b70b1bce279a0a5e599c987db881f1cf53..25757137655a58342c27475cc20740ae68507e29 100644 (file)
@@ -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 <math_ldbl_opt.h>
 #include <first-versions.h>
index e5bc01aefd5ce3a9e61a6c8cf43da149d6031d1b..d90feba6de90c127291150fbada093a8912c3dcc 100644 (file)
@@ -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 <math.h>
 
index 476500d940a3f8ed0932037c3fa40e315bc1c1e1..ee79864e3ffd68cd632756706150db3ba017e260 100644 (file)
@@ -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 <sparc-ifunc.h>
 #include <math.h>
index e682bd9b70cadb808d105f2916acde27da4aa330..b51c6d7bf4da3c7ec9062939cdedcbdfdd2c8b88 100644 (file)
@@ -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 <sysdep.h>
 
index 7267270a90769cc814384dc656899fcee1f7dcf4..6b2e9846eb16bc7b31732d4714d3c700160f7c37 100644 (file)
@@ -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 <sysdep.h>
 
index 3535c7b4f66c265ad5304b3f44f75bbfbc477bf7..74604898cb5a72b6018bfd823c4c047dfa8259ed 100644 (file)
@@ -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 <sysdep.h>
 
index 351d11074af4c869173d064b238e0bb016807c76..36149fd38bbcbb33ada8db6d07d60d4964dd6055 100644 (file)
@@ -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 __llrint __redirect_llrint
 #include <math.h>
index bba18c4e34964f55880977e757fe87d3de6ca2ea..c8a2d40cae75a5c8dc1310a89243b9cd968cab67 100644 (file)
@@ -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 <sysdep.h>
 
index 8192f197671ae5f315b2d57d83075d476a8f435d..44d20353f92ef84c251a8f7bb5fad5653d7e4e2d 100644 (file)
@@ -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 <math.h>
 #include <sparc-ifunc.h>
index 9c0e7942e74aae0aa8bf9aa225ccb400f0841fe6..ff42125aa3db847874757cbd3044714aa3f574fa 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <math_ldbl_opt.h>
index 77be77218c059b4460767df97ab8a0f3874b2f7c..444ec78dd6fc1f287e715b2900e9f243cedd9f44 100644 (file)
@@ -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 __nearbyint __redirect_nearbyint
 #include <math.h>
index e500f6cce05312d73ef8b4901cec72207e81c30f..d721595115170173a908efe1c1294993ce9e6918 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index c770f75a6eae2d0dd0930083cc49d12efa54b4b8..fe87123d604e857b3f9cf4cf37ee6c6f51ffc618 100644 (file)
@@ -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 <math.h>
 #include <sparc-ifunc.h>
index eddeb2fb38f295df5c2180532814e624c9884cd4..dcb1342667867c51983965b30b86a7b39ac97805 100644 (file)
@@ -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 <sysdep.h>
 
index 7d6e988e2655f059d0950b18520725304fe98e7f..70664ab727cd5ab63152df58b9b5a0841e153400 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #define __rint __redirect_rint
index c468dd894209fe4f64bc18cd2d8d23c7c579dfc7..917731d7c54c499bd447356cc13ddc54672a8c27 100644 (file)
@@ -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 <sysdep.h>
 
index a63f3974efdb07719c88fedf427fe5095c124b0c..0dc45e51814620cd634c05b0d420de92615418d6 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index db630f3c1cf9dec57bf669cd901de11723f2b355..8abe0e83be3bd4d8ae1130906976925fa0dd6dd1 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index 94687616e83c32bc3292c4d36d702b6838d1f334..cc55d726845e691b966fc53870dfcf7425ad6bf0 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index cd89d3a442a3e74ee38ab6607bef0b219a1ad095..24ad1ecd07dc69d4481985f3fc71d744b7845e67 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index 46d484b7cf26fa74baf29624facd9039f659fcbb..a5be9b7f89429e01b7089eb30bd78a509a9f39d5 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 74faac185d4b93c14ed7e460b31bcee174bfb914..62534a84cff8876fbb9f2f0f5faf8be80c56b28a 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index e6e60d721632730627d536d868c08452f5189bb8..bf71426d2cdae80ac5bde8c3bc09afc275b00673 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <math_ldbl_opt.h>
index dfc031c2a871384fc3f229dca1504568c49b4b4c..96028c22d31c02f65fa19c93d70bd3c01253df45 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <libm-alias-float.h>
index 88f8e6f92b7d7f7838c453d9a9c758a5b7b771ba..a2de4c7dacff9f3258f1c3dd8fd473e48fffb87d 100644 (file)
@@ -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 <sysdep.h>
 #include <math_ldbl_opt.h>
index a46e51c20a935048aba345c3f81f6b4897ae617e..a4264fdab3e3c8fa95648d94a7be45c234bf27ed 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 3270c5b40a17c4af5e4c3d9c1f5b028a9a7a8a62..861d30ad6f56b8802d54a65bca7be2f37353ab42 100644 (file)
@@ -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/>.  */
 
 #ifndef _HP_TIMING_H
 #define _HP_TIMING_H   1
index 6a27b495d775ce07b9c8d408cfc66a034bb4272d..c37a817661adca748936674e914957cb6ebf803d 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public
 ! License along with the GNU C Library; if not, see
-! <http://www.gnu.org/licenses/>.
+! <https://www.gnu.org/licenses/>.
 
 #include <sysdep.h>
 
index 0d39857eb8f9e29d58acd04fe2579c7dd668dd94..53c674c4310d62b5ebcc74c17707dcac82c0d814 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <sysdep.h>
index e13a6039bf9c62c54724de92881f7af4509e77e4..d02c2b2d4edf64340fa1235636f397162069ad4c 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <sysdep.h>
index b96e727d2c7956c0f10ec01a99672f1b51db8276..0b77614e0eb5bc10f008bb6f7d905c8cbe3ba62e 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public
 ! License along with the GNU C Library; if not, see
-! <http://www.gnu.org/licenses/>.
+! <https://www.gnu.org/licenses/>.
 
 #include <sysdep.h>
 
index 7372d1a0246f899849e718c71bfda9bb5364d169..2b6c41b7beb9f21edb2a8110d165bcca3cecd950 100644 (file)
@@ -32,7 +32,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 578c38ed16d621b7696a43d62ce17f64e08f23b0..dae909809ea9ac740ba1f1ee2d494ec0ac3d2890 100644 (file)
@@ -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 <sysdep.h>
 
index dcd660788ce4b8f24226d1b626ca870bf39a5d25..bdaa8c2b2bba0cf9491b2336dd9b9218afdb471f 100644 (file)
@@ -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 <sysdep.h>
 
index e3567aba82a087b17fd8422e34c1c4a28797a0cd..f4cce8ffc17fe6bb1cc1840ffe52eaaa646a9841 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 4348d02317407ad03647a4cc50a70272af6d350d..8c2da5575cf90b1078625baf876bcee315737f6b 100644 (file)
@@ -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 <sysdep.h>
 
index eaa0064a2e5d8096b3515d5b5afa097e8e019428..6a19b74dff4d120bdd3908c7cbb94f6b9e9eeb01 100644 (file)
@@ -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 <sysdep.h>
 
index f294c27eb8a8d201a21f1b93d8db067bbae428ef..75f1ecd54515f51022b89936627f5e5c4ea21fd0 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 29d15a9a1e4fe60788154d72ae3c2a677f8c1e05..827e80b55ea22e3d9609b848d8f7bfd5381ac289 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public License
 ! along with the GNU MP Library; see the file COPYING.LIB.  If not,
-! see <http://www.gnu.org/licenses/>.
+! see <https://www.gnu.org/licenses/>.
 
 
 ! INPUT PARAMETERS
index b539d92599037bda205e9b016c85b58810ba140d..920422adf1c8a9d3b7429f41cb4e99b3efae6cc1 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public License
 ! along with the GNU MP Library; see the file COPYING.LIB.  If not,
-! see <http://www.gnu.org/licenses/>.
+! see <https://www.gnu.org/licenses/>.
 
 
 ! INPUT PARAMETERS
index ec4e61f4b3e0b7f1e007ecded278db14c38c4f83..feb34d98dd7bc51bed445d63d0394f76780822c8 100644 (file)
@@ -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/>.  */
 
 #define pltenter la_sparc32_gnu_pltenter
 #define pltexit la_sparc32_gnu_pltexit
index 0f5563aae9a64e50aededeecc12e33d5ad8ee1e1..7ed4c357bc81c3bce7db8d65efdd11f4e02b1823 100644 (file)
@@ -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/>.
 
 sysdep-CFLAGS += -Wa,-Av9a -mvis
 
index 9cd601746dda8b2645cdffc5c6154bca78eebf87..799ebe3625674d63890e9c37f3c6c76919d7cf6b 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 
 #include <sysdep.h>
index 0c649010d6d36257937aefc1a1da61424ab4b1c5..92e63e390029b62b805184dce259284876fd3bd3 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 3c28eadaa9707dbbb6213bb79790715d9ec33ada..b313bcb57bb384945c4e2f5e5603bd099391b57f 100644 (file)
@@ -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 <sysdep.h>
 
index 8a0a731a2b9d241f5d49f6c6bf513f6bdc199652..4e1fc04eca39f2fdbea13f5e61c3f679998e3368 100644 (file)
@@ -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 <stdint.h>
 
index 593671cf14861bc12bf2f4606e87deb554245ba2..b86afdec2cb1d9d58da8966cac2345c2aaae3388 100644 (file)
@@ -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 <sparc-ifunc.h>
 
index 05b12fca32410227f42ad2760a716c5cc56d6800..f0aa8008f2e90b3b40ea7bb1f1eeae93f8758611 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_IREL_H
 #define _DL_IREL_H
index 4a9f6f59d53c4a10a240f8968456c893a01b8e0e..ce1261d2a020caffa0e148656a4040b1d23d0952 100644 (file)
@@ -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 dl_machine_h
 #define dl_machine_h
index 645902fa1823fea04fabbbd19839b5f6d1ce8810..9d88f84a32968eae02e3476e9a8317293b194b57 100644 (file)
@@ -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 _DL_PLT_H
 #define _DL_PLT_H
index 84fd02ef20c40b4cbf50307405de2006f4f814d4..b415953aa9378ec1e7508121c4155fd5008f3f95 100644 (file)
@@ -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 <sysdep.h>
 
index 7742770148a5d255dcc75beda183d466d0641a57..22b62b281ce013877a06734f9477fac5767b20f0 100644 (file)
@@ -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 <math.h>
 
index 77770fbed6d4c5d6d88a6dd67310c10b98a658cd..9c17809da4f774e3e6eaf004d67548d1c21e830b 100644 (file)
@@ -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 <math.h>
 
index 102d992978e6b4c49df728a3397a7a00b336e354..3e006375769fb62069372dfdccc5ccca794e440d 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <sparc-ifunc.h>
index 9ba603d6fc1d1a705fd7c2130ae21b382b99443d..a609d14daf1ad3e26ef1924a1a1b3fe26e896880 100644 (file)
@@ -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 <math.h>
 
index 46cc9ad8cc5cc87de90bfdbf4fb1dcb2fc4eab50..fc941a670dd1908067a9d151c5df1c916c35ac10 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <sparc-ifunc.h>
index 759c63b8d13b537560a1253f9a0178c7d2fb3f56..c2b12da396a87023b30aebb30bbc95bcfb853b04 100644 (file)
@@ -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 <sysdep.h>
 
index 6d2ed90ae4d7f6a8652b8cc59caf5398e1351f64..a58ddf44852b4f1b3d9905ace4c37041607bbe4f 100644 (file)
@@ -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 __finite __redirect___finite
 #define __finitef __redirect___finitef
index f814fbb3dc15e4c571edb019b1340a19a31398a2..ce0fd004a7567a69ede202e27ab2ce1f9e85b15c 100644 (file)
@@ -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 <sysdep.h>
 
index 2ed4c56de2554c97b6188985a16c0d8a945fdb34..57c31fef41685935842fe7929fd4f91fc0047f53 100644 (file)
@@ -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 __finitef __redirect___finitef
 #include <math.h>
index a8254c0f951b3d56f851c43c8d560a529139b242..ccac0e46af0e92e8bd77064559a1fd019ff99917 100644 (file)
@@ -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 <math.h>
 
index 68ade9da4c8dcfcc36ed0ac12a736d8fe837f4eb..5c0770b16460c594e43efbe605a7d78925c6a31b 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <sparc-ifunc.h>
index 023b1c45c123994702889ec959f026fa9043bb82..6048daf9e722e623a732541b99cca099846332d0 100644 (file)
@@ -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 <math.h>
 
index 7df5ed385fff662e347a1e5f6c3676d43cbd9bbb..4ef151e5410bb29c4b33dcf7baa04f4ba111ec4f 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <sparc-ifunc.h>
index 74b1e82ea30f0102865c2637c38a229d38adce54..7b1278c5f55daaf77d9470f3b0ba1a2593402dd5 100644 (file)
@@ -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 <sysdep.h>
 
index 829843504ece80c90ce1ae42419aa15b93d5e287..2229bad92e380e71ecf01898d40a9b1be5b9d94c 100644 (file)
@@ -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 <sysdep.h>
 
index 9a4a86a6682cc5934cd8f5ae47ad7077a6766006..12c5a7dcec6a2a52cad6bcdb2d48ccb57a016df6 100644 (file)
@@ -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 <sysdep.h>
 
index 13eefac6a74bcf2512ccf572f35b02699cccbaaf..548adc091fb7daef6be2e3512184ab8d1884a75f 100644 (file)
@@ -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 __isinf __redirect___isinf
 #define __isinff __redirect___isinff
index c34413f520c6d0f21badb4c9d8793d3ee452cf32..a2d476ccaa2c7ffa6add1bee44765cabb5036f39 100644 (file)
@@ -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 <sysdep.h>
 
index 620d878a05fa27ccc3dedc1b9263d07e6fc0c831..ec066330021b126dd005e038385afcb97c913dec 100644 (file)
@@ -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 __isinff __redirect___isinff
 #include <math.h>
index 4a255b2f302d9b6deab5029ec0792415ed2e4925..f624bb92bc881e3695eb0e56d3d1f02175c3f2b3 100644 (file)
@@ -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 <sysdep.h>
 
index f6d5a99f50fbf9943d5d62a5519f730a88c5e6a6..5f2ee15e24ff41c41e439e1f6de18d081d5d10b4 100644 (file)
@@ -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 __isnan __redirect___isnan
 #define __isnanf __redirect___isnanf
index bbcd442029bc6def9c0e9af23b95ef47073e9b9c..233979df7b313ca937cc337668c5ae7be850413b 100644 (file)
@@ -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 <sysdep.h>
 
index 5405aff22782ca827301081de16229d49cc1dc35..1746d954c995acaef5a0ff493182d94a6237586e 100644 (file)
@@ -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 __isnanf __redirect___isnanf
 #include <math.h>
index 7d959c65eac2c72bd7dde3d8106fa99705df01f7..dca5437ff1fd91d14ad923e7ff52923e67f15978 100644 (file)
@@ -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 <sysdep.h>
 
index dba83490ac9a02194d9abad835e8997792b8678a..b15d0776c990642e82271f7c12cc4a4f4ce9911e 100644 (file)
@@ -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 lrint __redirect_lrint
 #define llrint __redirect_llrint
index d74f99dfd1c4bb01b8f7dfc4016ea33e6d21f23d..66b1758f6cf32b939a94f437168adce5ceeca96b 100644 (file)
@@ -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 <sysdep.h>
 
index 966ccaff5a75f02ee469216ef4ce31733c227621..15218fa074e678c4b066b887825581672fa0f252 100644 (file)
@@ -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 lrintf __redirect_lrintf
 #define llrintf __redirect_llrintf
index 7b0bc05bc647b18aa6ea8255d079a6c5d8bb4d8f..05cf13a8f3548f29a0cebf6c19e774e4057c085a 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 62753a3097d279353892d4cfbd2f62c66d4794ca..548a6bed6167c34fb0791adb07ae166acec8d35c 100644 (file)
@@ -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 <math.h>
 #include <sparc-ifunc.h>
index fd17a64c92d02dc82ced38666637897d01ebac84..f04478cc88e9efb4af400abe3f47deb2e0001b2a 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 09a10cbbbb8bbbe33ebacdaf31764b6983490a24..b8cb9a4067dc5d97127b38e89d041bf81d3779ee 100644 (file)
@@ -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 <math.h>
 #include <sparc-ifunc.h>
index d2321b796e2df8004745ea19aef556c94d9fd90e..533f991f61e86533efd8762a2394599958717730 100644 (file)
@@ -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 <sysdep.h>
 
index 585d6ad4def38c85dae624123b707c76d2b20ed0..2eeb241cbfcd7724696dde75523e8229a3f11b80 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 34866c2c10190c77e2132740e2a1b8dcf561e1b9..1e9bd68268f5d946d84951df2bbf05911931f646 100644 (file)
@@ -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 <sysdep.h>
 
index 485f872b01743b29e9111e0a5baf09df636320ad..08d8458fb26e594194422ef897e465234bc781e5 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <math.h>
index 2a77f5c566f8377f07d1ddda2d6bf15d21d84ca1..391e52f2676a894af4778da54daa439b240f7ee6 100644 (file)
@@ -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 <sysdep.h>
 
index 755d9d821a6b6b422d1f410e5024560b19712229..edff2e228d39da6b55c71c2aeea4782f794aae86 100644 (file)
@@ -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 __signbit __redirect_signbit
 #include <math.h>
index 2f40ef06c44d91fd9c249a079f25e9e3115195f9..9c4b033a40bf0cbac94d6967317d3790fd1eae19 100644 (file)
@@ -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 <sysdep.h>
 
index 1ceceacba1c7476845c525e016c1218f7f534191..84e935a4ba228a235dd952e044b242d9635f672d 100644 (file)
@@ -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 <math.h>
 #include <sparc-ifunc.h>
index 75f8c3e231b59fd1d8b46935be1fc18d4b6be835..45646c5d66aac765fb9f93b4090b6a04cc10fe0c 100644 (file)
@@ -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 <math.h>
 
index c7fc120edb9bf77f1886d9a95a8b64757956dcbf..a26cde0ee16081c4cf301bde9d5c5047d676914a 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <sparc-ifunc.h>
index 0e9e25d9408d1485c5f69c6707f52fd10e2fcaa4..0c5303ab666b35a5ea3e91c811e6b5447f45a6ce 100644 (file)
@@ -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 <math.h>
 
index d00a135f5f5a3ba8aa9b150198e3f9212bc842d4..20ec6938abd07656709a3646e8326c5cfa6a924f 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <sparc-ifunc.h>
index 5a3c07af5d76333e97a99616e711736b8a8442a6..9e2f7036b8fc9d42d1f8358b90d5e8d991a9dad6 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index fe4dfa5be1e3ff5c3b5a696056649e0bef93ad4a..f4d292a5e65c6a248831d04a76a16922bc0934f8 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 10f32d838ac3f174cfcb70a622703350506d6ccb..dcafc0bdb4e84b414b47a65163c8367ad9a20d0a 100644 (file)
@@ -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 <sysdep.h>
 
index 4aa10d0ac6727b28c7e8130874c9d4d214f6c405..947dffd2fc1d8b086b697a54429234225a28e13f 100644 (file)
@@ -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 <sysdep.h>
 
index 76e68dea10fbd1467ddca83c096dc5deb15e436c..05360990e2394114fe38600e3c7bbe7aab4d353c 100644 (file)
@@ -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 <sysdep.h>
 
index f9e3df22e6ffa6ac1db713c43284e4e0ad963b33..0d129eb0380830de2acf804f864d2063a1bdc998 100644 (file)
@@ -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 <sysdep.h>
 
index f5cfa4c9b4356f5f2ca62f4f8d21e179c4710463..80e31f1bc37a006033056f2f5896cf1fc59a06b1 100644 (file)
@@ -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 <sysdep.h>
 
index cf1d6dd3a136b29feef0c94d3b8a1a6550a65360..b4c4609400d3451163c562e4acec80a123e1ea32 100644 (file)
@@ -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 <sysdep.h>
 
index a2782d80291c1958c11fdf1430c503c6878e5f8b..f15876444b0d331d936111c9741516d7463632c7 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index f7d3c8f624d6b895ce2b098af8033175857b92f3..121eafbac69cc8855a91df73f1d2ddb51c541027 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index ffeb5285412068be5850e1740c5fc55014b4f2d5..4259fc941a7a94fa6b57234c7394118c6f15a228 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <libm-alias-double.h>
index 000151c01216bb9cfe5135ca8afff27bc3759350..c80b4153e34aac35e929b9a4686f6ce9e90fd1f0 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <libm-alias-float.h>
index 69bbdd9ea2a9d6f735643aa8c2e43363c55f726d..d6d4a6f9059ed3fc5037a8776a8650f416123331 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index 5c76c4f002ad6427899cd11b3b8ce21aad6a4fdc..2f20b0501562f741e128edc86e208107f446d4d1 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 0d5e1737fe32be22e5e3633828fa95d2ce1d3b9d..758da3bdca22a4b714764df07ad68f495141b53f 100644 (file)
@@ -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 <sysdep.h>
 
index 4c158a40289a0431218277e1f1ff18a7ddff63a5..ba97c136346e40d4e7fcddb1831ff4574c1d7da4 100644 (file)
@@ -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 <sysdep.h>
 
index 0f02b2a98f267d0e90e5297d5855753bc58c907c..29916e68ab03d810f65e16ffb8a62ac92ecbf19c 100644 (file)
@@ -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/>.  */
 
 #ifndef _HP_TIMING_H
 #define _HP_TIMING_H   1
index 07f631f64392a89521657e509e9dae866fe4e460..4ef99c924cdd67ec0920877fad9e54ab51d5f1c6 100644 (file)
@@ -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 <setjmp.h>
 #include <stdint.h>
index 195ed052560612dd7972065f73f2877ee4d5fcd6..d05e5799ed963db33d263efd830067d7be2324d1 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index aec6cb70da6f4f753e721f363bd55939bb50640d..407bc153b5d5c1f2b84398d5db067207bf766c37 100644 (file)
@@ -25,7 +25,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index f36742b1110ceed3efbf48de1cabbb5a0de4027e..1f3ae28602d7529872348817a10a5d073704d787 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index 3f0b5ae1043b7b4205ebeeba7d873500897bbb53..d210824d3fcbe820b01671f83065e0a8411ae242 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index 3ad9f3766e3358d1a5485897200bc3ef8c76ee63..e7677da8f574185c588abd7347c2c9e2bc1cae74 100644 (file)
@@ -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 <sysdep.h>
 
index 7c07569d88e1153c62522c7ddc498f88325215f5..c581f3ef468a19baa933c3e915c9a38bbfe7eb15 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index 5023d9a0eb6813ebe16dae86035a946ec31b4d3a..2b885e6dd57f32602cfdab975b2cf847f871b5ee 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index bc2474a5a78eff2b26e8cdfcd8dd8e01d7cf30f8..f0456599ff27b23adbe76f4d2507bfdbbd61eb95 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public
 ! License along with the GNU C Library; if not, see
-! <http://www.gnu.org/licenses/>.
+! <https://www.gnu.org/licenses/>.
 
 #include <sysdep.h>
 
index dcceb17c00ebe7e5f8c9d4d50640fcaa9450b3c6..ad789d70318967ecc0ce037f0292e03d85c6aa01 100644 (file)
@@ -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 <gmp.h>
 #include <sparc-ifunc.h>
index 379eba27b03ded4be7d28f7da1ad6fcc49efcc6b..b0308b35935e1e52f3a20b410092431de13fef82 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public
 ! License along with the GNU C Library; if not, see
-! <http://www.gnu.org/licenses/>.
+! <https://www.gnu.org/licenses/>.
 
 #include <sysdep.h>
 
index 92d2be50b1f464c81c4426432804de2e37643803..2007b9d82d47e0940fc223b9d23e6717db1d4eff 100644 (file)
@@ -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 <gmp.h>
 #include <sparc-ifunc.h>
index 2d7c06b325978845766d41108591b7b4b69bdcdb..56f779f68f7b5879bf923e72d4022136ed556d10 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define bzero __redirect_bzero
index 00ed640fbf4bc50313d2dc6b48fe8ebb19b0d09c..4c13e392c425a16818fdc6c871c146f279ace3b7 100644 (file)
@@ -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 <string.h>
index 7a05bda4565156a673e1b022a3077b6bb382e371..38dc86f1ef1f63ce279e03f37fb82ee85c9013b4 100644 (file)
@@ -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 <ifunc-init.h>
 
index a6f5376f6b7502b2cf489f360bf867d4be9931b6..b3a9bac574cd8157ef2369a499e103a59a5d5994 100644 (file)
@@ -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 <ifunc-init.h>
 
index 2d0a8d22101aea6fc78551eebb9b1502ba06eff2..137e83b9deedf62c803e4f3557fbfc5d0cb71b09 100644 (file)
@@ -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 <ifunc-init.h>
 
index 9b8aad93c92824b02cb3a8350a73bf26eb6b5f09..8b8a245b93e3896107c784950cb39c17ab354fb6 100644 (file)
@@ -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 <sysdep.h>
 
index 5510491d7536b043a3b2e813f8f757187c2e7309..531f7b4f7b4240d0da73882cb6a82ebb9e7a9936 100644 (file)
@@ -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 <sysdep.h>
 
index 9255b691ffac0420f832d67efb93a4016381ef34..b59d8cafab78cd5783f4c3b22cdf6649032deed6 100644 (file)
@@ -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 <sysdep.h>
 
index 658268fe083f288c265e48ebaf630a223fb6650a..28102d02cdcc8ef2b5abe581d90c542ee5ff12e3 100644 (file)
@@ -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 <sysdep.h>
 
index 47decfaba3c7b64acac99279cb9e38712f934431..b0aef5cc1728ac67518fbbd3b1d474b743fc9bad 100644 (file)
@@ -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 <sysdep.h>
 
index bb54c9edfcf875d00c54c185b544e6daa4ae29b8..6cf4b998dcac2f5e4b095eeeb9b4b056327b159a 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <sysdep.h>
index 1e947c08195a8b4e46a82159b4b2648b47b2e7e8..111f28317e255038ce4e47b6c85b61cbd0bed1cd 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define memcpy __redirect_memcpy
index 67d7f04b4a40e690099810f24288100b14836fd9..dcfb74868591e0543d342faf4fd7a5ad6c85aa47 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define memmove __redirect_memmove
index 60bcc29a0fa0459d48fcfa3c8912cfc3b9696e25..4695df09f258bb920e528a7616f4529d87edb277 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define mempcpy __redirect_mempcpy
index 4f5b2ce17667c9168a3662d49dfeab68543960c7..e7a82e7e0ea5a2c49bf10eab921615f30a331a04 100644 (file)
@@ -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 <sysdep.h>
 
index 8859590a32d20efade3fd0dd7473282776dbe3ed..75c3f6a7bde5d2fb667bc34038cdc0ca2c99e99a 100644 (file)
@@ -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 <sysdep.h>
 
index bee7ad96b89f8250f823866690852c1de5b57800..7d55a996157b90751ab383024e0ea82f0999689f 100644 (file)
@@ -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 <sysdep.h>
 
index d1c7ad6260401de48ec2ea88c55c63159033a246..4c341071de335e691c78633092cc43b0f0675104 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <sysdep.h>
index c22d8ef14c20cdeb54bcfdf8d3675e2d8af8f052..bea017d13dcfd63aa15c4a9ea9762aab07f60326 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define memset __redirect_memset
index f92b57c13107fb86c4232de70ff8822bd3807495..2eca2ea78c97fd80183f9e125a06ede3aa13a923 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public
 ! License along with the GNU C Library; if not, see
-! <http://www.gnu.org/licenses/>.
+! <https://www.gnu.org/licenses/>.
 
 #include <sysdep.h>
 
index 874a5a487e8e827bc1cb6dc023a85c32cc89d3e2..c53fd41385fb39fc61930f0d151a2cff8aea95f7 100644 (file)
@@ -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 <gmp.h>
 #include <sparc-ifunc.h>
index 7fb3e8ffbc54e86c77fa99d7171494bbdfaf2445..649c818e1e0c392a2c370b2ddb9bb00a8e7aca81 100644 (file)
@@ -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 <sysdep.h>
 
index b230f21fda69e90de73d534e87376787cba96063..5244832eced9d4c086ec605d28fb020b1768cf7a 100644 (file)
@@ -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 <sysdep.h>
 
index fa1a5811a324af2fb4482b0fe7d872379e661b96..8b66f7452c742524e7a02ff14fbd95500f1f3398 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public
 ! License along with the GNU C Library; if not, see
-! <http://www.gnu.org/licenses/>.
+! <https://www.gnu.org/licenses/>.
 
 #include <sysdep.h>
 
index ffe57761999efb3e5848652be0d700de77b2a0fa..68f784fc3c34a13c884df517ce8a307ea116840c 100644 (file)
@@ -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 <gmp.h>
 #include <sparc-ifunc.h>
index 376811609b3f9fe9c5aded747be5f01945c432fc..7b0cd783fd9b1d1da8e1d1e771a83d307f9c22cc 100644 (file)
@@ -17,7 +17,7 @@
 !
 ! You should have received a copy of the GNU Lesser General Public
 ! License along with the GNU C Library; if not, see
-! <http://www.gnu.org/licenses/>.
+! <https://www.gnu.org/licenses/>.
 
 #include <sysdep.h>
 
index 21cd9ed2e60d4bddf3f4e6a865e888482a7b9e7c..4fa20cb6775a7497fdf3267a7c2a27b2d38d2c82 100644 (file)
@@ -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 <gmp.h>
 #include <sparc-ifunc.h>
index ee0f186741b1a867a8182644989d82c8e69c209f..29a61d6bdf94a091803790f3f3f449b3306f934f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 804754ba7f3022be722540439ba59dd516b0acb9..aa5544b5d6e96618d8a3ab28ada6b8c2623b0a45 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <pthread-errnos.h>
index c9ff46f2df230a3d0f3b93a52681cbc80ef9f451..67bcafb3240eb71031055f01984fd05e8bbf0171 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index b4c34fec3efd801d8d536e887dc8803b39665d79..d42e217a93fd83a0c8b8913cd79cb8a05a0197a6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (4 * 1024 * 1024)
index f78028b0a2dc95cee5c3d5e65f18559f7487c835..111b2a241e33424e0e92919d8eac6bff10b17dd1 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index f162fedf4cee63f4100916c4339043216737409d..7481e840a14dac67c225cb2b17a8d6d69f020150 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 5bfdeb4d10e56fd24d1593ca727810df6fdb19e0..b24e2f1a4387bc5dff238fc8894beea6015cfdc8 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index c483cb3043995dd2485ca73aa833e40d475dd59b..0ae725e6c1cb08f5209b13d85ba8c85ec52f4dd5 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 022cb091f8248b526954bbf8dde7873a7067c95f..80b85548a226a3cd80a281ba96361eba0f38cad8 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 005af8655e612b7d660b31cf099b1e4c781d8bdb..8af84d4dfc4771929098f2b1fc7ed6b37e62c998 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 8c6a9a035a65c71a4016e10bb5a26faa81575386..4682b7262a95e483027e26a7781d95a9f9715f8a 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 3d4bc8fe159640f6dbe60e05efe145120d02bdaf..acde2709d108bb5205a71d442116456e145eda50 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 8328351b53a1bd67379f3d0dda57b66c81e79cd0..71df12db933758cf7e4be256fc7efe351a137d62 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index aeaa36abbddf21627d8d7f40fc97cfec881d3746..b7ed2e747baab2d334c1dd2864f8f8de34aead01 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 4629cdde06e954bea57cde5d1b065f0c39a22dea..94ceeb9aa045d65f94686ea846c17b9f0df9f48e 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index a93bb93d395b4d803faba6c6bb3ef4cddd766cdc..3a6b3b24ad3a25e3b05df3e38f63376e515a2141 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 63c318b35611cfa2fa63bd0ec1811bb19ef89939..c494cc090f4e58b376457871117b0efe3e0c81ae 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 QP_HANDLE_EXCEPTIONS reloads FPU control word anyway,
    avoid doing it twice.  */
index cfa59546b10534a16cc072d7d10901d6ab57fc56..edb71c6aed1b3cf988b645b3fde845d8173c7ec7 100644 (file)
@@ -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 <sysdep.h>
 
index 953e2d8d6e01b98b95fc7990a13deee4a9ed86e2..0c93db6b601d2f5582d1e6a0b02f76adbfd8165d 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "double.h"
index 6bef6967a027a525ad0a455dddd5b381135f1952..aa6cb141a4fbcf592cbf68984fe296424724dccc 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_ROUNDMODE FP_RND_ZERO
 #include "soft-fp.h"
index 1b932ca18921e02897a00e6c1c39537bcaf40e4f..d8fe17f4fc25a8056aba31579eca700ac3ec7b90 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index aa27592b75b4ff27f9bcab031d26d31545c95609..d53793f67d4a709dbd04b69d63fc77296b6bfef3 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_ROUNDMODE FP_RND_ZERO
 #include "soft-fp.h"
index 24367b30ec94a12b746c3b5b6af9d40f736cab38..535fc96a70245aec557127fa4d1d0d2ca60e4bf3 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_ROUNDMODE FP_RND_ZERO
 #include "soft-fp.h"
index 5616292235804e4aee075720c1c8645d642f9334..b7132428967015961f76256cb6cf0067d220af6f 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 FP_ROUNDMODE FP_RND_ZERO
 #include "soft-fp.h"
index b85c7f0477be750abf7daa7de0c9cc9a1a2e5613..6415fa1aecf1e5fd8800847c91c9c26e0b36deb6 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 4d1c854ebcbed2f8359965ec2b6cc56d8c6df1ff..d0fe4f2ebd3d897b2ed6567a01716130ad549456 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "single.h"
index baa49b0de8d9efca18bbb8a4201fd08a88e151e9..3548ec9b7b509a90c213b045d68eb057e977dffa 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 5b36a50117058dd96cad146f39f1127664f09fae..c8413b899ae2a3718c3909fea50a0bb881351f7c 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 99926583c9e525ae35ac2ae230fbdb6ce23a2dfa..d5709882ca6f6eaead8f524435071951a66f6e44 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <float.h>
 #include <math.h>
index f4993acef62c34a574e1cb50885af5b56ac4f591..89aa0f3c40cf7da201a16bd291fbd458e9d1b80a 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index d53d8c8629223754c51c9a00ba7b3f7c58e12e01..6eff19a7f33ec20f1c18f11618df1475b0af20e9 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "soft-fp.h"
 #include "quad.h"
index 2cdf09c85896eb23d459cc596d352d0e9766f52e..bbff802f69236507f23e733f4c3fc97a5fc7edf7 100644 (file)
@@ -23,7 +23,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index b21e5bc3d1330d88ad5d63bb49a112c562472cfb..683ef258e60c671bd78611ded924fe2d91cd3c53 100644 (file)
@@ -16,7 +16,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 8071e5e2704b6472a14860c5448d3860d235ceea..a77ee42a25a7dde8a8f3b4807abe0566f2668367 100644 (file)
@@ -18,7 +18,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <fpu_control.h>
 #include <fenv.h>
index cfccea154c6e1b40d73f1fab2f9a854ba09a9049..fd60df8629964af14fb42587cf69298d5338c767 100644 (file)
@@ -32,7 +32,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 07109c3f6356edec482b2ba0e911e2909fde1077..ca58bf2bf59021d65d89734b9db15ae64c4751ac 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index f5d1d7f79ba11dd36ce68c10981dcaaff4d83ccd..f89e1e3530d9795846dc2437a24bcf83d4253762 100644 (file)
@@ -19,7 +19,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index f20b8cbcbdda8461d748fe31dac5d5eafe0ada64..3d179a446ea56ffcb4cc2619362332c2a94801fd 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index c075c20270f3040f23211910a3de399ca6d2e016..e750a5a0774317800aae2a2bb1a8cbc48ab3d91b 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index 020f325f3114cdd712419408530ae7957de84997..7a7b0733aec78af5e2b3b2784294061bde4e95fa 100644 (file)
@@ -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 <sysdep.h>
 #include <asm/asi.h>
index 2a19bea688e78e8ef0dbfec88308cbf1bafac07a..bb46a5c1524edd98850fbfab946e49e08c17e30b 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index 22b79e5c3c554f90e8bdf009714fd080062c9389..4401c69d63f1813e6f3a7b3dfb81f7c880abda67 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index 14ccbbad1b7f78b74594cf823f60d51321252f2b..edf4010d7badd0288d2e284624645d7cb3c9f5af 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index a77cec71ad52be3b60f7c0adae6273f47ae7bfcd..ba22b3db7e4a69090a824d155393d25350cfe16d 100644 (file)
@@ -19,7 +19,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index 61c3b3e28e7fb5a37662a9ef239d4d9ebb75e45d..b5c9d1206adbbce90b5c1b377da7522954d28461 100644 (file)
@@ -19,7 +19,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index df973c24f7b2f342225825637818ca801a6397a4..7bf318f3904e1476da2d8af6782b2c53757f5992 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index 7f5f6d9816841df4431dc795e5bcb85899958a14..b0585b58aff4683e0b2d034453ede5ffc45dd24b 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <asm/asi.h>
index 205df1687a438104de5a1ee1e261d3816e33264d..d281979e545e545eb951b7b1b5f7eab7060000df 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 2101c27a8fdb8e60db84c07325b49249b0205ad4..99fc7589e5608fef717587bc0bf0bde56908e6dd 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 2df51809340d0b4294273fc9d12c991ee1765864..55140416c98bde9c6e4a67da4701bfd5c4d4a0ba 100644 (file)
@@ -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/>.  */
 
 #define pltenter la_sparc64_gnu_pltenter
 #define pltexit la_sparc64_gnu_pltexit
index 607d0401c5d82dd62936a16af85f942d35f2acd9..5423a48b3d189fb0fed4da247c01d8427a614450 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index 31a8addebcbeec2f60ece377677bc2be137b3664..e2c55e2b77bb7ec284ff824e3db84ae6e8ffae0d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SYSDEPS_SYSDEP_H 1
 #include <bits/hwcap.h>
index 93496480e9f93ae2ae5c456a4dd1a630bb481f3f..b0c5adfe11c8bd2890ee64864c282dbb5a07ebc4 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the 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 inhibit-unix-syscalls
 
index 167009d17a959d12637c21c160ca2d2454f328d4..a4a3bf9fed2b3eae15b4c0b358e18d7e02f9f8a6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 39413779f7a30e990428f0d2fba01ff4c507fc6d..f24980844ae10b6d2886152354ffe47e9e2ac3f8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 4d291181bda5b2789e7ed9c8e559f3b71a07a169..bbbbff763ebc1a20f46586f95e0633287acd16bd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 31078fb6b673d894f19cf2bb6b6bde038bf56d25..d40feb843a8188de5ffd8f191bd9b411a177ee7b 100644 (file)
@@ -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/>.  */
 
 /* __pipe is a special syscall since it returns two values.  */
 
index 65845f041943bf37c45a87a53170a68eea8a7780..0bb7d6d922e80babcb5fcf798d5e0430e21e4f60 100644 (file)
@@ -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 <sysdep.h>
 #include <features.h>
index dcd4c79be5a6a4845834769d1c7cd1c349914573..00cc97ffb31a16f493d146db1f7fe97b180d300e 100644 (file)
@@ -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 <sysdeps/unix/sysdep.h>
 #include <dl-sysdep.h>         /* Defines RTLD_PRIVATE_ERRNO.  */
index 5ac1ddcce9a3fc53b8362c4b1de6bb294d1f8592..96a9a45bcf9d1f11c53b637e4ffa265d230efae7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #define _ERRNO_H
index 7d619d70a3c831de59af10dd6ce6ebc67df92dc7..23081b9a81745e3b0f13701f9adafb56b5c681d2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/unix/sysdep.h>
 #include <sysdeps/arm/sysdep.h>
index 7e3df3273bec56ea0cdfcf1e1aa5a6189383e84c..74664cd466cdad1718124f578f881355607614ed 100644 (file)
@@ -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_SIGNUM_H
 #define _BITS_SIGNUM_H 1
index d85f72b868f91597efced5b6c0d7110504510f46..46b2200f7824c98238f87b8c1a1f4b2a9d38cff9 100644 (file)
@@ -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/>.  */
 
 /*
  * Never include this file directly; use <sys/socket.h> instead.
index 3a1c6e9b01c634496e4efe0a2d55a54e0b9cedef..e1f20bc609f12dcef36b2059e71cd4d4a1fbe891 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/timeb.h>
 #include <sys/time.h>
index 76f118dc1c6e76557207215fd3fd31fda4be0acd..46207f4e6266f7d861969cd9f624b0eb9d76c728 100644 (file)
@@ -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>
index 1c55242dc7910d0de11c61895bf35397ce6f7cf6..7ba046fcb2e3e8c413af697a19148ae7e4dc3da6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sgtty.h>
index fba4ffaa7adc690310ae2923ade4c1f304882ee2..66d53315bb6e42e23c8193c13cb943e5a198a621 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sgtty.h>
index ed6dcf0f454b109b375fc5732e84f26c0d10f2a8..a0a877eb684fffee70f7741386294d389813b0b0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sys/ioctl.h>
index b00e67f7316242718d61f754467be463ab9c7059..12d3ae3a36c8f852114eb427c279093b2f745fb5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 203a6713676a73341ff3d41a29fa17b5a4953c22..73794809d61940525dc00008c3f1e287826c5c38 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 5bcf00f6a154f2dfeeb69076e58e5ad5dfc7cfdb..cc8f748a8cdd6c3e5125ed32cc7bd93d29047373 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <termios.h>
index ee02445c339e554599f23f9be6d3cb444599bf1a..5cdf1ec0a6ffcd520744ba9e3cac6e0ad9d55579 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ioctl.h>
 #include <errno.h>
index cd457bef42ba51e9a62341efdc5e5a22b429be7e..9728c5399c26728e5618e14d375fabce77fc56e9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index bc554acb897db8213d71dbd921eb94b989f1ea73..4d616c1c54b605783520c6f0c0f5c630db2b8551 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 7ed15a92e7daf363fc32759e796e33fe7c1ee5d0..83e94f03d9fd05bbc50a9b7b1714b627e5917c40 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/ioctl.h>
index 229b4e64274ad8919729edd8163d59f0595033e3..894073f162b788aa412dace04c5718a637a5ef9d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <unistd.h>
index 558ef3ad7561e1fb688304aff3afa0f7d2f221de..bd86d8c1e6438717b3d72a1b695a6e79b577944a 100644 (file)
@@ -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 <paths.h>
 #include <stdlib.h>
index 45efce639c039d99f1ee53cc841746911f5d61eb..3207d96330545871a8a03d506bfa92e6a2e7310e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/wait.h>
 #include <errno.h>
index a58c4a148d0c901036cace312f2a1c5b35cba8e6..d7fa7e44961c7cd9dcdc831f9e6e320d8db77173 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/wait.h>
index c50cbee24d27633943af0312911a4147efdfc3f1..679d45d3dd2feed675ee94a6da5f0faef2d22de2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/wait.h>
index 2a82fc106663acc742a4868680778562f232b9e3..aa74e11703623353eb46efa01aaa9208aaeefce7 100644 (file)
@@ -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 <time.h>
index 6a477520d11536f24efbf106c20d36d5d7812701..95b4956b12cd837c3533fafd5a30c38e2b550d6f 100644 (file)
@@ -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>
index 5b398491abc83512464eb42f7aab3393bba90fde..18d7c998648719e6c1fcd09eebe407edcbae54d5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index ecd5e45cc1ea4c240b2e7de8df583fab555e9791..0115e1bd4d9c8bdf9118cf82481814745f6059d6 100644 (file)
@@ -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 <limits.h>
 #include <sys/sysinfo.h>
index 1c7ecc806698350e2fed481b9cd9045315baa10d..76f9582b6e67ac345029affc48f23861664184df 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 88971a9931e494d12f4b7b689b07157439cf89a8..b5d1ebc56c69dafa3cd057d0a99d6c7c86548d09 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 261179bdf9ea8a7efc9b494fd28ad9a323edab76..e8d7b8bb9a84089ed8d15c58d8e2a888b32377f2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/param.h>
index 3214ab06de5512a22543382300de7844c53450fe..d44f53060bce9856d348a3f3b3c42de39e134fe5 100644 (file)
@@ -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>
index f474b3da77f0ff3dc7faf2e0c88ca1ff88302f74..31a8780c9fb8a442163e69ae9ae892b8ae0eade5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #define _ERRNO_H
index 2e438d2be8fb6b5d672baae8b53c141a87738ff4..7b7b74862b19814fab91dc8c8686c069daf47c11 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/unix/sysdep.h>
 #include <sysdeps/i386/sysdep.h>
index 1f26a9bcb3dddc40d51dc472f18ef32479f80b77..6e2a9912e01965198d11ffe1f60815bf2c5b2151 100644 (file)
@@ -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 "ifreq.h"
 
index 15d84187ef5fa8809763635b669a01245edc2e73..03e82f502ccb4eab93042439ab32047a1952113a 100644 (file)
@@ -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 <sysdeps/unix/mips/sysdep.h>
 
index c89b89264055f8ea8c7936b115e94f611ef42dbc..6c005f0e349501bd79cbfcf18aed56443a5b0334 100644 (file)
@@ -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 <sysdeps/unix/mips/sysdep.h>
 
index 8a48bb69c71f4c2566418bce2b13b6a72d425332..862f70bc2990d04f072b3b7d51478932da599c74 100644 (file)
@@ -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 <sysdeps/unix/mips/sysdep.h>
 
index 62206605fec2dbce1f26f2b1f5c2b925f2a5b82f..01f4613d2619e945b8914b34a84f5814dd1652d5 100644 (file)
@@ -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 <sysdep.h>
 
index 76f438e3508dfc398707977578a2a01798807d70..0a8e727427b0188629c2c157e9ab6d179bf60949 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H
index dd47f05e4e65eca568ccd3a7e203f1d1bb63c4ee..cf0daa95c9b324aad666202b053072fdb12a5776 100644 (file)
@@ -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 <sgidefs.h>
 #include <sysdeps/unix/sysdep.h>
index 7cc6e474149ec89e7bb43457a84f6fc2f1b7a7ea..4f5844155679068b5342102b0a67920dc2cc6dd3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/unix/sysdep.h>
 #include <bits/wordsize.h>
index c93163b51414d5f2f322b426d90ced03ed4dc70b..c21ec1371244dc83734e81258c1bd5095290181d 100644 (file)
@@ -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 <stdarg.h>
index fd9f08ec5ebee236d93ccb541b47296939314e02..1714e7f934794a38b779a113889e42803e1b17fb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #define _ERRNO_H
index 6d8da940492f0b3cb9295d7033235822088002fb..5bd51d58698a7820fe3666f464fca0b11b94b182 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/unix/sysdep.h>
 #include <sysdeps/sh/sysdep.h>
index c36401ab9058dc8a74299fcee99d246e0ac3768a..33b0583ec0ebf3b1397068d2fcdcd3a3f05df671 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ioctl.h>
 #include <sys/socket.h>
index b0809be400e9706fe6780c147e78a58e1ea46849..b40c33454a1b4b5910218b4dce05776df8b0037c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>            /* For NULL.  */
index a244d601850e96b764d8d50fb3cb6dbccf391a53..2ab3d3c58d32c7a528cf0046036ff17a18cb9d08 100644 (file)
@@ -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/>.  */
 
 /* The real guts of this work are in the macros defined in the
    machine- and kernel-specific sysdep.h header file.  Cancellable syscalls
index 8e2ecd149d63ad0771a1591944c30c48a030491f..e17e3049c9299ca1909921d1673cccc24f89a530 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 6e503d7688dcc91bfe6c136616fb9582b546684a..10468c71295ff824a1978ba05e3c52a4be550279 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/generic/sysdep.h>
 #include <single-thread.h>
index 7fa8eb27acf40df33b750c6e81a3c7709894ef4f..1590cfd4791dcec6638e306b8ace8475d27a5845 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdlib.h>
index 30a29b9fb0da813ec8692a11e993cece8d4f9af1..c05ccc507f1eef920449f3423687cd29a2613202 100644 (file)
@@ -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 <sysdep.h>
 
index bad98d9e3122b636b7acd2541f39b7937a217fef..f15b1018669b5cce79a3d1706d8da5d18fd6fd3a 100644 (file)
@@ -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/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index 5f506239530388365719eafd5fbd4790f9f60216..e82bba7c8e1c3f0046f062f40852590f347db9dd 100644 (file)
@@ -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/>.  */
 
 #if !defined (_SYS_AUXV_H)
 # error "Never include <bits/hwcap.h> directly; use <sys/auxv.h> instead."
index b91377402cc49caaf12048cc9ce132f33a2bf2a6..a58c8980b57152898da69711e4d14243a0e95c52 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
index 2e439d531b878f3c31c5ed2edd00c24533f0a087..5076ae24f54123adc46c7cf730f6b733bbbc2b72 100644 (file)
@@ -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/>.  */
 
 /* The kernel header pollutes the namespace with the NR_OPEN symbol
    and defines LINK_MAX although filesystems have different maxima.  A
index ea91de06bde995a58bd8b15019221dbcc70788ca..aa50b0f4a0dfbfb51ebd24fe828a01a74d62a058 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 14e4ed86337829dec987e38748b962304b60e5b9..a7f20cf5ed8fe0fbfd41cbd9334494c50410c931 100644 (file)
@@ -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_SIGSTACK_H
 #define _BITS_SIGSTACK_H 1
index 3bf27bcbfd4a1a103cafc88d0874b5dba05a8465..f2964413e64f3c107b30a6699b609b851b7907e7 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 28dfcef8a91b0381694393c4d65304a829b8b6d7..4fc241a6e54cc1009c4342d52f2e170e6931ac80 100644 (file)
@@ -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 <cpu-features.h>
 #include <sys/auxv.h>
index 127391138d5cf372d2bd32822bd1cc105d19f75a..0fa57dc66f5ff28e1416ca59acffc286cbd22846 100644 (file)
@@ -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 _CPU_FEATURES_AARCH64_H
 #define _CPU_FEATURES_AARCH64_H
index 13bcfd8cfd25993061976874abfdd7961f0b75a2..c4442f346135ad4b3465ae184f62b272c060334b 100644 (file)
@@ -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 <ldconfig.h>
 
index 97cf16fc2dc9a9b0c304829258da1a647bc5cae2..c49c2df7141dce627f28102ba8eaa9730bf19e1c 100644 (file)
@@ -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/>.  */
 
 /* If anything should be added here check whether the size of each string
    is still ok with the given array size.
index a53a9b6bd322de5eded951b3aa4d7655adb1fd09..63a3074f8b087d3931ab6744bafdbb1a903575a8 100644 (file)
@@ -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 _DL_PROCINFO_H
 #define _DL_PROCINFO_H 1
index dca409dfd6c725d1ced6c5afbdbf63d608c25d57..b444723a6f8bdc4e78e82be3129da8c9cc1c4175 100644 (file)
@@ -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 <ldsodefs.h>
 
index 056a65478302833fe8f2295f0281a225f4ef73c5..c84b210f2eea10bc58d94bda1e12965589fb9727 100644 (file)
@@ -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 <sysdep.h>
 #include "ucontext_i.h"
index 9180b50bf7c36d4d10c781f06b92753f675127de..ccec52e363024201bb57f062bfedc656b539fe97 100644 (file)
@@ -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/>.  */
 
 /* Get the current time of day and timezone information,
    putting it into *tv and *tz.  If tz is null, *tz is not filled.
index 80f7ed91ef0af2f7124a3b3e454ec2180119a471..6ae2be38c50a1597f550bb8030f8453fc370de08 100644 (file)
@@ -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 <dl-vdso.h>
 #include <libc-vdso.h>
index 5f8733e853877fef2ab39e83d77a16bfcff48d0a..31c2021d01b1ccfb210c4df6bc69f8b62aef0c65 100644 (file)
@@ -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 <sysdep.h>
 
index cf55907693d9822d7ce16803ff007da9a6744445..bd410dbd66032a3d342534ed7307dc886e11d5fa 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>  /* For __key_t  */
 
index d2a67e33b133f1945c0a656f1355014895d63d16..1ca02cedc42753d7e3ccb63da11f8dba3c683b52 100644 (file)
@@ -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_next <kernel-features.h>
 
index 5bf2221a648a5c3301659f457c24a9fd2cb0ade5..21a736b5a8ac410639aadc6d23444784a75a58a4 100644 (file)
@@ -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 structure must have the same shape as the linux kernel
    equivalent.  */
index cc7e855e8f47d0152861ccef54de379604801282..658cf7981e5bcd0a97dbe08838ba6c28b91d28ea 100644 (file)
@@ -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 <sysdeps/generic/ldconfig.h>
 
index 19758d5796141b6c894a6ca124fbd89958bb7380..42c49605495556158eee56ace5dfac2a1f5bba00 100644 (file)
@@ -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/>.  */
 
 #ifndef        _LDSODEFS_H
 
index 5331e6cad14ab0532fda6f7b0f2b43b4a1012624..23c5141b396c4894c595dfa03a99d7af08328e3a 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <__read_tp.S>
index 2da953f0f019c866acb7346e35d1a060fff77c1c..770ce0554e146df0f80cde9ef8b405ebeafddc0b 100644 (file)
@@ -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 SHARED
 # include <ldsodefs.h>
index 3fcbaa9fce8c5b4c174283efbd5a19983a8b2582..6396e319d282046d8d81853ea828319baccb28e5 100644 (file)
@@ -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 _LIBC_VDSO_H
 #define _LIBC_VDSO_H
index 443991cadc5853d5bd7c27a75d10241237cd5d66..c71a8a0130affca1ae84296cb29123bded3d1af6 100644 (file)
@@ -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 <sysdep.h>
 #include <stdarg.h>
index 9d20f6a1d058c768cc9395b1fd1b70fa732920fd..2fc3d1374fb88da39682b9667224fe9fc2b67c5e 100644 (file)
@@ -13,6 +13,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "../arm/readelflib.c"
index 08c6f7da4bc29cb57e6ea578c89bb6c6b3d72dc4..ac39ffcdf314af2bae4e8c29cdd45408285aae57 100644 (file)
@@ -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 <sysdep.h>
 #include "ucontext_i.h"
index 48da2cdb3326c055a7ffd8f092bca8d88ecaa873..1e7198c6cf2d384e5fb68dbe4f7281440161cf49 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Required for AArch32 compatibility. */
 #define SA_RESTORER    0x04000000
index e001e7c1931ad25995763f708d8a565f7581c19b..6f50f4ee0d553726ef89a9aecb606f977c93d045 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index c043de3d92f165d1529b0942aa30f6353d3341ed..375648419a36ef1ce9fd23162b43ea7c8d026924 100644 (file)
@@ -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 <sysdep.h>
 
index bcddff182703e5b15d9e8f1bd18d776c72503ecb..3fbc7619124adaaf7ad47bcd7ef7e939f6a9e902 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_ELF_H
 #define _SYS_ELF_H     1
index 02c9914b0479b24e8be1103591253f071818ab56..cf9f29f885412f9eeed67964a2fc032cb024ddcd 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PTRACE_H
 #define _SYS_PTRACE_H  1
index 140d4b3fc84fcbe45300bd31c55e8409b1bc513b..298e405eec8b4132658196b4ccbb22c2166e5e8f 100644 (file)
@@ -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/>.  */
 
 /* System V/AArch64 ABI compliant context switching support.  */
 
index 7f6d8bea892207b75726d0d61c76309616ae912a..d86412e9a70e301130fff485a3cef0b19a2bace3 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index 79516a6cde326401c28e7d804d0f3eecc8fd6d5f..d020afc395e2d279aa845291ab41328998561abe 100644 (file)
@@ -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 <sysdep.h>
 
index 9a30c1a5d72db03dde20116265502977c0d74d7c..d77f59798f489dd76cab4e52d91b566f803abcd1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdbool.h>
index 8b336eeb36dd6312a811e3e99f53c847cf533c75..fcf5b6ec8f4965a890110195e70c0dcb4585ba16 100644 (file)
@@ -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 <sysdep.h>
 #include <errno.h>
index a2f4061b580d8d9270c83657b996c0f1a1483ec1..95cb7eb4ab3032ae89f14836bf75f3a3ef9d13d8 100644 (file)
@@ -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 _LINUX_AARCH64_SYSDEP_H
 #define _LINUX_AARCH64_SYSDEP_H 1
index ae02de5d4abe83228c99728e1b9e4d09310a3366..791bd8b480bb3bf89c1b5db38a7bec6aadc54770 100644 (file)
@@ -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 SP_ALIGN_SIZE       15
 
index 850c1aa77c0cd76e4a72c6c20bdc98b0701037cb..6a51c4394d7fc9ca3c13ea01317796df8be8e154 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H       1
index 07bbae9ad79d237cbdca812b3319675b2f599b39..9fb6966dff296707cfff9c31d9b630557c9a408e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/socket.h>
 #include <sysdep-cancel.h>
index 68129290c933767b77e91646e76d2b4b6e9c930b..963be98d43ac07b2fb7631c1dd6e311bb4d438bd 100644 (file)
@@ -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 <signal.h>
index 524594ac794ffe46506017768f0f0750bc8f8e08..690c99a8562bb81e9af991bef2d6e803d7c0dd16 100644 (file)
@@ -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 <unistd.h>
index c10529b62777584d20a395b279da8afaf7ce5f3e..6d1e129ccca9a2b8a71d4615f0ec046ad51d2700 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 5660b9da81b4ff921b27a64bd0790856df84f212..92159f3aafd19e7211b05ecb0527923f1198828b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef _AIO_MISC_H
 # include_next <aio_misc.h>
index e4ecae99d5de60e0be016b908400f97e007aa144..6ef03b8e355ea54df78bcf79e415d6f7d72b0e6f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <aio.h>
 #include <errno.h>
index 108bb110fb3fbbdb3e88ee05f26ff8c32f009914..12396ae759385a6605bdc25564b20b29436d5c98 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <jmpbuf-offsets.h>
index 65641e9c4daa185a602f828101a4cf4b9c734e0c..4aede1cc40fc34b237a5f627c78e4ce65627845f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 #include <sysdep.h>
index 4a720208a5317397467ece9e788089109ac300ca..24b52da89cf2e63eb6cbe329a0b3627555e8b00f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_DIRENT_H
 #define _BITS_DIRENT_H 1
index 3bf1853cd860952d6ff12ab6a1252ce4dd02c9cd..bb646a00178b5a8dd6a5bff894a9342c9cb41112 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EPOLL_H
 # error "Never use <bits/epoll.h> directly; include <sys/epoll.h> instead."
index 7d10fce208bbf109d3b0d90e4128c8bb44b05833..57134e699bb0b87dd7b9f7dd5880f561897aef89 100644 (file)
@@ -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_ERRNO_H
 #define _BITS_ERRNO_H 1
index 250993c6b109ce7eed77a33e46987044c3ce1283..eb0c714c0d16b5d0489a1a0e22509e2fd5fa0ef6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EVENTFD_H
 # error "Never use <bits/eventfd.h> directly; include <sys/eventfd.h> instead."
index 0011b133c17ca78902b9b51f28c9ad9a12202fb6..e8b06e27631e90609bf684b9c7754116613522e1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index 705a7da9524ea047a12c843b4cc7320d553ada5d..4b9589a9c68cd96731106a61b15505fb672da5da 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_INOTIFY_H
 # error "Never use <bits/inotify.h> directly; include <sys/inotify.h> instead."
index 42fbe555b4bc9daee2f7b1afad5207625f20b58b..8b6fc34f68e2be6c21ec3fab0edc359d2b33acc7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IOCTL_H
 # error "Never use <bits/ioctls.h> directly; include <sys/ioctl.h> instead."
index 52ebcc7e9719902728edb2c15c40c7714b7d263e..71cf2d5160c65bac4f980ef85bc05ca73acdf20c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
index 69b5d15156af93cf9308284a36f36f26d9424176..00180dbb5923e5a356c9984fc7af1a2ffc386cde 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* The kernel header pollutes the namespace with the NR_OPEN symbol
    and defines LINK_MAX although filesystems have different maxima.  A
index 42399f8729b69032e31b857d83efdad37b26e7f2..da7c6f57ead29eac8492274f13745881ac11ce8f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MMAN_H
 # error "Never use <bits/mman.h> directly; include <sys/mman.h> instead."
index 422c5136c40c333c5d7d5c16cda362758ff23610..42897d85b51d6fad963bead9e82e00fccaa4dba2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NETDB_H
 # error "Never include <bits/netdb.h> directly; use <netdb.h> instead."
index a5fffc000511b35ad4279c08d99ecc994cf461ee..bfb6f66bbb6459c19b59f659c92cd75169fbae5b 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-prregset.h> directly; use <sys/procfs.h> instead."
index d0fd28082110b2fb3f55e9a8854129589a5f9af9..994c3695ad2ca6b67c8319aa079ae563c050e7b9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index c45d217b1dcb1ec493422be87998ca20f67e3301..0234fc3298b432ab6e95a918ccfc23d33d3c30d2 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_RESOURCE_H
 # error "Never use <bits/resource.h> directly; include <sys/resource.h> instead."
index edc627a554c06663d0151381557ae97637925c57..094118561255029ec63ad338b6c6a458a1a18047 100644 (file)
@@ -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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index 82e06ec736ff86c48a871e3cabb6745082c6ba9d..fa7184b4fd7225a9f8404ada5a9dbd127bcb7f00 100644 (file)
@@ -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_SIGACTION_H
 #define _BITS_SIGACTION_H 1
index 568e236b6596ac96d3e89dc3f2ad39d4a8a2538d..c6fef47285fe904d301fd255467868d695a6a0aa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_SIGNALFD_H
 # error "Never use <bits/signalfd.h> directly; include <sys/signalfd.h> instead."
index da4ff93c9c79fa6280d91b54e63bb865f063ea64..f1c6347a9f7e2e8dff97a30048327732aba98a9b 100644 (file)
@@ -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_SIGNUM_H
 #define _BITS_SIGNUM_H 1
index 7bf342351e21f9e1803139dac8c4dc9ec38cd75c..d3976c3dabf87340249a2846f36cdb6f9fed117c 100644 (file)
@@ -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_SIGSTACK_H
 #define _BITS_SIGSTACK_H 1
index 571196756ea3bc63208e4694b511f7179e9ca0d6..4e7eb7f1e06eed62b3679deb4a30e2f7e13e14ff 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket-constants.h> directly; use <sys/socket.h> instead."
index f129ce0f756207c616c2af8346202ef17eb1cc82..55ba439769f8d110270709ae33e8ff80f754ee2b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket_type.h> directly; use <sys/socket.h> instead."
index 4f0cef3cdffd1b7be9a9282a89fce25041c37f7b..f768febeb169702526f2455db68459f24bc540e4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index ff57afb0e3a554aae07e5a491a3c18910ed53fe2..98c60b5393be97ff2ea3b74abb78b9e3fe95aa6b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STATFS_H
 # error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
index 24efd3d13e74d42d2b116808ac4366a80d3da20b..d9a1b813d1cb785102bdb8dbc3cf75c69cae0e8a 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-baud.h> directly; use <termios.h> instead."
index db3aed8840ef2d1c91a01861b46903e3bd0b4b0f..736a78ec527d98d044ead0ce23aec10d8a917fbc 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_cc.h> directly; use <termios.h> instead."
index 8f970637616419d235fd27f2e01f66f9eed6c249..3d6cbbe4a46eaaf23a969af77e38b8bc4a4490a3 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_cflag.h> directly; use <termios.h> instead."
index 4c9d1016c91208827ccc2b9a4b532017ee9faf3b..1be90ae7c3ce161d1e0abff1f85dedc59e902795 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_iflags.h> directly; use <termios.h> instead."
index 7b12d7ec3e6750061a12483c63bee2cdc3bb078e..d2d2b236761a1b57e3f8b21ce3e38f0b0461e4ec 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_lflag.h> directly; use <termios.h> instead."
index 8961792769d9d471b62607fda826fb8e146a0d13..831d2727174bdacb07a25fbab24a5d51d006f0c7 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_oflag.h> directly; use <termios.h> instead."
index 55f9f2e500d531376372f03ce14f636c79f6d559..7c37019b98df0d7b0785b298f3b0db3059fdfb35 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-struct.h> directly; use <termios.h> instead."
index 7af4253a723a8142fae2f4fb220f7d9ef66f603d..d1e609595094504b74cd7287c861aafb2f4196fc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_TIMERFD_H
 # error "Never use <bits/timerfd.h> directly; include <sys/timerfd.h> instead."
index cde275defd54db2a3e8a4519076276cfb1cc8108..20231152e336e3657532597b100cc04452f393e6 100644 (file)
@@ -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_TYPES_H
 # error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
index b22031e5fd7d113e194909ac11392e8246269bf1..9f49e3e6c9110028fbd069be7ca2dccd66cc6f8a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __WORDSIZE     64
 #define __WORDSIZE_TIME64_COMPAT32     0
index 6297a6a2b45f1d267d22f1d87fb4d2f6ba2401d0..a74bd771ddcc88d901a47742be48941e3be06538 100644 (file)
@@ -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/>.  */
 
 /* __brk is a special syscall under Linux since it never returns an
    error.  Instead, the error condition is indicated by returning the old
index 8db506b2f43ce450ec2e1709adb452f9b2f41eb4..31bb495a2bf0a01b97d003d7ca43863e7224c715 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index d88d2ce1a9bcc0c8170a8a228173a5554ae4eea9..b912f30da8b73dcc0dd3231f315701c86fcdaada 100644 (file)
@@ -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/>.  */
 
 /* Scan the Aux Vector for the cache shape entries.  */
 
index 26a84ba0dd48e42835254d480d47d058187501be..55eb6ba725a5dfd43547aed4f868ebb10b0c925f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "kernel_sysinfo.h"
index b2a2ee7ea202487d5a41515ca4bc16d1632ceb5e..a3ab946a24466327fc3bfb83af3edbf5e564afa0 100644 (file)
@@ -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 __fxstat64 __fxstat64_disable
 
index 979b316d04a7c229a103037e75bee6545b71a7f5..c7468a239c8632cf4dacce429c74ea55c63f8b69 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __fxstatat64 __fxstatat64_disable
 
index 67daca717bb13e18ae36279a3ce968d7b2391347..8a8c0108b23e7a92fad6d980c9f0d79b0033e87f 100644 (file)
@@ -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 <sysdep.h>
 #include <ucontext-offsets.h>
index 6790b0a2d656929faef24d83e89b28d823055b95..b2acca6a11576d3f11308c986067231f5d6b3666 100644 (file)
@@ -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 <string.h>
index 186d457855530d42cfeb86b1010d14f722b48ac4..855582a03009227d526141ed6316005518245c17 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 USE_VERSIONED_RLIMIT
 #include <sysdeps/unix/sysv/linux/getrlimit64.c>
index 38073aa8f9c957bd456018a43528d472993c8b5d..85911aec9b1262d72a000c4c38e164475abaa5d2 100644 (file)
@@ -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/>.  */
 
 
 /* We need to define a special parser for /proc/cpuinfo.  */
index b34fa0eca97d793d3a0877b03ebeec823aee2507..9c47ecce7bd74db0d2f6f457b309cc6b5513cec7 100644 (file)
@@ -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 globfree64 __no_globfree64_decl
 #include <sys/types.h>
index 74cc87ee366082390184b323f7c5c843f48e6df4..6615e7a5ebb32dba647a5180fa65250f286bc15b 100644 (file)
@@ -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 <sysdep.h>
 #include "kernel_sysinfo.h"
index b1b252b6d8bb5b5a5caa3253756c902e1c9f65a5..868c3443e589d714ed9ab243ac4ceddf897bd78a 100644 (file)
@@ -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 <sysdep.h>
 #include "kernel_sysinfo.h"
index 861404e15d3f17592c0366c3042a8c4a94012d75..ceb367216fb53cad9c3b9f577a7f0e859797ff38 100644 (file)
@@ -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/>.  */
 
 /* I/O access is restricted to ISA port space (ports 0..65535).
    Modern devices hopefully are sane enough not to put any performance
index fc5e713f42f363965a66d4104aaa1ba26da388fc..881d9430634957d2b1a6b8ea1f86add38e4d8082 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>  /* For __key_t  */
 
index 81f6c3633a7e5345857bc8d808855f31a866f5c1..3928b4b62c95f028daff827349e13bcc058b39b0 100644 (file)
@@ -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/>.  */
 
 #ifndef _KERNEL_FEATURES_H
 #define _KERNEL_FEATURES_H 1
index 5096ea3b71d3e174115a28329d2bbc6c612eaf00..994c16d614510db84b8b7974889333162a16281e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _KERNEL_TERMIOS_H
 #define _KERNEL_TERMIOS_H 1
index 5fbc69be331353f0395b922dc914ce857ff5395b..8daf56b840436f19135c791de51962ee637695d6 100644 (file)
@@ -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 __lxstat64 __lxstat64_disable
 
index 45f0f5c7c6a679b704f2c4096a06a71e2dacb708..f266cae61314fbb1483970c9a3d5590052e9cba8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <ucontext-offsets.h>
index b39906e82063e949d29e220c1e7e7afa03b38981..204e0962ffe63992e9222ea205f7869a238f8f28 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains only wrappers around the real glob functions.  It
    became necessary since the glob_t structure changed.  */
index 45dafe0a1fbc00ec17d90212c34c1501f52b97c7..cca692176ef5f27ef93539ffd36005a665e15a20 100644 (file)
@@ -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 <string.h>
 #include <ucontext.h>
index d5ce9f8cb6d7a895808ce48347e5beeb443cb874..3de1437e916fe9216d945bebe34d5d67d4954115 100644 (file)
@@ -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 <sysdep.h>
 
index c8fbf8619b6f8de161bff3f7f026022fa587fc93..2c4fc4c1602bfa2d44d0edc3f3842612377d193c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <sys/types.h>
index c65dd78decbaa62e9ab713a3675583e8138f3d53..8017d40b17517decc43ce190cd1b9c5b1228f27a 100644 (file)
@@ -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 <sysdep.h>
 #include <ucontext-offsets.h>
index cd8c8a1c34b59893ce8ed04c86ef65dce656134c..a24932f6db434e895d1a90c884d691e9d335d32a 100644 (file)
@@ -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 <fpu_control.h>
 #include <fenv_libc.h>
index 76795d37dd7afe98bf1fe0f1c251d020450ec4f1..a4e04796a70110015ff65457fdaebb059aed526c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 USE_VERSIONED_RLIMIT
 #include <sysdeps/unix/sysv/linux/setrlimit64.c>
index 6147ba5f5244f4c0a91279e95a822d73609b35eb..1158beae7b7f87793515028e26ce8abe9289557b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 44a07db34bc7a58e7d0a98626c663a4eea919d8f..0e807179bfd9b37a137b00e1db66ef19df0b973b 100644 (file)
@@ -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 <sysdep.h>
index 1d0fd46912a9153d209eb0c661e8c24c4227a757..28786b510c72333597f16069e73c295e552b7f42 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SIZES_H
 #define _SIZES_H       1
index 187a03f715e564b0d5199c69a98c305c8b301828..691ee3fe4ea31b4a3adbc95a721ea9a1415289b4 100644 (file)
@@ -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 <sysdep.h>
 #include <ucontext-offsets.h>
index 95e5b86e2f481cd4c93fdc3f8a4028ce48123dad..8552cef9ff5271f3d6f1fe34668cbc2c2bf00120 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_ACCT_H
 
index b8ae9bcdbd884c762a60b79e5ca2017253e627a1..ca56f85b6aadb882a6e9ce83832ee52b2d1e58af 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_IO_H
 
index d2f93da8a786d44c0f97b327a50222bdbc39cc48..88f68312076a9a016793d097c7693f96907dcbcf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UCONTEXT_H
 #define _SYS_UCONTEXT_H        1
index 38fcb51c9a6c2bfc743e09d18b22fa12f4e99344..737e5677648db5becab9b4a7207322e963f748bb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index e84dc9765c2b8fd550afbb920483ea92ec8f2cbc..f66de7e591c7a4755b02a9443a9a9411089cacb0 100644 (file)
@@ -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 <sysdep.h>
 
index b27fbb47e56785101471b0a06ff45789eba8d7cf..0e198b53d79e137f14313bccba5a7ba7865f0da4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdbool.h>
index d61d4df5500bd07a90de072f8ff234a10a4f5a7f..acb9de44c2b0841e1e339e45f45ad2af03a7db41 100644 (file)
@@ -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 _LINUX_ALPHA_SYSDEP_H
 #define _LINUX_ALPHA_SYSDEP_H 1
index 343564e150a88bf68c62c65c82ab7cd1449a254b..3f8126ce2274969b09edef05b5929cdc291d33d0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <tcb-offsets.h>
index 93cfcdbb8333a7ccac1112015213d6063dd1924d..39ed084d9763458303c00c0c639bc195aed1f584 100644 (file)
@@ -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 __xstat64 __xstat64_disable
 
index b9fe03bd50b35c347cb1108a2ffa36e0fadf5746..fcb01ee59797e7c20bfbf135f9fcd381612a5137 100644 (file)
@@ -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 <string.h>
index 2d2eab2a36a95749e427ffe3fae51df1385f3f1d..dd647643821fea4fbc550191d7ed948872e6fdd8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/syscall.h>
 
index 9e65efa12d327c407e436832b9c4ced9aca5cde1..3c9fa09748e1103b91e48d7e3e70a711fa18a190 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 alphasort __no_alphasort_decl
 #include <dirent.h>
index edace592a008e41048e148b75aff4f9a8dc951a8..2c2876d3e8fc3c4c7be3b1241c28a4666973c5cc 100644 (file)
@@ -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 __ARCH_FORK_H
 #define __ARCH_FORK_H
index b57d01579651361ef34094d9e347cdf5c611910d..7c0bbddea4683a11a768a70c7c2d5083e5f10221 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index f64c4ffe8abc9d6963e132b9af5b06f84f77e855..8b0f6b24a4d62f897961d48f1ae34742efffb237 100644 (file)
@@ -30,7 +30,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 1920bbaeaafe09f92c00760842c73d294469a00e..06bbd49f0749af99a85d0c058d3809536654624f 100644 (file)
@@ -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 _LINUX_ARM_FEATURES_H
 #define _LINUX_ARM_FEATURES_H 1
index 5bc3b6540db3db98933aff052e8d1d80951852a4..2bfa07f833dd46c5ff72b6b2ffdb4d0a37183b3b 100644 (file)
@@ -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 <stdint.h>
 
index fde8e1d2b17acee9f08cf2eceee525cb8590bdac..59fe35c0d81e76af6f266dd61f5e9158196ff944 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index 4f45ed1a1299b8dc24a0752b3a65bfeb021ca83d..2e59201715ff61176384a5ae5044f105c6d0e560 100644 (file)
@@ -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/>.  */
 
 #if !defined (_SYS_AUXV_H) && !defined (_LINUX_ARM_SYSDEP_H)
 # error "Never include <bits/hwcap.h> directly; use <sys/auxv.h> instead."
index 4620b0a5c7d68d2b2017b52ccea85f49d104c88a..82d988c9412384960f6b9ebad421514c22fbb896 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-id.h> directly; use <sys/procfs.h> instead."
index f168b3af20029ed7dafd0655f76dc2e7f32b4340..cf8e9d6c93156e59eab4d3e35647c8636da7db66 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 75580256797988dc0f400d5aa8028a34418cf41e..f4000522b6d259f34fab14440772732826050f43 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shmlba.h> directly; include <sys/shm.h> instead."
index 1a204d61af0f5812aec59e1701514ce0aede8ddf..0bee3b4b6be77271c2c2dc64cd6d9e9a694b3a16 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index b73264399f9d3299d984924a77043085984cb7f1..8799f565494d939909555fa282719741209e95e2 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 48ab36c903689c39e5703a02a1db987fb6d55f19..bcb4f1d8bebdc5115f3527cdae0686743e40d742 100644 (file)
@@ -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 <ldconfig.h>
 
index 51cf8c7cce4fd96e3301ede079fb3eac4a480086..5860258a612056c93865c97b03bcac832a15f9a7 100644 (file)
@@ -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 dl_machine_h
 
index 803beac94335e55a472ce53cf17e4050de02b5b3..96e1cfc80c3340af27aa58787f9b6137078666a5 100644 (file)
@@ -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 information must be kept in sync with the _DL_HWCAP_COUNT and
    _DL_PLATFORM_COUNT definitions in procinfo.h.
index 05c62c868773e2a614bb40c53e22e587d57b6ef5..7a8b69fdb0a5a88e7f78b14c198a984d3d898029 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_PROCINFO_H
 #define _DL_PROCINFO_H 1
index e072c30fc7a64ffe723bbae52f6eb2736d999bd5..625c24b6d5d5773169116c787bf5a9cb26a3da82 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <rtld-global-offsets.h>
index e1846df661ddcdd90dde6c0d10c5abfbbc505bbc..d2453dde7a827e17c9c5e523f7c6d82114f47aee 100644 (file)
@@ -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 <dl-vdso.h>
 #include <libc-vdso.h>
index e832a6605e7ac04cf611426171be50f0b2360001..8bdfcf3b644a0c5c3705c66b331a7ac2713688a0 100644 (file)
@@ -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 <shlib-compat.h>
 
index 4220adff3761392f34df7f6cae3b838aa4396b28..3befa92b57dfa55c7907e554eadb729fd2ff6f12 100644 (file)
@@ -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_next <kernel-features.h>
 
index 040e33ca0d133aea5ab27a9292e39bf2ffdf8ee6..2a25bfe5dc10d7f1819f4de87b00829282a134e3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/generic/ldconfig.h>
 
index 0a8fbae2240a478eb20b10493a6aa85d2dd5a0e0..221c4bfd9aa3e2ed0ddf186f8ebd800e2ed5ceed 100644 (file)
@@ -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 _ARM_LINUX_LDSODEFS_H
 #define _ARM_LINUX_LDSODEFS_H 1
index 0b6237ac55f18633501090463ffb7b7b71e76710..8e097aa5074461ac075194a6b17bc5f85b1e13a3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* When this file is built for inclusion in nscd, _FORTIFY_SOURCE is
    defined but -O is not used, resulting in a warning from features.h.  */
index 8702165c6b1ecd5947df6816dbed72172ed2c083..6b7a825bf1c1a2532e96cd56f680bff7ac8e9fb6 100644 (file)
@@ -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/>.  */
 
 #ifndef _LIBC_VDSO_H
 #define _LIBC_VDSO_H
index 4edba8561d314661e601cef785a2381c2342bcae..b82bce543b27663462a32ef9730db07c9b4a811c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <ucontext.h>
index df393332e2a71ed38da835e4138cd05e87dbecbc..20d947a8a238c6e292cc0c56c1746b2f39f92118 100644 (file)
@@ -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 <signal.h>
 #include <sigcontextinfo.h>
index a9e6fbe5a249eaf0ed0b14ee43409f7f97abefe9..d217a2712715a78002a07359dec8a04e685d6fcb 100644 (file)
@@ -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/>.  */
 
 
 int process_elf32_file (const char *file_name, const char *lib, int *flag,
index 44c69a25529ec64f612a5bcf64b652db2934c096..f3ee3375cac64916a8c8942e374af89e6e581bd9 100644 (file)
@@ -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 <sys/uio.h>
 #include <_itoa.h>
index 3381b9486126d5492ddbddf79b599b35aab16eb3..7259c29d9a15b7acb9633b5cc75fdbdd35ea79b2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* ??? Needs more rearrangement for the LDM to handle thumb mode.  */
 #define NO_THUMB
index 8b775d72ade5a2ab91240ba1cc40026d98320af5..47a39224b7906aa94db0b737bc94cf02291b76a3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 SA_RESTORER    0x04000000
 
index d16ce06c3da80423ed702f84298f9e1982fa9183..cfb6a1a030e6140b1ac98eb66e61995f48557ef6 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 64fe65aed02c9a612d7a6aac209b16b15b75ced5..eb1be3bf312d941e4331bfc024a86cabc92e5156 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index a3954b2942f767346603544e85a9d08ac9d94f84..45ee04e6febde64dc00230eb2d56662d6c444e17 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index e6b31aff0bf9c168b08db0c25be113b48c945032..20f2c19811e3037d36bcb281a7ea08b6caa19bb0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_ELF_H
 #define _SYS_ELF_H     1
index 76ea4dc3438cd2dda08fe41549d83c69a4a7c337..f9cce0170b55484ea36a1af1640d87aacb7e29d8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* System V/ARM ABI compliant context switching support.  */
 
index aae8a99e56567cbc7e306d8f918a629ab3b60d9a..fe905dd618d651841723435683a84654aa722bfb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index 3d7175868f3cdfdd702452f4d320823f3827d619..4fb39ad10ea09b527f581dd697a9a7d80018212c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index feb941539d5322257ffceae62dc73a8e861cdd07..682adf06e1deefb1b1640c3ed08619691e8d4a9d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 6d8d9a47f9649a963c70df8506ad5b38417cac31..ce42f352fa14bde51fd8a546ac51f9be55c5a1cf 100644 (file)
@@ -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/>.  */
 
 #ifndef _LINUX_ARM_SYSDEP_H
 #define _LINUX_ARM_SYSDEP_H 1
index 5fc3ccd013966408fe07103b1d171448aff07d92..7dd9b646d41ca5fa6d940930cdfcc690eabe1101 100644 (file)
@@ -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 _LINUX_ARM_TLS_H
 #define _LINUX_ARM_TLS_H       1
index af6340f74cf4ec40a5d548998020d297b48dd589..d5f30201946fae512f47a01341923a472dc27015 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H       1
index 1d2b33df9e1de72e1803f79cb9aa27c7fea078ac..90507d146933c51b140011bfa4071a40422a1b12 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 866a006b3c4c9ce602f8b6095f17c97e7114baa6..a92d2e130791291ec3fe0403d5941c412947ef84 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _DIRENT_H
 # error "Never use <bits/dirent.h> directly; include <dirent.h> instead."
index bac8f95b8ff164af8ae1c6bcca1c5503796f03b8..c5aac6925187fda47e1aa383fa1f292ed9f55858 100644 (file)
@@ -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 _DIRENT_H
 # error "Never include <bits/dirent_ext.h> directly; use <dirent.h> instead."
index eaba990c2333d9ecc7613f6b090b33246578451d..83773198562760d6594a95fa0e9727c7d3beaa3b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EPOLL_H
 # error "Never use <bits/epoll.h> directly; include <sys/epoll.h> instead."
index ee8c3698a7778f61211ea0d18e2bb8918acbe977..84be7a484de1fd5fa050a29f4d5b10a80e105be5 100644 (file)
@@ -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_ERRNO_H
 #define _BITS_ERRNO_H 1
index 7d77b4fb7d6023ee85f4494d1ef9c339f4eabfc9..2348ccc8ea38255f591cfd4c8f99adc533761d7d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EVENTFD_H
 # error "Never use <bits/eventfd.h> directly; include <sys/eventfd.h> instead."
index ad9bf1b24b00887ae31f3aafc9f3c5ca0b310c6b..820f1152cf7bf6698bd3647e4910f573ffad7523 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl-linux.h> directly; include <fcntl.h> instead."
index 71300fb81ea889f0adf545df72e3107bd95d2102..0fa1743ac03afc9411c20d49a76ff27c36a78f0b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Linux version.  */
 
index bfc2525e1862152eee6a195b4ba7a955df0ad268..962c16190d9399fe210cebc204d241cd853251f0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_INOTIFY_H
 # error "Never use <bits/inotify.h> directly; include <sys/inotify.h> instead."
index b7e04d527e3c10f674188d3284e3366c9b49ea05..0ef639e867ccd327f478b3de797788f090d21940 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IOCTL_H
 # error "Never use <bits/ioctl-types.h> directly; include <sys/ioctl.h> instead."
index e2166ef20959fa79feee60884a1060dde0298ace..6bb51f838982ac041825cf7c749e960bb4331b83 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IOCTL_H
 # error "Never use <bits/ioctls.h> directly; include <sys/ioctl.h> instead."
index 6868b3eb45cd2b898b5ae29868cf831d3f25c19c..652369cb8d4eac087ceff301b389a1c062b197e0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
index d3a2a17a329af4c34f7ab9eef1885a2900f9ed5f..4972dee65ac66109f279d9f76f65f177a4c069a4 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* The kernel header pollutes the namespace with the NR_OPEN symbol
    and defines LINK_MAX although filesystems have different maxima.  A
index 90c1d4e6a062b360386e76be5ed2994b6ffc4a84..d6755c59d5f5262fb311546a3e56e4dc49295f6b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MMAN_H
 # error "Never use <bits/mman-linux.h> directly; include <sys/mman.h> instead."
index ff3c73ab883b932db70c9d76e5385e4103b6ff54..9ff541a710c65a07224c35682ed7c6c7ad89312a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MMAN_H
 # error "Never use <bits/mman-map-flags-generic.h> directly; include <sys/mman.h> instead."
index 43c49d414345306c8c3ce1a895defb584bfe37b8..1f94dc115a05807e400fb8819d034dd04ac823eb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MMAN_H
 # error "Never use <bits/mman-shared.h> directly; include <sys/mman.h> instead."
index 09cead2ebeafbd47f9e9eb975a92f5cfc6f03bd5..9067177aca5718e1b1c2ca664bf412e5ae42a2f3 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MMAN_H
 # error "Never use <bits/mman.h> directly; include <sys/mman.h> instead."
index 017da00f428ad0b1ec07f827919f4f2a13dfdea2..c1c7356a99a9a7d78aa0fa43d61bfb16700342b5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _MQUEUE_H
 # error "Never use <bits/mqueue.h> directly; include <mqueue.h> instead."
index c98ef71012b1d9d7f8e3fc634c8a48be3c9a3ff7..732d5f2e8cfa142fac8285aab2773b24deb6a9c0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MSG_H
 # error "Never use <bits/msq-pad.h> directly; include <sys/msg.h> instead."
index d76c6f9a20a29f30dfe0522fe881073bfcb8d3cc..6d060d605a4e80d75702f33b34d8d878b6c25801 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MSG_H
 # error "Never use <bits/msq.h> directly; include <sys/msg.h> instead."
index 53c0f9f1366b2fccfff3e76bc5fe18f5e90e4722..998c52f06884a2c4f381b610cda61c0a8acf78b3 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PARAM_H
 # error "Never use <bits/param.h> directly; include <sys/param.h> instead."
index 50f0111fe54bae46ba20e4f425e06845b18d77d7..acbd1e490f7b1659e71e6500d92d6980e03ddab3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_POLL_H
 # error "Never use <bits/poll.h> directly; include <sys/poll.h> instead."
index ca020d3cdd0859f4ec06e87123b9d7701da5123c..6b630a66040789b2a685eb15cedef03f5ada7491 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _BITS_POSIX_OPT_H
 #define        _BITS_POSIX_OPT_H       1
index 596ae34d9bb9d0f6d44c756331790a6bab83ca06..5025075cb2a7122578d050e6627f024286076beb 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-extra.h> directly; use <sys/procfs.h> instead."
index 8c5c7f67b17edfb02543c931fb74e9456c3b18cb..17de29163c94e109b6d5aee56a302827165ca2b4 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-id.h> directly; use <sys/procfs.h> instead."
index 780c1a74c3f71de20afc19496da76d5a95d3a5e6..ffaa83c3cea6c40841c6dbe7dcdcd01360351e7e 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-prregset.h> directly; use <sys/procfs.h> instead."
index 44c23961a13e62c2d61f075ccc642e6cb863fb9a..1dc1ec79b108575dbbf6b48dc1f41f66885d9f6e 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PTRACE_H
 # error "Never use <bits/ptrace-shared.h> directly; include <sys/ptrace.h> instead."
index d0411232bfd8032ad930fcaa204306bcb9ce35fc..8c8e187284882f50bfe8d370024ee3916ca7a9b4 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_RESOURCE_H
 # error "Never use <bits/resource.h> directly; include <sys/resource.h> instead."
index b67820cb49921d21e82ebcdf283a825fc371a94c..b27755c39eeed365ec249638225713971f1367da 100644 (file)
@@ -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/>.  */
 
 #ifndef _BITS_SCHED_H
 #define _BITS_SCHED_H 1
index 1eb0bd10330a461095e384c13d3c4f8900c1fd0e..405904b4b1f650496706a24e8e518c5f21873b61 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SEM_H
 # error "Never use <bits/sem-pad.h> directly; include <sys/sem.h> instead."
index a216459010675805ebd0b025b8ea17d0063d6bd1..400b5bfcf907f78155ae74388fe7a425c1c97924 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SEM_H
 # error "Never include <bits/sem.h> directly; use <sys/sem.h> instead."
index d5779dfbd0ad373ee989e06aebe834fd53e26711..c18ea464cfd3bb75ee4fc7ca7977614038959fd7 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shm-pad.h> directly; include <sys/shm.h> instead."
index 037eb02eb5fae7c9337c9622844d7f063c718f32..b1dbd4322f1fd57ff914762caf3efd07dbbfd515 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never include <bits/shm.h> directly; use <sys/shm.h> instead."
index 1a4cb63e94bdc01edc680413d656a589c0ffe8c9..057b68831a9e9c2fa5b8d3ac1a4fb19f89364cf6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shmlba.h> directly; include <sys/shm.h> instead."
index a9beac87c2906b27c6fcaaf6776f6041ac167e14..09f25a57b4de2bd3d98d69fd0c0980e8253cd04f 100644 (file)
@@ -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_SIGACTION_H
 #define _BITS_SIGACTION_H 1
index bd33c42a497df16d5f5a88a626a0627b362b19ef..fdb801680d5016d030e7846aabb7d89f8cedc9bb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_SIGCONTEXT_H
 #define _BITS_SIGCONTEXT_H 1
index e8766d82f4a61428cc05a648369893230b9f2b3b..1097f5de7985d72541ad368b37be34057fba0173 100644 (file)
@@ -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_SIGEVENT_CONSTS_H
 #define _BITS_SIGEVENT_CONSTS_H 1
index f8de9574874cb26e227c2267d4300a06213b6f43..e5303bc37d99925cb02cdf767f3e5b6fb506aa34 100644 (file)
@@ -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_SIGINFO_CONSTS_H
 #define _BITS_SIGINFO_CONSTS_H 1
index c07b869fabacd3d71e632b10290532bac0008e51..397f284e2ae08cafc244051a62b1f574d9788dbd 100644 (file)
@@ -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 _SIGNAL_H
 # error "Never include <bits/signal_ext.h> directly; use <signal.h> instead."
index 6639c0af792cbfc3113a4a5bb088c99e8c3ddf2b..228ef7b67184860907b328598ff82e4cfd49520b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_SIGNALFD_H
 # error "Never use <bits/signalfd.h> directly; include <sys/signalfd.h> instead."
index 25b0d2a6cff22c9df0292004a359302d13a3ba31..fea9a52511d6a0c5b919b3c143a0e70148bd0ea8 100644 (file)
@@ -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_SIGNUM_H
 #define _BITS_SIGNUM_H 1
index e3a37f641e74146ead8216de6b7825a265a05be9..7795be5eef61791144fc081eccaeeca7287467c6 100644 (file)
@@ -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_SIGSTACK_H
 #define _BITS_SIGSTACK_H 1
index b231342102fe6700bb2d0c4f13a01a232b3f4459..b296dc48907a6ba8d43dc91f022fc2476e097ee9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket-constants.h> directly; use <sys/socket.h> instead."
index 082f8b903125305246aa0a8d3ecd1efb16266a1c..3e88d66328a1a9574ed9efdfda4718ef07c1bb4b 100644 (file)
@@ -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_SOCKET_H
 #define __BITS_SOCKET_H
index c0981fd0e5e2adc7a19159069ee828138514aaf3..61d3c73525a8b58e3aaad112ca0117a1e33ccfd9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket_type.h> directly; use <sys/socket.h> instead."
index 9a54cf81e26c570d880e9e684ddf861b73829137..588a73d4630291ab5dedc38d7469f6c396b1b582 100644 (file)
@@ -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_SS_FLAGS_H
 #define _BITS_SS_FLAGS_H 1
index 7946fe2d519d97470eb5f356e58a714a8c130e2a..1cb30f8d3db7a0fb1a698704807aa913d9e731ab 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index 3eff10ec27dbdd9afde7dc8669d928a88487bbb2..f01b328460c1093986acb93874a2bfd37211d7f8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STATFS_H
 # error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
index a15db6baeb33cade4061bbe19e3a79e2ea36f8ee..e3533e9c91d3986be3c55c649cad14828f85c053 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STATVFS_H
 # error "Never include <bits/statvfs.h> directly; use <sys/statvfs.h> instead."
index 206878723fd37881378df0c657ae990a19282bde..ff3f2e897357b7eabdfeef04750622d1bcb72981 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* This interface is based on <linux/stat.h> in Linux.  */
 
index 0311b736ca9658231d49bd4f8576c8a84d53eba9..1e8d12b734b9e74542d7dc701cf08622726e3579 100644 (file)
@@ -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/sys_errlist.h> directly; use <stdio.h> instead."
index 7258d67eb5f5e8cf2ede0d93d213e97818edfa78..da9ec80f612a3149a4efe11ae2e4bf7b9e414930 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-baud.h> directly; use <termios.h> instead."
index 9f587c58e82a4603573bacdc3d0b9b6b69b2cff2..797eee9d61388e9dfa4f4ffb604896050f634799 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios_c_cc.h> directly; use <termios.h> instead."
index 1da79b7e18e4cc69ef107c7f6b7dd118ebed7fa7..3a5e9e3020f5aac5974958ed2608b640ec1e994f 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_cflag.h> directly; use <termios.h> instead."
index 519dc1fec96fafb6fa7edaad749118c65f829cbf..3c7d934aec90a3ee0ae2d1ac75891d09a2bb204d 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-ciflags.h> directly; use <termios.h> instead."
index 6e177082d6f36f83a9d491813ab3b3bce1c9c14c..847db4f51fb00b98ea90174bd97e37a96df152f0 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_lflag.h> directly; use <termios.h> instead."
index 0b90f81dc08222f5be1da69f5a1936d5a9bc8a4e..79d7ef158b52abfc18ca4c0c549bdc4ea47c0e09 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_oflag.h> directly; use <termios.h> instead."
index 8a151fab1b46ef73a26774c77d4dcadb27f2e372..d29f6c2ef20c9f6a0c7d2c5da0fe18d3caafdff7 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-misc.h> directly; use <termios.h> instead."
index af5c1b1f3594276ec3519a6170d137649b0e281d..0ab21e2d8445143b9b8eacb14ae17147d163d442 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-struct.h> directly; use <termios.h> instead."
index 3832d50ce2aaa9909ae1ad191bbde156d961ff22..a91f5071e674df98928f3ccf398e66ad588909c3 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-tcflow.h> directly; use <termios.h> instead."
index 997231cd0380dab770a4976482b0f8a0b844c828..b70f5666caaac65f03ac62d6d6d184306ea51795 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios.h> directly; use <termios.h> instead."
index a6f6cc99235a521a56d9522c55286fdd4b7a54a4..faec89befcefe55be2f59307a85fe97173e2e9ab 100644 (file)
@@ -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/>.  */
 
 /*
  * Never include this file directly; use <time.h> instead.
index 5a083b2396b2314a28cd6035cde59508e5775c0e..eab625e1bd5dbe79f7437cb2628790e4cd46fed5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_TIMERFD_H
 # error "Never use <bits/timerfd.h> directly; include <sys/timerfd.h> instead."
index bb272e8b19b9e378591b56155d5d2a56476912dc..772034d017debe5993a976986c9b89d496301377 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_TIMEX_H
 #define        _BITS_TIMEX_H   1
index 5af7a91df089a7964d933489beae6eed452319fe..6d6eb87b9fcacf6ec06f749f386ea43f601b6c40 100644 (file)
@@ -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 __stack_t_defined
 #define __stack_t_defined 1
index c4ea63df0bfeda44ec9b33d3ec77a6e32a46f690..854536513c606bf826b3d082c23250dbd48ac939 100644 (file)
@@ -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_UIO_EXT_H
 #define _BITS_UIO_EXT_H 1
index 022b94487bc160d436c09718453ccdd367779498..7c9a27dd049fd244ced9baa4fa9945b3894b2534 100644 (file)
@@ -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_UIO_LIM_H
 #define _BITS_UIO_LIM_H 1
index 0061172f238ce7157d1a1f61d94490a2177c4b38..c180cc07bbec1dfd0c759ec5621bf4568e78e90d 100644 (file)
@@ -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 _UNISTD_H
 # error "Never include <bits/unistd_ext.h> directly; use <unistd.h> instead."
index 07bda3926de921e819bfd09290ef548bc6c8edf4..f1edc37de97bf428149ee4329a8011afcfa69de3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UTSNAME_H
 # error "Never include <bits/utsname.h> directly; use <sys/utsname.h> instead."
index 790cfb3eef4e968ca6826ef5ba5ef9da4dca459b..4d1c27e6a027f1e0aa2b36ded8af65d5feeaf942 100644 (file)
@@ -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/>.  */
 
 #if !defined _SYS_WAIT_H && !defined _STDLIB_H
 # error "Never include <bits/waitflags.h> directly; use <sys/wait.h> instead."
index 6521c9132caf86793216cf9e717c04b9d647d2b4..3e57629d8cb7f1e5936739f6585d78213e2d70a3 100644 (file)
@@ -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>
index 6ef32171c7c8b8e5e059be9c7e9d659c94e33d22..97a30f63fcccb08e3baa7336cf12d751166b63bc 100644 (file)
@@ -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>
index a8842182656f5c906a1074e63205e906958e29f3..3f8f18477f4a39ed26f95a367bcd9809a4421df6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/times.h>
 #include <time.h>
index f2d8b916cb24010fcdafc219a2804f17841d14bc..959bdd13a48257ab7528e6b4d1ebea4f412b691e 100644 (file)
@@ -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 <time.h>
index 18a7ce53c0a4e3c3e495fff9159cdae9b64edad9..0b82759043ca1763036277ee158930348e87a380 100644 (file)
@@ -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 <sysdep.h>
 #include <errno.h>
index 7ad1c91be68a10cf010c220b08c6f665b2e15b34..ca40983f6cada96ae03b2a64281601d097a1b437 100644 (file)
@@ -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 <sysdep.h>
 #include <errno.h>
index e19e09d197d6f0156139bde23945c444cf627b7a..1f240b8720a0b9edf484a7ef43a07c5f79664158 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <time.h>
 #include <errno.h>
index 0586d1572221f563f37ebbb0fb240ca4ac34d32a..f76178e0f6e82892de59356a545e2e1ff227ec2b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sysdep.h>
index a7a02959a031b2092c880a2db351935a1bb4df2d..0e387a340ac66fada228f8ebbb2d89b8c108bb26 100644 (file)
@@ -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 <unistd.h>
 #include <sysdep-cancel.h>
index a1c53adc5f2971ccda1b3fe23905a9707fc1c2ef..bb288199e6a28d4d369f59c4919dc3dcf73f23dd 100644 (file)
@@ -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 <unistd.h>
 #include <sysdep-cancel.h>
index c8ce52aa9b05616160c09a5b23796ebeb7b337e9..18735f060f53eebea90d8ec62b7d6fd7cc8fd29f 100644 (file)
@@ -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 <sys/socket.h>
index c9b91ff2b0c92bc6e5424997d481c1270d32d6ee..4ada43037d457285c8b845f9aef4619a863154c2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/socket.h>
 #include <sysdep-cancel.h>
index e950db3bf52da2736891902b0399c18244da4d65..9bbed6bd9eb3020cc56a57458605b036c498d467 100644 (file)
@@ -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 <sysdep-cancel.h>
index 9062d3df5c6d7e225fee7779f0b9c5435fab1f6d..e55514999e122e99edec9fcd3528ada4c609de14 100644 (file)
@@ -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 <sys/types.h>
index 1fd52fa134e43ddb0438278cb51f954089a21b39..6b95e7e6de829362c5159fb7cb9f5a7cad1d8386 100644 (file)
@@ -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 <sys/types.h>
index 579bd94743129844a1acde850c1279cec81b1408..27c3adb137bdc5feea9eba78c9272ec291b93f8b 100644 (file)
@@ -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 <sched.h>
 #include <setjmp.h>
index ccf9deb50b71ceca0e22631d2bb6c036e8169ca3..96d9023c1cc5a6893bf9cd395ee36cc90b8a2671 100644 (file)
@@ -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 <sysdep.h>
 
index c1352ee4d7a330c9111429d9385d2c6625d980b0..6ff15110f04a4d384def4ed08fcb1a81e01a113f 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 4c96ab04147bd269674dd027c7b3b717306d405e..a3c9da14a44f4d10a7c0c6583f310f79bb5b236c 100644 (file)
@@ -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 <sysdep.h>
 
index 34de6e3ab4a19c40bacfbd8c3046cbd678cba9b3..21142b6eb19d2c6aadfb16c2502c9cc829cffa24 100644 (file)
@@ -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 <sysdep.h>
 
index a4210a54ca3150e33ace24f8023a486d30624703..802aee4fa5af4ef4f667a859c5074fefeebda9be 100644 (file)
@@ -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 <sysdep.h>
 
index 54a7486e0316daf291bf9728e275c50bebc04055..0457166fc574000166997af7c0511e645230299d 100644 (file)
@@ -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 <sysdep.h>
 
index 70ece7dcb2b7a3ea9a89f044174d37938eff4c1c..a3a40c24c03294008343b235fe37c4f075730578 100644 (file)
@@ -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 <sysdep.h>
 
index 4ec0c5e7597fed31ef040e81fad95c7738c93415..51dec4cce277d846e861be56fec8454d1bcbd773 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 08f1f26d3f955c3d7085c057f82a261eec409db9..345ee6c15714bce0f48e28f017779e29deb362eb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shmlba.h> directly; include <sys/shm.h> instead."
index e1beadb2a019521874d47a1096d677211c5162e5..e8e8a256ea8ffb8b4a4648bc6996a9c578c1183b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>  /* For __key_t  */
 
index f558925bc24798f9a1c869af7c4b735a04d5b647..8ef73930bde21df6e7edcbb4b9551d2a8c5e2b14 100644 (file)
@@ -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_next <kernel-features.h>
 
index d2049cfb1c938c8ed47e2c5565cd49fcc55cd14a..c221738aa1c6db45131b8777e7d15e7d9adc8db7 100644 (file)
@@ -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 <sysdeps/generic/ldconfig.h>
 
index 35dc209b1ea94a65fff0d3026442889c4f7c5b6f..a497b8ba6518f4ef524b9699b2e9b58a8fdefdd2 100644 (file)
@@ -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 <ucontext.h>
index 949618911eae9d8b97a03175431933595d2b290b..a3f0537c1c7f09389a2648f2a8f44b214f650419 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <_itoa.h>
index c5a775ccffab351be789d4a2ff1d07579c00f6a4..691b3928b7392fe89d670bc187f3b2fd86b6095c 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 7f0c37dac5e328614d59e54f52b9aca07f98b3cc..3367173ad5e1e8b0b51bcebce046b42b1826270b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_CACHECTL_H
 #define _SYS_CACHECTL_H 1
index 5eac9e64946cdcacb4001cac20253cc547eae4f0..24067d3463db3bfc163c72386c7e6bd24d11fc5d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UCONTEXT_H
 #define _SYS_UCONTEXT_H        1
index 3c0c96db7bc2815b33001bc30f4024540b1d531c..31a9e4720362220f01ea585b21e9172ed2dc6715 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H  1
index 4faaf859e408ab1c7208abb0891bb9c912d18d25..d2c6aac03ccdb8a75457f8529f57175f57c7bcf0 100644 (file)
@@ -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 _LINUX_CSKY_SYSDEP_H
 #define _LINUX_CSKY_SYSDEP_H 1
index 2f65def182bec2b5e5faa1c2dfd784f9d6f58533..0e9d24cd33f8c183c83fa4596b19ea5b49cdc5af 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 601f977ded4921c1afcba12b57257c56011fb54b..72a957cd189f41abd8b88a53fdbd848bd983151b 100644 (file)
@@ -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 _DEVICE_NRS_H
 #define _DEVICE_NRS_H  1
index ac1aa72f3b9a4a38459b7ad6b8c1114f32e2f37f..ef05b8b3268259edceb5218a4cbc73ffafe99771 100644 (file)
@@ -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 <ldsodefs.h>
 #include <sys/mman.h>
index 8ccc11c7ecac809e6c92c7c1096e02e6e8acd9f9..a7cbeab391d95daefa2bc337c17ea7da5c813422 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_LIBRECON_H
 #define _DL_LIBRECON_H 1
index 7601818bef0fefb6f5ea56ea6cec2356ba68a82d..6c5087853a3463633aa68ee8f4b012d26c2251f5 100644 (file)
@@ -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>
index 0fd9f1b3a32af1b2bca39c87e198671304f85495..afa5fbd049f8eb52869fcb4918372cc20c64eb96 100644 (file)
@@ -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 <assert.h>
 #include <stdlib.h>
index bc0365d0fcac29bba43a29ee074fc2fef3af7d37..aeb1235c2a10dbdb349527726fe8d2e3a682e25d 100644 (file)
@@ -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 <dl-sysdep.h>
 #include <endian.h>
index 8ab55851f39d74accea16e610dfa1abbf2147c68..bbde3a077e5345c5392bd6e5babed3415953bb8d 100644 (file)
@@ -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/>.  */
 
 /* Linux needs some special initialization, but otherwise uses
    the generic dynamic linker system interface code.  */
index 4239db0ae9352482ab2a5084e75cba202c501e0c..b9e2ab79aef9b1d38d5746973c342f667a0ef905 100644 (file)
@@ -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_next <dl-sysdep.h>
 
index 61f537dc0efa636a094b51d235a0d4c28b3e0919..5577f2103ccd799142479b76836655d3d762a0de 100644 (file)
@@ -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 "config.h"
 #include <ldsodefs.h>
index d83afe130ed8eb1fbbf1e745be3bfb56a70eceee..c37c83d71f8a5d2591274bc5e7417340fb99c825 100644 (file)
@@ -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 _DL_VDSO_H
 #define _DL_VDSO_H     1
index f1e8f8af8c463c45b67cbc393fdaa567c860a903..b084e942b89f4103ddb4371589f480a85a153837 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <sysdep.h>
index bc15108c664d42f5beda8f00965242e715abfd98..74d845f4362c0a68d2a693c92fd9098b19d079bb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 7a5fc4738bf509bec87d8cb40b49fbd760e5711b..32406d4c3d3bc558741a717e9a75735ca356b44b 100644 (file)
@@ -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 <unistd.h>
index 6698d94eadb4228991e32da5b9618b68489810da..0f8c47632b1289793772d9ad8d0601e66db8f2f6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Linux version.  */
 
index 9f30142bca15aa2f5252ba9a91eed2116145416d..c23d9d3092b177b47a98d828ec725b63f49238d7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 1091d31876fcb6309ba574b2aac9ab0256750f6e..aa9a1eed1920694b018735fb1c21318c45bb6c54 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 5c8f665e96b5d3ae2e1c4f3e58a6c89e93ccad6d..fe9da0e08759e55aea75ac450a2afb0ebb3340dc 100644 (file)
@@ -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 <sysdep.h>
 
index a5891f43c299b107ee50af7e91d72df4c4a1bee2..2953023b3088efd8f131ac4280edff61ae8e76ac 100644 (file)
@@ -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>
index 36aadf3e619579297324316c60777e41a4cd029c..bf1eefbd538fb7d78a57375b4af135e6b86fa0c9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index d928ce18e2d8a98b0bdd7c74a99c9d4036852d9c..3ffc4bcdda85e3531ce42df19aaa383f5775c9a9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index fa04247808e065df22a8d20ffc840135c5b4473b..dc9f862d389d3939361283542ac6cc4ac57c9f8b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pthread.h>
 
index 6d9cbc1ce9e054184282053bceae167c3bd7b1c6..d0f1d715ba3ed6e4794d086bd06280ad8acc0d83 100644 (file)
@@ -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>
index ee09bc690b111d7c1869fa795e09e570f85b07d7..48bda0db4ed3e2ac333767be6691ea2f782027b3 100644 (file)
@@ -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 <stdarg.h>
index d65e9fa636325639bf23d65ac258e33d3375f41c..c66f1c4ca13a8f2e69656d98ae9aeb1d32094915 100644 (file)
@@ -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 fcntl __no_decl_fcntl
 #define __fcntl __no_decl___fcntl
index 8b5e706fece7657912b4479a0d27a0a4ce3dbd48..d2f5c4fe932aafcf94e49ec91dc70d7ee0dcb6e9 100644 (file)
@@ -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 <stdarg.h>
index b05e90514611396393977165c3e02e32db85822b..ce64d29e0cccf8b84e82a952ed354c21b77668a9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 #include <string.h>
index bcefc7783ea0df311557823554992f944996ef15..c6a02f24e976c94dd9e3eeca046756ae00c34654 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sysdep-cancel.h>
index 9f6e07165d5e33cf0dd21fe43cca1998fb2abad9..16961b5a9dfd4c7e0414acca12d13277ce6f104c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 630b1e3f5c6a4ecd688a4904e9f8ee6c0b5e1194..cb7f13d23f6e0e9258f59116271bfebf14f5d1a9 100644 (file)
@@ -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/>.
 
 # Skip reserved system calls.
 /^#define __NR_(unused|reserved)[0-9]+ / {
index 00efb6a0775f9b7d13c7b8dbdc0a6509f306ac00..0e281806463195d6eb06a3f6ff1fcf5e38fd629b 100644 (file)
@@ -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 _FIPS_PRIVATE_H
 #define _FIPS_PRIVATE_H
index dc3683ba4883c15da98f3be4c1363aab1952004c..f91f830ba888245641f1fd681d39bf590d9e434a 100644 (file)
@@ -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 "pathconf.h"
index 3b2d564c23b5b57ca83a542de3f8610c9786fbdb..3aacc90f787521c48bcda53081dab7a18b13c65e 100644 (file)
@@ -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 <string.h>
index c36e5dd23d5677f2a49b60ae80db6f13ccab5456..29774294836dd2e48891a4658790be44359db64e 100644 (file)
@@ -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 <sys/stat.h>
index 51e4ff2e6611972dd052ee9af834d209033fff18..eeadb25962e5089aaf65d1f6a34053eb068423af 100644 (file)
@@ -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 <string.h>
index 617f38fac07287aa7e4786df87356985cf49a9bc..e4b6ee72ee4b394282efd3ba80ac9b6f55cb3c16 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sysdep-cancel.h>
index ea86dbb5d2fb8dcf64cf12fe28994f3681491f09..d7100d2fe55c3c88b978c686d33e29cf5f0d699b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sysdep.h>
index ec38e8e9e21a6b81c19c075ce3e6450d1b6853fa..4feab52e73cacec710697e3c49dc28f47f807a60 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sysdep.h>
index 980b7987c30dd8d64655821f56c8c57ded45cc43..5a4f4ff8182d1de75f19caab3a6bcbadab360d2b 100644 (file)
@@ -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 FUTEX_INTERNAL_H
 #define FUTEX_INTERNAL_H
index 3047e7229e710fbc0a037e9ec98cbfb51740c7ad..1f233d1246141ec9a6ab5ba997faf433312ecf2a 100644 (file)
@@ -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>
index b3b64550d640d50cb99efcfb11170974fe98d2ce..3576a9430edeaf05e2392fd74d028239c798a43d 100644 (file)
@@ -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 <sysdep.h>
index 5039927b148debbafadaa0ae3142d553b42bd107..1249829e10b625aea0f1f82caa3db648e69f250b 100644 (file)
@@ -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>
index 4ce0c320de8766c7288dae68472d5d1e660de8ce..cb4c71fad7dc1797bdc7a8b7e441123e68e02cd8 100644 (file)
@@ -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/>.  */
 
 /* Ho hum, if xstat == xstat64 we must get rid of the prototype or gcc
    will complain since they don't strictly match.  */
index e42f369f4052fb4a227d540f549747d357e662ae..109197b123be887cdf51b457e4200d077968b052 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 541f7f63eb175cdabc46a955c6db9b7c399c2247..314813656faab665e3e2ac10dbd4f4dcea4e6d90 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Ho hum, if fxstatat == fxstatat64 we must get rid of the prototype or gcc
    will complain since they don't strictly match.  */
index fcf21261e3945348baa2de2c728ca52a6b614833..d25d9aa8787f03ea483032c0a2598d1b5d5c43c6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index af9467207347a43fc719ea527fc3284e6a0642e0..0611fdff47b3bf7dd76d458f30adebb9651a7dac 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <netdb.h>
index 676f31ad60730e5814e4e677147158f0def76115..4486ea04a83bfbc9e9618255f4f6c00197f7ddf9 100644 (file)
@@ -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/>.
 
 # Emit a conditional definition for SYS_NAME.
 function emit(name) {
index 8c283775e16df77ad38060d865dac74c8b65e35f..a27acd8f00c44e74416b9c56755abfb0d8e656d4 100644 (file)
@@ -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 <jmpbuf-offsets.h>
 #include <sysdep.h>
index f5157f74583743785ab05722b1e90f460c251a04..e93178fcce8682b4937dcc32933a1d49cd34b367 100644 (file)
@@ -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/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index e5c26501047a9ec08bfb8004dd5793e9449a32e7..62aeea5a88de7772bb68aac3ac2d3e5ded7e66e0 100644 (file)
@@ -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/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index 77de4d2fd00076446b55d5e366252ecfed99cbb2..3472084ade050cbdc84ab0482cb9b33f82cd2151 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STATFS_H
 # error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
index 3ef1281c8add2f06d505df4dddd754f528f0a553..05e3cfee4547947df4cf19f7e06f1cd8fad72a53 100644 (file)
@@ -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/>.  */
 
 #ifndef _BITS_TYPES_H
 # error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
index f87932712b096a3252515cd2e3453336c93d4222..b8f93647a8371243c0ca89729f9c20e6f8cf464e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index cf77c1cff50ba6de5542a232bc4e88b2637a111e..02e236b076f8c5afcd89b9d8cddd90f69b331ea9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 57be028cbde6a352337560ac072d293b861a1a26..d6e53d5aac3708303bf82d5f118a112b7609e5fa 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 0b914949e54e0ccf9905e0e4c935c8824339d986..75b9e4be8b5e081ba2e1a7a5a01730141b1c93e6 100644 (file)
@@ -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 <assert.h>
 #include <stdlib.h>
index 03476b377e540b4c1171efd7e31896d6b402c4d8..2abb0f84dafdaafbec3cda9ae6eb8d0523a200dd 100644 (file)
@@ -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>
index c560cdd0bffaa188edc51c6a0cc000e3ca6cc832..27d00139bb57d4bcd061c819fa73f425b083ad64 100644 (file)
@@ -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 <errno.h>
index 93abc34c227d40a829d0708c223bd49c366ce4f8..f6a932db6324aad04b399a7d917bb145c45f5435 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 094cb95934e759e885fe6c7f5dce174a051bd5c4..f257b12c7259adf397639c7306faf0b0cb561d82 100644 (file)
@@ -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 <errno.h>
index 89f38136ad93717097ce205ff2ed12c250fd33c4..2d0cf38254c11d95665c88f59fdeeb13300ca37c 100644 (file)
@@ -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 <bits/wordsize.h>
 
index 70ddae43efa673e99bf71a7e598ce8449f199b0c..b0580a434a7cd498f83f0a6deca0a6dab0e673d7 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 765fbe012638b7674b711ef1575b00fbec052e22..ad0dedc5fdf7a7bc84b5af2a61a51f676e7302ed 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index e2be417aab6511ae73a7c2185418dff77a7c2f01..3f59e0c62b62c3350385b55a0c5676e4e41874b8 100644 (file)
@@ -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/>.  */
 
 /* Ignore prototype to avoid error if we alias __lxstat and __lxstat64. */
 #define __lxstat64 __lxstat64_disable
index d780bf759f9eaa71fdf1f22b654de63ad0eec028..4ad031948f0f6ba2f1cbb3b4473ca1d550d1c2f9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index f368e936700c9072f9b7f15a55fafb144142fc63..93d3c092ea23000b386fcfc988cf41730a80fffb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 94d97339f608839d4829fad8c79b1058a4735cb2..b579e065b2586f0c01c5dbf6a53045a4d0a4470f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 8ef4bbe8da0a59aecc7e6cd6d36562f7c5365f3f..2873d3ccaf9133fd525e36ede03c0226c9fb6ea6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 47be094e8b4d1056beda9a41f249b2cb16db591f..2e7487c9f5e86dfe92770f960535e32341dc0bef 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index eed5069aadb074d61ed3862b2aaccc3b62216a59..64b66d742056646ecd4120a8a7edca9cc884993b 100644 (file)
@@ -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>
 
index 8f2c310722dd3e1f8ab318fc5ce3a44349b2877e..0d200fbceb6efc48a0f8fced3f17c96c88b885a1 100644 (file)
@@ -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 <bits/wordsize.h>
 #include <kernel-features.h>
index 80fa3eb0c0b44980ee2e7a7febc837af35c79a02..b240d3df6862b00ca68d2ac8bc4cbdfcdd165c17 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index e34183994a4804b1df6d54566d1f4db07b8603c6..aafa498491cf7ad745c577126fb95cb5eaa8ebf5 100644 (file)
@@ -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 <stddef.h>
index b554712c8e403242029f72484d9861a27d4b46c1..164b400338a1bf32b4fb44c2439aad860160eaf5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/statfs.h>
index 81e137c585b958af1c8122735e5bbc3bca27aea9..94ce4770512152397a6bd25e5e7597e97edc876c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 4aee467a6b6deada8ec141b755c64ed26c4d411c..b007da17deaabd451132291691080cc51d564aae 100644 (file)
@@ -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/>.  */
 
 /* Hide the prototypes for __fxstat and _fxstat so that GCC will not
    complain about the different function signatures if they are aliased
index e203260485cbed5b2e2e6cf8a982a61ae78502f5..a544f7b348c96b42713cb8b12830fe33efdc4e87 100644 (file)
@@ -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>
index eb1157ddb01a7e4fa6b85ec016807354b0c3dee2..fc14494c2c709767fbd15ae689641ad9694dfdbb 100644 (file)
@@ -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/>.  */
 
 /* Hide the prototype for __fxstatat so that GCC will not complain about
    the different function signature if it is aliased to  __fxstatat64.
index 2d4dfbaf527e20f4719a29002b82bc1145ce253d..325592d04e5ffd4b613fc975c5c84a846f791cd9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index c7baa375320cebd4c2a7d3a5c4ea50a3534ba32b..2076ff22c442214b85a0eb6ef2ee277542766f1d 100644 (file)
@@ -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/>.  */
 
 /* Hide the prototype for __lxstat so that GCC will not complain about
    the different function signature if it is aliased to  __lxstat64.
index 6c17047e4c68614eb27a43417884bd867e5ff541..45efcd8fd34cf24322fda2ab32165b65fa23ce15 100644 (file)
@@ -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 <sys/stat.h>
 #include <sys/statfs.h>
index 45120d5d4540290aee72ee1a121e3747bb5fac06..16d1309e7a9a35b17c98a5fad79e2cfaf4698345 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sendfile.h>
 #include <errno.h>
index 02e25f7e603eb1bcab09903e24e03f41d68f1d39..e71c91bbf248b3beab4bbd4073afa7ed7f0fe338 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/statfs.h>
index 5f1f53c0f3f090596e463602131e3da8f71d8b2f..c43f226d02ddfad34977f17a7575411932163218 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 085e51add4654e8731a396b6d380ad639011647e..c55b45ebe02d8bfa8c31f6316c16d32e16172750 100644 (file)
@@ -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/>.  */
 
 /* Hide the prototype for __xstat so that GCC will not complain about
    the different function signature if it is aliased to  __xstat64.
index 4bf411509a883ff430ca97184779662285c7be29..74a1b60ca7c2abba3e59dd470a32c2f7e3e7e7b6 100644 (file)
@@ -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>
index b64bad599b4337ab76eadf0797352200c7c42674..75ceb9bc74b3727a206cf4ea3793c8e5b03926f4 100644 (file)
@@ -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/>.  */
 
 /* Ignore prototype to avoid error if we alias __xstat and __xstat64. */
 #define __xstat64 __xstat64_disable
index 9fa37797002cee29cf2d15a095055bfb0f9cf3d9..4d62f839c1b12e70474a261c775cf73ac03cd5d8 100644 (file)
@@ -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 <fcntl.h>
index ff5a2121963e5b0a90026b52d10bd647f5df65e9..feedde9b2fab018fe74cb5bd5c2eb997796ddd3b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <time.h>
 
index fb3593eabc420967e93e7d1e2e16157835c0fd0c..fdd27203af1a92db11c134e0ef18c95591d4c99a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sched.h>
index 18cd4fedbee8efcde0bf0be645874c03de77616a..eec986e69931d0a15d626398dea85f9ccbea32f5 100644 (file)
@@ -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 <assert.h>
 #include <errno.h>
index 3eec4c422129f9bc6182f5cd1c8452bc9d93114e..e1e2a8b8a93b710babf6f0d38ac19d41d8dda441 100644 (file)
@@ -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 <dirent.h>
 
index 5e3ef9994eaf2d38a8f5e60be369d0cdd78f798c..ae1691a4f8bf726a7c7b324e6a06a1eb230e13d0 100644 (file)
@@ -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 <string.h>
 #include <dirent.h>
index 0d5d3eb938c073c7c67d243ea258e8eb99609a20..654d1d10d66544b0e46306dfe42d0e0caa2fbfc4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <dirent.h>
 
index 69f86b8c879fb1af675dbe79413a4260267860d3..2c6991e41b308311c39572622069309dcb18a8b4 100644 (file)
@@ -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 getdirentries __no_getdirentries_decl
 #include <dirent.h>
index 185363e4424ff5832e8d38ba1194ecdb45795d80..aeebfe4c93d2e128284e098ff830f590aa0df3f2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 comes from the Linux kernel header.  */
 #define OPEN_MAX       256
index e81c20d53e9be371398569d5d16921589449dc8c..4d8178db2b4f042b1fd7a9f2c186f33487ecf880 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/random.h>
 #include <assert.h>
index 0c416f5b8ac0f72d979d6ea073723c9035a0872d..3a4e3b8d3769a410f126e6b74c1a9b17c59dbd3c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <alloca.h>
 #include <errno.h>
index 4a3a0c526988e746ea92e095ec4f96edd82be0ff..83f5c72c9bb08ba7b84c5912c19ca8aab1f625c4 100644 (file)
@@ -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 <alloca.h>
 #include <errno.h>
index 5d9f210d2523840bf45c2d528c1ab47daa55a652..a388bb98a6e7ea5c064f3deed40b0868689bff44 100644 (file)
@@ -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>
index 840d6b7aa18b0529938ebcae03f93045c9c552fb..95dbca284f14ca3b78a74d5f939037e11ac26cb9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pwd.h>
 #include <unistd.h>
index 3aa1a60622b45d7766e718f98cbc376675b66a7b..82d6f3845182f556be00fd9661e3b0ec63d72d89 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <pwd.h>
 #include <unistd.h>
index ee7b8f1e08ccfb5c7810e1209c8fd25f1cc1adbc..c030f73286a2f2a79a9c80e65d25395166d76785 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <unistd.h>
index 7ada726d41d0b4d65eb3eb8cb94a53d18fe1bda8..687bad4f01d2751566a1999cb945258efc018e83 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 050cc0e33b1bba5ff73f52aeb771d6f27a263e6b..b91d40c5cde59bf19f634f6d6865c2fefd900ab1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/resource.h>
index 96fe12d4a995f25253a357a9c4819336703be275..cdde8377f579f219eccaf3505e19637a7e4dcd51 100644 (file)
@@ -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>
index 9d3d919c748d10c7debb6836575c3c44afa0d707..122c695a3e4f7e8f3153456f1f32243e09f497de 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/random.h>
 #include <errno.h>
index 10c0176619d868ee747b541a31d5205f372f3bd3..9f5f1abda32de5435463331120902a9639175706 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/resource.h>
index 4357d88bd4186fe6c7289e54ba29ef1a62a2ac9e..e21423a0f69f394c0db91047fd1df929c2b00919 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 9cc4f26b9e0292f8a72330ffc7f7a580a1150835..1aab3b5fb4f7bab85edf0cf284ed9da8942f8f9f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 9528c37dbd804d610d6c825689a35f4276fb112e..104fbbfc5b156663d15d4266a412265a7893cb58 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index da5c2c8dc1d08694b7e551dc1b1e1575b63ecd2b..416c163989032d9a3a2e65d90ee9cae32dca5e08 100644 (file)
@@ -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 <alloca.h>
 #include <assert.h>
index 2cfb87b1f8bb0691a516540e5dbccd890b5b26d5..d33c7c863b819c03e05050baeb6d2de755e0c96b 100644 (file)
@@ -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/>.  */
 
 /* Defined in getsourcefilter.c.  */
 extern int __get_sol (int af, socklen_t len) attribute_hidden;
index 8d727c52a6d10adad00ab2538f4c682b7c95b240..41ceb9a32060f67ec72bf2960096776cc914c03d 100644 (file)
@@ -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 <alloca.h>
 #include <assert.h>
index a74f03825a5d0e182d5dfa7e23566ed9a11ca568..d69d4eaa9605aad18c3f0a4685798d734f22133e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/time.h>
index 69c2c5a6f5cb758c30473563da4b511159807289..6b5133aa2874486c85a47b41f9adfb89ede2353d 100644 (file)
@@ -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 <sys/stat.h>
 #include <kernel_stat.h>
index 3a384e8f4330f7cbb2f8212d53642ef91920c8e1..a0933c680ef997d432e695dbf61caa33ede0fac0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 #include <kernel_stat.h>
index c7d9cfcd1fa5b044dfcd6a6d7e5c73d47ff98788..c2428acaa88f5024366405d00a246f478a5e344a 100644 (file)
@@ -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 <sys/stat.h>
 #include <kernel_stat.h>
index 27ff0995c23f6e21c1772d0d66eb189c3d495afa..77a890119160caab35b9d374a38b1d4adcc8fe38 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
 #include <kernel_stat.h>
index 1c7846c557520abeaafbb2cf476d486ddb5fe50a..9f22dfa2716ae3771d0d22e7a64d174b9c6b84a0 100644 (file)
@@ -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 <sys/stat.h>
 #include <kernel_stat.h>
index ebee557a05443e548a8d466c691f76126209e48c..be17c695e2ba33d367862be60125bb7d47b21c30 100644 (file)
@@ -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 <sys/stat.h>
 #include <kernel_stat.h>
index 222079499b0f6d15a7c9f4da176dfbc89fd3b87c..4e83f8f17b215bf2bf5ed33b1e5dfab996b92246 100644 (file)
@@ -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 <stdint.h> /*  Required for type definitions e.g. uint8_t.  */
 
index 156bda0f3ce6ab6dfbd1c1b6a3a6d9b7c7d8d4d2..60c42ba85ebe2828457f331e9b228b76908304e8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EPOLL_H
 # error "Never use <bits/epoll.h> directly; include <sys/epoll.h> instead."
index d558d88ca1d43b8d585aa283e06c20875e5eed19..1b9ec669a4216d28f715c0647edd5011e49fbbb0 100644 (file)
@@ -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_ERRNO_H
 #define _BITS_ERRNO_H 1
index 8ac640b8d619d17ba3d552efe32dcfb9069d6dc7..9e22ddca20a58a889c163728da9e0ae36e621602 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EVENTFD_H
 # error "Never use <bits/eventfd.h> directly; include <sys/eventfd.h> instead."
index 8282f7ae63fa301433c5cae3fe02ea69540039fa..cc741619ebde6032f1e2a4cd7b4f92a051e1f33a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index 2aed8c15ff8a2539e1b38b247e8c459dae77d222..20f47c00a9c2e847224112af2bd683e62709c248 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_INOTIFY_H
 # error "Never use <bits/inotify.h> directly; include <sys/inotify.h> instead."
index d83f68ec0db08463a665199102365b597ffd10bc..22871c6c8326a258cc14f75f3d80a12f52f5ee8f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IOCTL_H
 # error "Never use <bits/ioctls.h> directly; include <sys/ioctl.h> instead."
index 889f882415f637e25c3ab03dec8239c4d6efae23..b7ae38da7012602ebbfd1a73471e459472c59d33 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
index b4314c519cbd9178c1967b4f75bfb8f31396dae0..bcebf46d876044d2c45b25f3fb803a0e5f2a742f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MMAN_H
 # error "Never use <bits/mman.h> directly; include <sys/mman.h> instead."
index 4a6e51ce5e64b88875a2db5dc47b7844b390f6bd..ff45db84095b5ad1f32c273b26e3ec45625a40a1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MSG_H
 # error "Never use <bits/msq-pad.h> directly; include <sys/msg.h> instead."
index 9d57472b5e82d15f079a62ffc356871afe2f14f4..375a8af9df07234e9e2d016ea7454f97f6451aab 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 29c2ef220dfa2d1dd67a380c2b1fa40f1aba3ca0..ff5fc3836fcedb33d5ce1d4a58f4840659b70e96 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SEM_H
 # error "Never use <bits/sem-pad.h> directly; include <sys/sem.h> instead."
index 0bbec7b42689f90b65c68dc50ed8a5a36a2ddf96..c39a020092037acacd602ecd791e21bfe9a38eb2 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shm-pad.h> directly; include <sys/shm.h> instead."
index a06508995507edb1477429697bd502679e06b145..30af8f379f7a6e47465b0fe91fe79658d353785b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shmlba.h> directly; include <sys/shm.h> instead."
index 97f59533f5bd0dde4dcabbc0c565c6ed6fff4001..3f63739a920cb1d391a307b13fec0b6701abc51e 100644 (file)
@@ -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_SIGACTION_H
 #define _BITS_SIGACTION_H 1
index b61ebbd8a9046a3077caf54d4608b7a324606889..4a49febe71d5c8401d99833324da247c6945362f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_SIGNALFD_H
 # error "Never use <bits/signalfd.h> directly; include <sys/signalfd.h> instead."
index c643626f99ae1865ed12c1d8e728836129b6338e..97c585df77be1c3aac04163b1b6c22243c23d371 100644 (file)
@@ -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_SIGNUM_H
 #define _BITS_SIGNUM_H 1
index 0b652b81bec3b792aac9f096732b6c049be17d11..8b7b909f525775b0ea5820ecbbe19d176487e8bf 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket-constants.h> directly; use <sys/socket.h> instead."
index 20ba8e313065f5bffd65e399eba74db18ff699e0..8fc5f3a2231ba6ee194e77395fff1d9ff9917f37 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket_type.h> directly; use <sys/socket.h> instead."
index 6601e2795e5f5d6817c8e7d1de1494d75dfa3cff..be3096aff177a30d34519244b788a1c1403635da 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_TIMERFD_H
 # error "Never use <bits/timerfd.h> directly; include <sys/timerfd.h> instead."
index 59c9e6eeb23771ef13db418b3ae8f1f1eb210c71..cf3e40fe4c9bcafa21487200babcb5dd3b526596 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 79fa4f6147c599882b79a57b9ef4806731ed2e1a..6db2cb5dd5979da17cf353ebf6bb14dde6cc2790 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 1c379b87b3a0bc36e8d74fb0485123e809db0eb1..587c4fa625dca63bc04859a2782590297c5c2c9c 100644 (file)
@@ -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 <sysdep.h>
 
index 5e170a9a2bb98acca02d24f38928aed79360b86c..a52e2c7b377b6e7500b95bcb2390cdebb2a20e76 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>  /* For __key_t  */
 
index b6af135c2e5fa535d66b0fd7db0b5c7000990263..d71571e4bb5a31a70220228170de41a1d5d44fff 100644 (file)
@@ -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/>.  */
 
 
 /* Support for the utimes syscall was added in 3.14.  */
index 217fa2b5ccf92b470f43803e9928e21a168e405d..a2c5ea9ef62a97c0879a2c615d57803095acf314 100644 (file)
@@ -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 <libintl.h>
 #include <stdarg.h>
index 5a1c6415152361307e8130c43f25736e6b0bd3fb..e168901ba05e39f9c0a02d23dd202e5d7f7f7cf1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _PTHREAD_H
 #define _PTHREAD_H     1
index 21c7dc9c9609c18922441bc0eca3338ac2952e55..a2e6d5d448eb5baf3c7c881cd4b3381ab3c3f12d 100644 (file)
@@ -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 <sysdep.h>
 #include <libc-symbols.h>
index 4089d178556e1dd4ecbfff0dd3ebe855a8be73f9..68681f3a7322e6084eb9a7766475a9c13c1f7458 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 8bd8dfcac286b6fcfc5d9f5513e31c2557a7c8c7..e6912907c88cc895b1e30d551840134185b76ba7 100644 (file)
@@ -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 <ucontext.h>
 
index 9a55d93a06d2fd344554a21c348fff08d879caa5..49b6fb8568e307df4e5a3f7e7c42b3fb05b66639 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Don't rely on this, the interface is currently messed up and may need to
    be broken to be fixed.  */
index e99d2d2861b79f66b5f6519d0379cb62aff2ede2..7e54fc7d95bf93686a433858f75831acb25bc526 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sysdep.h>
index 0678362cc812811fb8f9aa137276dd196ac8905b..f17a966f01e572d8fa9e68b43da44da7e2081994 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sysdep.h>
index 9bff30d56dcae185a197cb79235a71587cc0a3e9..2eb737776755a1eaa580bcf8e9f141b5c223d626 100644 (file)
@@ -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/>.  */
 
 #ifndef _LINUX_HPPA_SYSDEP_H
 #define _LINUX_HPPA_SYSDEP_H 1
index efca56cbd094d2d720b575b5136ccd0b0a55b9d6..71542a19a8c67c4fa9415d2968a7b028e8d2f3e7 100644 (file)
@@ -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/>.  */
 
 /* hppa has the utimensat syscall in all supported kernel versions but
    gained the utimes syscall later, so use the linux-generic
index 4e42093f1862184d25642636b2c6b5052b5a391c..865141a95b20dc5820b17bea9c11634c75593a5b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <jmpbuf-offsets.h>
index 4fc675ef1740eb4db52df89477fd74a9d6f992d8..d59c127501980ce4329f84a014af4f6bf6d68980 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 07422ae67e2451028603f5a511ee6b24e3128a05..885d01291e68c3cb611e5f3d2491e6c63342faf9 100644 (file)
@@ -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/>.  */
 
 #if BUILD_PIE_DEFAULT
 /* Can't use "call *%gs:SYSINFO_OFFSET" during statup in static PIE.  */
index 8e4699f6fb8a69348b349f3587dfaee90c98b661..9d47a3c5161271bb45b407d62cf24832f41332d7 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index bd66e8354fcc863f7be02c2793e43b16042276e8..5bdc39d815a674c8d65e50690ad87e3665b9977b 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_LIBRECON_H
 
index 0585cdaa9c1a2eecde3ba190b3c416710b42d3a9..d64354e2ba18ea915820ec6856ed1247c1af8661 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_I386_PROCINFO_H
 #define _DL_I386_PROCINFO_H    1
index f8d7c0cf7b3a021bd4863d48849304982caed553..70149a9d5d52624b5155cb4e9233cc41ab0c4603 100644 (file)
@@ -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 _LINUX_I386_DL_SYSDEP_H
 
index 4adb3fd7c873534d4d0d42f951af33dddbfd1da5..f17720660920423222e64f366bf0916342390c47 100644 (file)
@@ -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/>.  */
 
 /* Ho hum, if xstat == xstat64 we must get rid of the prototype or gcc
    will complain since they don't strictly match.  */
index 4aed57011975546f6a96b795f7d8e4f2463b386a..6cfeb0e53a7ff72f97793140655168c48708e25f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Ho hum, if fxstatat == fxstatat64 we must get rid of the prototype or gcc
    will complain since they don't strictly match.  */
index ff35cc6821ba8647312e1bb9541ea2fccd4d5318..1568f9604ace7e58843bfc5f27301498957bb781 100644 (file)
@@ -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 <sysdep.h>
 
index 185450ece6297771d21664d7265810c8b38a7866..f6faecb21ed9251764a98d35dabc8f560e0bfc9d 100644 (file)
@@ -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/>.  */
 
 #ifdef SHARED
 # define __gettimeofday __redirect___gettimeofday
index 6874ce8f5c83685c92d63d5d8f9f6503faf06797..c1666d93ed7fd7fe65548c1d1035094fadf335cd 100644 (file)
@@ -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 _LINUX_I686_DL_SYSDEP_H
 #define _LINUX_I686_DL_SYSDEP_H        1
index 60d69777cdcd6c3d342a372ea50512ba01a98b18..34537385309b5b3ed14e0616c599eab0073ea345 100644 (file)
@@ -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 <time.h>
 #include <sysdep.h>
index 3ac725b5a20dc21af2f5e162cad9e81e782d6bd8..8e982c41e65ea96c525c88e36ecafa0f92a2b9e0 100644 (file)
@@ -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/>.  */
 
 /* Direct socketcalls available with kernel 4.3.  */
 #if __LINUX_KERNEL_VERSION >= 0x040300
index 79d156902de30239e45712c5a24870857d2a2b16..79907bb4acc7e685d51ec627100774bfcfa0770a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/generic/ldconfig.h>
 
index 9119cfdf011c45e9164f5bd6825776b51eb702e9..b3eacec4b771a629235d6a6d75e4d2cdc0d71938 100644 (file)
@@ -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 <sysdep.h>
 
index bf5bcb0a47711b1fa5abfbeaae285e0076015e6a..b7f6bfe83b1740d433d507b4030a7d91b140532b 100644 (file)
@@ -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/>.  */
 
 /* Ho hum, if xstat == xstat64 we must get rid of the prototype or gcc
    will complain since they don't strictly match.  */
index 4463c77a08f185d8bd4fe3a2e1c85ccd971da760..e2f8afc895a16e51a0f588dceaa1528377f042d7 100644 (file)
@@ -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 <sysdep.h>
 
index a9bb0b2caa9edf10177b63e451526640397db95a..8adfe634db178a0f1948429cf8a0af840e5afec5 100644 (file)
@@ -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/>.  */
 
 
 int process_elf32_file (const char *file_name, const char *lib, int *flag,
index 836423863520be292ec5ea9fc766d25d80c0b8f5..abcd5335446b0326e08e27e156573df0b0e17de9 100644 (file)
@@ -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 <sys/uio.h>
 #include <_itoa.h>
index dea014e2b3dfde72999b76602c56dfb918ab81c0..dffe1d18e7d9d4eb531d492e8ae6132aa4e4a745 100644 (file)
@@ -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 <sysdep.h>
 
index a6a1a0fe805fab08325c60d49503698efe40dd7a..4409ff5a315142938bd2a17cc5ba3cb7e7773a15 100644 (file)
@@ -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 <signal.h>
 #include <ldsodefs.h>
index d0f23f5f0e7c5decc5e2ad085e0375bdb90f6116..aabddf18d61fa3007340c787990be6c6f30359d8 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 1411f2aa1e03c300e646673b50730d21eeb6fa5b..618191f6292385bdcaaea852cfe2284e5ac80c5a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index a3b5e30947f4cb7dffc045103e1c7c5d1c4493f6..de0662a2a95dbd4db2d75df2c97b116f80d945ef 100644 (file)
@@ -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/>.  */
 
 #if BUILD_PIE_DEFAULT
 # include <abort-instr.h>
index 7163a89903dab789b7de5fcd4991bf824fc54f1d..6fdc176535c9365c453cac777603a5d7e7d93bef 100644 (file)
@@ -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 <sysdep.h>
 
index 9f9efbc0072932266de041ecbb5ab06cb53108bc..b2e00395c828a1e97cbcd5c4a704e0b9075b698c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 57bd6eeaa08f6cfde36c41e8719e3a707740b102..1927a9843414519a4cbf7b4e8c961037fad980f2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sysdep.h>
index 77154b904a9407ad3d27f746ceb5bf60737dc17f..0e76b6b1119d2caf11d0109d94498a089c7aa6e4 100644 (file)
@@ -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 _LINUX_I386_SYSDEP_H
 #define _LINUX_I386_SYSDEP_H 1
index 440e3e6ab4be60f2e352480726b85b602d3333de..1bbe079f65279a0af3916c7eb6a0847a609fb516 100644 (file)
@@ -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/>.  */
 
 #ifdef SHARED
 # define time __redirect_time
index ea6ab47fd8686424aaf18d35338d3125ae6e6ca1..8b82ccf43b1fae1bd5b2e7046d22931f49904110 100644 (file)
@@ -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 is based on Linux test tools/testing/selftests/x86/ldt_gdt.c,
    more specifically in do_multicpu_tests function.  The main changes
index ce773d38ace681fc1cc68b87610cf3e18e72f6d9..d1e5fce6ffcb2014c4d947b0836f0846e8e135fd 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H       1
index f5be325f176de0e7fe7b934f7953ac762001f275..5adda11c864efca1fb014474e2e4ff1f7bc4825f 100644 (file)
@@ -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/>.  */
 
 /* Ho hum, if xstat == xstat64 we must get rid of the prototype or gcc
    will complain since they don't strictly match.  */
index 2d85c94f032784ec44bc88e44471a7c50db15013..2e9c25f73c90313ca98b0ea014c67851eef7eaae 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sigaltstack-offsets.h>
 
index cd704ed6840faf649f25505d9f6b2dfb05cba23e..7f46bd3f9f50d9079472bd29a64159afe6dd7c79 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <features.h>
index 6f07a47f1bc45fd9d2cb801949ad3773f6c98212..a2b659325ef84c97b1386a98f09e55cd3e0d754c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.
+   <https://www.gnu.org/licenses/>.
 
    Note that __sigsetjmp() did NOT flush the register stack.  Instead,
    we do it here since __longjmp() is usually much less frequently
index 967b7cfde085fea3000d5a095dd7637b5468e1e7..c0c623068bbf994cd8974c7503c0ec7d4d2d5117 100644 (file)
@@ -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/>.  */
 
 /* The public __longjmp() implementation is limited to jumping within
    the same stack.  That is, in general it is not possible to use this
index 0a791efee42365e7edb3122a53703d6e15ebd9fe..2aace2628a94598ccd9ced1a302affb1d460fcdf 100644 (file)
@@ -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 <sysdep.h>
 #include <features.h>
index 4814f4801d255f056c97f97e1cc1c291515db111..5303b06116f5bc109e95d0f120da46ad8c562c4a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index 6f9705e28a50d8edc5d2c16b963f4b60f3052c2e..2d7a9202421545ef06399359f75e3f27a50bef4a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
index a141c21e597c2b082f15821eddbb0879ea4b141e..5d6ed66393fd3586cebfcacc79347b4bdc3f9ead 100644 (file)
@@ -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/>.  */
 
 /* The kernel header pollutes the namespace with the NR_OPEN symbol
    and defines LINK_MAX although filesystems have different maxima.  A
index 2e48a83a535bb124ebbd6b3e231caedd85a3bd7d..f80095193cce9017d315d58d50e45945848ce1d2 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MMAN_H
 # error "Never use <bits/mman.h> directly; include <sys/mman.h> instead."
index 8918975e1d4df4ddce9a20ed0c09f9c80d396a04..13cd1ce566a44e2d5fa7a0eb3c1ca3c5d8207555 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 664a94b3499c6a2525f43e16db6d35b91ae30ef9..ada9d6120e509b029a43539d32f4cde15c9367ef 100644 (file)
@@ -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/>.  */
 
 #ifndef _BITS_SETJMP_H
 #define _BITS_SETJMP_H  1
index 373ff189577586c82f6a0cd6e176752c0f67c7a8..e824a27918533d979e666135e212d25d751d46f6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shmlba.h> directly; include <sys/shm.h> instead."
index 9b3af504f45be835300ee6211444b741b1537cc0..19aec06a50748ba25a06a2ec86d42e568d659fd2 100644 (file)
@@ -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_SIGACTION_H
 #define _BITS_SIGACTION_H 1
index 8dba935b153f19ab6f9329eeef6c3e920f40075e..e7f03a4a2946096753ec232bf489e633815d1060 100644 (file)
@@ -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_SIGCONTEXT_H
 #define _BITS_SIGCONTEXT_H 1
index 7427bf1eb20856d7fdb9156c6d12fd3b1a9a83fd..2fc30bf74cce4f4b9092723c922f3cac61390b39 100644 (file)
@@ -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_SIGSTACK_H
 #define _BITS_SIGSTACK_H 1
index 76672a8146671b8b0274a1d0bb0bdb08663a720a..b84191f69813e4d9d1a2400a46072016ad93bf89 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index 4c719675b5cd628e5278a28eefcac60180875781..884ca2b2ffe5eadd4241b9a5bf25336621bb12b9 100644 (file)
@@ -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 <sysdep.h>
 
index 054d4347f29f0b2ac4070af3ec9fa3751373f373..01e9eb931f811de1b916d388410fa64c4288c9af 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 #include <sysdep.h>
index e991dd27dac9a0faf6c7e82f849393f35b8456a0..9d2aa57422e62b07b59d083b6e72cd78ac068b79 100644 (file)
@@ -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 _DL_CACHE_DEFAULT_ID   0x203
 
index 063d7582712f9e8f3a31eae5fe823b4d4d7e77a1..aaf09adc0c3402eca742800e66df10e974085f56 100644 (file)
@@ -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 <ldsodefs.h>
 
index d514a10c5b508ca3820fc754a0d21e6cee9544ef..4447b0a42b5bab50a0074bde4a481fe843cdf370 100644 (file)
@@ -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 _LINUX_IA64_DL_SYSDEP_H
 #define _LINUX_IA64_DL_SYSDEP_H        1
index d6cf555284569417b813609828e6e8faca19c0fd..2f457577f61814eb14b010e2320ddb5a727b6e53 100644 (file)
@@ -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 <sysdep.h>
 #include <features.h>
index d7979cfbff4a6b531dadca7686998f540ec2443f..681fc36767c2b3a8616885f9656d2bc701547599 100644 (file)
@@ -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/>.  */
 
 /* I/O access is restricted to ISA port space (ports 0..65535).
    Modern devices hopefully are sane enough not to put any performance
index 6b2438cd03f6d7b25e55e05b546ffdfb53e0303b..29451a379a8fbce5fcbb32e3cb3cb2cb0239680f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>  /* For __key_t  */
 
index 333947931d3bb715fa5a8f983040c9e57a16fae5..48a678bc3547b2413cee35238492c2d758d1112f 100644 (file)
@@ -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/>.  */
 
 #ifndef _KERNEL_FEATURES_H
 #define _KERNEL_FEATURES_H 1
index 9feb47692985620ad923cd8aaed0d42a22350fe5..898cfd12a3fdb00f99f6c0dadf8f1b7aa6916f9c 100644 (file)
@@ -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 STAT_IS_KERNEL_STAT 1
 #define XSTAT_IS_XSTAT64 1
index 7e1760f77de8994b9ddce4e6168288edba1396c3..0e1d52a095938795c31d8e6093289e4c85bd517b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/generic/ldconfig.h>
 
index b86a496ee25855a1c4b509460e4844b0e9370a18..d8e87e63ca9640d40fe2dd7df76e924bbb3d9162 100644 (file)
@@ -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        _LDSODEFS_H
 
index 33b0b95204a36a2dec3192517d44fa8add46ba1d..1ad38873776ab56dc1eb6b041c3442689d61899d 100644 (file)
@@ -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 <libintl.h>
 #include <stdarg.h>
index a466f814f524e53c38380e94fa33c308fb092985..392cc8dd9842a9ab89ac99c51f47b7f622513ab9 100644 (file)
@@ -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 MMAP_IA64_INTERNAL_LINUX_H
 #define MMAP_IA64_INTERNAL_LINUX_H
index 7f55eccd9dc3803ba3698076eb6b09d68252541f..c5bbf6d5ad331c2b5e0c21aa14920bae2f7217d1 100644 (file)
@@ -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/>.  */
 
 /* __pipe is a special syscall since it returns two values.  */
 
index f2271ddaec272a3d10279e40133dc7ffe1004101..5887bd2323224441a2651ee9779a96e3e5ddfcb3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 int process_elf32_file (const char *file_name, const char *lib, int *flag,
index 93975102d469d42b3099232756f965341a929b2b..663f763571df8f4209de7a70419c03d39b2b0ff9 100644 (file)
@@ -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 <string.h>
 #include <sys/uio.h>
index 1929727993432d4e55dd63f93444347d7c4a71b2..17aa78b400fddf643116529b2a88658ba98653ea 100644 (file)
@@ -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 <sysdep.h>
 #include <features.h>
index 50a9137abd71229204e1946c65bf913ef85f60dd..70502932aa9e6ba70c3f94e63de9a4a98672beaa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 layout of the jmp_buf is as follows.  This is subject to change
    and user-code should never depend on the particular layout of
index 7e56c239bb61ff6dcfe1cbd79c73b13f7472c126..a2ba2ca24486d5ec5f184f0c6e66b04ee921ba9e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 8f24828db55cc2dd409b69779d2e3eb3a09ec14e..81c2d3cd8e20d1edf2a5ab8b13e384b1a49a050a 100644 (file)
@@ -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/>.  */
 
 /* Linux/ia64 only has rt signals, thus we do not even want to try falling
    back to the old style signals as the default Linux handler does. */
index 2e597cc1d6bfb66decdef7e512a554b7f30472d4..cd1e69b1c5ecfd1ebf4eeb2df48b267fdf1c0925 100644 (file)
@@ -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 <ucontext.h>
 
index abd2ee7759c1ee869267c750ded5b83cf0b67b6b..8c7bd33716db987dd99b107b0142801c29ee4954 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_IO_H
 #define        _SYS_IO_H       1
index 4578ffb50fa41e97926fda06856b7db03b568485..92e3ae901a5c3062d45e0df4c1e694d3c6abccb6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PTRACE_H
 #define _SYS_PTRACE_H  1
index a3721721c91d34e53dfa92375120c39246b5c2fd..8552be9acaf5c119151bb5e5779179ac8b0871bb 100644 (file)
@@ -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 _ia64_rse_h
 #define _ia64_rse_h
index 2aeac6534677682845941f3d57f29dafa39a91e4..b83e4dfac2c420a424dcac0ede0758559e059e28 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UCONTEXT_H
 #define _SYS_UCONTEXT_H        1
index f409e237c9be3894de813a4b4cf70289900100b6..3ab4659a19b43f9381472ca876f5ed38ec29665b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index c1edd146f63e3dd999b120faea42fcffdb6bfb42..b8209d2ed5bff939fa17f6cd0645b8df1541b5b7 100644 (file)
@@ -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 <sysdep.h>
 
index a3b38fa8fc5f7ea1e9d62740744967f5d83ff9c0..0371c417a9b9980d93dd61cd01c12507f31d1c23 100644 (file)
@@ -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 <sysdep.h>
 #include <features.h>
index 3328502efed4988d4c286a9c22a3ad59787f6ebc..4abe152ab77aaa64c4bfea203023089929d76a2b 100644 (file)
@@ -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/>.  */
 
 #ifndef _LINUX_IA64_SYSDEP_H
 #define _LINUX_IA64_SYSDEP_H 1
index 7664039722b913bb4a34b41e4090fa1b86164c95..f2db316941ba718ee7998537797fa6f6d304d2f0 100644 (file)
@@ -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 <signal.h>
 
index 3014b0e45ba77fc1c2a1a18de0db2f5eca95d7cc..3c3afa895f5760ee0328d0eedde585dcf731b94b 100644 (file)
@@ -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 <signal.h>
 
index d9b641f716d4cd94759e71772b870564d4e99930..4f5c24b4a46c46be39de0b0c3554ff93f3810378 100644 (file)
@@ -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/>.  */
 
 /* Constants shared between setcontext() and getcontext().  Don't
    install this header file.  */
index efda1a13d945b0e6fb118bb58a15f28fa41f3e94..de497841878b5f09335a006c279b3eb3ceb60e5f 100644 (file)
@@ -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 <stdio.h>
index 67334a6045e98a68d243d2ecebb3bfc94f26a10a..143a077651b13a96b7ea086e1189d437d2b707f8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <setjmp.h>
index 4486348befa4f6f052077576f4ae4dd94e2e2ab8..480b8e9ed5eec1faa1ab72f830bb6ca37cf6df83 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 #include <sysdep.h>
index fe6d5d4aa2acc1d9047afaaeb55482c9ed1203b0..afdc59a27fa8e735b1121a0bc0ea014422fe4924 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 2c942ee3d77ad5576c70714472529170a44e4df9..361453fc0b4e122ae90fdc9e4c4311d935bb9413 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <alloca.h>
 #include <errno.h>
index 10a1520802c74ac9a1243db26011653eee7d3f40..0c3600166086dc8b3da0c9a3e9ec6b13d60ce20c 100644 (file)
@@ -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 <alloca.h>
 #include <assert.h>
index 7f22c579d8f702a0cc3d9d708fc2aaf631cdc85b..8d2d3d08f2f3e47967fbd90ae7d38d0edcc79099 100644 (file)
@@ -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 "ifreq.h"
 
index 15f6b9bc95f516673b5a8b58a3cf068af5846648..9a2e277216d82a4dbcc864cac93e8b6ae4c465fa 100644 (file)
@@ -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 _INCLUDE_SYS_SYSINFO_H
 #define _INCLUDE_SYS_SYSINFO_H 1
index 575d2a1cb0743b0caea76321dfc74839d735fe2f..4e41f0a8c7f9b4a04fed174c689223760fe816e2 100644 (file)
@@ -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        _INCLUDE_SYS_TIMEX_H
 #define        _INCLUDE_SYS_TIMEX_H    1
index 3562011d21c6cd643dce2bacece35f543e60f81e..01d8bf0a4c2ee0b4d29e3d9ba884a40a61da9fc4 100644 (file)
@@ -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 __INTERNAL_SIGNALS_H
 # define __INTERNAL_SIGNALS_H
index 93599b9be349a518bc4e58f3ee6471a34b34d490..939ca2726c8bd446d725ecfe7b3b1c8fde7850d5 100644 (file)
@@ -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>
index ee069b1f0fbd8da2cb78e29d5178a29b26bb68fd..733971fb8b717df874565987f0e6dc944e8753d2 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/statvfs.h>
 
index dfb55ec01e5b64388fe5506e61ade94eb0128653..f264cf237501b5055fb994c33f62957c99b35199 100644 (file)
@@ -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 IPCOP_semop            1
 #define IPCOP_semget           2
index 1d1bd19541b69a2146fd44a2491d4bf857639a92..deae555bfbce0526c4855811fee23bead2cf2997 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>  /* For __key_t  */
 
index 179df79433c06b1a89343f456318faafbbffa332..5b35722768026165bc72c22bf6ef70a7d04bdb7b 100644 (file)
@@ -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 must not contain any C code.  At least it must be protected
    to allow using the file also in assembler files.  */
index f3ff457d28a0d28dfd8c63ac00959a8d372730af..1ded4df51a36da426170b37bfe03ee252fb22497 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <pthread.h>
 #include <setjmp.h>
index bc4294762b186e04fe4039a277be9a2d0976ff40..60511487f53f41b0638151ab95a024064f58245f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _KERNEL_TERMIOS_H
 #define _KERNEL_TERMIOS_H 1
index 11fa089fcab9f700905113b69d9eb5315a63947a..bbf13fad1f9225d634669638c7b26b8adeaef434 100644 (file)
@@ -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 code is based on the `ldd' program code from the Linux ld.so
    package.  */
index a13e1b983323cbcb7252c191c59732a577baa861..111e62628dc6ab7395f38c9202290ab23b72efc9 100644 (file)
@@ -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        _LDSODEFS_H
 
index 50a613e31f8218bdf370e755e4c266692be27e91..9c9b91f7fe3b13da843bff6ba8b9ef037a7a3693 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/uio.h>
index e686ae28d44f7f77c00a583f0466fef4f99c2fdc..37e72a7c478d101763783749551462ab1ae247a1 100644 (file)
@@ -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 _LINUX_FSINFO_H
 #define _LINUX_FSINFO_H        1
index 6b2bab29defb1838afd8825bae83ab2845e53965..89c6fa80e6f82dd0fc864670db1f72d77efeb3c7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index cfa796be2bd67770a5cf3f3ed37de968e7510470..b423673ed43f46cf3164e9330372c4e039dda105 100644 (file)
@@ -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 _LOWLEVELLOCK_FUTEX_H
 #define _LOWLEVELLOCK_FUTEX_H  1
index 6d17d0e6678ee90af0fd883b1adef1ae7eca1da1..c6b3baf4265f464de3febc658ed355677d1d8169 100644 (file)
@@ -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 <unistd.h>
 #include <stdint.h>
index ecf4338cdbc8e1206d9296a06e39be136b9382d8..52697088623adb9c524f0f551452dd405bf8efd8 100644 (file)
@@ -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 <unistd.h>
 #include <stdint.h>
index eb05d620fcf1d2abfd84a14377b210964fbbaf00..f0b059b9cd8ada43451d9109dd7b27b7e9df1c83 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 0565975d386898d6c0edcc914d69c270249e5175..ac986f1f704856361740b21611e75e64cf5b6abf 100644 (file)
@@ -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/>.  */
 
 /* Ho hum, if xstat == xstat64 we must get rid of the prototype or gcc
    will complain since they don't strictly match.  */
index 50ef9b7cf52ab0c45716970b0e601d3295dba315..d3e8f315d09987f852c3680bdfdaa19e40e3bbfb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index a9797d9afcf1116f80addb9ae32ed77c8e4df21b..2ba825e021fc23668fe2adece63fe7f995983f99 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 7037d6303cc2af534b95777d0053c81a79777bb5..17ff9300965f30dbe56e2ac6066f5bc8ddcc81bd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index 8833255c20864f6f3cd63eaf551d75d1a5cb57fd..e26d1583da81046882f757b841fed078241bd4e6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_POLL_H
 # error "Never use <bits/poll.h> directly; include <sys/poll.h> instead."
index 29270fe2c52b78332efa50044b0c344f781ee47a..f39c3963c5b789c64b722a7a473769e7cf513ff1 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-id.h> directly; use <sys/procfs.h> instead."
index 4a9d4aa3ccf82054a777825201a170db06a0c04d..29ca7c3d80206b8f45693d33d9f6ec4875d48e5d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 15f55047550c718e1db6cbfa213ceda8dba609a0..502917b79142eb201ef58f23c6ec5eac9cf11bd9 100644 (file)
@@ -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/>.  */
 
 /*
  * Never include this file directly; use <sys/socket.h> instead.
index 7a537e807c0051e73b580a8d24887ed545fa15c0..557e318a0cd7402311f74ae91b8c1ef01345f6fa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index 14582dfa66370277269a4cf3119b96ab05200e10..749e549f726a9b2f847bda114653790d2b72f374 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 8abd934b3adb16416e62b87482b1210e9a504a58..d370b459fd893cc3cbfd04bc8071b4e575eeae7e 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 0a2aa9ffa507fe29e09e95612bdee090e6325336..1830d5ab7be2bff70bfb121dba08301adc2e3b69 100644 (file)
@@ -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 _ATOMIC_MACHINE_H
 #define _ATOMIC_MACHINE_H      1
index 0aa224b7d6f2e961652e56faef0400152713f1e2..ee0232f7aca9624a5ccfd051aa95e9538b5569ae 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _LINUX_M68K_COLDFIRE_SYSDEP_H
 #define _LINUX_M68K_COLDFIRE_SYSDEP_H 1
index e19e7a2c6b669369a56ead4eb73c9ea4aff7e3b7..7ad0f0790fc77d63a344b2371f9f29508eded2cf 100644 (file)
@@ -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 <ldsodefs.h>
 
index 16c89c575f37862898bd65e82bee45f91417e849..ac6016cfda749284b4938fe820dd013047560211 100644 (file)
@@ -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 <unistd.h>
 #include <sys/param.h>
index a73df813b421425f287494163291292689f139d3..4183e31713dbf0d9c6fe08957b4590ede34bb0b1 100644 (file)
@@ -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/>.  */
 
 
 /* We need to define a special parser for /proc/cpuinfo.  */
index 1976724362828e8be34b810044eafff96d906e4e..fe9a5b3e8877fe15081dd4bfc083c897614f0cb1 100644 (file)
@@ -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/>.  */
 
 /* Direct socketcalls available with kernel 4.3.  */
 #if __LINUX_KERNEL_VERSION >= 0x040300
index bc893f1ec836d3025cf2725bad29e4d421d04a2d..bf0d53386edf92328c8fc3fbe305ab527918b300 100644 (file)
@@ -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        _LDSODEFS_H
 
index 91b3fd03bc82effd5d70bcc8a1abe0e1b0fd15a4..746754ef5407df6fca0d1bc2af2e490f2ae7a95b 100644 (file)
@@ -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 <sysdep.h>
 
index 7e2e243497f7e5a62e5b4094381889deb10ca9c3..b2dc75ad628cce3a6b7bc10ce43bf59585794d13 100644 (file)
@@ -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 <sysdep.h>
 
index 423e6864de53716854c336abc85f5fe079ae2808..ddaffe0de54cd2af348c58b30df0f534eb7979f1 100644 (file)
@@ -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 <sysdep.h>
 
index 392f52c3346153a024453073fb0d09b16be4cb76..939fe8722485d181a850f354fb82fc3416bc9ac4 100644 (file)
@@ -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 <sysdep.h>
 
index cfb0756e1a0bfc09a1e4976394234d07c4ee7f27..4e8d18ee2aa948b5cf5ea3982c76a8bf899ebe80 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _LINUX_M68K_M680X0_SYSDEP_H
 #define _LINUX_M68K_M680X0_SYSDEP_H 1
index df02d560aa50a827bd3ab767e9361eb9de6ea312..a182471c7fa61665cffbf5730b7fb5ae25113304 100644 (file)
@@ -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 <sysdep.h>
 
index 77fbf2981ba672352e5e535611eda27b6d807cda..e702d61508f94df98633ee302aa7df76900df3b7 100644 (file)
@@ -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 MMAP_M68K_INTERNAL_LINUX_H
 #define MMAP_M68K_INTERNAL_LINUX_H
index c1c71d92c2833ef2948571dd5ae2117850ed6f1f..8eee4a681aeadf8a2bd848edc0f409f25678a4d0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 9edf53f7716359bb7b93303b23ef2fc16a6ab2e8..696dd137037d8a1ba2eb2ff2a8e9fe67f4b2b104 100644 (file)
@@ -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 <stddef.h>
 #include <sys/uio.h>
index b98fd28c11cc6094b86269d88d6a7e7919ced1c9..d9d1aebf47386d454e98ce3d9632084a863761f2 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 91b13929aecbcc1e77ae3285892b63cb005cc406..13041d3be86a7a0ec341ddd7fb9f9f2b1fff2657 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_REG_H
 #define _SYS_REG_H     1
index 8a3b69d60e029bf8905e95c57fa5c45863dfa32e..d7a9c94e4837db05896e2b7d460ea26e8e39e157 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* System V/m68k ABI compliant context switching support.  */
 
index 210d88f90150dae6f0ccfddda4296c12e6e277ce..490d970bdca01b1c13806135e6e0099a6c9eddf2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index d49530b6d445bf2e90cd1fb49b34f1b21ab0651c..cbdc0fc9ac4160334e0a318d9b0d33a7ea167f56 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 2f58719c0396ef08dd7953d83bcf2aaa48c4dff3..52162245202e4d2d63f1ac0785c8a941db4d76a4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index cd88bd6f7f55488c7e2d6de4900b7c5b9d34e654..2f10f257643378f4bacf52189b7d335634ffe6a7 100644 (file)
@@ -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 <sysdeps/unix/sysv/linux/sysdep.h>
 #include <tls.h>
index c351046196119c6652d271693294216611a00e0f..143d1ff018d2ef2aa06879eee1dc11a507b51b0a 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H       1
index 42bbafb0d9204e82e3bfe5f63dd180f1d7f67baa..b37eb17b0a6c98c432e15d8cabe7f7aaa5a93f94 100644 (file)
@@ -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 <not-cancel.h>
index c2d6a1e8a88b2e6f7680410e1677fa9ade61f090..b791b0d977521e05a6537ff7d0f22ba10ed9dd47 100644 (file)
@@ -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 <sysdep.h>
 
index c30bbe84a616c6e973d2013ffdd15e041d1f2d25..da5ffc53e06752d977501ac51b1d25b188f6814e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index 7da4b7385b1eeee7be937f539a69f1aa6d1ec913..34f5c61574bde03d6796f216343a38e36a7df8e4 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 3af82656c6592928ae4961e034312b21dc7e9582..cf8ea789e59fc3b285bb23562caccc4cc6e15c6d 100644 (file)
@@ -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/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index e8738706e7f1dd7172a1dd89014ce1889ce09ddc..b9ea95e0f56b73f40d04d571f4c8a86fe1ad3cb5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index b1c054dc75298b76df71fd16c271d08c5a15e40f..0188d235ef3a253777321d69f3626835b394ed18 100644 (file)
@@ -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 <shlib-compat.h>
 
index 4438e5831c2e22fc2f66a501891d6eb0ac877f14..691af830ed67a51193581a768683daec8b495f42 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 9205f50d963382c1564cd8ac96361b80674c77e2..c6ab411512810667489b05b52da4feccb6f15260 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We need to define a special parser for /proc/cpuinfo.  */
 #define GET_NPROCS_PARSER(FD, BUFFER, CP, RE, BUFFER_END, RESULT)              \
index a7874092950788efcd0c831d6ccf4f9cc69a19cf..79102079cd17edcbcb110f393daa19ad98d4c80d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 /* All supported kernel versions for MicroBlaze have these syscalls.  */
index 69a070be55758ef97cebfe2e7a2f313b98c2d5be..9732396ca361afd2224a69c84dfb8b8471238f52 100644 (file)
@@ -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/>.  */
 
 struct kernel_stat
 {
index 7978fc3268f7e7b3af13a6980aae572d9dcd1cb2..2793233d0169d705e87d9c35c067ce701276e7f9 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index cbdc677f90e74a7516992b928583023c8cb9d913..aea29e9f1be06d4a134f2d4eb994d124e01b3849 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UCONTEXT_H
 #define _SYS_UCONTEXT_H        1
index adf08ca2756ff608d50221b21a948c8510a5ee30..363c837d963ff3394bb16da92e726d49bd6a1860 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 # define _SYS_USER_H   1
index f99ae1790945b7e3fd548128269aa6f0c4b131c7..092d9b85f877be183b58c31750a8555cb0b3ca99 100644 (file)
@@ -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 <sysdep.h>
 
index 9a98923d975b00241d52fbc01ed7d4395577290e..85e02f019cf51bf81ef1364eff7ba775bf7a9fa1 100644 (file)
@@ -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 <sysdep.h>
 
index 1228d0c576ef7571e3386df4732f2a792acecacb..980b4e0c8fb5e6e0f30e3e722a53ba05f26a9d90 100644 (file)
@@ -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 _LINUX_MICROBLAZE_SYSDEP_H
 #define _LINUX_MICROBLAZE_SYSDEP_H 1
index 99dc0418f4cfc15cc551f649c5af6237e149a727..564ab3aa342edebe71f9454d7550c3376cdc1ef2 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H       1
index 6d004f2013ba90d185b3d0f2b04439dca80340d9..d7449ff8535f7bbd1aba2770c116dec2d83f4d78 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include <stdio.h>
index 572d117a521247e711811e611c73a49669d566e3..cb8c6aa99268f16b0037784f6b999bc1831167ea 100644 (file)
@@ -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 the real-function versions of all inline functions
    defined in sys/tas.h  */
index eaba990c2333d9ecc7613f6b090b33246578451d..83773198562760d6594a95fa0e9727c7d3beaa3b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EPOLL_H
 # error "Never use <bits/epoll.h> directly; include <sys/epoll.h> instead."
index a696986d38480b6992b982f50769b2f1a605437c..45f73a829a473d7a9a99dcfb9c89672be51d469e 100644 (file)
@@ -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_ERRNO_H
 
index 52b526b3ded3a2696344d2de8cdbd6918208d524..13dda1bf10049133823289ba0d2eec893926fc59 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EVENTFD_H
 # error "Never use <bits/eventfd.h> directly; include <sys/eventfd.h> instead."
index 0c9b5a2943c53fe8f6f18091c6d35bdf6d20c016..674d1017db4e6244091a2a7130bab1d1896db347 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index 094d02f63a698e457305b6abb709fec3763f8453..499e02897cce092242c5a72265ebc5dc67fb7ea2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_INOTIFY_H
 # error "Never use <bits/inotify.h> directly; include <sys/inotify.h> instead."
index ca121d80f9784f88de729352eb2c4ba5529e07db..4ae2d9b7787a06c5fdbc9780513685681b88b19e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IOCTL_H
 # error "Never use <bits/ioctl-types.h> directly; include <sys/ioctl.h> instead."
index 5f8985fadd29150200de08e277250a9f1ffe4a1c..465bc42d9a12abaa49897c778dc5c0a52f910ea6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
index 944959c63b0ee3ad42e24213c96f39404b777ec9..846d17b5540e6047ac83cf2f251c4af2ae4af160 100644 (file)
@@ -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/>.  */
 
 /* The kernel header pollutes the namespace with the NR_OPEN symbol
    and defines LINK_MAX although filesystems have different maxima.  A
index d5cccd9f77e700eb404d7f994ab7f1b4a2b4fc96..a91d844ba26c836ece9177fad094827852156282 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MMAN_H
 # error "Never use <bits/mman.h> directly; include <sys/mman.h> instead."
index 138477bba1796c8ad69584e98656d89702608347..223c062e3f036fa17de95d676400a09ed05e7ba9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MSG_H
 # error "Never use <bits/msq-pad.h> directly; include <sys/msg.h> instead."
index 8833255c20864f6f3cd63eaf551d75d1a5cb57fd..e26d1583da81046882f757b841fed078241bd4e6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_POLL_H
 # error "Never use <bits/poll.h> directly; include <sys/poll.h> instead."
index 7df96af52d293b09eb063decdd204229696fd6c2..67464da21f1420684845d28823ff56f878e34a8b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 7f04da13fa77560d9a2615d2882f639e63366257..36e304e9cfc5416324ae35801ef4cbaec281d388 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_RESOURCE_H
 # error "Never use <bits/resource.h> directly; include <sys/resource.h> instead."
index 2831f1ea2a88de62cebfed596da86187823511bc..34aa0e34f5d9864ba78260f3214d0953c4c44966 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SEM_H
 # error "Never use <bits/sem-pad.h> directly; include <sys/sem.h> instead."
index 051d22d487b5c4594c6edf7812cbf5109103a1f7..2bf8fe457a4a67fdc39eaeefdeae19c2f88673d2 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shm-pad.h> directly; include <sys/shm.h> instead."
index b70f7db7f1f5e861f803e01686205c376d059a45..884f4ecf30be14588607193ced91cf84908ac7f0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shmlba.h> directly; include <sys/shm.h> instead."
index 42ecb91452bfefc4daefc898ae3678b022d87f74..c27b038647bd707a33f1e0ac704f79d6b121f5b4 100644 (file)
@@ -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_SIGACTION_H
 #define _BITS_SIGACTION_H 1
index ee3879111dbc512c56810cfca5b98cd33cecf752..d6b017dc705be7944ea6292bae9b965699d7aa0f 100644 (file)
@@ -12,7 +12,7 @@
 
    You should have received a copy of the 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_SIGCONTEXT_H
 #define _BITS_SIGCONTEXT_H 1
index 88ed4951806c666437a5f06a98c62c338a907527..2ea7e5ee081a8762edff1fa8d1e9efd2c7b6810c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_SIGNALFD_H
 # error "Never use <bits/signalfd.h> directly; include <sys/signalfd.h> instead."
index 89a63e4a03921120c12d29e6f90d92becd7173da..676bd75751039b449ef8ab6883b69b2747f86adf 100644 (file)
@@ -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_SIGNUM_H
 #define _BITS_SIGNUM_H 1
index 2c504499cb77a968badd3075a30cf591ed988a09..90e3e8f7fb64659ba4d1cb7970d9c98d5638586f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket-constants.h> directly; use <sys/socket.h> instead."
index 7e416093b21ffd86af835ac69af7b7f69c707746..9298fd4a6392ead8ea1374d0cdc7184f1b5c9505 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket_type.h> directly; use <sys/socket.h> instead."
index 14b10b37c022b70e9847d9c00246ae818f7fd9f5..a5bb9e6c2319f30abceed95c5b04beb843b74559 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index 911adc32cfdadf4df3f660c42eb4391a4f52463d..d23cdc3f2fef6be71f8bc269d90f2e3d085e51c5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STATFS_H
 # error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
index 4913a969a46f192dccd8dec4c8e335204426f7f9..ef70063249196e8b8313c81686a3fdbbe5abe8f7 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_cc.h> directly; use <termios.h> instead."
index 25fcd38a793f3a6aedcb0326e6a257483f21f957..b4138e2fb88c97a7ff6233aee0859be79f6171b6 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_lflag.h> directly; use <termios.h> instead."
index ca89009823ec8ebb57ac10c07d2d769ae1f3bab5..372f87826ad2d548b66a9283d3b08ce3ff3c35b6 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-struct.h> directly; use <termios.h> instead."
index 68b2972a17585eba1a92ce72a9466f7a7b86f4c3..9fd14fb3f6324d6cc00aaa91b628be70f03640c9 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-tcflow.h> directly; use <termios.h> instead."
index e2cabe69f6bc2588e3fdc5549d14ef86b0d709f2..b88740400f86437dbfc6c8caa68e2b83b1d11172 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_TIMERFD_H
 # error "Never use <bits/timerfd.h> directly; include <sys/timerfd.h> instead."
index 44243985284a1f8cad54e350f5b0e96c27d2ebaf..e9b177335e30bbe8c67ce840336b1be9e85ad3d5 100644 (file)
@@ -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 __stack_t_defined
 #define __stack_t_defined 1
index ea39d3009b4c66304944ba2e3a795334aa69c598..91da577b1e44b9589ea4e792dc309a037d3c7b99 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 5dba747120cddcd945bba889d9176c0fef6d24bd..55c09bf297c53a66443f0e249a6dd80ec317db91 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 86f15f250e307c16cce40620a08b478140b5b078..0e6b4e7c14687e3aa0c89306ed1adcef6c046c58 100644 (file)
@@ -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 <ldconfig.h>
 
index dc305ffc0e233ad3766ec3c8c83a2b9665dd7938..c71c18de712b49516b6d58d378901fa7594394dc 100644 (file)
@@ -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 <ldsodefs.h>
 
index 015bd5bff6719ee2c0be3eecd1e79af4fdd4ed5c..365ffa8e9ecd3acb8f676f56381c96bd9205a7cc 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/asm.h>
index 9cc87b9d3c36308b8b6c7bcdbe153cf07d83760f..c0f51d89ff77774f7df15f46d22aba305ecacd61 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sgidefs.h>
 
index 2c933d135584b08132907bfc1a96eb6afe5d6d98..966e5eef834f9f9ff560eec12335b5b70d2b8d33 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 /* We need to define a special parser for /proc/cpuinfo.  */
index 25884ffd8043da01b0201c618ddecc9a6d2263dc..ea5433a9e478104463262fc128b20db548aa858c 100644 (file)
@@ -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 <dl-vdso.h>
 #include <libc-vdso.h>
index c341c3fa10ee9e01d6ff5b5ec2ee2b288e09847e..a284417253ea20d103e431c49f330229ad62749f 100644 (file)
@@ -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 <sgidefs.h>
 
index a607d78da12443575b31608ea3408757a1ebe527..2a7465003d99c0f4e314ca7e49f4a4da02d404dd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _KERNEL_TERMIOS_H
 #define _KERNEL_TERMIOS_H 1
index ce7b2f98850c18574f8b85a431e507dcad76802c..2d560d17cb6825c5dde350caf750de14d43bf96b 100644 (file)
@@ -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        _LDSODEFS_H
 
index 344ea2d7505342025dc23f70e0e03027a6215f6a..086abe2c32a51cdc8a2d855b83f75c0ae890fff4 100644 (file)
@@ -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/>.  */
 
 #ifndef _LIBC_VDSO_H
 #define _LIBC_VDSO_H
index 3f40f7c9f2b05de73b81254eb9a7dd3d2af35881..6bb4c9a8b3f7115ccc45aabfad55af9ffbbde4fb 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/asm.h>
index 3857a613c14679f6a5be8991bb8b7a6d25043a8c..45e6d1676d3fddb2058820cd9b4a09ba834f3ffc 100644 (file)
@@ -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>
index 649881f8b1a2425c0f7fe037bf1f107109616116..abc755bc14b88792794faf65e09f63df93292faf 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/asm.h>
index 2c954f8e770b1cf0bf2e60724d8edf42c048cf07..17a1d0465cafc145462a8c7549376ee30afbbbae 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/asm.h>
index fb6c9c5e0f7e626d328f1f3df606c37efdb2b52d..632c549015b76eb265323cbdbaa2fac4b152b1f4 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/asm.h>
index 4f917c5d3453ef0abd2f3150199ec91cd8afa644..655a6632071dee2ef8368e1d62a10443451a6369 100644 (file)
@@ -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 MIPS16_SYSCALL_H
 #define MIPS16_SYSCALL_H 1
index c8f6fff40d8c1156d864d974b377ed63b9fa05fe..0d614e3b6147c4c4007ceaf10102d75dfa9723e2 100644 (file)
@@ -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 <sysdep.h>
 
index 2631ec25aa284c3f3021bfa97077b762d127fbe2..40f683845d1b72e49597733ed0e350ea56e87429 100644 (file)
@@ -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 <sysdep.h>
 
index 235958e3555d4139eec6f980b1b3fca0fb725258..77184bf6506ee01f9041f00043db12f4fc22bd13 100644 (file)
@@ -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 <sysdep.h>
 
index 827c5e23a52dda3908a2129b2d52790face2f95f..1b5168b15b8fdf7927cb53bdb6ecdff0a6c5123e 100644 (file)
@@ -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 <sysdep.h>
 
index 3eb040056ad3dd0b33f1b69623a6d84f5f02df86..c8e2de9cde624e247c5121819ba3f9a69359dbdf 100644 (file)
@@ -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 <sysdep.h>
 
index a310a0acbc7dd0c11d52d7bfefe7a16ae7095edf..f5312e8e2a2eb6e9d95169c4fb112e5a6960b110 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _LINUX_MIPS_MIPS32_SYSDEP_H
 #define _LINUX_MIPS_MIPS32_SYSDEP_H 1
index 2067b2fe8010afd644e02a00179a2b191d5c8e46..37e83e389781a19c2655e42b0170ce0d81e8170e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 09810310778939fcf8197452f7048c2521377151..f46fddad024a3b56709feb1c530b0cca523c5df7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 8bf3abb0e0994849fd25744b8dcd9794618b2193..a8c65cccbf3bd6070d647bdcb7c8e1f5f759a684 100644 (file)
@@ -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 <string.h>
 #include <dirent.h>
index bb316560697f0c7845ae95901786119389a226b4..10d5c52dd0b71e58539932fc09e07dd128954d0e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>
 
index 9dae61503221a35b61b82d654a7c777f6c58dfd4..e834127ddca46f3fbe75f190b95c332235d1d9f9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/generic/ldconfig.h>
 
index 5fa8dccf191668055550bc5536715f74028cbc11..3fc13a9a51c96904222512def27f7049f6fb1c92 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 43eb115f6da4cda48eda151fa2a98842c0b3fed0..194302869216c622cc6e343273ea7ac9a79a703e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index dcad33d5ad11ec3e32e599c19a6179d55990c1ad..9e23a7a74813b39d7856e5f6089d1c89e5103b52 100644 (file)
@@ -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 <unistd.h>
 #include <sys/types.h>
index 43b4c0e196bf69dd6f2596606b4699d05f497610..37ae3d83665f55adfda76c9f327719b498c537ef 100644 (file)
@@ -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 MMAP_MIPS_N32_INTERNAL_H
 #define MMAP_MIPS_N32_INTERNAL_H
index d83e08f96a6d4cbc547410819c94fc4df69bb49b..0c32cc38516403f6ec929b1563cb2fa86ef3aca6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _LINUX_MIPS_SYSDEP_H
 #define _LINUX_MIPS_SYSDEP_H 1
index 383c7e5cad5b15ae6cf4fbc6ffb7ee40b5a05bc5..319b589b92fc9e7c1e39b1c18fa039e84a189423 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 130c934b20ea651f3c6037cef57f493ab471b740..ea31133765b0c1600223cb269d3e33e4f10cbcd9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #undef weak_alias
 #define weak_alias(a, b)
index bcfaf561a14bf71459e0f6c068769e2cb89ee901..c2fe86d1cdb4144558dc169f0bb267b27cab622a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _LINUX_MIPS_SYSDEP_H
 #define _LINUX_MIPS_SYSDEP_H 1
index f97a1da5dd6a55ea80f152790496d06d69ac2346..6218f81f694b63c8c7b263baff3cb81c3b30b11a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 1d8b9cdf420533d37734ab665430991b926f93e4..db41b6a6843335d38eb37c73a5c21074019a9b02 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 50a6e6dbe9ef557d46fdb87a5ccb7ab64b8fdc2b..944cb09bb2bc22e6caba095e399c852246c3b49b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 407f5449bf716f5f71fbb6d3aeb05aae4458dcd2..9c28bdceb201d6ab5eaf746fb36ccc0c519ebca0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index b581ffcfcf6a3e6bb526a4971546edd26979b8e1..150d44317c88ff7334ffe0c61b8bcd99ffa090f6 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 int process_elf32_file (const char *file_name, const char *lib, int *flag,
index 65719e8c166c8e1cef6c66b98bee78c88407edc5..8d137202c80898c8df5ab0b631e8cf30f219b2ea 100644 (file)
@@ -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 <sgidefs.h>
 #include <sys/uio.h>
index 98afe6cbac57e57c16af8712ec47082871008a62..472e9d8a2736316fbdd67ae5ab4d4cbcc512ec48 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/asm.h>
index 223a7a389116cc91d21ce7933c55fb97470ef916..2d1d47709c248eaeaf59f3631eeb35541acae742 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sgidefs.h>
 
index 89d831f6d94e99903c176df00033709ee88705db..896257800001e78d286bcb3b230d0c1eb93e2310 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 6612e757cdeb62b1434c7b52ec494847a09f352d..c1c20c44600f7bee354c5cf90b808c7d370c2eff 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/asm.h>
index 05d06720cf27536bc37304d6ad8b67bf6ece1a61..850e8ae3bce1e19ff9b90a40497087f768834043 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_CACHECTL_H
 #define _SYS_CACHECTL_H 1
index 2d9b1dbc6f11c1f08259514d4ff65466d9f960bf..d278c12dc43a6ccb8d405ed03135df6bafe44033 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SYSMIPS_H
 #define _SYS_SYSMIPS_H 1
index 39fe23cb13db583af437403fb82a3c4a41602680..bdf4c4deb4073fd90a72b3836c3388742e768234 100644 (file)
@@ -12,7 +12,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Don't rely on this, the interface is currently messed up and may need to
    be broken to be fixed.  */
index 29a6c367854745041437f154b2405cb0f7a70e99..31cc36d7c9d1f66b4deb5d19d65a0ebad707a72f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index 438977a8de5eb6703052c09320a3da57da1de9e3..a74eb048c969a931d053aa429868ecfa2b484f0f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sysmacros.h>
 
index f186c0f3028c6fbd7ec624eb482d58b354233d60..ec0f6bd376cf8f3959aff5cc6295ab7f4ce4dc31 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* vfork() is just a special case of clone().  */
 
index ccb2b4088420059cb164ba2520bac205b1bc999d..2c0b45b9bab4e066b33701494a868a37ef7ab48c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index d026c1c763fc472d7292844c7e17353563f88867..e54e5802e562094c4958ffbf66fb77777432e054 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/mman.h>
 #include <errno.h>
index fe2187e2b104773cbb1e85485cad8893a1edc2e7..e0483315373747c790d9e7a7d9c518b8ac5965b9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 671db2b6542a529d4d172865b2c9ff8d7c7534d9..104ef0eb2c544ce3a15555dd233071841c73888a 100644 (file)
@@ -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 <unistd.h>
index 0a721cccf9b64fa551523e788fdad827b8a11bae..148c8fccb96d959689fa4f5550e8013726866c06 100644 (file)
@@ -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 MMAP_INTERNAL_LINUX_H
 #define MMAP_INTERNAL_LINUX_H 1
index ce3134af125550fbcfe43af5a73706d86446105e..7eacd0bb915d167329aacdd38e479d3e23431dee 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index ccdfd8f9a70d489c3c29d5f1f267f7f41ce0ed31..3f9976392ee2521fe7a75395ca1300c7d35a5a40 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 5d247ecdc39f906b90b7b82b23e9312a73bf2130..43bc56bdb992dd975fd354bb57064baf7f17b004 100644 (file)
@@ -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>
index 5d33bf016c05a8ff0375e10a4246ba0221432421..30409a36e70c69c8ccda57ff609bd8359599ec6b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index bcadcc1805e93f729f7e8a41e40b2ff1d76e3f2e..aea4d37cff05d7bc80240dce29e7260458d0e60e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 439194e82f70969ea4349deda33a654a1d07d174..9281d5b0bc0338051517cd0ce1b1f5ac8d933791 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index cd067adea54e6e3eb6a2c3445ea65091ef42611c..9957de44f755412dbc06fe3b24f5730859352497 100644 (file)
@@ -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 <mqueue.h>
 #include <sysdep-cancel.h>
index e8dbaa6c503f6d2c567430662ece582b34bc9699..cd8f77d03f351d20e65768b145efd5c470fa3a65 100644 (file)
@@ -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 <mqueue.h>
 #include <sysdep-cancel.h>
index 93ac98fb40d7f27b6ffc34c726568d9d7cebed83..22dadd41d31b5da724078736769231b4b1690ea1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <mqueue.h>
index 2d4956768685f3e562a8cd8d48976012f1f4f2fe..a52b5477ce66e48dcd757186bb27b81aa609ee5d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/msg.h>
 #include <ipc_priv.h>
index 7ad1ac696530fe82d8a2822082f11bd496993c34..526211a6913a9f808e8ebf2c64d6a9380b2ea258 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/msg.h>
 #include <ipc_priv.h>
index 4a07bf88767782b9b4b1c3e874837ec54b799593..1b06bd6d6051677613a622213fd8bfb79ad9be17 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/msg.h>
 #include <ipc_priv.h>
index 6f5238fd5bd0d9c2e1c6c9faea80c30e5d87c071..28d46bda25814856e7876047640c447bee29aa38 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/msg.h>
 #include <ipc_priv.h>
index 6f5644c6f9be1c2c6b03aa2b86a30d377e2398b7..7a597b1fd9e6f60a52369e4cfaa6c3a783cfeb02 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/mman.h>
 #include <sysdep-cancel.h>
index f14ae565af571404a366119c292d9459fb89f7b5..6787909248f69d1c27bbe4ce177d247db5c129e9 100644 (file)
@@ -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 <time.h>
 #include <sysdep-cancel.h>
index 122ba627ff3c0d900c7cfa082fdfc2240ef06078..d6442bf4f7fb7803e626e7c213767cf30cc0a5fb 100644 (file)
@@ -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 <time.h>
 #include <sysdep-cancel.h>
index 7e49297de6480e25dbf8581dae58dab73f1b7409..230a67ae7b1159e503f089b9bbbb3a53d95394a1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Based on the FreeBSD version of this file. Curiously, that file
    lacks a copyright in the header. */
index f64dcfd9d86929fb9ef6e9893345aa7a82dc2d32..631e6081d7aa22505b1dca7871876635be3ad546 100644 (file)
@@ -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/>.  */
 
 /* Based on the 4.4BSD and Linux version of this file.  */
 
index e2411d299e371b7d432850f525f8a7792bb36398..94ac35ada6fe985d794f93480491aff6d7d99295 100644 (file)
@@ -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 __IF_PACKET_H
 #define __IF_PACKET_H
index 77ab6306accc9b74514e6c88e6930b46ab248677..cf30e3b12365ec5b837ac761f7247c3bfbef89b8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NET_IF_SHAPER_H
 #define _NET_IF_SHAPER_H 1
index a141bb876037170cb7daa271d27fd7f00f5d8a8b..992f86d3d05e3af80c69b35395217df0f82ddfbf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NET_IF_SLIP_H
 #define _NET_IF_SLIP_H 1
index a6bda2157fedb04639c2ea3823e7dbc7d873ac92..57c06406dfbd36258e4a80adf620588bf47ecab8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Based on the 4.4BSD and Linux version of this file.  */
 
index 89d00fd5c7c70cd11e5dca8febe19af963226640..9cb71ca1f9d016630f9bef38f26b90c3433a5e7a 100644 (file)
@@ -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 _NETASH_ASH_H
 #define _NETASH_ASH_H  1
index 61fb67590cb7dec46af83454f50b81162c48391a..37806e988f566054f667a633abbdb8cc73eae1f9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NETATALK_AT_H
 #define _NETATALK_AT_H 1
index 7101927dce34d94ba0d53115a856b92a467c8f26..13110e1f87ecc298bab6ab492019419c7d632e65 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NETAX25_AX25_H
 #define _NETAX25_AX25_H        1
index 452d1d080c01493617916e9dd275d4c30505acb0..f1285e5301872b1cb8672b58180e1316f4e152ff 100644 (file)
@@ -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 _NETECONET_EC_H
 #define _NETECONET_EC_H        1
index 2c0750000f7338a7296844493b60efbfb621c5ab..30af15544385c029f85c5e6e886167e8ae3416ea 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __NETINET_IF_ETHER_H
 
index 2e4bb939f25bcbc92e029a77335432fe93f02a5f..55fc959dc29533956a8e5e84c78354271c6a6499 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NETINET_IF_FDDI_H
 #define        _NETINET_IF_FDDI_H 1
index 9db6b7a6b5c1de4542b0b79e2f4dd99a19850af2..fa01a6b39a862da75aa2cba9310ab9710c22384d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NETINET_IF_TR_H
 #define        _NETINET_IF_TR_H 1
index 6ccbb8846f33998335b04cd00a59ba0814792f96..54a1b569f42e719b999adef7f4fdfce1d7d615c7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __NETIPX_IPX_H
 #define __NETIPX_IPX_H 1
index 820f6f0da2bbe4cc8ead70151862901d1604acfa..2df6d9d833eef106e6a8e95f7ed4d917104a346b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __NETIUCV_IUCV_H
 #define __NETIUCV_IUCV_H       1
index 6e0fa8756a2465582e31ec2fcfde869858d403ee..b1c71307637e2aa679d5c33a7d2454a5ca5901af 100644 (file)
@@ -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>
index 233bd04bde278d68f2b1f04ff02d6000ff40b31f..799d8c47956d4ba4459c3eaa65e4d42802dba259 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NETLINKACCESS_H
 #define _NETLINKACCESS_H 1
index 5e0e12d9ff99280717a607f34318cfe06babbee9..d78f798cd98349e32e03604e2015360b1bf03aad 100644 (file)
@@ -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 __NETPACKET_PACKET_H
 #define __NETPACKET_PACKET_H   1
index a117b9a9deb0c89be25df04395fded47d70eef28..a895295fbcd0f27f19fd6b4a5a10eb0b9f07b6b8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _NETROM_NETROM_H
 #define _NETROM_NETROM_H       1
index ab2afb383e9e8fa16594bfbb7a8f3e22c4603eb0..810db577f60e65b39ef47f0b172a232acdd4b47f 100644 (file)
@@ -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/>.  */
 
 /* What follows is copied from the 2.1.93 <linux/rose.h>.  */
 
index 266a8aa8aa99e82fb5ea02abaa208b53fdeb7847..845bc9b92935d3997d17de6eaa567ee40c4833d3 100644 (file)
@@ -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 _NIOS2_ATOMIC_MACHINE_H
 #define _NIOS2_ATOMIC_MACHINE_H 1
index a8431229ff328ddf87e6a0a5bab4055077415cd8..9f785f1070700e23e43246e4ae329cbdb9740957 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 65e1e3242f2264cba1825492b2f48d5d5f3ffe3a..9779fd012a47620d0d3b49f9b52f370d75c2865e 100644 (file)
@@ -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 <sysdep.h>
 #include <stddef.h>
index 4a951de86518ccb9a1aa167e5e2b121a8886af00..2193a5c3871a701de4fc2bb2fe8997ac9aaace7b 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index c29da6b5ddf991602c9c9d5359e36af0b4cbe0f4..58ca2938ac250732aa2f5ca5a76817bc606fc239 100644 (file)
@@ -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 <sysdep.h>
 #include "ucontext_i.h"
index d6e6be797aca8b3fd5336781d949a75faa9691b3..7e15313999914efe430923e0c56d79fa81016692 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>  /* For __key_t  */
 
index 346e30e6d052258a7fb792c72680d865a8ff2c1b..b8653e188409609068a23b4a5426ff7937d40b52 100644 (file)
@@ -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 structure must have the same shape as the Linux kernel
    equivalent.  */
index 13259a8ab651c420d50f45f01e2f8f04bb2770ba..3a6604946f84a6b016b48e03704ffc31068961cc 100644 (file)
@@ -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 <sysdep.h>
 #include <stdarg.h>
index 9872f6317258a509ab9acbfa4319e884c7fd3b1f..f2dd3e021106ddd8e7cf4b5b77231de70a4f5ad1 100644 (file)
@@ -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 <sysdep.h>
 #include "ucontext_i.h"
index f388dcc35cc1c26fab99ac569a143c0317aa9664..7f8bd6ecc4c5b42885cfbf1c5ef32f812848a447 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index a5c3dfd566ae0ebcc2f21576682323e2035430ca..118764219c44332cf36618ee2491107d0327d6d6 100644 (file)
@@ -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 <sysdep.h>
 #include "ucontext_i.h"
index 93ad0bef9a2b42a2189812dbcdaa34089ce81457..80dead771f29bb21a6b4aa60729ae28cbeadbba6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_CACHECTL_H
 #define _SYS_CACHECTL_H 1
index e3773ce90cf86443cfee3195a6eb3f88a1053db4..c46395c0d5785802c0bdea035ec485bd51404ebf 100644 (file)
@@ -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/>.  */
 
 /* System V/Nios II ABI compliant context switching support.  */
 
index 8670f77b45976108076d8fe969780721829f1dcb..1677f57b5c25de5e64b5853a3dd26fc27d14eeb1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index f4d61b482e2473bd4cf48f9e983b088c5a11ba13..0a89e326c2c7cdda7c4f2f9c010c3470ad9b85a2 100644 (file)
@@ -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 <sysdep.h>
 
index 4a68dd1c03d52fdb102a31152881aa42bd61d3ed..74c0e40d59dc05d10e1fb4c86f0195ee159460aa 100644 (file)
@@ -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 <sysdep.h>
 
index a617a5c03fe94884aa8160fc564a9fd874474854..58c119dd06d3d6bbb41f05a66ba64922190c4f9b 100644 (file)
@@ -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 _LINUX_NIOS2_SYSDEP_H
 #define _LINUX_NIOS2_SYSDEP_H 1
index 63a47edb6a1bb0994747fd5944c330903a4901e8..2a1622d182f89b99ed345ca8ecb7797b5e49de42 100644 (file)
@@ -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 <sysdep.h>
 #include <tcb-offsets.h>
index 16cc31cba5b4d046df94aa8fb331d1ebbade0f87..95da1544b66c24d04b84d4c0704d5409f6100f27 100644 (file)
@@ -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/>.  */
 
 #ifndef NOT_CANCEL_H
 # define NOT_CANCEL_H
index 0ad05b7eb19f6adb78e12c81679fd8fa4a8a06a9..f477766fc7b8b194de7f3ffe5aa4ecae53b25462 100644 (file)
@@ -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 <sysdep.h>
 #include <fcntl.h>
index d7815242aee72c822c6cc8035d7aff2bb870ce2a..2c5d7bfd710de2f0e4284696919f2e632b8c3e48 100644 (file)
@@ -14,7 +14,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 <string.h>
 #include <unistd.h>
index cff9b603e0bae01c0c620f17d0eb9af8fa4e2c0b..346f251adae155120213e95ed5f4f8ad991aa9ed 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 ntp_gettime ntp_gettime_redirect
 
index 044122bfd036ce617787a8bad6415d6564877c2a..d11f1a801716d88be3183279d0831331291ad686 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/timex.h>
 
index 3e9f6578c80496f1cf2423a7f6cceb94c6132e7c..08d29f824da1542f6ac6a1130e5055b8f0546034 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __OLD_DIRENT_H
 #define __OLD_DIRENT_H 1
index 3782ae8620a08ff9d34d0637c3a21c9ada63ec19..a65aec457d5fcaaad8850b73fe1387ebf36a8155 100644 (file)
@@ -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 <sys/types.h>
 #include <sys/stat.h>
index 2c4e82950f7ed51a8ac17903892a3412a44cc834..d6cefb09d1ddefd8702d348c84c9737eb1479dfa 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 95ba8b3d4e02e57b3d348f947df0afff671f2b6c..2163ecfc0934b1dbde14cfd5104a2cdd3a54b72d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/stat.h>
index af56cf8b437b16e15de0636c91745e70d9960dd8..0888157a33bb1ed29b3dbafdc728d03568083399 100644 (file)
@@ -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 <sys/types.h>
index d98a5454b59b7ce6831cd8634fd5546b1ca70b63..9926218ccabcc4be49775d53c8f8f88f1406bb70 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <sys/stat.h>
index 6fa8b3306c2496ed975e06ac2d0374267c227404..a4450445daa17c8e108b30c7771d2fba3a4f6e7a 100644 (file)
@@ -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 <stdarg.h>
index cab0750914e0cb083564529d87c4a64e5d1166ea..dbd893ea9d912cd3a21a8509845921c0f6c1041e 100644 (file)
@@ -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 <stdarg.h>
index 3bf7154626759c293cb78bc417c842f89163fd6c..cd077f28cd0bab04866e2059b1d5a74b4106d96e 100644 (file)
@@ -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 <stdarg.h>
index 05cea887ca7f738229bf130b77bf35c267e3f722..25db90ce8e1cacfac88657f985c23b2df588d12d 100644 (file)
@@ -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 <stdarg.h>
index 089586354eba73227c4462fc164785e3beed5c49..f84c39eccd24987880e07fda842126cf98462025 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 3ea0cd286c551e552d304401360ca6e4ae6f42b8..5bb5a06caace4b7aaacc82cce08c726cc51e66a1 100644 (file)
@@ -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 <mntent.h>
index c171f98c83712cc0e1debdabfc62b9d3756a9bc4..46ada5380898295c1194e27cb485baec559b0393 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 85f2394351e2b6c46bf771124fe3b4027c777dab..c2b9f4fb6665bca1c924311c3f944f52f12a5c31 100644 (file)
@@ -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 <signal.h>
 #include <unistd.h>
index f4d9fbc0def8ad3db9c3a4109e027db44caaae62..04f6fcf5e38cfc68144cea47bc3e7635e4a7b2b3 100644 (file)
@@ -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 <signal.h>
 #include <unistd.h>
index 3472c12bc806463aa39d6bd2c257fd9c71b70fa7..148453023fa654ef573024e06b7afbb9e00b637b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/personality.h>
 #include <sysdep.h>
index 1586ce5c321dc7a22654317232c4c4669d76b14b..c115c7bbabeb7de6b7d0b98a5dd405c81f5c4793 100644 (file)
@@ -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>
 
index 3d193301a393bbcee525ca0b90bba6778491b384..fa7d207ed0adc2a6d0389bcbc4ae5dd0e67ce32f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/mman.h>
index 7c707c2d190a0cff42d800f3dab41b454ee7625a..d1bed491646d485a8c82f2d5a1892a4e809aee3c 100644 (file)
@@ -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>
 
index 1de2aa3c0f2dd162dd06810b3ab116cc180dc903..8ea00563a4bdba4d15dc2378a234c155057cc77f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/poll.h>
index 488a55c657ced1971de8f179000c41bb2b0696a9..7ba4321829d59e09a1e0a68b349994af77f073a0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 8ff3faa14dbabe0e001504402aca932a3148263e..889bb9c8bec3965df61155f5ec6663a844266a32 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 8d8f0dd43efe812e15da9db75cd3ef8ae71d1cee..b0d15ecfb4a1b47c4ea1507ceb57c9b216128967 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sysdep.h>
index bc9bb9cd68c3cf2fa3ce0fae3da63753043d1ee4..7fd6cf1052b182e6bd37510b5279b5620b9d3aaf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sysdep.h>
index c89fa64f07497b1e99901ea8c0161ce16935b302..e660d3d37bbd7f0556a747746b324a523ff56c99 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <sys/mman.h>
index c6703e094eb3e4d91cdeab64f4a55c1678cfbdc5..eaf458e26efab469f4fcad705ea31a01cb35c430 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _UNISTD_H
 # error "Never include this file directly.  Use <unistd.h> instead"
index 9a03ac78e2ba1be502d9322b6db8fc62c96c478a..6ae35f3184f78a302c78b9cb2e01ef22e6cf4ddf 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index 926061fa83076d12910c4933910ed4d8f47b4445..ce39c5412dc848e9d84b4b8e03bf9b3b3bac4e74 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IOCTL_H
 # error "Never use <bits/ioctl-types.h> directly; include <sys/ioctl.h> instead."
index f237c8ed10ee27aae5864c9737748130d902db3d..73854061278c5ce392555df88308bbd940d98285 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
index b423947bfb722504b93b878ce7ac3cafa48d87e3..f672dd197bf5b903da0033d4c2a6437354fbf76c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* The kernel header pollutes the namespace with the NR_OPEN symbol
    and defines LINK_MAX although filesystems have different maxima.  A
index 7b7ee7ee4fc01cb7a41ecd5d7789ddf173761116..198600e34b5c8df8627c182692709047c5bacf21 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MMAN_H
 # error "Never use <bits/mman.h> directly; include <sys/mman.h> instead."
index d5f591420adb2295014cbbeda73384f78eeef149..8460fdfea60d3dbf745b75d0160bd070f1f0defd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MSG_H
 # error "Never use <bits/msq-pad.h> directly; include <sys/msg.h> instead."
index 4b5667a68ec36a66dbcfcb967738d92712ec3613..e764841da76402fb0436992598a1e410fc5b205b 100644 (file)
@@ -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_PPC_H
 #define _BITS_PPC_H
index cf67771a9d3f9d10e6376dd399ff937eaac03958..b9e49611df477c0db729476f043e71e706c2e2a1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 9241c0a5227182abada22456e74f5dd7aaca8b1c..353bc0f27fb07bbd30f997d5a0b7c7e60e9ef932 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SEM_H
 # error "Never use <bits/sem-pad.h> directly; include <sys/sem.h> instead."
index 5e6ab7ffbb1aff43a3009fc85ae9106630111b66..1dd895589c2f0c588c8be76e8735f7205c5c291c 100644 (file)
@@ -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/>.  */
 
 #ifndef _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index 3bc44ef00d76bdd106e8705a96da312396b6948a..8b8d53647ead7f5b6e8dfa4c3b465867bde035eb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shm-pad.h> directly; include <sys/shm.h> instead."
index 5ac6643d2400453e584a5ae2a1cc84be1a05d8d7..d6d79f5694c7c7f98abbd2aa3a9d15f88dcf7967 100644 (file)
@@ -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_SIGSTACK_H
 #define _BITS_SIGSTACK_H 1
index 6d4301b1fd0a66f59cab02784d084b2c71e3f69c..60a2a8d96d426e37cd2f904ec5c85b4fd15ffc83 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket-constants.h> directly; use <sys/socket.h> instead."
index 06c49b7b3f4a6f2b3c4efadc6f30eb9d8c03579c..7f0e5b66e886e7ba3855a3d29e7ddecfcb5fabe3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index fc16e6333bdf5032277c67efa6e61580ec5af8d1..777d6754b2dba187a81a070b04324e282b8b9487 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-baud.h> directly; use <termios.h> instead."
index 2dbb7572b60a07fee64bc421d3b715f73d3af4bb..c55f404c9fc643666704f73c1086ae11eb605e34 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_cc.h> directly; use <termios.h> instead."
index 5742359224d2143e5f644f67ab869ba3c7d942aa..0ac538e7d202d0c36e1b773d689f3419ae13c136 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_cflag.h> directly; use <termios.h> instead."
index e7aea81cf92701e1fd80d86a11b14e0fc8861c8e..a4331430895e3cbfe3c8a1ea20f6d602e9c89cdf 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_iflags.h> directly; use <termios.h> instead."
index e553787645856906ca3b128f9498b0dd164f8850..4334130b21494178dff63dd06b9f8bb73f013df5 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_lflag.h> directly; use <termios.h> instead."
index 5f479d2ec35b56605fdec9828717597b92bfd503..8cfdab9c626fe8d18d999fce5de64eba6872f83b 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_oflag.h> directly; use <termios.h> instead."
index 596439a600b34e58f01a844012fb312321889352..62a5e2709ba38d697d89176cc5f3679a5f467cef 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-misc.h> directly; use <termios.h> instead."
index 242260955264a717a29ab449db251d80ad8c3771..d176f96495c37de7bd8f40bd7e2c80362a5769ea 100644 (file)
@@ -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 <ldsodefs.h>
 
index b04ecc4a4c442f9efffcc1808e509e12c43df220..fa19cc66c065f4fa5c0d0c0a0a148d5b31ae46bc 100644 (file)
@@ -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 <config.h>
 #include <ldsodefs.h>
index d2e7d8d02e5368653e15655f7ad97c3dfdc8d8a1..4d40be7c975e5d18e7f9bf5b7c1c15f2933696da 100644 (file)
@@ -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 "config.h"
 #include <pthreadP.h>
index 4c8805058c24ae42bbbca8c96e93b015e895add5..79097c866c629b584d2ee4881c083fbf032d6359 100644 (file)
@@ -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 _ELISION_CONF_H
 #define _ELISION_CONF_H 1
index 756450789061a4d0db6b81bb88ed00cad0795768..3da632ae969e9cc01c7acaa9116ce14fb18e6164 100644 (file)
@@ -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 <pthread.h>
index 739cb6e4d30161cdbd3198c0559dae1794679efc..1f000900b40afad3d8f262c806560c269b0ee0e9 100644 (file)
@@ -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 <time.h>
 #include <elision-conf.h>
index edcf7f423d65e23efe740e26a326449ec7dacb25..80e468bcaf459562908dbc5d546fe02abcbfb791 100644 (file)
@@ -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 <pthread.h>
 #include <pthreadP.h>
index 0665cb005eb90296750962c60d0648a7f49cd764..4a8fbe5fd3c81fcacd21371a3b146fef3780239b 100644 (file)
@@ -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 "pthreadP.h"
 #include "lowlevellock.h"
index b1532bef0580dd515fa9bcc5dc4810b6f2c57a73..6f439f97d85829c0b9331b12740dfb9f82668bdb 100644 (file)
@@ -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/>.  */
 
 /* Automatically enable elision for existing user lock kinds.  */
 #define FORCE_ELISION(m, s)                                            \
index c245e9752615f88fb82283765a0fa39ddcea2ee5..7593720169347654824fa5559d4ac5faa9f203d3 100644 (file)
@@ -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 <stdint.h>
 #include <string.h>
index 463b678ad935aadbb81026c1ba95bcbad7ac7350..7605357307faaa8a0a7eaafc1e3f689a2cc95b88 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if defined SHARED && !defined __powerpc64__
 # define __gettimeofday __redirect___gettimeofday
index 93b6d403b1988a4b0e2ada34ab930b4e8acac317..75e3eb0397b5f106019a197bfc9e500ca620ddf2 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the 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 _HTM_H
 #define _HTM_H 1
index 831f910788b3c924146d32c3ce09f5cb0adda4f6..4b285fb84243dd18e7754a614a10a5b3bd2733a9 100644 (file)
@@ -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 <dl-vdso.h>
 #include <libc-vdso.h>
index a4c173a0a4beba14f6a35bc1c4b7dc606f0f0556..a97acb63f64b91a086bd97fd93d050aa6246b330 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <termios.h>
index 304ecc8d53856edd7978286eb4f7989620d117af..96372bc9ade88e51d991883763dee9b4a227c8f0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>  /* For __key_t  */
 
index 413a185db3a3e7776aea94a8cad892be8bfe303e..d177a91ab39957980b5548403143aec0cedb7b6a 100644 (file)
@@ -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/>.  */
 
 /* New syscalls added for PowerPC in 2.6.37.  */
 #define __ASSUME_SOCKET_SYSCALL        1
index fd4e0d260847e0a9258e27dfbb031b5a0732e2fa..4a18a4f1b4237cb2616b6bf4da3a3d40afc8d2e8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _KERNEL_TERMIOS_H
 #define _KERNEL_TERMIOS_H 1
index 9c83c7a6896d4fbc52a169f5ba4d6c5815cae3de..0cb531f94e839339936d34b9f988be3ecd11cc51 100644 (file)
@@ -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 <sysdeps/generic/ldconfig.h>
 
index 42dc5261790134f6c193c4d299e6d9d80f1f4273..c9783fdf8b868f01b083f6da1af0d0612d884845 100644 (file)
@@ -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/>.  */
 
 #ifndef _LDSODEFS_H
 
index 4fd5f7070008054c533b1856cb2c340d034568c8..a659a9144f3ea79d8aeef8b96abf6a0c6fff9d4c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <unistd.h>
index a5563f68154f4157760d79389bc34381d72a7b16..f925ffce126cc7a04b5e7bb6eeda5d3b04c52d47 100644 (file)
@@ -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 _LIBC_START_H
 #define _LIBC_START_H
index f8184061c04ffc0c078090684e044ae78d4ce506..13da28abaf8611a94cb001d8867df645b7a8c1eb 100644 (file)
@@ -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 _LIBC_VDSO_H
index 4686c497019800941600bb2b128d00ab309db3ec..5940a774d91738bf54976e9542023949ff74f772 100644 (file)
@@ -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 _POWERPC_LOWLEVELLOCK_H
 #define _POWERPC_LOWLEVELLOCK_H 1
index 8aefe39d1df65f36edbe261e5ffaefd3dcdbbe78..ba391a5170e0587d9fc5996661dc54b7dd3ddfeb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <rtld-global-offsets.h>
index 4394a779f7d697d967cf874a1f35ada6a1d6e088..2c99fb91bf254b6eddb7b9fa1f229d0ab68dec5a 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H       1
index a35a5d0b68b72130f068a0ccc26f8aaffc472ede..58e2da1e6151516b1922cb1c1642433da465b9b2 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H       1
index 7189fc4f87aca82a495aa16f3e91be79c9f67ebd..49c64d1afcb543e4c1720a4fca0320b5c37dbc1e 100644 (file)
@@ -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 <fenv.h>
 #include <errno.h>
index 3a552f7af575b99142fc9c34bda74400dffc0f93..b37d9ad5f17a625e875c22fce7a59d5ebf6af897 100644 (file)
@@ -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 <fenv_libc.h>
 #include <errno.h>
index f7979c82629fa3f9f21a20e1ccadb9459a95d623..1ed811955c62a372fefd70b93ff22c802b5a6f9c 100644 (file)
@@ -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 is the common implementation of getcontext for powerpc32.
    It not complete in itself should be included in to a framework that
index 1c81551ece7de8f4302a90d60f2be417280633c4..ac13980c79f1df7d539e6c968d6d68727bed6928 100644 (file)
@@ -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 <sysdep.h>
 #include <rtld-global-offsets.h>
index cdf916388aa5f5134d7371ee96490d0c1de8fb37..571ff4b4a298fb7c85f9ce927ea6c9ed2af9ea00 100644 (file)
@@ -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/>.  */
 
 struct kernel_stat
   {
index 6f0bff5630df9688c274dce209b7365263763b66..6460dc43b2d40160c3da5ac79933caf1756ad13b 100644 (file)
@@ -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 <sysdep.h>
 #include <shlib-compat.h>
index fc7bbf561f341801d9fa0b97a9ca0820e1f4881c..34eb2b8e605355083154d59f5f580c5093423631 100644 (file)
@@ -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 <sysdep.h>
 #include <rtld-global-offsets.h>
index 01ee68aa5a86e244fae4879c3771a3b8b57368c6..de0f823c9209dc6b5bd176e826592e37e0b11b70 100644 (file)
@@ -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 <sysdep.h>
 #include <rtld-global-offsets.h>
index 3e775be6b6a138f89650c7822d7f2811e09b731b..6fcd96d4aa28a56eaa38385ea942760fa649a2c7 100644 (file)
@@ -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 <sysdep.h>
 #include <rtld-global-offsets.h>
index b3703918635c241325652eb80fe41379eee081c9..04e9bb190cb401cda84b5f1c1c02a33d39ce5940 100644 (file)
@@ -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 is the common implementation of setcontext for powerpc32.
    It not complete in itself should be included in to a framework that
index 4956227a5bae9df62995cf8c3ecba82fb13b20df..82f90a551481f11e43ec9b130fe753faaa9295de 100644 (file)
@@ -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 <sysdep.h>
 #include <rtld-global-offsets.h>
index 6fa1ab7d6e847b02dc07cf08d996f71d54c1f1b8..9e2739fbb9611a80cd22ad340df209d91cce3380 100644 (file)
@@ -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 is the common implementation of setcontext for powerpc32.
    It not complete in itself should be included in to a framework that
index dc721f71c6b1b8c91731aa5630dba467396a23fc..513752861e32e19b441cf48622865e4b31fd5ca3 100644 (file)
@@ -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 <sysdep.h>
 #include <rtld-global-offsets.h>
index 62caa265d73c0012d285d2ce943a8496718cab63..75d5831018e0db3f08489aca8813c5b45a32a747 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _LINUX_POWERPC_SYSDEP_H
 #define _LINUX_POWERPC_SYSDEP_H 1
index 250cb732baebdfdd4b99d1e9834c32da46c9b6c5..fdfb5c177a04e8fab4d52db4bb8849d4e39fe80e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #define _ERRNO_H       1
index 87a9634c694c9331787e8b424bec7e284e63826b..f1fde224da65bcda521328060e1c2aca3927ee96 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <rtld-global-offsets.h>
index 0accb7abcc8ca4ef270c1527b3a1caf8d4eba7c5..c8a7cd312a103f10f21b5b0b18db4749d8d82aaa 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H       1
index 70b71f2f344429c15555c87643a4f0fec45ea62d..3dea55d3e83f0f58839ed85da012c40f05be035b 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H       1
index eab2c79862a450e3af48c3e7979bea37aeb79bd2..052bd6b7fe793ce65c332bec48bdb6fa54c3ace7 100644 (file)
@@ -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 _DL_CACHE_DEFAULT_ID   0x503
 
index 5bb55bb9fe6335a55af420af4971ffb8ad2b3b22..8b16d698a3b512cfa19dc87b96703507f7d532a7 100644 (file)
@@ -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 <fenv.h>
 #include <errno.h>
index a148a1dfa302605fd6f59a5000256744734917a5..0b51f1cdbaba9bbe56882df4430d4605553aaf4e 100644 (file)
@@ -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 <fenv_libc.h>
 #include <errno.h>
index 6fc89321187262c917e37bb7dfed1f48ab1ee4eb..5bec438a544d063cd0ff2142816862e58cef3616 100644 (file)
@@ -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 <sysdep.h>
 #include <rtld-global-offsets.h>
index 929e4442bf4ef04e8600c05b4ae3a2c49e10f972..7160104788e0439cd53cb17b30c266d07b830337 100644 (file)
@@ -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 STAT_IS_KERNEL_STAT 1
 #define XSTAT_IS_XSTAT64 1
index 666d894b09950eb9d82648b6952dbb21bd757c4d..3b14481da7d514e2483a7d8250adc85a9cc426cd 100644 (file)
@@ -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        _LDSODEFS_H
 
index 9cd7bbac0854962928b5b8c5612845c12be41cbf..872977857030c68fb783a3efb736949e43736249 100644 (file)
@@ -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 <sysdep.h>
 
index d311a22c581f00a2f83f54eec52823ebd606999b..a8dc3c68684888f13818fe819b31650395d8537d 100644 (file)
@@ -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 <sysdep.h>
 #include <rtld-global-offsets.h>
index 6d07b1c36b77e7e3ca113a4d2a4f393071bd8dd9..fa6ffe9711b087688991a6529e22da9c03d22d99 100644 (file)
@@ -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 <sysdep.h>
 #include <rtld-global-offsets.h>
index 4122e5c4a9cf3bff0b4f8a4211a866228a4ae118..e662cca4fe15458692ceded560f5c1265cd08a63 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Alan Modra <amodra@bigpond.net.au> rewrote the INLINE_SYSCALL macro */
 
index 075472d563e96e6cf82991e186a9c7c599b2b73c..df46c053bddadf732cdb47489ee4e8a703ef2b31 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #define _ERRNO_H       1
index fe75bd193c74d391a24a09c7215fa8aa62569185..e636f7260dbbdae3123ca913a9a89da2a9724b06 100644 (file)
@@ -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 <setjmp.h>
 #include <stdlib.h>
index 62ef8e5eea6f8e156e70fb57b898431c1457e219..379d8624679fa8ca5521ca847ede60c849a6f0f2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 cond lock is not actually elided yet, but we still need to handle
    already elided locks.  */
index 299cc97981a33231b93a80cd01fe62fec6e02944..b66f8153cdd6a396769f2298e27e4fde61c81293 100644 (file)
@@ -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 <elision-conf.h>
 #include <force-elision.h>
index 0681f04af9eda910a16eec65a059a1b2a4e473a6..1ef4478be6518480209d3eb7ee168be466bfe516 100644 (file)
@@ -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 <elision-conf.h>
 #include <force-elision.h>
index 9c1e5b7639d955ecd162b68b7d9ceaee529789fc..67a735c0f82b588104091bf8544e71d4ba0296c9 100644 (file)
@@ -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 <elision-conf.h>
 #include <force-elision.h>
index be2115436ccd23637bec9dee3b13c69ca3cb19bc..522d0aeebf008b81f604615aba159c2e33b4f389 100644 (file)
@@ -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/>.  */
 
 
 int process_elf32_file (const char *file_name, const char *lib, int *flag,
index 3cfba22c7413cca4287465ac5ddee40b3c7d5fac..97a84726a1334ddce454d2d61ef15bcaf241e851 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 925489060b8613b1b4e4963319d26f122a4736d3..939e7e6690104ce14e3fcfa282041c277d4f5a58 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PTRACE_H
 #define _SYS_PTRACE_H  1
index 6093adeb8df1112375bb251136e61ec1f434efdc..1f04bd1c3e9273d39ca1b096f216270a85f6d767 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UCONTEXT_H
 #define _SYS_UCONTEXT_H        1
index c6f36d79b85034775643a987771201670475dc93..321782c5994d320dfd375aab221f7c19eef87184 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 
index 4a1cf0ddfdc545b739d050e7b50fc581c94a8439..f3871669d860c410a8836f5625fc15eaffeaa17c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 85c73c00db7bc199fce8510d425e8654567d85a8..f0df8bbb67b2bcb1176c76b040609385b3947ff9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 88c566f2fa3eeee3b80f14c97786a3e0cbe3043e..c685e46a9400706f06fa01df86653549052a75d1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <errno.h>
index 58b4eee98d7f9461fe4db68942149937b880a923..6b937f5919b9e8a6bcf739a581e78802db1d6d84 100644 (file)
@@ -14,6 +14,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include "test-gettimebasefreq.c"
index 7386b46751c239c1a35bab399702b2667a00cea0..bd2314613fd0e1aa17923c992bca7ffc18a6b75f 100644 (file)
@@ -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/>.  */
 
 /* Test if __ppc_get_timebase_freq() works and is different from zero.  A read
    failure might indicate a Linux Kernel change.
index b6558764828ebd1f8867bf7d7dca5dd16c7deeaf..8d8d039b935b952dc13db15f45da41691f4428a2 100644 (file)
@@ -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/>.  */
 
 /* Test use of sysconf() to get cache sizes, cache set associativity
    and cache line sizes.  */
index cb3e8b9a73a59adbf00f03c95c5d3c1457217645..41092b3b988ed74d73e9be1adf8f805051a484af 100644 (file)
@@ -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/>.  */
 
 #ifdef SHARED
 # ifndef __powerpc64__
index a5501c9b67feaee0cb190cbcc15d692062572b01..8a6ccd1dcc2ee1fa3276c3205c3d897c63859179 100644 (file)
@@ -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 <signal.h>
index 5f629c8634bd9e7ef172bb721f72afeaf026743c..d9faf3cee26cbc33bf5c2b0aca8b61b6f582e01e 100644 (file)
@@ -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 <unistd.h>
 #include <sysdep-cancel.h>
index e32945cf5f893dab4a50a31bc85c45dbc403bdc8..36410292ee086ba094c73c941d128940837477a0 100644 (file)
@@ -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 <unistd.h>
 #include <sysdep-cancel.h>
index 56a7517d591ab415fd078ec13deb20e5e91ad53d..61007df3574365deb13eaada61298d161e008b34 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <sysdep-cancel.h>
index 71ca6b3ad8cc2473ed66fb21a8a13d1cdfa0ed08..9e3205b8efe65d1fc0854c34b09d1c66231a7c95 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <sysdep-cancel.h>
index b7948ef04ee32e45762bb3d7ad0bcda05eb38be8..4b0a66f583517d6355f73d0b574b9f4339ca4911 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <sysdep-cancel.h>
index 0a96ec1a60e01a6f9a3ad9c3013cbe9964efe195..724f03d0ef1f9df5800a614bb71473583d7e84cd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <sysdep-cancel.h>
index 44df27abc28e0f6b2a1be227d33322e81badb0ce..aa824a1d2294ff5e76edc9847887db37e6cbe4b5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/resource.h>
index fce6ac24e6ddc169b4834bc4002960a9da1a92b2..11c028186d00e2bd56b5dbb976a0bbf41f51092e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <libc-internal.h>
index 50af90cb13687dc9f1cb7a4e5def82f49a052c56..c30643ef9d205e40f1cfd5e9a32088bc5227b647 100644 (file)
@@ -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 <signal.h>
 #include <sigcontextinfo.h>
index c9406cac09e95bc4f4e4d721f7ce8374b737b282..d07d64114dbb2a5c6cc0cc88386641e5e281e244 100644 (file)
@@ -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 <signal.h>
index b90b2f8782356e0d870a53dc71949aa45dcbc30c..4ee80e9a6e928d687a910be2ed534f7aa070fd03 100644 (file)
@@ -15,6 +15,6 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/unix/sysv/linux/raise.c>
index 676785bdc45fd2c99690ff2b167841d5bd0106ac..6f71e676baf5c78f8750fbfa4816deea4141d04b 100644 (file)
@@ -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 <pthreadP.h>
 #include <sysdep.h>
index f52b58c56ad33a7b1ebe7d2d99b6f2679f92ff10..6eb4264feb8272e3194f96ef08610b4d3800656a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <limits.h>
index 30a29733f92ec5a3fbad9ebf77cc35ac25ccc982..a7d7d37e76515b9cf33171ada8b8e3fc23728e15 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <pthreadP.h>
index 7f84224aff1895fd047377f4f78013438000ffad..a38d6012033d3dc8d382b1a6c9cbb3a7c56afca5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 9668aff8f6cf28aad4584bbca7c328e5ccb5654c..71305b90c67c3da2976fb066250e1ddc9700ca94 100644 (file)
@@ -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 <signal.h>
index 0ca5eeed6a877bebbd28ba7960db3049b35b6cbd..5ed52b560b20c3e653a3db318cd7ff27991f42ca 100644 (file)
@@ -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 <pthreadP.h>
index 19afc537ce1f2b7aa795233e875a2b92f3de6ede..bc7c9185aeec7ced423cdf0766342299a901b2a6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
index 2b86f51d54f925b5af88d9f1a7375ba6b958c8e9..4aa774d01d3ff508ef41a98380be8208bee5503b 100644 (file)
@@ -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 <signal.h>
index d0f09e11202b6989e79f93e4fddbb820e403ba20..62a7a24531817e7e2701d1be3b213f412a8c9f3e 100644 (file)
@@ -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 <signal.h>
index 2237901414dc9f1084c258e23fdfaad2aad3e523..2bf0f637381671bb37781421e421f099ddb92da7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 4d12ea3731ee038c3669250dc0d834428c701012..d973dc325083a605c0d7e79844cee69e9041ec6d 100644 (file)
@@ -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 <paths.h>
index 75061313afe2eb1526905c202ca2218c213723cc..ddfbdef9c1680ae8c7387683191c8d9e33b5f5f9 100644 (file)
@@ -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 <unistd.h>
 #include <sysdep-cancel.h>
index 3724b74785c8a5e4d86cbd85c628b361ac1fac38..db8661c0546207b0e62902362c7080fedaf52c0d 100644 (file)
@@ -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 <unistd.h>
 #include <sysdep-cancel.h>
index 0f8c2c35b0216b4746692d7278a54a9ff77438fe..ed25289984bce6d465f6818d9ab2f42bff139562 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <sysdep-cancel.h>
index b2297efb132e0e224e3e91863a10f1d9cf3653a3..a415b2fa898726bb9163b74c7a32748db33577f0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <sysdep-cancel.h>
index 935d374249cdbc674f90236255d813c7a12406f8..ec9987fefc6cd8d58c955403245964159c74e9cb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <sysdep-cancel.h>
index d905b4357075b568420a538609887808f85037a6..56832204663d5fff9bdbb09a12a4121663bb61d4 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <sysdep-cancel.h>
index a35f0282136c803c7fcbc35f660cdc20ee98bf87..fa1374cbd3a13e1a0995db50801034320ab451e0 100644 (file)
@@ -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 <signal.h>
 #include <sysdep.h>
index 13f591215654731acd1d0d5f505c17973e55c11e..147d45f24251f88a13e44dc43192e3884bb00181 100644 (file)
@@ -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 <unistd.h>
 #include <sysdep-cancel.h>
index 522d9bded26dfc6bbfb6fd98bf3aa51318495b3a..9d2a5eedb62c79f5f958b522057cd52bb2cd3ba1 100644 (file)
@@ -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 <unistd.h>
 #include <sysdep-cancel.h>
index db270e1d616078b1a8efd3c278195bec00d0902e..87dba609702487a13ff701eba939120855b169fe 100644 (file)
@@ -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 <errno.h>
index 501188942ae2890d3f8e503bbd4ab39b171751fb..5f8f2e662bc31c95eb4cc536deea477899f6ec39 100644 (file)
@@ -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 <dirent.h>
 
index 93b058ad2da1bc822dfd56f655a3aba859951384..937046751b2b4bcfac2aa9ddddff2b781fbfc7af 100644 (file)
@@ -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/>.  */
 
 /* When _DIRENT_MATCHES_DIRENT64 is defined we can alias 'readdir64' to
    'readdir'.  However the function signatures are not equal due
index 768bf3387adbdd38c2d0ea8dd40c6aedf071aa8d..19818ff4bf78b675a97cc4b75e87e93f32073b98 100644 (file)
@@ -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/>.  */
 
 /* When _DIRENT_MATCHES_DIRENT64 is defined we can alias 'readdir64' to
    'readdir'.  However the function signatures are not equal due
index bf2655383af7b3ae096c5b0e896e8cde71dd6b72..c7b4cccb90c7fc88386a6a112b0a65be4b9ece62 100644 (file)
@@ -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 <dirent.h>
 
index 6d41a2192ceab7e2ba48960ea8481c44420bff12..45a7fd7d1a4114fc2b2a8da09470eefa778d0075 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdint.h>
index bf696847ce1254b3db765f85d918c802cce1794f..c0bd1ed6d87f86683c91ca942937b6fcf2b0b09d 100644 (file)
@@ -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 <unistd.h>
 #include <sys/uio.h>
index 3b6573dbbf17b91db21219bbc901e6fd47f0f9b6..bbcd7e4b830763bdd7ed1229eecfd2c85c51ae61 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/reboot.h>
index c4f4e6f0a1f0e7f1765064e32ee7ef0720939023..5b284492991b40f4420f123cd4198036c5f3215a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/socket.h>
 #include <sysdep-cancel.h>
index 4b7c88ee9b6f0304dbfee4af6fa14d10c295c294..59115ecea75d543b638b77546a29b2def225af73 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/socket.h>
 #include <sysdep-cancel.h>
index 5e8dff9969a3e3d63e74db8c8359735efc10f4a9..bcb5a97f0686374311ea163f9fadf86d86684419 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index 3cd30b00e4797af80e65335804835c315aa8bfd9..f7ae2b9599c113aab1a11eda7c3223c883a68714 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/socket.h>
 #include <sysdep-cancel.h>
index 38b61ec4299f97e8209d5b0e14cd324e27cae304..4ecb656fd9e3cb6c7efdfb9f920fea57f5dc6a78 100644 (file)
@@ -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 <fcntl.h>
index e0ced79e8584622bc29a4c34563134172af34f4c..ce46f045ac35b2a09f5b0a8ec7f69a660d9890ea 100644 (file)
@@ -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 <fcntl.h>
index a9cc2ea6b8d3ff468d08fa6b9534c43868a3f0d7..5984ca520b9e4ca52ef444c6c6ac8071e36e77db 100644 (file)
@@ -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>
index 446783d88f304375693109e0e732bcb685b33645..65dca59e3834cf3ec50850b38107e13adee9fb62 100644 (file)
@@ -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 _LINUX_RISCV_BITS_ATOMIC_H
 #define _LINUX_RISCV_BITS_ATOMIC_H 1
index 40588c4e9e6ec67977ee105cdf90564406e50e8b..0034d0eefff0f23e0e296e9adfdbade2c15e8b68 100644 (file)
@@ -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/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index f2e4503d5d993405bde903471961558d06d1051d..271d90dd7ff75135d346f6483afd264b65b8a734 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 8d4316a31d05dc8c45d0c55c8c56a030fecc76eb..06928d9cb8b77a1bd233428ddffd6abf2d35c909 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_SIGCONTEXT_H
 #define _BITS_SIGCONTEXT_H 1
index 0ff9ab3fd90dac4b0256329d14727e81c1a71b1f..4e17534db8fbc2bc3e92199ffe55242f0fc51427 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 2a15e28e3bdeb1f33e23c9b93585aaac1e61c7cc..210ede7e2a53846dd96f9d07b500a92d96babe24 100644 (file)
@@ -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 <ldconfig.h>
 
index 236a67c09073493fa98b4883c55be990e345f906..e52612a267a8b3b655f1cd1612544af54a03561c 100644 (file)
@@ -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 <ldsodefs.h>
 
index f2dfcc50d0bb7f0b66beb39f4fecae6d258449a5..4f05542996954d863f606d2b9740b6002b13f0fe 100644 (file)
@@ -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 <dl-vdso.h>
 #include <stdlib.h>
index 7a128c7f4a27dd704e30b0164930e697afa14eb1..8e526740d1f4f4f9030ea633ad6da96bb1ea33d3 100644 (file)
@@ -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 "ucontext-macros.h"
 
index 98a8ce33adbf0db47729ada25c8b800e07ab1ece..b8198102df3768c2e3fcd90aa4311a68f2c475a9 100644 (file)
@@ -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 <dl-vdso.h>
 #include <libc-vdso.h>
index ea957a56beb8c0c3f7dc7621fc48a6d97ef0ea54..dd755a9f2c5c7a894e178072eedbd548838bd48a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>  /* For __key_t  */
 
index a958750bbc10381d4cf6a77c23aaef23627e49cc..3e57ffbf446e5af5466ebad827aaeb6e1936ef97 100644 (file)
@@ -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_next <kernel-features.h>
 
index 20fbd16c59187b5a47e5367ea19368928486d9f3..8f5ef60e93a5a64c728c501d6f84f831c7addccc 100644 (file)
@@ -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 <sysdeps/generic/ldconfig.h>
 
index 53d1f667bcebe1b973cfbab2d38f9b12d5615c0f..a46e67675253073f0d91d8db2b9ad588b149c9df 100644 (file)
@@ -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        _LDSODEFS_H
 
index 2373292ab9e49465067a150a0dc19ba7801e4156..6b306f468c34ee639bfbd15256f4bcf93ebcd2af 100644 (file)
@@ -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/>.  */
 
 #ifndef _LIBC_VDSO_H
 #define _LIBC_VDSO_H
index 671f20203dabf655c443d3dcda2d2b630fbec396..d912757c6e20b0f5a673843b79581e26e570a9f5 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/asm.h>
index ec3939ec2b3eaddd8c23499a9c594425ead6d182..6b4f22a986e627bb89a66009384c2b7496c924ac 100644 (file)
@@ -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/>.  */
 
 
 int process_elf32_file (const char *file_name, const char *lib, int *flag,
index 43f38755470b7002a575f421fdeced974c99d737..74bb709e801e5e3ce482af6d579854c868589621 100644 (file)
@@ -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 <unistd.h>
 #include <string.h>
index cfa65644e445ce712927a814c61c2744a46f56ef..1fbe883d1de8b5c39f6440055531db75ffd7bc69 100644 (file)
@@ -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/>.  */
 
 /* Produced by this program:
 
index a494b100be1010b9c2823f7151714bb270df111f..b14636b14fdc5c09978ff17457fb1eba0d8036cb 100644 (file)
@@ -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 "ucontext-macros.h"
 
index f88b86dd866925ef4393ad53dd160aabf6af20af..a733a762da8d45d45d1ff4cbf9c8f80981088586 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index b45bfa6355ad0f590e7879dd85767179ebee6833..e16e5b9be5ca69c09d2a4e6b12d76f7df3fd6fad 100644 (file)
@@ -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 "ucontext-macros.h"
 
index 0a5aacc8e776f27b0f12879e52f27a1e48ca51d1..11b0fc0843ad45e4fee7ceff7791649af5912f49 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_CACHECTL_H
 #define _SYS_CACHECTL_H 1
index 6f62eb3d08333f7ce12c34861329d83253babbb7..09602e1060c5ae7f25759326703bd03ad4a443fb 100644 (file)
@@ -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/>.  */
 
 /* Don't rely on this, the interface is currently messed up and may need to
    be broken to be fixed.  */
index 730792275ed1adb31a25e3d02f7d8fe1d7e6ecee..c34054c6132e8d1f74491ed2f83bc2e1a77d9897 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index c1fe695855449dcc8e80060a0ccf958a9eebc88e..3d878d04e3f90bc91c74f18179640985cd97b0f8 100644 (file)
@@ -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 <sysdep.h>
 
index 64974f8ecd66e50f03783986e3d59c39993c9361..8710a91c402ed6dba0f654600bec3728d5306e15 100644 (file)
@@ -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 <sysdep.h>
 
index 5470ea3d2a6882ad34e5fc924517fd6fc98add2b..e0f2248f952552a311b2fb6f7b6810c62ad6960f 100644 (file)
@@ -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 _LINUX_RISCV_SYSDEP_H
 #define _LINUX_RISCV_SYSDEP_H 1
index 5b808e363f2008cad2e52f8ec86c03bee02aeacb..661715bdc297f8b0ec0ea7a800bf16428406f8d1 100644 (file)
@@ -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 _LINUX_RISCV_UCONTEXT_MACROS_H
 #define _LINUX_RISCV_UCONTEXT_MACROS_H
index 67373f181b235c8717754fb0ce89b115c3bee9e6..e68dbc7d5d77b3915e1c17bccaa597d442227c3f 100644 (file)
@@ -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/>.  */
 
 /* vfork() is just a special case of clone().  */
 
index d2583382ef9062840e7a819459927eb3c023f71a..9590f5e3c2c0e2a6d6e10143a97ad41d85140489 100644 (file)
@@ -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 specifies the native word size of the machine, which indicates
    the ELF file class used for executables and shared objects on this
index 39a585f367bd2914cae818aa187b5dfae2f7b402..57c0353463b81531fc627419e503a0627f1cba5c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _UNISTD_H
 # error "Never include this file directly.  Use <unistd.h> instead"
index 3817113944300975d31b2880bd502225eb7ceb94..996a6661a910b1fe1f2eaf550ac79a7bc52cc68a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index 3608bea25c334a1fd0e4913a512c7f4476d1ec40..abe9b4861d220e8a0c4df8df466dd21447ec37cd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_AUXV_H
 # error "Never include <bits/hwcap.h> directly; use <sys/auxv.h> instead."
index 8cc7ed9abb3de54e46a83ae6f87d2e5b4086ea1d..d4dd567ea92257c6df06a41b3864ea9e0fcc6aca 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
index 3e474d5a2b07defd1af74da2131a3fbb82830371..19856e90abbcc00a2b65aee5a3227497885687fa 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-extra.h> directly; use <sys/procfs.h> instead."
index 49b098faa8d117ce1928f5d33a916aa4e3520aa6..b15d6d626511ccae9dac0439d3c35756ffbc9e95 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-id.h> directly; use <sys/procfs.h> instead."
index 364051c1c73bbaad17cd5fd8a3ddd7134d58d221..1634132e89c1c6340333b7031c83ad14e0a55603 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 8dd2f60637720335d45b3dca93ecbabceffc6f8f..c63188100a51105c2ecc50279edb6f20f0851877 100644 (file)
@@ -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_SIGACTION_H
 #define _BITS_SIGACTION_H 1
index 7c3e7db17172652a6b68af7f943c881b891715ba..d0a45e835364686d78f9e2a22e7e92c1251f8efa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index d0c2a8f53ebad64f811a1ca54f66dd51b3f458a9..6c82111c15f9cbc492e1fb13c535ae84f7d72d7f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_STATFS_H
 # error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
index e42105700a65065c384aa3811d57f9a68bff9d52..94234f9242766cca66a133acb112cba0378c96a6 100644 (file)
@@ -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_TYPES_H
 # error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
index 0569c3b784b8de6be04e668c7e01e0e522d408cc..9794bfc950b00020c3ce75f30a33974736d1ed80 100644 (file)
@@ -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 _UTMP_H
 # error "Never include <bits/utmp.h> directly; use <utmp.h> instead."
index 737d9dca054aa832c76968e4bb2dc651111c2b57..f0a610ee8a691e99806329fd74f5f242ebf8d07c 100644 (file)
@@ -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 _UTMPX_H
 # error "Never include <bits/utmpx.h> directly; use <utmpx.h> instead."
index 513ea37a9ee64a098a6278cc65bb2f5242fd08c2..0ab417efdcb9fa4f4430183280f20c353fc8e739 100644 (file)
@@ -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 <unistd.h>
index d67fde368f464ff29651d80032ccfb2cef0ae7c9..79ae8454a7a3ad8aafb6e0f2b30037bef0de64e8 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_S390_PROCINFO_H
 #define _DL_S390_PROCINFO_H    1
index 4b165d472d1cb027f0fd0842ce0f98b328796e33..d4d77a0a4cedebbb445d9e9449ec041a223798c7 100644 (file)
@@ -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 <config.h>
 #include <pthreadP.h>
index e09d027b2c81d8db7ab8dd1746e80aa7d49864cc..cf5a64cef13947ab622ff06662f60d9b790a0119 100644 (file)
@@ -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 _ELISION_CONF_H
 #define _ELISION_CONF_H 1
 
index 65978ce93a90fea8b854e86de6e3dd2486ca2b65..f3536c0cbc6dee7608d6a97472de1d54acb12786 100644 (file)
@@ -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 <pthread.h>
 #include <pthreadP.h>
index 256317611c3129780aa4c209deb24861139db77a..e1f039407987dab1fa9ce710ca65f56c4a01504f 100644 (file)
@@ -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 <time.h>
 #include <elision-conf.h>
index 2891c90d27a06131e2a59f99b4c444fb3c96256b..46e246ef534f61b5cd301eb7379fe3d90352d54a 100644 (file)
@@ -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 <pthread.h>
 #include <pthreadP.h>
index 7eae6478ddd567a21a5c52478f1ab776637c092e..53aea4b25dc50983fd7be80d1de98acf70cadd77 100644 (file)
@@ -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 <pthreadP.h>
 #include <lowlevellock.h>
index 0e503c220febc4966d00bb26fb960d5f792cf829..64cbda7e4490700287f16b43a64e3a2727aae622 100644 (file)
@@ -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/>.  */
 
 /* Automatically enable elision for existing user lock kinds.  */
 #define FORCE_ELISION(m, s)                                            \
index 32b66028438e8730490ab45a11e26a31f44b63d4..b1e63960b1f61d4363b0d06461ca0b0ca91327ff 100644 (file)
@@ -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/>.  */
 
 #ifndef _HTM_H
 #define _HTM_H 1
index a1ad9458e35e4bbfb3a0ba02cbce2c211a1fe2c8..f3ff19bdfa1a5d80b3e0516a1f8ca05bed2cfb88 100644 (file)
@@ -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 <dl-vdso.h>
 #include <libc-vdso.h>
index a012ecf9c9e80e3d2d80ef5dbbf695de9e0aca2b..0a2ae7551601bc66b2da5dc644bb2ce727e0106d 100644 (file)
@@ -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 <sysdeps/unix/sysv/linux/ipc_priv.h>
 
index 58a32026501784304f0d19a881b8a00752414ac2..bb06e5ab77edd80a9191f9f044c5d2773ad32887 100644 (file)
@@ -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 <setjmp.h>
 #include <stddef.h>
index 8fdf38c45491ca12ce3bb9c4adbb64bec534dcb4..7e7437df5c2bb52a055e9763f92c1fb54df8fdea 100644 (file)
@@ -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/>.  */
 
 /* Direct socketcalls available with kernel 4.3.  */
 #if __LINUX_KERNEL_VERSION >= 0x040300
index 0f94c49d80130af322a8d869e3cb98e4d8b68659..c81f124323700039b022d41df8b586878455f55b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/generic/ldconfig.h>
 
index cc97601383175624a7198561684b46f4d7499869..a162ad8244a36535a77b77c908dd9b130ce11285 100644 (file)
@@ -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 _LIBC_VDSO_H
index e941e74e3c29672ff1d0e64bae9f36c81ddbc20f..49cc6dea174a583a2da8da9237ef7ba796019bd8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.
+   <https://www.gnu.org/licenses/>.
 
    Versioned copy of debug/longjmp_chk.c modified for versioning
    the reverted jmpbuf extension.  */
index 2388bf25c042a4e9ec742153a0cb0badddeec77b..d6a832bca03dd203bf9728e410b00c4c85849a33 100644 (file)
@@ -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 _S390_LOWLEVELLOCK_H
 #define _S390_LOWLEVELLOCK_H   1
index fd5c43635d9e33a10b62114d6c1707bf7d52418a..8119826158ac09a132bc1199269dc1ebac84bb34 100644 (file)
@@ -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 MMAP_S390_INTERNAL_H
 # define MMAP_S390_INTERNAL_H
index 3c0092f564854a3de5850cc6c1474f4155fb35fe..5312d2ea89ec1f684b40add2f8c76e8986a91f6f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.
+   <https://www.gnu.org/licenses/>.
 
    Versioned copy of nptl/pt-longjmp.c modified for versioning
    the reverted jmpbuf extension.  */
index e3e713e4427c6b006a8f4185ad0e8522862b0abe..ade5c76eacb0d27e04e4ad550c99dace2126f571 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 cond lock is not actually elided yet, but we still need to handle
    already elided locks.  */
index c377ac7c8d114ab4d1eb3811b48a884f3e83b110..4ee7ed0d82ae0df9d1469100ab004b70b6097983 100644 (file)
@@ -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 <elision-conf.h>
 #include <force-elision.h>
index 06192d4e71a003b09e2b243bb59bbf312fb349e4..1f5ba84c84ca6d4ab552c6024f24df3859d83543 100644 (file)
@@ -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 <elision-conf.h>
 #include <force-elision.h>
index 222b8e4071a919b6044817dc5d09afd54b6a5e9d..60afb20521a568104e96fb45a86741c2efa96604 100644 (file)
@@ -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 <elision-conf.h>
 #include <force-elision.h>
index d0e871a11407dd7e25d47734dbd778e5b909e91e..8fb61167421799273b03e31ade4f0253c457b84c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 int process_elf32_file (const char *file_name, const char *lib, int *flag,
index b724ee16378bc54d004fce4c4238ed76fb25a889..933db89c79ea226190fb4c8ced20aaf5738499e0 100644 (file)
@@ -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 <sysdep.h>
index 4839247bd3fda3e778fd8905dc11ef5e5d9d8c78..4553aa3e29d58c6e3729fed3de2269f0d9d1b93d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index e736d7224d0d00231c0bf9f235f6ebff672c5533..d77be6a69636fc96701aac7c16aa18627cc0ce09 100644 (file)
@@ -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/>.  */
 
 /* clone is even more special than fork as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 6e52c8dd51127b41b11f16620c7206126c36644f..6b2a9130b1d63f1aa68f65421d1acba3e8c45378 100644 (file)
@@ -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 <sysdep.h>
 #include <features.h>
index 231d5c56e13584e04487bbc3cdcec2ed27f5ee79..c0d8ef31c6dbdb61ecd1cf9cbf5e4d4a78e70c8f 100644 (file)
@@ -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 <stdlib.h>
 #include <utmp.h>
index e9b63600cd83695a367000a1bfe57de29779bf34..fca1e1c69c761fda8169d4541763d5843d2a8ab5 100644 (file)
@@ -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 <libc-lock.h>
 #include <stdlib.h>
index 79a411e1aeb60fd3603bda8641f1974247f2f6e8..0865b8a133fcffd93e3dbd84f6016ef82f4d0a69 100644 (file)
@@ -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 <stdlib.h>
 #include <utmp.h>
index b16d9a6003245d71ef7020695796096489ec10a6..00db077f340008f6277664f5f5c6cb0a6daf2f06 100644 (file)
@@ -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 <libc-lock.h>
 #include <errno.h>
index d08339af6baa09849d659187216dac565fcccc1f..a007775eeb2f933e0eb419f6491c1dc5c028af09 100644 (file)
@@ -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 <stdlib.h>
 #include <utmp.h>
index 401b8b80af30932c82f2d28e631a6fcddea5021e..b8347837bdaf2d470824bdcf6b5c69763a31ec74 100644 (file)
@@ -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 <libc-lock.h>
index 6b7fdbc443cb169e6954bf3fe03d11894b226ab8..5c9e5f67350c9917aa2da7bac4b56744dfa5510b 100644 (file)
@@ -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 <string.h>
 #include <utmp.h>
index ee83fdf73e955071f224d6cb9cd9c2562c9fce39..2bc08180d721a1a1ac79707e9dd3f74fe626e70c 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index 51d64dc9643cd5b44f3e7e1f1e46733ed9218546..8de68910dec8e07b18d200705577083d5624b138 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index 535aa87c16e56f4bfdbeb973fcf62c2a170ff003..6fd537ec1f6d2eb0689decca414e736567c9f967 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index d2c5bb105c7d7db83ec47450628728c987eb0478..8ecfef05802a8ca4887712b020c96d5647210633 100644 (file)
@@ -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>
index dd9aa3e94f9f5d91301ebe3777c4fddb00112b7c..2dc64f200f5cd89b3166c502d55e37e9f9f66201 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <utmp.h>
index f4157d93ffb3dd26d4680e838416166211b6f819..fd94295ecf463ccb4afb70267e975fb096f3bddb 100644 (file)
@@ -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 <libintl.h>
 #include <stdarg.h>
index de3651133f6b90d29758537dd556c71fa62c32e0..2a371e7d6850a5237f26d983208a907d242d7a58 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index a7d8c2870ca436391c4d97457654e58dd5ce542c..2732c4bd4e8df829b879b0125ea7b67453c3d83c 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index 0ad389d53834d4bd9acebe257130d00a0f2ecdd2..845cb18a0578d437f3e2b0f8c9988c21d690143f 100644 (file)
@@ -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 <sys/uio.h>
 #include <_itoa.h>
index 33cec24ff513fb8e714c5219b4d68bae8abc6001..77c9c26d20d855e6718fd4773bf4049fb1bf9187 100644 (file)
@@ -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 <sysdep.h>
 #include <features.h>
index d570d4ec7aed68d700ddf597b0605b97bca60582..8a50e1cc367b73d7871777cbabad851e04f16ca8 100644 (file)
@@ -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 <sysdep.h>
 #include <features.h>
index c97bedd15eb62a13fe0aa144041d3138b380eab5..69561d0b7627a133f2d2c81b7737be40c64cf530 100644 (file)
@@ -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 <sysdep.h>
 
index db33ff7cf7f8d76246ed0349c01848166e264cd0..8d814c02c9d8bba50a2b18e30eea82d749944983 100644 (file)
@@ -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 <sysdep.h>
 #include <tls.h>
index 640fb52de19aef133399057f558a88bb8850726f..1b39ab1e252d647d2bd861aa398a3bce514d7f27 100644 (file)
@@ -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 _LINUX_S390_SYSDEP_H
 #define _LINUX_S390_SYSDEP_H
index f64b49d0ca2cac26a6f4c5aa789d452fff3f5d5e..9c862b8a78f44b2a1238004f9cdd3fa6f415ff45 100644 (file)
@@ -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 <utmp.h>
 
index a28218657bff0296ef198a40321e2c4c91316537..04f611ac3d0d7b93f687e2f836c3e7de2ed7ee27 100644 (file)
@@ -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 <utmp.h>
 #include <utmpx.h>
index 9ec214c440b791b8cb878b94913f1dbeb103a684..954447878339d77b929ed726986c5f1fd5e0268b 100644 (file)
@@ -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 macro defines the glibc version tag at which the 64 bit struct
    utmp functions have been added to the 32 bit glibc.  */
index f92cd77b554f75dbdc713fff780a68915bbe032d..7100252a90d181b2014f78fca600d521b7bc9564 100644 (file)
@@ -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 provides functions converting between the 32 and 64 bit
index a67b5ab78fd716bdcc37d445ba61f7e59f656f1b..9e1d7ffca10b6d20d2894131c206f055c7d22e6e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <utmp.h>
index 4f2fb73b4c02131d200c8b8fb8834ab64d52d8d8..87037f6ab6bc69d7912fdaa1da56f86f45d58ea2 100644 (file)
@@ -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 _UTMP32_H
 #define _UTMP32_H 1
index 22eb97427cb40afb24cb7d44de9883eaa77a0664..a1738b739d59a94842ede00ee2fe8ddaa0f868ef 100644 (file)
@@ -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 provides functions converting between the 32 and 64 bit
index e8cda565fb81123623f34d1e65f33ec3e3b75b51..c5160b8417e0e917ac74de5707751651f985c2ec 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <utmp.h>
index 2bcdca7892ffa2d5e0d455a0dd0f6a0111eee8b3..70040d0cd371d95715d281f45e9e7f5a0c39180f 100644 (file)
@@ -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 _UTMPX32_H
 #define _UTMPX32_H 1
index 48a3eb0e10ac8ec3ce508f9805d9eac67837f2dd..eb3fa4d62ed9aaccd1ef28713a5e7a2aaf5c9998 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H       1
index 5d2d4e641ea36e8f72d3f5587e5ff78c099858ba..aaa8eb5728ce3fb3d73cafe151e3973bb3d295f0 100644 (file)
@@ -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 <sysdep.h>
index debe0b59fe6b4303319d459a44e77dc0cfc3d51b..718b953cb4b705e9335e18b99e7aab5f93ca70cd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 7b7fb5efed4ec997ab65da723335bcc52747e16d..9a8b79143210710198c4d9c9add16430005f553f 100644 (file)
@@ -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/>.  */
 
 /* clone is even more special than fork as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 8a4e6e5a76f5e62e91af7732bcad509c2ab666e0..5a4df8237bdfcbcacde0b95b3566524c16520a40 100644 (file)
@@ -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 _DL_CACHE_DEFAULT_ID   0x403
 
index a5b662a4664993d0ed84f93f20d72d88df3e39c4..4bd62a30e2c62f7c65effc43a23c2265de5ab21c 100644 (file)
@@ -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 <sysdep.h>
 #include <features.h>
index 9feb47692985620ad923cd8aaed0d42a22350fe5..898cfd12a3fdb00f99f6c0dadf8f1b7aa6916f9c 100644 (file)
@@ -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 STAT_IS_KERNEL_STAT 1
 #define XSTAT_IS_XSTAT64 1
index 338325a8597b15b5d4c259372887bbaba89190e4..d30a80f61bd7f1921d197080cf891a538b95f1c6 100644 (file)
@@ -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 <libintl.h>
 #include <stdarg.h>
index a00516746ae7a17a553e5b653960a083c4512b23..93c20c1bef7ccc4755e5073c175187b281e9980f 100644 (file)
@@ -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 <sys/uio.h>
 #include <_itoa.h>
index 00ddfa12729c5f807215773b97202835a96d9c05..10e506fe008fc75a9c21d9d91ba5b71bfe8f5254 100644 (file)
@@ -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 <sysdep.h>
 #include <features.h>
index 5c832df5ff79ae4845f9813d969767c793973897..f0eb0997489327d0fcb57c91e8b29f0baf0c9de1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* 64 bit Linux for S/390 only has rt signals, thus we do not even want to try
    falling back to the old style signals as the default Linux handler does. */
index a492a04e823402b0b99242515e330aef68c40f93..9dd618d41acdf2f59cb5153a3068e2343ce36b71 100644 (file)
@@ -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 <sysdep.h>
 #include <features.h>
index f52bc4570146f47f32d04c1233106489a8709c98..b17a221cd27ebd3c0601d7715a8f78e3b0b1fa92 100644 (file)
@@ -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 <sysdep.h>
 #include <tls.h>
index 9a9834c750f3bd8c3b761cd7918e15c1f1ae6901..a0102ac0f874b3df61a4bda7f818ad5dd5b529b6 100644 (file)
@@ -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/>.  */
 
 #ifndef _LINUX_S390_SYSDEP_H
 #define _LINUX_S390_SYSDEP_H
index 722dbae51118b056c3be9b9c10c60d6618ace2ad..f46c049848c6d57f2d47bd94d66248c4faa671a2 100644 (file)
@@ -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 <sysdep.h>
 #define _ERRNO_H       1
index 576dc6126b3a85701dd9e213891da9261349e74d..84a7a50b43f6f748462eb7a1f4f5da1922ca9d93 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index ecbfd6e30ff8d6b8a6f56fdd644266202e2fb3ba..468e1d461a382ef6b1cac579fdfb54299cba2d39 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_ELF_H
 #define _SYS_ELF_H     1
index 37483533330242193d10f449c8c1c903d22892bc..70b92d113e46a5e560fcfde1cd4470cb13b6e48e 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PTRACE_H
 #define _SYS_PTRACE_H  1
index c1770ca6d43e769915fc50246f5c034234603fda..618910467f679f78d921b4aa3c0d5e38b999cc83 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UCONTEXT_H
 #define _SYS_UCONTEXT_H        1
index ab56f513c402eae15bb5df319b7b6f3aa293ef14..b40293bfb987a3f253a761894cf9e0eea6d1a4fa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index 57e57d031cff9a56dc7f63d5ddb5f42c9a8938ea..c502a35690fdb4260c9d406a3425f23ccdeccb50 100644 (file)
@@ -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 <unistd.h>
 #include <dl-procinfo.h>
index 89e86ad923c8657646857dd0f7ee0d6848dc4c32..5f9329205d52384a23eb949969cd13fd070acd03 100644 (file)
@@ -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>
index 9c126ef0677b3d0534e414592d841a99e9656957..568890f285075befd9eb7428cd20a8df67c92dc4 100644 (file)
@@ -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 _SAFE_FATAL_H
 #define _SAFE_FATAL_H   1
index 9b30445fd23bfee4667e5636470ff7ac1cca8794..9a0d89e7219fbb9f565ca0688127e7af23d44416 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 scandir __no_scandir_decl
 #include <dirent.h>
index 91b847c6286b8af0e32360b04f062ee892298251..56af56e9fcb0d2467f7dccb588a899d988425ca2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sched.h>
index fb0d317f83c309341d0b17fb482e090809036569..65dd9fdda79e096521215faa1c7ea8b06cd1ccf9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sched.h>
index c9078b7756820361110955cab609ddc66dd8b05e..5f2e856a11577accdad5f9b5eec3df91013b6c67 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <sched.h>
index f7be1a9681cc9240a0b3c1d2e77eede007cbedcb..30986a2b9085f767dc56ddcc32fc6a5d22e00f63 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 file contains public constants and structures used by
index e8ddefe99cf01ab36cc959d9b1fdffc968cfc651..df8e747ad1e5c5c7c84b86ea714d5d34aae2475a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SCSI_IOCTL_H
 #define _SCSI_IOCTL_H
index 1f0b5a156a88347b408d1b1466970a89cd71cb96..73d7775dec7bdd87648a46efb5cfdc0e9bf5a5dd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
    History:
index 06662fea462a46a5404e2137f37e807c348b6ee5..0498970c47b511ba5850cb9cd67056f7e4be310d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 #include <sys/types.h>
index d42840068180b9e4d3992df55789223292052302..fbe4b4f11facf92afa707a73c5249cdd941ca5fd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sem.h>
 #include <stdarg.h>
index 4a9dfbb90a64fbcd80225e3975b89fbed38ba91e..8251ad54ecac393e17095ac717c39041ffc93dbc 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sem.h>
 #include <ipc_priv.h>
index 119ee068785250bf5d8a3da8de8994ad0efba12d..687fdcb805c3b52b9ed6aa05a3b3dfbccd6b9f33 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sem.h>
 #include <ipc_priv.h>
index 1d746c4117c37a40dc957994c4dfce8fb10820e1..f34a7fb9209b17dd896ee7597294bdf214654653 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sem.h>
 #include <ipc_priv.h>
index 2b3324119e025a2e1b2ecdef16f32584930587ef..0eaca763c3a2c633d543ad33e34e03322bf6022d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/socket.h>
 #include <sysdep-cancel.h>
index b09f9290671c8b2e0d6572d17d3d6511082ac807..c53c1b280f122c150623ef13c0d5c253079f5e26 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/socket.h>
index ae226ea472f28796c5d9b65020fb9899976f7e9e..42c4250749393d33eb2b202368e9cea607a4da6e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/socket.h>
 #include <sysdep-cancel.h>
index 18c68c04e2e287409de735dbf05491a080a5718a..78e3b6b2a6dd00c16ea2cccd5ebe7cbfb2ad90aa 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/socket.h>
 #include <sysdep-cancel.h>
index b860fa9932d7d4d0ae58120580d12ab98071626b..43b903d5f9c308b7fc9afcec1b61f725d348e5db 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 43dec1a6b4d7f178182c2d2a5ad5c0663bb61b2f..428be3392aec7b96905b6a4c6b70ed636a54b0cb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 1c41db5889c9baa256ef4306866ebd2f4eecf85a..b5bbf4de33a567bde891fe53ea5b4ce1342973f9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index f565e294b689eb2bee2527df9277e85bfd7dc1f2..c89c7591244fc8f2523992e72146a04e02ae159c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <grp.h>
index cb2a6f4a1151953e573962d55ae7d4b3ebfc748a..0f69a1fccd5970c77b787f47ed583fe6c1afd51c 100644 (file)
@@ -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 <alloca.h>
 #include <errno.h>
index b66edc153d511f0c91b196ab48787d1c24633fa6..d34a5332f5fb3d2c981ccf252420276058ad0488 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 66dc1c8c6c870aec176fc8e94ea1fd19453c1837..af5e4b4d2e8de80799abc9b3e6c2a7ee25220432 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index eab5c71eab85432cec4d38da2718f2760cb89bd4..918861eeb074ecf2c7d5b60a43bff366848721e2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 8509c97f03e2fe85b7923c2216c8750ccfd15067..01a27a508bcb6d1b57cfc6747a9c6aa59a6bf1ce 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index f7eb7d1db30a2f2d2e266cec4ebc9ac318837dcc..8b7b33ec4a7ed86aaa8d3cebb11c69be503a99f0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/resource.h>
index 265572ff1786dd57b82afbd73a6ead7bc636d32a..c4f3ee0776cfc369ace5b06573ebf88efa624b38 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 07e5949fa8771a0afc58fb813c8931f3a69757c9..ce667e50492471b2e12bc31e581f6e0fdc59e018 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index c6468d02027416fb1b64ac7d5a0ebc03b1cea60e..2c609a13d772eae906bebdfcd85ee0f1b6ca2fa7 100644 (file)
@@ -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 <alloca.h>
 #include <errno.h>
index 11d70fd62cdfc78e66fbb006ed76160b25ce3d47..9dde4f87a27c695a23a7d6972ef519fbf849a25f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index b64079c72dc2a331e5b4b2373cda6933bdda92a4..35213464e061d9ecbd398ac1559c95e0dc9a3643 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 9dcb8dc9f167e59a960d54ca736ce0c332f313bc..5065be6cd13745441ec499a5681b0c8ad8f2bf11 100644 (file)
@@ -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 <stdint.h>
 
index 57bb1acf0ae318b6be473902260ff410c14f5c41..310d5314bf7ee45bfab8c7cf6af2facaf337caf7 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index df093f02dd4a9a724eb0dbdd836923715bb17386..087564f40b46ea909091e3f62f53a3307533203d 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-id.h> directly; use <sys/procfs.h> instead."
index 5e33070aac0a526fcf3a16cae637a4cce0893891..b8f583465160d090ff027548a4db9e2da5d797bb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 28a293964eef027308e5e48cfffd46939aafa082..0a18c3e7238cce2318f6fec45475b7d0cf41011f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shmlba.h> directly; include <sys/shm.h> instead."
index 0fe39f6c38de3f35baed934a6bc0b003b2363b6f..e8298dd01f73a302dc2a0811316fde134ac5c5d8 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index fdecd1b644c50460dc4d52f19d3ade03546692eb..4312a9b43420a3f2964d961e307fea7a26415bd5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 0f287fbf85de153613ca08fd1fb6e0a979ea216a..80fd7a8a4e148dc7e8ef16a05358e1b8d68f1e30 100644 (file)
@@ -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/>.  */
 
 #ifndef __KERNEL_FEATURES_SH__
 # define __KERNEL_FEATURES_SH__
index 613fd62528269a81738b2cc87730286899ac9295..bfc138482a88091ebcfc1bbf0b36ac45399edea8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __ASSEMBLER__
 
index 4e049c381b95bf7df16ab37e0c14fca4a89be692..ede921486cdb1fdda6c30ebe8abd1eb05ba324c7 100644 (file)
@@ -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 <sysdep.h>
 #include <abort-instr.h>
index c88d52e10b81b23f9a5262d80788b71bc049882d..7e59620fc3657e3b287587110b90da64ad095710 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 3bcc998290c5efd3b8545da761efb27a0d7c75cd..9a64561ad9cfdbad88f83dbd927fb929880b51ef 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <_itoa.h>
index a542df29d45c38d373b5b9d0fe41355c0efa5d13..4e9927f2866483a3b62002034c68632618629a91 100644 (file)
@@ -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 <sysdep.h>
 
index b8d9fa5190752254d4644142ce0ba6d7a246b6eb..a073915eacce5efef27fb2869c0f19164fd1827c 100644 (file)
@@ -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 <sysdep.h>
 
index 187dd36c033f42428a3a46ee47796971dfb5d6e5..28114f9fc99f2d45775cc88a1527df38727bf6dc 100644 (file)
@@ -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 <sysdep.h>
 
index d3766ff91457b1b818fa3a0e98146ac2c747a113..7e5c8d251cfbe5131307c8d6318636d959629c33 100644 (file)
@@ -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 <sysdep.h>
 
index c315d1d8a13883de3951428864dc8bb978af187a..90dc00f931cd331bed17ae83f3ac0de91e3d62ad 100644 (file)
@@ -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 <sysdep.h>
 
index 919e101fe2d3e885f5f9049653790bf10a6d8d79..2b115cf14eb19c9d4f058dd1f70cd8afb91307de 100644 (file)
@@ -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 <sysdep.h>
 
index 29d75b0cce5c5831cca095fd6060e9204a26bdb3..7f8fe191e6282bc64e39f2f3d1c8bd67b68dfad2 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index e5807c3954e64ea3dae6f43d722b21eb46d8e296..7bc1e79b3b51127023321b6facc6302ecb6e9136 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 static inline int
 is_smp_system (void)
index 9092103a7d87c06eb9342a9c71a6602f49ac1009..f36e50f2782351e459ffb8329af80d2cd411503f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Where is System V/SH ABI?  */
 
index 54d3d701ebca648a55ea49b3c5064d28bf7a7933..e5a735b3f9fe22293b9c794c5128ebd8637b5d20 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index 6fbeccddb53e736020d3dd4f35c2f83432ed0d7c..4ec16344146b4c45bb1daa17bcb6459d16d0843f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 6ce36d6dd56fe745defe3da7ceaa5146a223ce1f..7ee2b21c92455609755e0abb79719f28038f1d24 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index cbfef3a4d9083d95531bae08515f8cf21e22c2cd..52e77c9913cfdc6c8b366b1f7949546649d23e3b 100644 (file)
@@ -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/>.  */
 
 #ifndef _LINUX_SH_SYSDEP_H
 #define _LINUX_SH_SYSDEP_H 1
index 2f6f92b73f8041e4d046f3e3a475e3e3e722d96f..700c856a8423a42bedf1bf890363637f23f83421 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #define _ERRNO_H       1
index 47e8b9e71fb59d6699c3823cf59cfb180bd2136b..4199d57d74631480a0169c20b4d5ed74711eec27 100644 (file)
@@ -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 "shm-directory.h"
 
index eaf0803bf5a49bc1f93103a3a5e96e6ba13da763..06bffee33c0be3f9f0f28c8d55f6d492f200bd3b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/msg.h>
 #include <ipc_priv.h>
index b322f205f84e2da948b42bbf630bdb718b36ab02..281fd13bb44a7589d9072a489be9ac31b3bf0513 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/shm.h>
 #include <stdarg.h>
index 649c417f5badcaf9daf81e1eefb68c0d64392196..aced866f74db2317da707f838e508bf6ef6f7617 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/msg.h>
 #include <ipc_priv.h>
index a5fc7e39808a20f2fa2063501abe17a3a8d75346..04b46eefb12b835f9903d9bf6a633ac318f2c075 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/msg.h>
 #include <ipc_priv.h>
index 07cdf72cf36dd101385d544f8a56bdb6f7860e97..2ddd3ad464c35e96cd50938dceeb9f7d945c982d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 52722b08ae124f7f343a9b7970ed902b84572b2b..cb1a968e91add287015f50f7a9ddcf4b97002ca6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index d705df068e1ff3836e18d3e611b12a012fbf6f0d..49f1b0a1e7b4e3a238952767d53f993b7d6dfaff 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 is included multiple times.  */
 
index d07c158fb73fa9b71e7cb158fb3ecc16f1a015b2..ea32ddb22461fd5021dfcd52e6ff7512373b0831 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 2845ada2f7b380b61a19331a256ff4c8773e56bc..d7426456fc24f401f12640c0b5833f5152eeeaf4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 224bbc5cc4c5e169098eb32ffb5fbbdbe575b04d..01521c8107c33c1d9737687380bbc15684f62532 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 8acd88a85fe72fe884f73be1763e1fac48c5654f..97c423a4b82b9a9fa61ccc50c57c550dec85f933 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index b6d6e4bccadc44638b02ff3497e6be591e54b383..c16f7b0ebcac196a57e6dae862fa567af63f8c0f 100644 (file)
@@ -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/>.  */
 
 static inline int __attribute__ ((unused))
 sigset_set_old_mask (sigset_t *set, int mask)
index 713d4840d83bac467074783a7a0f1bd1406d9e96..e73b9665a65c8a60f04a435d8d9a0261584d868d 100644 (file)
@@ -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 _SIGSETOPS_H
 #define _SIGSETOPS_H 1
index 5539c2314f83826bfe14aa0beefe782739d40063..8f05e2c0d6579550c1b6f5e0e54800d8efa20afa 100644 (file)
@@ -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 <signal.h>
 #include <stddef.h>
index 0bf6bf8b952f892d865eebe68a73215d4a89c2be..40e1e25f75d769f43ca325bcd6038485d55f0470 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include <sysdep-cancel.h>
index ca2062128c7194aa9893ef91958c06918328652c..30fc82a2490fe8f4fe1e2616208ad1f9f10ee5b5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 0bb8a55dfc112bca36ffd0325a969b42554ddb26..360a4d0f5b104c3621e8366a4eb6b6a00fd3d332 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include <sysdep-cancel.h>
index 94f6e9bab3b6bb21b6ba8462f275132e9d7a38ea..64735e4a03f038cf4bc6f511e98ba52723cce56e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include <sysdep-cancel.h>
index 2c972f37b336630b9a635942a759a1a624577482..5f5f5f9515302e9970aff0a00ea1d20291ab2b0a 100644 (file)
@@ -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 _SINGLE_THREAD_H
 #define _SINGLE_THREAD_H
index 28fdba503f03bb906b0cd1957184cb2e8f568d6f..baa8e36e555fa87f59ec259283fbf2b8e73c59a8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SIZES_H
 #define _SIZES_H       1
index 7cf68bfeb60f2bc9d0ef2982fa8dd47c2f723331..6775e2868339814b4372def0cab9d30acc05b0df 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index ed4840b5c3a03663d68117c52ad6c20e2b9f850e..1e6387cdbf62ee25321890dc09628a5a0a9e2d94 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKETCALL_H
 #define _SYS_SOCKETCALL_H      1
index 7ea388cadabc740b971c093af9a6de86ff91de28..d2c07e16326ccce0eb7fdde64970bd2e6b8eb292 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index c6703e094eb3e4d91cdeab64f4a55c1678cfbdc5..eaf458e26efab469f4fcad705ea31a01cb35c430 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _UNISTD_H
 # error "Never include this file directly.  Use <unistd.h> instead"
index 29e00522b3e8a8285ebe0271b4abfcaa2cc784c6..b776058a809a2c93aa7f58114f3d6b5e6e2c06cc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EPOLL_H
 # error "Never use <bits/epoll.h> directly; include <sys/epoll.h> instead."
index 30340c53e39aa8ca7d7c9f3791a79e742ccd3d81..9a17e265b154b1c97b018cc91708ab3e05358512 100644 (file)
@@ -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_ERRNO_H
 #define _BITS_ERRNO_H 1
index 40df37f63ce89deb001438479e44c3b6cda96631..d6f168acfcfae7e8c7f9c6a1a4887a422e7518b5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EVENTFD_H
 # error "Never use <bits/eventfd.h> directly; include <sys/eventfd.h> instead."
index b8725382c0983435a036b779e486ea97ad33b18c..48af87475575a2d296851afc2ce4245bf483e608 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index f2657b7885970d3a6119d4c70248f7f42cf130dd..cb3c144f12ec7efb5006586ede357e721025ffde 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_INOTIFY_H
 # error "Never use <bits/inotify.h> directly; include <sys/inotify.h> instead."
index de569da0d3b71e986245021c2ed8dd6ad54375d5..69db756e64c5d59ee1a8e97a2715973f6d4a2ade 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IOCTL_H
 # error "Never use <bits/ioctls.h> directly; include <sys/ioctl.h> instead."
index b67c25ec61670323c83663e9f35c8612292df2d8..9d290a6b82900fe1750913a2844a57e1d7ab3284 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
index a2d9ae54dc179b3b785b1c987b207581b4f6059d..7eb9742e2f8ad3f2588ff8e62a8fde7b029dc16d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* The kernel header pollutes the namespace with the NR_OPEN symbol
    and defines LINK_MAX although filesystems have different maxima.  A
index b0acf548f181ed64335c03c6dfcd0c8ea7eb0d69..732289bd4e4ad5a0f9a315251bf279f36dbd19eb 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MMAN_H
 # error "Never use <bits/mman.h> directly; include <sys/mman.h> instead."
index 81cfd075d48e696e50c1988279e906cc711d7c64..5c62e17082551e6ef7ba06439b0d369ede4413f6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MSG_H
 # error "Never use <bits/msq-pad.h> directly; include <sys/msg.h> instead."
index c2c0da927f32e6f973e6820a1ef44fad11378dc0..5b32884004ce6db1af4aeb3d4bb36577e46e01f1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_POLL_H
 # error "Never use <bits/poll.h> directly; include <sys/poll.h> instead."
index 7a92e91b75f80c669ed365a8652a4bf6672195b5..e68784ed79d21a70fa0eef9cf271fbc4b2cd815c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-extra.h> directly; use <sys/procfs.h> instead."
index 8afade1ace1bfad09f3c68df7ccd8d66c136d87e..20dacf86cf395344681a8d3bd7d6c1b35dc6aac9 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-id.h> directly; use <sys/procfs.h> instead."
index cc7ca46f4aaec2a725d771a3a27abfefc352b851..d4b6131181666450d1eae24f8c3185715ff7a003 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index 886a73d1843ea29c5edff2c2f3f1e4f00ded4675..9cab7862b69cc1b590edc019cde45aad59c2a720 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_RESOURCE_H
 # error "Never use <bits/resource.h> directly; include <sys/resource.h> instead."
index 1536e5e613a9a66f737288b6234f89b640a2d8f3..1d3239783ef7faadcd66a9f40502bd28006c23bc 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SEM_H
 # error "Never use <bits/sem-pad.h> directly; include <sys/sem.h> instead."
index 66903271431146f10d3c707801a488e6f6f804de..0c03e870537bad6958e8ba30a7fb47640eb9a216 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_SETJMP_H
 #define _BITS_SETJMP_H  1
index 20135590ee018f95fcf0e844caf7fc8bb0fff6b3..b755494057412db53038df4ffe6bfeb0ead19460 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shm-pad.h> directly; include <sys/shm.h> instead."
index f8c214d8408507da960b26db04a57c571efb43ba..5ca3784c924b4071f6052709be40e979e2de4679 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 # error "Never use <bits/shmlba.h> directly; include <sys/shm.h> instead."
index 00553236c2eeffc202b0d41a5cff17e4709e46a8..c4f83a966b4a6c49e6f9e28a6bf12d1eebe0a4e0 100644 (file)
@@ -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_SIGACTION_H
 #define _BITS_SIGACTION_H 1
index 32c89ed3755fc889f1c0b8d4162bc22569e37e7d..25b697db5de9207b86e6aabe701b902ea7bd4cbd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_SIGCONTEXT_H
 #define _BITS_SIGCONTEXT_H 1
index bcc051983a4f0ba8c9def2ffbb47ce94328f8949..248e588029a8f9a17a305a3debe25406bb2d554b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_SIGNALFD_H
 # error "Never use <bits/signalfd.h> directly; include <sys/signalfd.h> instead."
index ec746fee99501e6b6b17ee9882f8957d16a6062c..6d7d26b1a563ea5a860676538ea42ea2e10c25e3 100644 (file)
@@ -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_SIGNUM_H
 #define _BITS_SIGNUM_H 1
index 5ac6643d2400453e584a5ae2a1cc84be1a05d8d7..d6d79f5694c7c7f98abbd2aa3a9d15f88dcf7967 100644 (file)
@@ -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_SIGSTACK_H
 #define _BITS_SIGSTACK_H 1
index a663e11210163e9a8474e6af47afb29b17169a53..5ba36b7e5e2bc267a5d5a28196a052f2a7967a9a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket-constants.h> directly; use <sys/socket.h> instead."
index ad359fba76670200b5af12e704e166be91af68b2..e2bd12893b9d6308725b339cb13ec3d191e12689 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SOCKET_H
 # error "Never include <bits/socket_type.h> directly; use <sys/socket.h> instead."
index 3c5031a44d346eba27689363bf765763826f108f..9afc19101988dfe8ac6b1d344f84997d5b2adaa1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index 3803e124dd022c7b2e0df23ad574b335c25bd100..4632486a58060086b1da5abb1004691fb3285636 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-baud.h> directly; use <termios.h> instead."
index 5d9038117914bf62f8d1b3bc88313448ae60ed03..bfe91f652dc9bd1bc885d228a7952cd156eaa9d0 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_cc.h> directly; use <termios.h> instead."
index fa7bf665ed7e27cf0cfc6a967117a582824368cb..50a57a00e033dce3e6460f16e7eca091ff9654fc 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-c_oflag.h> directly; use <termios.h> instead."
index bb51170bcaa4b9d6fbaa2f453a56af9eebefcd25..e654c44b4571f1573063a5ebbbc8ecefde20aa06 100644 (file)
@@ -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 _TERMIOS_H
 # error "Never include <bits/termios-struct.h> directly; use <termios.h> instead."
index 33f58896136c242556e2e9b9850a9696796d3c47..d192aebc9802718aa3053b8b4d4969b088876900 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_TIMERFD_H
 # error "Never use <bits/timerfd.h> directly; include <sys/timerfd.h> instead."
index 115cc1995ba85e25f6159bb56ebc131535a1b449..037f530d65ba5f7adb87488e261ed23316d697a2 100644 (file)
@@ -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_TYPES_H
 # error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
index 5736edba0d26bc7c12812509608a5ccd6206e34b..787f79daf8c50e8bc6adda38a1e38c6499fbc0d0 100644 (file)
@@ -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 add_system_dir(dir) \
   do                                                           \
index e882624d8632f16d4e2e1e22195431041a3f7be8..2369af5eb9812f4002b3d9009aaa08ed3473b039 100644 (file)
@@ -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 <shlib-compat.h>
 
index 6a800e9f7001fa53db1938c17374d6e86bd47a5e..44d0294b350614d6ef0bcb701ecb9c6c2efe6a68 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sys/shm.h>
index 8acdc60832fe671bd81b6048437cfd3e001490e3..194292b71c64fa04dc3a67149b2f03dc89fdb0aa 100644 (file)
@@ -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/>.  */
 
 
 /* We need to define a special parser for /proc/cpuinfo.  */
index 643d6c7c88ebaee8d3b3bf85ba56535dc6ac67e2..2f5c70ad4d0d7b3f1813afd88337c8f600bead42 100644 (file)
@@ -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 <dl-vdso.h>
 #include <libc-vdso.h>
index f441bd811d8a8df1113c0e1d9ecf7fa765da1f5a..c523461d951b0109677ecbf38bbd1a524976a4e7 100644 (file)
@@ -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_next <kernel-features.h>
 
index b88c1ec419e80a5ca15a7636345b4a63880da6ad..5718199a568fef6d0993e692cb4339edf6b3baf9 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _KERNEL_TERMIOS_H
 #define _KERNEL_TERMIOS_H 1
index d20afcdf04bb725ca761c5edc8396e2389f85cf4..96761177dde533bf06b2822dc4e6194ad425a47d 100644 (file)
@@ -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/>.  */
 
 #ifndef _LIBC_VDSO_H
 #define _LIBC_VDSO_H
index c79a947e6485171f88eddeee11e2fb21afd270a2..34441f8ff5618432b8e87c6880af240991e17712 100644 (file)
@@ -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 _LOWLEVELLOCK_H
 #define _LOWLEVELLOCK_H        1
index 01271103bbdee73ca2a99e7c5e093c2afad807eb..3bbb761ff37414234c81f486b6cc19e3967c4b5d 100644 (file)
@@ -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 <signal.h>
 
index f4fb4ed960f4f97299d37b98c9960cdba5eb956d..31d234dfa42c9aa63a9503441abfbb8a7f8dd62b 100644 (file)
@@ -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/>.  */
 
 
 int process_elf32_file (const char *file_name, const char *lib, int *flag,
index 6558e153be38647d5016d765325acb20d56d3bbb..738566ccc405400c67aaa44871f9df84ed6b89d8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <jmpbuf-offsets.h>
index 015e2704ff171bbccfbe6e2c8ef12e5b8ac4d537..aec2a86c966ece1000270483188f80ef33c628c0 100644 (file)
@@ -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 <bits/wordsize.h>
 
index 7a7c94e73fcff3410dfe6e2532606bc370a1bf8b..a3d719dc2246a1384c656d68b60dda7f66366896 100644 (file)
@@ -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 <unistd.h>
index 274605dc6509366657a8ae735c6d03cae76a1ba2..6f6518e7663cfa3fccbfffc502d82e54f1b4176a 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 7b15e143dce5d137b132628c419164901398f127..9a9e69ebb1ea165232174645a26de9ea97d68050 100644 (file)
@@ -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 <sysdep.h>
 
index 693aa1599e61672b163d2c3810382b30d6dda0c5..de8022907f9cc7d79618137b49861ef66aca503f 100644 (file)
@@ -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 <sysdep.h>
 #include <stdarg.h>
index 77f3ab7b23ad28f2dacc59ab7374b79bce38465c..8c2d9a0d0aa8f828f31706ecd8e7becf0f905509 100644 (file)
@@ -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 <sysdep.h>
 
index ab30e8b5d5fdb63212b45b5252432f253e2d5786..bc376dedfba759d4e0914b11185c6d74175e934c 100644 (file)
@@ -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 <sys/uio.h>
 #include <_itoa.h>
index a3c3c1a31cdc7d726aadfc3ffd57a692e6719936..f9b1c7028c532955f65e451f35a3831ad5dd6c46 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/trap.h>
index de7ef6f151c2206a2bf5a4b9f209df36366e92a4..4fb72bec1d6230c430f3bb3a7dbdd52500644de0 100644 (file)
@@ -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 <string.h>
 #include <syscall.h>
index f505c2560ad6e61038b0eba43ad161b7ec50e183..77fbe16c037bc5e82e1a6b40a38eaed53ff0bbfe 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index bd3b5e15e775fcee977c646328ed5ea11b348c7e..71fc977b1cb1e21ad0358a2c364ad6600404c3b4 100644 (file)
@@ -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 <sysdep.h>
 #include <sys/trap.h>
index 463ae634a2d195817ac9e330963a9476b8fc0183..03450828a103de9cba58f2ad0ba102274deb8285 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 6c07e433313a123cf8b3588b7c47e0adb79f04ff..dbf38b0347a9cf92256fcbac928bda7b061dbd25 100644 (file)
@@ -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 _LINUX_SPARC32_SYSDEP_H
 #define _LINUX_SPARC32_SYSDEP_H 1
index 3a3a80736b8b02cebf242310e4715e2c8072142d..eadb3f2178e8fb083eeef96467cb22ba764d6470 100644 (file)
@@ -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 <sysdep.h>
 #include <tcb-offsets.h>
index cd92a1689a4e3653dac47255ffd688ae15016590..401ac058bbc4a9ce8884bfc7129d53491e7851af 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* longjmp is implemented in terms of the setcontext trap on Linux/Sparc64.  */
 
index 94c6f61944e9750cf39df062fb3774a228b80962..5571877b92469771f46537139e2035ffdaa3a313 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 015e2704ff171bbccfbe6e2c8ef12e5b8ac4d537..aec2a86c966ece1000270483188f80ef33c628c0 100644 (file)
@@ -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 <bits/wordsize.h>
 
index a92be37c476b259a34918df3d2a757d8462c8770..59e86d0182d40ff4e7cc8bad7d08224db1731834 100644 (file)
@@ -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/>.  */
 
 /* __brk is a special syscall under Linux since it never returns an
    error.  Instead, the error condition is indicated by returning the old
index 2d0cf2dbe6511eab5353f6b71cfe9448a14ff2c3..f6122e5108a6baed8145e11fb6d46e1f8cd960fc 100644 (file)
@@ -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/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index 6aad1f87f27131053e7ca606d231d3c7b6680826..3fdb610d997a1a4636a32718a3e1b5e7a9be86d4 100644 (file)
@@ -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 _DL_CACHE_DEFAULT_ID   0x103
 
index 83a0422c5d0e38c4c47414b5c812c6ef08572081..ec8401ca3cf643f503cbcafbb9816c43d07873d5 100644 (file)
@@ -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 <sysdep.h>
 #include "ucontext_i.h"
index e436599098ae3b75a196b8e2392a98d69961e97c..00f8510056dfd1a3cc13ec7ea2d540d479759210 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>  /* For __key_t  */
 
index 1e917a7f67e9618625d929f7f0021a3c49993e1c..fe1079fff605f09d27178be928a6c915aadced1c 100644 (file)
@@ -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/>.  */
 
 /* longjmp is implemented in terms of the setcontext trap on Linux/Sparc64.  */
 
index 396d871b5f828d064362f58fdddfcb3db9200a95..b41751678cfb257f67f45835bed47d42b1b585c9 100644 (file)
@@ -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>
index a791bf69ee1e476eea5cb0f7e72cae7c61a0ffbb..1ff1d5e0a901885f7a79b374d3bfb2d0c6fecc1f 100644 (file)
@@ -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 <sysdep.h>
 
index 23ff36453a2b60a2d55522d08a52333aaf0f5eba..d104aa7c8afb54e96a9151f4a881d726a0c6fcd1 100644 (file)
@@ -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 <sys/uio.h>
 #include <_itoa.h>
index 4a182ef73e9d0dfdde7621c6e1bd531341529fb1..867f1976efb8cd7586a12faf8cbfde1491982798 100644 (file)
@@ -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 <sysdep.h>
 #include "ucontext_i.h"
index ca0c3100e0afc4f4789a17a6d4c11a0b25a5ce00..aa2d5a74169514da32cc4fb1b4f8c5e16758d8ee 100644 (file)
@@ -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/>.  */
 
 /* __sigsetjmp is implemented in terms of the getcontext trap on
    Linux/Sparc64.  */
index 3b8be43c07fc7a283d5cbfb80c54abb538dbe547..5c1cd2834e8b6af82e9bb97200f5466871b08db6 100644 (file)
@@ -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 <string.h>
 #include <syscall.h>
index 242b490fcc8c67622927593c0b86b5d909cd20f6..1b72c96e5d50204c36b24ad06bec0a68d54396a8 100644 (file)
@@ -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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index c473ff75146c5e5563d3ca0afde9c6150c5aa672..5823826ab2360c7dcc0741c192eeb5ea17a2e29c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <signal.h>
index 1f1ac80f5361eaa2e767abcb30f5b5ec4b2d297a..4d8cffa7990e328187c340332bb9e89e7e2d6cf3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SIZES_H
 #define _SIZES_H       1
index ecbd62018da038cb1c89da60477e5450c79ce2f4..b2564251b7fb56d55d05c80703cb94bb2a20155c 100644 (file)
@@ -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 <ucontext.h>
 
index d2b45a383aca58d5e37347dda2394ba8ecacec30..8a7a1553e5823578117a297e77f9f18a93c9f46f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
        .text
index fda761838ba0c4ed80f9fcdffb81f47700838525..ebc68c63c3f7650ea8a8717906cdda4f4e05a4be 100644 (file)
@@ -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 _LINUX_SPARC64_SYSDEP_H
 #define _LINUX_SPARC64_SYSDEP_H 1
index 968509b1c9adc8da8a218a4a99789fce3f69f0be..9fc55514e184f14d84cab113c2bb358765d85ad1 100644 (file)
@@ -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/>.  */
 
 /* Constants shared between setcontext() and getcontext().  Don't
    install this header file.  */
index 3b15a8679de2eccab78b34d114fb71324fcc1039..93f422ca86c7b36d1fcf177cd2f8f1a039c21d70 100644 (file)
@@ -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 <sysdep.h>
 #include <tcb-offsets.h>
index 394b6af47370fcafaf99102896b7b5a1002c9eea..8cceee74dd10202a7ddaa7e2214c2800fd907b7b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index 46d8d15e9d6bab89d864850e1ba50bc29cd4d6c6..811a76af9ba62bf680516bed64893d4b7fa0a401 100644 (file)
@@ -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>
index 7f724cafe460d1186ca2315acb7c9cb6a3cb02c9..fd0fc37e1494a704f3cff74277f320bd2f2f72e1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PTRACE_H
 #define _SYS_PTRACE_H  1
index a125084c7843bbf584e131bfa5944b3a0953fa4a..5358a34f6836ea6f9738d683b47001aa77c7ca5a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UCONTEXT_H
 #define _SYS_UCONTEXT_H        1
index c9c486a7d76dec1c229df1ada55da633e3da262e..75b208ba799a1e81089674ef13ae673fdc19d017 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index 981b2a26b7a91093f821c97876e55bc4be2d9f8a..470644c6c334610006f8b08d39ff0dc924048253 100644 (file)
@@ -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 _LINUX_SPARC_SYSDEP_H
 #define _LINUX_SPARC_SYSDEP_H 1
index c1abf3f9608642fc530baa514b1703a9e7a1a0f2..43b21a68fa8bc070d4a074d518e6ef0d7455c9f9 100644 (file)
@@ -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 <spawn.h>
 #include <fcntl.h>
index 45dc7f3fb9e6cade70836cc61405e04e09d599d4..30aa1d966e06efc42bb0de63a7ba6fec9889c78c 100644 (file)
@@ -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 <errno.h>
index 24dae37841b60972b318b5815a8a792684499e66..d9be756718a7f46fa508cc3fca2d786b8688e96f 100644 (file)
@@ -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 <sysdep-cancel.h>
index 57afd022beb6db20eaa8c14dea5cc0d96bffe57d..ba1d280cfdc83cdc46f33627c41ef250c2b8c5f4 100644 (file)
@@ -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 <string.h>
index df9120101155482e2e3e1444605653c7bbf814ed..1f1544b09fa52dfd8af553a3adb9fd3637ef28d2 100644 (file)
@@ -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 <sys/stat.h>
index 84bd03956b1b3f7fb95231721583a4115b4514c0..04fb1378acc90db48b803f88bf7774288ab2baba 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index b99e30dc3e0f977e9b1a197dac179312ab666fcb..ffe679cab06b77060c5e831f00eb2fef50c6a9ea 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index 3b4e5583e9ac32a41c60be1cc83d38ad431f6acb..9fcbad3fcd84d2345fd6b89b9ffca8e954e690d1 100644 (file)
@@ -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 <string.h>
index f08a7a8dcc802394ec652104815934e40b1bd619..eadb4b7893742fad4019a26c42de9111a5d2e876 100644 (file)
@@ -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/>.  */
 
 extern void __cp_stat64_statx (struct stat64 *to, struct statx *from)
   attribute_hidden;
index fde0b38512163ef45359724c52f58192b6aef984..48ef674746a96fcfe067a1bb7f6c094009f4bf1b 100644 (file)
@@ -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 <sysdep-cancel.h>
index 619824fe4ba834dc84cba61dcdcac34491c27654..5db43fd675946b8830adeaaacd425c47e0b7f96f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_ACCT_H
 #define _SYS_ACCT_H    1
index 51ec53dbca87430e6553032e082c3ad7c44a4776..b3253daba5a78c9512067021c228bf146d4ce565 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EPOLL_H
 #define        _SYS_EPOLL_H    1
index d0a9d4c4a8c2066a1e74992f99b2cfd12343d557..618f35e2c994b3428037bdd211823798ec0ceea2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EVENTFD_H
 #define        _SYS_EVENTFD_H  1
index a37b9b6eb387e305d81333b41a21182f970c2d1a..0f1442adc1c1e672b3e49ee13f3f136d6ab721be 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_FANOTIFY_H
 #define        _SYS_FANOTIFY_H 1
index 54bd2d9c6017a0b5c18a71eca3264b6bb533143f..aa3479ae43098cd9f15e7341152ced8d417f3e33 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_FSUID_H
 #define _SYS_FSUID_H   1
index 4b59b8e3762678da81d057247ee79ba29099abaf..269e055e5d7ad7f03581047d07b57880bc29da2e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_INOTIFY_H
 #define        _SYS_INOTIFY_H  1
index c92217c03a96c81c17323070ed47a27c2dc2b050..3e9fd0b125abb14aba4adfb901af1c5f33300701 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_KD_H
 #define _SYS_KD_H      1
index ef2eadedc2033f1aaa2db70ad7240458aa0170cf..dbae3c2899e82e096071d1ce12d891d4fb972ec3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_KLOG_H
 
index 01e3428b883b57674f8d8b228dcf56c838566ecb..490670dbf1b8996983abcd7ffe638198fa894c67 100644 (file)
@@ -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 is taken from /usr/include/linux/fs.h.  */
 
index 704bea871311e48d97461e785bc0a49177b62338..b5773e2d77b3daaf344b06ef23c78df53962cf9f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PCI_H
 #define _SYS_PCI_H     1
index 60c624c8d8b3da6199af710fef506fe78e332a86..a114d1a27cbdc06276fa3a8d4948b510018b271e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Taken verbatim from Linux 2.6 (include/linux/personality.h).  */
 
index 74ddcccfe959074cf3df27aaf408e0883052c5d1..80b665b389b931cdfd249e19591e4d795f6d93b1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PRCTL_H
 #define _SYS_PRCTL_H   1
index d24c19138a032b8fcf283816f4d80ea81f991a71..54dfd4beca7fcaac9d58c897558fb876c6c8213e 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 #define _SYS_PROCFS_H  1
index de94c42632fde87b5098a539cb778634ef72f674..c99fde3441cf5ebd38f6042c7fc1e237a98aaf99 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PTRACE_H
 #define _SYS_PTRACE_H  1
index 18b9f2e3174cd733709b7fac8bfff8f4efffe61e..1c1bd7d3dd42baab2e8e78ee1a36c4cae591aa62 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  * Copyright (c) 1982, 1986 Regents of the University of California.
index b4e5a82b6e71e02751bfc35135abf1c5be566f64..86f44a6c0e88f334bfb3a022b60998c7f51b26e1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_RAW_H
 #define _SYS_RAW_H     1
index b92b1c983cbbddd5218a449c724d2e7a6c565789..af5c94b812c1229662dc0f80b50a31e17b194b1b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 should define RB_* macros to be used as flag
    bits in the argument to the `reboot' system call.  */
index 13fd8b43fcc03b57378e31d24c72945396ec6ec9..687cf811dea6d7e74061ce7fc460d139553d1c62 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_SIGNALFD_H
 #define        _SYS_SIGNALFD_H 1
index 3c97214031153d87574773b364372ffeaf8ccd50..89daf6d44b7f35f770029d06f18e278454f46d0d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SWAP_H
 
index c0fc63b73614e9951f891a6a1a5579af04cdaef2..223fba5a210756cc86a97cc2e4a1f966738825fc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SYSCALL_H
 #define _SYSCALL_H     1
index be34555668a585e475a0911ab1d4c346587cbd63..05e5f89b6fcf5fac9b635c7ecf41a539255f9e00 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_SYSCTL_H
 #define        _SYS_SYSCTL_H   1
index c6e6e432ea2249516d35d0110a36314d3c865fcc..85492ccc3d63cc2510b77c52b07fa6815c11bd62 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SYSINFO_H
 #define _SYS_SYSINFO_H 1
index 5e5ad351a0d516f963883b0f2e3622388b20d8fc..1ff5bf5fde0f615193e0767cb0296bdc5747eb8a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_TIMERFD_H
 #define        _SYS_TIMERFD_H  1
index c71ace1d3d546b067eb43df5fd0429d78ad3065a..24a17ce4054a57a74751dd6cac6c9a867c7ad431 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_TIMEX_H
 #define        _SYS_TIMEX_H    1
index 9dcdd293d3430a8eadf0ca68ac33d7390f946a89..e2382d34144918908aef9382b22b5e8546246bb0 100644 (file)
@@ -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 contains the list of system call names names.  It has to
 # remain in alphabetica order.  Lines which start with # are treated
index 2492d7a291fe16ab011d3b850e0a7e617180c188..ab72a71d93b1f22cb64665dd43318256e0d5b976 100644 (file)
@@ -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>
index 0f18c69abec9536bde5e2211ab819473615be96d..10e5a5882b6dd488bb310d91cb533ed2e5886a5a 100644 (file)
@@ -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 <linux/sysctl.h>
index a831b30106af08e1e138d3933ce541858650eab1..c861303d362e475d142e3c212a092b9c13ae788a 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYSDEP_CANCEL_H
 #define _SYSDEP_CANCEL_H
index 5fec208380d9d06fff20391d5359710d567032c0..75aacf6fdee731e42e7a30caaf3bc8df9efdd091 100644 (file)
@@ -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 SYSDEP_VDSO_LINUX_H
 # define SYSDEP_VDSO_LINUX_H
index af1c9a26fe60cb594f6c5f495368bd5f3bd52497..fc9af51456d1627e21ca96ac06a9e22eadb7c2db 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <bits/wordsize.h>
 #include <kernel-features.h>
index 4b47341634cbbf17f3f76fd4495d6f84f68e8a81..b3691d0b12bbcdbba9b3d726b72775dd7c5e0d93 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <termios.h>
index da712ddd028c5d6ecec9e58d069d2f8e7d6d6d61..526ac401ed4dc85a13b2b1030337e0d86d05a6ac 100644 (file)
@@ -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 <termios.h>
index d287976eddd7b0431f8e7685a2ced8c21908e34b..7e59328867bf0132dee625815e6f7c4f38e4b702 100644 (file)
@@ -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 <termios.h>
index c0f810207f0cfd78bd400a6fd75101e80afae2c0..9abca8a4a1b18f275fd25656a97f708ab9771a76 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index f9b667d7661a8210cd0b62ec1280d4a7719a4b92..023d3eacd9065f09a0d90f119bf349c0dfeb00dd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 3fb474ed633941bbf1516f3dcf9ade570c952e81..e53f63755693c6b90495fd09ac437d882ee35a07 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 07aa71eba7315c624c64317e57cb0e34d8ce6137..97228e344e148229a5e3a1a4c7a6ca0e838b8670 100644 (file)
@@ -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 <sysdep-cancel.h>
index cb979d44bd31225558322c37f278f00baa32264e..0dc2f18312888b390db8368f36abcfae2bdd7cb4 100644 (file)
@@ -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 <array_length.h>
 #include <errno.h>
index 1978f6d817cae5ce8d1c7153f0039ea2ca7eccbd..f461733678da83d94197e48d16e2a086597b4889 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index 57b41bd8ff9fd143c36bfb7f156c16daebdc55ed..4e41ca011f39d468d979e520f94929515943278b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <pthread.h>
index 97fd2b798f81609f729029599a2b4056a0049303..3aec39313276d1b9723b68d8ce3cc6cfca88b967 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdlib.h>
index 999642921eed48426f97863e91ebc2ba40056621..04122a987871f4a5e553aa9d0226bb1f74d30e44 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <time.h>
index 317740f7fe530ac3fa23e2bd8301afced0c9f8b9..799e2c935e10b1b669c602a7e134fccfd628983d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdlib.h>
index 790855c4eb009ba84e377ef5c7a205310caaf547..d96d963177db7fdd8bad0f2053bf48cfb1b52f2a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <setjmp.h>
index 5c72425ac416f86be1741bfd367d5b4f61154976..a8350aedaa2946000a93b23e57976bc7d36b45c9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stdlib.h>
index 441f54812b8b8989d770f0d7902ed23deeef0a6c..d732321112483f10a93eb434604651b4bcb2e291 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/times.h>
index 52080ddf08a6f42b036ceb7be7cfe340e9041e31..629827d0f9cc205652f9e279b6ef985df93d31e1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <time.h>
 #include <sysdep.h>
index 0d56496572369b4274bdbe4868022a406a55a94d..ec5585f08989c11663c1ee18ceb3a625edc5cd0e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sysdep.h>
index 07e8899ceec04cf243f81af130c726ea67bcb373..cf65e635cf5695973536f9912ffac5e092815a97 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <sysdep.h>
index 03f8c365ad73a8ea4d36f43e8a42dfe8f2441864..ba729eb26d1da7b0f8b1e0c6769a92c3fb5cbc51 100644 (file)
@@ -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/>.  */
 
 /* Function definitions for the benefit of tst-skeleton-affinity.c.
    This variant forks a child process which then invokes
index 828fffc6ba5e4d5dca042c6f411df7b5f4f9eaa8..5ed34597f3cbde3d0d0a92d7277e3ccdb9e9ab42 100644 (file)
@@ -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/>.  */
 
 /* Function definitions for the benefit of
    tst-skeleton-affinity.c.  */
index 82ecf7ba3267886a3fc7efb8f993d672d8b16160..6261648e32a3a5187d27bc917213ddbd8ec26b17 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sched.h>
 #include <stdbool.h>
index fd4c6d7ae121fff9735b9b401f90b4dea3775877..8cbc158aed3b1540e07c34885285da8ab6d96b96 100644 (file)
@@ -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/>.  */
 
 /* BZ #2386 */
 #include <errno.h>
index 9a61b268be62ddadd9ffd952562df4dbe64c0ecc..ce21063f80dc828ceaa25ce8f38e8fd2c86e1ac2 100644 (file)
@@ -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 <sched.h>
 #include <signal.h>
index e78755fcd32fb38cf784f435daa8919da222cc60..76f8b08a692414c49ff62d8391eb64d4413bab0f 100644 (file)
@@ -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 <string.h>
 #include <sched.h>
index 440c15de5fdad58190730816f19f431d23708bf6..2ed9b7a277de98f0ccfc7a7830471986095adb76 100644 (file)
@@ -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>
index 1c40f4e1d019d1fab7dcf0f5013f31864d455e35..a251a857ade7c190c500bb4b481556a52c586fd9 100644 (file)
@@ -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-fallocate-common.c"
 
index f2f18ca4e5253f5661534b038a8354e308b61162..f56b67a9acc3c0d21b95afa8380e0e5ef55ca4d9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _FILE_OFFSET_BITS 64
 #include "tst-fallocate-common.c"
index 003eb18c8c2b018afa48bd311c7680c1a0ac763b..aa472eac730eac347838dcc2b86e4f51d4f4ebb2 100644 (file)
@@ -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 <config.h>
 #include <errno.h>
index 8a28e6c67cf053316df5cd0c76dc7a19e5232dde..7e97191716600a6d3766c9b4f18d1567aaecba21 100644 (file)
@@ -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 <dirent.h>
 #include <errno.h>
index 98a7c2769e58a2d067191da4fff30c05b36522b6..117917bfb05db3d0fa6ec3e4a21abc9a9f79e3c2 100644 (file)
@@ -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 demonstrates that a signal which is sent to a specified
    thread ID using the kill function is delivered to the entire thread
index 26b579e1a13e6cf374f107af6d464cb8a6d0a233..1f1c43a04a22fb41c9e163ca362c672d7cc5c706 100644 (file)
@@ -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 <support/check.h>
 #include <support/namespace.h>
index b1b9dcf4582a78590ecb3b7cff234899d0719aeb..712591a0fb89e9dd6188149a3ea02cb3175d4c74 100644 (file)
@@ -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>
index 45f661b56385f85325eff746ed1d66533d3a89e9..ffd59f6e297f4f7c8b9e517dc8f5a273680af824 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 6121bb9b188e65f21e2b04de3d5c8aee5753c905..ea88888405a02a23e490cab69bc402c2467526ae 100644 (file)
@@ -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/>.
 
 import argparse
 import sys
index 71551e3ae1ac4811189a65f5e1e8b9bef8fb83ee..582fab606b513b628992cab79d94cd9c439ec7ec 100644 (file)
@@ -13,7 +13,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <https://www.gnu.org/licenses/>.
 */
 
 #include <unistd.h>
index 840b9ae2b3e62ea41b57d94f89882270f5a64823..b8456d87891ee000ab637ca732870e5436a4d06f 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, see <http://www.gnu.org/licenses/>.
+   along with this program; if not, see <https://www.gnu.org/licenses/>.
 */
 
 #include <unistd.h>
index 881ddfbd1458274c51587b0b7fe3ba658f863bd7..858b33f9a4b8100bc688e7aa317239bcaa33526f 100644 (file)
@@ -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 <sys/personality.h>
index 1dd67d65e38da42a08568de61e74a50bf07048c3..3c25d9b9d91ab4e8de4696a1afecf22a81250401 100644 (file)
@@ -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 <inttypes.h>
index 12f71e9325252b935f349ac8b64a497d88f18355..081d41c1b556a4138ba64b9978962492f7d301ee 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/quota.h>
 
index 614153a7e1e77738d5d866e36b90c2f8be2aedd6..678b11d4c833e5f801a5a63691ca01c6d8dbef42 100644 (file)
@@ -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 <dirent.h>
 #include <dlfcn.h>
index 7352a140c137884a503cbf9403c939ccd052adba..9e2d6433f22aea4385690a1e79e981dc6bdde235 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index c373e61492eb867414acecfec61c639004aa6413..7713c4f54f7a7de57325ad23d881a46953999c01 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 #include <stdio.h>
 #include <stdlib.h>
 #include <pthread.h>
index dbe3fbd782d7c9a362459e50de992d0e0f4c3a37..1b8494ebb20686612a3b956c4fa575a37e5e0a64 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 /* This test searches for the value of the GET_PC macro in the
    addresses obtained from the backtrace function.  */
index c111d1012be2d878dc4296b2820bee697f7afbd9..fef607db978674accb1d01f72b188f6ef07ca0b1 100644 (file)
@@ -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/>.
 
 import argparse
 import sys
index afa0aa6aed57d77c1092d210a6a527624bf887d3..32fb94cdde24e42c50a313aa81b269c5025f4bc8 100644 (file)
@@ -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 is included by the tst-affinity*.c files to test the two
    variants of the functions, under different conditions.  The
index 926c584f4333a4603840a9afff870821b62bd55c..73f458224efd5181c04b6e641b9083f2968d9010 100644 (file)
@@ -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/>.  */
 
 /* Before including this file, a test has to declare the helper
    getaffinity and setaffinity functions described in
index ca2634110c6ae7c0e792ffc6468581c137385bb4..f0171c96c8888a033eb4c4478bb2a8d5e080883a 100644 (file)
@@ -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/>.
 
 import argparse
 import sys
index 4796c471ee4ca04e127f9236fd9e3fb3e73a20fd..c83a65907c5869ba67b07372f4ef75d8bcefdc0e 100644 (file)
@@ -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/>.  */
 
 /* sync_file_range is only define for LFS.  */
 #define _FILE_OFFSET_BITS 64
index 2e357c46102cbfc751061ac5fa25a28fd3c5e7df..ed80db329fb2006749975a8372816e231686a486 100644 (file)
@@ -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/>.
 
 export LC_ALL=C
 set -e
index 8b03c12af1fe7906847eabffbc644b11c9395298..c90865ebd3c01b1b434251440f793d2f00e152ac 100644 (file)
@@ -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/>.  */
 
 /* Use a separate function to avoid header compatibility issues.  */
 
index 2d337a3be1f54961527f2f7fb1318c751c548733..790ea7c533d9890b0a55ab95fe193e73b9ce3b46 100644 (file)
@@ -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/>.  */
 
 /* Defined in tst-sysconf-iov_max-uapi.c.  */
 long uio_maxiov_value (void);
index 818e2f58daaee41a60103a8f2907b36c11bec5e9..2a9db7c7d17841f39c8e47e96c852bfe73589c75 100644 (file)
@@ -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 <signal.h>
index 55d0af3e7476e4e75620634fe0f43aa918e57f8d..d76287b2fcccf60c147bba0cbadd8253406613dd 100644 (file)
@@ -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 <pthread.h>
index 6cefc7ec2088947c8db1f7019afa1707ebd8f7a3..858ce724d36e7b5712698d4c4f35247b802e2294 100644 (file)
@@ -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 <pthread.h>
index fa8ada7634b54bbe6fa63691b7b48c17379020fb..33b5196d53cb48d2a9ce674c6546b9bac939bb9c 100644 (file)
@@ -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 <sched.h>
 
index 872b1fcabfa9b2c64b306484c09dbfad14795950..eb8bc9fb6b6bfca8ab8b3cc0650d07f971cda13a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <dirent.h>
 #include <errno.h>
index 66112bf63c0da15366130ca299219f316e5cb5cd..82f4a2a0f28410190b565aae743c7943f7e5a8c4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index f4dd898a06c47d0d11c454a1f51a74fdb4c395d8..3905898e175e4dd20c728701b83584706bb0bfa8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <stdbool.h>
index d1ea0d931cc95f710a9c2454d016fa4d62fba3ed..0354bc8d8215d4c77bc80327b8b799889b990b54 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 2f6f7ffcb2acf767b54e590c0e1ae0400f710d61..996449609295b60d96fda0bff835ddabfc0a267c 100644 (file)
@@ -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/>.  */
 
 /* Since the generic Linux syscall ABI doesn't have an oldumount system call,
    do what the kernel does down here.  */
index 4d306c4c68c411e90b315320f6622d3641520880..d418c355cb5776417b15cc4414feb37ef871bead 100644 (file)
@@ -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 <stdlib.h>
index 87791dc3a4144406f584e056b07b485942615bf7..2278e7eef0e054edb3113e8ea72ae9da9c2489b0 100644 (file)
@@ -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 <string.h>
 #include <unistd.h>
index 39cb21fbe0504f173179952ca7d155476ec2fcaa..37dbcead08ec8670d46e3bb4726c73294f438398 100644 (file)
@@ -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 <shlib-compat.h>
 
index 04b549f360b88a7e7c1e5e617158caf73299736b..3bffa7d22acf911e7d2b0dad201ea97143f45272 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index 23c736aa62fd7e42a428067d380594cdd0381ea1..effb6a6875f3f9555c11e144fb3f7bf7d7080f18 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index a88e934dad78b4db8b0f9438455f6f35c10aa019..b36150e5ffed5f143d02303b1394d314bfc10f34 100644 (file)
@@ -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 <string.h>
 #include <unistd.h>
index 63571c4446caf20e628b81e44ded1d0f26e10a99..7063aebf1747800a50a4aab6dc143b6e16a711f3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 versionsort __no_versionsort_decl
 #include <dirent.h>
index a96fb52a6bc93e0ebf1ec5f1ed45b09ad7105849..706b933807f179330630476b255b9f25da58ea8d 100644 (file)
@@ -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 <sys/uio.h>
index 498bd1c095e63c45fc35c670d01f7eb75deeba75..c2385c752e2e54f8dd0347be63c62d688a3219b6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/wait.h>
 #include <errno.h>
index 4f9e17c227a79ce4ca877f2b541bccfaf3eb9b60..e563d3e26430b89ea9a769cd2c42a58c4824821e 100644 (file)
@@ -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 <errno.h>
index f0897574c0bce4011cd821dc72714b0f09e7e5af..d35aac01bcc48e7c23e41cde18f97e523d61b041 100644 (file)
@@ -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 <sysdep-cancel.h>
index 89e36a5c0b1e6475d327f24d36ab249425052725..3697c6b938c5b4e623855f7732150b8703f4c3ad 100644 (file)
@@ -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 <sysdep-cancel.h>
index f21f577a82bd0622b03480a2cc9c329bdc53f4c5..037a49b54d402cb27b29f63df66e538206cb4704 100644 (file)
@@ -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/>.  */
 
 /* Ho hum, since xstat == xstat64 we must get rid of the prototype or gcc
    will complain since they don't strictly match.  */
index 9c30a6dbffe8793f36e3716450ea9fb65341b640..8a145b951d768610aa97511635b70690b5002034 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Ho hum, since fxstatat == fxstatat64 we must get rid of the
    prototype or gcc will complain since they don't strictly match.  */
index bba5f9fb307897ec6c41677f6d580ef4cd47021b..895c424792387c729cec36b6db7471dcedec2430 100644 (file)
@@ -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/>.  */
 
 /* Ho hum, since xstat == xstat64 we must get rid of the prototype or gcc
    will complain since they don't strictly match.  */
index e80d43a53528d1a90eec970aab05c1883cd1a959..3a738ef893da3ef92d050b8c47493c3c9ba58403 100644 (file)
@@ -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/>.  */
 
 /* Ho hum, since xstat == xstat64 we must get rid of the prototype or gcc
    will complain since they don't strictly match.  */
index 76bc14afd79b32ccf3e241db8f8d179acc9b2fb0..1dfb5de8eed0e7762b404622e0790f44cff9a15c 100644 (file)
@@ -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 <unistd.h>
 #include <sysdep-cancel.h>
index 7891c3c2e8eea5e44c5a1cb557a3436063e616ab..f57b53e9c900b1e372c81d49a6e0ac2ee3d87f4b 100644 (file)
@@ -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 <unistd.h>
 #include <sysdep-cancel.h>
index 3f919728657c1a0b480d8228600bda3726cee9c3..77fc9c92e9305c5e7b514b8a19ca4c5cad036e48 100644 (file)
@@ -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 <unistd.h>
 #include <sys/uio.h>
index 5aba7a19bb57a77e02673a7cb242ef3979f99844..e27a564ded269294be5dc10270d776a117a2d16c 100644 (file)
@@ -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 _ARCH_PKEY_H
 #define _ARCH_PKEY_H
index d64486c1f28d4587ba0e3ff28f39b358c5ba5cdb..b56baff73cf7078188c38e9f163d1043d76c37bc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _UNISTD_H
 # error "Never include this file directly.  Use <unistd.h> instead"
index 162874aba3f8de30842cfe4406d13027ad69f5e7..8bfe59062260c17696599141c1f91891eb089a42 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_EPOLL_H
 # error "Never use <bits/epoll.h> directly; include <sys/epoll.h> instead."
index d10e215b701673f3110c86b454f8d570f3874c92..f63c3b69635a98c9df86819064d2bd97c8ae6ee1 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
index 54f6876eb1bb02fb3fa624c0a41f394e59e5bd4e..7f8d2c4df77fdc3a8f23439a3d80ecf5c2b75306 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 # error "Never use <bits/ipctypes.h> directly; include <sys/ipc.h> instead."
index 41951c1d031d7a405ac36b84d03a1863d3009863..0ae47cae8d8afc7e5d4eda3a7d1df1709c0c39c6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MMAN_H
 # error "Never use <bits/mman.h> directly; include <sys/mman.h> instead."
index d9ac0f87bc3eaf378778d20d6a725b8a7729a964..3127e601903a937e0658a1cf59ce992247f893af 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs-id.h> directly; use <sys/procfs.h> instead."
index 55ea4c9f487107ded4847b40b170d5aa2dbe969f..c43ef9e137c07a38c524d488c6004c65b1d172ec 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PROCFS_H
 # error "Never include <bits/procfs.h> directly; use <sys/procfs.h> instead."
index b694b9e573aa43b66fad44889f2d68736adc562d..4b90c70b0db5f2fafb77452f300b6df2b9f95614 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SEM_H
 # error "Never use <bits/sem-pad.h> directly; include <sys/sem.h> instead."
index 75cded924313ae2f62a39b69b897ceeecc5cb077..f2010d8c5d3faffca3266288d21211fcc3f1d1cd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_SIGCONTEXT_H
 #define _BITS_SIGCONTEXT_H  1
index d074b15237e74dfccf0053904c084e1f77dfffaa..cb8722f1dc07aec60de99140918bf42724dd50fe 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if !defined _SYS_STAT_H && !defined _FCNTL_H
 # error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
index 318c073de188a6a52134ad4cc452d778fa325793..9559448177b244259c89094fe15c751c83c6df1e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #if defined __x86_64__ && defined __ILP32__
 # error "sysctl system call is unsupported in x32 kernel"
index 81ca67f9bb5c76b5bab4e6819bdc59c2d98a2dcb..88ea5ba9deecaea651ff1c21d75bf21d86ec96e7 100644 (file)
@@ -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/>.  */
 
 #if defined __x86_64__ && defined __ILP32__
 /* For x32, time is 64-bit even though word size is 32-bit.  */
index 18d2c63b0a3aba75b419b1a5661c60c98fd9f39b..012651b3ab5dc9b83111f2f3f7aba74ba2981442 100644 (file)
@@ -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_TYPES_H
 # error "Never include <bits/typesizes.h> directly; use <sys/types.h> instead."
index 0d3273b199db98077a6ab26bf1c1e8c19e7a5e45..2c950a94d871e351247bcaac87068440c3cbe171 100644 (file)
@@ -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/>.  */
 
 #if CET_ENABLED
 # include <sys/prctl.h>
index a8b794d77338e6b894c076ea9daccbb8152e2b85..1783c8a6dda04333851a5bc81a7f9e6f98da3076 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/prctl.h>
 #include <asm/prctl.h>
index b30a3a810dfb2cc475e4d653349aa9fe940e5d06..6ff366864b6593697f317cd59bf9142066de7a81 100644 (file)
@@ -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 <config.h>
 #include <sysdeps/x86/cpu-tunables.c>
index 6ba93daa0fae250463ad248a05f4a36c40e9f5b4..32dcb291a7c81d8a20e03976b0008eac8a849932 100644 (file)
@@ -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 "config.h"
 #include <pthreadP.h>
index fdea19c8cde6abe642ce5c44c7e3e604860fa977..8134f8149b685752de4db2edb5d06c6a1d23b0b1 100644 (file)
@@ -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 _ELISION_CONF_H
 #define _ELISION_CONF_H 1
 
index 47fbf2b87bd93db0347561074b03bae91b50410b..2fa9f5a2b5cdbbb4f1d928a000c13e0790d6bbf8 100644 (file)
@@ -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 <pthread.h>
 #include "pthreadP.h"
index 2c5073bc3e0d169cc156d72206b502a92afaf442..6be9f74a31e9492f4326f00cd4ba8f9c77d1c1f5 100644 (file)
@@ -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 <time.h>
 #include <elision-conf.h>
index 6c1db18ae31b1806d97dfb24c4cd7e77596fefa3..0e11df55da611eb696573146b4708b7cdc688061 100644 (file)
@@ -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 <pthread.h>
 #include <pthreadP.h>
index d97e7dab86c4c8e73183fcb0362c85b823587d3f..1a5e1f8de80f898552cee5ea87a055b33061f6e8 100644 (file)
@@ -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 "pthreadP.h"
 #include "lowlevellock.h"
index fc137b43ea2835975e69a0edcc0e5e90454e1521..0a459e2468a9b14fc6b2f92b695dad222f8d1ab8 100644 (file)
@@ -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/>.  */
 
 /* Automatically enable elision for existing user lock kinds.  */
 #define FORCE_ELISION(m, s)                                            \
index 8886ccd70704651152cead84845a341e8acf397f..bd858b6cf58e632d51f55c89c80fcec0570016f7 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/time.h>
 
index c9aa1c8a720748ad82d8bb14ee3aa8b49a4d5d11..e263932c9e42981681e5e0cf346d1f1e90847700 100644 (file)
@@ -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 _LIBC_VDSO_H
 #define _LIBC_VDSO_H
index e6c59ea55be39d29d8e0f1ad46c94ce62f6c305a..727f9599487f51e1e3fa70e5286688c024857189 100644 (file)
@@ -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 _X86_64_LOWLEVELLOCK_H
 #define _X86_64_LOWLEVELLOCK_H 1
index 3e19cf479aeea81c8ac230fca5d1d73dfa18d2fd..ad94f41af8eb9b73abdbece74dcddc0d485424b6 100644 (file)
@@ -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 <arch-pkey.h>
 #include <errno.h>
index aeb1b5de2e99597c777a4b789ea330b132f84e01..9e96082722ade1cbd6431bbe82115949c000783c 100644 (file)
@@ -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 <arch-pkey.h>
 #include <errno.h>
index 6668289139c5286fa3ccc3c2ab2ba7f9c70e1d95..016098dc8ea03221ee88cc3752e9b28d052b35df 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 cond lock is not actually elided yet, but we still need to handle
    already elided locks.  */
index a9bf830f9ee1d3b991c549ebb9007ca78227579a..a16bd15c23036c12e93b93bdced222bd6059760b 100644 (file)
@@ -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 <elision-conf.h>
 #include "force-elision.h"
index 8e32b481b160d99e59947a989a1b7c5b56edc15c..46202e81924ed1ff72bc5d3192785278eae63dd0 100644 (file)
@@ -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 <elision-conf.h>
 #include "force-elision.h"
index 40d3dc75a6966cd877eafdf0d628067f868a10c4..b67753681e606e55e47e1b9d5a57f45e3bdfda3d 100644 (file)
@@ -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 <elision-conf.h>
 #include "force-elision.h"
index e868f57f0bfc0b7248180de63f8041f7e5731727..3fe98f51862bb01919c67093e0dc9fa2c37fe522 100644 (file)
@@ -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        _SETJMPP_H
 #define        _SETJMPP_H      1
index 0feb4e56f910f774f63e2a2f976f546c4de8ccba..32bde37e851cfa804f909be39c5d7f15868ed1be 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_DEBUGREG_H
 #define _SYS_DEBUGREG_H        1
index 0e876daa3bde06bb536d34b59b64660a9d36972a..a2f6b5f0057d0f6c7b1b669d0b76d90bb8c038ed 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_ELF_H
 #define _SYS_ELF_H     1
index d61e3b48fc41c91f21b80e14cc2e535474c1b846..f13bba615ad1f718efd67b2efb2bbaf0c41476b4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _SYS_IO_H
 #define        _SYS_IO_H       1
index 51794311cd2af8139434b9476ac3ef213666c90f..e7e3aba1d052eebedfe355beabc859cc91a5a89d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_PERM_H
 
index 1797d4b235d1a1835a9ebfbdb739bc4466cb617a..7f0c16fd3e169f74ad5821d1cfa5bff76e40690a 100644 (file)
@@ -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/>.  */
 
 #ifndef _SYS_PTRACE_H
 #define _SYS_PTRACE_H  1
index 2140f338e36d6f68dddd28b8522efef73717267e..dac034aa904e616b90780610d9b8e690ab184c04 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_REG_H
 #define _SYS_REG_H     1
index 3d883c2bf1220ef50cedc6b1491d699c0727c508..8cd1892fd293a768e94d1070026c4382f0263c97 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_UCONTEXT_H
 #define _SYS_UCONTEXT_H        1
index b462a00e5794f5b178168580a37f3ea6568f8d25..666be12a4d519fb03f2436efc6c5dfc4cf532d5f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_USER_H
 #define _SYS_USER_H    1
index 39c718d9e7a8a9da9f860be26104c32d54b122f0..3426266e412dab4e381277ce18b62d7e42f3959a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_VM86_H
 
index 682778feb5b4a59d5926e6b953c2dd2e5738d111..684116636621670c2952b282fcbf60fc6ba78a63 100644 (file)
@@ -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 <stdbool.h>
index 3d72488500ec44ccddd75b1e1dbebefa3a534c77..b114f148df0bb342a5f1067eaf27fa0a1d0f4a45 100644 (file)
@@ -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 <time.h>
 
index 0f3bd9ff4acda3ac7a84107b86cad040f8b700d9..03d0d69f752ffd7c90113e89005720e1ec7e1ef7 100644 (file)
@@ -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 <elf.h>
index 5f350a3d4d51235cafa60be266304f0c8edb7d75..33e7a8f076f5d0fb53f9f71c5cfe8d296a5f1d0b 100644 (file)
@@ -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 <stdlib.h>
 #include <stdio.h>
index 6194624925502b4814334db89dd4a0f2265e68c6..6cab8f4f5e65808b64c7d4150b8802dfda7f6190 100644 (file)
@@ -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 <cet.h>
 
index 08544bc35d70c47ab4a5d317f4fbe0e772f1e485..130095c742c4521ea26cb151a0b75717cb53a633 100644 (file)
@@ -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 <stdint.h>
index 0b28ee78b47f55175d654e7701094f524dabe0b6..66cbc911d5944602f973d0efc6215d17269845d2 100644 (file)
@@ -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 <stdlib.h>
 #include <signal.h>
index 975cbe2950e2a9524ddf2e3ac17d9cc7317954c9..0e95221908b07eb29c33deda31e6e830ae151fbe 100644 (file)
@@ -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 _DL_LIBRECON_H
 
index 31fc6d6dfbf6bba32dc022f4dbbe3e9a6237a3b6..cf9b353b6823bf66f8be9da466dc7c444ba4defc 100644 (file)
@@ -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/>.  */
 
 #ifndef MMAP_X86_64_INTERNAL_H
 #define MMAP_X86_64_INTERNAL_H
index 568bd66dc660f8b2e3086537944e18202a0c0ab8..7c4ce922524338c54084ba6b957d146eac4ef96d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <jmpbuf-offsets.h>
index a51454d06ddced1c5476703b13bb12f00cd77454..581dad82e9fca33525c5dca9186959cde4a14637 100644 (file)
@@ -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 <sysdep.h>
 
index 5d6b96fb71ceab7e97e4cd841b43112154ea74dd..70f81036ac2d1b080b5823f6ebabf6b44fd7df12 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index bb4910764a729d095b3fec8761efd57a569fd4b9..f8a142da721b549b790addb07cc3357fb0580a50 100644 (file)
@@ -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 <sysdep.h>
 #include <tcb-offsets.h>
index 4fe755421fff62ad25f47432d81d907302a10667..3661f43805f412282d3f532f18ab57ddfe21cdeb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
index a0e69aa484870ce169a7d12df52e8d92df80d217..e85623858b08348b0d44dd2cc33aaa9750396c2c 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <signal.h>
 #include <time.h>
index 3ef91050281732283de6fb60b50c4f6a2f2873f1..eee9a2e1dc3543edf1cea91b108d3e963be10c02 100644 (file)
@@ -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 _DL_CACHE_DEFAULT_ID   0x303
 
index 8d74d033e2ae75b6eeda72ad0c5f2fe56cb6c97f..2734b787881728e24219a6b7482f9c22898e9961 100644 (file)
@@ -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 <sysdep.h>
 #include <asm/prctl.h>
index 85333e5ff3097b399d6c90cc27b2be0f4d9cfbaf..819dfbafc07507f8971709f49185fd26d2ce4568 100644 (file)
@@ -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 <time.h>
 #include <sysdep.h>
index 1ac288aa652bb2b196dc2d0df7d8ac502484431f..e89c9b56c50613fb026db814b19cdaadf0f682c5 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>  /* For __key_t  */
 
index 26280f57ecdf54089df50045839fcd354414c698..bed2e4948c477fe9435781ff0f1a4f842ece8f6c 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define that x32 is a ILP32 ABI to set the correct interface to pass
    64-bits values through syscalls.  */
index 9feb47692985620ad923cd8aaed0d42a22350fe5..898cfd12a3fdb00f99f6c0dadf8f1b7aa6916f9c 100644 (file)
@@ -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 STAT_IS_KERNEL_STAT 1
 #define XSTAT_IS_XSTAT64 1
index 111180a63f1110f1f6c57616fff91d9436c7b91d..a916560a0cf296a25e9b0b15c2de039c9a460960 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/generic/ldconfig.h>
 
index 5ecc10d4c68b21eb2180b36f84a5a901bd400039..cf8da66eb7a8cb989dcf1ead531e881afbab144d 100644 (file)
@@ -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 __pthread_enable_asynccancel __libc_enable_asynccancel
 #define __pthread_disable_asynccancel __libc_disable_asynccancel
index df2ebd0ceec9484caad3cd93fd6891132493be5a..e7dcc61f6ecf079f8067395c304066b98d787a94 100644 (file)
@@ -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 __pthread_enable_asynccancel __librt_enable_asynccancel
 #define __pthread_disable_asynccancel __librt_disable_asynccancel
index 20592e6fe22d0e116cc9013e56e9d17b92d75ff1..2a5d629ec2a48836fea132c3e9fe2d43ff457216 100644 (file)
@@ -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 <sysdep.h>
 #include <stdarg.h>
index 6703ab2fb66bee84dae185b1154d7dbafab56926..7042fd2a7d71a6fc1114f1f0573c504dd80474f6 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/uio.h>
 #include <_itoa.h>
index bd89b77ec674aa9ba71ce1c1c3d3818ab97f49ee..53f32ae75c3d2f0dce784689f49c71eaa55723cf 100644 (file)
@@ -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 <sysdep.h>
 #include <asm/prctl.h>
index e09ae246fada7d7e6bda1a868cdcd86f42130607..e853b59f75fc649d7e94902f0619807973218060 100644 (file)
@@ -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 <signal.h>
 #define SA_RESTORER 0x04000000
index 056a42e13d75e1198462e43337b1a2832f05320c..657ef6065c4b0113434fd598b3472bb5f4f28d59 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _SIGCONTEXTINFO_H
 #define _SIGCONTEXTINFO_H
index 9be30c51b055568e11e86415fb6ad0a50bef9fd4..c2e721d7b9fb5577c0ccdc549bfae1097a1f1c14 100644 (file)
@@ -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/>.  */
 
 /* Linux/x86_64 only has rt signals, thus we do not even want to try falling
    back to the old style signals as the default Linux handler does. */
index 52c12169210d483424548008556c8a80987c993f..00dc9de8521b4a8cf60905d4f11a1a4b0350632e 100644 (file)
@@ -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 <sysdep.h>
 #include <asm/prctl.h>
index ea2ff051cf8490553258eb68e0270edeb4668b0e..e22eb32371d39b45aa16d87be2094d90230a552e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 0c01683f4f0fb838e7de91107db2b313b5cae771..cef2039d603451c4fdcf2118eb1bc445a5270ca5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 0a3ddd37e1eb0d158cc50627daf21cb10665142a..bad0a312e2b1179070fd17640d43b799c20d050f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _LINUX_X86_64_SYSDEP_H
 #define _LINUX_X86_64_SYSDEP_H 1
index d428c2fa95e5614706f1b46b851de17225e83198..03fe285c9e7fc9efc013fbd8b2e0cdffa673c07a 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <shlib-compat.h>
 #include "compat-timer.h"
index c7ded838a5af9e930332a982dff403a0aaa108b0..b4b46066319faa171412b6c459220609337d9647 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <shlib-compat.h>
 #include "compat-timer.h"
index ffaca7001c59792c8498087bdd3dd3d5524312b8..0a661630a70a4588029d4d95e8189d2013282f97 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <shlib-compat.h>
 #include "compat-timer.h"
index 2ca544ab08aeabea767d9e45424ff3cc90156238..54daee2f4c59d28231273cff2fc5160aa9693e52 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <shlib-compat.h>
 #include "compat-timer.h"
index 8f2f84706f58e13b0acfc5279457694a8baebb0f..ea8978d5cd78eae85481c8e4aaabb9a98ec1194f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If
-   not, see <http://www.gnu.org/licenses/>.  */
+   not, see <https://www.gnu.org/licenses/>.  */
 
 #include <shlib-compat.h>
 #include "compat-timer.h"
index 22be88d17a6b5a730233d6c66b7e5758bd0bcddb..caa275c242c81e9b0f957c09a4f216add6898a51 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #define _ERRNO_H       1
index 9db4df7502c330b7fb8f1310e6d4867a7c7fc035..e1432578d52712db1f86c06a05b39649708e1d12 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/prctl.h>
index a3447c257feaf1fcc8e3e68429395173e0131f9a..679dc0a9fd57391f72a03ef44dae9e90e90a2a27 100644 (file)
@@ -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 <sysdeps/unix/sysv/linux/x86_64/dl-cache.h>
 
index 6811d371da341a1eb9b41b105fdf0e19e4040a13..7be171d6364588e5ba6928efb0fcddf6d78bb148 100644 (file)
@@ -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 <sysdep.h>
 
index 1401f2ddec2eb49c498f16e3f7925396d166beb9..60a144a4747ffafbb0a96f5a3527dbf27841ad3d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _LINUX_X32_SYSDEP_H
 #define _LINUX_X32_SYSDEP_H 1
index 1ea0b2e1cdfe3c82560ab80d9d20cad076468a3c..8ca14b36afc38eeb70d5bf05b1962cd9b649ca3d 100644 (file)
@@ -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 <sysdep.h>
 
index e81a9120a0f09b7667a1e12099738fb80929fd17..bad23157c600452a8ce49bf78752f1dc5004a384 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/types.h>
index 798b2527a8a1068d97b48bf3eb1169819e9fe9f4..1891f3fc48e6030005fd6c1f942468de2472b902 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 3f0b2f7288af3defd049676e38160f67b896c638..b8af605c1db9bbdd762cd032c5d41a3de7ca23c0 100644 (file)
@@ -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/>.  */
 
 /* Ho hum, if xstat == xstat64 we must get rid of the prototype or gcc
    will complain since they don't strictly match.  */
index b1569da085304c4ae80057a0fe6ee50a56dbb5da..397ee8305d5fffbad7508eb1620bf874f366dbb7 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 0d0ba370700e1f86140b21b7a54356ed1a599394..1b3e7023546bae69314c056b22ebf8574bd6ddcd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/stat.h>
index 75dc869b2fb35ed22d0686280b74282348235957..38f7937c03e1113bc23445a782183292a4e17d00 100644 (file)
@@ -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 STAT_IS_KERNEL_STAT
 extern int __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf)
index c0fb4ba881148b001c5f5d2fef1c4f8b2ac65786..0b68c98d1bad31c7c8df6da2a6112d5053652029 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #define _ERRNO_H
index e901cb31b77fbc21ef0f252a1ff01b0290b97886..a4f0a40c55353aca492dfe166f24190799f2d504 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdeps/unix/sysdep.h>
 #include <sysdeps/x86_64/sysdep.h>
index cb409e46bccb083101dfe1770601a619e1ef692a..ed699e9790d0c87dae6b831d9d417ef279b0b223 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __WORDSIZE                     32
 #define __WORDSIZE_TIME64_COMPAT32     0
index bf00d03893c23dbf4625d62b9b2a625607a2963d..6f85f92f1ce93306c1b6251480e313e78bd03188 100644 (file)
@@ -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/>.  */
 
 /* A very dirty trick: gcc emits references to __divdi3, __udivdi3,
    __moddi3, and __umoddi3.  These functions are exported and
index fdf2f8b61f20e195238be3d6b5ded10a2e011004..bbf6127d370d90a71fe7e369d3cbfa3198022429 100644 (file)
@@ -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 <endian.h>
 #include <stdlib.h>
index cae2c13aa7f2e5ea153e9bffd552f1442e65f63e..ce81a0d53e0279510ea8dae41aee8edcadedfce5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <inttypes.h>
 
index ce66a64a41e742b23a7df462091e31425f37b86e..955e6532afa0ee7512f9fbe1798c189d25c49c33 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Ugly trick ahead to make the alias work.  */
 #define imaxdiv __libc_imaxdiv
index 8b31263730e20cc057cf056a3bd21b2efe005be1..68598408a92f83d0700dd7ba76166239fc233e89 100644 (file)
@@ -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 <inttypes.h>
 #include <stdlib.h>
index a42000c30935a3411b3c5b295496026ff87f9a73..ac8865e81148c239fd02e1fa505c9f2edf26e409 100644 (file)
@@ -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 <inttypes.h>
 #include <stdlib.h>
index a7d73c6d0a2815c798ed6cd79fa7b17da0fd4995..a3ae30ba4f2c81b4fb0cada1358689ed24bd5e68 100644 (file)
@@ -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 <inttypes.h>
 #include <wchar.h>
index 575ecd2e3d0b3104a9f1e6edc5190f60deee7dd9..f9c8a07a66b923b00a302efd2adf4098e49eecdf 100644 (file)
@@ -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 <inttypes.h>
 #include <wchar.h>
index 8ac9351f24bace59805522e69e3e12ac043374b1..34771f2e86ba6955e50ecedf0c73c6c31be47e4d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __WORDSIZE                     64
 #define __WORDSIZE_TIME64_COMPAT32     0
index a782bb2ddf3c9d78d1ffbf47fb31c3f71f94fcfb..0b4de5d903ee7310815001f0df74ca18197d1c75 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <inttypes.h>
 
index a5c6aef9c4a18685dec07ad7709b6b367e9a9f9f..cd031efba26e167ea0301d3d1665e7347098933e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Ugly trick ahead to make the alias work.  */
 #define imaxdiv __libc_imaxdiv
index 470e7469d89dcc5b201632582e3d1c86418b55ed..9379c09657e153071201eb9fe2bb84642f3a9465 100644 (file)
@@ -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 <inttypes.h>
 #include <stdlib.h>
index 9371c319a75c4028c26d4ccb7c1a7fdd1690a3ac..b31a2074c1712dafb106f938220152bbbed6346b 100644 (file)
@@ -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 <inttypes.h>
 #include <stdlib.h>
index 0c1c7e469de7714009682a6e45b37bb223a2b67c..2ca32fefa3df1b6b452c966fe1640cbf967d9ffa 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <fcntl.h>
 #include <limits.h>
index 0e079176e17f20848d9ca76c9d6ef544fa42df25..4726cdcaa18c9dbec01de559d6f3719d67791b95 100644 (file)
@@ -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 <inttypes.h>
 #include <wchar.h>
index f1747bd2568eec5448b8b9bae8a97147b965ef63..aed7e2b766321bbeb55d977d720cfdcbc8b7b42a 100644 (file)
@@ -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 <inttypes.h>
 #include <wchar.h>
index 832dad9ad58c41cd79d4114a2cfd5ed1292f59f6..197b4baa70ba5197da24302e5bd06e4c70e91e46 100644 (file)
@@ -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 __longjmp __longjmp_cancel
 #include <__longjmp.S>
index aa60ca4cd671c089309a0fa5aba725dee3ac0bfe..ea9a46a802dc6d409a1be095d284592a012d47e2 100644 (file)
@@ -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 _X86_ATOMIC_MACHINE_H
 #define _X86_ATOMIC_MACHINE_H 1
index d157c926ade62d11563c5bd800fd80d0e38145e2..66f2baf6601a65a8d90386a7c4ae971744456e84 100644 (file)
@@ -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_FLOATN_H
 #define _BITS_FLOATN_H
index 90abe019dbc99a31493757a8d2cc03cccebb245d..3de048340c78cd5b814f792770592f5783298397 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/flt-eval-method.h> directly; include <math.h> instead."
index 1f21ea9bca2f650baa19e24f1c940b6c7c8c5e32..295e7623f7c9f8cd9bc4747abdb4f326ad601594 100644 (file)
@@ -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 _MATH_H
 # error "Never use <bits/fp-logb.h> directly; include <math.h> instead."
index d5ba7413414d012797f0af9639247102f5172f3e..b8267233c566f2156aa973cadb155b4a36e79409 100644 (file)
@@ -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 _UCONTEXT_H
 # error "Never include <bits/indirect-return.h> directly; use <ucontext.h> instead."
index 37a4a49e04144a41092f17fe6d825bd6a79cbb91..b29574595dff560bc80cc1b491cb59775e2aa16c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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        _LINK_H
 # error "Never include <bits/link.h> directly; use <link.h> instead."
index 1da802af068ff678402d6b398e09df587a0f2c99..076adc0992c073cb974a2c79ac1b66da5e3b6364 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SELECT_H
 # error "Never use <bits/select.h> directly; include <sys/select.h> instead."
index dea739f452b8174a34249e699da7f03ac7d89667..c8c0e5c3fe12c56c550d3fb2d98230383ac3501d 100644 (file)
@@ -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 _SEMAPHORE_H
 # error "Never use <bits/semaphore.h> directly; include <semaphore.h> instead."
index bb0af2aac18477da5fe873b99574c957f21b2385..4b50b04d0314f5134cb33c8f4ac54138fdb3f03b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 the machine-dependent type `jmp_buf'.  x86-64 version.  */
 #ifndef _BITS_SETJMP_H
index 02c886c9cdf5429e8d071227a68090a0573f6e02..6b174825188ea934aba37497ceadda485518087b 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index bdc3c85e202eb8d92a9381f56c3e97443e6b2244..5291fc81b360d7d4f3e458fc4dc286641ffa2e15 100644 (file)
@@ -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/>.  */
 
 /* Valid control values:
    0: Enable CET features based on ELF property note.
index 7eb97c89dc29778954f50cc0d7abdab14b043d71..ae268fa9955f394e08b5887539bb61ac0c23a930 100644 (file)
@@ -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 awk script expects to get command-line files that are each
 # the output of 'readelf -n' on a single shared object.
index 4bab1549132fe8a4c203a70b8c7a51c1dc304049..0650786f019f27de971ecc67bdfd699a786c07d6 100644 (file)
@@ -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 <cpuid.h>
 #include <cpu-features.h>
index 03a9b2a5e9adb7cc43a02438d20963dfe7316090..e6d196c60938fd8ed9b93158c6ebd3669dc3c521 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 cpu_features_h
 #define cpu_features_h
index 2cb315111b12bfde2678fd83bc7c93102cf8e764..7445ec6161a5dfdb6e30b48bd184bc5cd84a37ca 100644 (file)
@@ -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/>.  */
 
 #if HAVE_TUNABLES
 # define TUNABLE_NAMESPACE cpu
index 4f70497aa7f53e90b2394a8ad00d51749b96903d..fa9aa63982dd94d1c3a862fb857e64087a65b204 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <unistd.h>
 #include <errno.h>
index 0cce01b6488a6684dc4f2b81ef5e97ba4a6a151b..559e97868b9cbeede081076942245554fbb34c26 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 
 #include <ldsodefs.h>
index b5525c554b87d217b852512e50a06abd98dbb6fe..0a83d93fd0520de46ab0defbf6a03b078b9194e6 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _DL_HWCAP_H
 #define _DL_HWCAP_H
index 52898de030aa798c6e5add1aa186e940ceddce90..682f0c547e24eb02e91f4e157e376e19d636ef08 100644 (file)
@@ -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 DL_UNMAP_IS_SPECIAL
 
index ef18366f55afe67580a5c644e8573f6b2e048a48..0d834821f4d22de060a65a81e6019ab9026ceb7d 100644 (file)
@@ -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 information must be kept in sync with the _DL_HWCAP_COUNT,
    HWCAP_PLATFORMS_START and HWCAP_PLATFORMS_COUNT definitions in
index 9bc2103dd77358b792039b5f72728a06341249ec..5a39a9d0b09fec68c3ef696e052430ab0e9e4e6d 100644 (file)
@@ -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 _DL_PROCINFO_H
 #define _DL_PROCINFO_H 1
index 54fed668a625c00ffb118194e4fa35b63f5f2ef7..4787ffa62f97d569bc592a4c12adb6f1ee658ccc 100644 (file)
@@ -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 information must be kept in sync with the _DL_HWCAP_COUNT,
    HWCAP_PLATFORMS_START and HWCAP_PLATFORMS_COUNT definitions in
index 1b335ccbb3d3ecac4cbcf407b6317aea23d53ffb..a99eec11b9848f2fcce67900841f32b5981b43ab 100644 (file)
@@ -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 _DL_PROP_H
 #define _DL_PROP_H
index 0bb094a09cd0630b7f9a4d41aad82bbe422557b1..34b7bde8bbec20a03fa39ea122694a4f055fbc1f 100644 (file)
@@ -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/>.
 
 glibc {
   cpu {
index 0665bb0bc4d4d28d1a75049b6c12b61f537bce31..5ad29fec9c48ddb5873287786bcfb1d25e8c6856 100644 (file)
@@ -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 ELIDE_H
 #define ELIDE_H 1
 
index 6fe6e56bd51d0e199e2e9697dd3ec598521ca58b..8953ea99373b0039c35999a97f25303b64f38f0e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 _FENV_H
 # error "Never use <bits/fenv.h> directly; include <fenv.h> instead."
index e684a12d9262bd73427292bdcd263051dca9d752..90f00f396b32d98feb4a530ff75c2f5f900a4092 100644 (file)
@@ -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 _MATH_H
 # error "Never include <bits/math-vector.h> directly;\
index d5aa9d03674879ffa4c82a4b69665510efc4b227..5c641a069cd152e353aabcefeb320c9c0dd2a566 100644 (file)
@@ -24,7 +24,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <soft-fp.h>
 #include <quad.h>
index 36051cc73ea0360258b30a31a07b09b24304a238..8fa868346ec14aa67d40587b89a0081757313c6d 100644 (file)
@@ -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/>.
 
 !GCC$ builtin (cos) attributes simd (notinbranch) if('x86_64')
 !GCC$ builtin (cosf) attributes simd (notinbranch) if('x86_64')
index 37346f4983e60c34ac9d93cd9cefd0a01d67c498..2ab8cd36519e7d8f3e5bf44b990f02009438d871 100644 (file)
@@ -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/>.  */
 
 #ifndef FIX_FP_INT_COMPARE_INVALID_H
 #define FIX_FP_INT_COMPARE_INVALID_H   1
index 12e4f57fc6da64d73d497bd46134db1395304095..2ee656a5337f6dac4a2149fba953d59fc3b082cf 100644 (file)
@@ -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_FENV_H
 
index 5bed60ddecc413882d25208074e05772144e01c7..2e45378bd3e3624b0e83fd118b2d000af89f35e6 100644 (file)
@@ -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 X86_MATH_BARRIERS_H
 #define X86_MATH_BARRIERS_H 1
index 1703dfeb90c73ca3c2dd3ad7d8a3ee86ecb5dd51..3d9763ae6e695c6191a5b59eb7f8c6a23035e784 100644 (file)
@@ -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 X86_MATH_PRIVATE_H
 #define X86_MATH_PRIVATE_H 1
index 4d958068962632b09fcc7baa98ac50c970dd48e3..07897bf523c58c8339e6e27001cbcef271246bdb 100644 (file)
@@ -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 <math.h>
 #include <math_private.h>
index 8a6751058806e54e12d46202bf699a6be17b29b2..b3bdd1cb3b6f4d3bfde448010a245962d2db87c3 100644 (file)
@@ -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 <stdint.h>
 #include <math.h>
index 938013d0a561be78618bc46583683f61b0a3082d..ba18d175260441186d077e42acf9e00131f3d955 100644 (file)
@@ -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/>.  */
 
 typedef double v2df_t __attribute__ ((vector_size (2 * sizeof (double))));
 
index 243f3c67297ceb9d4fc5967e136f3a9eb9043cc4..9d5b762e3a1b7de65fa5668cffd645927c8a0a87 100644 (file)
@@ -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 <cpuid.h>
 #include <stdbool.h>
index 68ed907733881eaf7614339c8f3f0ac8be5c2d1e..56dfbc3c5e31b98f838adafdf91361e158df9e5f 100644 (file)
@@ -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 <cpuid.h>
 #include <fenv.h>
index c7b2f0269280dd7672b795258a2299d0c64102a6..d6ee7dc9ee18ca613ef1b427099288571ea31096 100644 (file)
@@ -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 <cpuid.h>
 #include <fenv.h>
index f074f133efc8976552de283769c9535cf2c448fb..bd8cc6fdd791e4b2ddae59d1defb95a3f7acf62b 100644 (file)
@@ -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 <fenv.h>
 #include <float.h>
index ade717947e1ad6ffa80c42c31dc7fc202664faca..c095133a9dc156d7e704c2657440928c8e85e441 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define INIT_VEC_PTRS_LOOP(vec, val, len)                              \
   do                                                                   \
index c9444b7677ac29460966a13d144c084a6b581310..bb52bd5522af3b04f7b9926e2fe8ea494d509e65 100644 (file)
@@ -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/>.  */
 
 #ifndef _FPU_CONTROL_H
 #define _FPU_CONTROL_H 1
index ccb9f9250ad9a79b34b66e23c59b1fb91c5e115f..a230732bafcb8b264be6c251a24a0f2f501da318 100644 (file)
@@ -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 _HP_TIMING_H
 #define _HP_TIMING_H   1
index c783c940d6fdbb6357a03ee11e29fc6a5479a2ec..a6c2fe28b77c463ae3c3f5af8f2c5805b8297a08 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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  __ASSEMBLER__
 # include <cpu-features.h>
index ca6a44ed14e7cc64aac1124cef43f7c69225b6ff..57877e8b08a672f384b3b861b734431620a876e7 100644 (file)
@@ -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/>.  */
 
 #ifndef        _X86_LDSODEFS_H
 #define        _X86_LDSODEFS_H 1
index 1b7184388636ca226205bb35a96c889da8524e5b..9df877ea3b70446fbc140ea19e952de9672f3c02 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 SHARED
 /* Define I386_USE_SYSENTER to support syscall during startup in static
index c76b1d917f8985ea65a56c4abafe7945d27c2540..b3b0cb7ea5f8a1ec2ebea2a13798f06badc2f496 100644 (file)
@@ -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 SHARED
 # define ARCH_SETUP_IREL() apply_irel ()
index 74b43df89ac076f2ed5e8cce45de609ce3204e00..38dcc7fc26c6202f9b664f717ce53f5c1952828f 100644 (file)
@@ -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/>.  */
 
 /* If this object is enabled with CET.  */
 enum
index 6e5e391ef81ff243e5652f482680448dae2cbc76..5cb6c9f7c467411ad66e32e2211ab4b030f65e0c 100644 (file)
@@ -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 __libc_longjmp __redirect___libc_longjmp
 #include <setjmp/longjmp.c>
index 4eac75bcc109b107708790e7bc11c62426880f66..97361b0a806a4af91529e684e49e39a92d1acb4a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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_PTHREADTYPES_ARCH_H
 #define _BITS_PTHREADTYPES_ARCH_H      1
index 751dcf3fc37aeb7b8a5561e76dcc30433a15e3bf..2293571b6f097d93ee16f2a5d2084d2e616a4912 100644 (file)
@@ -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 <pthreadP.h>
 #include <jmp_buf-ssp.h>
index 8352ca3d2a3cf3e47838494a491cb5d94b227e4d..c855a19ab66ef79d3e7f6fb5de7a407761b282d5 100644 (file)
@@ -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/>.  */
 
 static inline void __attribute__ ((always_inline))
 tls_setup_tcbhead (struct pthread *pd)
index 12ba05b2c32608150f966513a22cf5284ae0ee93..f18553f1bb880ec458c20d17ee0444f2a38bdbae 100644 (file)
@@ -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/>.  */
 
 /* The ix86 processors can access unaligned multi-byte variables.  */
 #define _STRING_ARCH_unaligned   1
index d6c1c960d3811ceb51e390733ac9751afab00563..9140e667b00f8dfb48de1556b496814221949126 100644 (file)
@@ -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 _X86_SYSDEP_H
 #define _X86_SYSDEP_H 1
index 8b50676dc37a74253a46a01e9f75b679b355a37a..0938306e42ab334ef75a57eb9ba443b4e15ef5b5 100644 (file)
@@ -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>
index 27ba28d767aaf9d2e321c55faa3bb53be8e3daac..8e77290e20f318886de40eeb39eeb708038e8d9c 100644 (file)
@@ -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 <stdlib.h>
 #include <stdio.h>
index ce1edadea2196882af809b90e66ffc1f3e921a0f..e70d289e4f74803758360defeddbd0bfb6757c86 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdio.h>
index acc32418c433933998cc85f9da3f6eaa8f99d799..1850220437afae98531dd09dbb085b1297abbee8 100644 (file)
@@ -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>
 
index 5c918d64a4d954126febeedd0a61659e0e1cb80e..6550ac863be5c4f7bb8e20ca9a28df0a6af53269 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdio.h>
index fbf640f664c35d74e8c94bebe654a9ed02142005..47c327b7abf8aa87cd017391d9aa70193d23f375 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdio.h>
index 9151225264bc69926cc499b3e9f3a6a75a6ac14d..719e5d706b68a8eab54d4e859fd6daf939e1ffe2 100644 (file)
@@ -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 <dlfcn.h>
 #include <stdio.h>
index 876335552c3a12d111f28757afe054ae8174400b..cdc8767390b9bb7e94f1fbd2a5c9cf6e5c231620 100644 (file)
@@ -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/>.  */
 
 int
 in_dso_1 (void)
index a65e35bfe60afd92349650ab3d593781a9885f55..e7469bf391e0e32910d47ccb319cb0a54789c597 100644 (file)
@@ -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/>.  */
 
 int
 in_dso_2 (void)
index 3c1071c2ef46eb2cf39621d3821fc0aaf4901865..fb64b45d628ae2d923d73c08a9b53832d819b187 100644 (file)
@@ -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 <stdio.h>
index e529a42ac094a6dce9d2c606f4da1681251b798c..604717c85c523395c561ce47ccd5a92de8ffb926 100644 (file)
@@ -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>
 
index 3c1071c2ef46eb2cf39621d3821fc0aaf4901865..fb64b45d628ae2d923d73c08a9b53832d819b187 100644 (file)
@@ -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 <stdio.h>
index e529a42ac094a6dce9d2c606f4da1681251b798c..604717c85c523395c561ce47ccd5a92de8ffb926 100644 (file)
@@ -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>
 
index bf2b9b22e71f1ece2d778a0f61d0ef4e9cb86aea..3b24e20d9cccadc6d79591c200c2c80693551d1b 100644 (file)
@@ -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 <stdlib.h>
 #include <stdio.h>
index b5d7aaf4a2ea3a180e98675d679a2db7d56b0985..9e0cd15b59936aaada7dba52510a51cc85870507 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include <jmpbuf-offsets.h>
index 041c040a31f1f1d2853dacb4d05a0715e8f5a61b..d713e2f575ba275b28e603a1067692f9e47b1451 100644 (file)
@@ -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/>.  */
 
 /* Assembly stub to invoke _mcount().  Compiler generated code calls
    this stub after executing a function's prologue and without saving any
index 4d2255362461a4043105059cdee668524ef349b3..7f33b964f84189caf2bf53c9f8cc449e9f0a833d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index d4601b2cbd57d714cdeb3ad371485f594a5a44f3..4fed481dbbcf35126725241506064fcefef871cb 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index 5f5f206fde3e5b9e51ad284a4d27bf0d9d7ece32..c0d2ec0d650a955e341198c955078ed08756b481 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 0)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index f07c96507561f160c1d0ea0bcd9a8cca22e836ad..0f001f3ebd0b6d9b50c17c03cccd676800f3e381 100644 (file)
@@ -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 just does a tail-call to `__sigsetjmp (ARG, 1)'.
    We cannot do it in C because it must be a tail-call, so frame-unwinding
index 45f2d9fc30bac64621657d3c0e40b4d5517d6f61..3116707a65ab3d27ef89db92c689e282c3591d63 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crti.S puts a function prologue at the beginning of the .init and
    .fini sections and defines global symbols for those addresses, so
index 544efb431cfbbb9c7edcd7c5a2b16a21e3b66760..00dfca054843f2d51dd1fe35f76a08f449ab09f1 100644 (file)
@@ -31,7 +31,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* crtn.S puts function epilogues in the .init and .fini sections
    corresponding to the prologues in crti.S. */
index b28a3c2bf31b50a8b5ee233cdcd732e2f72735f5..55a6adbddd915226d1efb68cc9458ac828470868 100644 (file)
@@ -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/>.  */
 
 #ifndef _DL_IREL_H
 #define _DL_IREL_H
index 95a13b35b5d27d8619422d3c5cc896f0ff1663c4..f17f5fb7cdaae8d9c3845a7ed53603fdb819dff1 100644 (file)
@@ -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/>.  */
 
 #ifndef dl_machine_h
 #define dl_machine_h
index 46dd4063afafed7edfc70a8d516b964fb7ec64b2..5e26838ec23b5779cbc3d8663381b7e8e57be707 100644 (file)
@@ -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/>.  */
 
 /* If anything should be added here check whether the size of each string
    is still ok with the given array size.
index 999d404aaa8304c8506262d3c692914045c25235..60bafda310b7f3009d920a933339a11d1750e5a3 100644 (file)
@@ -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/>.  */
 
 #ifdef SHARED
 /* Work around GCC PR58066, due to which __tls_get_addr may be called
index 9ab3826ca80a434e67a0b6f9299a1ac1b4585797..6c7db88d38e061a2f371dce662d0a2b5265df117 100644 (file)
@@ -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 _X86_64_DL_TLS_H
 #define _X86_64_DL_TLS_H
index 537edce7d48a71b36852c0d76f946ccaac55ff0d..3c37d3cb47ce7c75433538a6d58b67236b729bdc 100644 (file)
@@ -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 <sysdep.h>
 #include <tls.h>
index b619323bd4dabd7b35903cde5b063d184f40f15e..5734ba453060d226b02285d914d82176c7fae303 100644 (file)
@@ -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 <stdint.h>
 
index a6ae32d1005a10c5bc00a1ae20164a7f957e1955..6cbd8bd01f50723431b7a3258fec1d50b4fd5b7b 100644 (file)
@@ -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 <config.h>
 #include <sysdep.h>
index fbd7c5dc3a5dfc880a8ec47a2ce408f7827b4f9d..be6627cc498debf2a8497077801b933d370bd17f 100644 (file)
@@ -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/>.  */
 
        .text
 #ifdef _dl_runtime_resolve
index db60de20a01e7cdfe09c2c27bf847085abd0bdd9..4481754e6668c9b22154674dd5f7ff52638ecd1f 100644 (file)
@@ -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 <string.h>
 
index 1caf6ac15514c4031e5199485c33b0452adc32fe..09f384ebc2050ee2311aee13b19836c7d89e4f85 100644 (file)
@@ -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/>.  */
 
 #define ffsl __something_else
 #include <string.h>
index 5a527316be521c0992513adb238b6ffdb248c2c8..997736ab539dc3c6d33bc03a6025a6df859efbc9 100644 (file)
@@ -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 <machine/asm.h>
 #include <x86_64-math-asm.h>
index fa0d39d34b9e79fab93952a977c205e320fd34a0..df58eaab60c4a15368a63b7575efffbde3b565f8 100644 (file)
@@ -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 <math_private.h>
 
index 57d0dc72704179e5112575d82942778eb4bc9242..b5ad96057e20d94d0de5570dc872e14809e6ae23 100644 (file)
@@ -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 <math_private.h>
 
index fef5efbbf7a157a4628f312522f93facbb3cd543..2e9e9fa789c104a74ad1bc1bcfbd3ae4789d78be 100644 (file)
@@ -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 <fenv.h>
 
index 30d9ca7766edec50767fc4f5f33b6eaf50ee514a..48072b843f9e365c61de917c087667861f3ea1c3 100644 (file)
@@ -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>
 
index d166bfcf31d2804e3a403427782caaaa9ac4dac8..f77ca646a64a03dafd3c84f36484634e4b17cdc3 100644 (file)
@@ -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>
 
index a6fd0e84f6506fe22164472890c1d581fa19cb08..227e9029eb862d99e2fe107b9ad620973e660888 100644 (file)
@@ -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 <fenv.h>
 
index af40325ddb4f70f40b231ee2c996b6fda9c9dd8a..0c3ae3b2f1336462ed54829488e0a56386793e90 100644 (file)
@@ -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>
 
index 353b46c6b9813c57aad9988ed5b40ae7177b712d..5d6f7fde716df1c009da19210bc7bd81fd38e92a 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 80f08a85cf7f8feee583e235a9327b1ec524c63f..f33da613910bbc405fc909892c08b78ac451aced 100644 (file)
@@ -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>
 
index 9aefd1bd239e96a062305b6c7b1ef59983db3e86..be3e676c0f6f9d5d7446662698f722e100941f68 100644 (file)
@@ -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 <fenv.h>
 
index 8af5f61a7e76bf197dad10936723d82dd2d7104f..cf9886626514801198ff175fb44b59462c46e080 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index 3d68039f79f021a399f975027162894525c4da89..bffda1f5d1a1751f3ab310d26c76ade1bdbb3641 100644 (file)
@@ -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 <fenv.h>
 
index c39697d910e5a43dfb04a212d704c9396e80de2f..2dbf0781e7ce84e3d4022e6e5b4aeaa52811b766 100644 (file)
@@ -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 <fenv.h>
 #include <fpu_control.h>
index b522d6951594b53c4e5f1b9ddefcd4fc4f0c91a2..6f286ad2e4ea273513ac68b80c13faa7e7f98741 100644 (file)
@@ -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 <fenv.h>
 
index 7a6cc5f7c9f1b1ff9a402328f5b4f6ee1ec7f60b..ff790bde0553ac54461b9a079310b243a651fe1c 100644 (file)
@@ -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>
 
index 1dad87dbc1e169e2ce7552379bbbf164c1635914..6503dec995595f739b1b0ce3314ca3a2e929c256 100644 (file)
@@ -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 <fenv.h>
 
index 9f7718f160b1939104d214a477269c455d85c0ee..01ad276b63a62950fed85ac67ad20cb6cea6d1d2 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index 4e9dd6937ffd1f24c1fcdc1fb0e5915f68633fd7..7c24dedb772880b941cdfc835cd025a782c924bf 100644 (file)
@@ -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 <fenv.h>
 #include <math.h>
index f0a5344f061cfd5328f6a3b8f984fb5d85c96982..3adf6e489b1caea88d97d8a952c92a88bfd0047e 100644 (file)
@@ -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 <fenv.h>
 
index f69186cbdb717cb7d5fc0a1f4000df71e85c8d5c..0be0ac5701ef18eaa54c20f4f24ba6805eb0d719 100644 (file)
@@ -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 <cpu-features.h>
 
index 1a20d6b51954a775843422384710119b0f5aa5b9..82b66ff58a98e296676ab977998b040fc0cdb0b2 100644 (file)
@@ -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 X86_64_MATH_TESTS_SNAN_H
 #define X86_64_MATH_TESTS_SNAN_H 1
index 5b200907cc1ecca0dff7c5088924810fff3569e9..fe3b3c3738d2cda58e693e69654820852a4e7047 100644 (file)
@@ -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 _MATH_LDBL_H_
 #define _MATH_LDBL_H_ 1
index bc533f80b288f7a06145489999fa55eb018ac70b..b8eb074b2376e0a805aae522391d6a3ace40c631 100644 (file)
@@ -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/>.  */
 
 extern double __redirect_ieee754_asin (double);
 extern double __redirect_ieee754_acos (double);
index d75aecbfbc4ef6c22f16d93d43e2f6a5e71ed889..2dac79091a8226840c4d01579e18949fb939c434 100644 (file)
@@ -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/>.  */
 
 extern double __redirect_ieee754_atan2 (double, double);
 
index e9e05069ca9c25ef4eb92fcc0b33923e0747e662..1da616f7f9acdd3edf32042b8b67f00305d9d14f 100644 (file)
@@ -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 <math.h>
 
index 777afdc33b44d238a542d8bf58cf20428096fae0..7c10b16599d12eaa606bd8020a0062fe7f735367 100644 (file)
@@ -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 <libm-alias-float.h>
 
index ba38154fd7be7f63949a48803ba0b4a18cf5a1f9..077929bde4671d2db77a61642f1f1cdfd45f950e 100644 (file)
@@ -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 <libm-alias-float.h>
 
index 80aa764e272ead9ac81f699f04c4204f5abf7739..5973a1d0a69fe11c9bf914b4c9834a187d7df905 100644 (file)
@@ -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 <math.h>
 
index fcf09271368d4f0184415fde9d3ee612d343d60c..b57041e62a75d930030cd4580f4e07d330d6ad63 100644 (file)
@@ -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 <libm-alias-float.h>
 
index 374d9b33fb3ac5119ce2188b10497d6cae007ea9..c149d05684f42f589fe1914bbe66c094fc0afb1b 100644 (file)
@@ -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 <libm-alias-float.h>
 
index 897607a79059918ed501dbe5a14bf34b1b4eefd9..27e7c47f0b3d5f0d3c92c9d567d95c8abcca457d 100644 (file)
@@ -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 <math.h>
 
index 3cde6db382bc12698f2dc2b3f9f97edd37ef4688..ab35e069a5c79c2a2766bb165f22813528b2d6dd 100644 (file)
@@ -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 <libm-alias-float.h>
 
index e9ecbc4fbf84e4b359973c238c520f836f28571d..1545d45e6a0880d6ace9c912c882c7f15d1a542b 100644 (file)
@@ -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 <init-arch.h>
 
index b9b56f40004fe827e9a206f52a26b2217cc7a2d0..a04622d6fd4bdad74a8313347f71e41c838fe077 100644 (file)
@@ -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 <init-arch.h>
 
index 34b9e31ce66c19f6458b4cf620a67468f4b1fc3f..b35b2ca2933ce7eeb310710b436ee6d42a991bf6 100644 (file)
@@ -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 <init-arch.h>
 
index 5611d27f8bca7efdb5321018bb3354ae85046e0d..285f73494a6e2e91e86fec488951def796d46e2c 100644 (file)
@@ -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 <init-arch.h>
 
index 20960221e4839fb461e110c5d8fa216c912587ee..abf2786bf4811c38be9165e18014189271178e4a 100644 (file)
@@ -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 <init-arch.h>
 
index 8595dea80bc2bd022d36948ab9d7c6038db330ac..48e1c2afccf15822eea4bdf02dc7bd43b3de340e 100644 (file)
@@ -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 <init-arch.h>
 
index 0ada79e674543a4806d56e32e8cb9b956f3974f6..d925786fef77869144e13bf3943cd8d32d3c0913 100644 (file)
@@ -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 <init-arch.h>
 
index f81d99d45f55fb886c6d220a722785b41d3b09ae..597143f5b5f86f527657ebb4f1c10ea5b6f8d8fe 100644 (file)
@@ -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 <libm-alias-double.h>
 
index 6b765f11351329e5856c880aef077dbed7d26e9f..025b7df73e0de0d165cdb206f89929a7d6540865 100644 (file)
@@ -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 <sysdep.h>
 
index 0c57858bd5e6c55e432db0e399a7a51ff781a5d6..dbc780038711ceead5cd618aa2340bcd1efe6ace 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <libm-alias-double.h>
index 11eddcdb5006f808e146badfd00821be04c34787..4d2dea9964cc3900fcc012a93ba24c4c85a6a6e5 100644 (file)
@@ -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 <sysdep.h>
 
index 1abf247dfdc3907cbc5665b855aab0e1bb1fe2b0..4f8d8a4b6040bfefd65b90b0cebf9087a3f0699d 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <libm-alias-float.h>
index 334a42af1cd9447ad009ac7c8d1322cf03a465b7..fc2a35171c1db3593394e067981ec22cad3a247c 100644 (file)
@@ -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 <libm-alias-float.h>
 
index 52f1bddccdf2890a1f9e540f7cc454898fada4b7..d9aef1389d1fa20b84a3c9fc3e4c3e9d074595cc 100644 (file)
@@ -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 <sysdep.h>
 
index 85f37ae19423a4d5f8889f4b67f6aefc610970e8..7184fdcea7f85e9b91480bd9968fcc087a6b6507 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <libm-alias-double.h>
index d3d511d2cfeac5478c0f848363e3e488780558a0..aaf195dca804f7671294137fabb6e106c81c7014 100644 (file)
@@ -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 <sysdep.h>
 
index 0abf5dd0bf00b29a2db189e7abfb23f4d9f36afc..417eacab384d5099d8077bb461eb7444630d16f8 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <libm-alias-float.h>
index 60dfae74b6ec3c3ffc7b77ebb59d0077599469bd..fe444ac8489d4303a1e511bfadcb99030c819f06 100644 (file)
@@ -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 <config.h>
 #include <math.h>
index 9446c9ba2cd7b0518cd609fe3548ba5d167f170e..754e38ca62041f9eec425fcc949929b5c43d970e 100644 (file)
@@ -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 <config.h>
 #include <math.h>
index fcd716242789e39452d5e0e697f15eb25091764d..a4c4798f08eef2c07ad34905d1f37ef529526d10 100644 (file)
@@ -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 <sysdep.h>
 
index a3717b542c3bad8713314d64e89005473949adff..f991879964949b5561621cda556bf67296ba54e0 100644 (file)
@@ -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 <libm-alias-double.h>
 
index 20085e0f9ee2a75ca9d06f7f38b2f493a97e741a..e1b236df47ce73eea9d7c8b2f4eeea05c1ec79d8 100644 (file)
@@ -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 <sysdep.h>
 
index 66166bccef8d084ee4c2e80bcdb777f37e076ba2..04987a675c672846ba12fb9e23fdbfb7e9d59f85 100644 (file)
@@ -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 <libm-alias-float.h>
 
index 310e7c1abb2a3443c7745d122e6044e1785a554a..73240a6fee455fc71d5457f41c611ffd22429f32 100644 (file)
@@ -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 <sysdep.h>
 
index cd70c1ae458cadc1c513744ef825b2cabcd93050..63dfcc3bd36f615e6bfd672c97a141a4a787fcae 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <libm-alias-double.h>
index 492fcc7abcdc105f43c1b2b683fa0127cad01e18..b656a21a428244101a4e3e3323b2fefd9caec37c 100644 (file)
@@ -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 <sysdep.h>
 
index e8fb100433a29a4b8e15954fe861c00f015de64c..e81fe328ffe466146887d59679f5e9aad7e99b2b 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <libm-alias-float.h>
index b5f7ccfd2742d87711cbdb9686c5b73cc6f2a239..8091414a65cb3c9510e484fe323d91a954cc499b 100644 (file)
@@ -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 <libm-alias-double.h>
 
index 53be37feb4b044c7c977aa01aab24c3e89d229be..57fac946621cd763aeae8ab26aeff89236e8480d 100644 (file)
@@ -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 <libm-alias-float.h>
 
index d9042fa81b1bb28309f66e92a9a68b98a32a822b..858385931574c07842cde1404379bf6c31308df2 100644 (file)
@@ -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 <libm-alias-float.h>
 
index 56c6e0c332579efa846cce38ceb82cd6c99b11df..973cca99e5dab0588fd610f30b53975b737e9e9c 100644 (file)
@@ -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 <libm-alias-double.h>
 
index 7f2254b318616649426899ee534554631cd6bd29..f783d0ee8f876f28eda19bc42389eafa1e8b3e0f 100644 (file)
@@ -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 <sysdep.h>
 
index 0ee5c231e91ecdb9c731e03417da6e198ae51286..d93e146aa45e7055c7c2694a60c97120afc80467 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <libm-alias-double.h>
index 63e15512d102ec90c2e9d2181f321a1e0368fc53..aedac3f39d27d67f4dca53a4a94edebdc3890a7e 100644 (file)
@@ -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 <sysdep.h>
 
index 31e3f7130852dc31d1cd29b1ffe912e79c20bea6..c134032f5896acb82a2ed5ce7553ee670b895ed4 100644 (file)
@@ -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 NO_MATH_REDIRECT
 #include <libm-alias-float.h>
index f2a1bc625a07e74f9a6511024f1d4a2914bee093..c659e92f36da474e3b99ffe4dfd66694124a52e0 100644 (file)
@@ -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 _ZGVbN2v_cos _ZGVbN2v_cos_sse2
 #include "../svml_d_cos2_core.S"
index 2a01cfc6604325657e444a742dbc6a5b8ef01eec..4fefacc7cfdc5dec4856932de61a3ed9603b242b 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN2v_cos
 #include "ifunc-mathvec-sse4_1.h"
index 26e420fc1fcf5e532d0a71f741c4a3fe7669dc0d..618f1b8c089b2041f7dd10b47ada05a9a00fed68 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_trig_data.h"
index 55c257b33da965464184097d1bda115377dce902..276e407b51a82c616bcd943008f59d9a5da7c211 100644 (file)
@@ -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 _ZGVdN4v_cos _ZGVdN4v_cos_sse_wrapper
 #include "../svml_d_cos4_core.S"
index 72c75c4eb51a38479c34145027769d184db31895..d2fa79de19078e004631226a3f0918d22b02fd64 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN4v_cos
 #include "ifunc-mathvec-avx2.h"
index 835b66f3f3075af3baa3ce7048c31b32cc9c46c4..2f28ec23d21b172d7e30c42f37a9948761012c43 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_trig_data.h"
index bf513a4710d148a4ecab6a4cd772cb1252e2c7e1..fd95d6a6ddc72506d8cad95aba7782e84d5a8c70 100644 (file)
@@ -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 _ZGVeN8v_cos _ZGVeN8v_cos_avx2_wrapper
 #include "../svml_d_cos8_core.S"
index 95e0f1969c42c7a2bcec80c498fd86635f0b2d75..2e479c007bb57a9db482fa5d8554b328e3b23639 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN8v_cos
 #include "ifunc-mathvec-avx512.h"
index 833670b1fd2d7d695940dd1321b2b7faa6928636..82f9a4175497a11e749cc14a1b87ab952e5e43a9 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_trig_data.h"
index 5d29adab038fa25a2810088c1467daff6256620a..59ffd0d796ad67d6fd941e0a312f43014d0545c7 100644 (file)
@@ -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 _ZGVbN2v_exp _ZGVbN2v_exp_sse2
 #include "../svml_d_exp2_core.S"
index 2f2816c68f81621a422d5666146f7ad5353aa968..3ec334d990ba87c6926db9a3d2aded06811f0eb6 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN2v_exp
 #include "ifunc-mathvec-sse4_1.h"
index 0cf3c3167cc9b0e698dda13e9ca1748c3b6f721c..bee771ae19d4dc0a732c2eefef0803e44b5f33bc 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_exp_data.h"
index d3f5168dffa33bf1486bf29b4288e16505045e1c..612c505b68d69ea86f2d015c164b41166bbca5d8 100644 (file)
@@ -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 _ZGVdN4v_exp _ZGVdN4v_exp_sse_wrapper
 #include "../svml_d_exp4_core.S"
index 0e46578c79bb3241744e76961db42736c968e09b..18c9286579b8764da6970b8eaa05bb69a6eb43a0 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN4v_exp
 #include "ifunc-mathvec-avx2.h"
index daa82e060e3dcf3a44c2e9bfffd078ed1cce9d7d..16dde630211ccc83e4fb235294f818c4724732bf 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_exp_data.h"
index bcf0ab6fe269a44526d8ff1c0cc895a9ce51178c..c4c2232137480c407e43f7351a9528697311081a 100644 (file)
@@ -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 _ZGVeN8v_exp _ZGVeN8v_exp_avx2_wrapper
 #include "../svml_d_exp8_core.S"
index 150000e2466e44b980af42867344e0e90acb0527..3c89c4af1dd824d69e1c09d6efb9dc3271b836e7 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN8v_exp
 #include "ifunc-mathvec-avx512.h"
index 079a916a3ceb488d6fbe2326ed6f006df4f22b48..4787d88d0bb69d79171a9d38db71175c26d7e61a 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_exp_data.h"
index 81df5e0b39af2496601c3012552f112061938893..77993b3f3a97f72077fadc1d82ec5ecb8e8e5878 100644 (file)
@@ -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 _ZGVbN2v_log _ZGVbN2v_log_sse2
 #include "../svml_d_log2_core.S"
index b3084abf4c3aca242b73039dc3a0243ab8e74f3f..adec1132306506601234f097f82396855586a076 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN2v_log
 #include "ifunc-mathvec-sse4_1.h"
index a827211c518f825a8c787e9315bdddb5e34e5724..8f844d434d8d2ec946ab840f2ba196ffe639fd08 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_log_data.h"
index 184f909f47d0568516c072e2a304f1bf52d17e34..e99fb806502c1eb0341c0d8f4153c00408f87096 100644 (file)
@@ -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 _ZGVdN4v_log _ZGVdN4v_log_sse_wrapper
 #include "../svml_d_log4_core.S"
index a59fdb824bf1629f3a6856a77e83721348c12c20..e8596277f980ccb7daf836825c772a1338a481dd 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN4v_log
 #include "ifunc-mathvec-avx2.h"
index 247f267c53e89c2541b64ed4bb5dcaf1f08bcc92..1b2847845af0c78cfbc7a6a1f5f4506efb683183 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_log_data.h"
index df18b424061a73b1c680cdb6a8952a61c95b0645..a04936fa869c0e33752e98fd1bd3687fdd42525e 100644 (file)
@@ -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 _ZGVeN8v_log _ZGVeN8v_log_avx2_wrapper
 #include "../svml_d_log8_core.S"
index ede06e970da0e5044b2196df5e66ec0a78e6fd52..978b4968986d7b3bb5a2ef35b933055bb5a44da4 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN8v_log
 #include "ifunc-mathvec-avx512.h"
index abe5a6cae7b532ecd4e8f1db75ce114d759a17dc..b722dae2f380e55a49bc704d986b1ceb00c45173 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_log_data.h"
index 7e9d02819bd10d59fd3fc9d9599b1306e9fc8511..e6f44a1f3da93d26a24e972fcac33cc46a51dd01 100644 (file)
@@ -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 _ZGVbN2vv_pow _ZGVbN2vv_pow_sse2
 #include "../svml_d_pow2_core.S"
index 7b22720303485469dcaac644831dc0a8ce4ff856..473ae1437424ee9017534cf769ad263e5f89c465 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN2vv_pow
 #include "ifunc-mathvec-sse4_1.h"
index 8f1fb39d6a291afb0f2d9fd5410f6fe878333b18..2b59ca2c915f4fa807f7ca09e40f03b77e377868 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_pow_data.h"
index 801e068ee73e5a2bb891921c8ba984167222778a..b9d96f9a30cd08859180101542aef249c561dc46 100644 (file)
@@ -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 _ZGVdN4vv_pow _ZGVdN4vv_pow_sse_wrapper
 #include "../svml_d_pow4_core.S"
index b9b4f913e51fade2cdc33198f731f4dc77e986b7..f8a8fd1a68651f1c58df4437f6924c3ea03b9d6e 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN4vv_pow
 #include "ifunc-mathvec-avx2.h"
index 9bf771a6503e03cd5e596267ea91c11c08111f47..4f768867593155d38ec02d35bf924257117830d0 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_pow_data.h"
index 64bf27caea0be20be114a8e3d96ab23a3bda3c17..0fc68996b9d282a240702af9e57e70dec36c6024 100644 (file)
@@ -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 _ZGVeN8vv_pow _ZGVeN8vv_pow_avx2_wrapper
 #include "../svml_d_pow8_core.S"
index f87f2bf098b005ae468ec4bdfdcac4402edd3ee8..72bd0e965e3a152d6604cdc3b9518cea4c28edac 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN8vv_pow
 #include "ifunc-mathvec-avx512.h"
index 0ced819df4269a87a292232cde334842e9ea294d..cf920da681f0b29754adfff7c8dcfcf103652953 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_pow_data.h"
index c810f235d5071d1ecba94e934ddc6c2c2cd80639..8173e31d54623d4f0409dbb4e2fd693460aa331f 100644 (file)
@@ -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 _ZGVbN2v_sin _ZGVbN2v_sin_sse2
 #include "../svml_d_sin2_core.S"
index 9e85f48b9a59b02e0add6de6148eedbeefd8547e..c8bb82a33abce9f5c992933c760b426b2d7c8478 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN2v_sin
 #include "ifunc-mathvec-sse4_1.h"
index bafff7b6750e1857b6ee9cc5ba5eff3a3212cee3..f505e12bf34f5df5e96af210b2b48b25b90a2317 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_trig_data.h"
index ecdb84545577a5a33857856483290950ae3783a0..c867f02b2c5307d622b10e10839f1c0665ca8357 100644 (file)
@@ -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 _ZGVdN4v_sin _ZGVdN4v_sin_sse_wrapper
 #include "../svml_d_sin4_core.S"
index 0ff92faea55674915a0e299384a0a83765107c12..def415594ba9394bd589d872c93ba8c0a87fe804 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN4v_sin
 #include "ifunc-mathvec-avx2.h"
index 254162c0af57ade81227ce5205e4755167f215ae..8b415907022cc1cf7200f718af5fe95e1d460cce 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_trig_data.h"
index 357e468806ead144ce036b81643908b9d469a43d..afbf89256014cd96a11978b7f1f119eb4d22916c 100644 (file)
@@ -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 <sysdep.h>
 
index 6c80e5ac24a0197dc8b4654a8dfe15dab7f1d6d6..a6390f6b66759c21fd113d51049d9820d941a9db 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN8v_sin
 #include "ifunc-mathvec-avx512.h"
index cd8b08eac2969e662cbe0631b14457c2844b64af..606745ff84b193f1bc5d45f43c2a68f87fda1772 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_trig_data.h"
index bbff26bac2d8d48d846bf5b41bc93e2d4e7c1b49..5592508e14a710abe45b45a52bdc879186d65bca 100644 (file)
@@ -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 _ZGVbN2vvv_sincos _ZGVbN2vvv_sincos_sse2
 #include "../svml_d_sincos2_core.S"
index c4d7055ab5f812f8e63441b736f7d382dc2f9413..5d95cea6fd5c02edb99ee456e68335c363b6ecc0 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN2vvv_sincos
 #include "ifunc-mathvec-sse4_1.h"
index 2df82bdf27f3345224917fd08f4c66aecde50c62..76181cf58b5861fdca6101312548eb33f37446ae 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_trig_data.h"
index 96bf0bde804a54375d306172fe2e026a290ba227..98ee2aca544ccde9481abaf9015ecc07ccc0693e 100644 (file)
@@ -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 _ZGVdN4vvv_sincos _ZGVdN4vvv_sincos_sse_wrapper
 #include "../svml_d_sincos4_core.S"
index 09f23d8872be4853d5369386984a0c4cd8b1fa88..3f8e9f18dbf102994b4e1c7e3db69a1317c94abc 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN4vvv_sincos
 #include "ifunc-mathvec-avx2.h"
index e24f70c655be442fc6ab7f19b5cc5b244ed2041d..ac876b727f9c3bb27d9f468ccfa35aaa1709e451 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_trig_data.h"
index aaa5f469deb5a9e4834bcbbc5eb03cbb289b46e8..be7f8180d22698d1e4e005e05bf9346b18dadfe5 100644 (file)
@@ -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 _ZGVeN8vvv_sincos _ZGVeN8vvv_sincos_avx2_wrapper
 #include "../svml_d_sincos8_core.S"
index 243cb9f5c8b020d120d964624bb068e4fafccb19..f54e8c0737a332f4e5024d42ce6b0c91e3bb4ca4 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN8vvv_sincos
 #include "ifunc-mathvec-avx512.h"
index dcd7ce8d7de4eff80752cbf6954ee5decb455ee1..06631ab80931fc5062d9c654e2b9275f55f25261 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_trig_data.h"
index 2a1a85a84ed2df4a7d4eb509d63c2d4c1bed222a..325a395f040f3a8e536ec88db853ef09c294d73d 100644 (file)
@@ -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 _ZGVeN16v_cosf _ZGVeN16v_cosf_avx2_wrapper
 #include "../svml_s_cosf16_core.S"
index 2605efb5246b80c19d053d53333a1b241cac2124..d438d81577a7ad47de81605af1e4d44974e7d94f 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN16v_cosf
 #include "ifunc-mathvec-avx512.h"
index 6fdbed098865bf70122fc2f58c6d63ca2bbdbce0..31a26639cb900dc81484fb5286bc435109504113 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_trig_data.h"
index 8f3f5400d47fda559206423e3a1162f256c224d9..02c424861e3d34fa8453eea7ff1f4394a6acdb2a 100644 (file)
@@ -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 _ZGVbN4v_cosf _ZGVbN4v_cosf_sse2
 #include "../svml_s_cosf4_core.S"
index 4ed852dc63729d9840ce044906d9284585d13ab8..af0f753d84332f6a24f60009d314d2c0bbd3d86d 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN4v_cosf
 #include "ifunc-mathvec-sse4_1.h"
index 7378a50cc158c2bb8951a59adcbd5d0e3e83d29e..4f5f53bba76d310fec507b4b14e8beb6b2ae0935 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_trig_data.h"
index 43c9536dbbb9e22e0902b2211f3594cfdaaaaf16..23ae3b336f531312669c271df4076ad506c16dee 100644 (file)
@@ -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 _ZGVdN8v_cosf _ZGVdN8v_cosf_sse_wrapper
 #include "../svml_s_cosf8_core.S"
index e260aa79261cf629a6a4bfc338de180166eed190..8f60b06dcfd07e6e8088d4cb5b82d86d8f31cdb4 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN8v_cosf
 #include "ifunc-mathvec-avx2.h"
index 5bae4277373afcf634143089aa598e0ad6cbfd69..6b91316722f57fd60a1fa6a6c654990ce24f5e6a 100644 (file)
@@ -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 <sysdep.h>
index d99be7873b03b63233519eb46806d8c70066725f..ec6e36529aaebd1ee4c886f81dca63465ee8987d 100644 (file)
@@ -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 <sysdep.h>
 
index 0155db42c4b368248630d12b4c92df70e52a9777..c8f0d4291188ae5542046e7420d9b8b256c47731 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN16v_expf
 #include "ifunc-mathvec-avx512.h"
index e685b7489e9fdb6ad78f32f443ff460d37626528..74e8dc38346318553a1a2c0677543c1b9bc7fca5 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_expf_data.h"
index 7d5327ec32143e98a6392623201f6ee6887074f7..1c0da6fcedaa91f1099c26aeba79dac81c90c85b 100644 (file)
@@ -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 _ZGVbN4v_expf _ZGVbN4v_expf_sse2
 #include "../svml_s_expf4_core.S"
index 742accf4eac4b81147503d4f6c07a0b8d8dd70f3..1c62a22cda7df285d32d6c85064b9303ded891e9 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN4v_expf
 #include "ifunc-mathvec-sse4_1.h"
index 2bf2a28ab666108d5bc989349796b85e3808b9b3..8622a8ae9a52dc429c316da79b7aa45bb0a80ab5 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_expf_data.h"
index 9578e3d412ff45cd26f8d56745a6945418f161ba..2b29ebd8fe5ce411da9d6d59ef30eb24c1b18489 100644 (file)
@@ -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 _ZGVdN8v_expf _ZGVdN8v_expf_sse_wrapper
 #include "../svml_s_expf8_core.S"
index f1c93846430fc8ba3f8bd8f67e3f65ee4d4e2ca2..6f2f101b203f978a377bd69e291c88597c90169f 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN8v_expf
 #include "ifunc-mathvec-avx2.h"
index 4538ef35eac4cf2482f8c5f51536798f3504e6d3..ba9c1aaf59b1dc6cd40ce9a88e3432eeedcc19c4 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_expf_data.h"
index 9e16b503c473367a7260d54b03fde12cd7ddf4fa..8eda445bce8e8a3eb79f1f3bf833a23c74401971 100644 (file)
@@ -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 _ZGVeN16v_logf _ZGVeN16v_logf_avx2_wrapper
 #include "../svml_s_logf16_core.S"
index 385d06954531c0d00ce3528949f74d2fe7333f54..7386c9135db987a1bc9d6ff43d14990cd566a095 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN16v_logf
 #include "ifunc-mathvec-avx512.h"
index 02b99da9a6a204c1ef5b018c01543cae13e40955..0752979cba0c78a126d3223b1255d146b6e1a9b9 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_logf_data.h"
index 83ce4824dcc59193da7a009eb03e09a272da4b80..4433446208e60f8c40e006466149a5cda127737c 100644 (file)
@@ -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 _ZGVbN4v_logf _ZGVbN4v_logf_sse2
 #include "../svml_s_logf4_core.S"
index 46bfadde511b1c790f76abd43848beaabd2c483f..f72eb6bdfcfc41facc878fc625a447021061baff 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN4v_logf
 #include "ifunc-mathvec-sse4_1.h"
index 0d2ac78ffbde333adb0419aa386513b65f9dd980..8ea2a4f04baea1a6d6c6e1ee2418c361c351d80c 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_logf_data.h"
index 1f9307517a77688eb8050f79304c284d60ff2e4d..d4268a1e3174eaaf28a233dacafaa0e24b3d48f0 100644 (file)
@@ -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 _ZGVdN8v_logf _ZGVdN8v_logf_sse_wrapper
 #include "../svml_s_logf8_core.S"
index 16ec1b8908f87d51d8b125f3c5b1d4ee0dfbd7b1..a32fbb8985c866b1f631a47bc669452172fe82ea 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN8v_logf
 #include "ifunc-mathvec-avx2.h"
index 38d35d0ac8a902d342fab9501a14b2ee719b7e74..e122c65093e1d64c6227159cbccd5b8c629ff901 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_logf_data.h"
index f155e1511c834bd969dcaf55b3e355f393a9c837..a10c404f46c71cee11fb23e207a54fa6645c614f 100644 (file)
@@ -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 _ZGVeN16vv_powf _ZGVeN16vv_powf_avx2_wrapper
 #include "../svml_s_powf16_core.S"
index b42d737f8aa5ea289004a77f14e295869b3a217e..ca879570713f9a6e490a80736f2251fd3342ee75 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN16vv_powf
 #include "ifunc-mathvec-avx512.h"
index 97b66bc9acbbd8dcc9e48286c17539fd45970c1b..0d434fb939133e7ed99d5ec65df5ed953df48161 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_powf_data.h"
index 2e8a22b3413675188506b5337fbdac276a4463c7..1306e7a2fb810ecda4dab9cd55032371d9bbb9c7 100644 (file)
@@ -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 _ZGVbN4vv_powf _ZGVbN4vv_powf_sse2
 #include "../svml_s_powf4_core.S"
index 62ddb60da63b258afac03566e24804f581f68b0d..8efd8325cc3f710a018ddad07e2bbc7fda37a052 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN4vv_powf
 #include "ifunc-mathvec-sse4_1.h"
index ff5dffa21cb8f3afa264ab9c563056a0b1beacfa..344d6d50a734baf279c9faa6db517d6f837bcc61 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_powf_data.h"
index 91371a8276aedb62d60f1b523d5dd2644e5db63f..647fd0d3fb0a9ebd7f6337cac2ba5ae14ad6c6d4 100644 (file)
@@ -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 _ZGVdN8vv_powf _ZGVdN8vv_powf_sse_wrapper
 #include "../svml_s_powf8_core.S"
index 64ab7ee98b511ba7a9daab25fe50fb470e71753f..943de4d108f94dfa4ad0f4444716ca4a54027f25 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN8vv_powf
 #include "ifunc-mathvec-avx2.h"
index 06f0c7f2d36b49d07c3e26039a9eed7733c713fc..ce4cf9f3788dfa292d3210f73495710269ca291d 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_powf_data.h"
index db3475d70bb77415f7be6368a8031ba5b0a579ae..dfc2e2eb4c18839271a76d242c99f66ceb46d7cf 100644 (file)
@@ -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 _ZGVeN16vvv_sincosf _ZGVeN16vvv_sincosf_avx2_wrapper
 #include "../svml_s_sincosf16_core.S"
index c61cf85759e104400612570bd6e61c2e8a701663..45b88c48e6c17d61316de73d6cfcf23ace0f5537 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN16vvv_sincosf
 #include "ifunc-mathvec-avx512.h"
index 11bcd1a184341a4de106c58f6ef575d5e8ab07b0..66224ec40ba926d0255df376ca7d0c1ef4c5e602 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_trig_data.h"
index e3fc6d11226b30c3662bebb32e62f2e47bbcd697..7915771a358b3de614469e2dd38bb1c4f3a26c48 100644 (file)
@@ -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 _ZGVbN4vvv_sincosf _ZGVbN4vvv_sincosf_sse2
 #include "../svml_s_sincosf4_core.S"
index c9ec1deecc731641949f00d6cc6469b82cb39b61..44fabc45a4ca10122b82964d6ed3b955b41d74ea 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN4vvv_sincosf
 #include "ifunc-mathvec-sse4_1.h"
index 704bbbe2c4c8284a8ef3b8ff3a168a0450de356a..c457827491a64555cfcb90dffc32accf1c45917f 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_trig_data.h"
index f98bb252ec81d473d7058f8db2c486b7b69a2539..ba8c0d73641a7d0d73cfc4521ce8cfd8093e48dc 100644 (file)
@@ -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 _ZGVdN8vvv_sincosf _ZGVdN8vvv_sincosf_sse_wrapper
 #include "../svml_s_sincosf8_core.S"
index 9172e7e08d42338ebc8d5d6c50eb68f7570c0148..785b34777dcc8de4ee802789ca8985f02cb1e678 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN8vvv_sincosf
 #include "ifunc-mathvec-avx2.h"
index 9d88a342b35bc0507fd3adcec48db6df065a102a..70712cdedf7ebb96773910ac1ad1aeddb78f9f4f 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_trig_data.h"
index 6bec0616a777c9d2baa9eb619d6bbb72cb6a2dd0..76017149b760945e8d3f0488e65a3c2678fef6ef 100644 (file)
@@ -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 _ZGVeN16v_sinf _ZGVeN16v_sinf_avx2_wrapper
 #include "../svml_s_sinf16_core.S"
index 785d8eef33c0b214892b3318fbda3425770f5f08..7ab95bda524ae59da7851df74afbf7e89f23441f 100644 (file)
@@ -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 SYMBOL_NAME _ZGVeN16v_sinf
 #include "ifunc-mathvec-avx512.h"
index 92d7c8a3d4fcadd935aeafc0306618cdd8ee5c0a..61ce86619b8380e57cdca020e5db611163b4b119 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_trig_data.h"
index 098828dcab367cabada1f1dfad47bc35dcdfb866..b9d388f20633195b87992efb939f55197ba7e33d 100644 (file)
@@ -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 _ZGVbN4v_sinf _ZGVbN4v_sinf_sse2
 #include "../svml_s_sinf4_core.S"
index 0fda27be1bd388b1b0451436730c965bd686eb92..6b3da68387dabc1160f4f93152e38389bd42eef4 100644 (file)
@@ -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 SYMBOL_NAME _ZGVbN4v_sinf
 #include "ifunc-mathvec-sse4_1.h"
index 68fc942679bf32d33b707f2be4aeada52d4b0088..13bd8665adfa11a7f567e95381a6bf04cd652426 100644 (file)
@@ -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 <sysdep.h>
index 9e5cdc805275f73605a7b6b13972804573f490ed..735f43a4a0bc92ea4a9ec2f475c2b26ddbf3e0b6 100644 (file)
@@ -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 _ZGVdN8v_sinf _ZGVdN8v_sinf_sse_wrapper
 #include "../svml_s_sinf8_core.S"
index 3dcf99c2e7d2c13f7c688f8772fffad5761f53dc..0ad22aa48d65db4ce7ec9559ecfbabad2d490144 100644 (file)
@@ -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 SYMBOL_NAME _ZGVdN8v_sinf
 #include "ifunc-mathvec-avx2.h"
index ed4582fc0a20bf871603a108293dbd2d7cacb22d..bc8d63b8c915e0421573f2fa16a76ac42ead8813 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_trig_data.h"
index a9f8de2c50ed7e69fe9210bc820a56a63d4b89ac..c622c5b7d5419d04998010e40121d9bc3d34f5fc 100644 (file)
@@ -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 LONG_DOUBLE_DENORM_BIAS
 # define LONG_DOUBLE_DENORM_BIAS (IEEE854_LONG_DOUBLE_BIAS - 1)
index 81c3c434e421e3835b7e880a7bf0abc04877241b..d53409e8c860d9e7b55b6e87cb6bcc6e7f0013a7 100644 (file)
@@ -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 <machine/asm.h>
 #include <libm-alias-double.h>
index e0911a3e627ec4f79ad37a358e58d8437ba15586..8c9cf11cbff2ee7c88562a5f5cf3c968ffac57df 100644 (file)
@@ -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 <machine/asm.h>
 #include <libm-alias-float.h>
index aaf85045110fa4143ad94d85ab4387411fa9a7f1..59adbc35bd75c12e16667470bd2fe07ea77f5da4 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-double.h>
index 6529f3e198010ebe48ec9a8e8bc89ea615f00aa1..c2791563b64efe2b8c6456bdb627bf28d0ee1267 100644 (file)
@@ -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 <math.h>
 #include <libm-alias-float.h>
index c59c690fe2479f6dd9f65b323a342879b506a062..312f793ad00476f055a06ae56ebfd1c5b1dcf3fa 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-ldouble.h>
index 4db3c4a2fd7b63d385c742bdebc728dffdb73bb7..a2373bb02fa00958abb11647912ea645c25bd71a 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index e9d3f8a56f8934418a1058c881917c0a9a8c2fc1..c1a9455cb75abf0dfbc009e033ecb71545a1d825 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index b1679edae634bf7dcc324c95889336eeca616c98..8f9328a1ffa80e967a5a2148508f4a416b89f470 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-ldouble.h>
index d855f9f16a9e82cfd113ad10b7dcb98e8c309d9c..c7f19c5b5c958c9a3e2b44c24e1303dcf56e5fb8 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index ece05fd3a2fd899ef25f7b5b4c355eede429f038..3d832ccaf780f6145a322357f098460230f51e5a 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 9a8ec206f52ed1495ce69646d91c5928c73b2719..7dd9ad0b47a9fa80923056fbfde25f2bf7aa8624 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-ldouble.h>
index b8da27fcd33812b7e82a6c947b7f4acea0022022..855d5f0640ba04b78fd6513fe06d1b6def056f93 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index 6cf72e56b91811d9b10d789e260808a07ebca078..26a2d336d5a7b505676c23a172d66cc2536d1a85 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index c03d7e8c87ef1efd30694ec8661f5a6cce5befb4..d3139931f7d646f813bdad522c2dc55a56d4ef8a 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-ldouble.h>
index e3fc371aa2fd590de18f052f1aa8162c2dd3dccc..3d4f1788352ca4cb76588eb59a97faf32b683a8b 100644 (file)
@@ -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 <sysdep.h>
 
index 064c939fce522cdd394796c58d2db1b3e08f7fea..1d65c262ff7397a8af6e1d39a593b6b22c81be41 100644 (file)
@@ -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 <sysdep.h>
 
index bc638d64cc15ede596d204d82332c1a7f9aca46b..e0d628665fcd6d1f133fe3f8ba51314a67af17b2 100644 (file)
@@ -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 <libm-alias-ldouble.h>
 #include <machine/asm.h>
index 1c9a11c9ad2fcbf8031a24fc98878394f6ee2ad7..2f7192777cc9ea9ff05c702fe7fc4d3834708753 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 7b47be4f13ce0e22eae83d8a580d9e53f798f187..3a00c134c09e4d0dd592619a923f89c54fffcf91 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index cf4c46e68341acd6a046b489bc6c1b33cc270433..1405542a2bcce64a4fdbb468973cd75a889c4236 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 769f638cfda496eab6179e4184879f1f814146cd..f432c6eea87719b4d630d78d06fb0dacb5be3b09 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 601f6aa35ff6297184aa5c5c41258cfb156751f7..db97e09f43e50417572faf03980d4fea95e1560b 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index fb4a246395e9bd36df3068396a1411719f1463eb..4c450796f65f14bb1dd7a528141bc4f87b60da1f 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 89e580f3500365f1abc0c5c32b68c24a528fe3e2..9dcfbeb7f12350948f938d6844e72e8784a5c7d3 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 1d4dbe8faafd76df3a489f4330dcc3ca9a47f909..79e8719672a3f3f103fc8d403d420bf265aed02a 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 9be22a5a42330e78ddd0800de510cf9d349d5bf5..41d92a69ececf38eb8ae898063358d6fdd80efa0 100644 (file)
@@ -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 "svml_d_exp_data.h"
 
index 04957ebb315714ba545b51405487a6d8dd6b5cec..94e2823bffcbea926cbb99a7a99cc53a2f5eb824 100644 (file)
@@ -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 D_EXP_DATA_H
 #define D_EXP_DATA_H
index d3373963c68123b0db32306396449c9fe8d59fec..ae3fb6689b6d46ed79ed37e396964263af324941 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index a6c80f4966af787b52ecd265726d9734429a4edc..078e90c07eb634f65146c03cb47f7a62dfc912b7 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index d33193673f717eb4c35a33eb0b05f9ce2cfaf1fb..ceaa331fde8064f1cd4af69e1676f17593cd148b 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 307d489a655188913ed284b5e84fb686a48bdeb0..4964cf98f370a209c5d79ab854b6e83673745b02 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 663f7e0374fe222e65e07c8597328f0a7c356263..1edc9510416c6760ca7672bf66faf191b5c8fd0e 100644 (file)
@@ -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 "svml_d_log_data.h"
 
index 11d4331259797c9ef990b38aa78475707e218b2b..96b9c4c9f256d07db139238519ca4b0494b830f5 100644 (file)
@@ -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 D_LOG_DATA_H
 #define D_LOG_DATA_H
index f28c359282cb1bfc56719ae30fc4b1a0c2a52cff..c46d11b1a352e72d71bb765c0595089b24eb43c4 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index facae442b4ce4048b2531656367d28e57aa02549..77869a3fe84e9cb7b01ff84e960954924133cad1 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index c5ec4d9cdfbf46c1c87a91d00a3373e76d626089..edb300af2377cc92a635ff7afee1f042a071dac8 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 82e77de9723c7b437e87875f92b32ffbbea89ad4..2196d07fb2cc3fafd51095c78fd3b9ec31fa3e46 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 19eec391cd4930dc26147d1c433c74a15e209a1e..089e6e0bbaf6637e380640a27165b2ca582f6c35 100644 (file)
@@ -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 "svml_d_pow_data.h"
 
index 51d1bf58f878e692076ccfe68347f38109c39e5e..a571d7d20be13ab7181c633c98907e9703f13fd5 100644 (file)
@@ -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 D_POW_DATA_H
 #define D_POW_DATA_H
index 716360af43a94928db1207f38e43d57b5832607c..7557720c2de3234224736b9edaa56cd252f1cc83 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index c5a1372ec39ee4692331887068b43d66038aebae..69b9dbebfa2e76ea6f659a0e7326a35e8ef059ab 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index ea20b81897e13c8554bc76060dbd5fd9f356db0b..b83036bf9de6a950a7388296b1e616a068c84715 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 88465a4195ac87ae02ccd2105a3938aa916973f0..2c3e258251b995e2eb7b60c0a3e618f1d3d8a307 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index e38c4884b42e530547af6eb55571e5d868d0157e..b768619b976709e773074fbed0aa71e1bbb7cba2 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 533d1c813b0f92305c9ec0b8a353303e239545c3..e9ec8ac93949d6ab7737552d2c574ef39cf8828b 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 2bd2013966f7635dfa7ddb1b9519dfa1a3966aa6..eea92608a34c69ce76f18d9b5f0fb2a19c627abf 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index 4dcb48ff6c502b37f014678f8381dbcbf29be8a3..53f79872c8a351e9ece45be69a77eda0a98b9b9a 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_d_wrapper_impl.h"
index ffadd054b8b297dea8250845950b3b54bc6892ad..12fe31e260587fde3cf37264efafb0839a2a10c8 100644 (file)
@@ -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 "svml_d_trig_data.h"
 
index cd6911f21eb19497416fa8453bafc8b007509758..a6bdd9445d4ab5ce94e020cccc09623191a974ab 100644 (file)
@@ -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 D_TRIG_DATA_H
 #define D_TRIG_DATA_H
index daccfecf6e41b6a5fa3a4406821ca974b8cbe016..fe97c9164a98e8a2d31e98633792eb90c03af2c1 100644 (file)
@@ -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/>.  */
 
 /* SSE2 ISA version as wrapper to scalar.  */
 .macro WRAPPER_IMPL_SSE2 callee
index c6008e9a24730bd3f3d514e13cb99c8d4a98ce7c..128d3267488aa6ceb4a3c5e88e7aeebc92e45cc3 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 622e9a3077cd57b5a457618404ba2cc1e3dc82cc..4b7fd8a7e2948693d9be92f8c7c5bf6ce299e1eb 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 8be2eafb3200c39f7e9cf65999c433ee98de0cf9..38f8c11945080945777338bdec8af30dff67438c 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 381ec63696e16f831d90e63b75f72d8660df4203..211fe79d04ff7e065ec2d3460f02a23d41441c50 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 4dbe58b1510b5ecfed88dfc46d8d4f987917e46a..bd13e231dc8744ef1d11f3b2fa9fc191f1f2e2a1 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 4ccfe803063f0c04cd9095b4c64c77edb1e9ae94..9f364223046c0e2585d1eb059dc22558ec0ca494 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 426b37f885261adb174b46346bb0040bdaab5089..486cd834369a50b5423f0bf6dc4f1821280cb721 100644 (file)
@@ -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 <sysdep.h>
index b8ef5afe9bbf2d757b86bf64568647aeed51bb0c..0888936ab1b6c7326e57afa33cd31a1d06425387 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 026a3e8243b6a39a70bffc931e03f7a3a6a82e52..8bbfdf87cf11bd906a5c18bb7de92a9c102e593a 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 2323df9cd7fd5bdc7ad243404155db6a223f7d1e..cc6a7ecb0e94ecb89377de00b5b7fd4318da4877 100644 (file)
@@ -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 "svml_s_expf_data.h"
 
index 55a31921c0614d48b24f28fbdd1242ba4a013cd3..a09db9af821d8c45941504728f7487d10ac07942 100644 (file)
@@ -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 S_EXPF_DATA_H
 #define S_EXPF_DATA_H
index c60306ae57814c1d1d2d91c4921eaf6531283220..cb8e889f33f3d33d444b4edbfa537df084df49d7 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 519ae44bcb93bcaafcf35f670362c82a36ea62e5..d0f480bce3eaa8b4b8f7dc65d8b24b27840ddb72 100644 (file)
@@ -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 <sysdep.h>
index a9eeb07967e0cb3acbb69f949c1dd75f092409cc..8885d27a041b650909683474ab1f2651df9c359a 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 5b560a2658632fc8accd2f4704306128f940ad9c..cd4929c1bfa1da9ac08e05227db97dd485d87f0b 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index ff221d28d4ada2a6af920fd06926d9b4fd08f781..c5a0ad0680ff6e63060ebfa3dcc17c509a9964dc 100644 (file)
@@ -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 "svml_s_logf_data.h"
 
index 9ac9df9e39b4f11601d47a0fa9b72a503c8f5ec3..b8758076ebae8e432fe2edfff8036c080d166515 100644 (file)
@@ -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 S_LOGF_DATA_H
 #define S_LOGF_DATA_H
index f8856b1cfea68fc8d4006fb0ef5841fd423844a7..015f17b3ce7e0a722e59ea087b57b1cc94061cbb 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 7e2a02830a8e0052868ab0d84648dfb1c5b5e65e..5182a2b252766793a002c2697e35120af976f6f4 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 867fb5f31b4127bbb0e48d17e4f30ba7885b5ef1..ee44bde294365092c33738fdc16d4a30a0f52da9 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 37570d8c47c0ce7b4e439fcba872ce8945a8777d..bac65b0199c43b483ed1e1f8b1dfcb3cb8f1e82a 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index e15bf047a35e65fdf8190afda490009b7435bc76..d86a13f5bf59d37076710539ad7766059c909d85 100644 (file)
@@ -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 "svml_s_powf_data.h"
 
index 044d8a50a07e5ec844e5d9909eb73e42f191b284..f78199f39612e28d5e75fd8763a0c76c5e08badd 100644 (file)
@@ -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 S_POWF_DATA_H
 #define S_POWF_DATA_H
index d4a53c254c712a94e19df1d4f3de6fc0a00527d8..730df85678bb3318f514dc089538eb553e5f2bc1 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 6026d58919fb138d3431dae70c3a27114df37956..f092f95c5551955f47c09363b13f4b5af83454ec 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 48e4c60e2440e9c49003cbb6c9a7dc69bd9c6ebe..36b03b2cd4657c08d97c0d92f02af623f6bc0b8e 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 6d1ff7f379c331175abbcc134020b36ef7995b30..1af79eae0921af38bac846d1f9a972ee76f3c0bf 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 8e5258b5d24bc6657fe3e8500300b258a37b50e8..27a56b9fb6cb3d4604d725adf0634008420cf8f7 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 9ddb66081b7b80d93c259e7ec1823d74ec5d5404..d4bb2963021545bc96e2ddb82f880b5e0aa56f75 100644 (file)
@@ -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 <sysdep.h>
index 5dae79deb4b36d617b3ee05d24c2e1fba27460de..84768acbe68b793ec6c9765b32ac8f53696ce884 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index f9c8f98dc87165e9eb119d9d7663e4d5e832becd..13bd3abdac1a4522a0e75a1031a863b5e67c857f 100644 (file)
@@ -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 <sysdep.h>
 #include "svml_s_wrapper_impl.h"
index 28209bb3d4b5e60ab6dd4216327fb510d6dfdcff..dcaba08dd62168f1abbc64df1b734b4fc6d939a2 100644 (file)
@@ -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 "svml_s_trig_data.h"
 
index a782163b039e9954e836d9a3a86dc0548746fd66..531f1e9b480c4fb6f3f4f051d5d8ebf940e27ccc 100644 (file)
@@ -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 S_TRIG_DATA_H
 #define S_TRIG_DATA_H
index d3c119cad5810123e656f59821215e1473b0cbaa..6a0a0b568570928aa8bd6d8113748a7ee1e718a1 100644 (file)
@@ -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/>.  */
 
 /* SSE2 ISA version as wrapper to scalar.  */
 .macro WRAPPER_IMPL_SSE2 callee
index e57c00d9241fb1e99a02c16d25158a4f2e247d65..8c6ec5da92ca66657b1bdd2bd17aba12eac2686e 100644 (file)
@@ -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 <math.h>
 #include <stdlib.h>
index 340cf8bb6fbf267ddefc6308b74ad8207cdf67c4..210e9435a0adcea070db958d7af96dde109c5ea1 100644 (file)
@@ -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/>.  */
 
 extern int
 test_finite_alias (void);
index 0df10324ba3f6954f5a4d204ec7d493f83dfee61..1f1568ddd991e8d66b64420f503bbf87390801cf 100644 (file)
@@ -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 <math.h>
 
index ea683123f4503feefb5ca7a7092af660002833b1..78e50fd76a0967d3e83c52a14512d333212a313a 100644 (file)
@@ -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 <math-tests-arch.h>
 
index 74bff18f862c853576c13e424b0104a6c5a6b641..08c6d87e4a935479bdc3b020ccaef1e727ff6e58 100644 (file)
@@ -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 "test-double-vlen2.h"
 #include "test-math-vector-sincos.h"
index 3e2ca9999195aa08c73e7125b24d9d1b53a0bb48..ff4630b91ee979d80f2272a84510ca65af2fafb8 100644 (file)
@@ -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 "test-double-vlen4.h"
 #include "test-math-vector-sincos.h"
index ef728f6508312bde1a82ae02921f0d9caa6a708d..eace9b6d00291212067903c2d8ca69a10e27bc97 100644 (file)
@@ -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 <test-double-vlen4.h>
 
index b904b394ce6f12624837bf14e0e7ed1a13c8821b..2306166fe9caa2e41a553836fe1e30d3310a3edb 100644 (file)
@@ -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 "test-double-vlen4.h"
 #include "test-math-vector-sincos.h"
index a61bb008f947eaee11a586458cda92893f18c8c3..39d16196ddf2b1fa3025bdb44be17e61a6f62342 100644 (file)
@@ -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_next <test-double-vlen4.h>
 
index 892f7a193ec404f55fdf397f142a0a2d37b14a8d..7baae5842e1aff7b8c032fd588eb6def96766c20 100644 (file)
@@ -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 "test-double-vlen8.h"
 #include "test-math-vector-sincos.h"
index 33ad2c4745b47a22ed20a67097dad7362ba06d0d..a2dcd59dbb1102bf853eea8a35af6644449c5b52 100644 (file)
@@ -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_next <test-double-vlen8.h>
 
index abe16ee209a2d0d571362294fc15a93787c5bb9b..dfc7eb3b3980cdc7d63f6e7bda7c11c6d5fd2bd6 100644 (file)
@@ -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 <math.h>
 #include <stdlib.h>
index 340cf8bb6fbf267ddefc6308b74ad8207cdf67c4..210e9435a0adcea070db958d7af96dde109c5ea1 100644 (file)
@@ -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/>.  */
 
 extern int
 test_finite_alias (void);
index 30b48efd43c972cb675e5e97756b72c9d8d66c69..f00e708c165f762fb5f3c5bf2247ae1bbca60f84 100644 (file)
@@ -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 <math.h>
 
index 0b6d4ff6275f1a6c06d93b59f330c88b8705d9b9..cc86aca336b133d5b7a26eaf0b00f7290ca14b1d 100644 (file)
@@ -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 <math-tests-arch.h>
 
index e492df5d101cc543595c32a787998bdbbb63f388..ca91f795ecf7ebe971dd0acd8464cd7baf2b59ae 100644 (file)
@@ -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 "test-float-vlen16.h"
 #include "test-math-vector-sincos.h"
index f435aaf24e353773be215a453bfd8a76a06202f1..93b9e914bcba22ac24695e2d1cbfb8bc95d86140 100644 (file)
@@ -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_next <test-float-vlen16.h>
 
index d0672d5594d083b1bc2ad580364d39ab3a41c254..f6ed0eb849504bba632badf3682d4e85d151f030 100644 (file)
@@ -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 "test-float-vlen4.h"
 #include "test-math-vector-sincos.h"
index f94f4083c9dfe3b0c0dc37f57079f5acf654cde0..caba3fb3472baabbeeec34ac5bdfaf12cebbd124 100644 (file)
@@ -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 "test-float-vlen8.h"
 #include "test-math-vector-sincos.h"
index cccbff90fc9c047a7dda8ea4a9ed1d4cf8cf42ed..2b145db7ce8c1ad3448d25d9da8f61c5c59d48d0 100644 (file)
@@ -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 <test-float-vlen8.h>
 
index 95c74a4a6f04717325c6643f58fba7d4ff846f85..5903a64144989ddfca5109f16fe08f954add60e6 100644 (file)
@@ -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 "test-float-vlen8.h"
 #include "test-math-vector-sincos.h"
index a7d295c76f3f45edb74d8b958db961e5471197fd..eb056c2cba95f6c85f263aa052cd4d1d5611804b 100644 (file)
@@ -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_next <test-float-vlen8.h>
 
index b5fe71d5b30001e71cf039df4322fe602075a77a..8a68a0f0d3b37b14d0313a645832f0633d3fe459 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define N 4000
 FLOAT log_arg[N];
index ff69ad8e46453d46db4496511baf3f7f5367b4c8..a0a43740e481c490e16372dbf50cf2c65383084f 100644 (file)
@@ -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 _X86_64_MATH_ASM_H
 #define _X86_64_MATH_ASM_H 1
index b774f9aedde2412577d9f80cb5fe539d64202088..e4ee2ed773cdf3d7a29cd72bd170bf71240e06ca 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 12291cc56d360bd68802b1f89382efc2a5278064..03b3dad4df7730505163ee5c37e3df7c7fe3f5a9 100644 (file)
@@ -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 <stdlib.h>
 
index 2ebb785c4d21978574dd9de5f23541c18b3cd48f..f396bb245fa1cb196daad535e3c0af93e8117866 100644 (file)
@@ -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 <emmintrin.h>
 
index 61cac5b754572b6356c8c0ebd520b1777cfd98d9..f2bfc4743fa96f46dc40adbdc20b4cf533b4020d 100644 (file)
@@ -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 _ISA_H
 #define _ISA_H
index ea94a1f90554deecceaf995ca5ee485ae8bffab7..9e48cbe76ca76f8c71182264c9b1d1556d0c099f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We only need to save callee-saved registers plus stackpointer and
    program counter.  */
index 0c9c487802768dbd5d9e0b48af03bb6ac54e4139..3257128a58ba60df9d15a07922069e61bd59dd3c 100644 (file)
@@ -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 <setjmp.h>
 #include <jmpbuf-offsets.h>
index aa312e2a858e98bb392d09eeeedd634077f4d746..be32b5c7f04068b100bcaf08bdd23ff0527bd1ac 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index f5943cb7877d2af0a32dadf1e9eb62ae7c81d66b..8c8d5bc7a7c5cff0a3d06d40057e49ed83352536 100644 (file)
@@ -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 <sysdep.h>
 
index ec963652171612d3fda3d703116095ec4f5e61e5..b1de9baf8dca278b13a32df90f172817b9918921 100644 (file)
@@ -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 <sysdep.h>
 
index 1322bb3b92bd252faea5809ef137aa86497031db..2f59e0973d311a629c44bcc79af609ebcbd64f2d 100644 (file)
@@ -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 <sysdep.h>
 
index d64e650800f583826a4de6e0f38fb3fdc411f022..a2cbd5992bbee6f7786ee7f8548c3e5b3412bc12 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 9baf06bc9a57ace47d9f3566cea668448fe02e4d..68d8ddcbb00595ed277575a23f9af46db168b3ef 100644 (file)
@@ -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 <sysdep.h>
 
index d789c42b7d7f8dd2b130c05fe0b579c18bc6a2e5..e81df7744514f94acbf72c2dcbffcebc69033c65 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index d2c01b1475993aa6274312edbfe29fc652207811..e15f2eed22d655a96f4a7f938877c785b30c0da3 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 131796aefcb6b1f093adbf81b040eee71ec6022e..ba77bbc1938afadf91d88d01cab8d931735ca1d5 100644 (file)
@@ -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 <sysdep.h>
 
index 049402e93cac2f1214ba1d3f3836bb93527cc6f1..10e9bc0074fbf68eb6e1c6c584002ec130170866 100644 (file)
@@ -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 <sysdep.h>
 
index ba135c374930733ddded70f51ad614488968774e..826049e53fbce73b60673dd3910516b18d811ec4 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index a368efc7f5f3377d5c2649088494584bda033302..9e9dad07924864dc0bbc00c62e8435e14365dafc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 GETSP() ({ register uintptr_t stack_ptr asm ("rsp"); stack_ptr; })
 #define GETTIME(low,high) asm ("rdtsc" : "=a" (low), "=d" (high))
index 4bfd65e7902733f0423d57b602db799f8518068d..117c77cca0b4d1427558cea565f8d0ae20a546eb 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index a70b62d95039e2a6940feb14350e17783ed8722a..8aed50cf542baa3bf2ad77aa082e168d3e077527 100644 (file)
@@ -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 <init-arch.h>
 
index 39a45d0742159c74bd82c0864c1f517b70d56320..f0a7766de2bbe18ce0e3559ca2ce35780f2c45e9 100644 (file)
@@ -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 <string.h>
index 945529f1c945919b18d5c9f0618829f795cd5433..ef25ded451f47a9f3659681c62e9da3fd7765d4f 100644 (file)
@@ -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 <init-arch.h>
 
index 9d63ee5de178ffabf7073dcf57418ebc3e73e5c1..9ba770f44879949c6f07232825cce6ccb58674d1 100644 (file)
@@ -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 <init-arch.h>
 
index c98d7577fc0adf82c72b88bd242a4923980025ca..0c25eae4a48d5c9400a7fbd3d738448fe28f9603 100644 (file)
@@ -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 <init-arch.h>
 
index 7d69984fb0ddede8eff4e0e0a865d11374843ca4..b736e336c74347b3b7762068c33b6b0a0ea96f55 100644 (file)
@@ -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 <init-arch.h>
 
index 546c3c0a96759ab2ee797a8e2bf2e2d44ae156d2..17704ba8412c4999534a214a3d46779792a4e92b 100644 (file)
@@ -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 <init-arch.h>
 
index bc6a70fc7c31db6ffdb1f412b16def2672bf1b8b..74a385af74c44c3300ea7e4bb8f6af2ee38a12b6 100644 (file)
@@ -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 <init-arch.h>
 
index f480b822884f02cc7693308af2133dcdaa045c74..57a220eb8f03c258fa1b16297ae0edf64e9a9188 100644 (file)
@@ -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 <init-arch.h>
 
index cfec1657b6a132a8ee6155a0dc0bda02c1067e3d..d210addd7109f127605ef0e8abb66a4de720d1bb 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index be3abde701fc660a6588934faf037880f242e941..1d8a0b57760c363dd203909d7fe505467102b905 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define memchr __memchr_sse2
index 45e575be8fc8d9758eb054570caad11aa460d78e..cda995d589360f5acaec1f920ab9ae913db1c8d1 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc. */
 #if IS_IN (libc)
index d779639a6137b967104ee17b5dedaf4cee4d3fd2..1a23561095333ef8a8680fbcaad57061ff128483 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 0262e45b06d0e3b504f3538c9927256e60612471..8905dd07eced7a12c51afdc10bd22810a230602d 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define memcmp __memcmp_sse2
index c8f67318a4b9626fed926906228c9aab8c808caa..e22f2d683b242cf263d29bdd80957f12e05dbef9 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index c77d1fd0dc0c2e9967f3b922b5922c10318d807b..698d4dec5ff9c0113dc2b6a0a5ee0d0d17def7c0 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index d30952ebde1234ad1658233e25c241df0ee4c715..b06fe8b22a61dc6a22c7f6e27be01fd24ff96e79 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index b9188cbcfb9a58662279135f964413fb3f73e3b5..fc4b45f9fdcb8d0a3457dcfbb2fdf31bc4661921 100644 (file)
@@ -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 <sysdep.h>
 
index 8f683154183af36ac57b97fa473173afb5b9cebe..580b630cee3816b186909dd51437cd59ce5e8071 100644 (file)
@@ -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 <sysdep.h>
 
index e0a30799cdd5a499ec56adaaf86543ae40d25943..74bedc10a4c1f405e6ca82c412f74a9c83216dc3 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 80ed06056277ff2e2df1c22aa1ead4324c9ea486..6dece43e4e815d59bac3ba7a6c5fdb0fe741e391 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc) && !defined SHARED
 # include <sysdeps/x86_64/memcpy_chk.S>
index 986c341006578182a5d3973d0f7c91cdd67ea712..695c675101dc2fc1b80af07626280ca95ac54161 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.so. */
 #if IS_IN (libc) && defined SHARED
index 27df2baab58f4da83bb2c8e4218bc93d8d75cee7..3ce09975e56f5efcb70bc8a3b459c46fc6121232 100644 (file)
@@ -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 <sysdep.h>
 
index 047b65d7724071d6a55c2b421352b0760544f999..6ff53de3d927493e7ce9695a4fe47222c94ddb5c 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define MEMMOVE_SYMBOL(p,s)   p##_sse2_##s
index 2e9d86bd33125a0c8df14304e1fe060efda2952d..a7100098ee86fe3831d692eb34d3acef1b2e0b88 100644 (file)
@@ -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/>.  */
 
 /* memmove/memcpy/mempcpy is implemented as:
    1. Use overlapping load and store to avoid branch.
index b3d6255b90d7ff72764a5520d153e31e4531156a..61a18a2c081e67d723f746b3f79406bc3ca92abe 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 8ce650b2ce91fafab423a3f0d8e0593ec0e92794..bd79230b5e695919e56656977a041ab43e501a5e 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc) && !defined SHARED
 # include <sysdeps/x86_64/memmove_chk.S>
index 3ea2550bf7eb0f6e46e06d0a41f8299b74be1638..718394f554680ba6eac55942a1ebc1034ac857e4 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.so. */
 #if IS_IN (libc) && defined SHARED
index 15cc5bb2c9b3afe6d1e7af5f1a7f2d2748364859..5c5ac6f7fe10416dac10b95107b5f3d241aa21ce 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 809e5c693f32d2edb36785f3aa4148290021be89..af5bcb5fd8164373696d020372f7886a8e640f6f 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc) && !defined SHARED
 # include <sysdeps/x86_64/mempcpy_chk.S>
index 0a59bfe231a152c35fa9adec98caa4ec8feaf2e4..088a7d7d6fde9e49ba8f4e2bcaa2dae8177031e1 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.so. */
 #if IS_IN (libc) && defined SHARED
index e19a732396797c5d2254ca08097b1897992a8df7..8da5dbbf77c507521057a0d22883733a63bf1aa3 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 1b346888d996749a2b2831b973ae4c37ecedab05..fc67866cf38c979b3fd2a2c77b8fd694da44aee5 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __memrchr __memrchr_sse2
index ba5786f20bfbf82f74fdcaeb0dee6771c245d81d..dcab0adab69ee69c7d476b76026018d4da4c007b 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index cd7a32c7c2deb5138e6fbca54b1fc7d560946279..47c564ae5a2101f3a8af0fa86862ab4a4477c04c 100644 (file)
@@ -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 <sysdep.h>
 
index 14fcf83189ac42c9beb9ff3523ec30c1f092b0c6..05ca61c2f8df3efde218e1d4861f42db94ac9ae5 100644 (file)
@@ -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 <sysdep.h>
 #include <shlib-compat.h>
index 5e0d307d859f46fb9453dcffdea6874b30c96b1f..50dd69c7cad7c9051426766cb26cd775d7cfb872 100644 (file)
@@ -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/>.  */
 
 /* memset is implemented as:
    1. Use overlapping store to avoid branch.
index cd5563ef2a3bed5cbb95c5096f5e4c8ce76be108..5eedcdbc1b8f9e212577425f9406f4f70e8682fc 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 910e157f7bb47e297641851989aa8c386f4c824d..ce8e19cc8d9ca9101ba08b808e9ac615f455fa61 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc) && !defined SHARED
 # include <sysdeps/x86_64/memset_chk.S>
index 4635bc8e30368a54191191a45c9774a14c00aacf..ced2738a8f3d5607939a9d9ecbaefb10d07a325a 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.so. */
 #if IS_IN (libc) && defined SHARED
index cd863cafec699650244ea5def69a5aa51563759e..fdbdd2efba0f2ad036f5680f441a2fbbc8ff098e 100644 (file)
@@ -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 multiple versions only for the definition in libc. */
 #if IS_IN (libc)
index 29db81a81fd510415e10bce23cbe2806e272a5c6..9d9f973b85120cd242da5cc55727e8a0ec0a2ff6 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index f614e8273ced8b96c8493e0acd92fab07441d8d0..77b0f714073bbf69913d53606722779ed07b3acd 100644 (file)
@@ -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 <sched.h>
 #include "init-arch.h"
index f03cc74b47c9b075d71064833186896a7f9466ba..879e2c91738f7b76810db4cafc483e46f8137843 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index fabe03204bca73826ea7c26a3c2928233531a412..26eacd3f2762b00a47e0f65497c7aed8f50741e9 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 3b618e7491d05c72ddfdd1dcc81871ea740e7453..36d017614532c9210f5def5df87ec0e417a92715 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index cff37b29151b251cb3fd11933c303b72ef314260..0c56e0fa9b829ee17a1ff051fa9b85b7457ac902 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 79ac8d8e5f7a7ebb60df280b916b84563276bf31..6c6b16a2356b4bda9a973f3c3db7474b9bc7d7e6 100644 (file)
@@ -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 STRCMP_SSE42 __strcasecmp_l_avx
 #define USE_AVX 1
index 7e0747e6f6b18b0a4bdc0aeca1ea31ffdd32f068..cc1562f12e4b2a2885915e3fad4c1e24c99f20d5 100644 (file)
@@ -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 STRCMP __strcasecmp_l_sse2
 #define USE_AS_STRCASECMP_L
index 8c0a526c46caddc80ec3e8039a7d53dbf9f0c55b..8a0953a67d9e7e9334f9341b3a244129597a23fa 100644 (file)
@@ -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 STRCMP_SSE42 __strcasecmp_l_sse42
 #define USE_AS_STRCASECMP_L
index 2b8547ea66ff3a266d59d012a1c1cac9cefaed61..05c7dbf3cbe2d11d6e7481bba719cfb83eddf507 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index b062356427677ca69c1e605f46969c066e3cd45e..7ad992ba43849bd33cbc282dda228120880c75b5 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 8a837c4b5a4e8aa36845f35b89c41b716561f337..1004da1f803b419afb45e3032d6dce89874ad681 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 3b46d471b5f38e116b85fc3598ad431a47e3e245..ccccc74e2c4a75a9a3917d37b042374c3a23be94 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 6a03ff2d114a2e3813a8a102e470201ce9b1ab10..3af2a5eef42cf57c24c84e3bf195a4b894178442 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 92c360afc475a9bb980e9c6bba1f8db5a83df459..7d53e351ef41fb9c760ada324cbc329ff2dd47e5 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 71b1a1d06ef0603b84d1c41f69311977e8b25475..5dd290a6c0a129f07f79d5c84b4cfbf922ee8503 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 05311964902c1b4bd22362296a81846926579301..e7a20b18aa0b89430d5234f4458aa4f3dba629dd 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 86d3d0c4b673136b23298adb2a3c18ff8e65b263..86fd1599f0cc227b0adbccdc2cb56abd41cc9ec0 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strchr __strchr_sse2
index 5bc6eb3339acd4a6f0682137ea32f06d9bfb3701..9ff0b63b6de60e72c7bbfb931bec3c9828d26ea7 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 25e41eea7f3d95824bd469f8f2db953e1f2674c6..f94f234ed2fabfb8d7fb7a25a65e3e0899eff0ee 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __strchrnul __strchrnul_sse2
index ce0459e0b0916ea069edcd02c8f28674d3860d04..f14b539393eb1680cd6c974265f46126c242b002 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index b32a5e3528b24ff1c7c14599adee874382eedc11..2f445e693015726f3668a1fdb744b3a632dd3582 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index d017b252b48a9106529f05dec150efe27b6f0e90..59855aa734fc7f5f0e2ea43481f8be97303eae27 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index e36df29f69466f571d2c74a14f53dbcdf231f396..1dfba177a878e74eb0394479ce0c9d7848091731 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <sysdep.h>
index 73bbe5c9e1d84cd1095d7438d247bcc1a2fd401b..ccac8068caa4d4d8a1007fd11ea719bdefb0eed8 100644 (file)
@@ -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 <sysdep.h>
 
index 5c03e06e4c9363c5b9475709c6f28b14e55f04dc..924041d5fe54a5be50e296d8c671ebfd7746e48e 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include "strcmp-sse42.S"
index ed319704c2e50134d7300f99e05a0f87e1ab6994..e221b8d45ff3c6c20f18bf038accf793835f406e 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index e72a0cad7d576ee8d5f3c75b7a839048fabfc085..a12681188fbec36c5cfd0be10f66bef8e47d6456 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 0d6914e1133956c6503b2e38ab1bb768278435e7..456226d064e351f5f730e2f4528d3fd68114c4bb 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index d80292b9a8f9b691430857abb7d7847fc20ddf92..ec76c1e44929edaf69e5d59520f62621c574e9dc 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 39e6ad762c2f075b537502c157a5340d949088a6..b042beb22c417dcf3e2ab628375e0f5fcca08cf7 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 5e079edfcadc9bd395a4e04a7686e6bcec8ae6a0..8fa55116974e5697fdccdb059bafb0608f3b6d03 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 10cbb48aa69402908293ff978bf24eedfd28e24c..07deba1effc776154c56517d6d5d1af367708162 100644 (file)
@@ -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 <nmmintrin.h>
 #include <string.h>
index cdc2e51b65a53588e3b977418ed46780dcef6c32..abbd7e9345bc62c477c9c51239d64713dfe7c548 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index a6d7f20952c5fb8eb548fec7910f56362c923a2d..6d0b3ac2af2c96058a6457e5d57dd558958b9a52 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 3e7f14a84603ad5284c443fb0ae157ac99afb1e4..e131b55f568a967b5c7784219b5f72fa240befe6 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 6f5bfc7bde3b72f02e1bff908426eeb9fc95cdc2..353b3cba6baea859a5f350c45c2a5f6d60958ea8 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strlen __strlen_sse2
index 26d6e9b0b5c6d5796930ea127289a1be1076ea94..b1f6fe2e4e8fc91ea53a75603822d47a3f7fd089 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index f5dfa5c82521f95aff7d386d821849388d5247a4..a8ac5faff94483d61aa8c84f772af114eac6f29a 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index a9dadcca696b4ffd8412c3970e13ea8ece289f0e..5cc73a0f36b52e67bcd9e4bf4036276a6cafab26 100644 (file)
@@ -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 STRCMP_SSE42 __strncasecmp_l_avx
 #define USE_AVX 1
index 071b970da97920a5aabf0417953a88666c7f4faf..345929f21cbaac247719252513d07f56f056e121 100644 (file)
@@ -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 STRCMP __strncasecmp_l_sse2
 #define NO_NOLOCALE_ALIAS
index 9ec84be24fd026e411630cf82195dd6527ac4602..42ef481135416ce8432b63c26f9bd46d15abf2db 100644 (file)
@@ -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 STRCMP_SSE42 __strncasecmp_l_sse42
 #define USE_AS_STRNCASECMP_L
index 770532f803d064d31f229a58f83cea9e4401958b..656d7cf4b56fe75f7e68c8c77cc53978752eba20 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index b6cae40263818efd80867b0b7c9ffc12508d0ab3..438565768a2f0d63289fbd348a2cbb5667081ced 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index c9308d42deb18a3dad6ff1d60994360de4dbecb4..93d4dc4ea3edd1d7e7161d00a16989d470ecd51f 100644 (file)
@@ -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 <sysdep.h>
 
index 027542522488ff2eda3c4ab89916c3cf2f6c68d9..9fe4a81d0fcba1d4f8829fd845f05b83e822335b 100644 (file)
@@ -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 STRCMP_SSE42 __strncmp_sse42
 #define USE_AS_STRNCMP
index bd30bbb1e8bf47826898d774ec5a690a4878128c..d7b378941fc06a194c4d3cf30f4f9b5dbd483e82 100644 (file)
@@ -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 <sysdep.h>
 
index e7b29dea4a6ade5e78a72cb0e05b1516c55d5505..ae901f5b31156e5012c06264dcda5386c97aaba7 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index d6fd34671d788d2d9aa9a09415fec9aa6c8f8682..38b38c1646dc7a7e73893e6328925b4444f93af5 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index f17bba4935d9381fabc7cf5d922eef21e2d75b1e..29e574978eda0b9438148ce412771bd3d6489161 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __strnlen __strnlen_sse2
index cc9e605f00288c7113c9aeac50bedb7d162db69e..688dd83ed7c324ec48acf07ec28a5824d3a69dc3 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 1975bc85dc39fe7bc10d2f65b73676e688fcff18..59efe35ca70103edf613d56ef70ef8c6ff8bd3dc 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index 153c6af4acf46ffec68f608cb978ade42b6522e7..94917f1d4e2063aba918c672d6b05126d85de881 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index c66df12bff21b418de0cb5d36b57495e638cd6f9..53625292e5e95e03d73909f40d2da45803dfe64f 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index eb3cc2be249777fc53a8ea496e49e0427a584960..eaed3eaeac3241c9525837dea732686706e8587c 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define strrchr __strrchr_sse2
index 81676df753c46957da0a64fe57b21096f55fd1dc..977eb9f14fe662ffd6067d793c3d297ddabea78f 100644 (file)
@@ -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 multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 701493351a9189700f80982eb0b7b9b38a3331e0..f8ac62e5a3165bb0ab0f895fe63296d1de459a96 100644 (file)
@@ -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 <nmmintrin.h>
 #include <string.h>
index 5a60d58cd2ce52fdb13f4d1a3ba2201bf8c16059..028fbbff12e46529e2054ae5b1cabfe3407ef146 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 
index ee16119b2816aaf98910a3dcde135ebef9336bf7..c6968a85d6581717b0ec98ba181d2030f82aac51 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 33a021b6efb1717f2b3a055efedd73626a0d96e3..31afed598a2b5f91ea25d7e7f9dc9108fe415e59 100644 (file)
@@ -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 <sysdep.h>
 
index b06193e2a05117ff137f3d351f1ffd8d8431882c..3dc43d3606cdbab39722c8dfa374af2c381327ed 100644 (file)
@@ -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/>.  */
 
 /* Redefine strstr so that the compiler won't complain about the type
    mismatch with the IFUNC selector in strong_alias, below.  */
index 8251e4718c6d582d705969eed0db3a1b492cc45c..9d7a3b3e8dada670247d38d28d95cb000be0026e 100644 (file)
@@ -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 <cpu-features.h>
 #include <stdio.h>
index ee2415949aa5c4bfa414f2a03e3fbb16acac4d1c..8317b9203ea5e922ca7407003deecd98b10f42ff 100644 (file)
@@ -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 "varshift.h"
 
index 7c3de36b051a3977ac377d44e5bb648e5a016973..ee553a9e714d99db70f789d862b8f6ea012b88e8 100644 (file)
@@ -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 <stdint.h>
 #include <tmmintrin.h>
index 697cfbd0b1a284f9d82fef594ea3e3e02295b922..ebbdbb0f3143709f57d9d0b6392a76043e866fbe 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __wcschr __wcschr_sse2
index d004ae72143efa559cbe05f875da1e56c449a306..7c295599fb23535f3a592996633102b9c742cf7c 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 73a6320888712a37f7002e7f7dc0b33156321140..85839dab104db4b6f37fb06442026b0bb08b9ef6 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __wcscmp __wcscmp_sse2
index b6fc1d26dc279a4d482159dd8136b095fa658965..7fbf99a15b5f5967559d574791badaaa5e4af879 100644 (file)
@@ -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 multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 146e84538b60a96afb555a61684c01ccbe66e351..892abd1bec841836b155401229d039690b1c3422 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # include <sysdep.h>
index 96151b4963b8c2d4112f40a9f8984839aba6afec..26eebac66cf76f5a1f4c0a0fb62a7abefa59f77c 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 7ed681b8b7d7ec2219a7106a7cfaf71474975477..636fe98cee46abcaab3491b78a5c7c433bc82170 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define __wcslen __wcslen_sse2
index c23ce457d20e6131232638b2c095e85608d8ba43..90abb8ca8f906e8ec79e75027df4e6dba75b8566 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 2109890578e107e50853c8238a893cf59ea8c537..bc6240cc1a3d5c5f1098ac2b98c87f09e4a68f32 100644 (file)
@@ -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 WCSNCMP __wcsncmp_sse2
 #include <wcsmbs/wcsncmp.c>
index 1d6c0db0912f86c0a3268d63b140e07441cf599a..04cf08898c7611f058a2d6d6ffce623565775e57 100644 (file)
@@ -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 multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 3da11970c8178da767dee4c4b520930b9f125afa..4c69c5cd01a598513bcfc9201fc513884d42dca6 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index d082a498b025bf6d6f8a841c8fc1c3191ce3f2a8..14827183f91c6c0a1839c7731379d296e720af51 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc)
 # define wcsrchr __wcsrchr_sse2
index e6138db06350bf4fa8fe38446fbc95b4b09af987..4b70decec3da60c7e0b51ae13dedbdd674e4fdc5 100644 (file)
@@ -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 multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index eb2b34e951d9cb37fa47526fabf1161bffd02687..b5fd00265aae33ef6819bf0d853fa33cd5e09dac 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 826c90bb77c095b96ab84c33d53ef0818d1d87fc..fb03c97b582d0d71b8f6bd519ac8d47723e659b8 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index 2f2ec13829c8d3b9a1a954b763d4d577ea9ef86b..bd858ea075292e9c6fa6e36ab973686364c51e36 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.  */
 #if IS_IN (libc)
index dfd0677ccc0a17880ac9bff4a21fa0d5a3ed5edb..87b0e3a23d70e1b65f139fc01e6e93156f103305 100644 (file)
@@ -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/>.  */
 
 #if IS_IN (libc) && !defined SHARED
 # include <sysdeps/x86_64/wmemset_chk.S>
index 5aceff5469800b08a301273c45f7c12bb25ca435..f40dde3d267f3ee061ada8129d5b1f12d8e5ed5c 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Define multiple versions only for the definition in libc.so.  */
 #if IS_IN (libc) && defined SHARED
index 53947c0dc994750fa95db04cf1918e9335ce7bd5..36e6089513bc84ebd7ea9892cc8e76415d9cc57d 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
index 02f8b9d2ac7dc640e3914aa05fa04cb1b1cb1b8c..b3b4dd89fd1dcba16c7e6e838dd86c187cd2166a 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <lowlevellock.h>
 #include <sysdep.h>
index 56f5008552cb0f4cf17cb97d4dcdab0b1e83e3df..27f958560e4c1a21207fbb448884aad0e025eb81 100644 (file)
@@ -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 <pthread-errnos.h>
 #include <sysdep.h>
index e53207ac68f7a270bdcbb8a56cfc6e0793045bbf..07805bb6e84100f3d3324cfdc2311c0db6a7e81f 100644 (file)
@@ -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 <sysdep.h>
 
index fb6f4ffefa050e8561b31adfce396b04351da7dd..dc83b736199aa47243ef91c27e3615feea712dd6 100644 (file)
@@ -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/>.  */
 
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)
index e25430a92826855f62617c5b51c65cb8d194f898..2d4778a332d2a23e79347210f2139489c9e1f419 100644 (file)
@@ -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 _TLS_H
 #define _TLS_H 1
index 28188d4af4d5a6cd5fc1fd2d54ff7b4d77edb305..20f3e1671e701c848c4a6e5e9858b070df61b10e 100644 (file)
@@ -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 <sysdep.h>
 
index b42f7fef597563b255626edf7facf66c75341a3f..f2f446f792d99046d188407aea29f0ba72211b61 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #include "sysdep.h"
 #include "asm-syntax.h"
index 98531b5862485e2f1b909796b9b0ae9a9ac059a0..256e138c61d2847adb23b96f9b013ee96c78c3a5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 __amdfam10
 # define POPCNT(l) \
index 2f9fa8bc7db9a8a44f2fd59973abd89f09d2b4aa..fc6d4566c86416547a6dcc61156d2c4fd407a0d1 100644 (file)
@@ -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 <sysdep.h>
 #include <jmpbuf-offsets.h>
index 35fcc34d5a1c92c0298fc555edfb874661aea0ce..9d86926d5438988069095f9ed468f9129518ba7f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 contains a bit of information about the stack allocation
    of the processor.  */
index 24d59159a9b46e3edd548bfd2f1b1924c6c2eb29..ae08f98180e45f39402459747e462da8d94bb64d 100644 (file)
@@ -32,7 +32,7 @@
 
    You should have received a copy of the 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 is the canonical entry point, usually the first thing in the text
    segment.  The SVR4/i386 ABI (pages 3-31, 3-32) says that when the entry
index eca68e3398fa3ea4d2187819aeaba3f3e5463abf..e524a357e9571846f0333b56c317ad14ff9c62ca 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 6aa0973152763451c892eb79d763e3124c3fd2f9..75019056cfdde52130b069921578130116c053d6 100644 (file)
@@ -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 <sysdep.h>
 
index ef0da9ed40a0e8b081b55360bd7bbbf5f74f7932..913e559f33858bf8658b555e50cbba7002b76d0c 100644 (file)
@@ -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 <sysdep.h>
 
index f95463155a2de61128d8ea3414f9fa0e0a3c2dd0..95d06b675fb53267bf41285f1a6917d3f9811143 100644 (file)
@@ -17,7 +17,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index b3ed9d410b10bf857d611f9b72c38a2c87958ce1..c445428218ce8165ecf9aa5ce16600b8bb1b7eda 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 38ed6e8b4d8f0176c04c49672544b4fad8206099..1c59c454c375145eff1dce1b47cd2ecbd32eef43 100644 (file)
@@ -19,7 +19,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 #include "asm-syntax.h"
index 9ab357fc1a7c6a021cceb481fe8beb17c269c832..2a17e6c25989f86ebaa0bc84f9ef1bf7559265af 100644 (file)
@@ -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 <sysdep.h>
 
index 94914f2f2c7e3ff2b72ae11d954b709b9aa1bbfb..48c57e748893d12b8eb5dc52b8c30f0ea84f8db5 100644 (file)
@@ -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 <sysdep.h>
index ca1b67dd87ce1337bf6a63a290844f6b75c5fdde..2cf63e0a69a25a1353e6e525ea864351aa28ba94 100644 (file)
@@ -19,7 +19,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
index 9a40fc36dad372975a3e01358830d5adbf668976..a6422d908432b61ab403e1a5dc35d63dcf0fb5e7 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #define func __mpn_sub_n
 #define ADCSBB sbb
index 2882b28c42f03912702661b3e76d8d639872ddeb..a19eb2e7178de2c5a292f5c9dd03ac8e64e67757 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public License
    along with the GNU MP Library; see the file COPYING.LIB.  If not,
-   see <http://www.gnu.org/licenses/>.  */
+   see <https://www.gnu.org/licenses/>.  */
 
 #define func __mpn_submul_1
 #define ADDSUB sub
index 7b64be935b8be499ab8321888c188429a47ca236..e8c7af257c6ed1747b19613cb6bae2ed82cec8c6 100644 (file)
@@ -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 _X86_64_SYSDEP_H
 #define _X86_64_SYSDEP_H 1
index 488a488b70ffb0add5702046cd37b46b7ff73a73..3e0b9bfa522cc7ce28dfa2329ac95176b982a6d6 100644 (file)
@@ -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/>.  */
 
 #ifdef SHARED
 
index c2c24b2e89aca3b6d49e7abb23a383e68d4caf11..2ab228b2d47de0e1778030dc56c2df61bf28b76e 100644 (file)
@@ -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 <link.h>
 #include <ldsodefs.h>
index 0377169f6c13e76573d35d37c21ce08fd8395a47..8b7ca4caa9c35312fd53b6ecc3f870a9217b00c8 100644 (file)
@@ -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/>.  */
 
 #ifndef __ILP32__
 # define pltenter la_x86_64_gnu_pltenter
index 3be85a018e6f18d4525dbe411f8a557815bc5dbb..ff570237c15d36d505ac328b6e56b1875a6dc414 100644 (file)
@@ -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 <immintrin.h>
 #include <stdlib.h>
index 8769099e5164857f8fad76e29f09ea2ae63ebff8..33fedd0f917815533bcb0e7bec59a82d5bc9c6d7 100644 (file)
@@ -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 <cpuid.h>
 
index 4a68d7e952766e56fe012f5c5e4578222b2b81be..79cbab337e468c0ca0c643138381b54c8cfd7f05 100644 (file)
@@ -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 <immintrin.h>
 #include <stdlib.h>
index 7d102f51bddfbfd6899604f2af5cd4bc303cf486..8f8d26b2ea43d6b334542fc5985302c5de0b71b1 100644 (file)
@@ -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 <cpuid.h>
 
index b9cb530f04a44c7195648bc079f9ad3c33af182f..b6a83bd6e28a0c5d5f58023c8b4a90a0728483df 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 case for x86-64 preserved registers in dynamic linker.  */
 
index cb156d3a5f4de07328ee86f515ffaaad3b79050a..5b687c6f47a8ac8e5f753485bdabbdbc1df82956 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Verify that changing AVX512 registers in audit library won't affect
    function parameter passing/return.  */
index 3c59426d4f730688c227a1fb4755d4d32c7f6cbc..a51b528aeb7d3157ac4635d2a952b099f79c7934 100644 (file)
@@ -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 <immintrin.h>
 #include <stdlib.h>
index 9a01d70e11bd6af847956e6faaaddb03a353b701..09347ac29ab0a701db5b9566a6764bc7ce8afc3d 100644 (file)
@@ -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 <cpuid.h>
 
index 17921d03bfc1a4e12d5d8143f21789ccc51ac5ae..14de276a27d514fbb3532ef9e4c5de92052b14f4 100644 (file)
@@ -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 <immintrin.h>
 #include <stdlib.h>
index a29101e8fb90be7faeccf7121dc2616b1c53ec1c..97263b29334d06a6431380a1a016277839db3e3e 100644 (file)
@@ -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 <cpuid.h>
 
index 8b734da0480278466851cca6d823b46ab9c6f286..bdf16be8623919965b3e52361cc6ffd237bbd846 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 22939b2e4b3b8e88d6bc0662ba12332c83164099..96981d6c8013986b5fcf508b02b24c71f46b41c1 100644 (file)
@@ -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 <stdlib.h>
 
index 628db71c181089cfdafbfd4159d82522c687e1d5..218ae5bd19cf48de4e8f9fc58cc50b7202add7e2 100644 (file)
@@ -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/>.  */
 
 int
 preload (void)
index ec1fad7f99dbde742909f634e513d4ca1a4d9ee3..c00ac53ead8a182f20913a57d6f6e8da48d22f48 100644 (file)
@@ -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/>.  */
 
 int
 preload (void)
index 5a341f2760946480a99549d1f78758da3cd6b04f..c92b9a9a22e2b07b1b323b7949f148b192d4a2f7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 extern void foo (void);
 
index 6049b08fd5666e6138119d076b4dd918cbbb078e..e8c21b8811eb0112ebb754d4d0e93100801e78ae 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 BIAS
 # define BIAS  0x7fffffff
index abc94e3888c32ef9130ccf08f4fefbb36ec83e5a..3e8dc5cd4243df373e35ac8e17e2dece422155b2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 BIAS
 # define BIAS 0x7fff0000
index c521062535da68953d2f46d62e1d7eff72526de1..517f8bf6780a815e779c85c5e898417245a94b61 100644 (file)
@@ -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 <immintrin.h>
 #include <stdlib.h>
index a8e3c3def24765239775eeb7b93715b8fe792bb1..e11e19ede6d45f4aa578ff172d0bf2bc68ab78d8 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <stdint.h>
index 75aa3d77e7d6b7429dc0dcfe04382cf6f804c0ae..ff8bca5d966ecb495850afd82e069bbfcedf703b 100644 (file)
@@ -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/>.  */
 
 extern void foo (void);
 
index da676815dc7f6a91e1897dd1de05519d32dacd7d..dc4e6c0daf7737f864f1d398f74ace3c07f940ef 100644 (file)
@@ -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/>.  */
 
 void
 foo (void)
index 77cd96f9a740758e9aecbd285a6e481ec7b52224..1b0a36a36a143377a2c7975acbbd95164b086eca 100644 (file)
@@ -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 <sysdep.h>
 
index 352c722136fdf4460a2be8c70116b84da65ea96f..fb80796aabe50d17c09160dd4f5b8389283db7ee 100644 (file)
@@ -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 <sysdep.h>
 
index 9fb33941122b0c5b0b323a561e66f4f6b14b3059..172c00e7c5cb6828445d4a58776b6156196b005c 100644 (file)
@@ -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 <sysdep.h>
 
index 024a871f640e655775c72b611dca949eea43f724..30189354e45d50253544d156ee72491d2e67f5c7 100644 (file)
@@ -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 <sysdep.h>
 
index c74ac5f05bde7de170a4ce6888625c3b671f7cef..49ca0a4c6004781d3129847b26995cc332c3ecbd 100644 (file)
@@ -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 <sysdep.h>
 #include "asm-syntax.h"
index 49c4422a263624bed5ad861723fb774550c715a9..a7060a6e58988a617983b237f5df1ebae5eb5103 100644 (file)
@@ -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/>.  */
 
 /* Must allow <sysdeps/x86_64/dl-machine.h> to be included more than once.
    See #ifdef RESOLVE_MAP in sysdeps/x86_64/dl-machine.h.  */
index ccd8e34d28f821f18cb8d357b8216d185573e89f..06a92f5d068a783b0f03f461fb877c777b85b0ab 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-double.h>
index 09513511f7ad4c0c5bb197b6ca27f7de40f7a3fb..29017ad6dd401360839f46276fdaba8c432f80bc 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-float.h>
index 7f7670fb53783286810066b97c3820f9f398c406..ef074a3e402fa766372528eadfce91f3b07c4dc2 100644 (file)
@@ -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 <sysdep.h>
 #include <libm-alias-ldouble.h>
index 20ba96e88746ba7c7b8b5c9d156889642ecc3bf3..1e078dcb174a4d6d0f85137b6809d6045d130133 100644 (file)
@@ -16,7 +16,7 @@ License for more details.
 
 You should have received a copy of the GNU Lesser General Public License
 along with the GNU MP Library; see the file COPYING.LIB.  If not, see
-<http://www.gnu.org/licenses/>.  */
+<https://www.gnu.org/licenses/>.  */
 
 #if defined __GMP_H__ && ! defined _LONG_LONG_LIMB
 #error "Included too late for _LONG_LONG_LIMB to take effect"
index 34fa04afa3d12bcffc56b17759c4a19f6c7aa016..ad575f6850b353a11527773b72ce75adcfb7e944 100644 (file)
@@ -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 <sysdeps/x86_64/sysdep.h>
 
index 78a940863ee804b012f5b127f4eec49d9ca9145f..d9bbf67e653c695426a863d80d1f9bdd9804cca0 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define TEST_MAIN
 #include <string/test-string.h>
index 29a3daf1024d6a0c683dd3a411a719320892d289..2df15c3ae5ce2c3feec1681d9323caf003a52cff 100644 (file)
@@ -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 WIDE
 # define TEST_NAME "memchr"
index d8ae1a0813fd18f79acdccac96847e0da7e4d38d..d4e831a4804b32aa2dbee6f245fb8687665cc746 100644 (file)
@@ -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_MAIN
 #ifdef WIDE
index 9bd6fdb45a411bd57aae93cb4d83a91f993a6c88..162695739aec5f4a8283fa0e9f739c833fb216df 100644 (file)
@@ -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_MAIN
 #ifdef WIDE
index 66b71e1749a274ec5b2cee52d5d069565c7d90eb..4a3cbca3d1eb09281c4d75b7d6be590f28d035c4 100644 (file)
@@ -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_NAME "memcpy"
 #include "test-size_t.h"
index c83699c097966a1a5eae982361ddf3184a691955..6a86a63f27feae7281bd996351d493ab037d1c08 100644 (file)
@@ -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_NAME "memrchr"
 #include "test-size_t.h"
index 2c367af6cdba768bd2569b79e1979a90eb40110b..e5e499fb98cc705ff6c26a570f8ce455bae68be2 100644 (file)
@@ -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/>.  */
 
 #ifdef WIDE
 # define TEST_NAME "wmemset"
index 862335937b5fa427893113358a95ad83ab56c74e..2f21c739ea3b5031a6601de81ea20f543d40a6cb 100644 (file)
@@ -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_NAME "strncasecmp"
 #include "test-size_t.h"
index 54e6bd83efb7c5fc07d67c1e2011e59e0413e175..506d4df665ad303756cc8d52e76ade50da07c6d7 100644 (file)
@@ -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/>.  */
 
 #ifdef WIDE
 # define TEST_NAME "wcsncmp"
index 4dec71e6b3eaf5609ba2e1c265f60c5ba8586162..2b629865fb3050fbc31fc5e905dbefa6e45351d1 100644 (file)
@@ -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_NAME "strncpy"
 #include "test-size_t.h"
index 690a4a8a3119b44f9f256da9cbe402e64e349490..cf845bea71467ab3890cb90fdc2294b50a9107c7 100644 (file)
@@ -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/>.  */
 
 #ifdef WIDE
 # define TEST_NAME "wcsnlen"
index 4829647c1906bb4e8fcc89c1d0cdf1604463e8a1..ae94a734b36934f16f0972e2507d867a0cc6912d 100644 (file)
@@ -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 WIDE 1
 #include "tst-size_t-strncmp.c"
index 093b4bbe1b78d148c86bc82e5ecea32de07868b7..00ef9bd5f82d2e5fdb29727c6b8f42387d6f63f9 100644 (file)
@@ -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 WIDE 1
 #include "tst-size_t-strnlen.c"
index 877801d646855f71a99f73211c3914209805360d..94338b7ccf84fdbf5aec082c49b978707b6f8c29 100644 (file)
@@ -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 WIDE 1
 #include "tst-size_t-memchr.c"
index e8b5ffd0d52e53f8ee334c8e96f583f4afa0ab3b..fa37b5fafc86ef0b7f0124bb2888212347261e81 100644 (file)
@@ -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 WIDE 1
 #include "tst-size_t-memcmp.c"
index 955eb488c275526b6c1385f6f8cb858b082c68b7..9c2e8668e414d1b185c417a8c7ee334cc1967dc2 100644 (file)
@@ -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 WIDE 1
 #include "tst-size_t-memset.c"
index c62c1adf7e2be6af227e9a072d8f5a39a79c8c92..fa1db220100968799161b4955e26581d311692cd 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for sysvipc portion of the library.
index e7c98ac29e1b0b20a239c4aced7ae8cf5f18ec70..ae9682fd0f8551e6d78a78797c23bc871ee67b87 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/ipc.h>
 #include <sys/stat.h>
index bb5025996bb2537e18f67e719688df379420f912..7d803ea37bdd85415d22588fdce9e411e3e357f9 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/msg.h>
 #include <errno.h>
index e214454bf41ce89a019740d7a5380d876457ba91..4edd424436065a8d27b246f9ec74e835e851061f 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/msg.h>
 #include <errno.h>
index c717430d28171e50b764f02e7b5e67ca097c5c86..3b727890f4901d68470203037b79b01df932efcd 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/msg.h>
 #include <errno.h>
index d1afce42e0c3d57ad6461b20ad1e062da855e266..43051ace1209297e87f1a89f529688f55291ae4e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/msg.h>
 #include <errno.h>
index d0e9f2bf793dfba750bc5adf7d895968df6e864c..cee6be58dea17c55f3d29bff9b1794ce34922b8d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sem.h>
 #include <errno.h>
index 7e07d00db8715c30a4f3e8ca6a7c3e765bb897a7..707798b47acd97c666454a7983670ff1a66ae16e 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sem.h>
 #include <errno.h>
index 95565fa347b83fd4342cf4272afb0afc36c6c40f..580cc1465396f4c1557b28a14dcdd44a4aa05e26 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sem.h>
 #include <errno.h>
index d4d6fec5ac0a98f54f3a48017ddfe5c293f8f4bb..5ca4d47ee38e94fec8223f31b08ba3293f2b6a1b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/sem.h>
 #include <errno.h>
index 5b8b1f28865e749a9e47fa34b41ddac7453a95c8..54560e9f5605b82f8c1ae80e762789cf2cc23e1d 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/shm.h>
 #include <errno.h>
index 04328d9a10d3f3ee871a26c3c257fc5deb44a59a..913d5364555c4f29bc085440a351acc4c58faff0 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/shm.h>
 #include <errno.h>
index 4c58373d3c49f8ee04f27ef676061072f12e657c..9f9684d1de33de934be7ffeacded59cad6e1a7ed 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/shm.h>
 #include <errno.h>
index 1fa5c7cb376b453e2d6888eb7bd794f74d0af633..c4252aa80941c8ee8e152d726c96c844a473c77b 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/shm.h>
 #include <errno.h>
index 516e275d4904e929fa9b1638fef761d01eb3c322..6400fe3c354ccb34057b90a5faa04715719308bc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_IPC_H
 #define _SYS_IPC_H     1
index 1ce4672cc14d97e9c454764ed4ac5c7a013f0395..aee73bbe8335ae1e766658b96c3bd1c1c03fc391 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_MSG_H
 #define _SYS_MSG_H
index ea9b66e1eed5ed4db204eb251bfc1307dc5f7119..f90409f845ddc899f52c7d95d1170b9a8012a891 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SEM_H
 #define _SYS_SEM_H     1
index c15f419f095cb5b04f8de38ab909b93ce13d9e05..b43d60f77817d4ae30cbba564325201abf376300 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_SHM_H
 #define _SYS_SHM_H     1
index 9b30f1bce3bbd85cfdb14c915035ec8481855b1d..8a43d34fcb2664992c5772a2d7ff86ba7279ad5d 100644 (file)
@@ -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>
index 02fa9e99dd9d756798f06ad63d840ff84d7b5a44..da1992482bf37fc019a8e8f010e03cccc66153f8 100644 (file)
@@ -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>
index 10d1c6c2006c3bd4b37793bd903f0455f876975a..c7c25d24de7247da64229048294332ddda5cdfa1 100644 (file)
@@ -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>
index 5ae7b8a104f7a41a8d6b1829ba22eaed07902ae9..ac3bf0d09c9ff2168568a76208dd031e6aac567a 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for the terminal I/O functions.
index baedc8cf0e66dda24ed4c255e3d426069c30f17b..89d65bb3e2fee3bbed479a6c8060165b9109d138 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <termios.h>
 
index 0a86f4ee1a2241e133370dd98c0568998d9131f2..f207ada2bda94add8974dc5c3e0f990a85fceb37 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <termios.h>
 #include <errno.h>
index 339b1348f315c52b702a0349fb9f35bd907c0909..875bbe482b04ca5fb16a922eefe701e47d277f4d 100644 (file)
@@ -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 <errno.h>
index 067d8fff4dbb5c25e49af60fc5a83d13f39c2c28..37268157dd80cf25baf5323bce618025536329af 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <termios.h>
index b8955f71d7325b954cdc378bd21c5018f2e4e101..75804218aeb133800212fc1bc8a31cbe1235bb84 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <termios.h>
index 6a6d08fc4d094ef532d1a0d0b8738660cae98c68..e0b69ba46921b4a65fc90488a4d0cb30e2057ea4 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <termios.h>
index b88186b11b25ebdfcd6ce028c9505c0145993fe3..a111aa203b94870d5157a30de74048b8a0fbdac1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index e74027970ca426c5a94d835bf99089ffba8c40f7..f31d44eb517eab3af8cb70ee4970a806c3c00547 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 70ce509c4496b4af1bde59424b1417da02b60527..c68c4fa9c2cfdbd12d2a64b056b61316a2c48bda 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <termios.h>
index 07514f583838d7a58f963d8a03f5c713096cac90..dde2cc1efb8b55a4a62761015de6a401e20b64f3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <termios.h>
index 9c56eb2765d045dd0fb1ae463190b1c6ea80ca26..6768c73c46f8bde2201daf52462e2eef902516b3 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <stddef.h>
index 2659bf6549528e000f10a02feccab3cbf4a90017..f478bdeed6398b14aa3ecbe13172c91b24814e2e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <unistd.h>
index 223420883daeb63467c3f943e3eba502a938b205..6882cb2f1c578b8a8a29d7affff3759d0b2d318c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /*
  *     POSIX Standard: 7.1-2 General Terminal Interface        <termios.h>
index 9ad7585f1abeafb52479a39ef4f836a8bfcdf434..f1d6fdce888348aa5376a78717bbca86d568484b 100644 (file)
@@ -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 test skeleton is to support running existing tests.  New tests
    should use <support/test-driver.c> instead; see the documentation
index 85a62c0376bfff77dc78cd0495541f223fc7f485..bf87f6f84a882f712375d66cc5fc868a548dd12b 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for time routines
index 55779db80a3e2e521edd9d0ced7fd5b34d78487c..f209f31d6012b79d175ade155150b330d58e8d48 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/time.h>
index 3123ef016c97f1f623fae928790b64093a524834..1504c2042efa219af1639519f5215b816115dfd4 100644 (file)
@@ -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/localeinfo.h"
 #include <libc-lock.h>
index de763e00e0414f3fdd751ffed4b1093e235eec1a..2bdcd40d5a3d228b301ad70d08b3b2f4a9482eb5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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/localeinfo.h"
 #include <errno.h>
index 0d108724695ec9fd77267cd4575315b7e3780196..dcd0e1e99f85d1568a41a2364d7f0a29fa199842 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/times.h>
 #include <time.h>
index 8d205abfa96c868236be912392aa548a4fc653d8..3c69d5157ca2e7b163cb0163bb7030d4d9592d14 100644 (file)
@@ -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 <time.h>
index 412f80fbec345e5fbb867c24bf730c009f9299bb..82472c7db8803f7887bf1d2691ec10c5317ce4fa 100644 (file)
@@ -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 <time.h>
index 92c6081dcb29684d4156d851efd4d82106681fe1..ae39f932a748c92cba02b65dfde71042c0153562 100644 (file)
@@ -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 <time.h>
index c53c820880ad718685e0ff7d65ce9d6b16f7d5d4..f3230c4c90d6cc591b7147c40ac51ee8d4add392 100644 (file)
@@ -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 <time.h>
index dd86a1c189deba7a2e9e7d5c492afb479ccd046b..7f782721fce99162384f943be5b5766a7ab8d234 100644 (file)
@@ -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 <time.h>
index afacdc6004ce2969e72d600d556291d633efeaa6..fcafdc3e58c36459e42aa3dbe9d0651b323015ba 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <time.h>
 
index 3e8c30ab60c9bb6f6a1cf38a66318959591d3925..c81039f53625041e050839e59f577fdcfec3d70c 100644 (file)
@@ -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 <time.h>
 
index 262a3dad5e7788b4ae602e0751d6cf30e8c7328c..e0c0b64afa58e571dc6b14b6b4223eb477eb83af 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* Written by Paul Eggert <eggert@cs.ucla.edu>.  */
 
index 304b6f49b8e909b5462a6f67cf072068e85099b9..99416aa592f1f9b0815823e6628b08eeadd6d751 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <time.h>
 
index f830c96168b683f0ebfd30dbd3a17b1fc5e818a1..892589e33668837301f713818840c08b5d4d3ca2 100644 (file)
@@ -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/localeinfo.h"
 #include <libc-lock.h>
index 6c2a25604803c22da545cdabd2fcdeafde2acd2e..8bedc0d91eac1e8cd4e876c2bab6b39ee8d74f50 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index 8a567c3fcd96892017e9ee312c8103f1c335a834..305e7d9dc46b940254267c7a0b4212aefc63820c 100644 (file)
@@ -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 <limits.h>
 #include <stdio.h>
index 1850c9fadd4c340896dafe64801d301fcb2d539f..790c1e4fa432721e5c6474cb8c91b10410f1cb0e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index 1004ec891163a96256c27fcf6bbc30d97dc096db..1fd2669abd74599d239c07ee6654fc9124e831eb 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/time.h>
index 7b3896e2931c0d97363d5fce6ecadd990da56c12..0d282bab6a760a826b89be2fed714f749af6ba3b 100644 (file)
@@ -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 <time.h>
 
index 79227f883e5c9fef8caaba8e3e5ca3f3fe4513a7..e406d3924be6d5578553f74cf00c9318500a307d 100644 (file)
@@ -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/localeinfo.h"
 #include <stdlib.h>
index e72973610291182dbd61bca2f73f5008d79df784..af5fba02ed4512d1364f183157f21c874e99e962 100644 (file)
@@ -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 <time.h>
 
index 1d28dbc485a86e76802fa89527fcc44bf310a8fe..0e97a9c9ad414ef5fa209e0a150f6a24ad4ca890 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index b0223f1beb123604234e45f3417b0bbeb7c19c5a..d7c8a1cca69664247d3d4b55ffcb63ccebcc5ba5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <errno.h>
index 4620559652772cbf21f647a838728db8cf0e5f1f..6aa4832d65fb530775f407c3c3bdc02d3f0cb0e5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <sys/time.h>
index de58c495623f65e65ef82a2ec0f427f596a63db9..a53c0e86ae2e3dc5241708c28f120579b6563eaf 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index 98d86ebce158deb359fcf60869bf11d78c1f22ab..c6a54cc7cc1ce7b210b11fedd4fce4c5b998c571 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <time.h>
 #include <locale/localeinfo.h>
index 98c35d58a2ec62c3d18bf169fdb68b6d45f0dcb5..b876da0fda61980b69bab78d31f935280b3313f1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index f8c8ca2cfc7910ca94518a906ce9da80ce1ac13e..a25697f5bfa23a88124cf2bd3dacfc26d26e31b6 100644 (file)
@@ -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/>.  */
 
 /* XXX This version of the implementation is not really complete.
    Some of the fields cannot add information alone.  But if seeing
index 7436a168b7ebc9348b9b6ddd0116fde0821cca70..66789076f144d989c742c7e0de803e58858605f2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index 5dbc7fc627f9842e2cce137888d1cd8365b0c895..f8c946f94ece4a2c9cecd28f5d298bf6571fe18e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_TIME_H
 #define _SYS_TIME_H    1
index 6333e8074d8c28d98e0e678eb876ce8d98dae363..b958dc3e4a9d340ba552822caa2516931f14348f 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SYS_TIMEB_H
 #define _SYS_TIMEB_H   1
index aac43852f278f1a12c6558b022a6a4a6dd56c072..26e31bf1f6d1c8bbb0eaf3dcc9e828436da33bc7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 88612d6c766fa25b36230d9e2774362e7a0907ba..b53a06e29c72605a26e3c03a712e103df8a7011c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <time.h>
index cba6d15260382eb930a0d406f25f4e1737c1804d..72a1078d2cc12d892eea8f32244db8f7f435acec 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.23 Date and time    <time.h>
index bae0ceee5e2b1b56b491696ede42586df2a29e57..00854c796ae1ce26cbc9fe2718c2881bd3f78c90 100644 (file)
@@ -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/>.  */
 
 #ifndef _LIBC
 # include <libc-config.h>
index c9e58be5d852f8cfd9c33d745e43735856621cbd..cef9a4263cf56823c9c0fa9bf072feb8b388deec 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <time.h>
 
index 2e19bb1a437889824da9047a3c3c8bfecf440598..3bd9f6758eac1759d0157b601dcbdd1aaebad8fb 100644 (file)
@@ -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 <string.h>
index f5df327e2f195bce2f7e57dc2686e9b82c011c1e..3da452560ae8ce79dc7710d0f75ffea3078b2485 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index e3f23aa307bf8a82c6fd3ace137f498822b58178..4ffcd5ce040c39c346ddf9e4ece998eab8673b6a 100644 (file)
@@ -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>
index 65b753dec8982e102388242bc085f7d0142dbb1a..4b7e90cc03ab3de571265c31c67ca33e8b7836a2 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/timeb.h>
 #include <stdio.h>
index 1eade99726ff3df6bb663e09f808bff9c7f996fc..6da5c3ab86d3917330639f2cd3793722c35c6361 100644 (file)
@@ -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>
index 18dbf1b32f5544c7ef2368540d952f670325d38a..b741f8eaf657f5d045d31d9d1f930caca1de5e35 100644 (file)
@@ -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 <array_length.h>
 #include <stdbool.h>
index eeca0921cb064bd7f81ce00eaf82f9cb0c28337c..a91f000797e8468b5b4e55a6949263d44dfa3d43 100644 (file)
@@ -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>
index ec94ed13ec437bfe87b59e0a2bcb48b567915588..e920aa5a2b99cc45796ae3f4129f426735bfbf40 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define _XOPEN_SOURCE
 #include <time.h>
index 425f3e03761f1149e72be3c2698dc76a568b25b1..b354a9fd844bde52bed41793c63dace21bfd84ae 100644 (file)
@@ -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 <locale.h>
 #include <stdio.h>
index dbe0f1881e39c640906270317e0cc556e124040e..cd619ebb46781efdbd91cb73fc2af60f1ac8f249 100644 (file)
@@ -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>
index 0e51164fe55a74ea35dfac6f091af1736b26f956..fd40aeef184d239aa26dfd77ff135f61f4cbdf13 100644 (file)
@@ -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 <time.h>
 #include <stdlib.h>
index a7d05e2d55f84cde38742b0a63da9d13d3364e1c..7383ae55eb8de8b4b8ef9184afb32d7129776953 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <limits.h>
index 307eb651ad98603bff48f2ca249740e810b05181..bf65d3c95a2df852458451bf1b6107379162bc1c 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <libc-lock.h>
index fd14ce01ebe3333d55e4330ec13f88b810e0b86f..0fb4f8d35a9a85d5cf9fcb09fbf7687d6778c558 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <locale/localeinfo.h>
index d24413af6a6680231286735786632d4235b6c8ad..dcbceafb7859dc984b5dc6f6056229c286983fee 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <wctype.h>
index 493deca7904ad2c70646f6ca87723ee02e3601d6..e149459cb37c37705cfb1d3cb0581bc5aa773e18 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Makefile for timezone information
index c4d688025646e2a37c7e5925c699944697a03066..79b38f9abf6b941206c886af8ac15e7befa50cf4 100644 (file)
@@ -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 <time.h>
 #include <stdio.h>
index 2498aec9f9128d34eeb97c412a019f9792f1f48c..299db6f1fa201af15235ddb77786151357331d03 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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
 
index 40f733ae3368b080d880812ab79274de3610301e..d8e465a662ec336d0dfc059ea6f000ef77f88c8d 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for wcsmbs portion of the library.
index a3378014f3923cf948cb56f2d4d5d79ec47c0f0f..ae8f09800f4cc2cc16bd2f3bed628c31b803277e 100644 (file)
@@ -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 _WCHAR_H
 # error "Never include <bits/wchar-ldbl.h> directly; use <wchar.h> instead."
index 81603d560b81d45343aec595f79acff7f5471a8b..f3fa74c90bf90669615689f6be93b291035a0c1c 100644 (file)
@@ -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 _WCHAR_H
 # error "Never include <bits/wchar2.h> directly; use <wchar.h> instead."
index 452bfe57dcde8a0c0e01a8e72fe0f27820f647eb..a57027a3202f73cb5db02657f53327226af27a59 100644 (file)
@@ -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 <dlfcn.h>
index 47094ac3278013f802fd3b5587bc4f551c4ed6fd..7af9c1589892740d7abde1a069bafc1c4f7f08b0 100644 (file)
@@ -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 <uchar.h>
 #include <wchar.h>
index aaf77cd1666c7de9a280ebaec1ed50aebd930464..c966e85214c96a74abe088b995bd1f4891b71088 100644 (file)
@@ -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 <uchar.h>
 #include <wchar.h>
index 4b5cede905e9c5b5f4808b68d53a1a560b5e624d..480ca9b7fb8a06885f6fcff7bdee4c4b5489d2f7 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 0052bf23c90c4b7c5448e20a02202211156c2b16..c29e5ad59ef8772a607912973730b96845d0297e 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 61d831e5411853400ccd7a77f283025b73ba1213..bd4e86df8c2e57030e097b832d654d5c3a0e8d24 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 9d1edaa913b16a51b823c45816f2a892c0c35391..678a40c5a16da71d22634ed6730c421a82ae002d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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,
index 8ddbb0366d11784714c2129184841d62c34c2f52..0680684290ef8a79440752998ec879be68934964 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 7aaf095e9dea492616bd98ede3b60ed1cff565aa..f59b7620ce253b21655c2c166fe38e1b9bd2f387 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index 8c63e41e4aee5b932e1056d138d9d3b460d8d1e6..2a2844c2e317df0998ac59ecdc71794785633abc 100644 (file)
@@ -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>
 
index 6bb6c069567b78a521296bec663ce23d03a353e1..23906d3fecf7475dbf98cfac3ec35e8e6f7ce826 100644 (file)
@@ -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 <dlfcn.h>
index 683be9d0c7c5b6187980d6706ed20919ea6c989d..4fc470d01655ca12100e92165614b62a447dab39 100644 (file)
@@ -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 <uchar.h>
 #include <wchar.h>
index ac08f6b0bc5d7213e3d2b16053ff68917a701b87..e4fd729ead02e07b1d2fe9a9ac8ce0134ffd8542 100644 (file)
@@ -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 <dlfcn.h>
index 675b7a132ca790f714de5ed3e0aed8525428a1e1..d1c2081fb0df6c10021e251fc19c62bf6aa86a2d 100644 (file)
@@ -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 <string.h>
 #include <wchar.h>
index 50a1b7cbb000429d21f6420f1536e0d0f95b6259..ce1ce54f0711356961d89084b37dd27b21e063de 100644 (file)
@@ -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 <dlfcn.h>
index 92a5f63a8997778fb89510d76611f2f83ff9c32c..5c03d1be8afe9c8c9b2397cd8c77a48075eecd9a 100644 (file)
@@ -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>
 #include <locale/localeinfo.h>
index eb3c9192a344fd7fe3b799ebccc78a1d1b1cecc6..527f4722ffb18fd08039e4d34f159009632d81e8 100644 (file)
@@ -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 <ctype.h>
index 6c5cff701268b4ca2d9c4f4ba944d2fde3feb688..efda40d2ea34b4f7f1c2aa6cae19667c847c2b67 100644 (file)
@@ -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 <uchar.h>
 
index 4611273af89d492d7cb915729197d8ce4c442e7b..7f6d60f3ce0a90d0ddd1fc95cc42847e56a0bee9 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-stpcpy.c"
index 46b1fbe6082e27d8b98cb2f5eb72784d23a98a89..133e950572b7372aacd52100368d9e290b2b986d 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-stpncpy.c"
index aeb0fa2dcc1b5753e06c847ef207024bcc7bc209..79d5457f9506ed7f79f54318897e48330493f986 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-strcat.c"
index 102fda5eca34b0978ef798c2abc5c69a50a2556b..1f4acec957f56dcd5094d86bc92026c35c55f2eb 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-strchrnul.c"
index 394c282d172d2ae6925df16bcc1ab0cacd514839..772147718da4cfc057834139229ecdc16860ba12 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-strcspn.c"
index 663790210a44f57cf222ac2354e0c018faf1855d..87916e78368c829e776466087a3aa3f9f5f97d24 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-strncat.c"
index f2d97e73665f3dbe8d55fd1d7d4a71315d9021df..5dc03e560571e7b462c8b95968b8b8214b0e482f 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-strncpy.c"
index 786a5e9f2e2cb9fa41fb1cc57d5582b3101d351f..5ff3aeeafb2d74795235e371a870bb254c4ced90 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-strnlen.c"
index cf28c5ad5f9cd436d177fc411fdc593d2f681452..74f8a0bd9de8d270c936c790ab71bf984de3b297 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-strpbrk.c"
index c67203b3464cc7de748379828c1ba8c18d3e6709..7f362a3fc956077a6b0dc18a2a945c19d59d13ae 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-strspn.c"
index 79fb763a28f8245ec71e7f0355733a30d994a90c..94392d515ba669036f95ca27ccf01a18e9eea4a2 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-memchr.c"
index 760d9ae28fbacb720e32fae9455acbf065a23444..e614fe15e7c54b10efb8944e6d3f7ffc16caab2f 100644 (file)
@@ -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 WIDE 1
 #include "../string/test-memset.c"
index b019f21c8f59388bb23294c39a7707e27a2a7916..6dbbad25b9f619fab42a4992ab39465263d10ac4 100644 (file)
@@ -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>
index 88e10b9b9ff1a3175e535a6139ff6c61420c14f2..19e22099a5a2594991ca3c0d8247d9f302625a78 100644 (file)
@@ -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 <locale.h>
index fd5cd54f881d89e0df355423fa982e19347028af..44bacd31854384fc9e54558d5584c19c82838cf4 100644 (file)
@@ -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 <uchar.h>
index f9319b7ec32fb64b22fce396c717937fd56357bc..6534d856dea28b4b00bf59333cb2d62918f15fe3 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* We always want assert to be fully defined.  */
 #undef NDEBUG
index 5552b073e5e51a4eddbda6d45cfbf39b0a4a01d9..1856ada1f835318dd3d12dc98941c403b02ffc19 100644 (file)
@@ -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 <string.h>
index 46690cad756e1919872061418971b03698ee623f..ef92b63799196466846d0dde262a6e806b3491e9 100644 (file)
@@ -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 <wchar.h>
index d1193628a84e3264b3a0473f5585b2286adaffb9..ad700385d18704fd78affc76545d24c665e82713 100644 (file)
@@ -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>
index 5853caf2a98792f0f39bcd892294485f33350392..bd5c92d1f7a589752b2bd479ce1675042d7a4b39 100644 (file)
@@ -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 <wchar.h>
index 1055d0f547f2b6b6af5b4be3d203c188e092cab5..8e8db8f47139ac84394c2476bb49ac20a0e7ab89 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define CHAR wchar_t
 #define SFMT "L\"%ls\""
index ff3772f746ce854d0b8eb7974c888d5e400f88f8..cda8f2f17e3f27d16b374720b7d4ffceaf79d7a0 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define FNPFX wcsto
 #define L_(C) L ## C
index 4c89a5dfe60102ea6d2e796c4b7378caea770b7d..3ec414be1499d469c2f8b728664ddadeb7149449 100644 (file)
@@ -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>
 
index 836510126263eab577a1772c37c3a0b6e2430f1c..677d925e712134f7adb2bc63718d4c5def7bfe64 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define CHAR wchar_t
 #define SFMT "L\"%ls\""
index 315a01540fc437536074b1474d8671c9a9fc96f2..7b09ecedcc7c55ef82aba6e9c19181c910ea2f20 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 C11 Standard: 7.28
index 20deca90bf26042fe0e709b4607dee1ce72aa594..4b731ebb515c980ed3bb99907b96460b4693860b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.24
index 666fe150bc2a14539c3ac28b27bbb346fbbefad7..a1c26409aac1871736d9c793ae418f67208d31a1 100644 (file)
@@ -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>
 
index 74f22c277cdcd296b9011a90ddd3c5d8af2c29d5..c39d3284adb3f018dbd655cfc168de785e01bf18 100644 (file)
@@ -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>
 
index 08bdfdbd4909c9f642bca5a18747f8e5c1e153b3..6ea3c09cb424a889f77a767951f273e9cb71e9ea 100644 (file)
@@ -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 <dlfcn.h>
index 08c8d12927e670ce4cddb3f6fa6c0064fe858ca9..f1c7ab248db084311d547eedc60e1165b3bfa6f0 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index c645e212235eb5b33752142fbf8330b9a1ac6850..a5b6dff8630bb8e9f0b49fbaf8ece23676aaebed 100644 (file)
@@ -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 USE_IN_EXTENDED_LOCALE_MODEL   1
 #include <wcscasecmp.c>
index 1a9d667fda2491b132390ef4fa513d57ce6d04b9..54ce191fd4356f7ea9fa18508c105e104a0bc054 100644 (file)
@@ -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>
 
index 6ed7916022ef2bc43385955e6f845848f8c420e3..6aca9bbcadf4539fdcc48597a3a29125828369fe 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <loop_unroll.h>
index c2afd957d1a527fbb5c4588ab4c9dbb77a35a042..a6af33d95108695bae0a90da2581a524a1cd49bd 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
 
index d2a038a43d3bf02344016282e6816531afda2689..bb067280503af8d78097bc6dd7ffadd2689698b3 100644 (file)
@@ -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>
 
index f6fadbeb961faa2be89f3c494d462bbbafca2dc4..2693445cc19ae8e5485780501a84defc8ff5fc51 100644 (file)
@@ -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>
 #include "../locale/coll-lookup.h"
index 2fb68ffd10bca4ad922a7fe3341d00f30afaa7be..602b281fb6c5fe44bf6816e55f0f9bcab33a4485 100644 (file)
@@ -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>
index 36c001f69a6cdd5d971e5b21a799fea36e3709ae..1d3ca33cbf8cf6ff8f9a0588c29081ae5d626f5d 100644 (file)
@@ -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>
 #include <loop_unroll.h>
index cd7fdc35f84887a91539e69957038747ba117e86..2e3d65ca56c6372ee90da0295aecea8bb5ea729a 100644 (file)
@@ -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>
 
index 75c8fe2262de87ccaa7daf8e8ee0c7425a76f35c..1df5230069a69a252328829cac241970a6c2eb3d 100644 (file)
@@ -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>
 #include <string.h>
index b5faa23cbf7de5e37fc52afd58fe2798eb5b4b7d..482839a89f7696d9966f5b32b75262e45f0d3d26 100644 (file)
@@ -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>
 
index 6648365d822bc1676517c03a8b13f24cdb37ff72..39611b7636f8d19b93971dc03788c53e32b7f169 100644 (file)
@@ -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 <langinfo.h>
index 6ccad4b3ba62b5007b718a3a36f881cc9c8bff97..10a10b961c19eb4172d5d1e3d0681c84694632e7 100644 (file)
@@ -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 _WCSMBSLOAD_H
 #define _WCSMBSLOAD_H  1
index 3935de8ec06171604e1c7630aca185c3ea65904b..4712860e85393d550ca5075c602f0a058ce7e469 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include <config.h>
index c9e8c6251b3fb0fb1b4980b50cbf0116b9e0d042..83ce3a9e5c750a0c0bf65c48a58cbb046e013ac0 100644 (file)
@@ -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 USE_IN_EXTENDED_LOCALE_MODEL   1
 #include <wcsncase.c>
index cb6fe71e194cb87c29c0a8f9c9672856a29a1415..94d734717535784e4d9c4974a3a3a70a8e395f48 100644 (file)
@@ -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>
 
index efa8e69e37a89af17a9d5dea33f9432394516111..774ec333317eb3aad38a0a88015293836c31a3d1 100644 (file)
@@ -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>
 
index d5d7f4ad862e4e8915c7bce371669768a16f7919..721b7dab9702df0d1280a2f8a31b8af6dc68d682 100644 (file)
@@ -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>
 
index d38c7e49533e52cd83692e98b06c8d592067e41b..17e004dcc069797b01a946c5ed5a0624ade80fe2 100644 (file)
@@ -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>
 
index db46cb91645e2809382f2852752fa2b8ddd42061..ed86a1ecee21ea8a7cfbad396d5ef5fa421ebd80 100644 (file)
@@ -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 <dlfcn.h>
index 6cd1548c3caa206019ff23fa23cdb633e6dda9fa..882f875c4872f1ef55eee4dce6fa6c0d8519b514 100644 (file)
@@ -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>
 
index 7679534180666e57c6f6a7ad8199e14ab0bbe28a..90fc3f5077c144c7ddbfcfc7e7972eb7cf27d00e 100644 (file)
@@ -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>
 #include <loop_unroll.h>
index e6644b44e6f3f90609889042af91a02c7d1249fd..27e59e4f46754a04549726e1ac4fd4a9d7382d8b 100644 (file)
@@ -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 <dlfcn.h>
index f62c162bb49bbab8b2fb33ffd99758e4e84c87b3..7a2ac80b2721d61e26f96a5170314e27140ced7f 100644 (file)
@@ -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>
 
index 4443a9634ecf22e295ae63b66bdeb37f9da0ba88..9661cb3d97a839505779429f0b49dea98249e318 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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 original strstr() file contains the following comment:
index e01a59f0e54e72f0c4ff8ddc7fcf153f5e42c0ba..74c1b3f33db7e1e3a3e48eec997bcdc34212be6a 100644 (file)
@@ -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 <locale.h>
index a5dfac394cc639850e12f09805706c9dbb795d7a..2a33a0bdd1a4c8dc67d06ccead67d8bad4210d1f 100644 (file)
@@ -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 <stddef.h>
 #include <locale.h>
index 7aada895f2b828e6e78bf1637dd813a08bcb051d..9638a4a627ca7a57d96f543e896acbb62a93dd32 100644 (file)
@@ -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 "../stdlib/strtod_nan_wide.h"
 #include <math-type-macros-double.h>
index aab103967f2aadd137ee3d2df53b103c61b27f78..95f41c485fd78da59e842f58a716c456598c485f 100644 (file)
@@ -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 <locale.h>
index dbde30004f8c82240c950d861a62fe2d7db9b7ef..74bda419d9e250c6668f36ad2a983bb35f5ab371 100644 (file)
@@ -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 <stddef.h>
 #include <locale.h>
index 4449d187da85674642e0b4cc8c043d1b9349d1dd..fab41554f0719caa5d5a65ad333f794cbb821e70 100644 (file)
@@ -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 "../stdlib/strtod_nan_wide.h"
 #include <math-type-macros-float.h>
index 076444f762e7657e21e7bd167712559611bad3f4..3ffac895a889f2e93d8338c169d605359ef1da85 100644 (file)
@@ -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>
 #include <errno.h>
index 5060f466078085bd3362391a99a9244790415c3c..308860a0006088d01886167f76055a4d3d90d45e 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define        USE_WIDE_CHAR   1
 
index 71e9cd4e90a5b2e03c450fd1a1de1f0438b5a743..1b08e52970b9934660c86172c47b9e6e1264d199 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define __need_wchar_t
 #include <stddef.h>
index a1d180c6a6761c6d631d7ca1a99966b7d75c41dc..054f14185c6436ecd1f11543609b5e6952359628 100644 (file)
@@ -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 <locale.h>
index cfe4ef1770c8e50431feceaf9412f64d68e2af1c..0bea84848cc70d824795a5d9cf22573a7614d7c9 100644 (file)
@@ -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 <stddef.h>
 #include <locale.h>
index 5b4fe3b506cb65bacdac3bef7043d9a55dd16210..5d28dd2443a4e73030b88b14d53962c4c0cca100 100644 (file)
@@ -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 <math.h>
 
index a3dbb001ce82bed23ae4a0a3fa8b9c9b729d62d0..7e9e94ba0bd3171aa7c0ee0ce343cfb0928db551 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define        QUAD    1
 
index aba48ffcae4c2f8fad9cc52b246bffe7ca29cdc0..cf8aa73325255fc9bc86907441082d47c1866ab8 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define __need_wchar_t
 #include <stddef.h>
index 3825251f2f2e6a9867eaa87297805b967ddc0692..5c53ac96b4561e269458dcb37d670a61c5750641 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define        UNSIGNED        1
 
index 07d2e18a05a6953a220c73f13c5219855c889a8b..a642c8a1a1f81bbbb83b13e4070b88dd735f5e5f 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define __need_wchar_t
 #include <stddef.h>
index 9359c64d7191d8d1632e89be7985cf4593afa7a2..112996408838fc868b8ec54ea51cdf4baa12678d 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define        QUAD    1
 
index 179771e24cfdbe2c26f65bbf3e0fef64f8d0b594..9047e352436e3f2629dd89c28274822ea66c42e3 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #define __need_wchar_t
 #include <stddef.h>
index 47a1ff953e3b2c683e1ee62470726e4710069dd0..a3461c7082f3898c2d5a611efdec4b45a8675b2d 100644 (file)
@@ -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 "wcwidth.h"
 
index 3c694f936c21df6e068e399ec5a3ff538a31bac2..fb4f2537fd64e9889feb453976ea861739e5b913 100644 (file)
@@ -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>
 #include "../locale/coll-lookup.h"
index 57629da2ebdab5b49759554f1b51399b20807aba..998638fb5901a4d094e23d31a81b94d2028d4dcc 100644 (file)
@@ -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>
 #include "../locale/coll-lookup.h"
index fef5a47ca6ed6bff991de90fe2479d62de848655..2c32ff8b2250a645dd131c0082771b1d9e3d5922 100644 (file)
@@ -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 <gconv.h>
index e584f8ba6a84a23fa26efe8c07c67440bc058404..8393e56dda2c2f5bd6442bf6b2856db7ab523286 100644 (file)
@@ -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 "wcwidth.h"
 
index e7df24bf7d47b20cf3007d8a5bf31d302dfe7f5d..91fb8d9fd55e777121fbb8b77b6c730677c2f62f 100644 (file)
@@ -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 <wctype.h>
index f7978b366d7e275d0c966e6a6a22f66c1eeb0e34..19bf2cc515652fe7ca78159ba335a55d096a9a36 100644 (file)
@@ -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>
 
index 5e137fd3dd20202d2f26ce99fe5d45d23cda40d3..5d2624ed332d203e9f2b134d8acb3d9984e0cc2e 100644 (file)
@@ -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>
 
index 3c0d9f7422fd3781c5760c7d747eae31e40673a8..83da4a0a910a0d7abd45afd1121ed513ce9757f7 100644 (file)
@@ -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>
 #include <string.h>
index bb05107bb544d2c1b7b523bd94d80f2de57a98a2..b5296205b5258d6649300762ff18f13f0df5a051 100644 (file)
@@ -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>
 #include <string.h>
index ed44c47b5ba2d4bf2d2d1f310fa52675bd221bf0..1bc04d1d94411f56cfe20902451cb0f1a8238d6d 100644 (file)
@@ -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>
 #include <string.h>
index 658ae98bafbaa269bf6d586c9515a2e7a71fb3eb..122e97ca56f0a3f8a117cb687cb9b3a3528bce82 100644 (file)
@@ -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>
 
index 405f84cda82bf0d4d1fc183b5b1a0c8ee3f54160..7c7c1e31283bea809c5765d271e4d6bfaa1b646a 100644 (file)
@@ -13,7 +13,7 @@
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
 
 #
 #      Sub-makefile for wctype portion of the library.
index 22ae0abdeb79f9a7557f4a4211254be372091620..7481f33a8cd4d707f79a28adc2bda60291f84ab5 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.25
index 236f87fb685f92be39db0eb71bf78e8d8c010872..7627120ef459f63ee0e976da7a17d844f6b856d5 100644 (file)
@@ -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 <wctype.h>
index a31c6b7c3aa001e5e7f5f65e1ddd2cac7765ff41..bb9d13cb51b99cdbb9ee4d89623d2ac0400dea3c 100644 (file)
@@ -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 <wctype.h>
index 078423be9611b2e9a03874d89c743e7424ae69f1..48d0b0c8bb734d9cc46e028eaf2babec5977d4a1 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index d16800dd17e33a533269e9bb9d08b991b782327b..727c3c22d9f4ad29e1a1f2af8a976377218a83fc 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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>
index c194e6336dfe9016b43663e6cd94e767bbd9f53e..a7f8edab97861068a15b608d8c2ef0d8e76bb749 100644 (file)
@@ -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 <wctype.h>
 
index e28809af93c799dab1b1ac04fc80e9417f40bb0f..f113af5eab7e69b908ef9496828727aba0c6bcde 100644 (file)
@@ -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 <wctype.h>
 
index 96a7e7097069829290e57447aae421918efbcd65..29ab75c28fcc104d6d53288dda9f001a86cf085b 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <wctype.h>
index 4543d7770b20c0f7601aa082f291fd1ba9efde59..8982f016f2eab118660682e7171fb7aeb9a9b4a2 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <wctype.h>
index ce257b030cbf8aa5359cc64b493865f556fbf5af..a16e6ca4e179cbf610f9dae2065e615460345b00 100644 (file)
@@ -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 <stdint.h>
 
index 25689ad324d370204be7a6322cb4b0defc8d9562..d0ab7d8f352b545d1281f4abf0b1dbdd2751ba3f 100644 (file)
@@ -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 <inttypes.h>
 #include <string.h>
index 162d8f7496b0b69150371976c84f4133d685de5d..c840892c3d3b8cd6b6fa7301b50a0d329571236d 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU 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 <string.h>
index 832fbf8be33efe9cd37510d1b5ccdb65087e2aec..6e19086ba8d2d757071426711e7e64c91d20313f 100644 (file)
@@ -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 <endian.h>
 #include <string.h>
index 7b1d556fbe38cf410ec2eae6ace4e1a81aa3dbfa..52b2834736bf8d01dad9d01bba092f691f0251ed 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the 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.25
index b61350a74086c3d1cb149acaac49ce6cd63838a4..9afe058d1e5703950d4b69e758f5d134970f9246 100644 (file)
@@ -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 <endian.h>
 #include <locale.h>