]> Savannah Git Hosting - gnulib.git/commitdiff
sigsegv, sigsegv-tests: Assign my contributions to the FSF.
authorBruno Haible <bruno@clisp.org>
Sat, 19 Jun 2021 11:57:53 +0000 (13:57 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 19 Jun 2021 11:57:53 +0000 (13:57 +0200)
* lib/sigsegv.in.h: Change copyright notice: Write "Copyright (C) FSF"
instead of "Copyright (C) Bruno Haible".
* lib/sigsegv.c: Likewise.
* lib/stackvma.h: Likewise.
* lib/stackvma.c: Likewise.
* m4/sigaltstack.m4: Likewise.
* m4/stack-direction.m4: Likewise.
* tests/altstack-util.h: Likewise.
* tests/mmap-anon-util.h: Likewise.
* tests/test-sigsegv-catch-segv1.c: Likewise.
* tests/test-sigsegv-catch-segv2.c: Likewise.
* tests/test-sigsegv-catch-stackoverflow1.c: Likewise.
* tests/test-sigsegv-catch-stackoverflow2.c: Likewise.

13 files changed:
ChangeLog
lib/sigsegv.c
lib/sigsegv.in.h
lib/stackvma.c
lib/stackvma.h
m4/sigaltstack.m4
m4/stack-direction.m4
tests/altstack-util.h
tests/mmap-anon-util.h
tests/test-sigsegv-catch-segv1.c
tests/test-sigsegv-catch-segv2.c
tests/test-sigsegv-catch-stackoverflow1.c
tests/test-sigsegv-catch-stackoverflow2.c

index 6b4951cc73f6b06825264d8309a6787000015fc7..acfdca21a1033fab283e248843baeee2b702d711 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2021-06-19  Bruno Haible  <bruno@clisp.org>
+
+       sigsegv, sigsegv-tests: Assign my contributions to the FSF.
+       * lib/sigsegv.in.h: Change copyright notice: Write "Copyright (C) FSF"
+       instead of "Copyright (C) Bruno Haible".
+       * lib/sigsegv.c: Likewise.
+       * lib/stackvma.h: Likewise.
+       * lib/stackvma.c: Likewise.
+       * m4/sigaltstack.m4: Likewise.
+       * m4/stack-direction.m4: Likewise.
+       * tests/altstack-util.h: Likewise.
+       * tests/mmap-anon-util.h: Likewise.
+       * tests/test-sigsegv-catch-segv1.c: Likewise.
+       * tests/test-sigsegv-catch-segv2.c: Likewise.
+       * tests/test-sigsegv-catch-stackoverflow1.c: Likewise.
+       * tests/test-sigsegv-catch-stackoverflow2.c: Likewise.
+
 2021-06-18  Darren Kenny  <darren.kenny@oracle.com>  (tiny change)
 
        argp: Avoid possible NULL access in argp_help.
index 865dce0ec69e2476e1064b823a350a587eb652df..998c82768cb6f7aa0a418551645c9910851ff9c8 100644 (file)
@@ -1,5 +1,5 @@
 /* Page fault handling library.
-   Copyright (C) 1993-2021  Bruno Haible <bruno@clisp.org>
+   Copyright (C) 1993-2021 Free Software Foundation, Inc.
    Copyright (C) 2018  Nylon Chen <nylon7@andestech.com>
 
    This program is free software: you can redistribute it and/or modify
@@ -15,6 +15,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* Written by Bruno Haible and Nylon Chen.  */
+
 #include <config.h>
 
 /* Specification.  */
index 92537666e528524663500cdd5149ae8ba448826a..17ad87e716b0fcc68f42606a99dfb52bec4a9e77 100644 (file)
@@ -1,5 +1,5 @@
 /* Page fault handling library.
-   Copyright (C) 1998-2021  Bruno Haible <bruno@clisp.org>
+   Copyright (C) 1998-2021 Free Software Foundation, Inc.
 
    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
@@ -14,6 +14,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* Written by Bruno Haible.  */
+
 #ifndef _SIGSEGV_H
 #define _SIGSEGV_H
 
index cc032cf3f93c331c7b00e7f6fef0a0250b75e071..a810afe145ce1d860a6a0b0bcb3c8c3e75c10e14 100644 (file)
@@ -1,5 +1,5 @@
 /* Determine the virtual memory area of a given address.
-   Copyright (C) 2002-2021  Bruno Haible <bruno@clisp.org>
+   Copyright (C) 2002-2021 Free Software Foundation, Inc.
    Copyright (C) 2003-2006  Paolo Bonzini <bonzini@gnu.org>
 
    This program is free software: you can redistribute it and/or modify
@@ -15,6 +15,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* Written by Bruno Haible and Paolo Bonzini.  */
+
 #include <config.h>
 
 /* On Solaris in 32-bit mode, when gnulib module 'largefile' is in use,
index 729680148f213947560762ef474c899d64ba6cd1..1f214a4dca604fbaaad1144e1b7dde470410ddeb 100644 (file)
@@ -1,5 +1,5 @@
 /* Determine the virtual memory area of a given address.
-   Copyright (C) 2002-2021  Bruno Haible <bruno@clisp.org>
+   Copyright (C) 2002-2021 Free Software Foundation, Inc.
    Copyright (C) 2003-2006  Paolo Bonzini <bonzini@gnu.org>
 
    This program is free software: you can redistribute it and/or modify
@@ -15,6 +15,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* Written by Bruno Haible and Paolo Bonzini.  */
+
 #ifndef _STACKVMA_H
 #define _STACKVMA_H
 
index 47e900079031f57267b213126359182b280e5ac4..f8f4aa524fe5398e4ac49eac03716e405e187877 100644 (file)
@@ -1,5 +1,5 @@
-# sigaltstack.m4 serial 14
-dnl Copyright (C) 2002-2021 Bruno Haible <bruno@clisp.org>
+# 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
@@ -7,6 +7,8 @@ dnl Public License, this file may be distributed as part of a program
 dnl that contains a configuration script generated by Autoconf, under
 dnl the same distribution terms as the rest of that program.
 
+dnl Written by Bruno Haible and Eric Blake.
+
 AC_DEFUN([SV_SIGALTSTACK],
 [
   AC_REQUIRE([AC_PROG_CC])
index c7a20a29e23930ae41798bfe1d27ef0a524b4931..93287254b1202156296edc4a9c54c7125ee61040 100644 (file)
@@ -1,5 +1,4 @@
-# stack-direction.m4 serial 6
-dnl Copyright (C) 2002-2021 Bruno Haible <bruno@clisp.org>
+# stack-direction.m4 serial 7
 dnl Copyright (C) 2002-2021 Free Software Foundation, Inc.
 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
@@ -7,6 +6,8 @@ dnl Public License, this file may be distributed as part of a program
 dnl that contains a configuration script generated by Autoconf, under
 dnl the same distribution terms as the rest of that program.
 
+dnl Written by Bruno Haible.
+
 # Determine the stack direction. Define the C macro STACK_DIRECTION.
 AC_DEFUN([SV_STACK_DIRECTION],
 [
index f91072611ce2e202d77d415c36e15ef2263a600a..ddbd9e54ef385314e5d583ea61c1edf9ee9fdb4d 100644 (file)
@@ -1,6 +1,6 @@
 /* Some auxiliary stuff for defining an alternate stack.
+   Copyright (C) 2010-2021 Free Software Foundation, Inc.
    Copyright (C) 2010  Eric Blake <eblake@redhat.com>
-   Copyright (C) 2010-2021  Bruno Haible <bruno@clisp.org>
 
    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
@@ -15,6 +15,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* Written by Eric Blake and Bruno Haible.  */
+
 #include <stdint.h> /* uintptr_t */
 #include <string.h> /* for memset */
 
index 6fb82ef032b46c146a0a450cf97a832de714c78f..b526cb64a705167a786756e5510ce6f7a627da08 100644 (file)
@@ -1,5 +1,5 @@
 /* Some auxiliary stuff for using mmap & friends.
-   Copyright (C) 2002-2021  Bruno Haible <bruno@clisp.org>
+   Copyright (C) 2002-2021 Free Software Foundation, Inc.
 
    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
@@ -14,6 +14,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* Written by Bruno Haible.  */
+
 #if defined _WIN32 && !defined __CYGWIN__
 
 /* ------------------------ Windows ------------------------ */
index 62eef69c8c1df7e2b6e04addc4d6eff313a9ee5f..68f65c55c653fc71f110b469f98dacb8b9f05c07 100644 (file)
@@ -1,5 +1,5 @@
 /* Test that the handler is called, with the right fault address.
-   Copyright (C) 2002-2021  Bruno Haible <bruno@clisp.org>
+   Copyright (C) 2002-2021 Free Software Foundation, Inc.
 
    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
@@ -14,6 +14,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* Written by Bruno Haible.  */
+
 #include <config.h>
 
 /* Specification.  */
index dd28517f9c641a2499cef463aabfeb63133bd0e9..b2a4804d09a4328bca141694c6591dbd5595a72a 100644 (file)
@@ -1,5 +1,5 @@
 /* Test that the handler can be exited multiple times.
-   Copyright (C) 2002-2021  Bruno Haible <bruno@clisp.org>
+   Copyright (C) 2002-2021 Free Software Foundation, Inc.
 
    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
@@ -14,6 +14,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* Written by Bruno Haible.  */
+
 #include <config.h>
 
 /* Specification.  */
index c828ed282801ce37d728403f9a85a48deace2c28..d5050d7ca84cf8051539f798af4536b8b3585438 100644 (file)
@@ -1,5 +1,5 @@
 /* Test the stack overflow handler.
-   Copyright (C) 2002-2021  Bruno Haible <bruno@clisp.org>
+   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
@@ -15,6 +15,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* Written by Bruno Haible and Eric Blake.  */
+
 #include <config.h>
 
 /* Specification.  */
index a491fd272f5fa44cdccfb113bd18436c183270d9..63c0f39452088768332f5092eddc2812f99d595b 100644 (file)
@@ -1,5 +1,5 @@
 /* Test that stack overflow and SIGSEGV are correctly distinguished.
-   Copyright (C) 2002-2021  Bruno Haible <bruno@clisp.org>
+   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
@@ -15,6 +15,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
+/* Written by Bruno Haible and Eric Blake.  */
+
 #include <config.h>
 
 /* Specification.  */