aboutsummaryrefslogtreecommitdiff
path: root/nis
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 /nis
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 'nis')
-rw-r--r--nis/nis_add.c1
-rw-r--r--nis/nis_addmember.c1
-rw-r--r--nis/nis_call.c1
-rw-r--r--nis/nis_callback.c1
-rw-r--r--nis/nis_checkpoint.c1
-rw-r--r--nis/nis_clone_dir.c1
-rw-r--r--nis/nis_clone_obj.c1
-rw-r--r--nis/nis_clone_res.c1
-rw-r--r--nis/nis_creategroup.c1
-rw-r--r--nis/nis_defaults.c1
-rw-r--r--nis/nis_destroygroup.c1
-rw-r--r--nis/nis_domain_of.c1
-rw-r--r--nis/nis_domain_of_r.c1
-rw-r--r--nis/nis_error.c1
-rw-r--r--nis/nis_file.c1
-rw-r--r--nis/nis_findserv.c1
-rw-r--r--nis/nis_free.c1
-rw-r--r--nis/nis_getservlist.c1
-rw-r--r--nis/nis_intern.h1
-rw-r--r--nis/nis_ismember.c1
-rw-r--r--nis/nis_local_names.c1
-rw-r--r--nis/nis_lookup.c1
-rw-r--r--nis/nis_mkdir.c1
-rw-r--r--nis/nis_modify.c1
-rw-r--r--nis/nis_ping.c1
-rw-r--r--nis/nis_print.c1
-rw-r--r--nis/nis_print_group_entry.c1
-rw-r--r--nis/nis_remove.c1
-rw-r--r--nis/nis_removemember.c1
-rw-r--r--nis/nis_rmdir.c1
-rw-r--r--nis/nis_server.c1
-rw-r--r--nis/nis_subr.c1
-rw-r--r--nis/nis_table.c1
-rw-r--r--nis/nis_util.c1
-rw-r--r--nis/nis_verifygroup.c1
-rw-r--r--nis/nis_xdr.c1
-rw-r--r--nis/nis_xdr.h1
-rw-r--r--nis/rpcsvc/nislib.h1
-rw-r--r--nis/rpcsvc/ypclnt.h1
-rw-r--r--nis/ypclnt.c1
40 files changed, 0 insertions, 40 deletions
diff --git a/nis/nis_add.c b/nis/nis_add.c
index 62f97b5..18296b3 100644
--- a/nis/nis_add.c
+++ b/nis/nis_add.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 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/nis/nis_addmember.c b/nis/nis_addmember.c
index e69f995..4183e92 100644
--- a/nis/nis_addmember.c
+++ b/nis/nis_addmember.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_call.c b/nis/nis_call.c
index 043f1bd..624139a 100644
--- a/nis/nis_call.c
+++ b/nis/nis_call.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_callback.c b/nis/nis_callback.c
index 982dad2..1f8f1d6 100644
--- a/nis/nis_callback.c
+++ b/nis/nis_callback.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nis/nis_checkpoint.c b/nis/nis_checkpoint.c
index f225fd5..f33c4cd 100644
--- a/nis/nis_checkpoint.c
+++ b/nis/nis_checkpoint.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_clone_dir.c b/nis/nis_clone_dir.c
index 76a45a0..09eb29f 100644
--- a/nis/nis_clone_dir.c
+++ b/nis/nis_clone_dir.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_clone_obj.c b/nis/nis_clone_obj.c
index c6304d2..e3b32de 100644
--- a/nis/nis_clone_obj.c
+++ b/nis/nis_clone_obj.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_clone_res.c b/nis/nis_clone_res.c
index 9eddd03..c6a75de 100644
--- a/nis/nis_clone_res.c
+++ b/nis/nis_clone_res.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_creategroup.c b/nis/nis_creategroup.c
index 3106576..a12f563 100644
--- a/nis/nis_creategroup.c
+++ b/nis/nis_creategroup.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nis/nis_defaults.c b/nis/nis_defaults.c
index 76e13d4..afc6391 100644
--- a/nis/nis_defaults.c
+++ b/nis/nis_defaults.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_destroygroup.c b/nis/nis_destroygroup.c
index c7c38b5..7120668 100644
--- a/nis/nis_destroygroup.c
+++ b/nis/nis_destroygroup.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_domain_of.c b/nis/nis_domain_of.c
index ca2f347..6273893 100644
--- a/nis/nis_domain_of.c
+++ b/nis/nis_domain_of.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_domain_of_r.c b/nis/nis_domain_of_r.c
index 493912c..0fbf3b7 100644
--- a/nis/nis_domain_of_r.c
+++ b/nis/nis_domain_of_r.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_error.c b/nis/nis_error.c
index 7d2825e..0283691 100644
--- a/nis/nis_error.c
+++ b/nis/nis_error.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_file.c b/nis/nis_file.c
index 162dcc7..2e202ff 100644
--- a/nis/nis_file.c
+++ b/nis/nis_file.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nis/nis_findserv.c b/nis/nis_findserv.c
index e105875..7fbcf3b 100644
--- a/nis/nis_findserv.c
+++ b/nis/nis_findserv.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_free.c b/nis/nis_free.c
index 7483630..14055a2 100644
--- a/nis/nis_free.c
+++ b/nis/nis_free.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_getservlist.c b/nis/nis_getservlist.c
index 5a932f9..55db935 100644
--- a/nis/nis_getservlist.c
+++ b/nis/nis_getservlist.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_intern.h b/nis/nis_intern.h
index aace185..2bee23f 100644
--- a/nis/nis_intern.h
+++ b/nis/nis_intern.h
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nis/nis_ismember.c b/nis/nis_ismember.c
index 233e999..c845c44 100644
--- a/nis/nis_ismember.c
+++ b/nis/nis_ismember.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nis/nis_local_names.c b/nis/nis_local_names.c
index 218764f..d76fb69 100644
--- a/nis/nis_local_names.c
+++ b/nis/nis_local_names.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_lookup.c b/nis/nis_lookup.c
index ff44a04..e6ad5f4 100644
--- a/nis/nis_lookup.c
+++ b/nis/nis_lookup.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 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/nis/nis_mkdir.c b/nis/nis_mkdir.c
index 389c9b2..2647420 100644
--- a/nis/nis_mkdir.c
+++ b/nis/nis_mkdir.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_modify.c b/nis/nis_modify.c
index 4d61a92..868df94 100644
--- a/nis/nis_modify.c
+++ b/nis/nis_modify.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 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/nis/nis_ping.c b/nis/nis_ping.c
index 8d9ba81..55c349c 100644
--- a/nis/nis_ping.c
+++ b/nis/nis_ping.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nis/nis_print.c b/nis/nis_print.c
index 6491a7d..8afe56d 100644
--- a/nis/nis_print.c
+++ b/nis/nis_print.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_print_group_entry.c b/nis/nis_print_group_entry.c
index b5cdec4..5f16e0b 100644
--- a/nis/nis_print_group_entry.c
+++ b/nis/nis_print_group_entry.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_remove.c b/nis/nis_remove.c
index 493f544..28573d0 100644
--- a/nis/nis_remove.c
+++ b/nis/nis_remove.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 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/nis/nis_removemember.c b/nis/nis_removemember.c
index f25394c..42a78f5 100644
--- a/nis/nis_removemember.c
+++ b/nis/nis_removemember.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_rmdir.c b/nis/nis_rmdir.c
index 722b123..dd4080a 100644
--- a/nis/nis_rmdir.c
+++ b/nis/nis_rmdir.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_server.c b/nis/nis_server.c
index 877f3e0..28080d4 100644
--- a/nis/nis_server.c
+++ b/nis/nis_server.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_subr.c b/nis/nis_subr.c
index 6784fc3..4209b4b 100644
--- a/nis/nis_subr.c
+++ b/nis/nis_subr.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_table.c b/nis/nis_table.c
index ec313d5..d82aeef 100644
--- a/nis/nis_table.c
+++ b/nis/nis_table.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nis/nis_util.c b/nis/nis_util.c
index d8d0bfb..918aeb2 100644
--- a/nis/nis_util.c
+++ b/nis/nis_util.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nis/nis_verifygroup.c b/nis/nis_verifygroup.c
index 28ff2fd..2a7241f 100644
--- a/nis/nis_verifygroup.c
+++ b/nis/nis_verifygroup.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_xdr.c b/nis/nis_xdr.c
index 229aa52..b8828fe 100644
--- a/nis/nis_xdr.c
+++ b/nis/nis_xdr.c
@@ -1,6 +1,5 @@
/* Copyright (c) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 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/nis/nis_xdr.h b/nis/nis_xdr.h
index 2871bb6..a6e8378 100644
--- a/nis/nis_xdr.h
+++ b/nis/nis_xdr.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/nis/rpcsvc/nislib.h b/nis/rpcsvc/nislib.h
index 14d5bf4..34aae5b 100644
--- a/nis/rpcsvc/nislib.h
+++ b/nis/rpcsvc/nislib.h
@@ -1,6 +1,5 @@
/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@suse.de>, 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/nis/rpcsvc/ypclnt.h b/nis/rpcsvc/ypclnt.h
index fd54950..fd26abf 100644
--- a/nis/rpcsvc/ypclnt.h
+++ b/nis/rpcsvc/ypclnt.h
@@ -1,6 +1,5 @@
/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996.
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/nis/ypclnt.c b/nis/ypclnt.c
index db1a9c6..1622090 100644
--- a/nis/ypclnt.c
+++ b/nis/ypclnt.c
@@ -1,6 +1,5 @@
/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
- Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public