diff options
Diffstat (limited to 'conform')
-rw-r--r-- | conform/Makefile | 2 | ||||
-rwxr-xr-x | conform/check-header-lists.sh | 2 | ||||
-rw-r--r-- | conform/conformtest.py | 2 | ||||
-rw-r--r-- | conform/glibcconform.py | 2 | ||||
-rw-r--r-- | conform/linknamespace.py | 2 | ||||
-rw-r--r-- | conform/list-header-symbols.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/conform/Makefile b/conform/Makefile index 59d569c4c5..2456e1b87f 100644 --- a/conform/Makefile +++ b/conform/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 conform portion of the library. diff --git a/conform/check-header-lists.sh b/conform/check-header-lists.sh index ba262c33b5..5254361c9c 100755 --- a/conform/check-header-lists.sh +++ b/conform/check-header-lists.sh @@ -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/>. set -e diff --git a/conform/conformtest.py b/conform/conformtest.py index 53cca690d1..0c3f70f431 100644 --- a/conform/conformtest.py +++ b/conform/conformtest.py @@ -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/>. import argparse import fnmatch diff --git a/conform/glibcconform.py b/conform/glibcconform.py index a00b27dc37..2d9e558b71 100644 --- a/conform/glibcconform.py +++ b/conform/glibcconform.py @@ -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/>. import os.path import re diff --git a/conform/linknamespace.py b/conform/linknamespace.py index cfadfdd3ad..9f5febf5d0 100644 --- a/conform/linknamespace.py +++ b/conform/linknamespace.py @@ -17,7 +17,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/>. import argparse from collections import defaultdict diff --git a/conform/list-header-symbols.py b/conform/list-header-symbols.py index 544b553aa3..fa869ec642 100644 --- a/conform/list-header-symbols.py +++ b/conform/list-header-symbols.py @@ -16,7 +16,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/>. import argparse |