aboutsummaryrefslogtreecommitdiff
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.zip
glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.gz
glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.bz2
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 737ace1..1ee195c 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 78b2269..61254d5 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 3f0bda4..e20e53f 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 3af3dcb..6bc7e75 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 c7d14ba..e57340e 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 5d7558c..f01b91f 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 2d36fe2..b7cd3ef 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 dfd9c72..1bf8ce0 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 5f1c0b8..092100b 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 f176367..11af6b8 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 22b7044..3a8f0a5 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 eff3860..9da9a18 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 f4099f8..09a8700 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 8184bac..c861105 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 457ca4d..40c9aff 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 253c1a1..89444bd 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 62d7316..000c747 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 2eaff03..bfe3ea5 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 2f71bf2..7ea4d96 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 9c6fef2..e614b73 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 3ca7c52..73ccb54 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 b5da5be..3048fe8 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 096a795..6b7ef57 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 25c795f..b5dff76 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 2ef57ae..a8b0f19 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 81bf324..cd829f6 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 cfaaa7c..253b485 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 fd3b71b..b1b4b1a 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 06ba747..4c4a63c 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 3567423..abf60b7 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 32cb858..ad52bc7 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 bea485f..54b6a06 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 b05a6a8..d3ca93c 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 7339291..a65e5cf 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 dfafb52..4b7a652 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 8123bcd..2c09bd9 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 2bf29a9..7826f85 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 09fc590..7a5ae21 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