aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/alloc_buffer.h2
-rw-r--r--include/allocate_once.h2
-rw-r--r--include/array_length.h2
-rw-r--r--include/atomic.h2
-rw-r--r--include/bits/xopen_lim.h2
-rw-r--r--include/features.h2
-rw-r--r--include/gnu-versions.h2
-rw-r--r--include/gnu/libc-version.h2
-rw-r--r--include/ifunc-impl-list.h2
-rw-r--r--include/inline-hashtab.h2
-rw-r--r--include/libc-diag.h2
-rw-r--r--include/libc-internal.h2
-rw-r--r--include/libc-pointer-arith.h2
-rw-r--r--include/libc-symbols.h2
-rw-r--r--include/limits.h2
-rw-r--r--include/link.h2
-rw-r--r--include/list.h2
-rw-r--r--include/list_t.h2
-rw-r--r--include/loop_unroll.h2
-rw-r--r--include/math-narrow-eval.h2
-rw-r--r--include/programs/xmalloc.h2
-rw-r--r--include/random-bits.h2
-rw-r--r--include/rounding-mode.h2
-rw-r--r--include/scratch_buffer.h2
-rw-r--r--include/set-hooks.h2
-rw-r--r--include/shlib-compat.h2
-rw-r--r--include/stackinfo.h2
-rw-r--r--include/stap-probe.h2
-rw-r--r--include/stdc-predef.h2
-rw-r--r--include/sys/sysmacros.h2
-rw-r--r--include/sys/time.h2
-rw-r--r--include/values.h2
32 files changed, 32 insertions, 32 deletions
diff --git a/include/alloc_buffer.h b/include/alloc_buffer.h
index 9c469b9..f1efe2f 100644
--- a/include/alloc_buffer.h
+++ b/include/alloc_buffer.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/>. */
/* Allocation buffers are used to carve out sub-allocations from a
larger allocation. Their primary application is in writing NSS
diff --git a/include/allocate_once.h b/include/allocate_once.h
index bb456ce..6dfd70d 100644
--- a/include/allocate_once.h
+++ b/include/allocate_once.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 _ALLOCATE_ONCE_H
#define _ALLOCATE_ONCE_H
diff --git a/include/array_length.h b/include/array_length.h
index db98a69..a3e8adb 100644
--- a/include/array_length.h
+++ b/include/array_length.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 _ARRAY_LENGTH_H
#define _ARRAY_LENGTH_H
diff --git a/include/atomic.h b/include/atomic.h
index ee1978e..f8647a6 100644
--- a/include/atomic.h
+++ b/include/atomic.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 _ATOMIC_H
#define _ATOMIC_H 1
diff --git a/include/bits/xopen_lim.h b/include/bits/xopen_lim.h
index b76a94b..757a5c6 100644
--- a/include/bits/xopen_lim.h
+++ b/include/bits/xopen_lim.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/>. */
/*
* Never include this file directly; use <limits.h> instead.
diff --git a/include/features.h b/include/features.h
index 8187539..3900016 100644
--- a/include/features.h
+++ b/include/features.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#ifndef _FEATURES_H
#define _FEATURES_H 1
diff --git a/include/gnu-versions.h b/include/gnu-versions.h
index 6db552a..ec2466d 100644
--- a/include/gnu-versions.h
+++ b/include/gnu-versions.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 _GNU_VERSIONS_H
#define _GNU_VERSIONS_H 1
diff --git a/include/gnu/libc-version.h b/include/gnu/libc-version.h
index 0e2e91b..32f0e5e 100644
--- a/include/gnu/libc-version.h
+++ b/include/gnu/libc-version.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 _GNU_LIBC_VERSION_H
#define _GNU_LIBC_VERSION_H 1
diff --git a/include/ifunc-impl-list.h b/include/ifunc-impl-list.h
index cf35f13..a9acd4e 100644
--- a/include/ifunc-impl-list.h
+++ b/include/ifunc-impl-list.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 _IFUNC_IMPL_LIST_H
#define _IFUNC_IMPL_LIST_H 1
diff --git a/include/inline-hashtab.h b/include/inline-hashtab.h
index c1b6675..8eabf9c 100644
--- a/include/inline-hashtab.h
+++ b/include/inline-hashtab.h
@@ -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
diff --git a/include/libc-diag.h b/include/libc-diag.h
index 9e1b32e..d423114 100644
--- a/include/libc-diag.h
+++ b/include/libc-diag.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 _LIBC_DIAG_H
#define _LIBC_DIAG_H 1
diff --git a/include/libc-internal.h b/include/libc-internal.h
index db4d124..05b6b66 100644
--- a/include/libc-internal.h
+++ b/include/libc-internal.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 _LIBC_INTERNAL
# define _LIBC_INTERNAL 1
diff --git a/include/libc-pointer-arith.h b/include/libc-pointer-arith.h
index c5390a9..b32df71 100644
--- a/include/libc-pointer-arith.h
+++ b/include/libc-pointer-arith.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 _LIBC_POINTER_ARITH_H
#define _LIBC_POINTER_ARITH_H 1
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index b68ec4b..ac6fe33 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.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 _LIBC_SYMBOLS_H
#define _LIBC_SYMBOLS_H 1
diff --git a/include/limits.h b/include/limits.h
index 80b5dbb..9415453 100644
--- a/include/limits.h
+++ b/include/limits.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.10/5.2.4.2.1 Sizes of integer types <limits.h>
diff --git a/include/link.h b/include/link.h
index 736e1d7..1184201 100644
--- a/include/link.h
+++ b/include/link.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 _PRIVATE_LINK_H
#define _PRIVATE_LINK_H 1
diff --git a/include/list.h b/include/list.h
index 862fb7e..3890b8e 100644
--- a/include/list.h
+++ b/include/list.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 _LIST_H
#define _LIST_H 1
diff --git a/include/list_t.h b/include/list_t.h
index a84bd54..b4e5396 100644
--- a/include/list_t.h
+++ b/include/list_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 _LIST_T_H
#define _LIST_T_H 1
diff --git a/include/loop_unroll.h b/include/loop_unroll.h
index d6a84e6..d95dce4 100644
--- a/include/loop_unroll.h
+++ b/include/loop_unroll.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 _LOOP_UNROLL_H
#define _LOOP_UNROLL_H
diff --git a/include/math-narrow-eval.h b/include/math-narrow-eval.h
index 37bbd2e..5b39825 100644
--- a/include/math-narrow-eval.h
+++ b/include/math-narrow-eval.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 _MATH_NARROW_EVAL_H
#define _MATH_NARROW_EVAL_H 1
diff --git a/include/programs/xmalloc.h b/include/programs/xmalloc.h
index 5ee37ae..fe956d2 100644
--- a/include/programs/xmalloc.h
+++ b/include/programs/xmalloc.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 _XMALLOC_H
#define _XMALLOC_H 1
diff --git a/include/random-bits.h b/include/random-bits.h
index a0651a5..d6c3406 100644
--- a/include/random-bits.h
+++ b/include/random-bits.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 _RANDOM_BITS_H
# define _RANDOM_BITS_H
diff --git a/include/rounding-mode.h b/include/rounding-mode.h
index 3c0c1bc..7489cc2 100644
--- a/include/rounding-mode.h
+++ b/include/rounding-mode.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 _ROUNDING_MODE_H
#define _ROUNDING_MODE_H 1
diff --git a/include/scratch_buffer.h b/include/scratch_buffer.h
index 29af35d..0482773 100644
--- a/include/scratch_buffer.h
+++ b/include/scratch_buffer.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 _SCRATCH_BUFFER_H
#define _SCRATCH_BUFFER_H
diff --git a/include/set-hooks.h b/include/set-hooks.h
index a0c5101..f1225b0 100644
--- a/include/set-hooks.h
+++ b/include/set-hooks.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 _SET_HOOKS_H
#define _SET_HOOKS_H 1
diff --git a/include/shlib-compat.h b/include/shlib-compat.h
index 9d29178..f1c2fd8 100644
--- a/include/shlib-compat.h
+++ b/include/shlib-compat.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 _SHLIB_COMPAT_H
#define _SHLIB_COMPAT_H 1
diff --git a/include/stackinfo.h b/include/stackinfo.h
index c002cf7..a2b8198 100644
--- a/include/stackinfo.h
+++ b/include/stackinfo.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 _INCLUDE_STACKINFO_H
#define _INCLUDE_STACKINFO_H 1
diff --git a/include/stap-probe.h b/include/stap-probe.h
index 85f41c9..89d4f21 100644
--- a/include/stap-probe.h
+++ b/include/stap-probe.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 _STAP_PROBE_H
#define _STAP_PROBE_H 1
diff --git a/include/stdc-predef.h b/include/stdc-predef.h
index 5cc5eef..a34d2ea 100644
--- a/include/stdc-predef.h
+++ b/include/stdc-predef.h
@@ -13,7 +13,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
#ifndef _STDC_PREDEF_H
#define _STDC_PREDEF_H 1
diff --git a/include/sys/sysmacros.h b/include/sys/sysmacros.h
index 5624aa2..b02e73f 100644
--- a/include/sys/sysmacros.h
+++ b/include/sys/sysmacros.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 _ISOMAC
# define __SYSMACROS_NEED_IMPLEMENTATION
diff --git a/include/sys/time.h b/include/sys/time.h
index 7ba0ca7..57208af 100644
--- a/include/sys/time.h
+++ b/include/sys/time.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 _SYS_TIME_H
# include <time/sys/time.h>
diff --git a/include/values.h b/include/values.h
index ae987a5..91a61ab 100644
--- a/include/values.h
+++ b/include/values.h
@@ -14,7 +14,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, see
- <http://www.gnu.org/licenses/>. */
+ <https://www.gnu.org/licenses/>. */
/* This interface is obsolete. New programs should use
<limits.h> and/or <float.h> instead of <values.h>. */