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.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 'inet')
44 files changed, 0 insertions, 44 deletions
diff --git a/inet/bug-if1.c b/inet/bug-if1.c index b069767b8d..ec6c2b01d7 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 9cfcfece05..12c1b7f7f0 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 a775217fb4..66811d3083 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 453568e85b..fa05fdf537 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 f0f359bd92..0dae3a0602 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 ebfe6b6014..471ff0e3ea 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 7eda3f5d59..a8565a1f69 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 ecedf84061..f76b65fdcc 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 6700a534ae..ee3963b8d3 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 f27580bf81..51938fe4fe 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 bc433a163b..2bcfcdebfc 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 624d03ec77..a954e62dd7 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 6e7524c146..8235a17a7e 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 6bdbe7fdf1..1bb7407481 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 a0b60ce6cc..ee13c4979d 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 0a89bee32a..3f7cd87a5a 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 b1346a026a..695c5fac18 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 331583695b..efb1fb5b58 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 eadc7b5c82..a4f64cffa1 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 40bcd7911f..8726993d6f 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 68ab1536cf..f97b6f8ff7 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 0a2c9b2547..2f1a345b7b 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 4224fca579..9787618a47 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 3f72424e9e..461764f3ba 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 89c1515e1f..e8f59e0084 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 |
