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 /string | |
| 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 'string')
61 files changed, 0 insertions, 71 deletions
diff --git a/string/argz-addsep.c b/string/argz-addsep.c index 9c1926795d..9b276025df 100644 --- a/string/argz-addsep.c +++ b/string/argz-addsep.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@gnu.ai.mit.edu>, 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/string/argz-append.c b/string/argz-append.c index e1df16c2f0..d9623e98be 100644 --- a/string/argz-append.c +++ b/string/argz-append.c @@ -1,7 +1,6 @@ /* Routines for dealing with '\0' separated arg vectors. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader <miles@gnu.ai.mit.edu> 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/string/argz-count.c b/string/argz-count.c index 2b68317a33..43111980a5 100644 --- a/string/argz-count.c +++ b/string/argz-count.c @@ -1,7 +1,6 @@ /* Routines for dealing with '\0' separated arg vectors. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader <miles@gnu.ai.mit.edu> 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/string/argz-create.c b/string/argz-create.c index f97e9147f2..4f01f01d1e 100644 --- a/string/argz-create.c +++ b/string/argz-create.c @@ -1,7 +1,6 @@ /* Routines for dealing with '\0' separated arg vectors. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader <miles@gnu.ai.mit.edu> 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/string/argz-ctsep.c b/string/argz-ctsep.c index 230ad0d68d..a5584e2e30 100644 --- a/string/argz-ctsep.c +++ b/string/argz-ctsep.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@gnu.ai.mit.edu>, 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/string/argz-delete.c b/string/argz-delete.c index 1f569c67ce..1ddab67c0a 100644 --- a/string/argz-delete.c +++ b/string/argz-delete.c @@ -1,7 +1,6 @@ /* Routines for dealing with '\0' separated arg vectors. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader <miles@gnu.org> 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/string/argz-extract.c b/string/argz-extract.c index fda440128f..18d43b7765 100644 --- a/string/argz-extract.c +++ b/string/argz-extract.c @@ -1,7 +1,6 @@ /* Routines for dealing with '\0' separated arg vectors. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader <miles@gnu.org> 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/string/argz-insert.c b/string/argz-insert.c index fdd15fe235..851e18b007 100644 --- a/string/argz-insert.c +++ b/string/argz-insert.c @@ -1,7 +1,6 @@ /* Routines for dealing with '\0' separated arg vectors. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader <miles@gnu.ai.mit.edu> 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/string/argz-next.c b/string/argz-next.c index 82597c3bc9..f654cf16a1 100644 --- a/string/argz-next.c +++ b/string/argz-next.c @@ -1,7 +1,6 @@ /* Iterate through the elements of an argz block. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader <miles@gnu.org> 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/string/argz-replace.c b/string/argz-replace.c index 37fcc91029..e8746c9eb9 100644 --- a/string/argz-replace.c +++ b/string/argz-replace.c @@ -1,7 +1,6 @@ /* String replacement in an argz vector Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader <miles@gnu.ai.mit.edu> 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/string/argz-stringify.c b/string/argz-stringify.c index a52d5f5eff..7c383f35e2 100644 --- a/string/argz-stringify.c +++ b/string/argz-stringify.c @@ -1,7 +1,6 @@ /* Routines for dealing with '\0' separated arg vectors. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader <miles@gnu.org> 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/string/bug-strncat1.c b/string/bug-strncat1.c index b22beba4d3..65a7ed58c2 100644 --- a/string/bug-strncat1.c +++ b/string/bug-strncat1.c @@ -1,4 +1,3 @@ -/* Test case by Joseph S. Myers <jsm28@cam.ac.uk>. */ #undef __USE_STRING_INLINES #define __USE_STRING_INLINES #include <stdio.h> diff --git a/string/bug-strpbrk1.c b/string/bug-strpbrk1.c index 8e909a1e21..ca0bc11308 100644 --- a/string/bug-strpbrk1.c +++ b/string/bug-strpbrk1.c @@ -1,4 +1,3 @@ -/* Test case by Joseph S. Myers <jsm28@cam.ac.uk>. */ #undef __USE_STRING_INLINES #define __USE_STRING_INLINES #include <string.h> diff --git a/string/bug-strspn1.c b/string/bug-strspn1.c index e3487ab8f9..3bf2a48b4c 100644 --- a/string/bug-strspn1.c +++ b/string/bug-strspn1.c @@ -1,4 +1,3 @@ -/* Test case by Joseph S. Myers <jsm28@cam.ac.uk>. */ #undef __USE_STRING_INLINES #define __USE_STRING_INLINES #include <string.h> diff --git a/string/bzero.c b/string/bzero.c index 9c6d4906ff..4391dadac2 100644 --- a/string/bzero.c +++ b/string/bzero.c @@ -1,6 +1,5 @@ /* Copyright (C) 1991-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Torbjorn Granlund (tege@sics.se). 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/string/envz.c b/string/envz.c index 09ee14f691..78e3a4c171 100644 --- a/string/envz.c +++ b/string/envz.c @@ -1,7 +1,6 @@ /* Routines for dealing with '\0' separated environment vectors Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader <miles@gnu.org> 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/string/ffs.c b/string/ffs.c index ee48f8ce71..7bec2eb817 100644 --- a/string/ffs.c +++ b/string/ffs.c @@ -1,6 +1,5 @@ /* Copyright (C) 1991-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. |
