summaryrefslogtreecommitdiff
path: root/t/built-sources-fork-bomb.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/built-sources-fork-bomb.sh')
-rw-r--r--t/built-sources-fork-bomb.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/built-sources-fork-bomb.sh b/t/built-sources-fork-bomb.sh
index 4c58fcfc6..563372bdc 100644
--- a/t/built-sources-fork-bomb.sh
+++ b/t/built-sources-fork-bomb.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2012-2017 Free Software Foundation, Inc.
+# Copyright (C) 2012-2018 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -12,15 +12,15 @@
# 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/>.
# Due to how the handling of $(BUILT_SOURCES) is implemented in Automake-NG,
# a recursive make call in the recipe of any $(BUILT_SOURCES) (or of any of
# its prerequisites) might cause an infinite recursion (complete with fork
# bomb, yuck) if not handled correctly. Verify that this doesn't happen.
# For more background, see:
-# <http://lists.gnu.org/archive/html/help-smalltalk/2012-08/msg00027.html>
-# <http://lists.gnu.org/archive/html/automake-patches/2012-08/msg00052.html>
+# <https://lists.gnu.org/archive/html/help-smalltalk/2012-08/msg00027.html>
+# <https://lists.gnu.org/archive/html/automake-patches/2012-08/msg00052.html>
# Backported to improve coverage of mainline Automake.
required=GNUmake