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 --- mach/Machrules | 2 +- mach/Makefile | 2 +- mach/devstream.c | 2 +- mach/lock-intern.h | 2 +- mach/lowlevellock.h | 2 +- mach/mach.h | 2 +- mach/mach/mach_traps.h | 2 +- mach/mach/mig_support.h | 2 +- mach/mach_init.c | 2 +- mach/mach_init.h | 2 +- mach/mig-alloc.c | 2 +- mach/mig-dealloc.c | 2 +- mach/mig-reply.c | 2 +- mach/msgserver.c | 2 +- mach/mutex-init.c | 2 +- mach/mutex-solid.c | 2 +- mach/setup-thread.c | 2 +- mach/spin-lock.h | 2 +- mach/spin-solid.c | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'mach') diff --git a/mach/Machrules b/mach/Machrules index 7a5e37c6b2..ec61089825 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . +# . # Makefiles may define these variable before including this file: # user-interfaces Names of interfaces to put user stubs in for. diff --git a/mach/Makefile b/mach/Makefile index b0317e8092..804b032e99 100644 --- a/mach/Makefile +++ b/mach/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 -# . +# . subdir := mach diff --git a/mach/devstream.c b/mach/devstream.c index 44aa43d86a..b1397e0446 100644 --- a/mach/devstream.c +++ b/mach/devstream.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/mach/lock-intern.h b/mach/lock-intern.h index 1988c89b09..6d9e5e3a2e 100644 --- a/mach/lock-intern.h +++ b/mach/lock-intern.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 _LOCK_INTERN_H #define _LOCK_INTERN_H diff --git a/mach/lowlevellock.h b/mach/lowlevellock.h index ddff44d372..eab0612687 100644 --- a/mach/lowlevellock.h +++ b/mach/lowlevellock.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 _MACH_LOWLEVELLOCK_H #define _MACH_LOWLEVELLOCK_H 1 diff --git a/mach/mach.h b/mach/mach.h index 943cb51aa4..4c46fa9a8c 100644 --- a/mach/mach.h +++ b/mach/mach.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 _MACH_H diff --git a/mach/mach/mach_traps.h b/mach/mach/mach_traps.h index 70db0d44e8..ac4d983f94 100644 --- a/mach/mach/mach_traps.h +++ b/mach/mach/mach_traps.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 - . */ + . */ /* Declare the few Mach system calls (except mach_msg, in ). This does not include the kernel RPC shortcut calls (in ). diff --git a/mach/mach/mig_support.h b/mach/mach/mig_support.h index db52f63e71..2419fcfdb2 100644 --- a/mach/mach/mig_support.h +++ b/mach/mach/mig_support.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 - . */ + . */ /* Useful declarations and support functions for MiG-generated stubs. */ diff --git a/mach/mach_init.c b/mach/mach_init.c index 2e0faeb672..4944df2e0f 100644 --- a/mach/mach_init.c +++ b/mach/mach_init.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 - . */ + . */ #include #include diff --git a/mach/mach_init.h b/mach/mach_init.h index 1c000ef467..85ae5921ab 100644 --- a/mach/mach_init.h +++ b/mach/mach_init.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 _MACH_INIT_H diff --git a/mach/mig-alloc.c b/mach/mig-alloc.c index 493e0d2672..61ea9c5024 100644 --- a/mach/mig-alloc.c +++ b/mach/mig-alloc.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 - . */ + . */ #include diff --git a/mach/mig-dealloc.c b/mach/mig-dealloc.c index badbb6cc8b..f64d7cbf21 100644 --- a/mach/mig-dealloc.c +++ b/mach/mig-dealloc.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 - . */ + . */ #include diff --git a/mach/mig-reply.c b/mach/mig-reply.c index d9723ef744..5951c7f6bc 100644 --- a/mach/mig-reply.c +++ b/mach/mig-reply.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 - . */ + . */ #include diff --git a/mach/msgserver.c b/mach/msgserver.c index 8994ae93d7..7b81abc32c 100644 --- a/mach/msgserver.c +++ b/mach/msgserver.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 - . */ + . */ /* 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) diff --git a/mach/mutex-init.c b/mach/mutex-init.c index 59ca891397..aa59b70388 100644 --- a/mach/mutex-init.c +++ b/mach/mutex-init.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/mach/mutex-solid.c b/mach/mutex-solid.c index d771ad6059..9669caafe9 100644 --- a/mach/mutex-solid.c +++ b/mach/mutex-solid.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/mach/setup-thread.c b/mach/setup-thread.c index 420991c69c..62317fa59b 100644 --- a/mach/setup-thread.c +++ b/mach/setup-thread.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 - . */ + . */ #include #include diff --git a/mach/spin-lock.h b/mach/spin-lock.h index 19d28e0fa0..3efd34afeb 100644 --- a/mach/spin-lock.h +++ b/mach/spin-lock.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 _SPIN_LOCK_H #define _SPIN_LOCK_H diff --git a/mach/spin-solid.c b/mach/spin-solid.c index ac50d90612..132238cd6c 100644 --- a/mach/spin-solid.c +++ b/mach/spin-solid.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 - . */ + . */ #include #include -- cgit 1.4.1