diff options
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. - 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/ffsll.c b/string/ffsll.c index ac69c93f42..77bd28e80c 100644 --- a/string/ffsll.c +++ b/string/ffsll.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/memcpy.c b/string/memcpy.c index b5504ae0b0..38728a93a1 100644 --- a/string/memcpy.c +++ b/string/memcpy.c @@ -2,7 +2,6 @@ has been copied. Overlap is NOT handled correctly. 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/memmove.c b/string/memmove.c index 71da8a6779..7ce9981758 100644 --- a/string/memmove.c +++ b/string/memmove.c @@ -2,7 +2,6 @@ has been copied. Overlap is handled correctly. 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 th |
