aboutsummaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-09-03 22:06:44 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-09-03 22:06:44 +0530
commit30891f35fa7da832b66d80d0807610df361851f3 (patch)
tree684c81cc6e88650313797fadaa642d714fcce8a8 /string
parent04f2125c6eff341f9c52682866d1eea8d204c852 (diff)
downloadglibc-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')
-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.