summaryrefslogtreecommitdiff
path: root/m4/sigaltstack.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-06-19 13:57:53 +0200
committerBruno Haible <bruno@clisp.org>2021-06-19 13:57:53 +0200
commit0647171f083cd3eb4a9a4077c013fe7d069589c7 (patch)
tree0964ba11b3aba81e8015d3c019c156ffedaff136 /m4/sigaltstack.m4
parentfbcf84e542d5abad1f3fbdf4759874cf414946d5 (diff)
downloadgnulib-0647171f083cd3eb4a9a4077c013fe7d069589c7.tar.gz
sigsegv, sigsegv-tests: Assign my contributions to the FSF.
* lib/sigsegv.in.h: Change copyright notice: Write "Copyright (C) FSF" instead of "Copyright (C) Bruno Haible". * lib/sigsegv.c: Likewise. * lib/stackvma.h: Likewise. * lib/stackvma.c: Likewise. * m4/sigaltstack.m4: Likewise. * m4/stack-direction.m4: Likewise. * tests/altstack-util.h: Likewise. * tests/mmap-anon-util.h: Likewise. * tests/test-sigsegv-catch-segv1.c: Likewise. * tests/test-sigsegv-catch-segv2.c: Likewise. * tests/test-sigsegv-catch-stackoverflow1.c: Likewise. * tests/test-sigsegv-catch-stackoverflow2.c: Likewise.
Diffstat (limited to 'm4/sigaltstack.m4')
-rw-r--r--m4/sigaltstack.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/m4/sigaltstack.m4 b/m4/sigaltstack.m4
index 47e9000790..f8f4aa524f 100644
--- a/m4/sigaltstack.m4
+++ b/m4/sigaltstack.m4
@@ -1,5 +1,5 @@
-# sigaltstack.m4 serial 14
-dnl Copyright (C) 2002-2021 Bruno Haible <bruno@clisp.org>
+# sigaltstack.m4 serial 15
+dnl Copyright (C) 2002-2021 Free Software Foundation, Inc.
dnl Copyright (C) 2008 Eric Blake <ebb9@byu.net>
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
@@ -7,6 +7,8 @@ dnl Public License, this file may be distributed as part of a program
dnl that contains a configuration script generated by Autoconf, under
dnl the same distribution terms as the rest of that program.
+dnl Written by Bruno Haible and Eric Blake.
+
AC_DEFUN([SV_SIGALTSTACK],
[
AC_REQUIRE([AC_PROG_CC])