about summary refs log tree commit diff
path: root/dlfcn
diff options
context:
space:
mode:
Diffstat (limited to 'dlfcn')
-rw-r--r--dlfcn/bug-dl-leaf-lib-cb.c1
-rw-r--r--dlfcn/bug-dl-leaf-lib.c1
-rw-r--r--dlfcn/bug-dl-leaf.c1
-rw-r--r--dlfcn/bug-dlopen1.c5
-rw-r--r--dlfcn/tst-dladdr.c1
5 files changed, 2 insertions, 7 deletions
diff --git a/dlfcn/bug-dl-leaf-lib-cb.c b/dlfcn/bug-dl-leaf-lib-cb.c
index 2429b7e514..e75fa80a4e 100644
--- a/dlfcn/bug-dl-leaf-lib-cb.c
+++ b/dlfcn/bug-dl-leaf-lib-cb.c
@@ -3,7 +3,6 @@
 
    Copyright (C) 2013-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Mike Frysinger <vapier@gentoo.org>
 
    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/dlfcn/bug-dl-leaf-lib.c b/dlfcn/bug-dl-leaf-lib.c
index 6bb2e233cf..252189e35c 100644
--- a/dlfcn/bug-dl-leaf-lib.c
+++ b/dlfcn/bug-dl-leaf-lib.c
@@ -2,7 +2,6 @@
 
    Copyright (C) 2013-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Mike Frysinger <vapier@gentoo.org>
 
    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/dlfcn/bug-dl-leaf.c b/dlfcn/bug-dl-leaf.c
index 7a168940e4..78ef561424 100644
--- a/dlfcn/bug-dl-leaf.c
+++ b/dlfcn/bug-dl-leaf.c
@@ -3,7 +3,6 @@
 
    Copyright (C) 2013-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Mike Frysinger <vapier@gentoo.org>
 
    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/dlfcn/bug-dlopen1.c b/dlfcn/bug-dlopen1.c
index d91810a4f0..dcee832f4e 100644
--- a/dlfcn/bug-dlopen1.c
+++ b/dlfcn/bug-dlopen1.c
@@ -1,6 +1,5 @@
-/* Test case by Bruno Haible.  It test whether the dynamic string
-   token expansion can handle $ signs which do not start one of the
-   recognized keywords.  */
+/* Test whether the dynamic string token expansion can handle $ signs which do
+   not start one of the recognized keywords.  */
 
 #include <dlfcn.h>
 
diff --git a/dlfcn/tst-dladdr.c b/dlfcn/tst-dladdr.c
index 4657dc2b8a..bf988cc135 100644
--- a/dlfcn/tst-dladdr.c
+++ b/dlfcn/tst-dladdr.c
@@ -1,7 +1,6 @@
 /* Test for dladdr.
    Copyright (C) 2000-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Volkmar Sieh <vs@caldera.de> and Andreas Jaeger <aj@suse.de>.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public