about summary refs log tree commit diff
path: root/assert
diff options
context:
space:
mode:
Diffstat (limited to 'assert')
-rw-r--r--assert/Makefile2
-rw-r--r--assert/__assert.c2
-rw-r--r--assert/assert-perr.c2
-rw-r--r--assert/assert.c2
-rw-r--r--assert/assert.h2
-rw-r--r--assert/tst-assert-c++.cc2
-rw-r--r--assert/tst-assert-g++.cc2
7 files changed, 7 insertions, 7 deletions
diff --git a/assert/Makefile b/assert/Makefile
index 3da7422560..3f95d4ace2 100644
--- a/assert/Makefile
+++ b/assert/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/>.
 
 #
 #	Sub-makefile for assert portion of the library.
diff --git a/assert/__assert.c b/assert/__assert.c
index 082693eb7d..c118e75d84 100644
--- a/assert/__assert.c
+++ b/assert/__assert.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 see the prototype.  */
 #undef NDEBUG
diff --git a/assert/assert-perr.c b/assert/assert-perr.c
index 410f27c83c..e8330ecc8c 100644
--- a/assert/assert-perr.c
+++ b/assert/assert-perr.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 <libintl.h>
diff --git a/assert/assert.c b/assert/assert.c
index a524d5d747..28312f9975 100644
--- a/assert/assert.c
+++ b/assert/assert.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 <atomic.h>
diff --git a/assert/assert.h b/assert/assert.h
index 20fe320043..06b4faf4f1 100644
--- a/assert/assert.h
+++ b/assert/assert.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.2 Diagnostics	<assert.h>
diff --git a/assert/tst-assert-c++.cc b/assert/tst-assert-c++.cc
index 3df9815256..41cb487512 100644
--- a/assert/tst-assert-c++.cc
+++ b/assert/tst-assert-c++.cc
@@ -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>
 
diff --git a/assert/tst-assert-g++.cc b/assert/tst-assert-g++.cc
index c985811446..eb24013ae0 100644
--- a/assert/tst-assert-g++.cc
+++ b/assert/tst-assert-g++.cc
@@ -14,6 +14,6 @@
 
    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 <tst-assert-c++.cc>