From 30891f35fa7da832b66d80d0807610df361851f3 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Fri, 3 Sep 2021 22:06:44 +0530 Subject: 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 --- intl/tst-codeset.c | 1 - intl/tst-gettext.c | 1 - intl/tst-gettext2.c | 2 -- intl/tst-gettext3.c | 1 - intl/tst-gettext4.c | 1 - intl/tst-gettext5.c | 1 - intl/tst-gettext6.c | 1 - intl/tst-ngettext.c | 1 - intl/tst-translit.c | 1 - 9 files changed, 10 deletions(-) (limited to 'intl') diff --git a/intl/tst-codeset.c b/intl/tst-codeset.c index 94d22310a4..91826d882a 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 , 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 99dc505fa3..4d3c5bc6ea 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 , 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 4433acdbdf..801ba552ad 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 and - Andreas Jaeger , 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 d785814784..687ab585cc 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 , 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 a63f36d267..a5153fb0f3 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 , 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 3d298fe5c3..b3ab8e52de 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 , 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 cd5cc82932..6803ebe495 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 , 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 264292c034..b9cf86f5b1 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 , 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 3998330313..837a8005cc 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 , 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 -- cgit 1.4.1