about summary refs log tree commit diff
path: root/csu
diff options
context:
space:
mode:
Diffstat (limited to 'csu')
-rw-r--r--csu/Makefile2
-rw-r--r--csu/abi-note.S2
-rw-r--r--csu/check_fds.c2
-rw-r--r--csu/dso_handle.c2
-rw-r--r--csu/elf-init.c2
-rw-r--r--csu/errno-loc.c2
-rw-r--r--csu/errno.c2
-rw-r--r--csu/gmon-start.c2
-rw-r--r--csu/init-first.c2
-rw-r--r--csu/init.c2
-rw-r--r--csu/libc-start.c2
-rw-r--r--csu/libc-tls.c2
-rw-r--r--csu/static-reloc.c2
-rw-r--r--csu/version.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/csu/Makefile b/csu/Makefile
index 73844b912f..74ed111155 100644
--- a/csu/Makefile
+++ b/csu/Makefile
@@ -14,7 +14,7 @@
 
 # You should have received a copy of the 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
diff --git a/csu/abi-note.S b/csu/abi-note.S
index fa1f014a88..c9613eda6e 100644
--- a/csu/abi-note.S
+++ b/csu/abi-note.S
@@ -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
diff --git a/csu/check_fds.c b/csu/check_fds.c
index fceba96b1f..5ecf28982a 100644
--- a/csu/check_fds.c
+++ b/csu/check_fds.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>
diff --git a/csu/dso_handle.c b/csu/dso_handle.c
index 05960bca03..cb01bb1e52 100644
--- a/csu/dso_handle.c
+++ b/csu/dso_handle.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/>.  */
 
 /* We have to define __dso_handle ourselves since we do not use gcc's
    crtbegin files.  */
diff --git a/csu/elf-init.c b/csu/elf-init.c
index 9d192dfca0..6112dca379 100644
--- a/csu/elf-init.c
+++ b/csu/elf-init.c
@@ -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>
 
diff --git a/csu/errno-loc.c b/csu/errno-loc.c
index 76d30846d5..d14ab81d0c 100644
--- a/csu/errno-loc.c
+++ b/csu/errno-loc.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 <errno.h>
 #include <tls.h>
diff --git a/csu/errno.c b/csu/errno.c
index 89666c662f..d56624e5e8 100644
--- a/csu/errno.c
+++ b/csu/errno.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 <tls.h>
diff --git a/csu/gmon-start.c b/csu/gmon-start.c
index 347efed449..9e427342df 100644
--- a/csu/gmon-start.c
+++ b/csu/gmon-start.c
@@ -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>
diff --git a/csu/init-first.c b/csu/init-first.c
index 10762b61f5..e0f489ee6d 100644
--- a/csu/init-first.c
+++ b/csu/init-first.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 <ctype.h>
 #include <stdio.h>
diff --git a/csu/init.c b/csu/init.c
index c7a6da07d0..2d352800bf 100644
--- a/csu/init.c
+++ b/csu/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
-   <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
diff --git a/csu/libc-start.c b/csu/libc-start.c
index 5d9c3675fa..14e2b693f0 100644
--- a/csu/libc-start.c
+++ b/csu/libc-start.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 <assert.h>
 #include <stdlib.h>
diff --git a/csu/libc-tls.c b/csu/libc-tls.c
index a36d1d49ac..33d8b61e16 100644
--- a/csu/libc-tls.c
+++ b/csu/libc-tls.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 <startup.h>
 #include <errno.h>
diff --git a/csu/static-reloc.c b/csu/static-reloc.c
index 38bbb0ff6a..07501a0e73 100644
--- a/csu/static-reloc.c
+++ b/csu/static-reloc.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/>.  */
 
 #if ENABLE_STATIC_PIE
 #include <ldsodefs.h>
diff --git a/csu/version.c b/csu/version.c
index 5d2ae15510..6fc3ad6794 100644
--- a/csu/version.c
+++ b/csu/version.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 "version.h"
 #include <tls.h>