summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-16 18:08:05 -0700
committerMathieu Lirzin <mthl@gnu.org>2017-09-19 13:16:28 +0200
commit8c81e7b8abe9203d91124596681570105c751303 (patch)
tree29adf134b33960693ab264436374e20dddb5023b
parent3562e384f43bbd9d48598904a82a792039f4ce33 (diff)
downloadautomake-8c81e7b8abe9203d91124596681570105c751303.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 663b7fcb5..aad0cfb4e 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 462e1e256..653340563 100644
--- a/bin/automake.in
+++ b/bin/automake.in
@@ -8135,7 +8135,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.