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.
+2021-06-21 Eric Blake <eblake@redhat.com>
+
+ sigsegv, sigsegv-tests: Assign my contributions to the FSF.
+ * 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.
+
2021-06-20 Bruno Haible <bruno@clisp.org>
unistd: Avoid compilation error in C++ mode on Solaris, HP-UX, mingw.
# 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
dnl Public License, this file may be distributed as part of a program
/* Some auxiliary stuff for defining an alternate stack.
Copyright (C) 2010-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
/* Test the stack overflow handler.
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
/* 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