aboutsummaryrefslogtreecommitdiff
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 3da7422..3f95d4a 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 082693e..c118e75 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 410f27c..e8330ec 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 a524d5d..28312f9 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 20fe320..06b4faf 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 3df9815..41cb487 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 c985811..eb24013 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>