aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-09-06 22:40:42 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-09-07 02:43:31 -0700
commit5a82c74822d3272df2f5929133680478c0cfb4bd (patch)
tree85871266212f0119b41ec966fec52e164edf41ba /locale
parent1b7f04070bd94f259e2ed24d6fb76309d64fb164 (diff)
downloadglibc-5a82c74822d3272df2f5929133680478c0cfb4bd.zip
glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.gz
glibc-5a82c74822d3272df2f5929133680478c0cfb4bd.tar.bz2
Prefer https to http for gnu.org and fsf.org URLs
Also, change sources.redhat.com to sourceware.org. This patch was automatically generated by running the following shell script, which uses GNU sed, and which avoids modifying files imported from upstream: sed -ri ' s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g ' \ $(find $(git ls-files) -prune -type f \ ! -name '*.po' \ ! -name 'ChangeLog*' \ ! -path COPYING ! -path COPYING.LIB \ ! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \ ! -path manual/texinfo.tex ! -path scripts/config.guess \ ! -path scripts/config.sub ! -path scripts/install-sh \ ! -path scripts/mkinstalldirs ! -path scripts/move-if-change \ ! -path INSTALL ! -path locale/programs/charmap-kw.h \ ! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \ ! '(' -name configure \ -execdir test -f configure.ac -o -f configure.in ';' ')' \ ! '(' -name preconfigure \ -execdir test -f preconfigure.ac ';' ')' \ -print) and then by running 'make dist-prepare' to regenerate files built from the altered files, and then executing the following to cleanup: chmod a+x sysdeps/unix/sysv/linux/riscv/configure # Omit irrelevant whitespace and comment-only changes, # perhaps from a slightly-different Autoconf version. git checkout -f \ sysdeps/csky/configure \ sysdeps/hppa/configure \ sysdeps/riscv/configure \ sysdeps/unix/sysv/linux/csky/configure # Omit changes that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines git checkout -f \ sysdeps/powerpc/powerpc64/ppc-mcount.S \ sysdeps/unix/sysv/linux/s390/s390-64/syscall.S # Omit change that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S
Diffstat (limited to 'locale')
-rw-r--r--locale/C-address.c2
-rw-r--r--locale/C-collate.c2
-rw-r--r--locale/C-ctype.c2
-rw-r--r--locale/C-identification.c2
-rw-r--r--locale/C-measurement.c2
-rw-r--r--locale/C-messages.c2
-rw-r--r--locale/C-monetary.c2
-rw-r--r--locale/C-name.c2
-rw-r--r--locale/C-numeric.c2
-rw-r--r--locale/C-paper.c2
-rw-r--r--locale/C-telephone.c2
-rw-r--r--locale/C-time.c2
-rw-r--r--locale/C-translit.h.in2
-rw-r--r--locale/Makefile2
-rw-r--r--locale/bits/locale.h2
-rw-r--r--locale/bits/types/__locale_t.h2
-rw-r--r--locale/bits/types/locale_t.h2
-rw-r--r--locale/broken_cur_max.c2
-rw-r--r--locale/categories.def2
-rw-r--r--locale/coll-lookup.c2
-rw-r--r--locale/coll-lookup.h2
-rw-r--r--locale/duplocale.c2
-rw-r--r--locale/elem-hash.h2
-rw-r--r--locale/findlocale.c2
-rw-r--r--locale/freelocale.c2
-rw-r--r--locale/gen-translit.py2
-rw-r--r--locale/global-locale.c2
-rw-r--r--locale/hashval.h2
-rw-r--r--locale/indigits.h2
-rw-r--r--locale/indigitswc.h2
-rw-r--r--locale/iso-3166.def2
-rw-r--r--locale/iso-4217.def2
-rw-r--r--locale/iso-639.def2
-rw-r--r--locale/langinfo.h2
-rw-r--r--locale/lc-address.c2
-rw-r--r--locale/lc-collate.c2
-rw-r--r--locale/lc-ctype.c2
-rw-r--r--locale/lc-identification.c2
-rw-r--r--locale/lc-measurement.c2
-rw-r--r--locale/lc-messages.c2
-rw-r--r--locale/lc-monetary.c2
-rw-r--r--locale/lc-name.c2
-rw-r--r--locale/lc-numeric.c2
-rw-r--r--locale/lc-paper.c2
-rw-r--r--locale/lc-telephone.c2
-rw-r--r--locale/lc-time.c2
-rw-r--r--locale/loadarchive.c2
-rw-r--r--locale/loadlocale.c2
-rw-r--r--locale/locale.h2
-rw-r--r--locale/localeconv.c2
-rw-r--r--locale/localeinfo.h2
-rw-r--r--locale/localename.c2
-rw-r--r--locale/locarchive.h2
-rw-r--r--locale/mb_cur_max.c2
-rw-r--r--locale/newlocale.c2
-rw-r--r--locale/nl_langinfo.c2
-rw-r--r--locale/nl_langinfo_l.c2
-rw-r--r--locale/outdigits.h2
-rw-r--r--locale/outdigitswc.h2
-rw-r--r--locale/programs/3level.h2
-rw-r--r--locale/programs/charmap-dir.c2
-rw-r--r--locale/programs/charmap-dir.h2
-rw-r--r--locale/programs/charmap-kw.gperf2
-rw-r--r--locale/programs/charmap.c2
-rw-r--r--locale/programs/charmap.h2
-rw-r--r--locale/programs/config.h2
-rw-r--r--locale/programs/ld-address.c2
-rw-r--r--locale/programs/ld-collate.c2
-rw-r--r--locale/programs/ld-ctype.c2
-rw-r--r--locale/programs/ld-identification.c2
-rw-r--r--locale/programs/ld-measurement.c2
-rw-r--r--locale/programs/ld-messages.c2
-rw-r--r--locale/programs/ld-monetary.c2
-rw-r--r--locale/programs/ld-name.c2
-rw-r--r--locale/programs/ld-numeric.c2
-rw-r--r--locale/programs/ld-paper.c2
-rw-r--r--locale/programs/ld-telephone.c2
-rw-r--r--locale/programs/ld-time.c2
-rw-r--r--locale/programs/linereader.c2
-rw-r--r--locale/programs/linereader.h2
-rw-r--r--locale/programs/locale-spec.c2
-rw-r--r--locale/programs/locale.c2
-rw-r--r--locale/programs/localedef.c2
-rw-r--r--locale/programs/localedef.h2
-rw-r--r--locale/programs/locarchive.c2
-rw-r--r--locale/programs/locfile-kw.gperf2
-rw-r--r--locale/programs/locfile-kw.h2
-rw-r--r--locale/programs/locfile-token.h2
-rw-r--r--locale/programs/locfile.c2
-rw-r--r--locale/programs/locfile.h2
-rw-r--r--locale/programs/record-status.c2
-rw-r--r--locale/programs/record-status.h2
-rw-r--r--locale/programs/repertoire.c2
-rw-r--r--locale/programs/repertoire.h2
-rw-r--r--locale/programs/simple-hash.c2
-rw-r--r--locale/programs/simple-hash.h2
-rw-r--r--locale/programs/xmalloc.c2
-rw-r--r--locale/programs/xstrdup.c2
-rw-r--r--locale/setlocale.c2
-rw-r--r--locale/strlen-hash.h2
-rw-r--r--locale/tst-C-locale.c2
-rw-r--r--locale/tst-locale-locpath.sh2
-rw-r--r--locale/uselocale.c2
-rw-r--r--locale/weight.h2
-rw-r--r--locale/weightwc.h2
-rw-r--r--locale/xlocale.c2
106 files changed, 106 insertions, 106 deletions
diff --git a/locale/C-address.c b/locale/C-address.c
index d173bef..54120bb 100644
--- a/locale/C-address.c
+++ b/locale/C-address.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 <endian.h>
diff --git a/locale/C-collate.c b/locale/C-collate.c
index 3de484a..69cc53b 100644
--- a/locale/C-collate.c
+++ b/locale/C-collate.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 <endian.h>
#include <stdint.h>
diff --git a/locale/C-ctype.c b/locale/C-ctype.c
index dfb16b7..59525b9 100644
--- a/locale/C-ctype.c
+++ b/locale/C-ctype.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 "localeinfo.h"
#include <endian.h>
diff --git a/locale/C-identification.c b/locale/C-identification.c
index 972b65c..f504586 100644
--- a/locale/C-identification.c
+++ b/locale/C-identification.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 <endian.h>
diff --git a/locale/C-measurement.c b/locale/C-measurement.c
index 5c98afe..c5f3ef9 100644
--- a/locale/C-measurement.c
+++ b/locale/C-measurement.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 <endian.h>
diff --git a/locale/C-messages.c b/locale/C-messages.c
index 1bd98e5..8e490fa 100644
--- a/locale/C-messages.c
+++ b/locale/C-messages.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 "localeinfo.h"
diff --git a/locale/C-monetary.c b/locale/C-monetary.c
index 1fe50f7..4b20788 100644
--- a/locale/C-monetary.c
+++ b/locale/C-monetary.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 "localeinfo.h"
diff --git a/locale/C-name.c b/locale/C-name.c
index 19bb92d..51ad4bb 100644
--- a/locale/C-name.c
+++ b/locale/C-name.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 <endian.h>
diff --git a/locale/C-numeric.c b/locale/C-numeric.c
index 82739b2..7b81a4e 100644
--- a/locale/C-numeric.c
+++ b/locale/C-numeric.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 "localeinfo.h"
diff --git a/locale/C-paper.c b/locale/C-paper.c
index e0b46f3..8f029b7 100644
--- a/locale/C-paper.c
+++ b/locale/C-paper.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 <endian.h>
diff --git a/locale/C-telephone.c b/locale/C-telephone.c
index 8949af1..08ebfc3 100644
--- a/locale/C-telephone.c
+++ b/locale/C-telephone.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 <endian.h>
diff --git a/locale/C-time.c b/locale/C-time.c
index 33ae718..0a03ce8 100644
--- a/locale/C-time.c
+++ b/locale/C-time.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 <stdint.h>
#include "localeinfo.h"
diff --git a/locale/C-translit.h.in b/locale/C-translit.h.in
index 758171c..12cbcd3 100644
--- a/locale/C-translit.h.in
+++ b/locale/C-translit.h.in
@@ -15,7 +15,7 @@
#
# You should have received a copy of the 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.
diff --git a/locale/Makefile b/locale/Makefile
index d78cf9b..1a19b6f 100644
--- a/locale/Makefile
+++ b/locale/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/>.
#
# Makefile for locales.
diff --git a/locale/bits/locale.h b/locale/bits/locale.h
index fd3f886..49791fb 100644
--- a/locale/bits/locale.h
+++ b/locale/bits/locale.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/>. */
#if !defined _LOCALE_H && !defined _LANGINFO_H
# error "Never use <bits/locale.h> directly; include <locale.h> instead."
diff --git a/locale/bits/types/__locale_t.h b/locale/bits/types/__locale_t.h
index 028dd05..2769f33 100644
--- a/locale/bits/types/__locale_t.h
+++ b/locale/bits/types/__locale_t.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#ifndef _BITS_TYPES___LOCALE_T_H
#define _BITS_TYPES___LOCALE_T_H 1
diff --git a/locale/bits/types/locale_t.h b/locale/bits/types/locale_t.h
index fb1e14e..f9a1bd0 100644
--- a/locale/bits/types/locale_t.h
+++ b/locale/bits/types/locale_t.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#ifndef _BITS_TYPES_LOCALE_T_H
#define _BITS_TYPES_LOCALE_T_H 1
diff --git a/locale/broken_cur_max.c b/locale/broken_cur_max.c
index 3e31a06..9963a76 100644
--- a/locale/broken_cur_max.c
+++ b/locale/broken_cur_max.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <langinfo.h>
#include <locale.h>
diff --git a/locale/categories.def b/locale/categories.def
index 5fff67a..6fe3ace 100644
--- a/locale/categories.def
+++ b/locale/categories.def
@@ -14,7 +14,7 @@
You should have received a copy of the 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'.
diff --git a/locale/coll-lookup.c b/locale/coll-lookup.c
index c319811..5cb33a7 100644
--- a/locale/coll-lookup.c
+++ b/locale/coll-lookup.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 <stdint.h>
diff --git a/locale/coll-lookup.h b/locale/coll-lookup.h
index 261e2d9..fea49a4 100644
--- a/locale/coll-lookup.h
+++ b/locale/coll-lookup.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <stdint.h>
diff --git a/locale/duplocale.c b/locale/duplocale.c
index d45d4d1..714dda2 100644
--- a/locale/duplocale.c
+++ b/locale/duplocale.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <locale.h>
#include <libc-lock.h>
diff --git a/locale/elem-hash.h b/locale/elem-hash.h
index f2caae3..48d4945 100644
--- a/locale/elem-hash.h
+++ b/locale/elem-hash.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/>. */
/* The hashing function used for the table with collation symbols. */
diff --git a/locale/findlocale.c b/locale/findlocale.c
index 28b0226..972a4a2 100644
--- a/locale/findlocale.c
+++ b/locale/findlocale.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <assert.h>
#include <errno.h>
diff --git a/locale/freelocale.c b/locale/freelocale.c
index 07c4273..7c8dcee 100644
--- a/locale/freelocale.c
+++ b/locale/freelocale.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <locale.h>
#include <stdlib.h>
diff --git a/locale/gen-translit.py b/locale/gen-translit.py
index df2170a..7cd030b 100644
--- a/locale/gen-translit.py
+++ b/locale/gen-translit.py
@@ -15,7 +15,7 @@
#
# You should have received a copy of the 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
diff --git a/locale/global-locale.c b/locale/global-locale.c
index d7e0895..d8598f9 100644
--- a/locale/global-locale.c
+++ b/locale/global-locale.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <locale.h>
#include "localeinfo.h"
diff --git a/locale/hashval.h b/locale/hashval.h
index f1b75ae..9d7dacc 100644
--- a/locale/hashval.h
+++ b/locale/hashval.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#ifndef hashval_t
# define hashval_t unsigned long int
diff --git a/locale/indigits.h b/locale/indigits.h
index aa4e76f..b6c8767 100644
--- a/locale/indigits.h
+++ b/locale/indigits.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <assert.h>
#include <langinfo.h>
diff --git a/locale/indigitswc.h b/locale/indigitswc.h
index 343549f..bdf1e96 100644
--- a/locale/indigitswc.h
+++ b/locale/indigitswc.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <assert.h>
#include <langinfo.h>
diff --git a/locale/iso-3166.def b/locale/iso-3166.def
index 52997b4..3f3c82d 100644
--- a/locale/iso-3166.def
+++ b/locale/iso-3166.def
@@ -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)
diff --git a/locale/iso-4217.def b/locale/iso-4217.def
index 84cebb9..6b24e57 100644
--- a/locale/iso-4217.def
+++ b/locale/iso-4217.def
@@ -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 !!!
diff --git a/locale/iso-639.def b/locale/iso-639.def
index 4d0b493..193e523 100644
--- a/locale/iso-639.def
+++ b/locale/iso-639.def
@@ -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.
*/
diff --git a/locale/langinfo.h b/locale/langinfo.h
index 84d2662..dc9bd8b 100644
--- a/locale/langinfo.h
+++ b/locale/langinfo.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 _LANGINFO_H
#define _LANGINFO_H 1
diff --git a/locale/lc-address.c b/locale/lc-address.c
index a1ae27b..fa34673 100644
--- a/locale/lc-address.c
+++ b/locale/lc-address.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 "localeinfo.h"
diff --git a/locale/lc-collate.c b/locale/lc-collate.c
index 45c9b9e..5ea7165 100644
--- a/locale/lc-collate.c
+++ b/locale/lc-collate.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 "localeinfo.h"
#include <endian.h>
diff --git a/locale/lc-ctype.c b/locale/lc-ctype.c
index 8555bba..e875581 100644
--- a/locale/lc-ctype.c
+++ b/locale/lc-ctype.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 "localeinfo.h"
#include <ctype.h>
diff --git a/locale/lc-identification.c b/locale/lc-identification.c
index 8046342..666dbb6 100644
--- a/locale/lc-identification.c
+++ b/locale/lc-identification.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 "localeinfo.h"
diff --git a/locale/lc-measurement.c b/locale/lc-measurement.c
index 84c25d1..3fd29d4 100644
--- a/locale/lc-measurement.c
+++ b/locale/lc-measurement.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 "localeinfo.h"
diff --git a/locale/lc-messages.c b/locale/lc-messages.c
index 7a75653..2b6336a 100644
--- a/locale/lc-messages.c
+++ b/locale/lc-messages.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 "localeinfo.h"
diff --git a/locale/lc-monetary.c b/locale/lc-monetary.c
index 0872490..b131149 100644
--- a/locale/lc-monetary.c
+++ b/locale/lc-monetary.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 "localeinfo.h"
diff --git a/locale/lc-name.c b/locale/lc-name.c
index 01201f0..ada2a3b 100644
--- a/locale/lc-name.c
+++ b/locale/lc-name.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 "localeinfo.h"
diff --git a/locale/lc-numeric.c b/locale/lc-numeric.c
index 0295567..e919914 100644
--- a/locale/lc-numeric.c
+++ b/locale/lc-numeric.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 "localeinfo.h"
diff --git a/locale/lc-paper.c b/locale/lc-paper.c
index cba4fc5..9365137 100644
--- a/locale/lc-paper.c
+++ b/locale/lc-paper.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 "localeinfo.h"
diff --git a/locale/lc-telephone.c b/locale/lc-telephone.c
index 22ec39a..3c9ada6 100644
--- a/locale/lc-telephone.c
+++ b/locale/lc-telephone.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 "localeinfo.h"
diff --git a/locale/lc-time.c b/locale/lc-time.c
index 33e9339..a226c39 100644
--- a/locale/lc-time.c
+++ b/locale/lc-time.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 "localeinfo.h"
diff --git a/locale/loadarchive.c b/locale/loadarchive.c
index 803c1cf..981f68d 100644
--- a/locale/loadarchive.c
+++ b/locale/loadarchive.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <locale.h>
#include <stddef.h>
diff --git a/locale/loadlocale.c b/locale/loadlocale.c
index ff578f6..1076c1a 100644
--- a/locale/loadlocale.c
+++ b/locale/loadlocale.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <assert.h>
#include <errno.h>
diff --git a/locale/locale.h b/locale/locale.h
index 7d8a435..6ffcbe7 100644
--- a/locale/locale.h
+++ b/locale/locale.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 C99 Standard: 7.11 Localization <locale.h>
diff --git a/locale/localeconv.c b/locale/localeconv.c
index 96a71b6..94c813c 100644
--- a/locale/localeconv.c
+++ b/locale/localeconv.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU 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"
diff --git a/locale/localeinfo.h b/locale/localeinfo.h
index 0e2a0d7..40db571 100644
--- a/locale/localeinfo.h
+++ b/locale/localeinfo.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 _LOCALEINFO_H
#define _LOCALEINFO_H 1
diff --git a/locale/localename.c b/locale/localename.c
index f6822e3..b0f563a 100644
--- a/locale/localename.c
+++ b/locale/localename.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 "localeinfo.h"
diff --git a/locale/locarchive.h b/locale/locarchive.h
index 71c4079..8f9e32a 100644
--- a/locale/locarchive.h
+++ b/locale/locarchive.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 _LOCARCHIVE_H
#define _LOCARCHIVE_H 1
diff --git a/locale/mb_cur_max.c b/locale/mb_cur_max.c
index 8cf0f1e..91f0781 100644
--- a/locale/mb_cur_max.c
+++ b/locale/mb_cur_max.c
@@ -16,7 +16,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <langinfo.h>
#include <locale.h>
diff --git a/locale/newlocale.c b/locale/newlocale.c
index 5612442..bbd20fe 100644
--- a/locale/newlocale.c
+++ b/locale/newlocale.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <argz.h>
#include <libc-lock.h>
diff --git a/locale/nl_langinfo.c b/locale/nl_langinfo.c
index 250923a..8137fd8 100644
--- a/locale/nl_langinfo.c
+++ b/locale/nl_langinfo.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 <langinfo.h>
#include <locale.h>
diff --git a/locale/nl_langinfo_l.c b/locale/nl_langinfo_l.c
index adc5449..61ab5ed 100644
--- a/locale/nl_langinfo_l.c
+++ b/locale/nl_langinfo_l.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 <langinfo.h>
#include <locale.h>
diff --git a/locale/outdigits.h b/locale/outdigits.h
index 0ed13e6..d9646a8 100644
--- a/locale/outdigits.h
+++ b/locale/outdigits.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <assert.h>
#include <langinfo.h>
diff --git a/locale/outdigitswc.h b/locale/outdigitswc.h
index a0a4bd1..0a8ce4e 100644
--- a/locale/outdigitswc.h
+++ b/locale/outdigitswc.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <assert.h>
#include <langinfo.h>
diff --git a/locale/programs/3level.h b/locale/programs/3level.h
index 8b1da42..b78236f 100644
--- a/locale/programs/3level.h
+++ b/locale/programs/3level.h
@@ -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>
diff --git a/locale/programs/charmap-dir.c b/locale/programs/charmap-dir.c
index 94c122d..6cb074e 100644
--- a/locale/programs/charmap-dir.c
+++ b/locale/programs/charmap-dir.c
@@ -12,7 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>. */
+ along with this program; if not, see <https://www.gnu.org/licenses/>. */
#include <dirent.h>
#include <errno.h>
diff --git a/locale/programs/charmap-dir.h b/locale/programs/charmap-dir.h
index 6f07c07..df75081 100644
--- a/locale/programs/charmap-dir.h
+++ b/locale/programs/charmap-dir.h
@@ -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
diff --git a/locale/programs/charmap-kw.gperf b/locale/programs/charmap-kw.gperf
index 90e6ffd..ed634e2 100644
--- a/locale/programs/charmap-kw.gperf
+++ b/locale/programs/charmap-kw.gperf
@@ -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>
diff --git a/locale/programs/charmap.c b/locale/programs/charmap.c
index 0dbd8d3..ce1238c 100644
--- a/locale/programs/charmap.c
+++ b/locale/programs/charmap.c
@@ -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>
diff --git a/locale/programs/charmap.h b/locale/programs/charmap.h
index 70db330..55ac4b5 100644
--- a/locale/programs/charmap.h
+++ b/locale/programs/charmap.h
@@ -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
diff --git a/locale/programs/config.h b/locale/programs/config.h
index a1e6e0e..31fae36 100644
--- a/locale/programs/config.h
+++ b/locale/programs/config.h
@@ -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
diff --git a/locale/programs/ld-address.c b/locale/programs/ld-address.c
index 75795c3..9bc9f5b 100644
--- a/locale/programs/ld-address.c
+++ b/locale/programs/ld-address.c
@@ -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>
diff --git a/locale/programs/ld-collate.c b/locale/programs/ld-collate.c
index 6baab6c..a584b8e 100644
--- a/locale/programs/ld-collate.c
+++ b/locale/programs/ld-collate.c
@@ -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>
diff --git a/locale/programs/ld-ctype.c b/locale/programs/ld-ctype.c
index 9123f64..a1d094d 100644
--- a/locale/programs/ld-ctype.c
+++ b/locale/programs/ld-ctype.c
@@ -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>
diff --git a/locale/programs/ld-identification.c b/locale/programs/ld-identification.c
index 7ff1127..c1a382d 100644
--- a/locale/programs/ld-identification.c
+++ b/locale/programs/ld-identification.c
@@ -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>
diff --git a/locale/programs/ld-measurement.c b/locale/programs/ld-measurement.c
index b625f63..7129ae0 100644
--- a/locale/programs/ld-measurement.c
+++ b/locale/programs/ld-measurement.c
@@ -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>
diff --git a/locale/programs/ld-messages.c b/locale/programs/ld-messages.c
index 1b8f5ad..0aed790 100644
--- a/locale/programs/ld-messages.c
+++ b/locale/programs/ld-messages.c
@@ -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>
diff --git a/locale/programs/ld-monetary.c b/locale/programs/ld-monetary.c
index 6bc1f52..0a7a6b5 100644
--- a/locale/programs/ld-monetary.c
+++ b/locale/programs/ld-monetary.c
@@ -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>
diff --git a/locale/programs/ld-name.c b/locale/programs/ld-name.c
index 5d9670f..cac10c1 100644
--- a/locale/programs/ld-name.c
+++ b/locale/programs/ld-name.c
@@ -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>
diff --git a/locale/programs/ld-numeric.c b/locale/programs/ld-numeric.c
index 823f19f..f5d95a7 100644
--- a/locale/programs/ld-numeric.c
+++ b/locale/programs/ld-numeric.c
@@ -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>
diff --git a/locale/programs/ld-paper.c b/locale/programs/ld-paper.c
index ad1b6ed..842faabc 100644
--- a/locale/programs/ld-paper.c
+++ b/locale/programs/ld-paper.c
@@ -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>
diff --git a/locale/programs/ld-telephone.c b/locale/programs/ld-telephone.c
index ed6a260..c800eb7 100644
--- a/locale/programs/ld-telephone.c
+++ b/locale/programs/ld-telephone.c
@@ -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>
diff --git a/locale/programs/ld-time.c b/locale/programs/ld-time.c
index 8e9849f..a1721e0 100644
--- a/locale/programs/ld-time.c
+++ b/locale/programs/ld-time.c
@@ -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>
diff --git a/locale/programs/linereader.c b/locale/programs/linereader.c
index ed3a973..442de18 100644
--- a/locale/programs/linereader.c
+++ b/locale/programs/linereader.c
@@ -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>
diff --git a/locale/programs/linereader.h b/locale/programs/linereader.h
index b2dd506..6cc2e81 100644
--- a/locale/programs/linereader.h
+++ b/locale/programs/linereader.h
@@ -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
diff --git a/locale/programs/locale-spec.c b/locale/programs/locale-spec.c
index 0d919b9..15ac975 100644
--- a/locale/programs/locale-spec.c
+++ b/locale/programs/locale-spec.c
@@ -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>
diff --git a/locale/programs/locale.c b/locale/programs/locale.c
index 6eae317..e07108d 100644
--- a/locale/programs/locale.c
+++ b/locale/programs/locale.c
@@ -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>
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index b7bcef8..3dcf15f 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -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>
diff --git a/locale/programs/localedef.h b/locale/programs/localedef.h
index 9e2ca7b..80da0b0 100644
--- a/locale/programs/localedef.h
+++ b/locale/programs/localedef.h
@@ -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
diff --git a/locale/programs/locarchive.c b/locale/programs/locarchive.c
index e6310b1..88e9ce1 100644
--- a/locale/programs/locarchive.c
+++ b/locale/programs/locarchive.c
@@ -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>
diff --git a/locale/programs/locfile-kw.gperf b/locale/programs/locfile-kw.gperf
index 490b93a..6fecb05 100644
--- a/locale/programs/locfile-kw.gperf
+++ b/locale/programs/locfile-kw.gperf
@@ -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>
diff --git a/locale/programs/locfile-kw.h b/locale/programs/locfile-kw.h
index f00f807..eea233a 100644
--- a/locale/programs/locfile-kw.h
+++ b/locale/programs/locfile-kw.h
@@ -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>
diff --git a/locale/programs/locfile-token.h b/locale/programs/locfile-token.h
index 8a8b4fc..069a304 100644
--- a/locale/programs/locfile-token.h
+++ b/locale/programs/locfile-token.h
@@ -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
diff --git a/locale/programs/locfile.c b/locale/programs/locfile.c
index e4ba48e..f719c49 100644
--- a/locale/programs/locfile.c
+++ b/locale/programs/locfile.c
@@ -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>
diff --git a/locale/programs/locfile.h b/locale/programs/locfile.h
index c063fc0..b24d95c 100644
--- a/locale/programs/locfile.h
+++ b/locale/programs/locfile.h
@@ -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
diff --git a/locale/programs/record-status.c b/locale/programs/record-status.c
index 64f58bf..c98794a 100644
--- a/locale/programs/record-status.c
+++ b/locale/programs/record-status.c
@@ -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>
diff --git a/locale/programs/record-status.h b/locale/programs/record-status.h
index 06d7457..b91d7db 100644
--- a/locale/programs/record-status.h
+++ b/locale/programs/record-status.h
@@ -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
diff --git a/locale/programs/repertoire.c b/locale/programs/repertoire.c
index e8d9996..f971f88 100644
--- a/locale/programs/repertoire.c
+++ b/locale/programs/repertoire.c
@@ -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>
diff --git a/locale/programs/repertoire.h b/locale/programs/repertoire.h
index 1b6cd1e..d5317dc 100644
--- a/locale/programs/repertoire.h
+++ b/locale/programs/repertoire.h
@@ -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
diff --git a/locale/programs/simple-hash.c b/locale/programs/simple-hash.c
index 8cf9e93..2188a94 100644
--- a/locale/programs/simple-hash.c
+++ b/locale/programs/simple-hash.c
@@ -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>
diff --git a/locale/programs/simple-hash.h b/locale/programs/simple-hash.h
index d41c000..06bae48 100644
--- a/locale/programs/simple-hash.h
+++ b/locale/programs/simple-hash.h
@@ -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
diff --git a/locale/programs/xmalloc.c b/locale/programs/xmalloc.c
index b8b5298..9a80e3c 100644
--- a/locale/programs/xmalloc.c
+++ b/locale/programs/xmalloc.c
@@ -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>
diff --git a/locale/programs/xstrdup.c b/locale/programs/xstrdup.c
index a444292..b26b574 100644
--- a/locale/programs/xstrdup.c
+++ b/locale/programs/xstrdup.c
@@ -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>
diff --git a/locale/setlocale.c b/locale/setlocale.c
index 264a1ec..a4a2c49 100644
--- a/locale/setlocale.c
+++ b/locale/setlocale.c
@@ -13,7 +13,7 @@
You should have received a copy of the GNU 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>
diff --git a/locale/strlen-hash.h b/locale/strlen-hash.h
index 942fed9..59082c9 100644
--- a/locale/strlen-hash.h
+++ b/locale/strlen-hash.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <sys/types.h>
diff --git a/locale/tst-C-locale.c b/locale/tst-C-locale.c
index 5815c5a..ecc985f 100644
--- a/locale/tst-C-locale.c
+++ b/locale/tst-C-locale.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <ctype.h>
#include <langinfo.h>
diff --git a/locale/tst-locale-locpath.sh b/locale/tst-locale-locpath.sh
index b83de90..f7c2fda 100644
--- a/locale/tst-locale-locpath.sh
+++ b/locale/tst-locale-locpath.sh
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU Lesser General Public
# License along with the GNU C Library; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
set -ex
diff --git a/locale/uselocale.c b/locale/uselocale.c
index 88cc6d2..bc4baeb 100644
--- a/locale/uselocale.c
+++ b/locale/uselocale.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <locale.h>
#include "localeinfo.h"
diff --git a/locale/weight.h b/locale/weight.h
index 7ca8149..1569449 100644
--- a/locale/weight.h
+++ b/locale/weight.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 _WEIGHT_H_
#define _WEIGHT_H_ 1
diff --git a/locale/weightwc.h b/locale/weightwc.h
index bd204a1..7b4e342 100644
--- a/locale/weightwc.h
+++ b/locale/weightwc.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 _WEIGHTWC_H_
#define _WEIGHTWC_H_ 1
diff --git a/locale/xlocale.c b/locale/xlocale.c
index e75937f..91c473c 100644
--- a/locale/xlocale.c
+++ b/locale/xlocale.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#include <locale.h>
#include "localeinfo.h"