summaryrefslogtreecommitdiff
path: root/tests/test-sigsegv-catch-stackoverflow2.c
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2021-06-21 13:21:18 -0500
committerEric Blake <eblake@redhat.com>2021-06-21 13:21:18 -0500
commit7869c5e1fa864d715a386a51158a192679070610 (patch)
tree0bb521e859d124f3894ba9d23e700b3a5eefcf5d /tests/test-sigsegv-catch-stackoverflow2.c
parentc7b1e060d17023065c776757da406d728310cc38 (diff)
downloadgnulib-7869c5e1fa864d715a386a51158a192679070610.tar.gz
sigsegv, sigsegv-tests: Assign my contributions to the FSF.
Following Bruno's lead, I'm also happy with this change. * m4/sigaltstack.m4: Change copyright notice: Write "Copyright (C) FSF" instead of "Copyright (C) Eric Blake". * tests/altstack-util.h: Likewise. * tests/test-sigsegv-catch-stackoverflow1.c: Likewise. * tests/test-sigsegv-catch-stackoverflow2.c: Likewise.
Diffstat (limited to 'tests/test-sigsegv-catch-stackoverflow2.c')
-rw-r--r--tests/test-sigsegv-catch-stackoverflow2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-sigsegv-catch-stackoverflow2.c b/tests/test-sigsegv-catch-stackoverflow2.c
index 63c0f39452..5914e32504 100644
--- a/tests/test-sigsegv-catch-stackoverflow2.c
+++ b/tests/test-sigsegv-catch-stackoverflow2.c
@@ -1,6 +1,5 @@
/* Test that stack overflow and SIGSEGV are correctly distinguished.
Copyright (C) 2002-2021 Free Software Foundation, Inc.
- Copyright (C) 2010 Eric Blake <eblake@redhat.com>
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