summaryrefslogtreecommitdiff
path: root/tests/test-sigsegv-catch-segv2.c
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 /tests/test-sigsegv-catch-segv2.c
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 'tests/test-sigsegv-catch-segv2.c')
-rw-r--r--tests/test-sigsegv-catch-segv2.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-sigsegv-catch-segv2.c b/tests/test-sigsegv-catch-segv2.c
index dd28517f9c..b2a4804d09 100644
--- a/tests/test-sigsegv-catch-segv2.c
+++ b/tests/test-sigsegv-catch-segv2.c
@@ -1,5 +1,5 @@
/* Test that the handler can be exited multiple times.
- Copyright (C) 2002-2021 Bruno Haible <bruno@clisp.org>
+ Copyright (C) 2002-2021 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
@@ -14,6 +14,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
+/* Written by Bruno Haible. */
+
#include <config.h>
/* Specification. */