From: Eric Blake Date: Mon, 21 Jun 2021 18:21:18 +0000 (-0500) Subject: sigsegv, sigsegv-tests: Assign my contributions to the FSF. X-Git-Tag: v1.0~2795 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7869c5e1fa864d715a386a51158a192679070610;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index eee09cd522..bf51718de8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2021-06-21 Eric Blake + + 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 unistd: Avoid compilation error in C++ mode on Solaris, HP-UX, mingw. diff --git a/m4/sigaltstack.m4 b/m4/sigaltstack.m4 index f8f4aa524f..6dbd677981 100644 --- a/m4/sigaltstack.m4 +++ b/m4/sigaltstack.m4 @@ -1,6 +1,5 @@ # sigaltstack.m4 serial 15 dnl Copyright (C) 2002-2021 Free Software Foundation, Inc. -dnl Copyright (C) 2008 Eric Blake 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 diff --git a/tests/altstack-util.h b/tests/altstack-util.h index ddbd9e54ef..fbd0d13f99 100644 --- a/tests/altstack-util.h +++ b/tests/altstack-util.h @@ -1,6 +1,5 @@ /* Some auxiliary stuff for defining an alternate stack. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Copyright (C) 2010 Eric Blake 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 diff --git a/tests/test-sigsegv-catch-stackoverflow1.c b/tests/test-sigsegv-catch-stackoverflow1.c index d5050d7ca8..2f1e6f4879 100644 --- a/tests/test-sigsegv-catch-stackoverflow1.c +++ b/tests/test-sigsegv-catch-stackoverflow1.c @@ -1,6 +1,5 @@ /* Test the stack overflow handler. Copyright (C) 2002-2021 Free Software Foundation, Inc. - Copyright (C) 2010 Eric Blake 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 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 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