about summary refs log tree commit diff
path: root/signal
diff options
context:
space:
mode:
Diffstat (limited to 'signal')
-rw-r--r--signal/allocrtsig.c1
-rw-r--r--signal/sighold.c1
-rw-r--r--signal/sigrelse.c1
-rw-r--r--signal/tst-raise.c1
-rw-r--r--signal/tst-sigsimple.c1
5 files changed, 0 insertions, 5 deletions
diff --git a/signal/allocrtsig.c b/signal/allocrtsig.c
index b79aed5f8a..12a0f7fca5 100644
--- a/signal/allocrtsig.c
+++ b/signal/allocrtsig.c
@@ -1,7 +1,6 @@
 /* Handle real-time signal allocation.  Generic version.
    Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/signal/sighold.c b/signal/sighold.c
index b82e8d77c8..b62c12e055 100644
--- a/signal/sighold.c
+++ b/signal/sighold.c
@@ -1,7 +1,6 @@
 /* Add SIG to the calling process' signal mask.
    Copyright (C) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/signal/sigrelse.c b/signal/sigrelse.c
index 83733e618e..ee06bc829f 100644
--- a/signal/sigrelse.c
+++ b/signal/sigrelse.c
@@ -1,7 +1,6 @@
 /* Remove SIG from the calling process' signal mask.
    Copyright (C) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/signal/tst-raise.c b/signal/tst-raise.c
index b73720deb9..b6cc745fe7 100644
--- a/signal/tst-raise.c
+++ b/signal/tst-raise.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 2003-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
diff --git a/signal/tst-sigsimple.c b/signal/tst-sigsimple.c
index c5805e8c27..d274d2bb95 100644
--- a/signal/tst-sigsimple.c
+++ b/signal/tst-sigsimple.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 2003-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@redhat.com>, 2003.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public