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 /intl | |
parent | 04f2125c6eff341f9c52682866d1eea8d204c852 (diff) | |
download | glibc-30891f35fa7da832b66d80d0807610df361851f3.zip glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.gz glibc-30891f35fa7da832b66d80d0807610df361851f3.tar.bz2 |
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 'intl')
-rw-r--r-- | intl/tst-codeset.c | 1 | ||||
-rw-r--r-- | intl/tst-gettext.c | 1 | ||||
-rw-r--r-- | intl/tst-gettext2.c | 2 | ||||
-rw-r--r-- | intl/tst-gettext3.c | 1 | ||||
-rw-r--r-- | intl/tst-gettext4.c | 1 | ||||
-rw-r--r-- | intl/tst-gettext5.c | 1 | ||||
-rw-r--r-- | intl/tst-gettext6.c | 1 | ||||
-rw-r--r-- | intl/tst-ngettext.c | 1 | ||||
-rw-r--r-- | intl/tst-translit.c | 1 |
9 files changed, 0 insertions, 10 deletions
diff --git a/intl/tst-codeset.c b/intl/tst-codeset.c index 94d2231..91826d8 100644 --- a/intl/tst-codeset.c +++ b/intl/tst-codeset.c @@ -1,7 +1,6 @@ /* Test of bind_textdomain_codeset. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible <haible@clisp.cons.org>, 2001. 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/intl/tst-gettext.c b/intl/tst-gettext.c index 99dc505..4d3c5bc 100644 --- a/intl/tst-gettext.c +++ b/intl/tst-gettext.c @@ -1,7 +1,6 @@ /* Test of the gettext functions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 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/intl/tst-gettext2.c b/intl/tst-gettext2.c index 4433acd..801ba55 100644 --- a/intl/tst-gettext2.c +++ b/intl/tst-gettext2.c @@ -1,8 +1,6 @@ /* Test of the gettext functions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk <kukuk@suse.de> and - Andreas Jaeger <aj@suse.de>, 2000. 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/intl/tst-gettext3.c b/intl/tst-gettext3.c index d785814..687ab58 100644 --- a/intl/tst-gettext3.c +++ b/intl/tst-gettext3.c @@ -2,7 +2,6 @@ locales that differ only in their encoding. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible <bruno@clisp.org>, 2001, 2005. 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/intl/tst-gettext4.c b/intl/tst-gettext4.c index a63f36d..a5153fb 100644 --- a/intl/tst-gettext4.c +++ b/intl/tst-gettext4.c @@ -2,7 +2,6 @@ different threads operate in different locales with the same encoding. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible <bruno@clisp.org>, 2005. 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/intl/tst-gettext5.c b/intl/tst-gettext5.c index 3d298fe..b3ab8e5 100644 --- a/intl/tst-gettext5.c +++ b/intl/tst-gettext5.c @@ -3,7 +3,6 @@ catalog file but with different encodings. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible <bruno@clisp.org>, 2005. 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/intl/tst-gettext6.c b/intl/tst-gettext6.c index cd5cc82..6803ebe 100644 --- a/intl/tst-gettext6.c +++ b/intl/tst-gettext6.c @@ -1,7 +1,6 @@ /* Test that gettext() in multithreaded applications works correctly. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek <jakub@redhat.com>, 2008. 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/intl/tst-ngettext.c b/intl/tst-ngettext.c index 264292c..b9cf86f 100644 --- a/intl/tst-ngettext.c +++ b/intl/tst-ngettext.c @@ -1,7 +1,6 @@ /* Test of the ngettext functions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. 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/intl/tst-translit.c b/intl/tst-translit.c index 3998330..837a800 100644 --- a/intl/tst-translit.c +++ b/intl/tst-translit.c @@ -1,7 +1,6 @@ /* Test of translitation in the gettext functions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@cygnus.com>, 2000. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |