bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: bug-gnulib@gnu.org
Subject: [PATCH] sigsegv, sigsegv-tests: Assign my contributions to the FSF.
Date: Mon, 21 Jun 2021 13:22:08 -0500	[thread overview]
Message-ID: <20210621182208.746522-1-eblake@redhat.com> (raw)
In-Reply-To: <1632146.LBklNPXdHg@omega>

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                                 | 9 +++++++++
 m4/sigaltstack.m4                         | 1 -
 tests/altstack-util.h                     | 1 -
 tests/test-sigsegv-catch-stackoverflow1.c | 1 -
 tests/test-sigsegv-catch-stackoverflow2.c | 1 -
 5 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index eee09cd522..bf51718de8 100644
--- 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.
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 <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
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 <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
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 <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
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
-- 
2.31.1



      reply	other threads:[~2021-06-21 18:22 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-16 17:01 new module 'sigsegv' Bruno Haible
2021-06-06 23:27 ` Dmitry V. Levin
2021-06-07  0:49   ` Bruno Haible
2021-06-07 10:29     ` Dmitry V. Levin
2021-06-08  1:45       ` Jim Meyering
2021-06-08  2:40         ` warnings in unit tests Bruno Haible
2021-06-08  5:55           ` Jim Meyering
2021-06-08  8:56             ` Bruno Haible
2021-06-09  0:41               ` Dmitry V. Levin
2021-06-10 20:05                 ` Bruno Haible
     [not found]             ` <CAH8yC8kHTq5J9onJj+2jwy_DwzXrwujqFs9TEBxGh5k_KCu=kg@mail.gmail.com>
2021-06-08 10:57               ` Bruno Haible
2021-06-08 16:42                 ` Paul Eggert
2021-06-09 13:35                   ` Dmitry V. Levin
2021-06-09 19:38                   ` Bruno Haible
2021-06-10 19:39                   ` Bruno Haible
2021-06-09  7:23                 ` Bernhard Voelker
2021-06-09 14:17                   ` Bruno Haible
2021-06-10  8:13                     ` Simon Josefsson via Gnulib discussion list
2021-06-10 19:51                       ` Bruno Haible
2021-06-10 21:49                         ` Simon Josefsson via Gnulib discussion list
2021-06-11 12:21                         ` Eric Blake
2021-06-11 13:57                           ` Bruno Haible
2021-06-19 12:02 ` new module 'sigsegv' Bruno Haible
2021-06-21 18:22   ` Eric Blake [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-gnulib

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210621182208.746522-1-eblake@redhat.com \
    --to=eblake@redhat.com \
    --cc=bug-gnulib@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).