summaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer')
-rwxr-xr-xmaintainer/am-ft2
-rwxr-xr-xmaintainer/am-xft2
-rwxr-xr-xmaintainer/check-perl-protos2
-rw-r--r--maintainer/maint.mk6
-rwxr-xr-xmaintainer/rename-tests2
-rw-r--r--maintainer/syntax-checks.mk2
6 files changed, 8 insertions, 8 deletions
diff --git a/maintainer/am-ft b/maintainer/am-ft
index 6bb7d97e5..48eb5ba54 100755
--- a/maintainer/am-ft
+++ b/maintainer/am-ft
@@ -15,7 +15,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/>.
# TODO: some documentation would be nice ...
diff --git a/maintainer/am-xft b/maintainer/am-xft
index 98263babb..958a21a96 100755
--- a/maintainer/am-xft
+++ b/maintainer/am-xft
@@ -12,7 +12,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/>.
MAKE=${MAKE-make} GIT=${GIT-git}
$GIT clean -fdx && $MAKE bootstrap && $MAKE dist && exec am-ft "$@"
diff --git a/maintainer/check-perl-protos b/maintainer/check-perl-protos
index b1d6a72b5..649aafb34 100755
--- a/maintainer/check-perl-protos
+++ b/maintainer/check-perl-protos
@@ -13,7 +13,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/>.
use warnings;
use strict;
diff --git a/maintainer/maint.mk b/maintainer/maint.mk
index 1cfd2e870..51907193c 100644
--- a/maintainer/maint.mk
+++ b/maintainer/maint.mk
@@ -13,7 +13,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/>.
# Avoid CDPATH issues.
unexport CDPATH
@@ -286,7 +286,7 @@ announcement: NEWS
$(AM_V_GEN): \
&& rm -f $@ $@-t \
&& $(determine_release_type) \
- && ftp_base="ftp://$$dest.gnu.org/gnu/$(PACKAGE)" \
+ && ftp_base="https://$$dest.gnu.org/gnu/$(PACKAGE)" \
&& X () { printf '%s\n' "$$*" >> $@-t; } \
&& X "We are pleased to announce the $(PACKAGE_NAME) $(VERSION)" \
"$$announcement_type." \
@@ -502,7 +502,7 @@ update-copyright:
# Run the testsuite with the least supported autoconf version. #
# -------------------------------------------------------------- #
-gnu-ftp = http://ftp.gnu.org/gnu
+gnu-ftp = https://ftp.gnu.org/gnu
# Various shorthands: version, name, package name, tarball name,
# tarball location, installation directory.
diff --git a/maintainer/rename-tests b/maintainer/rename-tests
index 8c643872b..b933016f3 100755
--- a/maintainer/rename-tests
+++ b/maintainer/rename-tests
@@ -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/>.
set -e -u
diff --git a/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk
index 07a12ab6f..411f995ec 100644
--- a/maintainer/syntax-checks.mk
+++ b/maintainer/syntax-checks.mk
@@ -13,7 +13,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/>.
# We also have to take into account VPATH builds (where some generated
# tests might be in '$(builddir)' rather than in '$(srcdir)'), TAP-based