summaryrefslogtreecommitdiff
path: root/checks/stackovf.test
diff options
context:
space:
mode:
authorJinWang An <jinwang.an@samsung.com>2021-12-28 12:58:57 +0900
committerJinWang An <jinwang.an@samsung.com>2021-12-28 12:58:57 +0900
commitbbcce2d630bc94f06c99ff627cec033a3a6dcd93 (patch)
tree9ba3b9f968ca8ead2663e8bee09b82b8a32fb76b /checks/stackovf.test
parent253a2fc5d9cd390d78a209f08af8ae31b13c44d8 (diff)
downloadm4-bbcce2d630bc94f06c99ff627cec033a3a6dcd93.tar.gz
m4-bbcce2d630bc94f06c99ff627cec033a3a6dcd93.tar.bz2
m4-bbcce2d630bc94f06c99ff627cec033a3a6dcd93.zip
Imported Upstream version 1.4.19upstream/1.4.19upstream
Diffstat (limited to 'checks/stackovf.test')
-rwxr-xr-xchecks/stackovf.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/checks/stackovf.test b/checks/stackovf.test
index 3924f1e..16b9753 100755
--- a/checks/stackovf.test
+++ b/checks/stackovf.test
@@ -1,7 +1,7 @@
#!/bin/sh
# This file is part of the GNU m4 testsuite
-# Copyright (C) 2000, 2003, 2007-2014, 2016 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000, 2003, 2007-2014, 2016-2017, 2020-2021 Free
+# Software Foundation, Inc.
#
# This file is part of GNU M4.
#
@@ -16,7 +16,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/>.
# Script to verify that stack overflow is diagnosed properly when
# there is infinite macro call nesting, provided the OS supports it.