aboutsummaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
Diffstat (limited to 'string')
-rw-r--r--string/argz-addsep.c1
-rw-r--r--string/argz-append.c1
-rw-r--r--string/argz-count.c1
-rw-r--r--string/argz-create.c1
-rw-r--r--string/argz-ctsep.c1
-rw-r--r--string/argz-delete.c1
-rw-r--r--string/argz-extract.c1
-rw-r--r--string/argz-insert.c1
-rw-r--r--string/argz-next.c1
-rw-r--r--string/argz-replace.c1
-rw-r--r--string/argz-stringify.c1
-rw-r--r--string/bug-strncat1.c1
-rw-r--r--string/bug-strpbrk1.c1
-rw-r--r--string/bug-strspn1.c1
-rw-r--r--string/bzero.c1
-rw-r--r--string/envz.c1
-rw-r--r--string/ffs.c1
-rw-r--r--string/ffsll.c1
-rw-r--r--string/memcpy.c1
-rw-r--r--string/memmove.c1
-rw-r--r--string/stratcliff.c1
-rw-r--r--string/strcoll.c1
-rw-r--r--string/strcoll_l.c1
-rw-r--r--string/strlen.c3
-rw-r--r--string/strnlen.c1
-rw-r--r--string/strxfrm.c1
-rw-r--r--string/strxfrm_l.c1
-rw-r--r--string/test-ffs.c2
-rw-r--r--string/test-memccpy.c1
-rw-r--r--string/test-memchr.c1
-rw-r--r--string/test-memcmp.c2
-rw-r--r--string/test-memcpy.c1
-rw-r--r--string/test-memmem.c1
-rw-r--r--string/test-memmove.c1
-rw-r--r--string/test-mempcpy.c1
-rw-r--r--string/test-memrchr.c1
-rw-r--r--string/test-memset.c1
-rw-r--r--string/test-rawmemchr.c1
-rw-r--r--string/test-stpcpy.c1
-rw-r--r--string/test-stpncpy.c1
-rw-r--r--string/test-strcasecmp.c1
-rw-r--r--string/test-strcasestr.c1
-rw-r--r--string/test-strcat.c1
-rw-r--r--string/test-strchr.c2
-rw-r--r--string/test-strcmp.c2
-rw-r--r--string/test-strcpy.c2
-rw-r--r--string/test-strcspn.c1
-rw-r--r--string/test-string.h1
-rw-r--r--string/test-strlen.c2
-rw-r--r--string/test-strncasecmp.c1
-rw-r--r--string/test-strncat.c1
-rw-r--r--string/test-strncmp.c1
-rw-r--r--string/test-strncpy.c1
-rw-r--r--string/test-strnlen.c1
-rw-r--r--string/test-strpbrk.c1
-rw-r--r--string/test-strrchr.c3
-rw-r--r--string/test-strspn.c1
-rw-r--r--string/test-strstr.c1
-rw-r--r--string/testcopy.c1
-rw-r--r--string/tst-bswap.c1
-rw-r--r--string/wordcopy.c1
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