summaryrefslogtreecommitdiff
path: root/check-module
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-13 00:48:18 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-13 00:48:57 -0700
commitca35d468121a7ec60162155f9c3395068ca323d1 (patch)
tree21dda8c53d99e346571693406a75bdb24e67b7d1 /check-module
parent9dd86e23c6c1ab02723efdeb6704920724d6abfc (diff)
downloadgnulib-ca35d468121a7ec60162155f9c3395068ca323d1.tar.gz
all: prefer https: URLs
Diffstat (limited to 'check-module')
-rwxr-xr-xcheck-module4
1 files changed, 2 insertions, 2 deletions
diff --git a/check-module b/check-module
index 3bc658093a..107aeb73af 100755
--- a/check-module
+++ b/check-module
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Read a module description file and derive the set of files
@@ -42,7 +42,7 @@ use File::Basename;
my $COPYRIGHT_NOTICE = "Copyright (C) 2006 Free Software Foundation, Inc.\n".
"This is free software. You may redistribute copies of it under the terms of\n".
-"the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.\n".
+"the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.\n".
"There is NO WARRANTY, to the extent permitted by law.\n";
(my $VERSION = '$Revision: 1.8 $ ') =~ tr/[0-9].//cd;