about summary refs log tree commit diff
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 a4e216957a..9fd96df75c 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 cab944609b..4834a6604f 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 be3521bf12..046501cf76 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 db617b0ac0..ae6d5a29f9 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 4083c7d2a6..4501f5c819 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 332b1312d2..6c5da6bad6 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 78a455e227..35efe0d2cf 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 d785ac0b89..be821d49fc 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 abae15d864..ac0a44db48 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 e1edee6df5..9ac3505101 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>