glibc/htl
Siddhesh Poyarekar 30891f35fa 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>
2021-09-03 22:06:44 +05:30
..
tests Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Makefile Consolidate pthread_atfork 2021-06-24 10:04:41 -03:00
Versions htl: Let libc call __pthread_mutex_{,try,un}lock 2021-07-13 23:36:58 +02:00
alloca_cutoff.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
cancellation.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
configure hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
configure.in hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
cthreads-compat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
forward.c fork.h: replace with register-atfork.h 2021-03-29 21:41:09 +02:00
herrno.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
htlfreeres.c htl: Add __libpthread_freeres 2021-05-18 17:46:12 +00:00
libc_pthread_init.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
libpthread.a htl: Fix linking static tests by factorizing the symbols list 2020-06-10 21:34:19 +00:00
libpthread_pic.a htl: Fix linking static tests by factorizing the symbols list 2020-06-10 21:34:19 +00:00
libpthread_syms.a hurd: Remove some remnants of cthreads 2020-11-15 13:16:03 +01:00
lockfile.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-alloc.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-cancel.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-cleanup.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-create.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-dealloc.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-detach.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-exit.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-getattr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-initialize.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-internal.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-join.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-self.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-setcancelstate.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-setcanceltype.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-sigmask.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-spin-inlines.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-testcancel.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pt-yield.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
semaphoreP.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
shlib-versions hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00