summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-16 18:08:05 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-16 20:39:54 -0700
commit09c7f53e3f87a0f819d9478e378d1d9f1855841a (patch)
treeaf155567e669e6472f8ef368be443952bb6c942b
parent199e7a445040270fa5ef67623c56cde40d765199 (diff)
downloadautomake-09c7f53e3f87a0f819d9478e378d1d9f1855841a.tar.gz
Fix a couple more http: URLs
-rw-r--r--bin/aclocal.in2
-rw-r--r--bin/automake.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/aclocal.in b/bin/aclocal.in
index 016550a49..45140feb5 100644
--- a/bin/aclocal.in
+++ b/bin/aclocal.in
@@ -1073,7 +1073,7 @@ sub version ()
print <<EOF;
aclocal (GNU $PACKAGE) $VERSION
Copyright (C) $RELEASE_YEAR Free Software Foundation, Inc.
-License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
+License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
diff --git a/bin/automake.in b/bin/automake.in
index 895f0b5c9..4a7bc1203 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -7941,7 +7941,7 @@ sub version ()
print <<EOF;
automake (GNU $PACKAGE) $VERSION
Copyright (C) $RELEASE_YEAR Free Software Foundation, Inc.
-License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
+License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.