From 5a82c74822d3272df2f5929133680478c0cfb4bd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Sep 2019 22:40:42 -0700 Subject: 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 --- iconv/Makefile | 2 +- iconv/dummy-repertoire.c | 2 +- iconv/gconv.c | 2 +- iconv/gconv.h | 2 +- iconv/gconv_builtin.c | 2 +- iconv/gconv_builtin.h | 2 +- iconv/gconv_cache.c | 2 +- iconv/gconv_charset.h | 2 +- iconv/gconv_close.c | 2 +- iconv/gconv_conf.c | 2 +- iconv/gconv_db.c | 2 +- iconv/gconv_dl.c | 2 +- iconv/gconv_int.h | 2 +- iconv/gconv_open.c | 2 +- iconv/gconv_simple.c | 2 +- iconv/gconv_trans.c | 2 +- iconv/iconv.c | 2 +- iconv/iconv.h | 2 +- iconv/iconv_charmap.c | 2 +- iconv/iconv_close.c | 2 +- iconv/iconv_open.c | 2 +- iconv/iconv_prog.c | 2 +- iconv/iconv_prog.h | 2 +- iconv/iconvconfig.c | 2 +- iconv/iconvconfig.h | 2 +- iconv/loop.c | 2 +- iconv/skeleton.c | 2 +- iconv/strtab.c | 2 +- iconv/test-gconv-modules | 2 +- iconv/tst-gconv-init-failure-mod.c | 2 +- iconv/tst-gconv-init-failure.c | 2 +- iconv/tst-iconv-mt.c | 2 +- iconv/tst-iconv2.c | 2 +- iconv/tst-iconv5.c | 2 +- iconv/tst-iconv6.c | 2 +- iconv/tst-iconv7.c | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) (limited to 'iconv') diff --git a/iconv/Makefile b/iconv/Makefile index 74cd9bf860..b7a8f5e0d4 100644 --- a/iconv/Makefile +++ b/iconv/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 -# . +# . # # Makefile for iconv. diff --git a/iconv/dummy-repertoire.c b/iconv/dummy-repertoire.c index 20efd3fc0f..ddb427c6c4 100644 --- a/iconv/dummy-repertoire.c +++ b/iconv/dummy-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 . */ + along with this program; if not, see . */ #include diff --git a/iconv/gconv.c b/iconv/gconv.c index efbe259d43..06c8d77d6f 100644 --- a/iconv/gconv.c +++ b/iconv/gconv.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 - . */ + . */ #include #include diff --git a/iconv/gconv.h b/iconv/gconv.h index 7ce79bcbf6..0e689d4c58 100644 --- a/iconv/gconv.h +++ b/iconv/gconv.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 - . */ + . */ /* This header provides no interface for a user to the internals of the gconv implementation in the libc. Therefore there is no use diff --git a/iconv/gconv_builtin.c b/iconv/gconv_builtin.c index 04a0d59e91..ff08b18515 100644 --- a/iconv/gconv_builtin.c +++ b/iconv/gconv_builtin.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 - . */ + . */ #include #include diff --git a/iconv/gconv_builtin.h b/iconv/gconv_builtin.h index b96258129a..0339ddb350 100644 --- a/iconv/gconv_builtin.h +++ b/iconv/gconv_builtin.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 - . */ + . */ /* All encoding named must be in upper case. There must be no extra spaces. */ diff --git a/iconv/gconv_cache.c b/iconv/gconv_cache.c index 9a456bf825..197a33be2e 100644 --- a/iconv/gconv_cache.c +++ b/iconv/gconv_cache.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 - . */ + . */ #include #include diff --git a/iconv/gconv_charset.h b/iconv/gconv_charset.h index 91e0ad3141..6fbfc34bd8 100644 --- a/iconv/gconv_charset.h +++ b/iconv/gconv_charset.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 - . */ + . */ #include #include diff --git a/iconv/gconv_close.c b/iconv/gconv_close.c index 515be8f83f..fe913fc219 100644 --- a/iconv/gconv_close.c +++ b/iconv/gconv_close.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 - . */ + . */ #include diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index ae8937cba0..23658dd633 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.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 - . */ + . */ #include #include diff --git a/iconv/gconv_db.c b/iconv/gconv_db.c index 3735fac765..861a142068 100644 --- a/iconv/gconv_db.c +++ b/iconv/gconv_db.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 - . */ + . */ #include #include diff --git a/iconv/gconv_dl.c b/iconv/gconv_dl.c index c0342d8f50..3bb732e766 100644 --- a/iconv/gconv_dl.c +++ b/iconv/gconv_dl.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 - . */ + . */ #include #include diff --git a/iconv/gconv_int.h b/iconv/gconv_int.h index ea41d6feaa..c5783ef550 100644 --- a/iconv/gconv_int.h +++ b/iconv/gconv_int.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 - . */ + . */ #ifndef _GCONV_INT_H #define _GCONV_INT_H 1 diff --git a/iconv/gconv_open.c b/iconv/gconv_open.c index 383190df4f..eeeed57082 100644 --- a/iconv/gconv_open.c +++ b/iconv/gconv_open.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 - . */ + . */ #include #include diff --git a/iconv/gconv_simple.c b/iconv/gconv_simple.c index 75ce8fb1f4..2ef75caf9d 100644 --- a/iconv/gconv_simple.c +++ b/iconv/gconv_simple.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 - . */ + . */ #include #include diff --git a/iconv/gconv_trans.c b/iconv/gconv_trans.c index e162ebe69c..6113009766 100644 --- a/iconv/gconv_trans.c +++ b/iconv/gconv_trans.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 - . */ + . */ #include #include diff --git a/iconv/iconv.c b/iconv/iconv.c index b96f9d84a3..737b4cec36 100644 --- a/iconv/iconv.c +++ b/iconv/iconv.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 - . */ + . */ #include /* for NULL */ #include diff --git a/iconv/iconv.h b/iconv/iconv.h index 9585ec268e..1273bdc962 100644 --- a/iconv/iconv.h +++ b/iconv/iconv.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 - . */ + . */ #ifndef _ICONV_H #define _ICONV_H 1 diff --git a/iconv/iconv_charmap.c b/iconv/iconv_charmap.c index 629391c58b..5e3e2f3847 100644 --- a/iconv/iconv_charmap.c +++ b/iconv/iconv_charmap.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 . */ + along with this program; if not, see . */ #include #include diff --git a/iconv/iconv_close.c b/iconv/iconv_close.c index 31fcf3739f..c8a4189da9 100644 --- a/iconv/iconv_close.c +++ b/iconv/iconv_close.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 - . */ + . */ #include #include diff --git a/iconv/iconv_open.c b/iconv/iconv_open.c index b3e7953ee1..018af29559 100644 --- a/iconv/iconv_open.c +++ b/iconv/iconv_open.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 - . */ + . */ #include #include diff --git a/iconv/iconv_prog.c b/iconv/iconv_prog.c index 2bae079d2b..c3660ea998 100644 --- a/iconv/iconv_prog.c +++ b/iconv/iconv_prog.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 . */ + along with this program; if not, see . */ #include #include diff --git a/iconv/iconv_prog.h b/iconv/iconv_prog.h index 451fdd68e8..33e5ea01ef 100644 --- a/iconv/iconv_prog.h +++ b/iconv/iconv_prog.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 - . */ + . */ #ifndef _ICONV_PROG_H #define _ICONV_PROG_H 1 diff --git a/iconv/iconvconfig.c b/iconv/iconvconfig.c index f75e46dc16..ad7300ef58 100644 --- a/iconv/iconvconfig.c +++ b/iconv/iconvconfig.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 . */ + along with this program; if not, see . */ #include #include diff --git a/iconv/iconvconfig.h b/iconv/iconvconfig.h index f6926d1351..d4c9c1ad54 100644 --- a/iconv/iconvconfig.h +++ b/iconv/iconvconfig.h @@ -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 . */ + not, see . */ #include diff --git a/iconv/loop.c b/iconv/loop.c index fa98c1a521..2a97b71dfe 100644 --- a/iconv/loop.c +++ b/iconv/loop.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 - . */ + . */ /* 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 diff --git a/iconv/skeleton.c b/iconv/skeleton.c index 7c12975de3..4fe70df2fa 100644 --- a/iconv/skeleton.c +++ b/iconv/skeleton.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 - . */ + . */ /* This file can be included to provide definitions of several things many modules have in common. It can be customized using the following diff --git a/iconv/strtab.c b/iconv/strtab.c index 141135db4d..97c39ab538 100644 --- a/iconv/strtab.c +++ b/iconv/strtab.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 . */ + along with this program; if not, see . */ #ifdef HAVE_CONFIG_H # include diff --git a/iconv/test-gconv-modules b/iconv/test-gconv-modules index 95376f2c96..2062f16170 100644 --- a/iconv/test-gconv-modules +++ b/iconv/test-gconv-modules @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . +# . # 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 diff --git a/iconv/tst-gconv-init-failure-mod.c b/iconv/tst-gconv-init-failure-mod.c index a84ad55a54..c0e7d9ef2f 100644 --- a/iconv/tst-gconv-init-failure-mod.c +++ b/iconv/tst-gconv-init-failure-mod.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 - . */ + . */ #include #include diff --git a/iconv/tst-gconv-init-failure.c b/iconv/tst-gconv-init-failure.c index 511995d74a..5096de496b 100644 --- a/iconv/tst-gconv-init-failure.c +++ b/iconv/tst-gconv-init-failure.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 - . */ + . */ #include #include diff --git a/iconv/tst-iconv-mt.c b/iconv/tst-iconv-mt.c index 17bfd41c45..e2c1098c8c 100644 --- a/iconv/tst-iconv-mt.c +++ b/iconv/tst-iconv-mt.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 - . */ + . */ /* This test runs several worker threads that perform the following three steps in staggered synchronization with each other: diff --git a/iconv/tst-iconv2.c b/iconv/tst-iconv2.c index 92b7fc6e0b..97376627c5 100644 --- a/iconv/tst-iconv2.c +++ b/iconv/tst-iconv2.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 - . */ + . */ #include #include diff --git a/iconv/tst-iconv5.c b/iconv/tst-iconv5.c index 66c86490b1..15fd5d3ae2 100644 --- a/iconv/tst-iconv5.c +++ b/iconv/tst-iconv5.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 - . */ + . */ #include #include diff --git a/iconv/tst-iconv6.c b/iconv/tst-iconv6.c index 048f245836..9a0bb9f4a3 100644 --- a/iconv/tst-iconv6.c +++ b/iconv/tst-iconv6.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 - . */ + . */ #include #include diff --git a/iconv/tst-iconv7.c b/iconv/tst-iconv7.c index 10372bf79f..735d5b439e 100644 --- a/iconv/tst-iconv7.c +++ b/iconv/tst-iconv7.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 - . */ + . */ /* Derived from BZ #18830 */ #include -- cgit v1.2.3