]> Savannah Git Hosting - gnulib.git/commitdiff
sigsegv, sigsegv-tests: Assign my contributions to the FSF.
authorEric Blake <eblake@redhat.com>
Mon, 21 Jun 2021 18:21:18 +0000 (13:21 -0500)
committerEric Blake <eblake@redhat.com>
Mon, 21 Jun 2021 18:21:18 +0000 (13:21 -0500)
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.

ChangeLog
m4/sigaltstack.m4
tests/altstack-util.h
tests/test-sigsegv-catch-stackoverflow1.c
tests/test-sigsegv-catch-stackoverflow2.c

index eee09cd52254322e47a72298f8da41279bbba1b5..bf51718de842f7a0776633c7433028f0b144e457 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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.
index f8f4aa524fe5398e4ac49eac03716e405e187877..6dbd6779819a30e7b1b73213a28898cc35622990 100644 (file)
@@ -1,6 +1,5 @@
 # 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
index ddbd9e54ef385314e5d583ea61c1edf9ee9fdb4d..fbd0d13f998fdeda9ee8eff67bc332f1319c293b 100644 (file)
@@ -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 <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
index d5050d7ca84cf8051539f798af4536b8b3585438..2f1e6f4879348dd28c2b46b9cd0f38aceb6ffd04 100644 (file)
@@ -1,6 +1,5 @@
 /* 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
index 63c0f39452088768332f5092eddc2812f99d595b..5914e325048d32004101913e73f2ebc4e0ee9be0 100644 (file)
@@ -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