aboutsummaryrefslogtreecommitdiff
path: root/ctype
diff options
context:
space:
mode:
Diffstat (limited to 'ctype')
-rw-r--r--ctype/Makefile2
-rw-r--r--ctype/ctype-c99.c2
-rw-r--r--ctype/ctype-c99_l.c2
-rw-r--r--ctype/ctype-extn.c2
-rw-r--r--ctype/ctype-info.c2
-rw-r--r--ctype/ctype.c2
-rw-r--r--ctype/ctype.h2
-rw-r--r--ctype/ctype_l.c2
-rw-r--r--ctype/isctype.c2
-rw-r--r--ctype/test_ctype.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/ctype/Makefile b/ctype/Makefile
index a4e2169..9fd96df 100644
--- a/ctype/Makefile
+++ b/ctype/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 ctype portion of the library.
diff --git a/ctype/ctype-c99.c b/ctype/ctype-c99.c
index cab9446..4834a66 100644
--- a/ctype/ctype-c99.c
+++ b/ctype/ctype-c99.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/>. */
#define __NO_CTYPE
#include <ctype.h>
diff --git a/ctype/ctype-c99_l.c b/ctype/ctype-c99_l.c
index be3521b..046501c 100644
--- a/ctype/ctype-c99_l.c
+++ b/ctype/ctype-c99_l.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/>. */
#define __NO_CTYPE
#include <ctype.h>
diff --git a/ctype/ctype-extn.c b/ctype/ctype-extn.c
index db617b0..ae6d5a2 100644
--- a/ctype/ctype-extn.c
+++ b/ctype/ctype-extn.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/>. */
#define __NO_CTYPE
#include <ctype.h>
diff --git a/ctype/ctype-info.c b/ctype/ctype-info.c
index 4083c7d..4501f5c 100644
--- a/ctype/ctype-info.c
+++ b/ctype/ctype-info.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/>. */
#define CTYPE_EXTERN_INLINE /* Define real functions for accessors. */
#include <ctype.h>
diff --git a/ctype/ctype.c b/ctype/ctype.c
index 332b131..6c5da6b 100644
--- a/ctype/ctype.c
+++ b/ctype/ctype.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/>. */
#define __NO_CTYPE
#include <ctype.h>
diff --git a/ctype/ctype.h b/ctype/ctype.h
index 78a455e..35efe0d 100644
--- a/ctype/ctype.h
+++ b/ctype/ctype.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.4: Character handling <ctype.h>
diff --git a/ctype/ctype_l.c b/ctype/ctype_l.c
index d785ac0..be821d4 100644
--- a/ctype/ctype_l.c
+++ b/ctype/ctype_l.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/>. */
#define __NO_CTYPE
#include <ctype.h>
diff --git a/ctype/isctype.c b/ctype/isctype.c
index abae15d..ac0a44d 100644
--- a/ctype/isctype.c
+++ b/ctype/isctype.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 <ctype.h>
diff --git a/ctype/test_ctype.c b/ctype/test_ctype.c
index e1edee6..9ac3505 100644
--- a/ctype/test_ctype.c
+++ b/ctype/test_ctype.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 <limits.h>
#include <ctype.h>