summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.