summaryrefslogtreecommitdiff
path: root/tests/test-sigsegv-catch-segv2.c
diff options
context:
space:
mode:
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. */