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 /include | |
parent | 04f2125c6eff341f9c52682866d1eea8d204c852 (diff) | |
download | glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.gz 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 'include')
-rw-r--r-- | include/atomic.h | 1 | ||||
-rw-r--r-- | include/inline-hashtab.h | 1 | ||||
-rw-r--r-- | include/intprops.h | 1 | ||||
-rw-r--r-- | include/list.h | 1 | ||||
-rw-r--r-- | include/list_t.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/include/atomic.h b/include/atomic.h index f2ac3e2256..db8980d1eb 100644 --- a/include/atomic.h +++ b/include/atomic.h @@ -1,7 +1,6 @@ /* Internal macros for atomic operations for GNU C Library. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 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/include/inline-hashtab.h b/include/inline-hashtab.h index bab691bb9c..d3d2cc46a6 100644 --- a/include/inline-hashtab.h +++ b/include/inline-hashtab.h @@ -1,7 +1,6 @@ /* Fully-inline hash table, used mainly for managing TLS descriptors. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Alexandre Oliva <aoliva@redhat.com> This file is derived from a 2003's version of libiberty's hashtab.c, contributed by Vladimir Makarov (vmakarov@cygnus.com), diff --git a/include/intprops.h b/include/intprops.h index 967e32ea0c..2b6e5e93ed 100644 --- a/include/intprops.h +++ b/include/intprops.h @@ -15,7 +15,6 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */ -/* Written by Paul Eggert. */ #ifndef _GL_INTPROPS_H #define _GL_INTPROPS_H diff --git a/include/list.h b/include/list.h index 7a1f1675bf..16e834e50d 100644 --- a/include/list.h +++ b/include/list.h @@ -1,6 +1,5 @@ /* Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. 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/include/list_t.h b/include/list_t.h index be5942bc8b..172126f1ef 100644 --- a/include/list_t.h +++ b/include/list_t.h @@ -1,6 +1,5 @@ /* Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |