diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-09-03 22:06:44 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-09-03 22:06:44 +0530 |
commit | 30891f35fa7da832b66d80d0807610df361851f3 (patch) | |
tree | 684c81cc6e88650313797fadaa642d714fcce8a8 /inet | |
parent | 04f2125c6eff341f9c52682866d1eea8d204c852 (diff) | |
download | glibc-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 'inet')
44 files changed, 0 insertions, 44 deletions
diff --git a/inet/bug-if1.c b/inet/bug-if1.c index b069767..ec6c2b01 100644 --- a/inet/bug-if1.c +++ b/inet/bug-if1.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/inet/ether_aton.c b/inet/ether_aton.c index 9cfcfec..12c1b7f 100644 --- a/inet/ether_aton.c +++ b/inet/ether_aton.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. 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/inet/ether_aton_r.c b/inet/ether_aton_r.c index a775217..66811d3 100644 --- a/inet/ether_aton_r.c +++ b/inet/ether_aton_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. 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/inet/ether_hton.c b/inet/ether_hton.c index 453568e..fa05fdf 100644 --- a/inet/ether_hton.c +++ b/inet/ether_hton.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. 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/inet/ether_ntoa.c b/inet/ether_ntoa.c index f0f359b..0dae3a0 100644 --- a/inet/ether_ntoa.c +++ b/inet/ether_ntoa.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. 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/inet/ether_ntoa_r.c b/inet/ether_ntoa_r.c index ebfe6b6..471ff0e 100644 --- a/inet/ether_ntoa_r.c +++ b/inet/ether_ntoa_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. 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/inet/ether_ntoh.c b/inet/ether_ntoh.c index 7eda3f5..a8565a1 100644 --- a/inet/ether_ntoh.c +++ b/inet/ether_ntoh.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. 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/inet/getaliasent_r.c b/inet/getaliasent_r.c index ecedf84..f76b65f 100644 --- a/inet/getaliasent_r.c +++ b/inet/getaliasent_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. 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/inet/getaliasname.c b/inet/getaliasname.c index 6700a53..ee3963b 100644 --- a/inet/getaliasname.c +++ b/inet/getaliasname.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. 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/inet/getaliasname_r.c b/inet/getaliasname_r.c index f27580b..51938fe 100644 --- a/inet/getaliasname_r.c +++ b/inet/getaliasname_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. 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/inet/gethstbyad.c b/inet/gethstbyad.c index bc433a1..2bcfcde 100644 --- a/inet/gethstbyad.c +++ b/inet/gethstbyad.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. 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/inet/gethstbyad_r.c b/inet/gethstbyad_r.c index 624d03e..a954e62 100644 --- a/inet/gethstbyad_r.c +++ b/inet/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. 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/inet/gethstbynm.c b/inet/gethstbynm.c index 6e7524c..8235a17 100644 --- a/inet/gethstbynm.c +++ b/inet/gethstbynm.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. 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/inet/gethstbynm2.c b/inet/gethstbynm2.c index 6bdbe7f..1bb7407 100644 --- a/inet/gethstbynm2.c +++ b/inet/gethstbynm2.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. 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/inet/gethstbynm2_r.c b/inet/gethstbynm2_r.c index a0b60ce..ee13c49 100644 --- a/inet/gethstbynm2_r.c +++ b/inet/gethstbynm2_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. 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/inet/gethstbynm_r.c b/inet/gethstbynm_r.c index 0a89bee..3f7cd87 100644 --- a/inet/gethstbynm_r.c +++ b/inet/gethstbynm_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. 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/inet/getipv4sourcefilter.c b/inet/getipv4sourcefilter.c index b1346a0..695c5fa 100644 --- a/inet/getipv4sourcefilter.c +++ b/inet/getipv4sourcefilter.c @@ -1,7 +1,6 @@ /* Get source filter. Stub version. 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/inet/getnetbyad.c b/inet/getnetbyad.c index 3315836..efb1fb5 100644 --- a/inet/getnetbyad.c +++ b/inet/getnetbyad.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. 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/inet/getnetbyad_r.c b/inet/getnetbyad_r.c index eadc7b5..a4f64cf 100644 --- a/inet/getnetbyad_r.c +++ b/inet/getnetbyad_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. 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/inet/getnetbynm.c b/inet/getnetbynm.c index 40bcd79..8726993 100644 --- a/inet/getnetbynm.c +++ b/inet/getnetbynm.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. 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/inet/getnetbynm_r.c b/inet/getnetbynm_r.c index 68ab153..f97b6f8 100644 --- a/inet/getnetbynm_r.c +++ b/inet/getnetbynm_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. 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/inet/getproto.c b/inet/getproto.c index 0a2c9b2..2f1a345 100644 --- a/inet/getproto.c +++ b/inet/getproto.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. 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/inet/getproto_r.c b/inet/getproto_r.c index 4224fca..9787618 100644 --- a/inet/getproto_r.c +++ b/inet/getproto_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. 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/inet/getprtname.c b/inet/getprtname.c index 3f72424..461764f 100644 --- a/inet/getprtname.c +++ b/inet/getprtname.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. 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/inet/getprtname_r.c b/inet/getprtname_r.c index 89c1515..e8f59e0 100644 --- a/inet/getprtname_r.c +++ b/inet/getprtname_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. 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/inet/getrpcbyname.c b/inet/getrpcbyname.c index 5e186eb..a203fc2 100644 --- a/inet/getrpcbyname.c +++ b/inet/getrpcbyname.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. 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/inet/getrpcbyname_r.c b/inet/getrpcbyname_r.c index 84707d5..91bcfed 100644 --- a/inet/getrpcbyname_r.c +++ b/inet/getrpcbyname_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. 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/inet/getrpcbynumber.c b/inet/getrpcbynumber.c index 50afee8..78e8169 100644 --- a/inet/getrpcbynumber.c +++ b/inet/getrpcbynumber.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. 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/inet/getrpcbynumber_r.c b/inet/getrpcbynumber_r.c index 5639188..a8bce83 100644 --- a/inet/getrpcbynumber_r.c +++ b/inet/getrpcbynumber_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. 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/inet/getsourcefilter.c b/inet/getsourcefilter.c index 9a92645..4a73d5f 100644 --- a/inet/getsourcefilter.c +++ b/inet/getsourcefilter.c @@ -1,7 +1,6 @@ /* Get source filter. Stub version. 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/inet/getsrvbynm.c b/inet/getsrvbynm.c index cd050ac..c6245ef 100644 --- a/inet/getsrvbynm.c +++ b/inet/getsrvbynm.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. 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/inet/getsrvbynm_r.c b/inet/getsrvbynm_r.c index 596884c..b9c9075 100644 --- a/inet/getsrvbynm_r.c +++ b/inet/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. 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/inet/getsrvbypt.c b/inet/getsrvbypt.c index 466d269..f50deec 100644 --- a/inet/getsrvbypt.c +++ b/inet/getsrvbypt.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. 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/inet/getsrvbypt_r.c b/inet/getsrvbypt_r.c index 9b62a28..5d9e5c6 100644 --- a/inet/getsrvbypt_r.c +++ b/inet/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. 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/inet/htontest.c b/inet/htontest.c index d656c4d..18f4e08 100644 --- a/inet/htontest.c +++ b/inet/htontest.c @@ -1,7 +1,6 @@ /* Test hton/ntoh functions. 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/inet/in6_addr.c b/inet/in6_addr.c index c6077f3..4089584 100644 --- a/inet/in6_addr.c +++ b/inet/in6_addr.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell <pjb27@cam.ac.uk>, 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/inet/inet6_opt.c b/inet/inet6_opt.c index e7dd3a2..2c76ff9 100644 --- a/inet/inet6_opt.c +++ b/inet/inet6_opt.c @@ -1,6 +1,5 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@redhat.com>, 2006. 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/inet/inet6_option.c b/inet/inet6_option.c index 8488222..d885527 100644 --- a/inet/inet6_option.c +++ b/inet/inet6_option.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 diff --git a/inet/inet6_rth.c b/inet/inet6_rth.c index d975f54..87c10b0 100644 --- a/inet/inet6_rth.c +++ b/inet/inet6_rth.c @@ -1,6 +1,5 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@redhat.com>, 2006. 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/inet/inet_ntoa.c b/inet/inet_ntoa.c index 0833364..ce3ebf8 100644 --- a/inet/inet_ntoa.c +++ b/inet/inet_ntoa.c @@ -1,7 +1,6 @@ /* Convert Inet number to ASCII representation. 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/inet/setipv4sourcefilter.c b/inet/setipv4sourcefilter.c index 64aa73d..2ef9e89 100644 --- a/inet/setipv4sourcefilter.c +++ b/inet/setipv4sourcefilter.c @@ -1,7 +1,6 @@ /* Set source filter. Stub version. 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/inet/setsourcefilter.c b/inet/setsourcefilter.c index df56a1b..5f17752 100644 --- a/inet/setsourcefilter.c +++ b/inet/setsourcefilter.c @@ -1,7 +1,6 @@ /* Set source filter. Stub version. 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/inet/test_ifindex.c b/inet/test_ifindex.c index 1f5edc3..2339439 100644 --- a/inet/test_ifindex.c +++ b/inet/test_ifindex.c @@ -1,7 +1,6 @@ /* Test interface name <-> index conversions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell <Philip.Blundell@pobox.com>. 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/inet/tst-network.c b/inet/tst-network.c index b7d9baa..68a21c6 100644 --- a/inet/tst-network.c +++ b/inet/tst-network.c @@ -1,7 +1,6 @@ /* Test for inet_network. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger <aj@suse.de>, 2000. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |