about summary refs log tree commit diff
path: root/nscd
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-09-03 22:06:44 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-09-03 22:06:44 +0530
commit30891f35fa7da832b66d80d0807610df361851f3 (patch)
tree684c81cc6e88650313797fadaa642d714fcce8a8 /nscd
parent04f2125c6eff341f9c52682866d1eea8d204c852 (diff)
downloadglibc-30891f35fa7da832b66d80d0807610df361851f3.tar.gz
glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.xz
glibc-30891f35fa7da832b66d80d0807610df361851f3.zip
Remove "Contributed by" lines
We stopped adding "Contributed by" or similar lines in sources in 2012
in favour of git logs and keeping the Contributors section of the
glibc manual up to date.  Removing these lines makes the license
header a bit more consistent across files and also removes the
possibility of error in attribution when license blocks or files are
copied across since the contributed-by lines don't actually reflect
reality in those cases.

Move all "Contributed by" and similar lines (Written by, Test by,
etc.) into a new file CONTRIBUTED-BY to retain record of these
contributions.  These contributors are also mentioned in
manual/contrib.texi, so we just maintain this additional record as a
courtesy to the earlier developers.

The following scripts were used to filter a list of files to edit in
place and to clean up the CONTRIBUTED-BY file respectively.  These
were not added to the glibc sources because they're not expected to be
of any use in future given that this is a one time task:

https://gist.github.com/siddhesh/b5ecac94eabfd72ed2916d6d8157e7dc
https://gist.github.com/siddhesh/15ea1f5e435ace9774f485030695ee02

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'nscd')
-rw-r--r--nscd/aicache.c1
-rw-r--r--nscd/cache.c1
-rw-r--r--nscd/connections.c1
-rw-r--r--nscd/dbg_log.c1
-rw-r--r--nscd/dbg_log.h1
-rw-r--r--nscd/gai.c1
-rw-r--r--nscd/getgrgid_r.c1
-rw-r--r--nscd/getgrnam_r.c1
-rw-r--r--nscd/gethstbyad_r.c1
-rw-r--r--nscd/gethstbynm3_r.c1
-rw-r--r--nscd/getpwnam_r.c1
-rw-r--r--nscd/getpwuid_r.c1
-rw-r--r--nscd/getsrvbynm_r.c1
-rw-r--r--nscd/getsrvbypt_r.c1
-rw-r--r--nscd/grpcache.c1
-rw-r--r--nscd/hstcache.c1
-rw-r--r--nscd/initgrcache.c1
-rw-r--r--nscd/mem.c1
-rw-r--r--nscd/netgroupcache.c1
-rw-r--r--nscd/nscd-client.h1
-rw-r--r--nscd/nscd.c1
-rw-r--r--nscd/nscd.h1
-rw-r--r--nscd/nscd_conf.c1
-rw-r--r--nscd/nscd_getai.c1
-rw-r--r--nscd/nscd_getgr_r.c1
-rw-r--r--nscd/nscd_gethst_r.c1
-rw-r--r--nscd/nscd_getpw_r.c1
-rw-r--r--nscd/nscd_getserv_r.c1
-rw-r--r--nscd/nscd_helper.c1
-rw-r--r--nscd/nscd_initgroups.c1
-rw-r--r--nscd/nscd_netgroup.c1
-rw-r--r--nscd/nscd_proto.h1
-rw-r--r--nscd/nscd_setup_thread.c1
-rw-r--r--nscd/nscd_stat.c1
-rw-r--r--nscd/pwdcache.c1
-rw-r--r--nscd/selinux.c1
-rw-r--r--nscd/selinux.h1
-rw-r--r--nscd/servicescache.c1
38 files changed, 0 insertions, 38 deletions
diff --git a/nscd/aicache.c b/nscd/aicache.c
index 737ace11cc..1ee195c0ac 100644
--- a/nscd/aicache.c
+++ b/nscd/aicache.c
@@ -1,7 +1,6 @@
 /* Cache handling for host lookup.
    Copyright (C) 2004-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/cache.c b/nscd/cache.c
index 78b2269788..61254d5a2f 100644
--- a/nscd/cache.c
+++ b/nscd/cache.c
@@ -1,6 +1,5 @@
 /* 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.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/connections.c b/nscd/connections.c
index 3f0bda4e97..e20e53f5f0 100644
--- a/nscd/connections.c
+++ b/nscd/connections.c
@@ -1,7 +1,6 @@
 /* Inner loops of cache daemon.
    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.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/dbg_log.c b/nscd/dbg_log.c
index 3af3dcbe24..6bc7e75fda 100644
--- a/nscd/dbg_log.c
+++ b/nscd/dbg_log.c
@@ -1,6 +1,5 @@
 /* Copyright (c) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1998.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/dbg_log.h b/nscd/dbg_log.h
index c7d14baec1..e57340eb89 100644
--- a/nscd/dbg_log.h
+++ b/nscd/dbg_log.h
@@ -1,6 +1,5 @@
 /* Copyright (c) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nscd/gai.c b/nscd/gai.c
index 5d7558c249..f01b91fcab 100644
--- a/nscd/gai.c
+++ b/nscd/gai.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 2004-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 2004.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/getgrgid_r.c b/nscd/getgrgid_r.c
index 2d36fe2049..b7cd3efa57 100644
--- a/nscd/getgrgid_r.c
+++ b/nscd/getgrgid_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/getgrnam_r.c b/nscd/getgrnam_r.c
index dfd9c72f50..1bf8ce0602 100644
--- a/nscd/getgrnam_r.c
+++ b/nscd/getgrnam_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/gethstbyad_r.c b/nscd/gethstbyad_r.c
index 5f1c0b882a..092100be0c 100644
--- a/nscd/gethstbyad_r.c
+++ b/nscd/gethstbyad_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/gethstbynm3_r.c b/nscd/gethstbynm3_r.c
index f176367a2b..11af6b8f41 100644
--- a/nscd/gethstbynm3_r.c
+++ b/nscd/gethstbynm3_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/getpwnam_r.c b/nscd/getpwnam_r.c
index 22b7044ac9..3a8f0a5f7e 100644
--- a/nscd/getpwnam_r.c
+++ b/nscd/getpwnam_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/getpwuid_r.c b/nscd/getpwuid_r.c
index eff3860c91..9da9a18ac1 100644
--- a/nscd/getpwuid_r.c
+++ b/nscd/getpwuid_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/getsrvbynm_r.c b/nscd/getsrvbynm_r.c
index f4099f8433..09a87007eb 100644
--- a/nscd/getsrvbynm_r.c
+++ b/nscd/getsrvbynm_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/getsrvbypt_r.c b/nscd/getsrvbypt_r.c
index 8184baca42..c861105b91 100644
--- a/nscd/getsrvbypt_r.c
+++ b/nscd/getsrvbypt_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1996-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/grpcache.c b/nscd/grpcache.c
index 457ca4d872..40c9affa4c 100644
--- a/nscd/grpcache.c
+++ b/nscd/grpcache.c
@@ -1,7 +1,6 @@
 /* Cache handling for group lookup.
    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.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/hstcache.c b/nscd/hstcache.c
index 253c1a1664..89444bd399 100644
--- a/nscd/hstcache.c
+++ b/nscd/hstcache.c
@@ -1,7 +1,6 @@
 /* Cache handling for host lookup.
    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.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/initgrcache.c b/nscd/initgrcache.c
index 62d7316f70..000c7470b3 100644
--- a/nscd/initgrcache.c
+++ b/nscd/initgrcache.c
@@ -1,7 +1,6 @@
 /* Cache handling for host lookup.
    Copyright (C) 2004-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/mem.c b/nscd/mem.c
index 2eaff033f4..bfe3ea5bb2 100644
--- a/nscd/mem.c
+++ b/nscd/mem.c
@@ -1,7 +1,6 @@
 /* Cache memory handling.
    Copyright (C) 2004-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/netgroupcache.c b/nscd/netgroupcache.c
index 2f71bf2999..7ea4d96594 100644
--- a/nscd/netgroupcache.c
+++ b/nscd/netgroupcache.c
@@ -1,7 +1,6 @@
 /* Cache handling for netgroup lookup.
    Copyright (C) 2011-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h
index 9c6fef2cd8..e614b738ae 100644
--- a/nscd/nscd-client.h
+++ b/nscd/nscd-client.h
@@ -1,6 +1,5 @@
 /* Copyright (c) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nscd/nscd.c b/nscd/nscd.c
index 3ca7c522c2..73ccb5445f 100644
--- a/nscd/nscd.c
+++ b/nscd/nscd.c
@@ -1,6 +1,5 @@
 /* Copyright (c) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/nscd.h b/nscd/nscd.h
index b5da5be98a..3048fe852d 100644
--- a/nscd/nscd.h
+++ b/nscd/nscd.h
@@ -1,6 +1,5 @@
 /* Copyright (c) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nscd/nscd_conf.c b/nscd/nscd_conf.c
index 096a795122..6b7ef5793c 100644
--- a/nscd/nscd_conf.c
+++ b/nscd/nscd_conf.c
@@ -1,6 +1,5 @@
 /* Copyright (c) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/nscd_getai.c b/nscd/nscd_getai.c
index 25c795f344..b5dff76444 100644
--- a/nscd/nscd_getai.c
+++ b/nscd/nscd_getai.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 2004-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
 
    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/nscd/nscd_getgr_r.c b/nscd/nscd_getgr_r.c
index 2ef57ae922..a8b0f19f02 100644
--- a/nscd/nscd_getgr_r.c
+++ b/nscd/nscd_getgr_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 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/nscd/nscd_gethst_r.c b/nscd/nscd_gethst_r.c
index 81bf324256..cd829f6e07 100644
--- a/nscd/nscd_gethst_r.c
+++ b/nscd/nscd_gethst_r.c
@@ -1,6 +1,5 @@
 /* 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/nscd/nscd_getpw_r.c b/nscd/nscd_getpw_r.c
index cfaaa7c19a..253b485b90 100644
--- a/nscd/nscd_getpw_r.c
+++ b/nscd/nscd_getpw_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 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/nscd/nscd_getserv_r.c b/nscd/nscd_getserv_r.c
index fd3b71be32..b1b4b1a0ce 100644
--- a/nscd/nscd_getserv_r.c
+++ b/nscd/nscd_getserv_r.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@redhat.com>, 2007.
 
    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/nscd/nscd_helper.c b/nscd/nscd_helper.c
index 06ba7476e5..4c4a63cba3 100644
--- a/nscd/nscd_helper.c
+++ b/nscd/nscd_helper.c
@@ -1,6 +1,5 @@
 /* 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/nscd/nscd_initgroups.c b/nscd/nscd_initgroups.c
index 3567423ee2..abf60b76e2 100644
--- a/nscd/nscd_initgroups.c
+++ b/nscd/nscd_initgroups.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 2004-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
 
    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/nscd/nscd_netgroup.c b/nscd/nscd_netgroup.c
index 32cb8582cd..ad52bc77e5 100644
--- a/nscd/nscd_netgroup.c
+++ b/nscd/nscd_netgroup.c
@@ -1,6 +1,5 @@
 /* Copyright (C) 2011-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
 
    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/nscd/nscd_proto.h b/nscd/nscd_proto.h
index bea485f02e..54b6a069cd 100644
--- a/nscd/nscd_proto.h
+++ b/nscd/nscd_proto.h
@@ -1,6 +1,5 @@
 /* Copyright (C) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nscd/nscd_setup_thread.c b/nscd/nscd_setup_thread.c
index b05a6a8d1b..d3ca93c2a4 100644
--- a/nscd/nscd_setup_thread.c
+++ b/nscd/nscd_setup_thread.c
@@ -1,7 +1,6 @@
 /* Setup of nscd worker threads.  Stub verison.
    Copyright (C) 2004-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/nscd_stat.c b/nscd/nscd_stat.c
index 7339291c3b..a65e5cf46c 100644
--- a/nscd/nscd_stat.c
+++ b/nscd/nscd_stat.c
@@ -1,6 +1,5 @@
 /* Copyright (c) 1998-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nscd/pwdcache.c b/nscd/pwdcache.c
index dfafb5265d..4b7a652ab5 100644
--- a/nscd/pwdcache.c
+++ b/nscd/pwdcache.c
@@ -1,7 +1,6 @@
 /* Cache handling for passwd lookup.
    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.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published
diff --git a/nscd/selinux.c b/nscd/selinux.c
index 8123bcd2d9..2c09bd9692 100644
--- a/nscd/selinux.c
+++ b/nscd/selinux.c
@@ -1,7 +1,6 @@
 /* SELinux access controls for nscd.
    Copyright (C) 2004-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Matthew Rickard <mjricka@epoch.ncsc.mil>, 2004.
 
    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/nscd/selinux.h b/nscd/selinux.h
index 2bf29a99a6..7826f85e17 100644
--- a/nscd/selinux.h
+++ b/nscd/selinux.h
@@ -1,7 +1,6 @@
 /* Header for nscd SELinux access controls.
    Copyright (C) 2004-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Matthew Rickard <mjricka@epoch.ncsc.mil>, 2004.
 
    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/nscd/servicescache.c b/nscd/servicescache.c
index 09fc590290..7a5ae21715 100644
--- a/nscd/servicescache.c
+++ b/nscd/servicescache.c
@@ -1,7 +1,6 @@
 /* Cache handling for services lookup.
    Copyright (C) 2007-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@drepper.com>, 2007.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published