diff --git a/CONTRIBUTED-BY b/CONTRIBUTED-BY new file mode 100644 index 00000000000..d53bf90e7a6 --- /dev/null +++ b/CONTRIBUTED-BY @@ -0,0 +1,10528 @@ +The glibc project stopped adding "Contributed by" lines to source files in 2012 +in favour of acknowledging contributors in the glibc manual and through the git +log. The record of existing "Contributed by" lines have now been moved to this +file to acknowledge contributions by these developers to glibc. + +argp/argp-test.c: + Written by Miles Bader . + +argp/tst-argp1.c: + Contributed by Ulrich Drepper , 2002. + +argp/tst-argp2.c: + Contributed by Jakub Jelinek , 2007. + +catgets/catgets.c: + Contributed by Ulrich Drepper, . + +catgets/catgetsinfo.h: + Contributed by Ulrich Drepper, . + +catgets/gencat.c: + Contributed by Ulrich Drepper , 1996. + +catgets/open_catalog.c: + Contributed by Ulrich Drepper, . + +crypt/md5-crypt.c: + Contributed by Ulrich Drepper , 1996. + +crypt/sha256-crypt.c: + Contributed by Ulrich Drepper , 2007. + +crypt/sha256.c: + Written by Ulrich Drepper , 2007. + +crypt/sha512-crypt.c: + Contributed by Ulrich Drepper , 2007. + +crypt/sha512.c: + Written by Ulrich Drepper , 2007. + +debug/backtrace.c: + Contributed by Jakub Jelinek , 2003. + +debug/backtracesyms.c: + Contributed by Ulrich Drepper , 1998. + +debug/backtracesymsfd.c: + Contributed by Ulrich Drepper , 1998. + +debug/catchsegv.sh: + Contributed by Ulrich Drepper , 1998. + +debug/confstr_chk.c: + Contributed by Ulrich Drepper , 20055. + +debug/explicit_bzero_chk.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +debug/memcpy_chk.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +debug/memmove_chk.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +debug/mempcpy_chk.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +debug/noophooks.c: + Contributed by Ulrich Drepper , 1999. + +debug/obprintf_chk.c: + Contributed by Ulrich Drepper , 1996. + +debug/pcprofile.c: + Contributed by Ulrich Drepper , 1999. + +debug/pcprofiledump.c: + Contributed by Ulrich Drepper , 1999. + +debug/segfault.c: + Contributed by Ulrich Drepper , 1998. + +debug/test-stpcpy_chk.c: + Written by Jakub Jelinek , 1999. + +debug/test-strcpy_chk.c: + Written by Jakub Jelinek , 1999. + +debug/tst-chk1.c: + Contributed by Jakub Jelinek , 2004. + +debug/tst-longjmp_chk2.c: + Verify longjmp fortify checking does not reject signal stacks. + Test case mostly written by Paolo Bonzini . + +debug/wcpcpy_chk.c: + Contributed by Ulrich Drepper , 1996. + +debug/wcpncpy_chk.c: + Contributed by Ulrich Drepper , 1995. + +debug/wcscat_chk.c: + Contributed by Ulrich Drepper , 1995. + +debug/wcscpy_chk.c: + Contributed by Ulrich Drepper , 1995. + +debug/wcsncat_chk.c: + Contributed by Ulrich Drepper , 1995. + +debug/wcsncpy_chk.c: + Contributed by Ulrich Drepper , 1995. + +debug/wmemcpy_chk.c: + Contributed by Ulrich Drepper , 1996. + +debug/wmemmove_chk.c: + Contributed by Ulrich Drepper, + +debug/wmempcpy_chk.c: + Contributed by Ulrich Drepper , 1999. + +debug/wmemset_chk.c: + Contributed by Ulrich Drepper , 1996. + +debug/xtrace.sh: + Contributed by Ulrich Drepper , 1999. + +dirent/opendir-tst1.c: + Contributed by Ulrich Drepper , 1998. + +dlfcn/bug-dl-leaf-lib-cb.c: + Contributed by Mike Frysinger + +dlfcn/bug-dl-leaf-lib.c: + Contributed by Mike Frysinger + +dlfcn/bug-dl-leaf.c: + Contributed by Mike Frysinger + +dlfcn/bug-dlopen1.c: + Test case by Bruno Haible. It test whether the dynamic string + token expansion can handle $ signs which do not start one of the + recognized keywords. + +dlfcn/tst-dladdr.c: + Contributed by Volkmar Sieh and Andreas Jaeger . + +elf/cache.c: + Contributed by Andreas Jaeger , 1999. + +elf/dl-conflict.c: + Contributed by Jakub Jelinek , 2001. + +elf/dl-iteratephdr.c: + Contributed by Jakub Jelinek , 2001. + +elf/dl-libc.c: + Contributed by Zack Weinberg , 1999. + +elf/dl-origin.c: + Contributed by Ulrich Drepper , 1998. + +elf/dl-profile.c: + Contributed by Ulrich Drepper , 1997. + +elf/dl-profstub.c: + Contributed by Ulrich Drepper , 1997. + +elf/dl-version.c: + Contributed by Ulrich Drepper , 1997. + +elf/ldconfig.c: + Contributed by Andreas Jaeger , 1999. + +elf/pldd-xx.c: + Contributed by Ulrich Drepper , 2011. + +elf/pldd.c: + Contributed by Ulrich Drepper , 2011. + +elf/readelflib.c: + Contributed by Andreas Jaeger , 1999 and + Jakub Jelinek , 1999. + +elf/readlib.c: + Contributed by Andreas Jaeger , 1999 and + Jakub Jelinek , 1999. + +elf/sotruss-lib.c: + Contributed by Ulrich Drepper , 2011. + +elf/sprof.c: + Contributed by Ulrich Drepper , 1997. + +elf/tlsdeschtab.h: + Contributed by Alexandre Oliva + +elf/tst-align.c: + Contributed by Jakub Jelinek , 2003. + +elf/tst-align2.c: + Contributed by Jakub Jelinek , 2005. + +elf/tst-alignmod.c: + Contributed by Jakub Jelinek , 2003. + +elf/tst-alignmod2.c: + Contributed by Jakub Jelinek , 2003. + +elf/tst-dlmodcount.c: + Contributed by David Mosberger , 2004. + +elf/tst-dlopenrpath.c: + Contributed by Ulrich Drepper , 2004. + +elf/tst-dlopenrpathmod.c: + Contributed by Ulrich Drepper , 2004. + +elf/tst-stackguard1.c: + Contributed by Jakub Jelinek , 2005. + +gmon/sprofil.c: + Contributed by David Mosberger-Tang . + +gmon/sys/gmon_out.h: + Contributed by David Mosberger . + +gmon/tst-sprofil.c: + Contributed by David Mosberger-Tang . + +gnulib/tst-gcc.c: + Contributed by Ulrich Drepper . + +grp/getgrent.c: + Contributed by Ulrich Drepper , 1996. + +grp/getgrent_r.c: + Contributed by Ulrich Drepper , 1996. + +grp/getgrgid.c: + Contributed by Ulrich Drepper , 1996. + +grp/getgrgid_r.c: + Contributed by Ulrich Drepper , 1996. + +grp/getgrnam.c: + Contributed by Ulrich Drepper , 1996. + +grp/getgrnam_r.c: + Contributed by Ulrich Drepper , 1996. + +grp/tst_fgetgrent.c: + Contributed by Andreas Jaeger , 1999. + +grp/tst_fgetgrent.sh: + Contributed by Andreas Jaeger , 1999. + +gshadow/getsgent.c: + Contributed by Ulrich Drepper , 2009. + +gshadow/getsgent_r.c: + Contributed by Ulrich Drepper , 2009. + +gshadow/getsgnam.c: + Contributed by Ulrich Drepper , 2009. + +gshadow/getsgnam_r.c: + Contributed by Ulrich Drepper , 2009. + +hesiod/nss_hesiod/hesiod-grp.c: + Contributed by Mark Kettenis , 1997. + +hesiod/nss_hesiod/hesiod-proto.c: + Contributed by Mark Kettenis , 1997. + +hesiod/nss_hesiod/hesiod-pwd.c: + Contributed by Mark Kettenis , 1997. + +hesiod/nss_hesiod/hesiod-service.c: + Contributed by Mark Kettenis , 1997. + +htl/semaphoreP.h: + Ulrich Drepper , 2002. + +hurd/path-lookup.c: + Written by Miles Bader + +iconv/dummy-repertoire.c: + Contributed by Ulrich Drepper , 2001. + +iconv/gconv.c: + Contributed by Ulrich Drepper , 1997. + +iconv/gconv_builtin.c: + Contributed by Ulrich Drepper , 1997. + +iconv/gconv_builtin.h: + Contributed by Ulrich Drepper , 1997. + +iconv/gconv_cache.c: + Contributed by Ulrich Drepper , 2001. + +iconv/gconv_charset.h: + Contributed by Ulrich Drepper , 2001. + +iconv/gconv_close.c: + Contributed by Ulrich Drepper , 1997. + +iconv/gconv_conf.c: + Contributed by Ulrich Drepper , 1997. + +iconv/gconv_db.c: + Contributed by Ulrich Drepper , 1997. + +iconv/gconv_dl.c: + Contributed by Ulrich Drepper , 1997. + +iconv/gconv_int.h: + Contributed by Ulrich Drepper , 1997. + +iconv/gconv_open.c: + Contributed by Ulrich Drepper , 1997. + +iconv/gconv_simple.c: + Contributed by Ulrich Drepper , 1997. + +iconv/gconv_trans.c: + Contributed by Ulrich Drepper , 2000. + +iconv/iconv.c: + Contributed by Ulrich Drepper , 1997. + +iconv/iconv_charmap.c: + Contributed by Ulrich Drepper , 2001. + +iconv/iconv_close.c: + Contributed by Ulrich Drepper , 1997. + +iconv/iconv_open.c: + Contributed by Ulrich Drepper , 1997. + +iconv/iconv_prog.c: + Contributed by Ulrich Drepper , 1998. + +iconv/iconv_prog.h: + Contributed by Ulrich Drepper , 2001. + +iconv/iconvconfig.c: + Contributed by Ulrich Drepper , 2000. + +iconv/iconvconfig.h: + Contributed by Ulrich Drepper , 2000. + +iconv/loop.c: + Contributed by Ulrich Drepper , 1998. + +iconv/skeleton.c: + Contributed by Ulrich Drepper , 1998. + +iconv/strtab.c: + Written by Ulrich Drepper , 2000. + +iconv/tst-iconv1.c: + Test case by yaoz@nih.gov. + +iconv/tst-iconv2.c: + Contributed by Ulrich Drepper , 2001. + +iconv/tst-iconv3.c: + Contributed by Owen Taylor . + +iconv/tst-iconv5.c: + Contributed by GOTO Masanori , 2004 + +iconvdata/8bit-gap.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/8bit-generic.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/TESTS2: + Contributed by Bruno Haible , 2001. + +iconvdata/TESTS: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ansi_x3.110.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/armscii-8.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/asmo_449.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/big5.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/big5hkscs.c: + Contributed by Ulrich Drepper , 1997. + Modified for Big5-HKSCS by Roger So , 2000. + +iconvdata/brf.c: + Contributed by Samuel Thibault , 2006. + +iconvdata/bug-iconv2.c: + Test case by Akira Higuchi . + +iconvdata/bug-iconv3.c: + Contributed by Ulrich Drepper , 2003. + +iconvdata/bug-iconv4.c: + Contributed by Jiro SEKIBA . + +iconvdata/cns11643.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cns11643.h: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cns11643l1.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cns11643l1.h: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cns11643l2.h: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp10007.c: + Contributed by Ulrich Drepper , 2001. + +iconvdata/cp1250.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp1251.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp1252.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp1253.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp1254.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp1255.c: + Contributed by Ulrich Drepper , 1998, + and Bruno Haible , 2001. + +iconvdata/cp1256.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp1257.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp1258.c: + Contributed by Ulrich Drepper , 1998, + and Bruno Haible , 2001. + +iconvdata/cp737.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp737.h: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp770.c: + Contributed by Ulrich Drepper , 2011. + +iconvdata/cp771.c: + Contributed by Ulrich Drepper , 2011. + +iconvdata/cp772.c: + Contributed by Ulrich Drepper , 2011. + +iconvdata/cp773.c: + Contributed by Ulrich Drepper , 2011. + +iconvdata/cp774.c: + Contributed by Ulrich Drepper , 2011. + +iconvdata/cp775.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp775.h: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cp932.c: + Contributed by MORIYAMA Masayuki , 2003. + +iconvdata/csn_369103.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/cwi.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/dec-mcs.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-at-de-a.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/ebcdic-at-de.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/ebcdic-ca-fr.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/ebcdic-dk-no-a.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-dk-no.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-es-a.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-es-s.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-es.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-fi-se-a.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-fi-se.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-fr.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-is-friss.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-it.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-pt.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-uk.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ebcdic-us.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ecma-cyrillic.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/euc-cn.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/euc-jisx0213.c: + Contributed by Bruno Haible , 2002. + +iconvdata/euc-jp-ms.c: + Contributed by MORIYAMA Masayuki , 2003. + +iconvdata/euc-jp.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/euc-kr.c: + Contributed by Jungshik Shin + and Ulrich Drepper , 1998. + +iconvdata/euc-tw.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/gb18030.c: + This file is added for supporting gb18030-2000 code. + by Wang ShouHua & Wu Jian + Redflag Linux company + www.redflag-linux.com + Dec 20 2001 Yu Shao + Revision, fixing bugs, adding missing entries. + +iconvdata/gb2312.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/gb2312.h: + Contributed by Ulrich Drepper , 1998. + +iconvdata/gbbig5.c: + Contributed by Ulrich Drepper , 1999. + +iconvdata/gbgbk.c: + Contributed by Ulrich Drepper , 1999. + +iconvdata/gbk.c: + Contributed by Sean Chen , 1999. + +iconvdata/georgian-academy.c: + Contributed by Ulrich Drepper , 2001. + +iconvdata/georgian-ps.c: + Contributed by Ulrich Drepper , 2001. + +iconvdata/gost_19768-74.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/greek-ccitt.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/greek7-old.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/greek7.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/hp-greek8.c: + Contributed by Ulrich Drepper , 2007. + +iconvdata/hp-roman8.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/hp-roman9.c: + Contributed by Ulrich Drepper , 2007. + +iconvdata/hp-thai8.c: + Contributed by Ulrich Drepper , 2007. + +iconvdata/hp-turkish8.c: + Contributed by Ulrich Drepper , 2007. + +iconvdata/ibm037.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm038.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm1004.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm1008.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1008.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1008_420.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1025.c: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1025.h: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1026.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm1046.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm1046.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm1047.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm1097.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1097.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1112.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1112.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1122.c: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1122.h: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1123.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1123.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1124.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm1124.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm1129.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm1129.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm1130.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1130.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1132.c: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1132.h: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1133.c: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1133.h: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1137.c: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1137.h: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1140.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1140.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1141.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1141.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1142.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1142.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1143.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1143.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1144.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1144.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1145.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1145.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1146.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1146.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1147.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1147.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1148.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1148.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1149.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1149.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1153.c: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1153.h: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1154.c: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1154.h: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1155.c: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1155.h: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1156.c: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1156.h: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1157.c: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1157.h: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1158.c: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1158.h: + Contributed by Jiro SEKIBA , 2005. + +iconvdata/ibm1160.c: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1160.h: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1161.c: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1161.h: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1162.c: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1162.h: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1163.c: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1163.h: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1164.c: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1164.h: + Contributed by Masahide Washizawa , 2001. + +iconvdata/ibm1166.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1166.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1167.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1167.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm12712.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm12712.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1364.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1364.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1371.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1371.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1388.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1388.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1390.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1390.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1399.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm1399.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm16804.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm16804.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm256.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm273.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm274.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm275.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm277.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm278.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm280.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm281.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm284.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm285.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm290.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm297.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm420.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm423.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm424.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm437.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm4517.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm4517.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm4899.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm4899.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm4909.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm4909.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm4971.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm4971.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm500.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm5347.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm5347.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm803.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm803.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm850.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm851.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm852.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm855.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm856.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm856.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm857.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm860.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm861.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm862.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm863.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm864.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm865.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm866.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm866nav.c: + Contributed by Ulrich Drepper , 2003. + +iconvdata/ibm868.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm869.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm870.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm871.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm874.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm875.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm880.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm891.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm901.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm901.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm902.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm902.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm903.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm9030.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm9030.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm904.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm905.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm9066.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm9066.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm918.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/ibm921.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm921.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm922.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm922.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm930.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm930.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm932.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm932.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm933.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm933.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm935.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm935.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm937.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm937.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm939.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm939.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm943.c: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm943.h: + Contributed by Masahide Washizawa , 2000. + +iconvdata/ibm9448.c: + Contributed by Masahide Washizawa , 2005. + +iconvdata/ibm9448.h: + Contributed by Masahide Washizawa , 2005. + +iconvdata/iec_p27-1.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/inis-8.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/inis-cyrillic.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/inis.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/isiri-3342.c: + Contributed by Ulrich Drepper , 1999. + +iconvdata/iso-2022-cn-ext.c: + Contributed by Ulrich Drepper , 2000. + +iconvdata/iso-2022-cn.c: + Contributed by Ulrich Drepper , 1999. + +iconvdata/iso-2022-jp-3.c: + Contributed by Ulrich Drepper , 1998, + and Bruno Haible , 2002. + +iconvdata/iso-2022-jp.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso-2022-kr.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso-ir-165.c: + Contributed by Ulrich Drepper , 2000. + +iconvdata/iso-ir-165.h: + Contributed by Ulrich Drepper , 2000. + +iconvdata/iso-ir-197.c: + Contributed by Ulrich Drepper , 1999. + +iconvdata/iso-ir-209.c: + Contributed by Ulrich Drepper , 2001. + +iconvdata/iso646.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso8859-1.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/iso8859-10.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/iso8859-11.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso8859-13.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso8859-14.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso8859-15.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso8859-16.c: + Contributed by Ulrich Drepper , 2000. + +iconvdata/iso8859-2.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/iso8859-3.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/iso8859-4.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/iso8859-5.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/iso8859-6.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/iso8859-7.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/iso8859-8.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/iso8859-9.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/iso8859-9e.c: + Contributed by Ulrich Drepper , 2007. + +iconvdata/iso_10367-box.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso_11548-1.c: + Contributed by Ulrich Drepper , 1997, + Samuel Thibault , 2005. + +iconvdata/iso_2033.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso_5427-ext.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso_5427.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso_5428.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso_6937-2.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/iso_6937.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/jis0201.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/jis0201.h: + Contributed by Ulrich Drepper , 1997. + +iconvdata/jis0208.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/jis0208.h: + Contributed by Ulrich Drepper , 1997. + +iconvdata/jis0212.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/jis0212.h: + Contributed by Ulrich Drepper , 1997. + +iconvdata/jisx0213.c: + Contributed by Bruno Haible , 2002. + +iconvdata/jisx0213.h: + Contributed by Bruno Haible , 2002. + +iconvdata/johab.c: + Contributed by Jungshik Shin + and Ulrich Drepper , 1998. + +iconvdata/koi-8.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/koi8-r.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/koi8-ru.c: + Contributed by Ulrich Drepper , 20077. + +iconvdata/koi8-t.c: + Contributed by Ulrich Drepper , 2001. + +iconvdata/koi8-u.c: + Contributed by Ulrich Drepper , 1999. + +iconvdata/ksc5601.c: + Contributed by Jungshik Shin , 1998. + +iconvdata/latin-greek-1.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/latin-greek.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/mac-centraleurope.c: + Contributed by Ulrich Drepper , 2007. + +iconvdata/mac-is.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/mac-sami.c: + Contributed by Ulrich Drepper , 2001. + +iconvdata/mac-uk.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/macintosh.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/mik.c: + Contributed by Alexander Shopov , 2006. + +iconvdata/nats-dano.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/nats-sefi.c: + Contributed by Ulrich Drepper , 1998. + +iconvdata/pt154.c: + Contributed by Ulrich Drepper , 2004. + +iconvdata/rk1048.c: + Contributed by Ulrich Drepper , 2004. + +iconvdata/run-iconv-test.sh: + Contributed by Ulrich Drepper , 1998. + +iconvdata/sami-ws2.c: + Contributed by Ulrich Drepper , 1999. + +iconvdata/shift_jisx0213.c: + Contributed by Bruno Haible , 2002. + +iconvdata/sjis.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/t.61.c: + Contributed by Ulrich Drepper , 1997. + +iconvdata/tcvn5712-1.c: + Contributed by Ulrich Drepper , 2001. + +iconvdata/tis-620.c: + Contributed by Ulrich Drepper , 1999. + +iconvdata/tscii.c: + Contributed by Bruno Haible , 2002. + +iconvdata/tst-e2big.c: + Contributed by Bruno Haible , 2002. + +iconvdata/tst-loading.c: + Contributed by Ulrich Drepper , 2000. + +iconvdata/tst-table-charmap.sh: + Contributed by Bruno Haible , 2000. + +iconvdata/tst-table-from.c: + Contributed by Bruno Haible , 2000. + +iconvdata/tst-table-to.c: + Contributed by Bruno Haible , 2000. + +iconvdata/tst-table.sh: + Contributed by Bruno Haible , 2000. + +iconvdata/tst-tables.sh: + Contributed by Bruno Haible , 2000. + +iconvdata/uhc.c: + Contributed by Jungshik Shin , 1998. + +iconvdata/unicode.c: + Contributed by Ulrich Drepper , 1999. + +iconvdata/utf-16.c: + Contributed by Ulrich Drepper , 1999. + +iconvdata/utf-7.c: + Contributed by Bruno Haible , 2000. + +iconvdata/viscii.c: + Contributed by Ulrich Drepper , 2000. + +include/atomic.h: + Contributed by Ulrich Drepper , 2002. + +include/inline-hashtab.h: + Contributed by Alexandre Oliva + +include/intprops.h: + Written by Paul Eggert. + +include/list.h: + Contributed by Ulrich Drepper , 2002. + +include/list_t.h: + Contributed by Ulrich Drepper , 2002. + +inet/bug-if1.c: + Contributed by Ulrich Drepper , 2004. + +inet/ether_aton.c: + Contributed by Ulrich Drepper , 1996. + +inet/ether_aton_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/ether_hton.c: + Contributed by Ulrich Drepper , 1996. + +inet/ether_ntoa.c: + Contributed by Ulrich Drepper , 1996. + +inet/ether_ntoa_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/ether_ntoh.c: + Contributed by Ulrich Drepper , 1996. + +inet/getaliasent_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/getaliasname.c: + Contributed by Ulrich Drepper , 1996. + +inet/getaliasname_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/gethstbyad.c: + Contributed by Ulrich Drepper , 1996. + +inet/gethstbyad_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/gethstbynm.c: + Contributed by Ulrich Drepper , 1996. + +inet/gethstbynm2.c: + Contributed by Ulrich Drepper , 1996. + +inet/gethstbynm2_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/gethstbynm_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/getipv4sourcefilter.c: + Contributed by Ulrich Drepper , 2004. + +inet/getnetbyad.c: + Contributed by Ulrich Drepper , 1996. + +inet/getnetbyad_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/getnetbynm.c: + Contributed by Ulrich Drepper , 1996. + +inet/getnetbynm_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/getproto.c: + Contributed by Ulrich Drepper , 1996. + +inet/getproto_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/getprtname.c: + Contributed by Ulrich Drepper , 1996. + +inet/getprtname_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/getrpcbyname.c: + Contributed by Ulrich Drepper , 1996. + +inet/getrpcbyname_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/getrpcbynumber.c: + Contributed by Ulrich Drepper , 1996. + +inet/getrpcbynumber_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/getsourcefilter.c: + Contributed by Ulrich Drepper , 2004. + +inet/getsrvbynm.c: + Contributed by Ulrich Drepper , 1996. + +inet/getsrvbynm_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/getsrvbypt.c: + Contributed by Ulrich Drepper , 1996. + +inet/getsrvbypt_r.c: + Contributed by Ulrich Drepper , 1996. + +inet/htontest.c: + Contributed by Ulrich Drepper , 1997. + +inet/in6_addr.c: + Contributed by Philip Blundell , 1997. + +inet/inet6_opt.c: + Contributed by Ulrich Drepper , 2006. + +inet/inet6_option.c: + Contributed by Ulrich Drepper , 2003. + +inet/inet6_rth.c: + Contributed by Ulrich Drepper , 2006. + +inet/inet_ntoa.c: + Contributed by Ulrich Drepper , 1997. + +inet/setipv4sourcefilter.c: + Contributed by Ulrich Drepper , 2004. + +inet/setsourcefilter.c: + Contributed by Ulrich Drepper , 2004. + +inet/test_ifindex.c: + Contributed by Philip Blundell . + +inet/tst-network.c: + Contributed by Andreas Jaeger , 2000. + +intl/tst-codeset.c: + Contributed by Bruno Haible , 2001. + +intl/tst-gettext.c: + Contributed by Ulrich Drepper , 2000. + +intl/tst-gettext2.c: + Contributed by Thorsten Kukuk and + Andreas Jaeger , 2000. + +intl/tst-gettext3.c: + Contributed by Bruno Haible , 2001, 2005. + +intl/tst-gettext4.c: + Contributed by Bruno Haible , 2005. + +intl/tst-gettext5.c: + Contributed by Bruno Haible , 2005. + +intl/tst-gettext6.c: + Contributed by Jakub Jelinek , 2008. + +intl/tst-ngettext.c: + Contributed by Ulrich Drepper , 2000. + +intl/tst-translit.c: + Contributed by Ulrich Drepper , 2000. + +io/bug-ftw1.c: + Contributed by Ulrich Drepper , 2001. + +io/bug-ftw2.c: + Contributed by Ulrich Drepper , 2001. + +io/bug-ftw4.c: + Contributed by Jakub Jelinek , 2003. + +io/ftw.c: + Contributed by Ulrich Drepper , 1996. + +io/ftw64-time64.c: + Contributed by Ulrich Drepper , 1996. + +io/ftw64.c: + Contributed by Ulrich Drepper , 1996. + +io/ppoll.c: + Contributed by Ulrich Drepper , 2006. + +io/test-lfs.c: + Contributed by Andreas Jaeger , 2000. + +io/test-stat.c: + Contributed by Maciej W. Rozycki , 2000. + +io/test-stat2.c: + Contributed by Ulrich Drepper , 2000. + +io/tst-fcntl.c: + Contributed by Ulrich Drepper , 2000. + +io/tst-getcwd.c: + Contributed by Ulrich Drepper , 2000. + +libio/bug-ungetc4.c: + Contributed by Jakub Jelinek , 2004. + +libio/fileops.c: + Written by Per Bothner . + +libio/iopopen.c: + Written by Per Bothner . + +libio/libio.h: + Written by Per Bothner . + +libio/obprintf.c: + Contributed by Ulrich Drepper , 1996. + +libio/oldfileops.c: + Written by Per Bothner . + +libio/oldfmemopen.c: + Contributed by Hanno Mueller, kontakt@hanno.de, 2000. + +libio/oldiopopen.c: + Written by Per Bothner . + +libio/test-fmemopen.c: + Contributed by Hanno Mueller, kontakt@hanno.de, 2000. + +libio/tst-fopenloc.c: + Contributed by Ulrich Drepper , 2001. + +libio/tst-freopen.c: + Contributed by Jakub Jelinek , 2002. + +libio/tst-mmap-setvbuf.c: + Contributed by Jakub Jelinek , 2002. + +libio/tst-widetext.c: + Contributed by Ulrich Drepper . + +libio/tst_getwc.c: + Contributed by Ulrich Drepper , 2000. + +libio/tst_putwc.c: + Contributed by Ulrich Drepper , 2000. + +libio/tst_wprintf2.c: + Test case by Yoshito Kawada . + +libio/wfileops.c: + Written by Ulrich Drepper . + Based on the single byte version by Per Bothner . + +libio/wgenops.c: + Written by Ulrich Drepper . + Based on the single byte version by Per Bothner . + +locale/C-address.c: + Contributed by Ulrich Drepper , 1998. + +locale/C-collate.c: + Contributed by Ulrich Drepper , 1995. + +locale/C-ctype.c: + Contributed by Ulrich Drepper , 1995. + +locale/C-identification.c: + Contributed by Ulrich Drepper , 1998. + +locale/C-measurement.c: + Contributed by Ulrich Drepper , 1998. + +locale/C-messages.c: + Contributed by Ulrich Drepper , 1995. + +locale/C-monetary.c: + Contributed by Ulrich Drepper , 1995. + +locale/C-name.c: + Contributed by Ulrich Drepper , 1998. + +locale/C-numeric.c: + Contributed by Ulrich Drepper , 1995. + +locale/C-paper.c: + Contributed by Ulrich Drepper , 1998. + +locale/C-telephone.c: + Contributed by Ulrich Drepper , 1998. + +locale/C-time.c: + Contributed by Ulrich Drepper , 1995. + +locale/C-translit.h.in: + Contributed by Ulrich Drepper , 2000. + +locale/bits/types/__locale_t.h: + Contributed by Ulrich Drepper , 1997. + +locale/broken_cur_max.c: + Contributed by Ulrich Drepper , 1996. + +locale/coll-lookup.c: + Contributed by Bruno Haible , 2000. + +locale/coll-lookup.h: + Contributed by Bruno Haible , 2000. + +locale/duplocale.c: + Contributed by Ulrich Drepper , 1997. + +locale/elem-hash.h: + Written by Ulrich Drepper, . + +locale/findlocale.c: + Contributed by Ulrich Drepper , 1996. + +locale/freelocale.c: + Contributed by Ulrich Drepper , 1996. + +locale/hashval.h: + Written by Ulrich Drepper , October 1994. + +locale/indigits.h: + Contributed by Ulrich Drepper , 2000. + +locale/indigitswc.h: + Contributed by Ulrich Drepper , 2000. + +locale/loadlocale.c: + Contributed by Ulrich Drepper , 1996. + +locale/mb_cur_max.c: + Contributed by Ulrich Drepper , 1996. + +locale/newlocale.c: + Contributed by Ulrich Drepper , 1996. + +locale/outdigits.h: + Contributed by Ulrich Drepper , 2000. + +locale/outdigitswc.h: + Contributed by Ulrich Drepper , 2000. + +locale/programs/charmap-kw.gperf: + Contributed by Ulrich Drepper, . + +locale/programs/charmap-kw.h: + Contributed by Ulrich Drepper, . + +locale/programs/charmap.c: + Contributed by Ulrich Drepper , 1996. + +locale/programs/charmap.h: + Contributed by Ulrich Drepper , 1996. + +locale/programs/config.h: + Contributed by Ulrich Drepper , 1995. + +locale/programs/ld-address.c: + Contributed by Ulrich Drepper , 1998. + +locale/programs/ld-collate.c: + Contributed by Ulrich Drepper , 1995. + +locale/programs/ld-ctype.c: + Contributed by Ulrich Drepper , 1995. + +locale/programs/ld-identification.c: + Contributed by Ulrich Drepper , 1998. + +locale/programs/ld-measurement.c: + Contributed by Ulrich Drepper , 1998. + +locale/programs/ld-messages.c: + Contributed by Ulrich Drepper , 1995. + +locale/programs/ld-monetary.c: + Contributed by Ulrich Drepper , 1995. + +locale/programs/ld-name.c: + Contributed by Ulrich Drepper , 1998. + +locale/programs/ld-numeric.c: + Contributed by Ulrich Drepper , 1995. + +locale/programs/ld-paper.c: + Contributed by Ulrich Drepper , 1998. + +locale/programs/ld-telephone.c: + Contributed by Ulrich Drepper , 1998. + +locale/programs/ld-time.c: + Contributed by Ulrich Drepper , 1995. + +locale/programs/linereader.c: + Contributed by Ulrich Drepper , 1996. + +locale/programs/linereader.h: + Contributed by Ulrich Drepper, . + +locale/programs/locale-spec.c: + Contributed by Ulrich Drepper , 1996. + +locale/programs/locale.c: + Contributed by Ulrich Drepper , 1995. + +locale/programs/localedef.c: + Contributed by Ulrich Drepper , 1995. + +locale/programs/localedef.h: + Contributed by Ulrich Drepper , 1998. + +locale/programs/locarchive.c: + Contributed by Ulrich Drepper , 2002. + +locale/programs/locfile-kw.gperf: + Contributed by Ulrich Drepper , 1996. + +locale/programs/locfile-kw.h: + Contributed by Ulrich Drepper , 1996. + +locale/programs/locfile-token.h: + Contributed by Ulrich Drepper , 1996. + +locale/programs/locfile.c: + Contributed by Ulrich Drepper , 1996. + +locale/programs/locfile.h: + Contributed by Ulrich Drepper , 1996. + +locale/programs/repertoire.c: + Contributed by Ulrich Drepper , 1998. + +locale/programs/repertoire.h: + Contributed by Ulrich Drepper , 1998. + +locale/programs/simple-hash.c: + Written by Ulrich Drepper , October 1994. + +locale/programs/simple-hash.h: + Contributed by Ulrich Drepper , 1995. + +locale/strlen-hash.h: + Contributed by Ulrich Drepper , 1996. + +locale/tst-C-locale.c: + Contributed by Ulrich Drepper , 2000. + +locale/weight.h: + Written by Ulrich Drepper, . + +locale/weightwc.h: + Written by Ulrich Drepper, . + +locale/xlocale.c: + Contributed by Ulrich Drepper , 2001. + +localedata/collate-test.c: + Contributed by Ulrich Drepper , 1997. + +localedata/dump-ctype.c: + Contributed by Bruno Haible , 2000. + +localedata/locales/aa_DJ: + Afar terms provided by Mohamed Obakar of the + Afar Civilization Researcher, Melka Werer Research Center. + Prepared and contributed to glibc by Daniel Yacob . + +localedata/locales/aa_ER: + Afar terms provided by Mohamed Obakar of the + Afar Civilization Researcher, Melka Werer Research Center. + Prepared and contributed to glibc by Daniel Yacob . + +localedata/locales/aa_ER@saaho: + Afar terms provided by Mohamed Obakar of the + Afar Civilization Researcher, Melka Werer Research Center. + Prepared and contributed to glibc by Daniel Yacob . + +localedata/locales/aa_ET: + Afar terms provided by Mohamed Obakar of the + Afar Civilization Researcher, Melka Werer Research Center. + Prepared and contributed to glibc by Daniel Yacob . + +localedata/locales/agr_PE: + Prepared and contributed to glibc by Chris Leonard and + Sebastian Silva + This locale data has been developed in collaboration between: + Sugar Labs, http://www.sugarlabs.org + One Laptop Per Child, http://one.laptop.org + Somos AzĂșcar. http://somosazucar.org + +localedata/locales/ak_GH: + Prepared and contributed to glibc by Chris Leonard + and Jojoo Imbeah + This locale data has been developed by: + Sugar Labs, http://www.sugarlabs.org + kasahorow, http://www.kasahorow.org + +localedata/locales/am_ET: + Prepared and contributed to glibc by Daniel Yacob . + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/anp_IN: + Contributed by Dr Amrendra, Sangeeta Kumari , + Rajesh Ranjan , Pravin Satpute + and Chris Leonard + +localedata/locales/ar_AE: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_BH: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_DZ: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_EG: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_IN: + Contributed by Kentaro Noji (knoji@jp.ibm.com) + Tetsuji Oriata (Oriata@jp.ibm.com) and Others, 2000 + +localedata/locales/ar_IQ: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_JO: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_KW: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_LB: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_LY: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_MA: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_OM: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_QA: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_SD: + Contributed by Kentaroh Noji and + Tetsuji Orita . + Modified by Chris Leonard, version 1.1 for South Sudan split + +localedata/locales/ar_SS: + Contributed by Kentaroh Noji and + Tetsuji Orita . + Modified by Chris Leonard, version 1.1 for South Sudan split + +localedata/locales/ar_SY: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_TN: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ar_YE: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/ayc_PE: + Aymara terms provided by Edgar Quispe Chambi and + Amos Batto + Prepared and contributed to glibc by Chris Leonard and + Amos Batto + This locale data has been developed in collaboration between: + Sugar Labs, http://www.sugarlabs.org + One Laptop Per Child, http://one.laptop.org + Runasimipi Quespiqa Software, http://runasimipi.org + Somos AzĂșcar. http://somosazucar.org + +localedata/locales/az_IR: + Contributed by Mousa Moradi + +localedata/locales/bhb_IN: + Contributed by Alexey Merzliakov + +localedata/locales/bho_IN: + Contributed by Alok Ranjan , + Dr.Chandra Mohan , + Rajesh Ranjan and Pravin Satpute + +localedata/locales/bi_VU: + Contributed by Akhilesh Kumar , Maninder Singh . + +localedata/locales/brx_IN: + Contributed by Pravin Satpute and Sanjib Narzary + +localedata/locales/ce_RU: + Contributed by Kentaroh Noji Arslanbek Astemirov + +localedata/locales/chr_US: + Contributed by Joseph Erb , 2010 + +localedata/locales/ckb_IQ: + Contributed by Aras Noori + +localedata/locales/cmn_TW: + Prepared and contributed to glibc by Wei-Lun Chao + +localedata/locales/cns11643_stroke: + Prepared and contributed to glibc by Wei-Lun Chao + +localedata/locales/de_DE: + Contributed by Ulrich Drepper , 2000 + +localedata/locales/de_DE@euro: + Contributed by Ulrich Drepper , 2000 + +localedata/locales/doi_IN: + Contributed by Pravin Satpute and Sushil Badyal + +localedata/locales/el_CY: + Based on locale el_GR by Keld Simonsen. + +localedata/locales/en_AG: + Contributed by Ulrich Drepper , 2008 + +localedata/locales/en_HK: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/en_IL: + Contributed by Guy Rutenberg , 2016 + +localedata/locales/en_IN: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/en_PH: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/en_SC: + Contributed by Akhilesh Kumar + +localedata/locales/en_SG: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/en_US: + Contributed by Ulrich Drepper , 2000 + +localedata/locales/gez_ER: + Prepared and contributed to glibc by Daniel Yacob . + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/gez_ER@abegede: + Prepared and contributed to glibc by Daniel Yacob . + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/gez_ET: + Prepared and contributed to glibc by Daniel Yacob . + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/gez_ET@abegede: + Prepared and contributed to glibc by Daniel Yacob . + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/hak_TW: + Prepared and contributed to glibc by Wei-Lun Chao + +localedata/locales/hi_IN: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/hif_FJ: + Contributed by Akhilesh Kumar . + +localedata/locales/hne_IN: + Contributed by Pravin Satpute and + Ravishankar Shrivastava . + +localedata/locales/ht_HT: + Prepared and contributed to glibc by Bastien Guerry and + Chris Leonard + This locale data has been developed in collaboration between: + Sugar Labs, http://www.sugarlabs.org + One Laptop Per Child, http://one.laptop.org + OLPC France, http://olpc-france.org + and members of the OLPC Haiti volunteer team + +localedata/locales/kab_DZ: + Contributed by Yacine Bouklif + and Belkacem Mohammed + +localedata/locales/kok_IN: + Contributed by Pravin Satpute and + Shailendra Bandodkar . + +localedata/locales/ks_IN: + Contributed by Pravin Satpute and + Mr. Mohammad Nayeem + +localedata/locales/ks_IN@devanagari: + Contributed by Rakesh Pandit and + Pravin Satpute + +localedata/locales/lb_LU: + Contributed by Pit Wenkin , 2011 + +localedata/locales/lij_IT: + Contributed by Alessio Gastaldi , 2010 + +localedata/locales/lzh_TW: + Prepared and contributed to glibc by Wei-Lun Chao + +localedata/locales/mag_IN: + Contributed by Chandan Kumar , + Rajesh Ranjan + and Pravin Satpute + +localedata/locales/mai_IN: + Contributed by Rajesh Ranjan and + Sangeeta Kumari . + Akhilesh Kumar . + +localedata/locales/mfe_MU: + Contributed by Akhilesh Kumar + +localedata/locales/miq_NI: + Prepared and contributed to glibc by Chris Leonard and + Jairo JosuĂ© Gonzalez LĂłpez + This locale data has been developed in collaboration between: + Sugar Labs, http://www.sugarlabs.org + One Laptop Per Child, http://one.laptop.org + Somos AzĂșcar. http://somosazucar.org + FundaciĂłn Zamora TerĂĄn http://fundacionzt.org + +localedata/locales/mjw_IN: + Contributed by Jor Teron . + +localedata/locales/ml_IN: + Contributed by Free Software Foundation of India http://gnu.org.in + E-Mail : gnu@gnu.org.in + +localedata/locales/mni_IN: + Contributed by Mr. Pravin Satpute and Ms. Rebika Devi < rebika_srd AT rediffmail DOT com> + +localedata/locales/mr_IN: + Contributed by Kentaroh Noji and Tetsuji Orita . + +localedata/locales/ms_MY: + Contributed by Kentaroh Noji and + Tetsuji Orita . + Modified by Hasbullah Bin Pit (sebol) 2001, December, 10 + +localedata/locales/mt_MT: + Contributed by Kentaroh Noji and + Tetsuji Orita . + collating order changes by Ramon Casha + and Pablo Saratxaga -- 2002-05-08 + +localedata/locales/nan_TW: + Prepared and contributed to glibc by Wei-Lun Chao + +localedata/locales/ne_NP: + Contributed by Pawan Chitrakar + +localedata/locales/niu_NU: + Niuean terms provided by Emani Fakaotimanava-Lui + Prepared and contributed to glibc by Chris Leonard and + Emani Fakaotimanava-Lui + This locale data has been developed in collaboration between: + Sugar Labs, http://www.sugarlabs.org + RockET Systems, http://rocketsystems.nu + with support from the Internet Society (ISOC) + http://pacific.scoop.co.nz/2012/06/internet-society-funds-niue-language-lifeline + +localedata/locales/niu_NZ: + Niuean terms provided by Emani Fakaotimanava-Lui + Prepared and contributed to glibc by Chris Leonard and + Emani Fakaotimanava-Lui + This locale data has been developed in collaboration between: + Sugar Labs, http://www.sugarlabs.org + RockET Systems, http://rocketsystems.nu + with support from the Internet Society (ISOC) + http://pacific.scoop.co.nz/2012/06/internet-society-funds-niue-language-lifeline + +localedata/locales/nl_AW: + Contributed by Ulrich Drepper , 2008 + +localedata/locales/nn_NO: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/or_IN: + Contributed by Masahide Washizawa + +localedata/locales/quz_PE: + Prepared and contributed to glibc by Chris Leonard + and Amos Batto + This locale data has been developed in collaboration between: + Sugar Labs, http://www.sugarlabs.org + Instituto de Lenguas y Literaturas Andinas-Amazonicas + http://www.illa-a.org/wp/illa + +localedata/locales/raj_IN: + Contributed by Meghraj Suthar + Rajesh Ranjan , Chandan Kumar + +localedata/locales/rw_RW: + Contributed by Steve Murphy , 2004 + with help from: + Mr. Safali + +localedata/locales/sa_IN: + Contributed by Vidya Ayer + and Christian Perrier + +localedata/locales/sat_IN: + Contributed by Mr. Pravin Satpute and Mr. Thakur Prasad Murmu + +localedata/locales/sd_IN: + Contributed by Pravin Satpute and + DR K.P. LEKHWANI + +localedata/locales/sd_IN@devanagari: + Contributed by Pravin Satpute and + DR K.P. LEKHWANI + +localedata/locales/si_LK: + Contributed by Anuradha Ratnaweera + and Himira Ratnatilake + +localedata/locales/sm_WS: + Contributed by Akhilesh Kumar . + +localedata/locales/so_DJ: + Somali terms provided by Mohamed Diriye Abdullahi + Department of Linguistics and Translation, UniversitĂ© de MontrĂ©al, Montreal. + Prepared and contributed to glibc by Daniel Yacob . + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/so_ET: + Somali terms provided by Mohamed Diriye Abdullahi + Department of Linguistics and Translation, UniversitĂ© de MontrĂ©al, Montreal. + Prepared and contributed to glibc by Daniel Yacob . + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/so_KE: + Somali terms provided by Mohamed Diriye Abdullahi + Department of Linguistics and Translation, UniversitĂ© de MontrĂ©al, Montreal. + Prepared and contributed to glibc by Daniel Yacob . + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/so_SO: + Somali terms provided by Mohamed Diriye Abdullahi + Department of Linguistics and Translation, UniversitĂ© de MontrĂ©al, Montreal. + Prepared and contributed to glibc by Daniel Yacob . + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/sq_AL: + Contributed by Kentaroh Noji and + Tetsuji Orita . + fixed LC_COLLATE + +localedata/locales/sq_MK: + Contributed by Agron Selimaj + +localedata/locales/ta_IN: + Contributed by Kentaroh Noji and + Tetsuji Orita . + Fixed day and month abbr & LC_NAME + Added Madras Tamil Lexicon Collation Order: T. Vaseeharan + +localedata/locales/te_IN: + Contributed by Kentaroh Noji and + Tetsuji Orita . + Updated by Sunil Mohan Adapa + +localedata/locales/the_NP: + Contributed by Arun Kumar Pyasi + +localedata/locales/ti_ER: + Prepared and contributed to glibc by Daniel Yacob + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/ti_ET: + Prepared and contributed to glibc by Daniel Yacob + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/to_TO: + Contributed by Akhilesh Kumar . + +localedata/locales/tpi_PG: + Contributed by Akhilesh Kumar . + +localedata/locales/ur_IN: + Contributed by Pravin Satpute and + Mrs. Nasreen Khan + +localedata/locales/wal_ET: + Prepared and contributed to glibc by Daniel Yacob . + This locale data has been developed under the Yeha Project: + http://yeha.sourceforge.net + +localedata/locales/zh_HK: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/locales/zh_SG: + Contributed by Kentaroh Noji and + Tetsuji Orita . + +localedata/tests/test6.c: + Contributed by Ulrich Drepper , 1999. + +localedata/tst-ctype.c: + Contributed by Ulrich Drepper , 2000. + +localedata/tst-digits.c: + Contributed by Ulrich Drepper , 2000. + +localedata/tst-fmon.c: + Contributed by Jochen Hein , 1997. + +localedata/tst-fmon.sh: + Contributed by Jochen Hein , 1997. + +localedata/tst-langinfo.c: + Contributed by Ulrich Drepper . + +localedata/tst-locale.sh: + Contributed by Andreas Jaeger, , 1998. + +localedata/tst-mbswcs1.c: + Contributed by Bruno Haible . + +localedata/tst-mbswcs2.c: + Contributed by Bruno Haible . + +localedata/tst-mbswcs3.c: + Contributed by Bruno Haible . + +localedata/tst-mbswcs5.c: + Contributed by Bruno Haible . + +localedata/tst-mbswcs6.c: + Contributed by Ulrich Drepper , 2001. + +localedata/tst-numeric.c: + Based on tst-fmon.c by Jochen Hein , 1997. + +localedata/tst-numeric.sh: + Contributed by Jochen Hein , 1997. + +localedata/tst-rpmatch.c: + Contributed by Jochen Hein . + +localedata/tst-rpmatch.sh: + contributed by Jochen Hein + +localedata/tst-setlocale.c: + Test case by Jakub Jelinek . + +localedata/tst-trans.c: + Contributed by Ulrich Drepper . + +localedata/tst-wctype.c: + Contributed by Ulrich Drepper . + +localedata/unicode-gen/gen_unicode_ctype.py: + Based on gen-unicode-ctype.c by Bruno Haible , 2000. + +localedata/xfrm-test.c: + Contributed by Ulrich Drepper , 1997. + +login/endutxent.c: + Contributed by Mark Kettenis , 1998. + +login/forkpty.c: + Contributed by Zack Weinberg , 1998. + +login/getpt.c: + Contributed by Zack Weinberg , 1998. + +login/getutent.c: + Contributed by Ulrich Drepper , 1996. + +login/getutent_r.c: + Contributed by Ulrich Drepper + and Paul Janzen , 1996. + +login/getutid.c: + Contributed by Ulrich Drepper , 1996. + +login/getutid_r.c: + Contributed by Ulrich Drepper + and Paul Janzen , 1996. + +login/getutline.c: + Contributed by Ulrich Drepper , 1996. + +login/getutline_r.c: + Contributed by Ulrich Drepper + and Paul Janzen , 1996. + +login/getutxent.c: + Contributed by Mark Kettenis , 1998. + +login/getutxid.c: + Contributed by Mark Kettenis , 1998. + +login/getutxline.c: + Contributed by Mark Kettenis , 1998. + +login/grantpt.c: + Contributed by Zack Weinberg , 1998. + +login/login.c: + Contributed by Ulrich Drepper , 1996. + +login/logout.c: + Contributed by Ulrich Drepper , 1996. + +login/logwtmp.c: + Contributed by Ulrich Drepper , 1996. + +login/openpty.c: + Contributed by Zack Weinberg , 1998. + +login/programs/pt_chown.c: + Contributed by C. Scott Ananian , 1998. + +login/programs/utmpdump.c: + Contributed by Mark Kettenis , 1997. + +login/ptsname.c: + Contributed by Zack Weinberg , 1998. + +login/pututxline.c: + Contributed by Mark Kettenis , 1998. + +login/setutxent.c: + Contributed by Mark Kettenis , 1998. + +login/tst-ptsname.c: + Contributed by Aurelien Jarno , 2014. + +login/tst-utmp.c: + Contributed by Mark Kettenis , 1998. + +login/unlockpt.c: + Contributed by Zack Weinberg , 1998. + +login/updwtmp.c: + Contributed by Mark Kettenis , 1997. + +login/updwtmpx.c: + Contributed by Mark Kettenis , 1998. + +login/utmp-private.h: + Contributed by Ulrich Drepper + and Paul Janzen , 1996. + +login/utmp_file.c: + Contributed by Ulrich Drepper + and Paul Janzen , 1996. + +login/utmpname.c: + Contributed by Mark Kettenis , 1997. + +login/utmpxname.c: + Contributed by Mark Kettenis , 1998. + +malloc/arena.c: + Contributed by Wolfram Gloger , 2001. + +malloc/hooks.c: + Contributed by Wolfram Gloger , 2001. + +malloc/malloc-check.c: + Contributed by Wolfram Gloger , 2001. + +malloc/malloc.c: + Contributed by Wolfram Gloger + and Doug Lea , 2001. + +malloc/mcheck-impl.c: + Written May 1989 by Mike Haertel. + +malloc/mcheck.c: + Written May 1989 by Mike Haertel. + +malloc/memusage.c: + Contributed by Ulrich Drepper , 1998. + +malloc/memusage.sh: + Contributed by Ulrich Drepper , 1999. + +malloc/memusagestat.c: + Contributed by Ulrich Drepper , 1998. + +malloc/mtrace-impl.c: + Written April 2, 1991 by John Gilmore of Cygnus Support. + Based on mcheck.c by Mike Haertel. + +malloc/mtrace.c: + Written April 2, 1991 by John Gilmore of Cygnus Support. + Based on mcheck.c by Mike Haertel. + +malloc/mtrace.pl: + Contributed by Ulrich Drepper , 1997. + +malloc/tst-calloc.c: + Contributed by Ulrich Drepper . + +malloc/tst-malloc-check.c: + Contributed by Jakub Jelinek , 2005. + +malloc/tst-malloc.c: + Contributed by Andreas Jaeger , 1999. + +malloc/tst-mallocstate.c: + Contributed by Wolfram Gloger , 2001. + +malloc/tst-obstack.c: + Test case by Alexandre Duret-Lutz . + +manual/summary.pl: + Contributed by Rical Jasan , 2017. + +manual/tsort.awk: + Written by Ulrich Drepper , 1998. + +math/atest-exp.c: + Contributed by Geoffrey Keating , 1997. + +math/atest-exp2.c: + Contributed by Geoffrey Keating , 1997. + +math/atest-sincos.c: + Contributed by Geoffrey Keating , 1997. + +math/basic-test.c: + Contributed by Andreas Jaeger , 1999. + +math/cabs_template.c: + Contributed by Ulrich Drepper , 1997. + +math/carg_template.c: + Contributed by Ulrich Drepper , 1997. + +math/cimag_template.c: + Contributed by Ulrich Drepper , 1997. + +math/conj_template.c: + Contributed by Ulrich Drepper , 1997. + +math/creal_template.c: + Contributed by Ulrich Drepper , 1997. + +math/divtc3.c: + Contributed by Richard Henderson , 2005. + +math/e_exp10.c: + Contributed by Ulrich Drepper , 1998. + +math/e_exp10l.c: + Contributed by Ulrich Drepper , 1998. + +math/fclrexcpt.c: + Contributed by Ulrich Drepper , 1997. + +math/fedisblxcpt.c: + Contributed by Andreas Jaeger , 1999. + +math/feenablxcpt.c: + Contributed by Andreas Jaeger , 1999. + +math/fegetenv.c: + Contributed by Ulrich Drepper , 1997. + +math/fegetexcept.c: + Contributed by Andreas Jaeger , 1999. + +math/fegetround.c: + Contributed by Ulrich Drepper , 1997. + +math/feholdexcpt.c: + Contributed by Ulrich Drepper , 1997. + +math/fesetenv.c: + Contributed by Ulrich Drepper , 1997. + +math/fesetround.c: + Contributed by Ulrich Drepper , 1997. + +math/feupdateenv.c: + Contributed by Ulrich Drepper , 1997. + +math/fgetexcptflg.c: + Contributed by Ulrich Drepper , 1997. + +math/fraiseexcpt.c: + Contributed by Ulrich Drepper , 1997. + +math/fsetexcptflg.c: + Contributed by Ulrich Drepper , 1997. + +math/ftestexcept.c: + Contributed by Ulrich Drepper , 1997. + +math/multc3.c: + Contributed by Richard Henderson , 2005. + +math/s_cacos_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_cacosh_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_casin_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_casinh_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_catan_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_catanh_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_ccos_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_ccosh_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_cexp_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_clog10_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_clog_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_cpow_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_cproj_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_csin_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_csinh_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_csqrt_template.c: + Based on an algorithm by Stephen L. Moshier . + +math/s_ctan_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_ctanh_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_fdim_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_fma.c: + Contributed by Ulrich Drepper , 1997. + +math/s_fmaf.c: + Contributed by Ulrich Drepper , 1997. + +math/s_fmal.c: + Contributed by Ulrich Drepper , 1997. + +math/s_fmax_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_fmin_template.c: + Contributed by Ulrich Drepper , 1997. + +math/s_nan_template.c: + Contributed by Ulrich Drepper , 1997. + +math/test-fenv.c: + Contributed by Andreas Jaeger and + Ulrich Drepper , 1997. + +math/test-fpucw.c: + Contributed by Andreas Jaeger , 2000. + +math/test-math-isinff.cc: + Contributed by Marek Polacek , 2012. + +math/test-snan.c: + Contributed by Andreas Jaeger , 2005. + +math/test-tgmath-int.c: + Contributed by Andreas Jaeger , 2005. + +math/test-tgmath-ret.c: + Contributed by Andreas Jaeger , 2003. + +math/test-tgmath.c: + Contributed by Jakub Jelinek and + Ulrich Drepper , 2001. + +math/test-tgmath2.c: + Contributed by Jakub Jelinek , 2007. + +math/tst-CMPLX2.c: + Contributed by Marek Polacek , 2012. + +math/tst-definitions.c: + Contributed by Ulrich Drepper , 2000. + +math/w_acos_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_acosf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_acosh_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_acoshf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_acoshl_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_acosl_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_asin_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_asinf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_asinl_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_atan2_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_atan2f_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_atan2l_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_atanh_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_atanhf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_atanhl_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_coshf_compat.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + Optimizations by Ulrich Drepper , 2011. + +math/w_coshl_compat.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + Optimizations by Ulrich Drepper , 2011. + +math/w_exp10_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_exp10f_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_exp10l_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_exp_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_expf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_expl_compat.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +math/w_fmod_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_fmodf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_fmodl_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_hypotf_compat.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +math/w_hypotl_compat.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +math/w_j0_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_j0f_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_j0l_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_j1_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_j1f_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_j1l_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_jn_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_jnf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_jnl_compat.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +math/w_lgammaf_main.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +math/w_lgammaf_r_compat.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +math/w_lgammal_main.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +math/w_lgammal_r_compat.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +math/w_log10_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_log10f_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_log10l_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_log2_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_log2f_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_log2l_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_log_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_logf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_logl_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_pow_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_powf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_powl_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_remainder_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_remainderf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_remainderl_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_scalb_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_scalbf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_scalbl_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_sinhf_compat.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +math/w_sinhl_compat.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +math/w_sqrt_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_sqrtf_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_sqrtl_compat.c: + Contributed by Ulrich Drepper , 2011. + +math/w_tgammaf_compat.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +math/w_tgammal_compat.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +misc/dirname.c: + Contributed by Ulrich Drepper , 1996. + +misc/getsysstats.c: + Contributed by Ulrich Drepper , 1996. + +misc/hsearch.c: + Contributed by Ulrich Drepper + +misc/hsearch_r.c: + Contributed by Ulrich Drepper , 1993. + +misc/lsearch.c: + Contributed by Ulrich Drepper , 1996. + +misc/pselect.c: + Contributed by Ulrich Drepper , 1996. + +misc/regexp.c: + Contributed by Ulrich Drepper , 1996. + +misc/regexp.h: + Contributed by Ulrich Drepper , 1996. + +misc/tsearch.c: + Contributed by Bernd Schmidt , 1997. + +misc/tst-atomic-long.c: + Contributed by Jakub Jelinek , 2003. + +misc/tst-atomic.c: + Contributed by Jakub Jelinek , 2003. + +misc/tst-dirname.c: + Contributed by Ulrich Drepper , 1996. + +misc/tst-fdset.c: + Contributed by Robert Bihlmeyer . + +misc/tst-mntent.c: + Test case by Horst von Brand + and Ulrich Drepper . + +nis/nis_add.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_addmember.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_call.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_callback.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_checkpoint.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_clone_dir.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_clone_obj.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_clone_res.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_creategroup.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_defaults.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_destroygroup.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_domain_of.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_domain_of_r.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_error.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_file.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_findserv.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_free.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_getservlist.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_intern.h: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_ismember.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_local_names.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_lookup.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_mkdir.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_modify.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_ping.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_print.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_print_group_entry.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_remove.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_removemember.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_rmdir.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_server.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_subr.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_table.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_util.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_verifygroup.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_xdr.c: + Contributed by Thorsten Kukuk , 1997. + +nis/nis_xdr.h: + Contributed by Thorsten Kukuk , 1998. + +nis/rpcsvc/nislib.h: + Contributed by Thorsten Kukuk , 1997. + +nis/rpcsvc/ypclnt.h: + Contributed by Thorsten Kukuk , 1996. + +nis/ypclnt.c: + Contributed by Thorsten Kukuk , 1996. + +nptl/allocatestack.c: + Contributed by Ulrich Drepper , 2002. + +nptl/cancellation.c: + Contributed by Ulrich Drepper , 2002. + +nptl/cleanup.c: + Contributed by Ulrich Drepper , 2002. + +nptl/cleanup_compat.c: + Contributed by Ulrich Drepper , 2002. + +nptl/cleanup_defer.c: + Contributed by Ulrich Drepper , 2002. + +nptl/cleanup_defer_compat.c: + Contributed by Ulrich Drepper , 2002. + +nptl/cleanup_routine.c: + Contributed by Ulrich Drepper , 2003. + +nptl/descr.h: + Contributed by Ulrich Drepper , 2002. + +nptl/libc-cleanup.c: + Contributed by Ulrich Drepper , 2002. + +nptl/libc_multiple_threads.c: + Contributed by Ulrich Drepper , 2002. + +nptl/lowlevellock.c: + Contributed by Paul Mackerras , 2003. + +nptl/nptl-stack.c: + Contributed by Ulrich Drepper , 2002. + +nptl/nptl-stack.h: + Contributed by Ulrich Drepper , 2002. + +nptl/nptl_deallocate_tsd.c: + Contributed by Ulrich Drepper , 2002. + +nptl/nptl_free_tcb.c: + Contributed by Ulrich Drepper , 2002. + +nptl/nptl_setxid.c: + Contributed by Ulrich Drepper , 2002. + +nptl/old_pthread_cond_broadcast.c: + Contributed by Ulrich Drepper , 2002. + +nptl/old_pthread_cond_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/old_pthread_cond_init.c: + Contributed by Ulrich Drepper , 2002. + +nptl/old_pthread_cond_signal.c: + Contributed by Ulrich Drepper , 2002. + +nptl/old_pthread_cond_timedwait.c: + Contributed by Ulrich Drepper , 2002. + +nptl/old_pthread_cond_wait.c: + Contributed by Ulrich Drepper , 2002. + +nptl/perf.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_getaffinity.c: + Contributed by Ulrich Drepper , 2003. + +nptl/pthread_attr_getdetachstate.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_getguardsize.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_getinheritsched.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_getschedparam.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_getschedpolicy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_getscope.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_getstack.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_getstackaddr.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_getstacksize.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_init.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_setaffinity.c: + Contributed by Ulrich Drepper , 2003. + +nptl/pthread_attr_setdetachstate.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_setguardsize.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_setinheritsched.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_setschedparam.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_setschedpolicy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_setscope.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_setstack.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_setstackaddr.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_attr_setstacksize.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_barrier_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_barrier_init.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_barrier_wait.c: + Contributed by Martin Schwidefsky , 2003. + +nptl/pthread_barrierattr_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_barrierattr_getpshared.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_barrierattr_init.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_barrierattr_setpshared.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_cancel.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_cleanup_upto.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_cond_broadcast.c: + Contributed by Martin Schwidefsky , 2003. + +nptl/pthread_cond_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_cond_init.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_cond_signal.c: + Contributed by Martin Schwidefsky , 2003. + +nptl/pthread_cond_wait.c: + Contributed by Martin Schwidefsky , 2003. + +nptl/pthread_condattr_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_condattr_getclock.c: + Contributed by Ulrich Drepper , 2003. + +nptl/pthread_condattr_getpshared.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_condattr_init.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_condattr_setclock.c: + Contributed by Ulrich Drepper , 2003. + +nptl/pthread_condattr_setpshared.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_create.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_detach.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_equal.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_exit.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_getaffinity.c: + Contributed by Ulrich Drepper , 2003. + +nptl/pthread_getattr_np.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_getconcurrency.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_getschedparam.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_getspecific.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_join.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_key_create.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_key_delete.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_kill_other_threads.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutex_consistent.c: + Contributed by Ulrich Drepper , 2005. + +nptl/pthread_mutex_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutex_getprioceiling.c: + Contributed by Jakub Jelinek , 2006. + +nptl/pthread_mutex_init.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutex_lock.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutex_setprioceiling.c: + Contributed by Jakub Jelinek , 2006. + +nptl/pthread_mutex_timedlock.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutex_trylock.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutex_unlock.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutexattr_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutexattr_getprioceiling.c: + Contributed by Jakub Jelinek , 2006. + +nptl/pthread_mutexattr_getprotocol.c: + Contributed by Jakub Jelinek , 2006. + +nptl/pthread_mutexattr_getpshared.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutexattr_getrobust.c: + Contributed by Ulrich Drepper , 2005. + +nptl/pthread_mutexattr_gettype.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutexattr_init.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutexattr_setprioceiling.c: + Contributed by Jakub Jelinek , 2006. + +nptl/pthread_mutexattr_setprotocol.c: + Contributed by Jakub Jelinek , 2006. + +nptl/pthread_mutexattr_setpshared.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_mutexattr_setrobust.c: + Contributed by Ulrich Drepper , 2005. + +nptl/pthread_mutexattr_settype.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_once.c: + Contributed by Jakub Jelinek , 2003. + +nptl/pthread_rwlock_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_rwlock_init.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_rwlock_rdlock.c: + Contributed by Martin Schwidefsky , 2003. + +nptl/pthread_rwlock_timedrdlock.c: + Contributed by Martin Schwidefsky , 2003. + +nptl/pthread_rwlock_timedwrlock.c: + Contributed by Martin Schwidefsky , 2003. + +nptl/pthread_rwlock_tryrdlock.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_rwlock_trywrlock.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_rwlock_unlock.c: + Contributed by Martin Schwidefsky , 2003. + +nptl/pthread_rwlock_wrlock.c: + Contributed by Martin Schwidefsky , 2003. + +nptl/pthread_rwlockattr_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_rwlockattr_getkind_np.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_rwlockattr_getpshared.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_rwlockattr_init.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_rwlockattr_setkind_np.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_rwlockattr_setpshared.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_self.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_setaffinity.c: + Contributed by Ulrich Drepper , 2003. + +nptl/pthread_setcancelstate.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_setcanceltype.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_setconcurrency.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_setschedparam.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_setschedprio.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_setspecific.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_sigmask.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_sigqueue.c: + Contributed by Ulrich Drepper , 2009. + +nptl/pthread_spin_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_spin_init.c: + Contributed by Paul Mackerras , 2003. + +nptl/pthread_spin_unlock.c: + Contributed by Paul Mackerras , 2003. + +nptl/pthread_testcancel.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_timedjoin.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_tryjoin.c: + Contributed by Ulrich Drepper , 2002. + +nptl/pthread_yield.c: + Contributed by Ulrich Drepper , 2002. + +nptl/sem_destroy.c: + Contributed by Ulrich Drepper , 2002. + +nptl/sem_getvalue.c: + Contributed by Ulrich Drepper , 2002. + +nptl/sem_init.c: + Contributed by Ulrich Drepper , 2002. + +nptl/sem_post.c: + Contributed by Jakub Jelinek , 2003. + +nptl/sem_timedwait.c: + Contributed by Paul Mackerras , 2003. + +nptl/sem_wait.c: + Contributed by Paul Mackerras , 2003. + +nptl/sem_waitcommon.c: + Contributed by Paul Mackerras , 2003. + +nptl/tpp.c: + Contributed by Jakub Jelinek , 2006. + +nptl/tst-attr2.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-attr3.c: + Contributed by Jakub Jelinek , 2003. + +nptl/tst-cancel17.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-cancel7.c: + Contributed by Jakub Jelinek , 2002. + +nptl/tst-cleanup4.c: + Contributed by Jakub Jelinek , 2003. + +nptl/tst-cleanup4aux.c: + Contributed by Jakub Jelinek , 2003. + +nptl/tst-clock2.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-context1.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-dlsym1.c: + Test case by Hui Huang . + +nptl/tst-eintr1.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-exec4.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-initializers1.c: + Contributed by Jakub Jelinek , 2005. + +nptl/tst-mutex8.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-mutexpp10.c: + Contributed by Jakub Jelinek , 2006. + +nptl/tst-rwlock10.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-rwlock11.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-rwlock2.c: + Contributed by Ulrich Drepper , 2002. + +nptl/tst-rwlock3.c: + Contributed by Ulrich Drepper , 2002. + +nptl/tst-rwlock6.c: + Contributed by Ulrich Drepper , 2002. + +nptl/tst-rwlock7.c: + Contributed by Ulrich Drepper , 2002. + +nptl/tst-rwlock8.c: + Contributed by Ulrich Drepper , 2000. + +nptl/tst-rwlock9.c: + Contributed by Ulrich Drepper , 2000. + +nptl/tst-sched1.c: + Contributed by Ulrich Drepper , 2002. + +nptl/tst-setuid1.c: + Contributed by Jakub Jelinek , 2004. + +nptl/tst-signal3.c: + Contributed by Ulrich Drepper , 2002. + +nptl/tst-signal7.c: + Contributed by Ulrich Drepper , 2005. + +nptl/tst-stack2.c: + Contributed by Jakub Jelinek , 2003. + +nptl/tst-stack3.c: + Contributed by Jakub Jelinek , 2003. + +nptl/tst-stackguard1.c: + Contributed by Jakub Jelinek , 2005. + +nptl/tst-tls3.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-tls3mod.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-tls5.c: + Contributed by Jakub Jelinek , 2003. + +nptl/tst-tpp.h: + Contributed by Jakub Jelinek , 2006. + +nptl/tst-tsd3.c: + Contributed by Ulrich Drepper , 2003. + +nptl/tst-tsd4.c: + Contributed by Ulrich Drepper , 2003. + +nptl/unwind.c: + Contributed by Ulrich Drepper + and Richard Henderson , 2003. + +nptl_db/td_init.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_log.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_symbol_list.c: + Contributed by Ulrich Drepper , 2001. + +nptl_db/td_ta_clear_event.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_delete.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_enable_stats.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_event_addr.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_event_getmsg.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_get_nthreads.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_get_ph.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_get_stats.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_map_id2thr.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_new.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_reset_stats.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_set_event.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_setconcurrency.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_thr_iter.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_ta_tsd_iter.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_clear_event.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_dbresume.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_dbsuspend.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_event_enable.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_event_getmsg.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_get_info.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_getfpregs.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_getgregs.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_getxregs.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_getxregsize.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_set_event.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_setfpregs.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_setgregs.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_setprio.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_setsigpending.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_setxregs.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_sigsetmask.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_tls_get_addr.c: + Contributed by Ulrich Drepper , 2002. + +nptl_db/td_thr_tsd.c: + Contributed by Ulrich Drepper , 1999. + +nptl_db/td_thr_validate.c: + Contributed by Ulrich Drepper , 1999. + +nscd/aicache.c: + Contributed by Ulrich Drepper , 2004. + +nscd/cache.c: + Contributed by Ulrich Drepper , 1998. + +nscd/connections.c: + Contributed by Ulrich Drepper , 1998. + +nscd/dbg_log.c: + Contributed by Thorsten Kukuk , 1998. + +nscd/dbg_log.h: + Contributed by Thorsten Kukuk , 1998. + +nscd/gai.c: + Contributed by Ulrich Drepper , 2004. + +nscd/getgrgid_r.c: + Contributed by Ulrich Drepper , 1996. + +nscd/getgrnam_r.c: + Contributed by Ulrich Drepper , 1996. + +nscd/gethstbyad_r.c: + Contributed by Ulrich Drepper , 1996. + +nscd/gethstbynm3_r.c: + Contributed by Ulrich Drepper , 1996. + +nscd/getpwnam_r.c: + Contributed by Ulrich Drepper , 1996. + +nscd/getpwuid_r.c: + Contributed by Ulrich Drepper , 1996. + +nscd/getsrvbynm_r.c: + Contributed by Ulrich Drepper , 1996. + +nscd/getsrvbypt_r.c: + Contributed by Ulrich Drepper , 1996. + +nscd/grpcache.c: + Contributed by Ulrich Drepper , 1998. + +nscd/hstcache.c: + Contributed by Ulrich Drepper , 1998. + +nscd/initgrcache.c: + Contributed by Ulrich Drepper , 2004. + +nscd/mem.c: + Contributed by Ulrich Drepper , 2004. + +nscd/netgroupcache.c: + Contributed by Ulrich Drepper , 2011. + +nscd/nscd-client.h: + Contributed by Thorsten Kukuk , 1998. + +nscd/nscd.c: + Contributed by Thorsten Kukuk , 1998. + +nscd/nscd.h: + Contributed by Thorsten Kukuk , 1998. + +nscd/nscd_conf.c: + Contributed by Thorsten Kukuk , 1998. + +nscd/nscd_getai.c: + Contributed by Ulrich Drepper , 2004. + +nscd/nscd_getgr_r.c: + Contributed by Thorsten Kukuk , 1998. + +nscd/nscd_gethst_r.c: + Contributed by Ulrich Drepper , 1998. + +nscd/nscd_getpw_r.c: + Contributed by Thorsten Kukuk , 1998. + +nscd/nscd_getserv_r.c: + Contributed by Ulrich Drepper , 2007. + +nscd/nscd_helper.c: + Contributed by Ulrich Drepper , 1998. + +nscd/nscd_initgroups.c: + Contributed by Ulrich Drepper , 2004. + +nscd/nscd_netgroup.c: + Contributed by Ulrich Drepper , 2011. + +nscd/nscd_proto.h: + Contributed by Thorsten Kukuk , 1998. + +nscd/nscd_setup_thread.c: + Contributed by Ulrich Drepper , 2004. + +nscd/nscd_stat.c: + Contributed by Thorsten Kukuk , 1998. + +nscd/pwdcache.c: + Contributed by Ulrich Drepper , 1998. + +nscd/selinux.c: + Contributed by Matthew Rickard , 2004. + +nscd/selinux.h: + Contributed by Matthew Rickard , 2004. + +nscd/servicescache.c: + Contributed by Ulrich Drepper , 2007. + +nss/XXX-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/alias-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/databases.def: + Contributed by Ulrich Drepper , 1996. + +nss/db-Makefile: + Contributed by Ulrich Drepper , 1996. + +nss/digits_dots.c: + Contributed by H.J. Lu , 1997. + +nss/ethers-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/getXXbyYY_r.c: + Contributed by Ulrich Drepper , 1996. + +nss/getXXent_r.c: + Contributed by Ulrich Drepper , 1996. + +nss/getent.c: + Contributed by Thorsten Kukuk , 1998. + +nss/grp-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/hosts-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/key-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/makedb.c: + Contributed by Ulrich Drepper , 1996. + +nss/netgrp-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/network-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/nss_compat/compat-grp.c: + Contributed by Thorsten Kukuk , 1996. + +nss/nss_compat/compat-initgroups.c: + Contributed by Thorsten Kukuk , 1998. + +nss/nss_compat/compat-pwd.c: + Contributed by Thorsten Kukuk , 1996. + +nss/nss_compat/compat-spwd.c: + Contributed by Thorsten Kukuk , 1996. + +nss/nss_db/db-initgroups.c: + Contributed by Ulrich Drepper . + +nss/nss_db/db-netgrp.c: + Contributed by Ulrich Drepper , 1996. + +nss/nss_files/files-alias.c: + Contributed by Ulrich Drepper , 1996. + +nss/nss_files/files-netgrp.c: + Contributed by Ulrich Drepper , 1996. + +nss/nss_hash.c: + Contributed by Thorsten Kukuk , 1997. + +nss/nsswitch.c: + Contributed by Ulrich Drepper , 1996. + +nss/proto-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/pwd-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/rpc-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/service-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/sgrp-lookup.c: + Contributed by Ulrich Drepper , 2009. + +nss/spwd-lookup.c: + Contributed by Ulrich Drepper , 1996. + +nss/test-netdb.c: + Contributed by Andreas Jaeger , 1998. + +posix/bug-ga1.c: + Test case by Anders Carlsson . + +posix/bug-ga2.c: + Test case by Sam Varshavchik . + +posix/bug-regex1.c: + Test case by Jim Meyering . + +posix/bug-regex10.c: + Contributed by Jakub Jelinek , 2002. + +posix/bug-regex11.c: + Contributed by Jakub Jelinek , 2002. + +posix/bug-regex12.c: + Contributed by Jakub Jelinek , 2002. + +posix/bug-regex13.c: + Contributed by Isamu Hasegawa , 2002. + +posix/bug-regex14.c: + Contributed by Isamu Hasegawa , 2002. + +posix/bug-regex17.c: + Contributed by Jakub Jelinek , 2002. + +posix/bug-regex18.c: + Contributed by Jakub Jelinek , 2002. + +posix/bug-regex19.c: + Contributed by Jakub Jelinek , 2003. + +posix/bug-regex2.c: + Contributed by Ulrich Drepper , 2001. + +posix/bug-regex20.c: + Contributed by Jakub Jelinek , 2003. + +posix/bug-regex21.c: + Contributed by Jakub Jelinek , 2003. + +posix/bug-regex22.c: + Contributed by Jakub Jelinek , 2004. + +posix/bug-regex23.c: + Contributed by Jakub Jelinek , 2004. + +posix/bug-regex25.c: + Contributed by Jakub Jelinek , 2006. + +posix/bug-regex26.c: + Contributed by Jakub Jelinek , 2006. + +posix/bug-regex27.c: + Contributed by Jakub Jelinek , 2007. + +posix/bug-regex28.c: + Contributed by Jakub Jelinek , 2007. + +posix/bug-regex3.c: + Contributed by Jakub Jelinek , 2001. + +posix/bug-regex30.c: + Contributed by Paolo Bonzini , 2009. + +posix/bug-regex33.c: + Contributed by Stanislav Brabec , 2012. + +posix/bug-regex4.c: + Contributed by Jakub Jelinek , 2001. + +posix/bug-regex6.c: + Contributed by Jakub Jelinek , 2002. + +posix/bug-regex7.c: + Contributed by Stepan Kasal , 2002. + +posix/bug-regex8.c: + Contributed by Stepan Kasal , 2002. + +posix/bug-regex9.c: + Contributed by Ulrich Drepper , 2001. + +posix/flexmember.h: + Written by Paul Eggert. + +posix/register-atfork.c: + Contributed by Ulrich Drepper , 2002. + +posix/runptests.c: + Contributed by Ulrich Drepper , 1998. + +posix/tar.h: + Written by David J. MacKenzie. + +posix/tst-boost.c: + Contributed by Jakub Jelinek , 2003. + +posix/tst-chmod.c: + Contributed by Ulrich Drepper , 2000. + +posix/tst-dir.c: + Contributed by Ulrich Drepper , 2000. + +posix/tst-exec.c: + Contributed by Ulrich Drepper , 2000. + +posix/tst-fork.c: + Contributed by Ulrich Drepper , 2000. + +posix/tst-gnuglob-skeleton.c: + Contributed by Ulrich Drepper , 2001. + +posix/tst-pcre.c: + Contributed by Jakub Jelinek , 2003. + +posix/tst-rxspencer.c: + Contributed by Jakub Jelinek , 2003. + +posix/tst-spawn.c: + Contributed by Ulrich Drepper , 2000. + +posix/tst-truncate.c: + Contributed by Ulrich Drepper , 2000. + +posix/tst-truncate64.c: + Contributed by Ulrich Drepper , 2000. + +posix/tst-vfork1.c: + Contributed by Ulrich Drepper , 2004. + +posix/tst-vfork2.c: + Contributed by Ulrich Drepper , 2004. + +posix/tst-vfork3.c: + Contributed by Jakub Jelinek , 2007. + +posix/waitid.c: + Contributed by Ulrich Drepper , 1997. + +posix/wordexp.c: + Contributed by Tim Waugh . + +pwd/getpwent.c: + Contributed by Ulrich Drepper , 1996. + +pwd/getpwent_r.c: + Contributed by Ulrich Drepper , 1996. + +pwd/getpwnam.c: + Contributed by Ulrich Drepper , 1996. + +pwd/getpwnam_r.c: + Contributed by Ulrich Drepper , 1996. + +pwd/getpwuid.c: + Contributed by Ulrich Drepper , 1996. + +pwd/getpwuid_r.c: + Contributed by Ulrich Drepper , 1996. + +resolv/gai_cancel.c: + Contributed by Ulrich Drepper , 2001. + +resolv/gai_error.c: + Contributed by Ulrich Drepper , 2001. + +resolv/gai_misc.c: + Contributed by Ulrich Drepper , 2001. + +resolv/gai_misc.h: + Contributed by Ulrich Drepper , 2001. + +resolv/gai_notify.c: + Contributed by Ulrich Drepper , 2001. + +resolv/gai_suspend.c: + Contributed by Ulrich Drepper , 2001. + +resolv/getaddrinfo_a.c: + Contributed by Ulrich Drepper , 2001. + +resolv/nss_dns/dns-canon.c: + Contributed by Ulrich Drepper , 2004. + +resolv/nss_dns/dns-host.c: + Extended from original form by Ulrich Drepper , 1996. + +resolv/nss_dns/dns-network.c: + Extended from original form by Ulrich Drepper , 1996. + +resolv/res_hconf.c: + Contributed by David Mosberger (davidm@azstarnet.com). + +resolv/res_hconf.h: + Contributed by David Mosberger (davidm@azstarnet.com). + +rt/aio_cancel.c: + Contributed by Ulrich Drepper , 1997. + +rt/aio_error.c: + Contributed by Ulrich Drepper , 1997. + +rt/aio_fsync.c: + Contributed by Ulrich Drepper , 1997. + +rt/aio_misc.c: + Contributed by Ulrich Drepper , 1997. + +rt/aio_notify.c: + Contributed by Ulrich Drepper , 1997. + +rt/aio_read.c: + Contributed by Ulrich Drepper , 1997. + +rt/aio_read64.c: + Contributed by Ulrich Drepper , 1997. + +rt/aio_return.c: + Contributed by Ulrich Drepper , 1997. + +rt/aio_suspend.c: + Contributed by Ulrich Drepper , 1997. + +rt/aio_write.c: + Contributed by Ulrich Drepper , 1997. + +rt/aio_write64.c: + Contributed by Ulrich Drepper , 1997. + +rt/lio_listio-common.c: + Contributed by Ulrich Drepper , 1997. + +rt/timer_create.c: + Contributed by Kaz Kylheku . + +rt/timer_delete.c: + Contributed by Kaz Kylheku . + +rt/timer_getoverr.c: + Contributed by Kaz Kylheku . + +rt/timer_gettime.c: + Contributed by Kaz Kylheku . + +rt/timer_settime.c: + Contributed by Kaz Kylheku . + +rt/tst-aio.c: + Contributed by Ulrich Drepper , 1998. + +rt/tst-aio2.c: + Contributed by Ulrich Drepper , 2000. + +rt/tst-aio64.c: + Contributed by Ulrich Drepper , 1998. + +rt/tst-mqueue.h: + Contributed by Jakub Jelinek , 2004. + +rt/tst-mqueue1.c: + Contributed by Jakub Jelinek , 2004. + +rt/tst-mqueue2.c: + Contributed by Jakub Jelinek , 2004. + +rt/tst-mqueue3.c: + Contributed by Ulrich Drepper , 2004. + +rt/tst-mqueue4.c: + Contributed by Jakub Jelinek , 2004. + +rt/tst-mqueue5.c: + Contributed by Jakub Jelinek , 2004. + +rt/tst-mqueue6.c: + Contributed by Jakub Jelinek , 2004. + +rt/tst-mqueue7.c: + Contributed by Jakub Jelinek , 2004. + +rt/tst-mqueue8.c: + Contributed by Jakub Jelinek , 2004. + +rt/tst-mqueue9.c: + Contributed by Jakub Jelinek , 2004. + +rt/tst-shm.c: + Contributed by Ulrich Drepper , 2000. + +rt/tst-timer4.c: + Contributed by Jakub Jelinek , 2004 + +scripts/gen-sorted.awk: + Written by Ulrich Drepper , 1998. + +scripts/rellns-sh: + Written by Ulrich Drepper , October 1996 + +scripts/test-installation.pl: + Contributed by Andreas Jaeger , 1997. + +scripts/versions.awk: + Written by Ulrich Drepper , 1998. + +shadow/getspent.c: + Contributed by Ulrich Drepper , 1996. + +shadow/getspent_r.c: + Contributed by Ulrich Drepper , 1996. + +shadow/getspnam.c: + Contributed by Ulrich Drepper , 1996. + +shadow/getspnam_r.c: + Contributed by Ulrich Drepper , 1996. + +shadow/lckpwdf.c: + Contributed by Ulrich Drepper , 1996. + +signal/allocrtsig.c: + Contributed by Ulrich Drepper , 1997. + +signal/sighold.c: + Contributed by Ulrich Drepper , 1998. + +signal/sigrelse.c: + Contributed by Ulrich Drepper , 1998. + +signal/tst-raise.c: + Contributed by Jakub Jelinek , 2003. + +signal/tst-sigsimple.c: + Contributed by Ulrich Drepper , 2003. + +soft-fp/adddf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/addsf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/addtf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/divdf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/divsf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/divtf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/double.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz), + David S. Miller (davem@redhat.com) and + Peter Maydell (pmaydell@chiark.greenend.org.uk). + +soft-fp/eqdf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/eqsf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/eqtf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/extenddftf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/extended.h: + Contributed by Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/extendsfdf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/extendsftf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/extendxftf2.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/fixdfdi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixdfsi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixdfti.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/fixsfdi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixsfsi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixsfti.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/fixtfdi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixtfsi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixtfti.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/fixunsdfdi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixunsdfsi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixunsdfti.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/fixunssfdi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixunssfsi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixunssfti.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/fixunstfdi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixunstfsi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/fixunstfti.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/floatdidf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floatdisf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floatditf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floatsidf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floatsisf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floatsitf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floattidf.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/floattisf.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/floattitf.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/floatundidf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floatundisf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floatunditf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floatunsidf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floatunsisf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floatunsitf.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/floatuntidf.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/floatuntisf.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/floatuntitf.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/gedf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/gesf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/getf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/ledf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/lesf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/letf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/muldf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/mulsf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/multf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/negdf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/negsf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/negtf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/op-1.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz), + David S. Miller (davem@redhat.com) and + Peter Maydell (pmaydell@chiark.greenend.org.uk). + +soft-fp/op-2.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz), + David S. Miller (davem@redhat.com) and + Peter Maydell (pmaydell@chiark.greenend.org.uk). + +soft-fp/op-4.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz), + David S. Miller (davem@redhat.com) and + Peter Maydell (pmaydell@chiark.greenend.org.uk). + +soft-fp/op-8.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz) and + Peter Maydell (pmaydell@chiark.greenend.org.uk). + +soft-fp/op-common.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz), + David S. Miller (davem@redhat.com) and + Peter Maydell (pmaydell@chiark.greenend.org.uk). + +soft-fp/quad.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz), + David S. Miller (davem@redhat.com) and + Peter Maydell (pmaydell@chiark.greenend.org.uk). + +soft-fp/single.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz), + David S. Miller (davem@redhat.com) and + Peter Maydell (pmaydell@chiark.greenend.org.uk). + +soft-fp/soft-fp.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz), + David S. Miller (davem@redhat.com) and + Peter Maydell (pmaydell@chiark.greenend.org.uk). + +soft-fp/subdf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/subsf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/subtf3.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/truncdfsf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/trunctfdf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/trunctfsf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +soft-fp/trunctfxf2.c: + Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). + +soft-fp/unorddf2.c: + Contributed by Joseph Myers (joseph@codesourcery.com). + +soft-fp/unordsf2.c: + Contributed by Joseph Myers (joseph@codesourcery.com). + +soft-fp/unordtf2.c: + Contributed by Joseph Myers (joseph@codesourcery.com). + +stdio-common/_i18n_number.h: + Contributed by Ulrich Drepper , 2000. + +stdio-common/_itoa.c: + Contributed by Torbjorn Granlund + and Ulrich Drepper . + +stdio-common/_itowa.c: + Contributed by Torbjorn Granlund + and Ulrich Drepper . + +stdio-common/bug-vfprintf-nargs.c: + Contributed by Kees Cook , 2012. + +stdio-common/bug14.c: + Test case by Al Viro . + +stdio-common/fxprintf.c: + Contributed by Ulrich Drepper . + +stdio-common/printf_fp.c: + Written by Ulrich Drepper , 1995. + +stdio-common/printf_fphex.c: + Contributed by Ulrich Drepper , 1997. + +stdio-common/printf_size.c: + Contributed by Ulrich Drepper , 1997. + Based on a proposal by Larry McVoy . + +stdio-common/scanf11.c: + Contributed by Ulrich Drepper , 2001. + +stdio-common/test-vfprintf.c: + Contributed by Ulrich Drepper , 2000. + +stdio-common/tst-fphex-wide.c: + Contributed by Marek Polacek , 2012. + +stdio-common/tst-fseek.c: + Contributed by Ulrich Drepper , 2000. + +stdio-common/tst-gets.c: + Contributed by Ulrich Drepper , 2001. + +stdio-common/tst-long-dbl-fphex.c: + Contributed by Marek Polacek , 2012. + +stdio-common/tst-perror.c: + Contributed by Ulrich Drepper , 2001. + +stdio-common/tst-popen.c: + Contributed by Jakub Jelinek , 2004. + +stdio-common/tst-sscanf.c: + Contributed by Jakub Jelinek , 2000. + +stdio-common/tst-unlockedio.c: + Contributed by Jakub Jelinek , 2004. + +stdlib/a64l.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/bug-strtod.c: + Contributed by Ulrich Drepper , 2001. + +stdlib/drand48-iter.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/drand48.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/drand48_r.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/erand48.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/erand48_r.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/fmtmsg.c: + Contributed by Ulrich Drepper , 1997. + +stdlib/grouping.c: + Contributed by Ulrich Drepper , 1995. + +stdlib/grouping.h: + Contributed by Ulrich Drepper , 1995. + +stdlib/isomac.c: + Contributed by Jens Schweikhardt , 1996. + +stdlib/jrand48.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/jrand48_r.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/l64a.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/lcong48.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/lcong48_r.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/lrand48.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/lrand48_r.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/mrand48.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/mrand48_r.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/msort.c: + Written by Mike Haertel, September 1988. + +stdlib/nrand48.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/nrand48_r.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/qsort.c: + Written by Douglas C. Schmidt (schmidt@ics.uci.edu). + +stdlib/rand_r.c: + Contributed by Ulrich Drepper , 1996. + +stdlib/seed48.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/seed48_r.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/srand48.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/srand48_r.c: + Contributed by Ulrich Drepper , August 1995. + +stdlib/strfmon.c: + Contributed by Ulrich Drepper + and Jochen Hein , 1996. + +stdlib/strfmon_l.c: + Contributed by Ulrich Drepper , 1996. + +stdlib/strtod.c: + Contributed by Ulrich Drepper , 1995. + +stdlib/strtod_l.c: + Contributed by Ulrich Drepper , 1997. + +stdlib/strtof.c: + Contributed by Ulrich Drepper , 1995. + +stdlib/strtof_l.c: + Contributed by Ulrich Drepper , 1997. + +stdlib/strtol_l.c: + Contributed by Ulrich Drepper , 1997. + +stdlib/strtold.c: + Contributed by Ulrich Drepper , 1995. + +stdlib/strtoll_l.c: + Contributed by Ulrich Drepper , 1997. + +stdlib/strtoul_l.c: + Contributed by Ulrich Drepper , 1997. + +stdlib/strtoull_l.c: + Contributed by Ulrich Drepper , 1997. + +stdlib/test-a64l.c: + Contributed by Andreas Schwab . + +stdlib/test-canon.c: + Contributed by David Mosberger . + +stdlib/test-canon2.c: + Contributed by Ulrich Drepper , 1998. + +stdlib/testmb2.c: + Test case by Miloslav Trmač . + +stdlib/tst-bsearch.c: + Contributed by Ulrich Drepper , 2000. + +stdlib/tst-qsort.c: + Test case by Paul Eggert + +stdlib/tst-random.c: + Written by Michael J. Fischer, August 21, 2000 + +stdlib/tst-random2.c: + Contributed by Jakub Jelinek , 2005. + +stdlib/tst-system.c: + Contributed by Ulrich Drepper , 2002. + +stdlib/tst-xpg-basename.c: + Contributed by Andreas Jaeger , 1999. + +stdlib/xpg_basename.c: + Contributed by Ulrich Drepper , 1997. + +string/argz-addsep.c: + Contributed by Ulrich Drepper , 1996. + +string/argz-append.c: + Written by Miles Bader + +string/argz-count.c: + Written by Miles Bader + +string/argz-create.c: + Written by Miles Bader + +string/argz-ctsep.c: + Contributed by Ulrich Drepper , 1996. + +string/argz-delete.c: + Written by Miles Bader + +string/argz-extract.c: + Written by Miles Bader + +string/argz-insert.c: + Written by Miles Bader + +string/argz-next.c: + Written by Miles Bader + +string/argz-replace.c: + Written by Miles Bader + +string/argz-stringify.c: + Written by Miles Bader + +string/bug-strncat1.c: + Test case by Joseph S. Myers . + +string/bug-strpbrk1.c: + Test case by Joseph S. Myers . + +string/bug-strspn1.c: + Test case by Joseph S. Myers . + +string/bzero.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +string/envz.c: + Written by Miles Bader + +string/ffs.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +string/ffsll.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +string/memcpy.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +string/memmove.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +string/stratcliff.c: + Contributed by Ulrich Drepper , 1996. + +string/strcoll.c: + Written by Ulrich Drepper , 1995. + +string/strcoll_l.c: + Written by Ulrich Drepper , 1995. + +string/strlen.c: + Written by Torbjorn Granlund (tege@sics.se), + with help from Dan Sahlin (dan@sics.se); + commentary by Jim Blandy (jimb@ai.mit.edu). + +string/strnlen.c: + Contributed by Jakub Jelinek . + +string/strxfrm.c: + Written by Ulrich Drepper , 1995. + +string/strxfrm_l.c: + Written by Ulrich Drepper , 1995. + +string/test-ffs.c: + Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil), + On-Line Applications Research Corporation. + +string/test-memccpy.c: + Written by Jakub Jelinek , 1999. + +string/test-memchr.c: + Written by Jakub Jelinek , 1999. + +string/test-memcmp.c: + Written by Jakub Jelinek , 1999. + Added wmemcmp support by Liubov Dmitrieva , 2011. + +string/test-memcpy.c: + Written by Jakub Jelinek , 1999. + +string/test-memmem.c: + Written by Ulrich Drepper , 2008. + +string/test-memmove.c: + Written by Jakub Jelinek , 1999. + +string/test-mempcpy.c: + Written by Jakub Jelinek , 1999. + +string/test-memrchr.c: + Written by Jakub Jelinek , 1999. + +string/test-memset.c: + Written by Jakub Jelinek , 1999. + +string/test-rawmemchr.c: + Written by Jakub Jelinek , 1999. + +string/test-stpcpy.c: + Written by Jakub Jelinek , 1999. + +string/test-stpncpy.c: + Written by Jakub Jelinek , 1999. + +string/test-strcasecmp.c: + Written by Jakub Jelinek , 1999. + +string/test-strcasestr.c: + Written by Ulrich Drepper , 2010. + +string/test-strcat.c: + Written by Jakub Jelinek , 1999. + +string/test-strchr.c: + Written by Jakub Jelinek , 1999. + Added wcschr support by Liubov Dmitrieva , 2011 + +string/test-strcmp.c: + Written by Jakub Jelinek , 1999. + Added wcscmp support by Liubov Dmitrieva , 2011. + +string/test-strcpy.c: + Written by Jakub Jelinek , 1999. + Added wcscpy support by Liubov Dmitrieva , 2011 + +string/test-strcspn.c: + Written by Jakub Jelinek , 1999. + +string/test-string.h: + Written by Jakub Jelinek , 1999. + +string/test-strlen.c: + Written by Jakub Jelinek , 1999. + Added wcslen support by Liubov Dmitrieva , 2011 + +string/test-strncasecmp.c: + Written by Jakub Jelinek , 1999. + +string/test-strncat.c: + Contributed by Intel Corporation. + +string/test-strncmp.c: + Written by Jakub Jelinek , 1999. + +string/test-strncpy.c: + Written by Jakub Jelinek , 1999. + +string/test-strnlen.c: + Written by Jakub Jelinek , 1999. + +string/test-strpbrk.c: + Written by Jakub Jelinek , 1999. + +string/test-strrchr.c: + Written by Jakub Jelinek , 1999. + Added wcsrrchr support by Liubov Dmitrieva , + 2011. + +string/test-strspn.c: + Written by Jakub Jelinek , 1999. + +string/test-strstr.c: + Written by Ulrich Drepper , 2010. + +string/testcopy.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +string/tst-bswap.c: + Contributed by Ulrich Drepper . + +string/wordcopy.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +sunrpc/create_xid.c: + Contributed by Thorsten Kukuk , 1998. + +sunrpc/netname.c: + Contributed by Thorsten Kukuk , 1997. + +sunrpc/publickey.c: + Contributed by Ulrich Drepper , 1996. + +sunrpc/svc.c: + Contributed by Ulrich Drepper , 2002. + +sunrpc/tst-xdrmem.c: + Contributed by Jakub Jelinek , 2005. + +sunrpc/tst-xdrmem2.c: + Contributed by Jakub Jelinek , 2006. + +sunrpc/xdr_intXX_t.c: + Contributed by Thorsten Kukuk , 1998. + +sysdeps/aarch64/e_sqrtl.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/Makefile: + Contributed by Brendan Kehoe (brendan@zen.org). + +sysdeps/alpha/_mcount.S: + Contributed by David Mosberger (davidm@cs.arizona.edu). + +sysdeps/alpha/alphaev6/memset.S: + Contributed by Richard Henderson (rth@tamu.edu) + EV6 optimized by Rick Gorton . + +sysdeps/alpha/alphaev6/stxcpy.S: + Contributed by Richard Henderson (rth@tamu.edu) + EV6 optimized by Rick Gorton . + +sysdeps/alpha/alphaev6/stxncpy.S: + Contributed by Richard Henderson (rth@tamu.edu) + EV6 optimized by Rick Gorton . + +sysdeps/alpha/alphaev67/stpcpy.S: + Contributed by Richard Henderson . + +sysdeps/alpha/alphaev67/stpncpy.S: + Contributed by Richard Henderson (rth@redhat.com) + +sysdeps/alpha/alphaev67/strcat.S: + Contributed by Richard Henderson , 1996. + EV67 optimized by Rick Gorton . + +sysdeps/alpha/alphaev67/strchr.S: + Contributed by Richard Henderson , 1996. + EV67 optimized by Rick Gorton . + +sysdeps/alpha/alphaev67/strlen.S: + Contributed by David Mosberger (davidm@cs.arizona.edu). + EV67 optimized by Rick Gorton . + +sysdeps/alpha/alphaev67/strncat.S: + Contributed by Richard Henderson , 1996. + EV67 optimized by Rick Gorton . + +sysdeps/alpha/bzero.S: + Contributed by Richard Henderson (rth@tamu.edu) + +sysdeps/alpha/div.S: + Contributed by Richard Henderson . + +sysdeps/alpha/dl-machine.h: + Contributed by Richard Henderson . + +sysdeps/alpha/dl-procinfo.c: + Contributed by Aurelien Jarno , 2008. + +sysdeps/alpha/dl-procinfo.h: + Contributed by Aurelien Jarno , 2008. + +sysdeps/alpha/e_sqrtl.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ffs.S: + Contributed by David Mosberger (davidm@cs.arizona.edu). + +sysdeps/alpha/fpu/e_sqrt.c: + Contributed by David Mosberger (davidm@cs.arizona.edu). + +sysdeps/alpha/fpu/fclrexcpt.c: + Contributed by Richard Henderson , 1997. + +sysdeps/alpha/fpu/fedisblxcpt.c: + Contributed by Jakub Jelinek , 2000. + +sysdeps/alpha/fpu/feenablxcpt.c: + Contributed by Jakub Jelinek , 2000. + +sysdeps/alpha/fpu/fegetenv.c: + Contributed by Richard Henderson , 1997 + +sysdeps/alpha/fpu/fegetexcept.c: + Contributed by Jakub Jelinek , 2000. + +sysdeps/alpha/fpu/fegetround.c: + Contributed by Richard Henderson , 1997 + +sysdeps/alpha/fpu/feholdexcpt.c: + Contributed by Richard Henderson , 1997 + +sysdeps/alpha/fpu/fesetenv.c: + Contributed by Richard Henderson , 1997 + +sysdeps/alpha/fpu/fesetround.c: + Contributed by Richard Henderson , 1997 + +sysdeps/alpha/fpu/feupdateenv.c: + Contributed by Richard Henderson , 1997. + +sysdeps/alpha/fpu/fgetexcptflg.c: + Contributed by Richard Henderson , 1997. + +sysdeps/alpha/fpu/fpu_control.h: + Contributed by Olaf Flebbe. + +sysdeps/alpha/fpu/fsetexcptflg.c: + Contributed by Richard Henderson , 1997. + +sysdeps/alpha/fpu/ftestexcept.c: + Contributed by Richard Henderson , 1997. + +sysdeps/alpha/fpu/s_copysign.c: + Contributed by Richard Henderson. + +sysdeps/alpha/fpu/s_copysignf.c: + Contributed by Richard Henderson. + +sysdeps/alpha/fpu/s_fabs.c: + Contributed by Richard Henderson. + +sysdeps/alpha/fpu/s_fabsf.c: + Contributed by Richard Henderson. + +sysdeps/alpha/fpu/s_rint.c: + Contributed by Richard Henderson. + +sysdeps/alpha/fpu/s_rintf.c: + Contributed by Richard Henderson. + +sysdeps/alpha/hp-timing.h: + Contributed by Richard Henderson , 2001. + +sysdeps/alpha/jmpbuf-unwind.h: + Contributed by Jakub Jelinek , 2003. + +sysdeps/alpha/ldiv.S: + Contributed by Richard Henderson . + +sysdeps/alpha/memset.S: + Contributed by Richard Henderson (rth@tamu.edu) + +sysdeps/alpha/nptl/pthread_spin_lock.S: + Contributed by Richard Henderson , 2003. + +sysdeps/alpha/nptl/pthread_spin_trylock.S: + Contributed by Richard Henderson , 2003. + +sysdeps/alpha/ots_add.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ots_cmp.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ots_cmpe.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ots_cvtqux.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ots_cvtqx.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ots_cvttx.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ots_cvtxq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ots_cvtxt.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ots_div.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ots_mul.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ots_nintxq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/ots_sub.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/alpha/reml.S: + Contributed by Richard Henderson + +sysdeps/alpha/sfp-machine.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz) and + David S. Miller (davem@redhat.com). + +sysdeps/alpha/start.S: + Contributed by Richard Henderson + +sysdeps/alpha/stpcpy.S: + Contributed by Richard Henderson , 1996. + +sysdeps/alpha/stpncpy.S: + Contributed by Richard Henderson (rth@tamu.edu) + +sysdeps/alpha/strcat.S: + Contributed by Richard Henderson , 1996. + +sysdeps/alpha/strchr.S: + Contributed by Richard Henderson (rth@tamu.edu) + +sysdeps/alpha/strcmp.S: + Contributed by Richard Henderson (rth@tamu.edu) + +sysdeps/alpha/strcpy.S: + Contributed by Richard Henderson , 1996. + +sysdeps/alpha/strlen.S: + Contributed by David Mosberger (davidm@cs.arizona.edu). + +sysdeps/alpha/strncat.S: + Contributed by Richard Henderson , 1996. + +sysdeps/alpha/strncmp.S: + Contributed by Richard Henderson (rth@tamu.edu) + +sysdeps/alpha/strncpy.S: + Contributed by Richard Henderson (rth@tamu.edu) + +sysdeps/alpha/stxcpy.S: + Contributed by Richard Henderson (rth@tamu.edu) + +sysdeps/alpha/stxncpy.S: + Contributed by Richard Henderson (rth@tamu.edu) + +sysdeps/arm/armv6t2/memchr.S: + Code contributed by Dave Gilbert + +sysdeps/arm/backtrace.c: + Contributed by Kazu Hirata , 2008. + +sysdeps/arm/fedisblxcpt.c: + Contributed by Philip Blundell , 2001. + +sysdeps/arm/feenablxcpt.c: + Contributed by Philip Blundell , 2001. + +sysdeps/arm/fegetexcept.c: + Contributed by Philip Blundell , 2001 + +sysdeps/arm/feupdateenv.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/arm/fgetexcptflg.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/arm/memcpy.S: + Contributed by MontaVista Software, Inc. (written by Nicolas Pitre) + +sysdeps/arm/memmove.S: + Contributed by MontaVista Software, Inc. (written by Nicolas Pitre) + +sysdeps/arm/memset.S: + Contributed by Philip Blundell + +sysdeps/arm/strlen.S: + Code contributed by Matthew Wilcox + +sysdeps/arm/unwind.h: + Contributed by Paul Brook + +sysdeps/generic/atomic-machine.h: + Contributed by Ulrich Drepper , 2003. + +sysdeps/generic/dl-librecon.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/generic/dl-procinfo.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/generic/dwarf2.h: + Contributed by Gary Funck (gary@intrepid.com). Derived from the + DWARF 1 implementation written by Ron Guilmette (rfg@monkeys.com). + +sysdeps/generic/framestate.c: + Contributed by Jakub Jelinek , 2001. + +sysdeps/generic/hp-timing-common.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/generic/hp-timing.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/generic/ifreq.h: + Contributed by Andreas Jaeger . + +sysdeps/generic/ldconfig.h: + Contributed by Andreas Jaeger , 1999. + +sysdeps/generic/memcopy.h: + Contributed by Torbjorn Granlund (tege@sics.se). + +sysdeps/generic/not-cancel.h: + Contributed by Ulrich Drepper , 2003. + +sysdeps/generic/register-dump.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/generic/sigcontextinfo.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/generic/sigset-cvt-mask.h: + Contributed by Joe Keane . + +sysdeps/generic/unwind-dw2-fde-glibc.c: + Contributed by Jakub Jelinek . + +sysdeps/generic/unwind-dw2-fde.c: + Contributed by Jason Merrill . + +sysdeps/generic/unwind-dw2-fde.h: + Contributed by Jason Merrill . + +sysdeps/generic/unwind-resume.c: + Contributed by Jakub Jelinek . + +sysdeps/generic/utmp-equal.h: + Contributed by Ulrich Drepper + and Paul Janzen , 1996. + +sysdeps/gnu/sys/mtio.h: + Written by H. Bergman . + +sysdeps/gnu/updwtmp.c: + Contributed by Mark Kettenis , 1998. + +sysdeps/gnu/utmp_file.c: + Contributed by Mark Kettenis , 1998. + +sysdeps/hppa/Makefile: + Contributed by David Huggins-Daines (dhd@debian.org) + +sysdeps/hppa/dl-machine.h: + Contributed by David Huggins-Daines + +sysdeps/hppa/fpu/bits/fenv.h: + Contributed by David Huggins-Daines + +sysdeps/hppa/fpu/fclrexcpt.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/fpu/fedisblxcpt.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/fpu/feenablxcpt.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/fpu/fegetenv.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/fpu/fegetexcept.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/fpu/fegetround.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/fpu/feholdexcpt.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/fpu/fesetenv.c: + Contributed by David Huggins-Daines , 2000 + Based on the m68k version by + Andreas Schwab + +sysdeps/hppa/fpu/fesetround.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/fpu/feupdateenv.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/fpu/fgetexcptflg.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/fpu/fraiseexcpt.c: + Contributed by David Huggins-Daines + +sysdeps/hppa/fpu/fsetexcptflg.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/fpu/ftestexcept.c: + Contributed by David Huggins-Daines , 2000 + +sysdeps/hppa/hppa1.1/s_signbit.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/hppa/libgcc-compat.c: + Contributed by Randolph Chung + +sysdeps/hppa/sysdep.h: + Contributed by Ulrich Drepper, , August 1999. + +sysdeps/htl/raise.c: + Written by Neal H. Walfield . + +sysdeps/htl/timer_routines.c: + Contributed by Kaz Kylheku . + +sysdeps/i386/backtrace.c: + Contributed by Ulrich Drepper , 1998. + +sysdeps/i386/dl-procinfo.c: + Contributed by Ulrich Drepper , 2001. + +sysdeps/i386/ffs.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +sysdeps/i386/fpu/e_acos.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/e_acosf.S: + Written by J.T. Conklin . + Adapted for float type by Ulrich Drepper . + +sysdeps/i386/fpu/e_acosh.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/i386/fpu/e_acoshf.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/i386/fpu/e_acoshl.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/i386/fpu/e_acosl.c: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + +sysdeps/i386/fpu/e_asin.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/e_asinf.S: + Written by J.T. Conklin . + Adapted for float type by Ulrich Drepper . + +sysdeps/i386/fpu/e_atan2.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/e_atan2f.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/e_atan2l.c: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + +sysdeps/i386/fpu/e_atanh.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/i386/fpu/e_atanhf.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/i386/fpu/e_atanhl.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/i386/fpu/e_exp.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/e_exp10.S: + Written by Ulrich Drepper . + +sysdeps/i386/fpu/e_exp2.S: + Written by J.T. Conklin . + Adapted for exp2 by Ulrich Drepper . + +sysdeps/i386/fpu/e_exp2l.S: + Written by J.T. Conklin . + Adapted for exp2 by Ulrich Drepper . + +sysdeps/i386/fpu/e_expl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + +sysdeps/i386/fpu/e_fmod.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/e_fmodf.S: + Written by J.T. Conklin . + Adapted for float type by Ulrich Drepper . + +sysdeps/i386/fpu/e_fmodl.c: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + +sysdeps/i386/fpu/e_hypot.S: + Contributed by Ulrich Drepper , 1998. + +sysdeps/i386/fpu/e_hypotf.S: + Contributed by Ulrich Drepper , 1998. + +sysdeps/i386/fpu/e_ilogb.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/e_ilogbf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/e_ilogbl.S: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + +sysdeps/i386/fpu/e_log.S: + Written by J.T. Conklin . + Changed to use fyl2xp1 for values near 1, . + +sysdeps/i386/fpu/e_log10.S: + Written by J.T. Conklin . + Changed to use fyl2xp1 for values near 1, . + +sysdeps/i386/fpu/e_log10f.S: + Written by J.T. Conklin . + Adapted for float type by Ulrich Drepper . + Changed to use fyl2xp1 for values near 1, . + +sysdeps/i386/fpu/e_log10l.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + Changed to use fyl2xp1 for values near 1, . + +sysdeps/i386/fpu/e_log2.S: + Written by J.T. Conklin . + Adapted for use as log2 by Ulrich Drepper . + Changed to use fyl2xp1 for values near 1, . + +sysdeps/i386/fpu/e_log2l.S: + Written by J.T. Conklin . + Adapted for use as log2 by Ulrich Drepper . + Changed to use fyl2xp1 for values near 1, . + +sysdeps/i386/fpu/e_logl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + +sysdeps/i386/fpu/e_pow.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/i386/fpu/e_powl.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/i386/fpu/e_remainder.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/e_remainderf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/e_remainderl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + +sysdeps/i386/fpu/e_scalb.S: + Written by J.T. Conklin . + Correct handling of y==-inf + +sysdeps/i386/fpu/e_scalbf.S: + Written by J.T. Conklin . + Adapted for float type by Ulrich Drepper . + Correct handling of y==-inf + +sysdeps/i386/fpu/e_scalbl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + Correct handling of y==-inf + +sysdeps/i386/fpu/e_sqrt.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/e_sqrtf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/fclrexcpt.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/fedisblxcpt.c: + Contributed by Andreas Jaeger , 1999. + +sysdeps/i386/fpu/feenablxcpt.c: + Contributed by Andreas Jaeger , 1999. + +sysdeps/i386/fpu/fegetenv.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/fegetexcept.c: + Contributed by Andreas Jaeger , 1999. + +sysdeps/i386/fpu/fegetround.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/feholdexcpt.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/fesetenv.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/fesetround.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/feupdateenv.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/fgetexcptflg.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/fraiseexcpt.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/fsetexcptflg.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/ftestexcept.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_asinh.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/i386/fpu/s_asinhf.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/i386/fpu/s_asinhl.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/i386/fpu/s_atan.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_atanf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_atanl.c: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + +sysdeps/i386/fpu/s_cbrt.S: + Contributed by Dirk Alboth and + Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_cbrtf.S: + Contributed by Dirk Alboth and + Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_cbrtl.S: + Contributed by Dirk Alboth and + Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_ceil.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_ceilf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_ceill.S: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + +sysdeps/i386/fpu/s_copysign.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_copysignf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_copysignl.S: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + +sysdeps/i386/fpu/s_expm1.S: + Contributed by Ulrich Drepper , 1996. + Based on code by John C. Bowman . + Corrections by H.J. Lu (hjl@gnu.ai.mit.edu), 1997. + +sysdeps/i386/fpu/s_expm1f.S: + Contributed by Ulrich Drepper , 1996. + Based on code by John C. Bowman . + Corrections by H.J. Lu (hjl@gnu.ai.mit.edu), 1997. + +sysdeps/i386/fpu/s_finite.S: + Written by Joe Keane . + +sysdeps/i386/fpu/s_finitef.S: + Written by Joe Keane . + +sysdeps/i386/fpu/s_finitel.S: + Written by Joe Keane . + +sysdeps/i386/fpu/s_floor.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_floorf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_floorl.S: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + +sysdeps/i386/fpu/s_fmax.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_fmaxf.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_fmaxl.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_fmin.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_fminf.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_fminl.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_frexp.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_frexpf.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_frexpl.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_isinfl.c: + Written by J.T. Conklin . + Change for long double by Ulrich Drepper . + +sysdeps/i386/fpu/s_llrint.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_llrintf.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_llrintl.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_log1p.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_log1pf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_log1pl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + +sysdeps/i386/fpu/s_logb.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_logbf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_logbl.c: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + +sysdeps/i386/fpu/s_lrint.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_lrintf.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_lrintl.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_nearbyint.S: + Adapted for use as nearbyint by Ulrich Drepper . + +sysdeps/i386/fpu/s_nearbyintf.S: + Adapted for use as nearbyint by Ulrich Drepper . + +sysdeps/i386/fpu/s_nearbyintl.S: + Adapted for use as nearbyint by Ulrich Drepper . + +sysdeps/i386/fpu/s_nextafterl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/i386/fpu/s_nexttowardf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/i386/fpu/s_remquo.S: + Written by Ulrich Drepper . + Based on e_remainder by J.T. Conklin . + +sysdeps/i386/fpu/s_remquof.S: + Written by Ulrich Drepper . + Based on e_remainder by J.T. Conklin . + +sysdeps/i386/fpu/s_remquol.S: + Written by Ulrich Drepper . + Based on e_remainder by J.T. Conklin . + +sysdeps/i386/fpu/s_rint.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_rintf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_rintl.c: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + +sysdeps/i386/fpu/s_scalbn.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_scalbnf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_scalbnl.S: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + +sysdeps/i386/fpu/s_significand.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_significandf.S: + Written by J.T. Conklin . + +sysdeps/i386/fpu/s_significandl.c: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + +sysdeps/i386/fpu/s_trunc.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_truncf.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/fpu/s_truncl.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/i386-mcount.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/i586/memcopy.h: + Contributed by Torbjorn Granlund (tege@sics.se). + +sysdeps/i386/i586/memcpy.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/i586/memset.S: + Contributed by Torbjorn Granlund, + +sysdeps/i386/i586/strchr.S: + Contributed by Ulrich Drepper, . + +sysdeps/i386/i586/strcpy.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/i586/strlen.S: + Contributed by Ulrich Drepper, . + +sysdeps/i386/i686/dl-hash.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/i386/i686/ffs.c: + Contributed by Ulrich Drepper . + +sysdeps/i386/i686/fpu/e_log.S: + Written by J.T. Conklin . + +sysdeps/i386/i686/fpu/e_logl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + Changed to use fyl2xp1 for values near 1, . + +sysdeps/i386/i686/fpu/s_fmax.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/i686/fpu/s_fmaxf.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/i686/fpu/s_fmaxl.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/i686/fpu/s_fmin.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/i686/fpu/s_fminf.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/i686/fpu/s_fminl.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/i686/memcpy.S: + Contributed by Ulrich Drepper , 1999. + +sysdeps/i386/i686/memmove.S: + Contributed by Ulrich Drepper , 2003. + +sysdeps/i386/i686/mempcpy.S: + Contributed by Ulrich Drepper , 1998. + +sysdeps/i386/i686/memset.S: + Contributed by Ulrich Drepper , 1999. + +sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/memchr-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/memcmp-sse4.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/memcmp-ssse3.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/memcpy-ssse3.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/memrchr-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/memset-sse2-rep.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/memset-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/s_fma-fma.c: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/s_fma.c: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/s_fmaf-fma.c: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/s_fmaf.c: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strcat-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strcat-ssse3.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strchr-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strcmp-sse4.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strcmp-ssse3.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strcpy-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strcpy-ssse3.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strlen-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/strrchr-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/wcschr-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/wcscmp-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/wcslen-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: + Contributed by Intel Corporation. + +sysdeps/i386/i686/nptl/tls.h: + Contributed by Ulrich Drepper , 2002. + +sysdeps/i386/i686/pthread_spin_trylock.S: + Contributed by Ulrich Drepper , 2002. + +sysdeps/i386/i686/strcmp.S: + Contributed by Ulrich Drepper , 1999. + +sysdeps/i386/jmpbuf-unwind.h: + Contributed by Jakub Jelinek , 2003. + +sysdeps/i386/machine-gmon.h: + Contributed by Ulrich Drepper , 1997. + +sysdeps/i386/memchr.S: + Contributed by Ulrich Drepper + Optimised a little by Alan Modra + This version is developed using the same algorithm as the fast C + version which carries the following introduction: + Based on strlen implementation by Torbjorn Granlund (tege@sics.se), + with help from Dan Sahlin (dan@sics.se) and + commentary by Jim Blandy (jimb@ai.mit.edu); + adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), + and implemented by Roland McGrath (roland@ai.mit.edu). + +sysdeps/i386/memcopy.h: + Contributed by Torbjorn Granlund (tege@sics.se). + +sysdeps/i386/nptl/pthread_spin_init.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/i386/nptl/pthread_spin_unlock.S: + Contributed by Ulrich Drepper , 2002. + +sysdeps/i386/pthread_spin_trylock.S: + Contributed by Ulrich Drepper , 2002. + +sysdeps/i386/rawmemchr.S: + Contributed by Ulrich Drepper + Optimised a little by Alan Modra + This version is developed using the same algorithm as the fast C + version which carries the following introduction: + Based on strlen implementation by Torbjorn Granlund (tege@sics.se), + with help from Dan Sahlin (dan@sics.se) and + commentary by Jim Blandy (jimb@ai.mit.edu); + adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), + and implemented by Roland McGrath (roland@ai.mit.edu). + +sysdeps/i386/stpcpy.S: + Contributed by Ulrich Drepper (drepper@gnu.ai.mit.edu). + +sysdeps/i386/stpncpy.S: + Contributed by Ulrich Drepper + Some bug fixes by Alan Modra + - original wrote n+1 chars in some cases. + - stpncpy() ought to behave like strncpy() ie. not null-terminate + if limited by n. glibc-1.09 stpncpy() does this. + +sysdeps/i386/strcat.S: + Contributed by Ulrich Drepper . + Optimised a little by Alan Modra + +sysdeps/i386/strchr.S: + Contributed by Ulrich Drepper + Some optimisations by Alan Modra + +sysdeps/i386/strchrnul.S: + Contributed by Ulrich Drepper + Some optimisations by Alan Modra + +sysdeps/i386/strcspn.S: + Contributed by Ulrich Drepper + Bug fixes by Alan Modra + +sysdeps/i386/strlen.S: + Contributed by Ulrich Drepper . + +sysdeps/i386/strlen.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +sysdeps/i386/strpbrk.S: + Contributed by Ulrich Drepper + Bug fixes by Alan Modra + +sysdeps/i386/strrchr.S: + Contributed by Ulrich Drepper + Some optimisations by Alan Modra + +sysdeps/i386/strspn.S: + Contributed by Ulrich Drepper + Bug fixes by Alan Modra + +sysdeps/ia64/_mcount.S: + Contributed by David Mosberger + +sysdeps/ia64/bzero.S: + Contributed by Dan Pop for Itanium . + Rewritten for McKinley by Sverre Jarp, HP Labs/CERN + +sysdeps/ia64/fpu/e_acos.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_acosf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_acosh.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_acoshf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_acoshl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_acosl.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_asin.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_asinf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_asinl.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_atan2.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_atan2f.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_atanh.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_atanhf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_atanhl.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_cosh.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_coshf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_coshl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_exp.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_exp10.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_exp10l.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_exp2.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_exp2f.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_exp2l.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_expf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_fmod.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_fmodf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_fmodl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_hypot.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_hypotf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_hypotl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_ilogbl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_lgamma_r.c: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_lgammaf_r.c: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_lgammal_r.c: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_log.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_log2.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_log2f.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_log2l.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_logf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_logl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_pow.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_powf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_powl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_remainder.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_remainderf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_remainderl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_scalb.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_scalbf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_scalbl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_sinh.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_sinhf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_sinhl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_sqrt.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_sqrtf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/e_sqrtl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/fclrexcpt.c: + Contributed by Christian Boissat , 1999 and + Jes Sorensen , 2000 + +sysdeps/ia64/fpu/fedisblxcpt.c: + Contributed by Jes Sorensen , 2000. + +sysdeps/ia64/fpu/feenablxcpt.c: + Contributed by Jes Sorensen , 2000. + +sysdeps/ia64/fpu/fegetenv.c: + Contributed by Christian Boissat , 1999. + +sysdeps/ia64/fpu/fegetexcept.c: + Contributed by Jes Sorensen , 2000. + +sysdeps/ia64/fpu/fegetround.c: + Contributed by Christian Boissat , 1999. + +sysdeps/ia64/fpu/feholdexcpt.c: + Contributed by Christian Boissat , 1999 + +sysdeps/ia64/fpu/fesetenv.c: + Contributed by Jes Sorensen , 2000 + +sysdeps/ia64/fpu/fesetround.c: + Contributed by Christian Boissat , 1999. + +sysdeps/ia64/fpu/feupdateenv.c: + Contributed by Christian Boissat , 1999. + +sysdeps/ia64/fpu/fgetexcptflg.c: + Contributed by Christian Boissat , 1999. + +sysdeps/ia64/fpu/fraiseexcpt.c: + Contributed by Jes Sorensen , 2000. + +sysdeps/ia64/fpu/fsetexcptflg.c: + Contributed by Christian Boissat , 1999. + +sysdeps/ia64/fpu/ftestexcept.c: + Contributed by Christian Boissat , 1999. + +sysdeps/ia64/fpu/get-rounding-mode.h: + Contributed by Christian Boissat , 1999. + +sysdeps/ia64/fpu/libm_cpu_defs.h: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_error.c: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_error_codes.h: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_frexp.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_frexp4.S: + Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, + and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. + +sysdeps/ia64/fpu/libm_frexp4f.S: + Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, + and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. + +sysdeps/ia64/fpu/libm_frexp4l.S: + Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, + and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. + +sysdeps/ia64/fpu/libm_frexpf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_frexpl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_lgamma.S: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_lgammaf.S: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_lgammal.S: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_reduce.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_scalblnf.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_sincos.S: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_sincos_large.S: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_sincosf.S: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_sincosl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_support.h: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/libm_tan.S: + Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, + and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. + +sysdeps/ia64/fpu/s_asinh.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_asinhf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_asinhl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_atan.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_atanf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_atanl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_cbrt.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_cbrtf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_cbrtl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_ceil.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_ceilf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_ceill.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_cos.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_cosf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_cosl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_erf.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_erfc.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_erfcf.S: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_erfcl.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_erff.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_erfl.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_expm1.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_expm1f.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_expm1l.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fabs.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fabsf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fabsl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fdim.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fdimf.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fdiml.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_floor.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_floorf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_floorl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fma.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fmaf.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fmal.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fmax.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fmaxf.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_fmaxl.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_frexp.c: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_frexpf.c: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_frexpl.c: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_ilogb.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_ilogbf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_isinf.S: + Contributed by Jes Sorensen , October 2000. + +sysdeps/ia64/fpu/s_isnan.S: + Contributed by Jes Sorensen , October 2000. + +sysdeps/ia64/fpu/s_ldexp.c: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_ldexpf.c: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_ldexpl.c: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_libm_ldexp.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_libm_ldexpf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_libm_ldexpl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_libm_scalbn.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_libm_scalbnf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_libm_scalbnl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_log1p.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_log1pf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_log1pl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_logb.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_logbf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_logbl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_modf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_modff.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_modfl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_nearbyint.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_nearbyintf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_nearbyintl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_nextafter.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_nextafterf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_nextafterl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_nexttoward.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_nexttowardf.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_nexttowardl.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_rint.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_rintf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_rintl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_round.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_roundf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_roundl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_scalblnf.c: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_scalbn.c: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_scalbnf.c: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_scalbnl.c: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_significand.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_significandf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_significandl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_tan.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_tanf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_tanh.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_tanhf.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_tanhl.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_tanl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_trunc.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_truncf.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/s_truncl.S: + Contributed 2000 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/w_lgamma_main.c: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/w_lgammaf_main.c: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/w_lgammal_main.c: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/w_tgamma_compat.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/w_tgammaf_compat.S: + Contributed 2001 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/fpu/w_tgammal_compat.S: + Contributed 2002 by the Intel Numerics Group, Intel Corporation + +sysdeps/ia64/hp-timing.h: + Contributed by Ulrich Drepper , 2001. + +sysdeps/ia64/htonl.S: + Contributed by Dan Pop + +sysdeps/ia64/htons.S: + Contributed by Dan Pop + +sysdeps/ia64/jmpbuf-unwind.h: + Contributed by Jakub Jelinek , 2003. + +sysdeps/ia64/memccpy.S: + Contributed by Dan Pop . + +sysdeps/ia64/memchr.S: + Contributed by Dan Pop . + +sysdeps/ia64/memcmp.S: + Contributed by Dan Pop . + +sysdeps/ia64/memcpy.S: + Contributed by Dan Pop for Itanium . + Rewritten for McKinley by Sverre Jarp, HP Labs/CERN + +sysdeps/ia64/memmove.S: + Contributed by Dan Pop . + +sysdeps/ia64/memset.S: + Contributed by Dan Pop for Itanium . + Rewritten for McKinley by Sverre Jarp, HP Labs/CERN + +sysdeps/ia64/nptl/pthread_spin_lock.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/ia64/nptl/pthread_spin_trylock.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/ia64/nptl/pthread_spin_unlock.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/ia64/start.S: + Written by Jes Sorensen, , April 1999. + +sysdeps/ia64/strchr.S: + Contributed by Dan Pop . + +sysdeps/ia64/strcmp.S: + Contributed by Dan Pop . + +sysdeps/ia64/strcpy.S: + Contributed by Dan Pop . + +sysdeps/ia64/strlen.S: + Contributed by Dan Pop . + +sysdeps/ia64/strncmp.S: + Contributed by Dan Pop . + +sysdeps/ia64/strncpy.S: + Contributed by Dan Pop + and Jakub Jelinek . + +sysdeps/ia64/sysdep.h: + Contributed by David Mosberger-Tang + +sysdeps/ia64/unwind-resume.c: + Contributed by Jakub Jelinek . + +sysdeps/ieee754/dbl-64/asincos.tbl: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/atnat.h: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/atnat2.h: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/branred.c: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/branred.h: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/dla.h: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/e_acosh.c: + Optimized for 64-bit by Ulrich Drepper , 2012 + +sysdeps/ieee754/dbl-64/e_atanh.c: + Contributed by Ulrich Drepper , 2011. + +sysdeps/ieee754/dbl-64/e_cosh.c: + Optimized by Ulrich Drepper , 2011 + +sysdeps/ieee754/dbl-64/e_fmod.c: + Rewritten for 64-bit machines by Ulrich Drepper . + +sysdeps/ieee754/dbl-64/e_gamma_r.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/dbl-64/mydefs.h: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/powtwo.tbl: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/root.tbl: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/s_cbrt.c: + Contributed by Dirk Alboth and + Ulrich Drepper , 1997. + +sysdeps/ieee754/dbl-64/s_floor.c: + Contributed by Ulrich Drepper , 2011. + +sysdeps/ieee754/dbl-64/s_fma.c: + Contributed by Jakub Jelinek , 2010. + +sysdeps/ieee754/dbl-64/s_fmaf.c: + Contributed by Jakub Jelinek , 2010. + +sysdeps/ieee754/dbl-64/s_fpclassify.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/dbl-64/s_frexp.c: + Contributed by Ulrich Drepper , 2011. + +sysdeps/ieee754/dbl-64/s_isinf.c: + Written by J.T. Conklin . + Changed to return -1 for -Inf by Ulrich Drepper . + +sysdeps/ieee754/dbl-64/s_llrint.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/dbl-64/s_llround.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/dbl-64/s_logb.c: + Contributed by Ulrich Drepper , 2011. + +sysdeps/ieee754/dbl-64/s_lrint.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/dbl-64/s_modf.c: + Rewritten for 64-bit machines by Ulrich Drepper . + +sysdeps/ieee754/dbl-64/s_nearbyint.c: + Adapted for use as nearbyint by Ulrich Drepper . + +sysdeps/ieee754/dbl-64/s_remquo.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/dbl-64/s_round.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/dbl-64/s_signbit.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/dbl-64/s_sincos.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/dbl-64/s_trunc.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/dbl-64/sincostab.c: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/uasncs.h: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/uatan.tbl: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/urem.h: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/usncs.h: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/utan.h: + Written by International Business Machines Corp. + +sysdeps/ieee754/dbl-64/utan.tbl: + Written by International Business Machines Corp. + +sysdeps/ieee754/flt-32/e_acosf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_acoshf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_asinf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_atan2f.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_atanhf.c: + Contributed by Ulrich Drepper , 2011. + +sysdeps/ieee754/flt-32/e_coshf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + Optimizations by Ulrich Drepper , 2011 + +sysdeps/ieee754/flt-32/e_fmodf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_gammaf_r.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/flt-32/e_hypotf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_ilogbf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_j0f.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_j1f.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_jnf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_lgammaf_r.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_log10f.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_remainderf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_sinhf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/e_sqrtf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/k_tanf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_asinhf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_atanf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_cbrtf.c: + Contributed by Dirk Alboth and + Ulrich Drepper , 1997. + +sysdeps/ieee754/flt-32/s_ceilf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_copysignf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_erff.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_expm1f.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_fabsf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_finitef.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_floorf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_fpclassifyf.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/flt-32/s_frexpf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_isinff.c: + Written by J.T. Conklin . + +sysdeps/ieee754/flt-32/s_isnanf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_llrintf.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/flt-32/s_llroundf.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/flt-32/s_log1pf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_logbf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_lrintf.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/flt-32/s_lroundf.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/flt-32/s_modff.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_nearbyintf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_nextafterf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_remquof.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/flt-32/s_rintf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_roundf.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/flt-32/s_scalblnf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_scalbnf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_signbitf.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/flt-32/s_tanf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_tanhf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/flt-32/s_truncf.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-128/e_acoshl.c: + Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/e_atan2l.c: + Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/e_atanhl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-128/e_expl.c: + Contributed by Jakub Jelinek + Partly based on double-precision code + by Geoffrey Keating + +sysdeps/ieee754/ldbl-128/e_fmodl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/e_gammal_r.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek + +sysdeps/ieee754/ldbl-128/e_remainderl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/e_sinhl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-128/k_cosl.c: + Contributed by Jakub Jelinek + +sysdeps/ieee754/ldbl-128/k_sincosl.c: + Contributed by Jakub Jelinek + +sysdeps/ieee754/ldbl-128/k_sinl.c: + Contributed by Jakub Jelinek + +sysdeps/ieee754/ldbl-128/s_asinhl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-128/s_ceill.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_copysignl.c: + Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_cosl.c: + Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_fabsl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_finitel.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_floorl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_fma.c: + Contributed by Jakub Jelinek , 2010. + +sysdeps/ieee754/ldbl-128/s_fmal.c: + Contributed by Jakub Jelinek , 2010. + +sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek , 1999. + +sysdeps/ieee754/ldbl-128/s_frexpl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_isinfl.c: + Written by J.T. Conklin . + Change for long double by Jakub Jelinek + +sysdeps/ieee754/ldbl-128/s_isnanl.c: + Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_llrintl.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek , 1999. + +sysdeps/ieee754/ldbl-128/s_llroundl.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek , 1999. + +sysdeps/ieee754/ldbl-128/s_logbl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_lrintl.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek , 1999. + +sysdeps/ieee754/ldbl-128/s_lroundl.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek , 1999. + +sysdeps/ieee754/ldbl-128/s_modfl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_nearbyintl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_nextafterl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_remquol.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek , 1999. + +sysdeps/ieee754/ldbl-128/s_rintl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_roundl.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek , 1999. + +sysdeps/ieee754/ldbl-128/s_scalblnl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_scalbnl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_signbitl.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-128/s_sincosl.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek . + +sysdeps/ieee754/ldbl-128/s_sinl.c: + Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_tanhl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-128/s_tanl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128/s_truncl.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek , 1999. + +sysdeps/ieee754/ldbl-128/t_expl.h: + Contributed by Jakub Jelinek + +sysdeps/ieee754/ldbl-128/t_sincosl.c: + Contributed by Jakub Jelinek + +sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: + Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/e_expl.c: + Contributed by Jakub Jelinek + Partly based on double-precision code + by Geoffrey Keating + +sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek + +sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/k_cosl.c: + Contributed by Jakub Jelinek + +sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: + Contributed by Jakub Jelinek + +sysdeps/ieee754/ldbl-128ibm/k_sinl.c: + Contributed by Jakub Jelinek + +sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: + Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_cosl.c: + Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_finitel.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_fmal.c: + Contributed by David Flaherty . + +sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek , 1999. + +sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: + Written by J.T. Conklin . + Change for long double by Jakub Jelinek + +sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: + Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_logbl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_modfl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_remquol.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek , 1999. + +sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: + Contributed by Ulrich Drepper , 1997 and + Jakub Jelinek . + +sysdeps/ieee754/ldbl-128ibm/s_sinl.c: + Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/s_tanl.c: + Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. + +sysdeps/ieee754/ldbl-128ibm/t_sincosl.c: + Contributed by Jakub Jelinek + +sysdeps/ieee754/ldbl-96/e_acoshl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/e_atanhl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/e_gammal_r.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-96/e_hypotl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: + Based on quad-precision code by Jakub Jelinek + +sysdeps/ieee754/ldbl-96/e_sinhl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/k_cosl.c: + Based on quad-precision cosine by Jakub Jelinek + +sysdeps/ieee754/ldbl-96/k_sinl.c: + Based on quad-precision sine by Jakub Jelinek + +sysdeps/ieee754/ldbl-96/s_asinhl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/s_cbrtl.c: + Contributed by Dirk Alboth and + Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-96/s_copysignl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/s_cosl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/s_fma.c: + Contributed by Jakub Jelinek , 2010. + +sysdeps/ieee754/ldbl-96/s_fmal.c: + Contributed by Jakub Jelinek , 2010. + +sysdeps/ieee754/ldbl-96/s_frexpl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/s_llrintl.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-96/s_llroundl.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-96/s_lrintl.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-96/s_lroundl.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-96/s_modfl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/s_nexttowardf.c: + Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. + +sysdeps/ieee754/ldbl-96/s_remquol.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-96/s_roundl.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-96/s_scalblnl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/s_signbitl.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-96/s_sincosl.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/ieee754/ldbl-96/s_sinl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/s_tanhl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/s_tanl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/ieee754/ldbl-96/t_sincosl.c: + Based on quad-precision tables by Jakub Jelinek + +sysdeps/ieee754/ldbl-opt/nldbl-compat.c: + Contributed by Jakub Jelinek , 2006. + +sysdeps/ieee754/ldbl-opt/nldbl-compat.h: + Contributed by Jakub Jelinek , 2006. + +sysdeps/m68k/dl-tls.h: + Contributed by Maxim Kuvyrkov , 2010. + +sysdeps/m68k/ffs.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +sysdeps/m68k/fpu/fclrexcpt.c: + Contributed by Andreas Schwab + +sysdeps/m68k/fpu/fedisblxcpt.c: + Contributed by Andreas Schwab , 2000. + +sysdeps/m68k/fpu/feenablxcpt.c: + Contributed by Andreas Schwab , 2000. + +sysdeps/m68k/fpu/fegetenv.c: + Contributed by Andreas Schwab + +sysdeps/m68k/fpu/fegetexcept.c: + Contributed by Andreas Schwab , 2000. + +sysdeps/m68k/fpu/fegetround.c: + Contributed by Andreas Schwab + +sysdeps/m68k/fpu/feholdexcpt.c: + Contributed by Andreas Schwab + +sysdeps/m68k/fpu/fesetenv.c: + Contributed by Andreas Schwab + +sysdeps/m68k/fpu/fesetround.c: + Contributed by Andreas Schwab + +sysdeps/m68k/fpu/feupdateenv.c: + Contributed by Andreas Schwab + +sysdeps/m68k/fpu/fgetexcptflg.c: + Contributed by Andreas Schwab + +sysdeps/m68k/fpu/fsetexcptflg.c: + Contributed by Andreas Schwab + +sysdeps/m68k/fpu/ftestexcept.c: + Contributed by Andreas Schwab + +sysdeps/m68k/libc-tls.c: + Contributed by Maxim Kuvyrkov , 2010. + +sysdeps/m68k/m680x0/fpu/e_scalb.c: + Contributed by Andreas Schwab . + +sysdeps/m68k/m680x0/fpu/fraiseexcpt.c: + Contributed by Andreas Schwab + +sysdeps/m68k/m680x0/fpu/s_ccosh_template.c: + Contributed by Andreas Schwab . + +sysdeps/m68k/m680x0/fpu/s_cexp_template.c: + Contributed by Andreas Schwab + +sysdeps/m68k/m680x0/fpu/s_csin_template.c: + Contributed by Andreas Schwab . + +sysdeps/m68k/m680x0/fpu/s_csinh_template.c: + Contributed by Andreas Schwab . + +sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c: + Contributed by Ulrich Drepper , 1997. + Fixed for m68k by Andreas Schwab . + +sysdeps/m68k/m680x0/fpu/s_llrint.c: + Contributed by Andreas Schwab + +sysdeps/m68k/m680x0/fpu/s_llrintf.c: + Contributed by Andreas Schwab + +sysdeps/m68k/m680x0/fpu/s_llrintl.c: + Contributed by Andreas Schwab + +sysdeps/m68k/m680x0/fpu/s_logbl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/m68k/m680x0/fpu/s_lrint_template.c: + Contributed by Andreas Schwab + +sysdeps/m68k/m680x0/fpu/s_nextafterl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + Fixed for m68k by Andreas Schwab . + +sysdeps/m68k/m680x0/fpu/s_remquo_template.c: + Contributed by Andreas Schwab + +sysdeps/m68k/m680x0/m68020/atomic-machine.h: + Contributed by Andreas Schwab , 2003. + +sysdeps/m68k/memchr.S: + Contributed by Andreas Schwab . + +sysdeps/m68k/memcopy.h: + Contributed by Torbjorn Granlund (tege@sics.se). + +sysdeps/m68k/nptl/Makefile: + Contributed by Maxim Kuvyrkov , 2010. + +sysdeps/m68k/nptl/bits/pthreadtypes-arch.h: + Contributed by Maxim Kuvyrkov , 2010. + +sysdeps/m68k/nptl/bits/semaphore.h: + Contributed by Maxim Kuvyrkov , 2010. + +sysdeps/m68k/nptl/pthreaddef.h: + Contributed by Maxim Kuvyrkov , 2010. + +sysdeps/m68k/nptl/tls.h: + Contributed by Maxim Kuvyrkov , 2010. + +sysdeps/m68k/rawmemchr.S: + Contributed by Andreas Schwab . + +sysdeps/m68k/strchr.S: + Contributed by Andreas Schwab . + +sysdeps/m68k/strchrnul.S: + Contributed by Andreas Schwab . + +sysdeps/m68k/tls-macros.h: + Contributed by Maxim Kuvyrkov , 2010. + +sysdeps/m68k/wcpcpy_chk.c: + Contributed by Ulrich Drepper , 1996. + +sysdeps/mach/hurd/hp-timing.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/mach/hurd/i386/getcontext.S: + Contributed by Ulrich Drepper , 2001. + +sysdeps/mach/hurd/i386/makecontext.S: + Contributed by Ulrich Drepper , 2001. + +sysdeps/mach/hurd/i386/setcontext.S: + Contributed by Ulrich Drepper , 2001. + +sysdeps/mach/hurd/i386/swapcontext.S: + Contributed by Ulrich Drepper , 2001. + +sysdeps/mach/hurd/ifreq.h: + Contributed by Andreas Jaeger . + +sysdeps/mach/hurd/net/if_arp.h: + Contributed by Ulrich Drepper , 1997. + +sysdeps/mach/hurd/not-cancel.h: + Contributed by Ulrich Drepper , 2003. + +sysdeps/mach/hurd/waitid.c: + Contributed by Zack Weinberg , 1997. + +sysdeps/mips/__longjmp.c: + Contributed by Brendan Kehoe (brendan@zen.org). + +sysdeps/mips/dl-machine.h: + Contributed by Kazumoto Kojima . + +sysdeps/mips/dl-procinfo.c: + Contributed by Robert Millan . + +sysdeps/mips/dl-procinfo.h: + Contributed by Robert Millan . + +sysdeps/mips/dl-trampoline.c: + Contributed by Kazumoto Kojima . + +sysdeps/mips/fpu/fclrexcpt.c: + Contributed by Andreas Jaeger , 1998. + +sysdeps/mips/fpu/fedisblxcpt.c: + Contributed by Andreas Jaeger , 2000. + +sysdeps/mips/fpu/feenablxcpt.c: + Contributed by Andreas Jaeger , 2000. + +sysdeps/mips/fpu/fegetenv.c: + Contributed by Andreas Jaeger , 1998. + +sysdeps/mips/fpu/fegetexcept.c: + Contributed by Andreas Jaeger , 2000. + +sysdeps/mips/fpu/fegetround.c: + Contributed by Andreas Jaeger , 1998. + +sysdeps/mips/fpu/feholdexcpt.c: + Contributed by Andreas Jaeger , 2000. + +sysdeps/mips/fpu/fenv_libc.h: + Contributed by Andreas Jaeger . + +sysdeps/mips/fpu/fesetenv.c: + Contributed by Andreas Jaeger , 1998. + +sysdeps/mips/fpu/fesetround.c: + Contributed by Andreas Jaeger , 1998. + +sysdeps/mips/fpu/feupdateenv.c: + Contributed by Andreas Jaeger , 1998. + +sysdeps/mips/fpu/fgetexcptflg.c: + Contributed by Andreas Jaeger , 1998. + +sysdeps/mips/fpu/fraiseexcpt.c: + Contributed by Andreas Jaeger , 2000. + +sysdeps/mips/fpu/fsetexcptflg.c: + Contributed by Hartvig Ekner , 2002. + +sysdeps/mips/fpu/ftestexcept.c: + Contributed by Andreas Jaeger , 1998. + +sysdeps/mips/mips64/__longjmp.c: + Contributed by Brendan Kehoe (brendan@zen.org). + +sysdeps/mips/mips64/e_sqrtl.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/mips/mips64/setjmp_aux.c: + Contributed by Brendan Kehoe (brendan@zen.org). + +sysdeps/mips/setjmp_aux.c: + Contributed by Brendan Kehoe (brendan@zen.org). + +sysdeps/mips/sys/tas.h: + Contributed by Maciej W. Rozycki , 2000. + +sysdeps/nptl/Makeconfig: + Contributed by Ulrich Drepper , 2002. + +sysdeps/nptl/Makefile: + Contributed by Ulrich Drepper , 2002. + +sysdeps/nptl/internaltypes.h: + Contributed by Ulrich Drepper , 2002. + +sysdeps/nptl/pthreadP.h: + Contributed by Ulrich Drepper , 2002. + +sysdeps/nptl/timer_routines.h: + Contributed by Kaz Kylheku . + +sysdeps/posix/getpagesize.c: + Contributed by Brendan Kehoe (brendan@cygnus.com). + +sysdeps/posix/pread.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/posix/pread64.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/posix/pwrite64.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/posix/sigignore.c: + Contributed by Ulrich Drepper , 1998. + +sysdeps/posix/sigwait.c: + Contributed by Ulrich Drepper , 1996. + +sysdeps/posix/sprofil.c: + Contributed by David Mosberger-Tang . + +sysdeps/posix/usleep.c: + Contributed by Ulrich Drepper , 1996. + +sysdeps/powerpc/atomic-machine.h: + Contributed by Paul Mackerras , 2003. + +sysdeps/powerpc/ffs.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +sysdeps/powerpc/fpu/e_hypot.c: + Contributed by Adhemerval Zanella , 2011 + +sysdeps/powerpc/fpu/e_hypotf.c: + Contributed by Adhemerval Zanella , 2011 + +sysdeps/powerpc/fpu/fedisblxcpt.c: + Contributed by Geoffrey Keating , 2000. + +sysdeps/powerpc/fpu/feenablxcpt.c: + Contributed by Geoffrey Keating , 2000. + +sysdeps/powerpc/fpu/fegetexcept.c: + Contributed by Geoffrey Keating , 2000. + +sysdeps/powerpc/fpu/fesetround.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/powerpc/fpu/feupdateenv.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: + Contributed by Ryan S. Arnold + Sean Curry + +sysdeps/powerpc/jmpbuf-unwind.h: + Contributed by Jakub Jelinek , 2003. + +sysdeps/powerpc/nofpu/fclrexcpt.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/fedisblxcpt.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/feenablxcpt.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/fegetenv.c: + Contributed by Aldy Hernandez , 2002, 2010. + +sysdeps/powerpc/nofpu/fegetexcept.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/fegetround.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/feholdexcpt.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/fenv_const.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/fesetenv.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/fesetround.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/feupdateenv.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/fgetexcptflg.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/fraiseexcpt.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/fsetexcptflg.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/ftestexcept.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/sim-full.c: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/soft-supp.h: + Contributed by Aldy Hernandez , 2002. + +sysdeps/powerpc/nofpu/sqrtdf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/powerpc/nofpu/sqrtsf2.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/powerpc/nptl/pthread_spin_lock.c: + Contributed by Paul Mackerras , 2003. + +sysdeps/powerpc/nptl/pthread_spin_trylock.c: + Contributed by Paul Mackerras , 2003. + +sysdeps/powerpc/power4/wordcopy.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +sysdeps/powerpc/power6/wordcopy.c: + Contributed by Torbjorn Granlund (tege@sics.se). + Updated for POWER6 by Steven Munroe (sjmunroe@us.ibm.com). + +sysdeps/powerpc/powerpc32/a2/memcpy.S: + Contributed by Michael Brutman . + +sysdeps/powerpc/powerpc32/atomic-machine.h: + Contributed by Paul Mackerras , 2003. + +sysdeps/powerpc/powerpc32/power4/hp-timing.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/powerpc/powerpc32/power4/memcopy.h: + Contributed by Torbjorn Granlund (tege@sics.se). + +sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power7/memchr.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power7/memcpy.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power7/mempcpy.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power7/memrchr.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power7/memset.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power7/rawmemchr.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power7/strchr.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power7/strchrnul.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power7/strlen.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc32/power7/strnlen.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc64/a2/memcpy.S: + Contributed by Michael Brutman . + +sysdeps/powerpc/powerpc64/atomic-machine.h: + Contributed by Paul Mackerras , 2003. + +sysdeps/powerpc/powerpc64/ffsll.c: + Contributed by Torbjorn Granlund (tege@sics.se). + +sysdeps/powerpc/powerpc64/hp-timing.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/powerpc/powerpc64/power7/memchr.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc64/power7/memcpy.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc64/power7/mempcpy.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc64/power7/memrchr.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc64/power7/memset.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc64/power7/rawmemchr.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc64/power7/strchr.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc64/power7/strchrnul.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc64/power7/strlen.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc64/power7/strnlen.S: + Contributed by Luis Machado . + +sysdeps/powerpc/powerpc64/power8/memrchr.S: + Contributed by Luis Machado . + +sysdeps/pthread/eintr.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/posix-timer.h: + Contributed by Kaz Kylheku . + +sysdeps/pthread/pthread_atfork.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/sem_close.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/sem_open.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/sem_unlink.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-_res1.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-_res1mod1.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-abstime.c: + Contributed by Andreas Schwab , 2010. + +sysdeps/pthread/tst-atfork1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-atfork2.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-atfork2mod.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-attr1.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-backtrace1.c: + Contributed by Jakub Jelinek , 2004. + +sysdeps/pthread/tst-barrier1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-barrier2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-barrier3.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-barrier4.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/pthread/tst-basic1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-basic2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-basic3.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-basic4.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-basic5.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-basic6.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cancel1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cancel10.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cancel11.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cancel12.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cancel13.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cancel14.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cancel15.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cancel16.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cancel18.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cancel19.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-cancel2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cancel20.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-cancel21.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-cancel22.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-cancel3.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cancel4.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cancel6.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cancel8.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cancel9.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cleanup0.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cleanup1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cleanup2.c: + Contributed by Bao Duong , 2003. + +sysdeps/pthread/tst-cleanup3.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-clock1.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cond1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cond10.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cond11.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cond12.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cond14.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/pthread/tst-cond15.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/pthread/tst-cond16.c: + Contributed by Jakub Jelinek , 2004. + +sysdeps/pthread/tst-cond18.c: + Contributed by Jakub Jelinek , 2004. + +sysdeps/pthread/tst-cond19.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/pthread/tst-cond2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cond20.c: + Contributed by Jakub Jelinek , 2004. + +sysdeps/pthread/tst-cond23.c: + Contributed by Jakub Jelinek , 2008. + +sysdeps/pthread/tst-cond3.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cond4.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cond5.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cond6.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-cond7.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-cond8.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-cond9.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-detach1.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-eintr2.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-eintr3.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-eintr4.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-eintr5.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-exec1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-exec2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-exec3.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-exit1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-fini1.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/pthread/tst-fini1mod.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/pthread/tst-flock1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-flock2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-fork1.c: + Contributed by Roland McGrath , 2002. + +sysdeps/pthread/tst-fork2.c: + Contributed by Roland McGrath , 2002. + +sysdeps/pthread/tst-fork3.c: + Contributed by Roland McGrath , 2002. + +sysdeps/pthread/tst-join1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-join2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-join3.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-join4.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-join5.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-key1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-key2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-key3.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-key4.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-kill1.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-kill2.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-kill3.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-kill4.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-kill5.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-kill6.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-mutex1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-mutex2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-mutex3.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-mutex4.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-mutex5.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-mutex6.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-mutex7.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-mutex9.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-once1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-once2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-once3.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-once4.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-pt-align.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-pt-align3.c: + Contributed by Jakub Jelinek , 2005. + +sysdeps/pthread/tst-pt-popen1.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-pt-sysconf.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-pt-tls1.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-pt-tls2.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-pt-tls4.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-raise1.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-robust1.c: + Contributed by Ulrich Drepper , 2005. + +sysdeps/pthread/tst-robust7.c: + Contributed by Ulrich Drepper , 2005. + +sysdeps/pthread/tst-rwlock1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-rwlock12.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-rwlock14.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/pthread/tst-rwlock4.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-rwlock5.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-sem1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-sem10.c: + Contributed by Jakub Jelinek , 2007. + +sysdeps/pthread/tst-sem2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-sem3.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-sem4.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-sem5.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-sem6.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-sem7.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-sem8.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-sem9.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-signal1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-signal2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-signal4.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-signal5.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-signal6.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-spin1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-spin2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-spin3.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-stack1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-stdio1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-stdio2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-timer.c: + Contributed by Kaz Kylheku . + +sysdeps/pthread/tst-tls4moda.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-tls4modb.c: + Contributed by Jakub Jelinek , 2003. + +sysdeps/pthread/tst-tsd1.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-tsd2.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/pthread/tst-tsd5.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/pthread/tst-umask1.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/pthread/tst-unload.c: + Contributed by Ulrich Drepper , 2000. + +sysdeps/s390/atomic-machine.h: + Contributed by Martin Schwidefsky , 2003. + +sysdeps/s390/dl-procinfo.c: + Contributed by Martin Schwidefsky , 2006. + +sysdeps/s390/dl-procinfo.h: + Contributed by Martin Schwidefsky , 2006. + +sysdeps/s390/ffs.c: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/fpu/bits/fenv.h: + Contributed by Denis Joseph Barrow . + +sysdeps/s390/fpu/e_sqrtl.c: + Contributed by Martin Schwidefsky . + +sysdeps/s390/fpu/fedisblxcpt.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/feenablxcpt.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/fegetenv.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/fegetexcept.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/fegetround.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/feholdexcpt.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/fenv_libc.h: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/fesetenv.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/fesetround.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/feupdateenv.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/fgetexcptflg.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/fpu_control.h: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com) and + Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/fpu/fraiseexcpt.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com) and + Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/fpu/fsetexcptflg.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/fpu/ftestexcept.c: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/s390/iso-8859-1_cp037_z900.c: + Author: Andreas Krebbel + Based on the work by Ulrich Drepper , 1997. + Thanks to Daniel Appich who covered the relevant performance work + in his diploma thesis. + +sysdeps/s390/jmpbuf-unwind.h: + Contributed by Jakub Jelinek , 2003. + +sysdeps/s390/memchr-z900.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/memset-z900.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-32/__longjmp.c: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-32/add_n.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-32/addmul_1.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-32/dl-machine.h: + Contributed by Carl Pederson & Martin Schwidefsky. + +sysdeps/s390/s390-32/mul_1.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-32/s390-mcount.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com) + +sysdeps/s390/s390-32/setjmp.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-32/start.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-32/strncpy-z900.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-32/sub_n.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-32/sysdep.h: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-64/__longjmp.c: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-64/add_n.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-64/crti.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-64/crtn.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-64/dl-machine.h: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-64/s390x-mcount.h: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com) + +sysdeps/s390/s390-64/setjmp.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-64/start.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-64/strncpy-z900.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-64/sub_n.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/s390-64/sysdep.h: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/strcmp-z900.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/strcpy-z900.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/s390/utf16-utf32-z9.c: + Author: Andreas Krebbel + Based on the work by Ulrich Drepper , 1997. + Thanks to Daniel Appich who covered the relevant performance work + in his diploma thesis. + +sysdeps/s390/utf8-utf16-z9.c: + Author: Andreas Krebbel + Based on the work by Ulrich Drepper , 1997. + Thanks to Daniel Appich who covered the relevant performance work + in his diploma thesis. + +sysdeps/s390/utf8-utf32-z9.c: + Author: Andreas Krebbel + Based on the work by Ulrich Drepper , 1997. + Thanks to Daniel Appich who covered the relevant performance work + in his diploma thesis. + +sysdeps/sh/_mcount.S: + Contributed by NIIBE Yutaka + +sysdeps/sh/jmpbuf-unwind.h: + Contributed by Jakub Jelinek , 2003. + +sysdeps/sh/memcpy.S: + Contributed by Kazumoto Kojima + Optimized by Toshiyasu Morita + +sysdeps/sh/memset.S: + Contributed by Kazumoto Kojima + Optimized by Toshiyasu Morita + +sysdeps/sh/nptl/pthread_spin_init.c: + Contributed by Ulrich Drepper , 2002. + +sysdeps/sh/sh4/fpu/fclrexcpt.c: + Contributed by Andreas Jaeger , 1998. + +sysdeps/sh/sh4/fpu/fedisblxcpt.c: + Contributed by Nobuhiro Iwamatsu , 2012. + +sysdeps/sh/sh4/fpu/feenablxcpt.c: + Contributed by Nobuhiro Iwamatsu , 2012. + +sysdeps/sh/sh4/fpu/fegetexcept.c: + Contributed by Nobuhiro Iwamatsu , 2012. + +sysdeps/sh/sh4/fpu/fegetround.c: + Contributed by Andreas Jaeger , 1998. + +sysdeps/sh/sh4/fpu/fesetround.c: + Contributed by Andreas Jaeger , 1998. + +sysdeps/sh/sh4/fpu/feupdateenv.c: + Contributed by Nobuhiro Iwamatsu , 2012. + +sysdeps/sh/sh4/fpu/fraiseexcpt.c: + Contributed by Nobuhiro Iwamatsu , 2012. + +sysdeps/sh/strlen.S: + Contributed by Kazumoto Kojima + +sysdeps/sparc/backtrace.c: + Contributed by David S. Miller + +sysdeps/sparc/dl-procinfo.c: + Contributed by Jakub Jelinek , 2002. + +sysdeps/sparc/dl-procinfo.h: + Contributed by Jakub Jelinek , 1999. + +sysdeps/sparc/fpu/fedisblxcpt.c: + Contributed by Jakub Jelinek , 2000. + +sysdeps/sparc/fpu/feenablxcpt.c: + Contributed by Jakub Jelinek , 2000. + +sysdeps/sparc/fpu/fegetexcept.c: + Contributed by Jakub Jelinek , 2000. + +sysdeps/sparc/fpu/fpu_control.h: + Contributed by Miguel de Icaza + +sysdeps/sparc/machine-gmon.h: + Contributed by David S. Miller , 2008 + +sysdeps/sparc/sparc-mcount.S: + Contributed by David S. Miller , 2008. + +sysdeps/sparc/sparc32/fpu/s_copysign.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/fpu/s_copysignf.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/fpu/s_fabsf.S: + Contributed by Jakub Jelinek , 2006. + +sysdeps/sparc/sparc32/jmpbuf-unwind.h: + Contributed by Jakub Jelinek , 2003. + +sysdeps/sparc/sparc32/memchr.S: + Contributed by Jakub Jelinek and + David S. Miller . + This version is developed using the same algorithm as the fast C + version which carries the following introduction: + Based on strlen implementation by Torbjorn Granlund (tege@sics.se), + with help from Dan Sahlin (dan@sics.se) and + commentary by Jim Blandy (jimb@ai.mit.edu); + adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), + and implemented by Roland McGrath (roland@ai.mit.edu). + +sysdeps/sparc/sparc32/memcpy.S: + Contributed by David S. Miller , + Eddie C. Dost and + Jakub Jelinek . + +sysdeps/sparc/sparc32/memset.S: + Contributed by David S. Miller and + Jakub Jelinek . + +sysdeps/sparc/sparc32/q_add.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_cmp.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_cmpe.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_div.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_dtoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_feq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_fge.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_fgt.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_fle.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_flt.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_fne.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_itoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_lltoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_mul.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_neg.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_qtod.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_qtoi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_qtoll.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_qtos.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_qtou.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_qtoull.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_sqrt.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_stoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_sub.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_ulltoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_util.c: + Contributed by Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/q_utoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc32/sfp-machine.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz) and + David S. Miller (davem@redhat.com). + +sysdeps/sparc/sparc32/sparcv9/addmul_1.S: + Contributed by David S. Miller + +sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: + Contributed by Jakub Jelinek , 2006. + +sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S: + Contributed by David S. Miller , 2013. + +sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S: + Contributed by David S. Miller , 2013. + +sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: + Contributed by David S. Miller , 2013. + +sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: + Contributed by David S. Miller , 2013. + +sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc32/sparcv9/hp-timing.h: + Contributed by David S. Miller , 2001. + +sysdeps/sparc/sparc32/sparcv9/mul_1.S: + Contributed by David S. Miller + +sysdeps/sparc/sparc32/sparcv9/submul_1.S: + Contributed by David S. Miller + +sysdeps/sparc/sparc32/start.S: + Contributed by Richard Henderson , 1997. + +sysdeps/sparc/sparc32/stpcpy.S: + Contributed by Jakub Jelinek . + +sysdeps/sparc/sparc32/strcat.S: + Contributed by Jakub Jelinek . + +sysdeps/sparc/sparc32/strchr.S: + Contributed by Jakub Jelinek and + David S. Miller . + +sysdeps/sparc/sparc32/strcmp.S: + Contributed by Jakub Jelinek . + +sysdeps/sparc/sparc32/strcpy.S: + Contributed by Jakub Jelinek . + +sysdeps/sparc/sparc32/strlen.S: + Contributed by Jakub Jelinek and + David S. Miller . + +sysdeps/sparc/sparc64/Makefile: + Contributed by Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/align-cpy.S: + Contributed by David S. Miller (davem@davemloft.net) + +sysdeps/sparc/sparc64/fpu/e_sqrtl.c: + Contributed by Jakub Jelinek , 2000. + +sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: + Contributed by David S. Miller , 2013. + +sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: + Contributed by David S. Miller , 2013. + +sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/fpu/s_copysign.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/fpu/s_copysignf.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/fpu/s_lrint.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/fpu/s_lrintf.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/fpu/s_nearbyint.S: + Contributed by David S. Miller , 2013. + +sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: + Contributed by David S. Miller , 2013. + +sysdeps/sparc/sparc64/fpu/s_rint.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/fpu/s_rintf.S: + Contributed by David S. Miller , 2012. + +sysdeps/sparc/sparc64/hp-timing.h: + Contributed by David S. Miller , 2001. + +sysdeps/sparc/sparc64/jmpbuf-unwind.h: + Contributed by David S. Miller , 2005. + +sysdeps/sparc/sparc64/memchr.S: + Contributed by Jan VondrĂĄk and + Jakub Jelinek . + This version is developed using the same algorithm as the fast C + version which carries the following introduction: + Based on strlen implementation by Torbjorn Granlund (tege@sics.se), + with help from Dan Sahlin (dan@sics.se) and + commentary by Jim Blandy (jimb@ai.mit.edu); + adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), + and implemented by Roland McGrath (roland@ai.mit.edu). + +sysdeps/sparc/sparc64/memcmp.S: + Contributed by Jan VondrĂĄk and + Jakub Jelinek . + +sysdeps/sparc/sparc64/memcpy.S: + Contributed by David S. Miller (davem@caip.rutgers.edu) and + Jakub Jelinek (jakub@redhat.com). + +sysdeps/sparc/sparc64/memset.S: + Contributed by David S. Miller (davem@caip.rutgers.edu) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: + Contributed by David S. Miller + +sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: + Contributed by David S. Miller + +sysdeps/sparc/sparc64/multiarch/md5-crop.S: + Contributed by David S. Miller (davem@davemloft.net) + +sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: + Contributed by David S. Miller (davem@davemloft.net) + +sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: + Contributed by David S. Miller (davem@davemloft.net) + +sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: + Contributed by David S. Miller (davem@davemloft.net) + +sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: + Contributed by David S. Miller (davem@redhat.com) + +sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: + Contributed by David S. Miller (davem@davemloft.net) + +sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: + Contributed by David S. Miller (davem@davemloft.net) + +sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: + Contributed by David S. Miller + +sysdeps/sparc/sparc64/multiarch/sha256-crop.S: + Contributed by David S. Miller (davem@davemloft.net) + +sysdeps/sparc/sparc64/multiarch/sha512-crop.S: + Contributed by David S. Miller (davem@davemloft.net) + +sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: + Contributed by David S. Miller + +sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: + Contributed by David S. Miller + +sysdeps/sparc/sparc64/qp_add.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_cmp.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_cmpe.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_div.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_dtoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_feq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_fge.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_fgt.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_fle.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_flt.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_fne.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_itoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_mul.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_neg.S: + Contributed by Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_qtod.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_qtoi.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_qtos.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_qtoui.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_qtoux.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_qtox.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_sqrt.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_stoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_sub.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_uitoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_util.c: + Contributed by Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_uxtoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/qp_xtoq.c: + Contributed by Richard Henderson (rth@cygnus.com) and + Jakub Jelinek (jj@ultra.linux.cz). + +sysdeps/sparc/sparc64/rawmemchr.S: + Contributed by Jakub Jelinek . + This version is developed using the same algorithm as the fast C + version which carries the following introduction: + Based on strlen implementation by Torbjorn Granlund (tege@sics.se), + with help from Dan Sahlin (dan@sics.se) and + commentary by Jim Blandy (jimb@ai.mit.edu); + adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), + and implemented by Roland McGrath (roland@ai.mit.edu). + +sysdeps/sparc/sparc64/sfp-machine.h: + Contributed by Richard Henderson (rth@cygnus.com), + Jakub Jelinek (jj@ultra.linux.cz) and + David S. Miller (davem@redhat.com). + +sysdeps/sparc/sparc64/start.S: + Contributed by Richard Henderson , 1997. + +sysdeps/sparc/sparc64/stpcpy.S: + Contributed by Jan VondrĂĄk and + Jakub Jelinek . + +sysdeps/sparc/sparc64/stpncpy.S: + Contributed by Jakub Jelinek and + Jan VondrĂĄk . + +sysdeps/sparc/sparc64/strcat.S: + Contributed by Jakub Jelinek and + Jan VondrĂĄk . + +sysdeps/sparc/sparc64/strchr.S: + Contributed by Jan VondrĂĄk and + Jakub Jelinek . + +sysdeps/sparc/sparc64/strcmp.S: + Contributed by David S. Miller + +sysdeps/sparc/sparc64/strcpy.S: + Contributed by Jan VondrĂĄk and + Jakub Jelinek . + +sysdeps/sparc/sparc64/strcspn.S: + Contributed by Jakub Jelinek + +sysdeps/sparc/sparc64/strlen.S: + Contributed by Jan VondrĂĄk , + Jakub Jelinek , and + David S. Miller . + +sysdeps/sparc/sparc64/strncmp.S: + Contributed by Jan VondrĂĄk and + Jakub Jelinek . + +sysdeps/sparc/sparc64/strncpy.S: + Contributed by Jan VondrĂĄk and + Jakub Jelinek . + +sysdeps/sparc/sparc64/strpbrk.S: + Contributed by Jakub Jelinek + +sysdeps/sparc/sparc64/strspn.S: + Contributed by Jakub Jelinek + +sysdeps/unix/alpha/pipe.S: + Contributed by David Mosberger (davidm@cs.arizona.edu). + +sysdeps/unix/alpha/sysdep.S: + Contributed by Brendan Kehoe (brendan@zen.org). + +sysdeps/unix/bsd/getpt.c: + Contributed by Zack Weinberg , 1998. + +sysdeps/unix/bsd/unlockpt.c: + Contributed by Zack Weinberg , 1998. + +sysdeps/unix/grantpt.c: + Contributed by Zack Weinberg , 1998. + +sysdeps/unix/ifreq.c: + Contributed by Andreas Jaeger . + +sysdeps/unix/mips/mips32/sysdep.h: + Contributed by Brendan Kehoe (brendan@zen.org). + +sysdeps/unix/mips/mips64/sysdep.h: + Contributed by Alexandre Oliva . + +sysdeps/unix/mips/pipe.S: + Contributed by Brendan Kehoe (brendan@zen.org). + +sysdeps/unix/mips/sysdep.S: + Contributed by Brendan Kehoe (brendan@zen.org). + +sysdeps/unix/mips/sysdep.h: + Contributed by Brendan Kehoe (brendan@zen.org). + +sysdeps/unix/sysv/linux/accept4.c: + Contributed by Ulrich Drepper , 2008. + +sysdeps/unix/sysv/linux/aio_misc.h: + Contributed by Jakub Jelinek , 2004. + +sysdeps/unix/sysv/linux/alpha/clone.S: + Contributed by Richard Henderson , 1996. + +sysdeps/unix/sysv/linux/alpha/gethostname.c: + Contributed by Ulrich Drepper , 2001 + +sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: + Contributed by David Mosberger , 1995. + +sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: + Contributed by David Mosberger , 1995. + +sysdeps/unix/sysv/linux/alpha/ioperm.c: + Contributed by David Mosberger. + +sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: + Contributed by Richard Henderson , 1998 + +sysdeps/unix/sysv/linux/alpha/syscall.S: + Contributed by David Mosberger , 1996. + +sysdeps/unix/sysv/linux/alpha/sysdep.h: + Contributed by Ulrich Drepper, , August 1995. + +sysdeps/unix/sysv/linux/arc/clone.S: + Contributed by Andrew Jenner , 2008. + +sysdeps/unix/sysv/linux/arm/clone.S: + Contributed by Pat Beirne + +sysdeps/unix/sysv/linux/arm/dl-procinfo.c: + Contributed by Philip Blundell , 2001. + +sysdeps/unix/sysv/linux/arm/dl-procinfo.h: + Contributed by Philip Blundell , 2001. + +sysdeps/unix/sysv/linux/arm/ioperm.c: + Contributed by Phil Blundell, based on the Alpha version by + David Mosberger. + +sysdeps/unix/sysv/linux/arm/readelflib.c: + Contributed by Andreas Jaeger , 1999 and + Jakub Jelinek , 1999. + +sysdeps/unix/sysv/linux/arm/register-dump.h: + Contributed by Philip Blundell , 1998. + +sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: + Contributed by Philip Blundell , 1999. + +sysdeps/unix/sysv/linux/arm/sysdep.h: + Contributed by Ulrich Drepper, , August 1995. + ARM changes by Philip Blundell, , May 1997. + +sysdeps/unix/sysv/linux/arm/vfork.S: + Contributed by Philip Blundell . + +sysdeps/unix/sysv/linux/dl-librecon.h: + Contributed by Jakub Jelinek , 2001. + +sysdeps/unix/sysv/linux/dl-openat64.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/unix/sysv/linux/dl-origin.c: + Contributed by Ulrich Drepper , 1998. + +sysdeps/unix/sysv/linux/fstatvfs.c: + Contributed by Ulrich Drepper , 1998. + +sysdeps/unix/sysv/linux/generic/____longjmp_chk.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/bits/fcntl.h: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/bits/typesizes.h: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/chmod.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/chown.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/dl-origin.c: + Contributed by Ulrich Drepper , 1998. + +sysdeps/unix/sysv/linux/generic/dup2.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/epoll_create.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/inotify_init.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/lchown.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/link.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/mkdir.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/pipe.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/readlink.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/rmdir.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/symlink.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/sysdep.h: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/unlink.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/getcwd.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/unix/sysv/linux/getipv4sourcefilter.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/unix/sysv/linux/getpt.c: + Contributed by Zack Weinberg , 1998. + +sysdeps/unix/sysv/linux/getsourcefilter.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/unix/sysv/linux/getsysstats.c: + Contributed by Ulrich Drepper , 1996. + +sysdeps/unix/sysv/linux/grantpt.c: + Contributed by Zack Weinberg , 1998. + +sysdeps/unix/sysv/linux/hppa/atomic-machine.h: + Contributed by Carlos O'Donell , 2005. + +sysdeps/unix/sysv/linux/hppa/clone.S: + Contributed by David Huggins-Daines , 2000. + Based on the Alpha version by Richard Henderson , 1996. + +sysdeps/unix/sysv/linux/hppa/getcontext.S: + Contributed by Helge Deller , 2008. + +sysdeps/unix/sysv/linux/hppa/makecontext.c: + Contributed by Helge Deller , 2008. + +sysdeps/unix/sysv/linux/hppa/setcontext.S: + Contributed by Helge Deller , 2008. + +sysdeps/unix/sysv/linux/hppa/swapcontext.c: + Contributed by Helge Deller , 2008. + +sysdeps/unix/sysv/linux/hppa/sysdep.h: + Contributed by Ulrich Drepper, , August 1999. + Linux/PA-RISC changes by Philipp Rumpf, , March 2000. + +sysdeps/unix/sysv/linux/i386/clone.S: + Contributed by Richard Henderson (rth@tamu.edu) + +sysdeps/unix/sysv/linux/i386/dl-librecon.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/unix/sysv/linux/i386/dl-procinfo.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/unix/sysv/linux/i386/getcontext.S: + Contributed by Ulrich Drepper , 2001. + +sysdeps/unix/sysv/linux/i386/makecontext.S: + Contributed by Ulrich Drepper , 2001. + +sysdeps/unix/sysv/linux/i386/register-dump.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/unix/sysv/linux/i386/setcontext.S: + Contributed by Ulrich Drepper , 2001. + +sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: + Contributed by Ulrich Drepper , 1998. + +sysdeps/unix/sysv/linux/i386/swapcontext.S: + Contributed by Ulrich Drepper , 2001. + +sysdeps/unix/sysv/linux/i386/sysdep.h: + Contributed by Ulrich Drepper, , August 1995. + +sysdeps/unix/sysv/linux/i386/vfork.S: + Contributed by Andreas Schwab . + +sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/__longjmp.S: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/__start_context.S: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: + Contributed by Jes Sorensen , July 2000 + +sysdeps/unix/sysv/linux/ia64/getcontext.S: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/ioperm.c: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/makecontext.c: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/pipe.S: + Contributed by David Mosberger + +sysdeps/unix/sysv/linux/ia64/register-dump.h: + Contributed by Jakub Jelinek , 2004. + +sysdeps/unix/sysv/linux/ia64/setcontext.S: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/setjmp.S: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/swapcontext.c: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/sys/io.h: + Contributed by David Mosberger-Tang + +sysdeps/unix/sysv/linux/ia64/sys/rse.h: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/syscall.S: + Contributed by Jes Sorensen . + +sysdeps/unix/sysv/linux/ia64/sysdep.S: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ia64/sysdep.h: + Written by Jes Sorensen, , April 1999. + Based on code originally written by David Mosberger-Tang + +sysdeps/unix/sysv/linux/ia64/ucontext_i.h: + Contributed by David Mosberger-Tang . + +sysdeps/unix/sysv/linux/ifreq.c: + Contributed by Andreas Jaeger . + +sysdeps/unix/sysv/linux/internal_statvfs.c: + Contributed by Ulrich Drepper , 1998. + +sysdeps/unix/sysv/linux/kernel-posix-timers.h: + Contributed by Ulrich Drepper , 2003. + +sysdeps/unix/sysv/linux/lddlibc4.c: + Contributed by Ulrich Drepper , 1998. + +sysdeps/unix/sysv/linux/m68k/clone.S: + Contributed by Andreas Schwab (schwab@issan.informatik.uni-dortmund.de) + +sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h: + Contributed by Maxim Kuvyrkov , 2010. + +sysdeps/unix/sysv/linux/m68k/getpagesize.c: + Contributed by Andreas Schwab . + +sysdeps/unix/sysv/linux/m68k/register-dump.h: + Contributed by Andreas Schwab . + +sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: + Contributed by Andreas Schwab , 1998. + +sysdeps/unix/sysv/linux/m68k/sysdep.h: + Written by Andreas Schwab, , + December 1995. + +sysdeps/unix/sysv/linux/m68k/vfork.S: + Contributed by Andreas Schwab . + +sysdeps/unix/sysv/linux/mips/_test_and_set.c: + Contributed by Maciej W. Rozycki , 2000. + +sysdeps/unix/sysv/linux/mips/clone.S: + Contributed by Ralf BĂ€chle , 1996. + +sysdeps/unix/sysv/linux/mips/getcontext.S: + Contributed by Maciej W. Rozycki . + +sysdeps/unix/sysv/linux/mips/makecontext.S: + Contributed by Maciej W. Rozycki . + +sysdeps/unix/sysv/linux/mips/readelflib.c: + Contributed by Alexandre Oliva + Based on work ../x86_64/readelflib.c, + contributed by Andreas Jaeger , 1999 and + Jakub Jelinek , 1999. + +sysdeps/unix/sysv/linux/mips/register-dump.h: + Contributed by Andreas Jaeger , 2000. + +sysdeps/unix/sysv/linux/mips/setcontext.S: + Contributed by Maciej W. Rozycki . + +sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: + Contributed by Andreas Jaeger , 2000. + +sysdeps/unix/sysv/linux/mips/swapcontext.S: + Contributed by Maciej W. Rozycki . + +sysdeps/unix/sysv/linux/mips/ustat.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/unix/sysv/linux/mmap64.c: + Contributed by Jakub Jelinek , 1999. + +sysdeps/unix/sysv/linux/mq_notify.c: + Contribute by Ulrich Drepper , 2004. + +sysdeps/unix/sysv/linux/msgctl.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/msgget.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/msgrcv.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/msgsnd.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/net/if_arp.h: + Contributed by Ulrich Drepper , 1997. + +sysdeps/unix/sysv/linux/nios2/clone.S: + Contributed by Andrew Jenner , 2008. + +sysdeps/unix/sysv/linux/nios2/kernel_stat.h: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/not-cancel.h: + Contributed by Ulrich Drepper , 2003. + +sysdeps/unix/sysv/linux/nscd_setup_thread.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/unix/sysv/linux/open.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/ppoll.c: + Contributed by Ulrich Drepper , 2006. + +sysdeps/unix/sysv/linux/pread.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/unix/sysv/linux/pread64.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/unix/sysv/linux/pselect.c: + Contributed by Ulrich Drepper , 2006. + +sysdeps/unix/sysv/linux/ptsname.c: + Contributed by Zack Weinberg , 1998. + +sysdeps/unix/sysv/linux/pwrite.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/unix/sysv/linux/pwrite64.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/unix/sysv/linux/recvmmsg.c: + Contributed by Andreas Schwab , 2010. + +sysdeps/unix/sysv/linux/s390/bits/elfclass.h: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/dl-procinfo.h: + Contributed by Martin Schwidefsky , 2006. + +sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: + Contributed by Jakub Jelinek . + +sysdeps/unix/sysv/linux/s390/s390-32/clone.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-32/getutent.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/getutid.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/getutline.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/login.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/login32.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c: + Contributed by Andreas Krebbel . + +sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: + Contributed by Jakub Jelinek , 2004. + +sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c: + Contributed by Jakub Jelinek . + +sysdeps/unix/sysv/linux/s390/s390-64/clone.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: + Contributed by Jakub Jelinek , 2004. + +sysdeps/unix/sysv/linux/s390/sigcontextinfo.h: + Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/sys/ptrace.h: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/unix/sysv/linux/s390/sys/ucontext.h: + Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). + +sysdeps/unix/sysv/linux/semctl.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/semget.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/semop.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/semtimedop.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/sendmmsg.c: + Contributed by Ulrich Drepper , 2011. + +sysdeps/unix/sysv/linux/setipv4sourcefilter.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/unix/sysv/linux/setsourcefilter.c: + Contributed by Ulrich Drepper , 2004. + +sysdeps/unix/sysv/linux/sh/sigcontextinfo.h: + Contributed by Philip Blundell , 1999. + +sysdeps/unix/sysv/linux/sh/sysdep.h: + Contributed by Ulrich Drepper, , August 1995. + Changed by Kaz Kojima, . + +sysdeps/unix/sysv/linux/shmat.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/shmctl.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/shmdt.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/shmget.c: + Contributed by Ulrich Drepper , August 1995. + +sysdeps/unix/sysv/linux/sigset-cvt-mask.h: + Contributed by Joe Keane . + +sysdeps/unix/sysv/linux/sigstack.c: + Contributed by Ulrich Drepper , 1998. + +sysdeps/unix/sysv/linux/sparc/readelflib.c: + Contributed by Andreas Jaeger , 1999 and + Jakub Jelinek , 1999. + +sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: + Contributed by Richard Henderson (rth@tamu.edu). + +sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S: + Contributed by David S. Miller , 2008. + +sysdeps/unix/sysv/linux/sparc/sparc32/libc_sigaction.c: + Contributed by Miguel de Icaza , 1997. + +sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: + Contributed by David S. Miller , 2008. + +sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S: + Contributed by Miguel de Icaza , 1997. + +sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: + Contributed by Jakub Jelinek , 1999. + +sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S: + Contributed by David S. Miller , 2008. + +sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: + Contributed by Jakub Jelinek , 1999. + +sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S: + Contributed by David S. Miller , 2008. + +sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: + Contributed by Miguel de Icaza , January 1997. + +sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: + Contributed by Jakub Jelinek , 2004. + +sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: + Contributed by Richard Henderson (rth@tamu.edu). + +sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S: + Contributed by Richard Henderson (rth@tamu.edu). + +sysdeps/unix/sysv/linux/sparc/sparc64/libc_sigaction.c: + Contributed by Miguel de Icaza and + Jakub Jelinek . + +sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: + Contributed by Richard Henderson (rth@tamu.edu). + +sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c: + Contributed by Jakub Jelinek . + +sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: + Contributed by Miguel de Icaza , 1997. + +sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: + Contributed by Jakub Jelinek , 1999. + +sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S: + Contributed by Richard Henderson (rth@tamu.edu). + +sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: + Contributed by Richard Henderson (rth@tamu.edu). + +sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h: + Contributed by Jakub Jelinek , 1999. + +sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c: + Contributed by Jakub Jelinek . + +sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: + Contributed by Richard Henderson , 1997. + +sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h: + Contributed by Jakub Jelinek . + +sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: + Contributed by Jakub Jelinek , 2004. + +sysdeps/unix/sysv/linux/sparc/sysdep.h: + Contributed by Jakub Jelinek , 2000. + +sysdeps/unix/sysv/linux/statfs.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/statvfs.c: + Contributed by Ulrich Drepper , 1998. + +sysdeps/unix/sysv/linux/timer_create.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/unix/sysv/linux/timer_delete.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/unix/sysv/linux/timer_getoverr.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/unix/sysv/linux/timer_gettime.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/unix/sysv/linux/timer_routines.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/unix/sysv/linux/timer_settime.c: + Contributed by Ulrich Drepper , 2003. + +sysdeps/unix/sysv/linux/umount.c: + Contributed by Chris Metcalf , 2011. + +sysdeps/unix/sysv/linux/unlockpt.c: + Contributed by Zack Weinberg , 1998. + +sysdeps/unix/sysv/linux/updwtmp.c: + Contributed by Mark Kettenis , 1998. + +sysdeps/unix/sysv/linux/ustat.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/unix/sysv/linux/utmp_file.c: + Contributed by Mark Kettenis , 1998. + +sysdeps/unix/sysv/linux/x86/readelflib.c: + Contributed by Andreas Jaeger , 1999 and + Jakub Jelinek , 2000. + +sysdeps/unix/sysv/linux/x86_64/__start_context.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/unix/sysv/linux/x86_64/getcontext.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/unix/sysv/linux/x86_64/makecontext.c: + Contributed by Andreas Jaeger , 2002. + +sysdeps/unix/sysv/linux/x86_64/setcontext.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/unix/sysv/linux/x86_64/swapcontext.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/wordsize-64/tst-writev.c: + Contributed by Ryan S. Arnold , 2011. + +sysdeps/x86/fpu/s_fpclassifyl.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/x86/fpu/s_isnanl.c: + Conversion to long double by Ulrich Drepper, + Cygnus Support, drepper@cygnus.com. + +sysdeps/x86/fpu_control.h: + Contributed by Olaf Flebbe. + +sysdeps/x86/nptl/pthreaddef.h: + Contributed by Ulrich Drepper , 2002. + +sysdeps/x86_64/_mcount.S: + Contributed by Andreas Jaeger . + +sysdeps/x86_64/dl-machine.h: + Contributed by Andreas Jaeger . + +sysdeps/x86_64/ffs.c: + Contributed by Ulrich Drepper . + +sysdeps/x86_64/ffsll.c: + Contributed by Ulrich Drepper . + +sysdeps/x86_64/fpu/e_exp2l.S: + Written by J.T. Conklin . + Adapted for exp2 by Ulrich Drepper . + Adapted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/fpu/e_expl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + +sysdeps/x86_64/fpu/e_fmodl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + Adapted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/fpu/e_ilogbl.S: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + Adapted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/fpu/e_log10l.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + Changed to use fyl2xp1 for values near 1, . + Adapted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/fpu/e_log2l.S: + Written by J.T. Conklin . + Adapted for use as log2 by Ulrich Drepper . + Changed to use fyl2xp1 for values near 1, . + Adapted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/fpu/e_logl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + Adapted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/fpu/e_powl.S: + Contributed by Ulrich Drepper , 1996. + +sysdeps/x86_64/fpu/e_remainderl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + Adapted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/fpu/e_scalbl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + Adapted for x86-64 by Andreas Jaeger + Correct handling of y==-inf + +sysdeps/x86_64/fpu/fedisblxcpt.c: + Contributed by Andreas Jaeger , 2001. + +sysdeps/x86_64/fpu/feenablxcpt.c: + Contributed by Andreas Jaeger , 2001. + +sysdeps/x86_64/fpu/fegetexcept.c: + Contributed by Andreas Jaeger , 2001. + +sysdeps/x86_64/fpu/fegetround.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/x86_64/fpu/feupdateenv.c: + Contributed by Ulrich Drepper , 1997. + +sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S: + Contributed by Ulrich Drepper , 2011. + +sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S: + Contributed by Ulrich Drepper , 2011. + +sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S: + Contributed by Ulrich Drepper , 2011. + +sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S: + Contributed by Ulrich Drepper , 2011. + +sysdeps/x86_64/fpu/multiarch/s_fma.c: + Contributed by Intel Corporation. + +sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S: + Contributed by Ulrich Drepper , 2011. + +sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S: + Contributed by Ulrich Drepper , 2011. + +sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S: + Contributed by Ulrich Drepper , 2011. + +sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S: + Contributed by Ulrich Drepper , 2011. + +sysdeps/x86_64/fpu/s_ceill.S: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + Changes for x86-64 by Andreas Jaeger + +sysdeps/x86_64/fpu/s_copysign.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/x86_64/fpu/s_copysignf.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/x86_64/fpu/s_copysignl.S: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper . + Adopted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/fpu/s_finitel.S: + Written by Joe Keane . + Adopted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/fpu/s_floorl.S: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + Changes for x86-64 by Andreas Jaeger =09 + +sysdeps/x86_64/fpu/s_fmax.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/x86_64/fpu/s_fmaxf.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/x86_64/fpu/s_fmaxl.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/x86_64/fpu/s_fmin.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/x86_64/fpu/s_fminf.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/x86_64/fpu/s_fminl.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/x86_64/fpu/s_llrint.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/x86_64/fpu/s_llrintf.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/x86_64/fpu/s_log1pl.S: + Written by J.T. Conklin . + Adapted for `long double' by Ulrich Drepper . + Adapted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/fpu/s_nearbyintl.S: + Written by J.T. Conklin . + Adapted for use as nearbyint by Ulrich Drepper . + +sysdeps/x86_64/fpu/s_scalbnl.S: + Written by J.T. Conklin . + Changes for long double by Ulrich Drepper + Changes for x86-64 by Andreas Jaeger =09 + +sysdeps/x86_64/fpu/s_signbit.S: + Contributed by Ulrich Drepper , 2009. + +sysdeps/x86_64/fpu/s_signbitf.S: + Contributed by Ulrich Drepper , 2009. + +sysdeps/x86_64/fpu/s_truncl.S: + Contributed by Ulrich Drepper , 1997. + +sysdeps/x86_64/jmpbuf-unwind.h: + Contributed by Jakub Jelinek , 2003. + +sysdeps/x86_64/machine-gmon.h: + Contributed by Andreas Jaeger , 2002. + +sysdeps/x86_64/memchr.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/memcmp.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/memrchr.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/memcmp-sse4.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/memcmp-ssse3.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/memcpy-ssse3.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/strcat-avx2.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/strcat-ssse3.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/strcmp-sse42.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/strcpy-avx2.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/strcpy-ssse3.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/strcspn-c.c: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/strspn-c.c: + Contributed by Intel Corporation. + +sysdeps/x86_64/multiarch/wcscpy-ssse3.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/nptl/pthread_spin_trylock.S: + Contributed by Ulrich Drepper , 2002. + +sysdeps/x86_64/nptl/pthread_spin_unlock.S: + Contributed by Ulrich Drepper , 2002. + +sysdeps/x86_64/rawmemchr.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/start.S: + Contributed by Andreas Jaeger , 2001. + +sysdeps/x86_64/strcat.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/x86_64/strcmp.S: + Based on i686 version contributed by Ulrich Drepper + , 1999. + Updated with SSE2 support contributed by Intel Corporation. + +sysdeps/x86_64/strcpy.S: + Contributed by Andreas Jaeger , 2002. + +sysdeps/x86_64/strcspn.S: + Contributed by Ulrich Drepper . + Bug fixes by Alan Modra . + Adopted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/strspn.S: + Contributed by Ulrich Drepper . + Bug fixes by Alan Modra . + Adopted for x86-64 by Andreas Jaeger . + +sysdeps/x86_64/wcschr.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/wcscmp.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/wcslen.S: + Contributed by Intel Corporation. + +sysdeps/x86_64/wcsrchr.S: + Contributed by Intel Corporation. + +sysvipc/ftok.c: + Contributed by Ulrich Drepper , August 1995. + +sysvipc/msgctl.c: + Contributed by Ulrich Drepper , August 1995. + +sysvipc/msgget.c: + Contributed by Ulrich Drepper , August 1995. + +sysvipc/msgrcv.c: + Contributed by Ulrich Drepper , August 1995. + +sysvipc/msgsnd.c: + Contributed by Ulrich Drepper , August 1995. + +sysvipc/semctl.c: + Contributed by Ulrich Drepper , August 1995. + +sysvipc/semget.c: + Contributed by Ulrich Drepper , August 1995. + +sysvipc/semop.c: + Contributed by Ulrich Drepper , August 1995. + +sysvipc/semtimedop.c: + Contributed by Ulrich Drepper , 2003. + +sysvipc/shmat.c: + Contributed by Ulrich Drepper , August 1995. + +sysvipc/shmctl.c: + Contributed by Ulrich Drepper , August 1995. + +sysvipc/shmdt.c: + Contributed by Ulrich Drepper , August 1995. + +sysvipc/shmget.c: + Contributed by Ulrich Drepper , August 1995. + +test-skeleton.c: + Contributed by Ulrich Drepper , 1998. + +time/ctime_r.c: + Contributed by Ulrich Drepper , 1996. + +time/difftime.c: + Written by Paul Eggert . + +time/getdate.c: + Contributed by Mark Kettenis , 1997. + +time/tst-clock.c: + Contributed by Ulrich Drepper , 2000. + +time/tst-getdate.c: + Contributed by Andreas Jaeger , 2000. + +time/tst-strptime.c: + Contributed by Ulrich Drepper , 1998. + +timezone/tst-timezone.c: + Contributed by Andreas Jaeger , 1998. + +wcsmbs/btowc.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/c16rtomb.c: + Contributed by Ulrich Drepper , 2011. + +wcsmbs/mbrlen.c: + Contributed by Ulrich Drepper, + +wcsmbs/mbrtoc16.c: + Contributed by Ulrich Drepper , 2011. + +wcsmbs/mbrtowc.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/mbsinit.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/mbsnrtowcs.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/mbsrtowcs.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/mbsrtowcs_l.c: + Contributed by Ulrich Drepper , 2002. + +wcsmbs/tst-btowc.c: + Contributed by Ulrich Drepper , 2000. + +wcsmbs/tst-mbrtowc.c: + UTF-8 single byte feeding test for mbrtowc(), + contributed by Markus Kuhn . + +wcsmbs/tst-mbsrtowcs.c: + Contributed by Ulrich Drepper , 2004. + +wcsmbs/tst-wcpncpy.c: + Contributed by Ulrich Drepper , 2003. + +wcsmbs/tst-wcrtomb.c: + Contributed by Ulrich Drepper , 2000. + +wcsmbs/tst-wcsnlen.c: + Contributed by Ulrich Drepper , 1999. + +wcsmbs/wcpcpy.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcpncpy.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcrtomb.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcscasecmp_l.c: + Contributed by Ulrich Drepper , 1997. + +wcsmbs/wcscat.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcscmp.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcscoll.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcscoll_l.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcscpy.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcscspn.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcsdup.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcslen.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcsmbsload.c: + Contributed by Ulrich Drepper , 1998. + +wcsmbs/wcsmbsload.h: + Contributed by Ulrich Drepper , 1998. + +wcsmbs/wcsncase_l.c: + Contributed by Ulrich Drepper , 1997. + +wcsmbs/wcsncat.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcsncmp.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcsncpy.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcsnlen.c: + Contributed by Ulrich Drepper , 1998. + +wcsmbs/wcsnrtombs.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcspbrk.c: + Contributed by Ulrich Drepper, + +wcsmbs/wcsrchr.c: + Contributed by Ulrich Drepper, + +wcsmbs/wcsrtombs.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcsspn.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcstod.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcstod_l.c: + Contributed by Ulrich Drepper , 1997. + +wcsmbs/wcstof.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcstof_l.c: + Contributed by Ulrich Drepper , 1997. + +wcsmbs/wcstok.c: + Contributed by Ulrich Drepper , 1995. + +wcsmbs/wcstol.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcstol_l.c: + Contributed by Ulrich Drepper , 1997. + +wcsmbs/wcstold.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcstold_l.c: + Contributed by Ulrich Drepper , 1997. + +wcsmbs/wcstoll.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcstoll_l.c: + Contributed by Ulrich Drepper , 1997. + +wcsmbs/wcstoul.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcstoul_l.c: + Contributed by Ulrich Drepper , 1997. + +wcsmbs/wcstoull.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcstoull_l.c: + Contributed by Ulrich Drepper , 1997. + +wcsmbs/wcswidth.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcsxfrm.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcsxfrm_l.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wctob.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcwidth.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wcwidth.h: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wmemchr.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wmemcmp.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wmemcpy.c: + Contributed by Ulrich Drepper , 1996. + +wcsmbs/wmemmove.c: + Contributed by Ulrich Drepper, + +wcsmbs/wmempcpy.c: + Contributed by Ulrich Drepper , 1999. + +wcsmbs/wmemset.c: + Contributed by Ulrich Drepper , 1996. + +wctype/iswctype.c: + Contributed by Ulrich Drepper, . + +wctype/iswctype_l.c: + Contributed by Ulrich Drepper , 1996. + +wctype/wchar-lookup.h: + Contributed by Bruno Haible , 2000. + +wctype/wctrans.c: + Contributed by Ulrich Drepper , 1996. + +wctype/wctype.c: + Contributed by Ulrich Drepper , 1996. + +wctype/wctype_l.c: + Contributed by Ulrich Drepper , 1996. diff --git a/argp/argp-test.c b/argp/argp-test.c index 0a715576ba8..159cd6f6a25 100644 --- a/argp/argp-test.c +++ b/argp/argp-test.c @@ -1,7 +1,6 @@ /* Test program for argp argument parser Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader . 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/argp/tst-argp1.c b/argp/tst-argp1.c index f1637c2f0a9..23f78576bf5 100644 --- a/argp/tst-argp1.c +++ b/argp/tst-argp1.c @@ -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 , 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/argp/tst-argp2.c b/argp/tst-argp2.c index 2c74fe5ec49..f008167800e 100644 --- a/argp/tst-argp2.c +++ b/argp/tst-argp2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2007. 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/catgets/catgets.c b/catgets/catgets.c index 0a2ede44b61..37271006431 100644 --- a/catgets/catgets.c +++ b/catgets/catgets.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, . 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/catgets/catgetsinfo.h b/catgets/catgetsinfo.h index b8d62adadc2..74b40a67a4c 100644 --- a/catgets/catgetsinfo.h +++ b/catgets/catgetsinfo.h @@ -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, . 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/catgets/gencat.c b/catgets/gencat.c index ff94475b5c7..d023b05a545 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/catgets/open_catalog.c b/catgets/open_catalog.c index 7f67cc05644..691a1c02b94 100644 --- a/catgets/open_catalog.c +++ b/catgets/open_catalog.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, . 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/crypt/md5-crypt.c b/crypt/md5-crypt.c index ccc31b9fdfb..946e16842f3 100644 --- a/crypt/md5-crypt.c +++ b/crypt/md5-crypt.c @@ -2,7 +2,6 @@ Compatible with the behavior of MD5 crypt introduced in FreeBSD 2.0. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/crypt/sha256-crypt.c b/crypt/sha256-crypt.c index 639726c22ca..45768a25bf4 100644 --- a/crypt/sha256-crypt.c +++ b/crypt/sha256-crypt.c @@ -1,7 +1,6 @@ /* One way encryption based on SHA256 sum. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2007. 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/crypt/sha256.c b/crypt/sha256.c index ce28d146660..7f7092b0584 100644 --- a/crypt/sha256.c +++ b/crypt/sha256.c @@ -17,7 +17,6 @@ License along with the GNU C Library; if not, see . */ -/* Written by Ulrich Drepper , 2007. */ #ifdef HAVE_CONFIG_H # include diff --git a/crypt/sha512-crypt.c b/crypt/sha512-crypt.c index 1ebe010a8b4..ea25092497c 100644 --- a/crypt/sha512-crypt.c +++ b/crypt/sha512-crypt.c @@ -1,7 +1,6 @@ /* One way encryption based on SHA512 sum. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2007. 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/crypt/sha512.c b/crypt/sha512.c index 825ec712d6a..31f2321d4fc 100644 --- a/crypt/sha512.c +++ b/crypt/sha512.c @@ -17,7 +17,6 @@ License along with the GNU C Library; if not, see . */ -/* Written by Ulrich Drepper , 2007. */ #ifdef HAVE_CONFIG_H # include diff --git a/debug/backtrace.c b/debug/backtrace.c index 187d911a0d6..4018eaa55c3 100644 --- a/debug/backtrace.c +++ b/debug/backtrace.c @@ -1,7 +1,6 @@ /* Return backtrace of current program state. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/debug/backtracesyms.c b/debug/backtracesyms.c index df40b8d617a..a19cb1eb6c0 100644 --- a/debug/backtracesyms.c +++ b/debug/backtracesyms.c @@ -1,7 +1,6 @@ /* Return list with names for address in backtrace. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/debug/backtracesymsfd.c b/debug/backtracesymsfd.c index 0d9057a3906..9a75d645b04 100644 --- a/debug/backtracesymsfd.c +++ b/debug/backtracesymsfd.c @@ -1,7 +1,6 @@ /* Write formatted list with names for addresses in backtrace to a file. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/debug/catchsegv.sh b/debug/catchsegv.sh index 0c4b819ee43..e431d4417be 100755 --- a/debug/catchsegv.sh +++ b/debug/catchsegv.sh @@ -1,7 +1,6 @@ #!/bin/sh # Copyright (C) 1998-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Ulrich Drepper , 1998. # 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/debug/confstr_chk.c b/debug/confstr_chk.c index c4f0af33474..ff11393d198 100644 --- a/debug/confstr_chk.c +++ b/debug/confstr_chk.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 20055. 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/debug/explicit_bzero_chk.c b/debug/explicit_bzero_chk.c index 3b19d84824e..849c73fb768 100644 --- a/debug/explicit_bzero_chk.c +++ b/debug/explicit_bzero_chk.c @@ -1,7 +1,6 @@ /* Generic implementation of __explicit_bzero_chk. 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/debug/memcpy_chk.c b/debug/memcpy_chk.c index 0ccd44ee326..89759eb1f01 100644 --- a/debug/memcpy_chk.c +++ b/debug/memcpy_chk.c @@ -2,7 +2,6 @@ has been copied with error checking. Overlap is NOT handled correctly. 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/debug/memmove_chk.c b/debug/memmove_chk.c index 2d19dec7ded..1b2b58c21be 100644 --- a/debug/memmove_chk.c +++ b/debug/memmove_chk.c @@ -2,7 +2,6 @@ has been copied with error checking. Overlap is handled correctly. 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/debug/mempcpy_chk.c b/debug/mempcpy_chk.c index 63718e8f768..5e81f65b032 100644 --- a/debug/mempcpy_chk.c +++ b/debug/mempcpy_chk.c @@ -3,7 +3,6 @@ Overlap is NOT handled correctly. 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/debug/noophooks.c b/debug/noophooks.c index 9aed34b46d8..20fb4d5752c 100644 --- a/debug/noophooks.c +++ b/debug/noophooks.c @@ -1,7 +1,6 @@ /* Noop hooks for the instrumenting functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/debug/obprintf_chk.c b/debug/obprintf_chk.c index 13fe2c1664e..a6298c0906b 100644 --- a/debug/obprintf_chk.c +++ b/debug/obprintf_chk.c @@ -1,7 +1,6 @@ /* Print output of stream to given obstack. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/debug/pcprofile.c b/debug/pcprofile.c index 2ce4588a522..b1a8c00e674 100644 --- a/debug/pcprofile.c +++ b/debug/pcprofile.c @@ -1,7 +1,6 @@ /* Profile PC and write result to FIFO. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/debug/pcprofiledump.c b/debug/pcprofiledump.c index a213c1249e2..bf01392dfdf 100644 --- a/debug/pcprofiledump.c +++ b/debug/pcprofiledump.c @@ -1,7 +1,6 @@ /* Dump information generated by PC profiling. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/debug/segfault.c b/debug/segfault.c index 1873022db9d..b6c0facd595 100644 --- a/debug/segfault.c +++ b/debug/segfault.c @@ -1,7 +1,6 @@ /* Catch segmentation faults and print backtrace. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/debug/test-stpcpy_chk.c b/debug/test-stpcpy_chk.c index 96ad600bc27..c626c2de869 100644 --- a/debug/test-stpcpy_chk.c +++ b/debug/test-stpcpy_chk.c @@ -1,7 +1,6 @@ /* Test and measure stpcpy checking functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/debug/test-strcpy_chk.c b/debug/test-strcpy_chk.c index 80c07482aaa..62dbfa1876f 100644 --- a/debug/test-strcpy_chk.c +++ b/debug/test-strcpy_chk.c @@ -1,7 +1,6 @@ /* Test and measure __strcpy_chk functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/debug/tst-chk1.c b/debug/tst-chk1.c index 6c1d32cc62c..67127702015 100644 --- a/debug/tst-chk1.c +++ b/debug/tst-chk1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/debug/tst-longjmp_chk2.c b/debug/tst-longjmp_chk2.c index 23d3436d1d2..1810ab44d7e 100644 --- a/debug/tst-longjmp_chk2.c +++ b/debug/tst-longjmp_chk2.c @@ -1,6 +1,4 @@ -/* Verify longjmp fortify checking does not reject signal stacks. - - Test case mostly written by Paolo Bonzini . */ +/* Verify longjmp fortify checking does not reject signal stacks. */ #include #include #include diff --git a/debug/wcpcpy_chk.c b/debug/wcpcpy_chk.c index 0e1d381ad47..a60fa31a3ce 100644 --- a/debug/wcpcpy_chk.c +++ b/debug/wcpcpy_chk.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 , 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/debug/wcpncpy_chk.c b/debug/wcpncpy_chk.c index 79ed4bc1231..5a689bd8e25 100644 --- a/debug/wcpncpy_chk.c +++ b/debug/wcpncpy_chk.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/debug/wcscat_chk.c b/debug/wcscat_chk.c index 964ac5a48d9..eaa1390a1ba 100644 --- a/debug/wcscat_chk.c +++ b/debug/wcscat_chk.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/debug/wcscpy_chk.c b/debug/wcscpy_chk.c index dfe475da323..9498a7bb1e2 100644 --- a/debug/wcscpy_chk.c +++ b/debug/wcscpy_chk.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/debug/wcsncat_chk.c b/debug/wcsncat_chk.c index c442acc797f..795661edbcd 100644 --- a/debug/wcsncat_chk.c +++ b/debug/wcsncat_chk.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/debug/wcsncpy_chk.c b/debug/wcsncpy_chk.c index 0a19191042b..d4c1f2682a6 100644 --- a/debug/wcsncpy_chk.c +++ b/debug/wcsncpy_chk.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/debug/wmemcpy_chk.c b/debug/wmemcpy_chk.c index 7e1b87ded4d..a2db3bbc5b2 100644 --- a/debug/wmemcpy_chk.c +++ b/debug/wmemcpy_chk.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 , 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/debug/wmemmove_chk.c b/debug/wmemmove_chk.c index 16ae34d1274..c29cfbbb82c 100644 --- a/debug/wmemmove_chk.c +++ b/debug/wmemmove_chk.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, 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/debug/wmempcpy_chk.c b/debug/wmempcpy_chk.c index 8fbfd80a668..f5055e573b1 100644 --- a/debug/wmempcpy_chk.c +++ b/debug/wmempcpy_chk.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/debug/wmemset_chk.c b/debug/wmemset_chk.c index ebb331fb2ec..2f34f038670 100644 --- a/debug/wmemset_chk.c +++ b/debug/wmemset_chk.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 , 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/debug/xtrace.sh b/debug/xtrace.sh index 9697fbe0b41..d49b1fa6a41 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -1,7 +1,6 @@ #!/bin/bash # Copyright (C) 1999-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Ulrich Drepper , 1999. # 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/dirent/opendir-tst1.c b/dirent/opendir-tst1.c index fb47dd8d7b3..b2ee0531030 100644 --- a/dirent/opendir-tst1.c +++ b/dirent/opendir-tst1.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/dlfcn/bug-dl-leaf-lib-cb.c b/dlfcn/bug-dl-leaf-lib-cb.c index 2429b7e5145..e75fa80a4e5 100644 --- a/dlfcn/bug-dl-leaf-lib-cb.c +++ b/dlfcn/bug-dl-leaf-lib-cb.c @@ -3,7 +3,6 @@ Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mike Frysinger 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/dlfcn/bug-dl-leaf-lib.c b/dlfcn/bug-dl-leaf-lib.c index 6bb2e233cfc..252189e35c9 100644 --- a/dlfcn/bug-dl-leaf-lib.c +++ b/dlfcn/bug-dl-leaf-lib.c @@ -2,7 +2,6 @@ Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mike Frysinger 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/dlfcn/bug-dl-leaf.c b/dlfcn/bug-dl-leaf.c index 7a168940e40..78ef5614242 100644 --- a/dlfcn/bug-dl-leaf.c +++ b/dlfcn/bug-dl-leaf.c @@ -3,7 +3,6 @@ Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mike Frysinger 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/dlfcn/bug-dlopen1.c b/dlfcn/bug-dlopen1.c index d91810a4f0f..dcee832f4e0 100644 --- a/dlfcn/bug-dlopen1.c +++ b/dlfcn/bug-dlopen1.c @@ -1,6 +1,5 @@ -/* Test case by Bruno Haible. It test whether the dynamic string - token expansion can handle $ signs which do not start one of the - recognized keywords. */ +/* Test whether the dynamic string token expansion can handle $ signs which do + not start one of the recognized keywords. */ #include diff --git a/dlfcn/tst-dladdr.c b/dlfcn/tst-dladdr.c index 4657dc2b8a2..bf988cc135b 100644 --- a/dlfcn/tst-dladdr.c +++ b/dlfcn/tst-dladdr.c @@ -1,7 +1,6 @@ /* Test for dladdr. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Volkmar Sieh and Andreas Jaeger . 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/elf/cache.c b/elf/cache.c index 8a3404923c6..1c0dc5ee876 100644 --- a/elf/cache.c +++ b/elf/cache.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/elf/dl-conflict.c b/elf/dl-conflict.c index 31a2f90770c..64fa5793d24 100644 --- a/elf/dl-conflict.c +++ b/elf/dl-conflict.c @@ -1,7 +1,6 @@ /* Resolve conflicts against already prelinked libraries. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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 License as diff --git a/elf/dl-iteratephdr.c b/elf/dl-iteratephdr.c index 5a26db8f4f6..73c88caa842 100644 --- a/elf/dl-iteratephdr.c +++ b/elf/dl-iteratephdr.c @@ -1,7 +1,6 @@ /* Get loaded objects program headers. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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 License as diff --git a/elf/dl-libc.c b/elf/dl-libc.c index d5bc4a277f4..be1f3c7d75a 100644 --- a/elf/dl-libc.c +++ b/elf/dl-libc.c @@ -1,7 +1,6 @@ /* Handle loading and unloading shared objects for internal libc purposes. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1999. 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/elf/dl-origin.c b/elf/dl-origin.c index 60a4bbf5829..eafce796a19 100644 --- a/elf/dl-origin.c +++ b/elf/dl-origin.c @@ -1,7 +1,6 @@ /* Find path of executable. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/elf/dl-profile.c b/elf/dl-profile.c index 088c023d95c..bac3704ee54 100644 --- a/elf/dl-profile.c +++ b/elf/dl-profile.c @@ -1,7 +1,6 @@ /* Profiling of shared libraries. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. Based on the BSD mcount implementation. The GNU C Library is free software; you can redistribute it and/or diff --git a/elf/dl-profstub.c b/elf/dl-profstub.c index 08d9f3cae2e..6815b74cb69 100644 --- a/elf/dl-profstub.c +++ b/elf/dl-profstub.c @@ -1,7 +1,6 @@ /* Helper definitions for profiling of shared libraries. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/elf/dl-version.c b/elf/dl-version.c index 914955c2a83..62aa5eabfba 100644 --- a/elf/dl-version.c +++ b/elf/dl-version.c @@ -1,7 +1,6 @@ /* Handle symbol and library versioning. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/elf/ldconfig.c b/elf/ldconfig.c index b8893637f8a..101d56ac8e7 100644 --- a/elf/ldconfig.c +++ b/elf/ldconfig.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/elf/pldd-xx.c b/elf/pldd-xx.c index 0d02dbb620c..e67a007efce 100644 --- a/elf/pldd-xx.c +++ b/elf/pldd-xx.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/elf/pldd.c b/elf/pldd.c index 3d06813feea..9c49231dd4e 100644 --- a/elf/pldd.c +++ b/elf/pldd.c @@ -1,7 +1,6 @@ /* List dynamic shared objects linked into given process. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/elf/readelflib.c b/elf/readelflib.c index c09425a5740..10b10b6080b 100644 --- a/elf/readelflib.c +++ b/elf/readelflib.c @@ -1,7 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999 and - Jakub Jelinek , 1999. 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/elf/readlib.c b/elf/readlib.c index 7383c232494..64b20d7804c 100644 --- a/elf/readlib.c +++ b/elf/readlib.c @@ -1,7 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999 and - Jakub Jelinek , 1999. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/elf/sotruss-lib.c b/elf/sotruss-lib.c index b711f7b0c89..934ae52854b 100644 --- a/elf/sotruss-lib.c +++ b/elf/sotruss-lib.c @@ -1,7 +1,6 @@ /* Trace calls through PLTs and show caller, callee, and parameters. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/elf/sprof.c b/elf/sprof.c index bc049c8f792..f5b99ee02be 100644 --- a/elf/sprof.c +++ b/elf/sprof.c @@ -1,7 +1,6 @@ /* Read and display shared object profiling data. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/elf/tlsdeschtab.h b/elf/tlsdeschtab.h index 85bd0415e13..a0081ecf926 100644 --- a/elf/tlsdeschtab.h +++ b/elf/tlsdeschtab.h @@ -1,7 +1,6 @@ /* Hash table for TLS descriptors. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Alexandre Oliva 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/elf/tst-align.c b/elf/tst-align.c index cea5618b057..7d9345bb8d9 100644 --- a/elf/tst-align.c +++ b/elf/tst-align.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/elf/tst-align2.c b/elf/tst-align2.c index e34af599f6b..e5cda09cbf9 100644 --- a/elf/tst-align2.c +++ b/elf/tst-align2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/elf/tst-alignmod.c b/elf/tst-alignmod.c index 66011ff68be..e27e917bb4a 100644 --- a/elf/tst-alignmod.c +++ b/elf/tst-alignmod.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/elf/tst-alignmod2.c b/elf/tst-alignmod2.c index 8378a95ea46..a42560016bf 100644 --- a/elf/tst-alignmod2.c +++ b/elf/tst-alignmod2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/elf/tst-dlmodcount.c b/elf/tst-dlmodcount.c index ceb80a2adc6..d8719a8bff1 100644 --- a/elf/tst-dlmodcount.c +++ b/elf/tst-dlmodcount.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger , 2004. 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/elf/tst-dlopenrpath.c b/elf/tst-dlopenrpath.c index 082a5355018..337e0f3e47a 100644 --- a/elf/tst-dlopenrpath.c +++ b/elf/tst-dlopenrpath.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/elf/tst-dlopenrpathmod.c b/elf/tst-dlopenrpathmod.c index f7ccefebce5..561f837616f 100644 --- a/elf/tst-dlopenrpathmod.c +++ b/elf/tst-dlopenrpathmod.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/elf/tst-stackguard1.c b/elf/tst-stackguard1.c index 6584740d6aa..1c4c75ff0a3 100644 --- a/elf/tst-stackguard1.c +++ b/elf/tst-stackguard1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/gmon/sprofil.c b/gmon/sprofil.c index 5462cb3804b..b1172663d4b 100644 --- a/gmon/sprofil.c +++ b/gmon/sprofil.c @@ -1,5 +1,4 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by David Mosberger-Tang . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/gmon/sys/gmon_out.h b/gmon/sys/gmon_out.h index 1512aab2900..3016c6ae52a 100644 --- a/gmon/sys/gmon_out.h +++ b/gmon/sys/gmon_out.h @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger . 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/gmon/tst-sprofil.c b/gmon/tst-sprofil.c index 2221267fec0..eb4274703a9 100644 --- a/gmon/tst-sprofil.c +++ b/gmon/tst-sprofil.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/gnulib/tst-gcc.c b/gnulib/tst-gcc.c index d604e099f86..3f977c8d939 100644 --- a/gnulib/tst-gcc.c +++ b/gnulib/tst-gcc.c @@ -1,7 +1,6 @@ /* Test program for the gcc interface. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . 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/grp/getgrent.c b/grp/getgrent.c index e82fc42db18..4d7a24cc40c 100644 --- a/grp/getgrent.c +++ b/grp/getgrent.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 , 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/grp/getgrent_r.c b/grp/getgrent_r.c index 0ffd533215c..13b6a9df4ea 100644 --- a/grp/getgrent_r.c +++ b/grp/getgrent_r.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 , 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/grp/getgrgid.c b/grp/getgrgid.c index 525ca211ce4..6c5bcf99c95 100644 --- a/grp/getgrgid.c +++ b/grp/getgrgid.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 , 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/grp/getgrgid_r.c b/grp/getgrgid_r.c index 9acd98164a4..cda5bcf8cf7 100644 --- a/grp/getgrgid_r.c +++ b/grp/getgrgid_r.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 , 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/grp/getgrnam.c b/grp/getgrnam.c index 2d1dedb4bdb..759cb884bfc 100644 --- a/grp/getgrnam.c +++ b/grp/getgrnam.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 , 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/grp/getgrnam_r.c b/grp/getgrnam_r.c index ee6a713df77..0dd3a79cc49 100644 --- a/grp/getgrnam_r.c +++ b/grp/getgrnam_r.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 , 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/grp/tst_fgetgrent.c b/grp/tst_fgetgrent.c index bffa7d4f8dc..1abed52c6e9 100644 --- a/grp/tst_fgetgrent.c +++ b/grp/tst_fgetgrent.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. 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/grp/tst_fgetgrent.sh b/grp/tst_fgetgrent.sh index 048104ee736..ccdc6beb48f 100644 --- a/grp/tst_fgetgrent.sh +++ b/grp/tst_fgetgrent.sh @@ -1,7 +1,6 @@ #!/bin/sh # Copyright (C) 1999-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Andreas Jaeger , 1999. # 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/gshadow/getsgent.c b/gshadow/getsgent.c index cd53738d013..b3f8af1f3da 100644 --- a/gshadow/getsgent.c +++ b/gshadow/getsgent.c @@ -1,6 +1,5 @@ /* Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2009. 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/gshadow/getsgent_r.c b/gshadow/getsgent_r.c index 469e5033fd2..0509d0a6357 100644 --- a/gshadow/getsgent_r.c +++ b/gshadow/getsgent_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2009. 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/gshadow/getsgnam.c b/gshadow/getsgnam.c index 0a3caec15ac..726e59074ab 100644 --- a/gshadow/getsgnam.c +++ b/gshadow/getsgnam.c @@ -1,6 +1,5 @@ /* Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2009. 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/gshadow/getsgnam_r.c b/gshadow/getsgnam_r.c index 2b3eb1d1d73..f080e67cbb4 100644 --- a/gshadow/getsgnam_r.c +++ b/gshadow/getsgnam_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2009. 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/hesiod/nss_hesiod/hesiod-grp.c b/hesiod/nss_hesiod/hesiod-grp.c index fccbb624e17..828c69b2e69 100644 --- a/hesiod/nss_hesiod/hesiod-grp.c +++ b/hesiod/nss_hesiod/hesiod-grp.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1997. 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/hesiod/nss_hesiod/hesiod-proto.c b/hesiod/nss_hesiod/hesiod-proto.c index c9c6f6c79b5..de2805d29c4 100644 --- a/hesiod/nss_hesiod/hesiod-proto.c +++ b/hesiod/nss_hesiod/hesiod-proto.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1997. 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/hesiod/nss_hesiod/hesiod-pwd.c b/hesiod/nss_hesiod/hesiod-pwd.c index 82e44d944ee..91182e3e93f 100644 --- a/hesiod/nss_hesiod/hesiod-pwd.c +++ b/hesiod/nss_hesiod/hesiod-pwd.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1997. 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/hesiod/nss_hesiod/hesiod-service.c b/hesiod/nss_hesiod/hesiod-service.c index 04ad763e77d..64e7325ef05 100644 --- a/hesiod/nss_hesiod/hesiod-service.c +++ b/hesiod/nss_hesiod/hesiod-service.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1997. 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/htl/semaphoreP.h b/htl/semaphoreP.h index 4b13f7b30d2..707ac454543 100644 --- a/htl/semaphoreP.h +++ b/htl/semaphoreP.h @@ -1,6 +1,5 @@ /* Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Ulrich Drepper , 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/hurd/path-lookup.c b/hurd/path-lookup.c index 1d9eb872fb2..a64e5618a9b 100644 --- a/hurd/path-lookup.c +++ b/hurd/path-lookup.c @@ -1,7 +1,6 @@ /* Filename lookup using a search path Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Miles Bader 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/iconv/dummy-repertoire.c b/iconv/dummy-repertoire.c index d0cf40547d0..0a87f86fed7 100644 --- a/iconv/dummy-repertoire.c +++ b/iconv/dummy-repertoire.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2001. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/iconv/gconv.c b/iconv/gconv.c index 81a5b7eca5e..656c60eef2a 100644 --- a/iconv/gconv.c +++ b/iconv/gconv.c @@ -2,7 +2,6 @@ output buffer. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/gconv_builtin.c b/iconv/gconv_builtin.c index 6323d09f851..7ebfec8db07 100644 --- a/iconv/gconv_builtin.c +++ b/iconv/gconv_builtin.c @@ -1,7 +1,6 @@ /* Table for builtin transformation mapping. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/gconv_builtin.h b/iconv/gconv_builtin.h index b9c9e45bd0d..5cfc76c6e10 100644 --- a/iconv/gconv_builtin.h +++ b/iconv/gconv_builtin.h @@ -1,7 +1,6 @@ /* Builtin transformations. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/gconv_cache.c b/iconv/gconv_cache.c index 68d6386d019..c661c3e80c6 100644 --- a/iconv/gconv_cache.c +++ b/iconv/gconv_cache.c @@ -1,7 +1,6 @@ /* Cache handling for iconv modules. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/iconv/gconv_charset.h b/iconv/gconv_charset.h index 285efa7eaa2..9c8d8fb2c52 100644 --- a/iconv/gconv_charset.h +++ b/iconv/gconv_charset.h @@ -1,7 +1,6 @@ /* Charset name normalization. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/iconv/gconv_close.c b/iconv/gconv_close.c index 17a2585cfee..53ffd123ef3 100644 --- a/iconv/gconv_close.c +++ b/iconv/gconv_close.c @@ -1,7 +1,6 @@ /* Release any resource associated with given conversion descriptor. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/gconv_conf.c b/iconv/gconv_conf.c index 62bee28769d..09ffe023f94 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -1,7 +1,6 @@ /* Handle configuration data. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/gconv_db.c b/iconv/gconv_db.c index af868e80238..1c2f6cbb167 100644 --- a/iconv/gconv_db.c +++ b/iconv/gconv_db.c @@ -1,7 +1,6 @@ /* Provide access to the collection of available transformation modules. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/gconv_dl.c b/iconv/gconv_dl.c index 2bb9a9055ae..5b5b0b7bcaf 100644 --- a/iconv/gconv_dl.c +++ b/iconv/gconv_dl.c @@ -1,7 +1,6 @@ /* Handle loading/unloading of shared object for transformation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/gconv_int.h b/iconv/gconv_int.h index 30a9286be29..f94beb32bcd 100644 --- a/iconv/gconv_int.h +++ b/iconv/gconv_int.h @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/gconv_open.c b/iconv/gconv_open.c index 56bc390d73c..f32d459a49c 100644 --- a/iconv/gconv_open.c +++ b/iconv/gconv_open.c @@ -1,7 +1,6 @@ /* Find matching transformation algorithms and initialize steps. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/gconv_simple.c b/iconv/gconv_simple.c index a46560954b3..c186bc37c35 100644 --- a/iconv/gconv_simple.c +++ b/iconv/gconv_simple.c @@ -1,7 +1,6 @@ /* Simple transformations functions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/gconv_trans.c b/iconv/gconv_trans.c index 6faba3baa73..f20b9249143 100644 --- a/iconv/gconv_trans.c +++ b/iconv/gconv_trans.c @@ -1,7 +1,6 @@ /* Transliteration using the locale's data. 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/iconv/iconv.c b/iconv/iconv.c index c764f798cc4..e01f6237618 100644 --- a/iconv/iconv.c +++ b/iconv/iconv.c @@ -2,7 +2,6 @@ output buffer. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/iconv_charmap.c b/iconv/iconv_charmap.c index a8b6b561249..7392e131612 100644 --- a/iconv/iconv_charmap.c +++ b/iconv/iconv_charmap.c @@ -1,7 +1,6 @@ /* Convert using charmaps and possibly iconv(). Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2001. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/iconv/iconv_close.c b/iconv/iconv_close.c index bded14535f3..828f4a7c7d9 100644 --- a/iconv/iconv_close.c +++ b/iconv/iconv_close.c @@ -1,7 +1,6 @@ /* Release any resource associated with given conversion descriptor. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/iconv_open.c b/iconv/iconv_open.c index 79e42a61722..88b520b8489 100644 --- a/iconv/iconv_open.c +++ b/iconv/iconv_open.c @@ -1,7 +1,6 @@ /* Get descriptor for character set conversion. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconv/iconv_prog.c b/iconv/iconv_prog.c index c5dbb18519c..6848bcd765b 100644 --- a/iconv/iconv_prog.c +++ b/iconv/iconv_prog.c @@ -1,7 +1,6 @@ /* Convert text in given files from the specified from-set to the to-set. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/iconv/iconv_prog.h b/iconv/iconv_prog.h index 56cc2003463..a9675083484 100644 --- a/iconv/iconv_prog.h +++ b/iconv/iconv_prog.h @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/iconv/iconvconfig.c b/iconv/iconvconfig.c index 783b2bbdbb6..fd61cf27fe1 100644 --- a/iconv/iconvconfig.c +++ b/iconv/iconvconfig.c @@ -1,7 +1,6 @@ /* Generate fastloading iconv module configuration files. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2000. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/iconv/iconvconfig.h b/iconv/iconvconfig.h index 82918ce972c..b04baf84515 100644 --- a/iconv/iconvconfig.h +++ b/iconv/iconvconfig.h @@ -1,6 +1,5 @@ /* 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 License as diff --git a/iconv/loop.c b/iconv/loop.c index 560a5f6394e..ea7523e1c92 100644 --- a/iconv/loop.c +++ b/iconv/loop.c @@ -1,7 +1,6 @@ /* Conversion loop frame work. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconv/skeleton.c b/iconv/skeleton.c index 0ddc16ad1d7..031eeab040d 100644 --- a/iconv/skeleton.c +++ b/iconv/skeleton.c @@ -1,7 +1,6 @@ /* Skeleton for a conversion module. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconv/strtab.c b/iconv/strtab.c index 01bd0f64c7d..38b1ab816c7 100644 --- a/iconv/strtab.c +++ b/iconv/strtab.c @@ -1,6 +1,5 @@ /* C string table handling. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Written by Ulrich Drepper , 2000. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/iconv/tst-iconv1.c b/iconv/tst-iconv1.c index 0609f50e504..03fbbe853bb 100644 --- a/iconv/tst-iconv1.c +++ b/iconv/tst-iconv1.c @@ -1,4 +1,3 @@ -/* Test case by yaoz@nih.gov. */ #include #include diff --git a/iconv/tst-iconv2.c b/iconv/tst-iconv2.c index e88648d804e..c9e13436b40 100644 --- a/iconv/tst-iconv2.c +++ b/iconv/tst-iconv2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/iconv/tst-iconv3.c b/iconv/tst-iconv3.c index 625e4706c0f..3eb74eb69fc 100644 --- a/iconv/tst-iconv3.c +++ b/iconv/tst-iconv3.c @@ -1,4 +1,3 @@ -/* Contributed by Owen Taylor . */ #include #include diff --git a/iconv/tst-iconv5.c b/iconv/tst-iconv5.c index b423426a9cb..9a7f84fe1b9 100644 --- a/iconv/tst-iconv5.c +++ b/iconv/tst-iconv5.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by GOTO Masanori , 2004 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/iconvdata/8bit-gap.c b/iconvdata/8bit-gap.c index e987c6301eb..36d7f7d395d 100644 --- a/iconvdata/8bit-gap.c +++ b/iconvdata/8bit-gap.c @@ -2,7 +2,6 @@ converting from UCS using gaps. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/8bit-generic.c b/iconvdata/8bit-generic.c index 37a9a57ee55..55ab9b1bdaa 100644 --- a/iconvdata/8bit-generic.c +++ b/iconvdata/8bit-generic.c @@ -1,7 +1,6 @@ /* Generic conversion to and from 8bit charsets. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/TESTS b/iconvdata/TESTS index 74b82f1409e..a0157c3350d 100644 --- a/iconvdata/TESTS +++ b/iconvdata/TESTS @@ -1,7 +1,6 @@ # Available tests for iconv(1) (and therefore iconv(3)) in GNU libc. # Copyright (C) 1998-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Ulrich Drepper , 1998. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/iconvdata/TESTS2 b/iconvdata/TESTS2 index fcbffc2e6ba..c7ec85b3c50 100644 --- a/iconvdata/TESTS2 +++ b/iconvdata/TESTS2 @@ -1,7 +1,6 @@ # Tests for endianness dependent iconv(1) (and therefore iconv(3)) in GNU libc. # 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 diff --git a/iconvdata/ansi_x3.110.c b/iconvdata/ansi_x3.110.c index 7e453f09b8d..1293e85d4d5 100644 --- a/iconvdata/ansi_x3.110.c +++ b/iconvdata/ansi_x3.110.c @@ -1,7 +1,6 @@ /* Generic conversion to and from ANSI_X3.110-1983. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/armscii-8.c b/iconvdata/armscii-8.c index 1b32ee8c695..bccd22fce39 100644 --- a/iconvdata/armscii-8.c +++ b/iconvdata/armscii-8.c @@ -1,7 +1,6 @@ /* Conversion to and from ARMSCII-8 Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/asmo_449.c b/iconvdata/asmo_449.c index 8ab6862c238..b9a71ba4f79 100644 --- a/iconvdata/asmo_449.c +++ b/iconvdata/asmo_449.c @@ -1,7 +1,6 @@ /* Conversion from and to ASMO_449. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/big5.c b/iconvdata/big5.c index 17ab6b7f1de..c06c70ae1b1 100644 --- a/iconvdata/big5.c +++ b/iconvdata/big5.c @@ -1,7 +1,6 @@ /* Mapping tables for Big5 handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/big5hkscs.c b/iconvdata/big5hkscs.c index 2f8534c0e77..ed51412bb90 100644 --- a/iconvdata/big5hkscs.c +++ b/iconvdata/big5hkscs.c @@ -1,8 +1,6 @@ /* Mapping tables for Big5-HKSCS handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. - Modified for Big5-HKSCS by Roger So , 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/iconvdata/brf.c b/iconvdata/brf.c index a9fb29517ae..041b0e99ad7 100644 --- a/iconvdata/brf.c +++ b/iconvdata/brf.c @@ -1,7 +1,6 @@ /* Conversion from and to BRF. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Samuel Thibault , 2006. 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/iconvdata/bug-iconv2.c b/iconvdata/bug-iconv2.c index 4bd45507ab8..d3c9641a1f6 100644 --- a/iconvdata/bug-iconv2.c +++ b/iconvdata/bug-iconv2.c @@ -1,4 +1,3 @@ -/* Test case by Akira Higuchi . */ #include #include diff --git a/iconvdata/bug-iconv3.c b/iconvdata/bug-iconv3.c index 5890bd5e4b3..8ec37d48944 100644 --- a/iconvdata/bug-iconv3.c +++ b/iconvdata/bug-iconv3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/iconvdata/bug-iconv4.c b/iconvdata/bug-iconv4.c index 4469034b93e..499d85c3f50 100644 --- a/iconvdata/bug-iconv4.c +++ b/iconvdata/bug-iconv4.c @@ -1,4 +1,3 @@ -/* Contributed by Jiro SEKIBA . */ #include #include #include diff --git a/iconvdata/cns11643.c b/iconvdata/cns11643.c index d825865c3ee..eae978c5f55 100644 --- a/iconvdata/cns11643.c +++ b/iconvdata/cns11643.c @@ -1,7 +1,6 @@ /* Mapping tables for CNS 11643, planes 2 to 7 handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cns11643.h b/iconvdata/cns11643.h index c4e114b8ef3..c0a9a313564 100644 --- a/iconvdata/cns11643.h +++ b/iconvdata/cns11643.h @@ -1,7 +1,6 @@ /* Access functions for CNS 11643 handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cns11643l1.c b/iconvdata/cns11643l1.c index da6ebef97f1..052451989fc 100644 --- a/iconvdata/cns11643l1.c +++ b/iconvdata/cns11643l1.c @@ -1,7 +1,6 @@ /* Mapping tables for CNS 11643, plane 1 handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cns11643l1.h b/iconvdata/cns11643l1.h index a9c7aad7bb6..9597923c4c5 100644 --- a/iconvdata/cns11643l1.h +++ b/iconvdata/cns11643l1.h @@ -1,7 +1,6 @@ /* Access functions for CNS 11643, plane 1 handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cns11643l2.h b/iconvdata/cns11643l2.h index 347ff5cb534..bb620c0ab32 100644 --- a/iconvdata/cns11643l2.h +++ b/iconvdata/cns11643l2.h @@ -1,7 +1,6 @@ /* Access functions for CNS 11643, plane 2 handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp10007.c b/iconvdata/cp10007.c index ee0f774c98d..0112aaf609f 100644 --- a/iconvdata/cp10007.c +++ b/iconvdata/cp10007.c @@ -1,7 +1,6 @@ /* Conversion from and to CP10007 (MS MacCyrillic). Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/iconvdata/cp1250.c b/iconvdata/cp1250.c index 98123998ad7..8e9dbcef073 100644 --- a/iconvdata/cp1250.c +++ b/iconvdata/cp1250.c @@ -1,7 +1,6 @@ /* Conversion from and to CP1250. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp1251.c b/iconvdata/cp1251.c index d3d0f2a9a02..4897fe09b0e 100644 --- a/iconvdata/cp1251.c +++ b/iconvdata/cp1251.c @@ -1,7 +1,6 @@ /* Conversion from and to CP1251. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp1252.c b/iconvdata/cp1252.c index 2fe2eaf0e15..061419c6667 100644 --- a/iconvdata/cp1252.c +++ b/iconvdata/cp1252.c @@ -1,7 +1,6 @@ /* Conversion from and to CP1252. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp1253.c b/iconvdata/cp1253.c index 13490e84dcc..74f80064f8a 100644 --- a/iconvdata/cp1253.c +++ b/iconvdata/cp1253.c @@ -1,7 +1,6 @@ /* Conversion from and to CP1253. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp1254.c b/iconvdata/cp1254.c index dc8e1ec107e..077d608f1ff 100644 --- a/iconvdata/cp1254.c +++ b/iconvdata/cp1254.c @@ -1,7 +1,6 @@ /* Conversion from and to CP1254. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp1255.c b/iconvdata/cp1255.c index cbda2732217..3c95814072d 100644 --- a/iconvdata/cp1255.c +++ b/iconvdata/cp1255.c @@ -1,8 +1,6 @@ /* Conversion from and to CP1255. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998, - and 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/iconvdata/cp1256.c b/iconvdata/cp1256.c index 4a239e420fe..d0d867eb133 100644 --- a/iconvdata/cp1256.c +++ b/iconvdata/cp1256.c @@ -1,7 +1,6 @@ /* Conversion from and to CP1256. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp1257.c b/iconvdata/cp1257.c index 8d1949145ef..a27ccf195c6 100644 --- a/iconvdata/cp1257.c +++ b/iconvdata/cp1257.c @@ -1,7 +1,6 @@ /* Conversion from and to CP1257. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp1258.c b/iconvdata/cp1258.c index dc71850fbdd..1b0173bcdc9 100644 --- a/iconvdata/cp1258.c +++ b/iconvdata/cp1258.c @@ -1,8 +1,6 @@ /* Conversion from and to CP1258. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998, - and 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/iconvdata/cp737.c b/iconvdata/cp737.c index 9da5410aff5..2bfbfdd42b5 100644 --- a/iconvdata/cp737.c +++ b/iconvdata/cp737.c @@ -1,7 +1,6 @@ /* Conversion from and to CP737. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp737.h b/iconvdata/cp737.h index 13734ba3d41..0084e6c91aa 100644 --- a/iconvdata/cp737.h +++ b/iconvdata/cp737.h @@ -1,7 +1,6 @@ /* Mapping table for CP737. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp770.c b/iconvdata/cp770.c index dcef7da9e76..0ac74a0fa14 100644 --- a/iconvdata/cp770.c +++ b/iconvdata/cp770.c @@ -1,7 +1,6 @@ /* Conversion from and to CP770. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/iconvdata/cp771.c b/iconvdata/cp771.c index b3c787fc2f9..45ae2292b6c 100644 --- a/iconvdata/cp771.c +++ b/iconvdata/cp771.c @@ -1,7 +1,6 @@ /* Conversion from and to CP771. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/iconvdata/cp772.c b/iconvdata/cp772.c index 2c6a371fccd..6eb3891e633 100644 --- a/iconvdata/cp772.c +++ b/iconvdata/cp772.c @@ -1,7 +1,6 @@ /* Conversion from and to CP772. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/iconvdata/cp773.c b/iconvdata/cp773.c index 6e8e766bb33..4f31de26d23 100644 --- a/iconvdata/cp773.c +++ b/iconvdata/cp773.c @@ -1,7 +1,6 @@ /* Conversion from and to CP773. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/iconvdata/cp774.c b/iconvdata/cp774.c index c0200cb426a..461665a5e66 100644 --- a/iconvdata/cp774.c +++ b/iconvdata/cp774.c @@ -1,7 +1,6 @@ /* Conversion from and to CP774. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/iconvdata/cp775.c b/iconvdata/cp775.c index bd7a9f31fd2..834f492414a 100644 --- a/iconvdata/cp775.c +++ b/iconvdata/cp775.c @@ -1,7 +1,6 @@ /* Conversion from and to CP775. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp775.h b/iconvdata/cp775.h index a0717977943..7229f97c9b4 100644 --- a/iconvdata/cp775.h +++ b/iconvdata/cp775.h @@ -1,7 +1,6 @@ /* Mapping table for CP775. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cp932.c b/iconvdata/cp932.c index 0d5ef5a895b..12085202c93 100644 --- a/iconvdata/cp932.c +++ b/iconvdata/cp932.c @@ -1,7 +1,6 @@ /* Mapping tables for CP932 handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by MORIYAMA Masayuki , 2003. 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/iconvdata/csn_369103.c b/iconvdata/csn_369103.c index 4d3fb59930c..12fb472ec87 100644 --- a/iconvdata/csn_369103.c +++ b/iconvdata/csn_369103.c @@ -1,7 +1,6 @@ /* Conversion from and to CSN_369103. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/cwi.c b/iconvdata/cwi.c index e13271212c5..82ac4598783 100644 --- a/iconvdata/cwi.c +++ b/iconvdata/cwi.c @@ -1,7 +1,6 @@ /* Conversion from and to CWI. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/dec-mcs.c b/iconvdata/dec-mcs.c index a23f1344a04..952a0f87011 100644 --- a/iconvdata/dec-mcs.c +++ b/iconvdata/dec-mcs.c @@ -1,7 +1,6 @@ /* Conversion from and to DEC-MCS. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-at-de-a.c b/iconvdata/ebcdic-at-de-a.c index 03243f1f01c..bffc3eaa6d6 100644 --- a/iconvdata/ebcdic-at-de-a.c +++ b/iconvdata/ebcdic-at-de-a.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-AT-DE-A. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/ebcdic-at-de.c b/iconvdata/ebcdic-at-de.c index 5cb4f5cecdf..5ab96042b9e 100644 --- a/iconvdata/ebcdic-at-de.c +++ b/iconvdata/ebcdic-at-de.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-AT-DE. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/ebcdic-ca-fr.c b/iconvdata/ebcdic-ca-fr.c index 3bcfc7e86ea..35c53deaf53 100644 --- a/iconvdata/ebcdic-ca-fr.c +++ b/iconvdata/ebcdic-ca-fr.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-CA-FR. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/ebcdic-dk-no-a.c b/iconvdata/ebcdic-dk-no-a.c index 6693a545cbd..9578cc26018 100644 --- a/iconvdata/ebcdic-dk-no-a.c +++ b/iconvdata/ebcdic-dk-no-a.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-DK-NO-A. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-dk-no.c b/iconvdata/ebcdic-dk-no.c index 728f14611b0..37e8d624302 100644 --- a/iconvdata/ebcdic-dk-no.c +++ b/iconvdata/ebcdic-dk-no.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-DK-NO. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-es-a.c b/iconvdata/ebcdic-es-a.c index 0597b0b4f9d..1732a8614fa 100644 --- a/iconvdata/ebcdic-es-a.c +++ b/iconvdata/ebcdic-es-a.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-ES-A. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-es-s.c b/iconvdata/ebcdic-es-s.c index ff3f272fed5..0acc4529413 100644 --- a/iconvdata/ebcdic-es-s.c +++ b/iconvdata/ebcdic-es-s.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-ES-S. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-es.c b/iconvdata/ebcdic-es.c index 682ddf29783..944490ddd12 100644 --- a/iconvdata/ebcdic-es.c +++ b/iconvdata/ebcdic-es.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-ES. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-fi-se-a.c b/iconvdata/ebcdic-fi-se-a.c index 4409649082e..37a5e1cb9ee 100644 --- a/iconvdata/ebcdic-fi-se-a.c +++ b/iconvdata/ebcdic-fi-se-a.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-FI-SE-A. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-fi-se.c b/iconvdata/ebcdic-fi-se.c index 5d6642f1750..575c97ce253 100644 --- a/iconvdata/ebcdic-fi-se.c +++ b/iconvdata/ebcdic-fi-se.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-FI-SE. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-fr.c b/iconvdata/ebcdic-fr.c index 8a09a159fc1..4e8fca84b44 100644 --- a/iconvdata/ebcdic-fr.c +++ b/iconvdata/ebcdic-fr.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-FR. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-is-friss.c b/iconvdata/ebcdic-is-friss.c index b382ae6cd6d..a7fd086a1e4 100644 --- a/iconvdata/ebcdic-is-friss.c +++ b/iconvdata/ebcdic-is-friss.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-IS-FRISS. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-it.c b/iconvdata/ebcdic-it.c index 6ea5cb63359..754efa3d911 100644 --- a/iconvdata/ebcdic-it.c +++ b/iconvdata/ebcdic-it.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-IT. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-pt.c b/iconvdata/ebcdic-pt.c index 61f5f0d7d5d..9618bee456f 100644 --- a/iconvdata/ebcdic-pt.c +++ b/iconvdata/ebcdic-pt.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-PT. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-uk.c b/iconvdata/ebcdic-uk.c index 9015614e8be..0071593c17d 100644 --- a/iconvdata/ebcdic-uk.c +++ b/iconvdata/ebcdic-uk.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-UK. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ebcdic-us.c b/iconvdata/ebcdic-us.c index ba196f7ea00..99940e6053d 100644 --- a/iconvdata/ebcdic-us.c +++ b/iconvdata/ebcdic-us.c @@ -1,7 +1,6 @@ /* Conversion from and to EBCDIC-US. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ecma-cyrillic.c b/iconvdata/ecma-cyrillic.c index eaf65c5db58..c42a3d44b61 100644 --- a/iconvdata/ecma-cyrillic.c +++ b/iconvdata/ecma-cyrillic.c @@ -1,7 +1,6 @@ /* Conversion from and to ECMA-CYRILLIC. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/euc-cn.c b/iconvdata/euc-cn.c index d3f087e5068..1fa0465482b 100644 --- a/iconvdata/euc-cn.c +++ b/iconvdata/euc-cn.c @@ -1,7 +1,6 @@ /* Mapping tables for EUC-CN handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/euc-jisx0213.c b/iconvdata/euc-jisx0213.c index 9234b8db10e..54a0f542ea5 100644 --- a/iconvdata/euc-jisx0213.c +++ b/iconvdata/euc-jisx0213.c @@ -1,7 +1,6 @@ /* Conversion from and to EUC-JISX0213. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/iconvdata/euc-jp-ms.c b/iconvdata/euc-jp-ms.c index e0671a0d884..3a11603c758 100644 --- a/iconvdata/euc-jp-ms.c +++ b/iconvdata/euc-jp-ms.c @@ -1,7 +1,6 @@ /* Mapping tables for EUCJP-MS handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by MORIYAMA Masayuki , 2003. 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/iconvdata/euc-jp.c b/iconvdata/euc-jp.c index 8f8cde9c27e..a6c18b8e835 100644 --- a/iconvdata/euc-jp.c +++ b/iconvdata/euc-jp.c @@ -1,7 +1,6 @@ /* Mapping tables for EUC-JP handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/euc-kr.c b/iconvdata/euc-kr.c index 62b09cb8257..4fdf5e9b8c0 100644 --- a/iconvdata/euc-kr.c +++ b/iconvdata/euc-kr.c @@ -1,8 +1,6 @@ /* Mapping tables for EUC-KR handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jungshik Shin - and Ulrich Drepper , 1998. 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/iconvdata/euc-tw.c b/iconvdata/euc-tw.c index 0aa4c937ccb..08be5a62519 100644 --- a/iconvdata/euc-tw.c +++ b/iconvdata/euc-tw.c @@ -1,7 +1,6 @@ /* Mapping tables for EUC-TW handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/gb18030.c b/iconvdata/gb18030.c index 0b03b9bba5b..3031fc2caba 100644 --- a/iconvdata/gb18030.c +++ b/iconvdata/gb18030.c @@ -1,7 +1,6 @@ /* Mapping tables for GBK handling. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Sean Chen , 1999. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -17,12 +16,6 @@ License along with the GNU C Library; if not, see . */ -/* This file is added for supporting gb18030-2000 code. - by Wang ShouHua & Wu Jian - Redflag Linux company - www.redflag-linux.com -*/ - /* The GB18030 standard was re-released on Nov. 2000 and many code values * were changed. The reimplementation of this module is based on the info * from Markus Scherer's site: @@ -31,10 +24,6 @@ * Original - Yong Li Jan. 28, 2001 */ -/* Dec 20 2001 Yu Shao - * Revision, fixing bugs, adding missing entries. - */ - #include #include #include diff --git a/iconvdata/gb2312.c b/iconvdata/gb2312.c index bb16e3d9cd2..760e25c760b 100644 --- a/iconvdata/gb2312.c +++ b/iconvdata/gb2312.c @@ -1,7 +1,6 @@ /* GB 2312 conversion tables. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/gb2312.h b/iconvdata/gb2312.h index 8d0384e3459..ea8a435e07c 100644 --- a/iconvdata/gb2312.h +++ b/iconvdata/gb2312.h @@ -1,7 +1,6 @@ /* Access functions for GB2312 conversion. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/gbbig5.c b/iconvdata/gbbig5.c index 5239f53d6b2..975672006fe 100644 --- a/iconvdata/gbbig5.c +++ b/iconvdata/gbbig5.c @@ -1,7 +1,6 @@ /* Mapping tables from GB2312 to BIG5 and vice versa. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/iconvdata/gbgbk.c b/iconvdata/gbgbk.c index 7931983ef1c..d94befc791d 100644 --- a/iconvdata/gbgbk.c +++ b/iconvdata/gbgbk.c @@ -1,7 +1,6 @@ /* Mapping tables from GBK to GB2312 and vice versa. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/iconvdata/gbk.c b/iconvdata/gbk.c index c96c98ed1c2..d27cdabf30a 100644 --- a/iconvdata/gbk.c +++ b/iconvdata/gbk.c @@ -1,7 +1,6 @@ /* Mapping tables for GBK handling. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Sean Chen , 1999. 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/iconvdata/georgian-academy.c b/iconvdata/georgian-academy.c index 23e504d43b9..aeabfdbbf5c 100644 --- a/iconvdata/georgian-academy.c +++ b/iconvdata/georgian-academy.c @@ -1,7 +1,6 @@ /* Conversion from and to GEORGIAN-ACADEMY. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/iconvdata/georgian-ps.c b/iconvdata/georgian-ps.c index 3fb7293900e..99216479baa 100644 --- a/iconvdata/georgian-ps.c +++ b/iconvdata/georgian-ps.c @@ -1,7 +1,6 @@ /* Conversion from and to GEORGIAN-PS. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/iconvdata/gost_19768-74.c b/iconvdata/gost_19768-74.c index 2fcc3c2a2a7..36d1efb42e3 100644 --- a/iconvdata/gost_19768-74.c +++ b/iconvdata/gost_19768-74.c @@ -1,7 +1,6 @@ /* Conversion from and to GOST_19768-74. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/greek-ccitt.c b/iconvdata/greek-ccitt.c index 7219aa2c214..56ad73a2e0e 100644 --- a/iconvdata/greek-ccitt.c +++ b/iconvdata/greek-ccitt.c @@ -1,7 +1,6 @@ /* Conversion from and to GREEK-CCITT. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/greek7-old.c b/iconvdata/greek7-old.c index 9379f06569a..7fc78fdeff8 100644 --- a/iconvdata/greek7-old.c +++ b/iconvdata/greek7-old.c @@ -1,7 +1,6 @@ /* Conversion from and to GREEK7-OLD. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/greek7.c b/iconvdata/greek7.c index baeff15a209..0afe76eed51 100644 --- a/iconvdata/greek7.c +++ b/iconvdata/greek7.c @@ -1,7 +1,6 @@ /* Conversion from and to GREEK7. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/hp-greek8.c b/iconvdata/hp-greek8.c index aba809ce54e..980e47b3394 100644 --- a/iconvdata/hp-greek8.c +++ b/iconvdata/hp-greek8.c @@ -1,7 +1,6 @@ /* Conversion from and to HP-GREEK8. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2007. 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/iconvdata/hp-roman8.c b/iconvdata/hp-roman8.c index c26e0e6ca30..097271c936b 100644 --- a/iconvdata/hp-roman8.c +++ b/iconvdata/hp-roman8.c @@ -1,7 +1,6 @@ /* Conversion from and to HP-ROMAN8. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/hp-roman9.c b/iconvdata/hp-roman9.c index c8d6d2acf1d..476c16145d8 100644 --- a/iconvdata/hp-roman9.c +++ b/iconvdata/hp-roman9.c @@ -1,7 +1,6 @@ /* Conversion from and to HP-ROMAN9. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2007. 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/iconvdata/hp-thai8.c b/iconvdata/hp-thai8.c index 7da9873dc78..6bdfb88d13e 100644 --- a/iconvdata/hp-thai8.c +++ b/iconvdata/hp-thai8.c @@ -1,7 +1,6 @@ /* Conversion from and to HP-THAI8. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2007. 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/iconvdata/hp-turkish8.c b/iconvdata/hp-turkish8.c index e9e62f64e61..2a20c4d9f09 100644 --- a/iconvdata/hp-turkish8.c +++ b/iconvdata/hp-turkish8.c @@ -1,7 +1,6 @@ /* Conversion from and to HP-TURKISH8. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2007. 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/iconvdata/ibm037.c b/iconvdata/ibm037.c index 7bc927895fe..f95f0c4cbdd 100644 --- a/iconvdata/ibm037.c +++ b/iconvdata/ibm037.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM037. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm038.c b/iconvdata/ibm038.c index f3061c25595..ad57cb24af3 100644 --- a/iconvdata/ibm038.c +++ b/iconvdata/ibm038.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM038. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm1004.c b/iconvdata/ibm1004.c index dcb46963ad4..135a23993ae 100644 --- a/iconvdata/ibm1004.c +++ b/iconvdata/ibm1004.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1004. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm1008.c b/iconvdata/ibm1008.c index 159a2019b9e..c1f1e3a20c2 100644 --- a/iconvdata/ibm1008.c +++ b/iconvdata/ibm1008.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1008. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1008.h b/iconvdata/ibm1008.h index 62f2cd1a04c..1b2ba95c28b 100644 --- a/iconvdata/ibm1008.h +++ b/iconvdata/ibm1008.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1008. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1008_420.c b/iconvdata/ibm1008_420.c index 6eb54ccefb0..7be2c4b603d 100644 --- a/iconvdata/ibm1008_420.c +++ b/iconvdata/ibm1008_420.c @@ -1,7 +1,6 @@ /* Mapping tables from IBM1008 to IBM420 and vice versa. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1025.c b/iconvdata/ibm1025.c index 6c20cd388c1..a2a32127604 100644 --- a/iconvdata/ibm1025.c +++ b/iconvdata/ibm1025.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1025. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1025.h b/iconvdata/ibm1025.h index 1fa0c27241d..8bf1dac917d 100644 --- a/iconvdata/ibm1025.h +++ b/iconvdata/ibm1025.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1025. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1026.c b/iconvdata/ibm1026.c index 2404ef4e236..7ec8d856183 100644 --- a/iconvdata/ibm1026.c +++ b/iconvdata/ibm1026.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1026. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm1046.c b/iconvdata/ibm1046.c index 6b1c52698eb..e636c6e2725 100644 --- a/iconvdata/ibm1046.c +++ b/iconvdata/ibm1046.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1046. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1046.h b/iconvdata/ibm1046.h index fc6b76db897..a3291addbc0 100644 --- a/iconvdata/ibm1046.h +++ b/iconvdata/ibm1046.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1046. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1047.c b/iconvdata/ibm1047.c index 1f390866bf2..d9a61d07eb0 100644 --- a/iconvdata/ibm1047.c +++ b/iconvdata/ibm1047.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1047. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm1097.c b/iconvdata/ibm1097.c index d0b84a5ef87..c3bf83295be 100644 --- a/iconvdata/ibm1097.c +++ b/iconvdata/ibm1097.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1097. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1097.h b/iconvdata/ibm1097.h index 9d4ba52a5cb..2afa0031f41 100644 --- a/iconvdata/ibm1097.h +++ b/iconvdata/ibm1097.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1097. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1112.c b/iconvdata/ibm1112.c index 2bbbc020c86..08f9274bd56 100644 --- a/iconvdata/ibm1112.c +++ b/iconvdata/ibm1112.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1112. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1112.h b/iconvdata/ibm1112.h index b5c40190b51..e354488e891 100644 --- a/iconvdata/ibm1112.h +++ b/iconvdata/ibm1112.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1112. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1122.c b/iconvdata/ibm1122.c index acea64a2369..790851099c5 100644 --- a/iconvdata/ibm1122.c +++ b/iconvdata/ibm1122.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1122. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1122.h b/iconvdata/ibm1122.h index e66846b4705..5ed8becab80 100644 --- a/iconvdata/ibm1122.h +++ b/iconvdata/ibm1122.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1122. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1123.c b/iconvdata/ibm1123.c index bb6c4bb31a9..debb6073b06 100644 --- a/iconvdata/ibm1123.c +++ b/iconvdata/ibm1123.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1123. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1123.h b/iconvdata/ibm1123.h index 086fe20e057..db0c0701a5e 100644 --- a/iconvdata/ibm1123.h +++ b/iconvdata/ibm1123.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1123. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1124.c b/iconvdata/ibm1124.c index d67b5eb91c2..3c6dc8259af 100644 --- a/iconvdata/ibm1124.c +++ b/iconvdata/ibm1124.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1124. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1124.h b/iconvdata/ibm1124.h index 7aaa93e5660..c092e839681 100644 --- a/iconvdata/ibm1124.h +++ b/iconvdata/ibm1124.h @@ -1,7 +1,6 @@ /* Conversion from and to IBM1124. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1129.c b/iconvdata/ibm1129.c index 00e4c81e306..dd882802b85 100644 --- a/iconvdata/ibm1129.c +++ b/iconvdata/ibm1129.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1129. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1129.h b/iconvdata/ibm1129.h index b2ab73a13a9..424ea37f895 100644 --- a/iconvdata/ibm1129.h +++ b/iconvdata/ibm1129.h @@ -1,7 +1,6 @@ /* Conversion from and to IBM1129. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1130.c b/iconvdata/ibm1130.c index a3426af8dfa..f648480c6a7 100644 --- a/iconvdata/ibm1130.c +++ b/iconvdata/ibm1130.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1130. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1130.h b/iconvdata/ibm1130.h index 9c960d44f2b..d38340d1f16 100644 --- a/iconvdata/ibm1130.h +++ b/iconvdata/ibm1130.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1130. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1132.c b/iconvdata/ibm1132.c index c16eea41b28..0dc4f5704af 100644 --- a/iconvdata/ibm1132.c +++ b/iconvdata/ibm1132.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1132. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1132.h b/iconvdata/ibm1132.h index 09a65de247b..82fb5a6358f 100644 --- a/iconvdata/ibm1132.h +++ b/iconvdata/ibm1132.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1132. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1133.c b/iconvdata/ibm1133.c index 31102d59ff4..247c85ea461 100644 --- a/iconvdata/ibm1133.c +++ b/iconvdata/ibm1133.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1133. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1133.h b/iconvdata/ibm1133.h index 28572b6361c..ed25d032143 100644 --- a/iconvdata/ibm1133.h +++ b/iconvdata/ibm1133.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1133. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1137.c b/iconvdata/ibm1137.c index 1c26fb42d12..9a85d467701 100644 --- a/iconvdata/ibm1137.c +++ b/iconvdata/ibm1137.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1137. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1137.h b/iconvdata/ibm1137.h index f64da8c834b..56ca5366190 100644 --- a/iconvdata/ibm1137.h +++ b/iconvdata/ibm1137.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1137. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1140.c b/iconvdata/ibm1140.c index 07a6fa76e1d..a38291d925a 100644 --- a/iconvdata/ibm1140.c +++ b/iconvdata/ibm1140.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1140. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1140.h b/iconvdata/ibm1140.h index db91a9dcb83..ac0573f0b75 100644 --- a/iconvdata/ibm1140.h +++ b/iconvdata/ibm1140.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1140. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1141.c b/iconvdata/ibm1141.c index 16604218e5d..20f73653fc0 100644 --- a/iconvdata/ibm1141.c +++ b/iconvdata/ibm1141.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1141. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1141.h b/iconvdata/ibm1141.h index 3aa38f97779..f5814faea2c 100644 --- a/iconvdata/ibm1141.h +++ b/iconvdata/ibm1141.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1141. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1142.c b/iconvdata/ibm1142.c index 47e44584207..6763c70e63d 100644 --- a/iconvdata/ibm1142.c +++ b/iconvdata/ibm1142.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1142. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1142.h b/iconvdata/ibm1142.h index 252930f5938..f97a753af22 100644 --- a/iconvdata/ibm1142.h +++ b/iconvdata/ibm1142.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1142. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1143.c b/iconvdata/ibm1143.c index b99c267381b..91f4b383f06 100644 --- a/iconvdata/ibm1143.c +++ b/iconvdata/ibm1143.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1143. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1143.h b/iconvdata/ibm1143.h index d5ea4deab35..f03bdf1b3ad 100644 --- a/iconvdata/ibm1143.h +++ b/iconvdata/ibm1143.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1143. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1144.c b/iconvdata/ibm1144.c index 28f0c1d14f7..57359c653cd 100644 --- a/iconvdata/ibm1144.c +++ b/iconvdata/ibm1144.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1144. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1144.h b/iconvdata/ibm1144.h index c96f81e6fd2..c9b46575024 100644 --- a/iconvdata/ibm1144.h +++ b/iconvdata/ibm1144.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1144. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1145.c b/iconvdata/ibm1145.c index ea668c499c4..4b0f0dea921 100644 --- a/iconvdata/ibm1145.c +++ b/iconvdata/ibm1145.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1145. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1145.h b/iconvdata/ibm1145.h index 48628c43c34..3fd9ddf8fdb 100644 --- a/iconvdata/ibm1145.h +++ b/iconvdata/ibm1145.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1145. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1146.c b/iconvdata/ibm1146.c index 86dd106c5a2..e06eb08447f 100644 --- a/iconvdata/ibm1146.c +++ b/iconvdata/ibm1146.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1146. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1146.h b/iconvdata/ibm1146.h index 77a5f980c3a..142f795242b 100644 --- a/iconvdata/ibm1146.h +++ b/iconvdata/ibm1146.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1146. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1147.c b/iconvdata/ibm1147.c index 459ef013a07..d65a7e64df0 100644 --- a/iconvdata/ibm1147.c +++ b/iconvdata/ibm1147.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1147. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1147.h b/iconvdata/ibm1147.h index 96b52eb5ef1..30e9665d63f 100644 --- a/iconvdata/ibm1147.h +++ b/iconvdata/ibm1147.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1147. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1148.c b/iconvdata/ibm1148.c index 0a8e75cf75c..6fd46158d36 100644 --- a/iconvdata/ibm1148.c +++ b/iconvdata/ibm1148.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1148. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1148.h b/iconvdata/ibm1148.h index 7e4b866687f..2a8b7b6b48b 100644 --- a/iconvdata/ibm1148.h +++ b/iconvdata/ibm1148.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1148. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1149.c b/iconvdata/ibm1149.c index bc3497b8e2c..951cc970317 100644 --- a/iconvdata/ibm1149.c +++ b/iconvdata/ibm1149.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1149. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1149.h b/iconvdata/ibm1149.h index a30b36d1b32..0409b6f28a0 100644 --- a/iconvdata/ibm1149.h +++ b/iconvdata/ibm1149.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1149. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1153.c b/iconvdata/ibm1153.c index 23683ac093f..39977a188ec 100644 --- a/iconvdata/ibm1153.c +++ b/iconvdata/ibm1153.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1153. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1153.h b/iconvdata/ibm1153.h index 54ba2866a4e..7f58091514d 100644 --- a/iconvdata/ibm1153.h +++ b/iconvdata/ibm1153.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1153. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1154.c b/iconvdata/ibm1154.c index 834b36db7b6..34f54ff9ce0 100644 --- a/iconvdata/ibm1154.c +++ b/iconvdata/ibm1154.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1154. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1154.h b/iconvdata/ibm1154.h index d6f25cadef5..01f8e7c7fc7 100644 --- a/iconvdata/ibm1154.h +++ b/iconvdata/ibm1154.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1154. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1155.c b/iconvdata/ibm1155.c index e8a07c4f233..0c2b176c768 100644 --- a/iconvdata/ibm1155.c +++ b/iconvdata/ibm1155.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1155. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1155.h b/iconvdata/ibm1155.h index efd21184c7b..241cadfb061 100644 --- a/iconvdata/ibm1155.h +++ b/iconvdata/ibm1155.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1155. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1156.c b/iconvdata/ibm1156.c index 583995e6e40..bdd0c4bd9ce 100644 --- a/iconvdata/ibm1156.c +++ b/iconvdata/ibm1156.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1156. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1156.h b/iconvdata/ibm1156.h index a019934349e..d73a1d32a59 100644 --- a/iconvdata/ibm1156.h +++ b/iconvdata/ibm1156.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1156. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1157.c b/iconvdata/ibm1157.c index 25fdcf4426d..9d71fae4929 100644 --- a/iconvdata/ibm1157.c +++ b/iconvdata/ibm1157.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1157. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1157.h b/iconvdata/ibm1157.h index 2ddf3717253..ffa73448bc9 100644 --- a/iconvdata/ibm1157.h +++ b/iconvdata/ibm1157.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1157. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1158.c b/iconvdata/ibm1158.c index 4c9c8b03d6f..186294926e7 100644 --- a/iconvdata/ibm1158.c +++ b/iconvdata/ibm1158.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1158. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1158.h b/iconvdata/ibm1158.h index facbc13b71a..e6160c127f8 100644 --- a/iconvdata/ibm1158.h +++ b/iconvdata/ibm1158.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1158. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jiro SEKIBA , 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/iconvdata/ibm1160.c b/iconvdata/ibm1160.c index 8c4cf4d053f..ed7e848638b 100644 --- a/iconvdata/ibm1160.c +++ b/iconvdata/ibm1160.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1160. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1160.h b/iconvdata/ibm1160.h index 137de57f55f..5c6cfd2bc7b 100644 --- a/iconvdata/ibm1160.h +++ b/iconvdata/ibm1160.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1160. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1161.c b/iconvdata/ibm1161.c index 7ef4e435413..f52186f1bfb 100644 --- a/iconvdata/ibm1161.c +++ b/iconvdata/ibm1161.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1161. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1161.h b/iconvdata/ibm1161.h index 01ecc881f76..b437536df7b 100644 --- a/iconvdata/ibm1161.h +++ b/iconvdata/ibm1161.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1161. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1162.c b/iconvdata/ibm1162.c index 8420120c329..3c754c23f97 100644 --- a/iconvdata/ibm1162.c +++ b/iconvdata/ibm1162.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1162. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1162.h b/iconvdata/ibm1162.h index 3fe3201563d..1b33e8151d4 100644 --- a/iconvdata/ibm1162.h +++ b/iconvdata/ibm1162.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1162. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1163.c b/iconvdata/ibm1163.c index 0c88c202db8..57358feb3fe 100644 --- a/iconvdata/ibm1163.c +++ b/iconvdata/ibm1163.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1163. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1163.h b/iconvdata/ibm1163.h index 66a25d70664..4e0214a4559 100644 --- a/iconvdata/ibm1163.h +++ b/iconvdata/ibm1163.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1163. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1164.c b/iconvdata/ibm1164.c index d2dc2773226..8c6ccc979e1 100644 --- a/iconvdata/ibm1164.c +++ b/iconvdata/ibm1164.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1164. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1164.h b/iconvdata/ibm1164.h index cc278ee1e23..e07af14b247 100644 --- a/iconvdata/ibm1164.h +++ b/iconvdata/ibm1164.h @@ -1,7 +1,6 @@ /* Mapping table for IBM1164. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1166.c b/iconvdata/ibm1166.c index 255ca859745..2f36247458d 100644 --- a/iconvdata/ibm1166.c +++ b/iconvdata/ibm1166.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1166. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1166.h b/iconvdata/ibm1166.h index 8d70bc4753b..05fc0abd2d8 100644 --- a/iconvdata/ibm1166.h +++ b/iconvdata/ibm1166.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1166. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1167.c b/iconvdata/ibm1167.c index 1dd90aa0b71..504c7da76ae 100644 --- a/iconvdata/ibm1167.c +++ b/iconvdata/ibm1167.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1167. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1167.h b/iconvdata/ibm1167.h index 80bdbdd3cd1..dce027b66cd 100644 --- a/iconvdata/ibm1167.h +++ b/iconvdata/ibm1167.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1167. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm12712.c b/iconvdata/ibm12712.c index 3af0c57c780..85898e6ea9b 100644 --- a/iconvdata/ibm12712.c +++ b/iconvdata/ibm12712.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM12712. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm12712.h b/iconvdata/ibm12712.h index 7d78ab077d2..5f8f28f9f7f 100644 --- a/iconvdata/ibm12712.h +++ b/iconvdata/ibm12712.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM12712. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1364.c b/iconvdata/ibm1364.c index d7ba02a39d8..f5fad40ac60 100644 --- a/iconvdata/ibm1364.c +++ b/iconvdata/ibm1364.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1364. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1364.h b/iconvdata/ibm1364.h index 1299377748f..0e488eec8ed 100644 --- a/iconvdata/ibm1364.h +++ b/iconvdata/ibm1364.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1364. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1371.c b/iconvdata/ibm1371.c index ba6cd193375..c2c036084fa 100644 --- a/iconvdata/ibm1371.c +++ b/iconvdata/ibm1371.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1371. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1371.h b/iconvdata/ibm1371.h index a0a641a4d7d..34bfebc8dd5 100644 --- a/iconvdata/ibm1371.h +++ b/iconvdata/ibm1371.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1371. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1388.c b/iconvdata/ibm1388.c index 7e3b06c9adc..6294636755d 100644 --- a/iconvdata/ibm1388.c +++ b/iconvdata/ibm1388.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1388. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1388.h b/iconvdata/ibm1388.h index e2be9c12ac2..d55d1fdaf6d 100644 --- a/iconvdata/ibm1388.h +++ b/iconvdata/ibm1388.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1388. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1390.c b/iconvdata/ibm1390.c index e3fd0f06abb..fae0f4fc27a 100644 --- a/iconvdata/ibm1390.c +++ b/iconvdata/ibm1390.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1390. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1390.h b/iconvdata/ibm1390.h index a53bb9d5c72..70e49b8e1ee 100644 --- a/iconvdata/ibm1390.h +++ b/iconvdata/ibm1390.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1390. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1399.c b/iconvdata/ibm1399.c index 0fade5494ad..04a3aa8abdf 100644 --- a/iconvdata/ibm1399.c +++ b/iconvdata/ibm1399.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM1399. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm1399.h b/iconvdata/ibm1399.h index 1c2ac96d87b..bd1d72fa2e3 100644 --- a/iconvdata/ibm1399.h +++ b/iconvdata/ibm1399.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM1399. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm16804.c b/iconvdata/ibm16804.c index fbd09a1b4d8..baa9eac972a 100644 --- a/iconvdata/ibm16804.c +++ b/iconvdata/ibm16804.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM16804. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm16804.h b/iconvdata/ibm16804.h index cb7480d7e0b..f03905a504a 100644 --- a/iconvdata/ibm16804.h +++ b/iconvdata/ibm16804.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM16804. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm256.c b/iconvdata/ibm256.c index 1031f7e946e..f261f216ee5 100644 --- a/iconvdata/ibm256.c +++ b/iconvdata/ibm256.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM256. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm273.c b/iconvdata/ibm273.c index 989f953f3c9..f8012dbb25e 100644 --- a/iconvdata/ibm273.c +++ b/iconvdata/ibm273.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM273. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm274.c b/iconvdata/ibm274.c index b515b765480..9f0d5611d3d 100644 --- a/iconvdata/ibm274.c +++ b/iconvdata/ibm274.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM274. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm275.c b/iconvdata/ibm275.c index be278121bdc..74905f472b5 100644 --- a/iconvdata/ibm275.c +++ b/iconvdata/ibm275.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM275. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm277.c b/iconvdata/ibm277.c index 4170a88adbc..47e0b2b5988 100644 --- a/iconvdata/ibm277.c +++ b/iconvdata/ibm277.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM277. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm278.c b/iconvdata/ibm278.c index 8f78b5a0674..3d1e388ed7d 100644 --- a/iconvdata/ibm278.c +++ b/iconvdata/ibm278.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM278. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm280.c b/iconvdata/ibm280.c index 35283a1691c..693e392b91c 100644 --- a/iconvdata/ibm280.c +++ b/iconvdata/ibm280.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM280. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm281.c b/iconvdata/ibm281.c index d4df464e5fb..fdd2de29222 100644 --- a/iconvdata/ibm281.c +++ b/iconvdata/ibm281.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM281. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm284.c b/iconvdata/ibm284.c index 2fdd6e3a672..1f800e6e438 100644 --- a/iconvdata/ibm284.c +++ b/iconvdata/ibm284.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM284. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm285.c b/iconvdata/ibm285.c index 4d27fdb7eed..a731b9db1fb 100644 --- a/iconvdata/ibm285.c +++ b/iconvdata/ibm285.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM285. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm290.c b/iconvdata/ibm290.c index 0739a80bd8a..d249fa74cd3 100644 --- a/iconvdata/ibm290.c +++ b/iconvdata/ibm290.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM290. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm297.c b/iconvdata/ibm297.c index f52b40cf35f..17608c79506 100644 --- a/iconvdata/ibm297.c +++ b/iconvdata/ibm297.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM297. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm420.c b/iconvdata/ibm420.c index d4fe840b71e..8a917d997e8 100644 --- a/iconvdata/ibm420.c +++ b/iconvdata/ibm420.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM420. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm423.c b/iconvdata/ibm423.c index 7e437be552a..718070e2ccc 100644 --- a/iconvdata/ibm423.c +++ b/iconvdata/ibm423.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM423. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm424.c b/iconvdata/ibm424.c index 15521562bab..382e571450b 100644 --- a/iconvdata/ibm424.c +++ b/iconvdata/ibm424.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM424. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm437.c b/iconvdata/ibm437.c index 6b464c0996b..7a9a8f23792 100644 --- a/iconvdata/ibm437.c +++ b/iconvdata/ibm437.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM437. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm4517.c b/iconvdata/ibm4517.c index f32cb19eea4..2f290dd8b23 100644 --- a/iconvdata/ibm4517.c +++ b/iconvdata/ibm4517.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM4517. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm4517.h b/iconvdata/ibm4517.h index 0d0cea22110..1f368296db9 100644 --- a/iconvdata/ibm4517.h +++ b/iconvdata/ibm4517.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM4517. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm4899.c b/iconvdata/ibm4899.c index c208ed2e50d..51af593677d 100644 --- a/iconvdata/ibm4899.c +++ b/iconvdata/ibm4899.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM4899. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm4899.h b/iconvdata/ibm4899.h index 531c3b78178..a38991d8b4e 100644 --- a/iconvdata/ibm4899.h +++ b/iconvdata/ibm4899.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM4899. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm4909.c b/iconvdata/ibm4909.c index ac74fb27fd0..29b051ddf39 100644 --- a/iconvdata/ibm4909.c +++ b/iconvdata/ibm4909.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM4909. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm4909.h b/iconvdata/ibm4909.h index b7ef0eaf8a4..5f6766592b4 100644 --- a/iconvdata/ibm4909.h +++ b/iconvdata/ibm4909.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM4909. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm4971.c b/iconvdata/ibm4971.c index c02d5d2863f..b0aa9e74e80 100644 --- a/iconvdata/ibm4971.c +++ b/iconvdata/ibm4971.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM4971. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm4971.h b/iconvdata/ibm4971.h index d480fced535..82501f966d3 100644 --- a/iconvdata/ibm4971.h +++ b/iconvdata/ibm4971.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM4971. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm500.c b/iconvdata/ibm500.c index 02d93962ed5..43dcc375a60 100644 --- a/iconvdata/ibm500.c +++ b/iconvdata/ibm500.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM500. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm5347.c b/iconvdata/ibm5347.c index e5e81f1749f..e91e331d01b 100644 --- a/iconvdata/ibm5347.c +++ b/iconvdata/ibm5347.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM5347. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm5347.h b/iconvdata/ibm5347.h index 89032da0b0a..db908375501 100644 --- a/iconvdata/ibm5347.h +++ b/iconvdata/ibm5347.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM5347. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm803.c b/iconvdata/ibm803.c index a75115a1011..02e6e87e72f 100644 --- a/iconvdata/ibm803.c +++ b/iconvdata/ibm803.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM803. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm803.h b/iconvdata/ibm803.h index 411c705f9e0..b8f3e7a728f 100644 --- a/iconvdata/ibm803.h +++ b/iconvdata/ibm803.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM803. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm850.c b/iconvdata/ibm850.c index 666b6406e47..e4c6ae251ce 100644 --- a/iconvdata/ibm850.c +++ b/iconvdata/ibm850.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM850. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm851.c b/iconvdata/ibm851.c index f77f31dd95f..0dd0176ad6a 100644 --- a/iconvdata/ibm851.c +++ b/iconvdata/ibm851.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM851. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm852.c b/iconvdata/ibm852.c index 8886eb25ae1..0c008186653 100644 --- a/iconvdata/ibm852.c +++ b/iconvdata/ibm852.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM852. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm855.c b/iconvdata/ibm855.c index 212ce479ead..0944f233181 100644 --- a/iconvdata/ibm855.c +++ b/iconvdata/ibm855.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM855. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm856.c b/iconvdata/ibm856.c index 6e76a97945a..17e3b367c06 100644 --- a/iconvdata/ibm856.c +++ b/iconvdata/ibm856.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM856. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm856.h b/iconvdata/ibm856.h index 682330b2b91..4deefaa73f6 100644 --- a/iconvdata/ibm856.h +++ b/iconvdata/ibm856.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM856. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm857.c b/iconvdata/ibm857.c index 70aaec7cd1f..b3906342014 100644 --- a/iconvdata/ibm857.c +++ b/iconvdata/ibm857.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM857. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm860.c b/iconvdata/ibm860.c index 121c9cfa6f3..51b6fce30b5 100644 --- a/iconvdata/ibm860.c +++ b/iconvdata/ibm860.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM860. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm861.c b/iconvdata/ibm861.c index 61cb747b499..187af6e2838 100644 --- a/iconvdata/ibm861.c +++ b/iconvdata/ibm861.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM861. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm862.c b/iconvdata/ibm862.c index 6c4ea97ec79..8f667f2f491 100644 --- a/iconvdata/ibm862.c +++ b/iconvdata/ibm862.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM862. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm863.c b/iconvdata/ibm863.c index 2fda5c602ed..045327e357a 100644 --- a/iconvdata/ibm863.c +++ b/iconvdata/ibm863.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM863. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm864.c b/iconvdata/ibm864.c index c364f02d7a6..b2217cb1cb0 100644 --- a/iconvdata/ibm864.c +++ b/iconvdata/ibm864.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM864. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm865.c b/iconvdata/ibm865.c index 0af41da9239..f9fb0184b3a 100644 --- a/iconvdata/ibm865.c +++ b/iconvdata/ibm865.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM865. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm866.c b/iconvdata/ibm866.c index 3c7c0e9a42d..82f54b3f792 100644 --- a/iconvdata/ibm866.c +++ b/iconvdata/ibm866.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM866. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm866nav.c b/iconvdata/ibm866nav.c index 4355d18d174..fdf523fba1a 100644 --- a/iconvdata/ibm866nav.c +++ b/iconvdata/ibm866nav.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM866NAV. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/iconvdata/ibm868.c b/iconvdata/ibm868.c index 393e380c1bb..d79c9e29c3f 100644 --- a/iconvdata/ibm868.c +++ b/iconvdata/ibm868.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM868. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm869.c b/iconvdata/ibm869.c index c90ba04fb1f..65472e69297 100644 --- a/iconvdata/ibm869.c +++ b/iconvdata/ibm869.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM869. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm870.c b/iconvdata/ibm870.c index 0ec0b8f0378..a8aab32d96e 100644 --- a/iconvdata/ibm870.c +++ b/iconvdata/ibm870.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM870. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm871.c b/iconvdata/ibm871.c index 2612aa5fca7..ede1d2e2c30 100644 --- a/iconvdata/ibm871.c +++ b/iconvdata/ibm871.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM871. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm874.c b/iconvdata/ibm874.c index 4cf1d3d4c32..3f02659c233 100644 --- a/iconvdata/ibm874.c +++ b/iconvdata/ibm874.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM874. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm875.c b/iconvdata/ibm875.c index fa29d89602a..473ea12e2f8 100644 --- a/iconvdata/ibm875.c +++ b/iconvdata/ibm875.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM875. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm880.c b/iconvdata/ibm880.c index e33f815a555..32fbb41200d 100644 --- a/iconvdata/ibm880.c +++ b/iconvdata/ibm880.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM880. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm891.c b/iconvdata/ibm891.c index 2a4e8776726..eb0503a5d10 100644 --- a/iconvdata/ibm891.c +++ b/iconvdata/ibm891.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM891. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm901.c b/iconvdata/ibm901.c index 172eba5a3c6..67d0738a53a 100644 --- a/iconvdata/ibm901.c +++ b/iconvdata/ibm901.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM901. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm901.h b/iconvdata/ibm901.h index 15f41422c46..59c95bbdec4 100644 --- a/iconvdata/ibm901.h +++ b/iconvdata/ibm901.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM901. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm902.c b/iconvdata/ibm902.c index c6b2918ce70..52dc378d17e 100644 --- a/iconvdata/ibm902.c +++ b/iconvdata/ibm902.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM902. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm902.h b/iconvdata/ibm902.h index b7204b1b312..97ca233f9ac 100644 --- a/iconvdata/ibm902.h +++ b/iconvdata/ibm902.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM902. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm903.c b/iconvdata/ibm903.c index edc7db9a0e8..3d8569d59c3 100644 --- a/iconvdata/ibm903.c +++ b/iconvdata/ibm903.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM903. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm9030.c b/iconvdata/ibm9030.c index 830e4c80237..e4b2ea604f4 100644 --- a/iconvdata/ibm9030.c +++ b/iconvdata/ibm9030.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM9030. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm9030.h b/iconvdata/ibm9030.h index 8aff51a2160..b41da47bb17 100644 --- a/iconvdata/ibm9030.h +++ b/iconvdata/ibm9030.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM9030. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm904.c b/iconvdata/ibm904.c index 7a1954042e3..856f02cf7b4 100644 --- a/iconvdata/ibm904.c +++ b/iconvdata/ibm904.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM904. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm905.c b/iconvdata/ibm905.c index 89e85b5da53..2895abc88f9 100644 --- a/iconvdata/ibm905.c +++ b/iconvdata/ibm905.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM905. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm9066.c b/iconvdata/ibm9066.c index 3046da2ea2a..17273f6b310 100644 --- a/iconvdata/ibm9066.c +++ b/iconvdata/ibm9066.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM9066. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm9066.h b/iconvdata/ibm9066.h index f237b568d17..7c2612bee02 100644 --- a/iconvdata/ibm9066.h +++ b/iconvdata/ibm9066.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM9066. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm918.c b/iconvdata/ibm918.c index dc787b37066..f04788235ac 100644 --- a/iconvdata/ibm918.c +++ b/iconvdata/ibm918.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM918. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/ibm921.c b/iconvdata/ibm921.c index 7ff381b2168..7aec73f1a73 100644 --- a/iconvdata/ibm921.c +++ b/iconvdata/ibm921.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM921. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm921.h b/iconvdata/ibm921.h index f192b0051c6..7da80c14a3c 100644 --- a/iconvdata/ibm921.h +++ b/iconvdata/ibm921.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM921. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm922.c b/iconvdata/ibm922.c index e566b2a7242..21017c81405 100644 --- a/iconvdata/ibm922.c +++ b/iconvdata/ibm922.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM922. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm922.h b/iconvdata/ibm922.h index 6b3ded2f075..b8b47012fb1 100644 --- a/iconvdata/ibm922.h +++ b/iconvdata/ibm922.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM922. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm930.c b/iconvdata/ibm930.c index 2b1e01cf34c..1ccfea5fd78 100644 --- a/iconvdata/ibm930.c +++ b/iconvdata/ibm930.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM930. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm930.h b/iconvdata/ibm930.h index 48e3eee3322..a29447fdfe5 100644 --- a/iconvdata/ibm930.h +++ b/iconvdata/ibm930.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM930. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm932.c b/iconvdata/ibm932.c index eaec4be39c3..3d691d7e3e6 100644 --- a/iconvdata/ibm932.c +++ b/iconvdata/ibm932.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM932. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm932.h b/iconvdata/ibm932.h index 91947cbfb25..1f4ad9a5045 100644 --- a/iconvdata/ibm932.h +++ b/iconvdata/ibm932.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM932. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm933.c b/iconvdata/ibm933.c index ca2dc18b985..0a8b169bb21 100644 --- a/iconvdata/ibm933.c +++ b/iconvdata/ibm933.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM933. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm933.h b/iconvdata/ibm933.h index 5edf521d1bf..223c69d73af 100644 --- a/iconvdata/ibm933.h +++ b/iconvdata/ibm933.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM933. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm935.c b/iconvdata/ibm935.c index 63c1f316967..7c362b2438b 100644 --- a/iconvdata/ibm935.c +++ b/iconvdata/ibm935.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM935 Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm935.h b/iconvdata/ibm935.h index 07264d32d98..1f35d181bcf 100644 --- a/iconvdata/ibm935.h +++ b/iconvdata/ibm935.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM935 Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm937.c b/iconvdata/ibm937.c index cc114d02bef..c4176ca2df2 100644 --- a/iconvdata/ibm937.c +++ b/iconvdata/ibm937.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM937. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm937.h b/iconvdata/ibm937.h index 9080db01d20..92b1bac1c82 100644 --- a/iconvdata/ibm937.h +++ b/iconvdata/ibm937.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM937. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm939.c b/iconvdata/ibm939.c index a97126c2fe4..8b5646b5311 100644 --- a/iconvdata/ibm939.c +++ b/iconvdata/ibm939.c @@ -1,7 +1,6 @@ /* Conversion to and from IBM939. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm939.h b/iconvdata/ibm939.h index cad96503a54..3b7363ba180 100644 --- a/iconvdata/ibm939.h +++ b/iconvdata/ibm939.h @@ -1,7 +1,6 @@ /* Tables for conversion to and from IBM939. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm943.c b/iconvdata/ibm943.c index af182cb682f..cf97e06a2a9 100644 --- a/iconvdata/ibm943.c +++ b/iconvdata/ibm943.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM943. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm943.h b/iconvdata/ibm943.h index cddcd3f0d81..e5e194cb9e8 100644 --- a/iconvdata/ibm943.h +++ b/iconvdata/ibm943.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM943. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm9448.c b/iconvdata/ibm9448.c index 3b8956db47f..5261c20cebb 100644 --- a/iconvdata/ibm9448.c +++ b/iconvdata/ibm9448.c @@ -1,7 +1,6 @@ /* Conversion from and to IBM9448. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/ibm9448.h b/iconvdata/ibm9448.h index 134578aeba6..d304efa0488 100644 --- a/iconvdata/ibm9448.h +++ b/iconvdata/ibm9448.h @@ -1,7 +1,6 @@ /* Tables for conversion from and to IBM9448. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Masahide Washizawa , 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/iconvdata/iec_p27-1.c b/iconvdata/iec_p27-1.c index 899e99f88e5..48b1ebeed35 100644 --- a/iconvdata/iec_p27-1.c +++ b/iconvdata/iec_p27-1.c @@ -1,7 +1,6 @@ /* Conversion from and to IEC_P27-1. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/inis-8.c b/iconvdata/inis-8.c index a9992668c23..37af39c68c2 100644 --- a/iconvdata/inis-8.c +++ b/iconvdata/inis-8.c @@ -1,7 +1,6 @@ /* Conversion from and to INIS-8. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/inis-cyrillic.c b/iconvdata/inis-cyrillic.c index 0725df483af..775ebee4c9b 100644 --- a/iconvdata/inis-cyrillic.c +++ b/iconvdata/inis-cyrillic.c @@ -1,7 +1,6 @@ /* Conversion from and to INIS-CYRILLIC. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/inis.c b/iconvdata/inis.c index dcffb91f11e..50eea2000b5 100644 --- a/iconvdata/inis.c +++ b/iconvdata/inis.c @@ -1,7 +1,6 @@ /* Conversion from and to INIS. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/isiri-3342.c b/iconvdata/isiri-3342.c index 64a339e1880..23e3a3513cd 100644 --- a/iconvdata/isiri-3342.c +++ b/iconvdata/isiri-3342.c @@ -1,7 +1,6 @@ /* Conversion from and to ISIRI-3342. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/iconvdata/iso-2022-cn-ext.c b/iconvdata/iso-2022-cn-ext.c index 2aca91c021f..a34b85c1bd7 100644 --- a/iconvdata/iso-2022-cn-ext.c +++ b/iconvdata/iso-2022-cn-ext.c @@ -1,7 +1,6 @@ /* Conversion module for ISO-2022-CN-EXT. 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/iconvdata/iso-2022-cn.c b/iconvdata/iso-2022-cn.c index 6e5f7a40a3d..b659ee51927 100644 --- a/iconvdata/iso-2022-cn.c +++ b/iconvdata/iso-2022-cn.c @@ -1,7 +1,6 @@ /* Conversion module for ISO-2022-CN. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/iconvdata/iso-2022-jp-3.c b/iconvdata/iso-2022-jp-3.c index c8ba88cdc9f..70b28ace7fe 100644 --- a/iconvdata/iso-2022-jp-3.c +++ b/iconvdata/iso-2022-jp-3.c @@ -1,8 +1,6 @@ /* Conversion module for ISO-2022-JP-3. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998, - and Bruno Haible , 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/iconvdata/iso-2022-jp.c b/iconvdata/iso-2022-jp.c index 9bbffae54a7..2a32736542a 100644 --- a/iconvdata/iso-2022-jp.c +++ b/iconvdata/iso-2022-jp.c @@ -1,7 +1,6 @@ /* Conversion module for ISO-2022-JP and ISO-2022-JP-2. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso-2022-kr.c b/iconvdata/iso-2022-kr.c index 21a2cc16142..7a69b1eca2c 100644 --- a/iconvdata/iso-2022-kr.c +++ b/iconvdata/iso-2022-kr.c @@ -1,7 +1,6 @@ /* Conversion module for ISO-2022-KR. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso-ir-165.c b/iconvdata/iso-ir-165.c index 7d2e04bc012..2cf5c7c1ef7 100644 --- a/iconvdata/iso-ir-165.c +++ b/iconvdata/iso-ir-165.c @@ -2,7 +2,6 @@ converting from UCS using gaps. 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/iconvdata/iso-ir-165.h b/iconvdata/iso-ir-165.h index 74a50eacf17..054eaedc940 100644 --- a/iconvdata/iso-ir-165.h +++ b/iconvdata/iso-ir-165.h @@ -2,7 +2,6 @@ converting from UCS using gaps. 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/iconvdata/iso-ir-197.c b/iconvdata/iso-ir-197.c index e2ff0587da9..77994b9bb8b 100644 --- a/iconvdata/iso-ir-197.c +++ b/iconvdata/iso-ir-197.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO-IR-197. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/iconvdata/iso-ir-209.c b/iconvdata/iso-ir-209.c index 0036f05a2a2..32dd99a27e4 100644 --- a/iconvdata/iso-ir-209.c +++ b/iconvdata/iso-ir-209.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO-IR-209. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/iconvdata/iso646.c b/iconvdata/iso646.c index eb1df203418..2cc42b698e3 100644 --- a/iconvdata/iso646.c +++ b/iconvdata/iso646.c @@ -1,7 +1,6 @@ /* Conversion to and from the various ISO 646 CCS. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso8859-1.c b/iconvdata/iso8859-1.c index cb1d47ee6e8..319f7665bd0 100644 --- a/iconvdata/iso8859-1.c +++ b/iconvdata/iso8859-1.c @@ -1,7 +1,6 @@ /* Conversion to and from ISO 8859-1. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/iso8859-10.c b/iconvdata/iso8859-10.c index 86e14e85ad8..b2ef50610ec 100644 --- a/iconvdata/iso8859-10.c +++ b/iconvdata/iso8859-10.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-10. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/iso8859-11.c b/iconvdata/iso8859-11.c index 16496222ef0..683e77f7fa8 100644 --- a/iconvdata/iso8859-11.c +++ b/iconvdata/iso8859-11.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-11. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso8859-13.c b/iconvdata/iso8859-13.c index aec6056c512..7b7930d4bb5 100644 --- a/iconvdata/iso8859-13.c +++ b/iconvdata/iso8859-13.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-13. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso8859-14.c b/iconvdata/iso8859-14.c index 2bea107bd39..7e8811f06e4 100644 --- a/iconvdata/iso8859-14.c +++ b/iconvdata/iso8859-14.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-14. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso8859-15.c b/iconvdata/iso8859-15.c index 2045284d3ad..2aeb22640b6 100644 --- a/iconvdata/iso8859-15.c +++ b/iconvdata/iso8859-15.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-15. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso8859-16.c b/iconvdata/iso8859-16.c index 92db7536eb0..f8d2d2f9b44 100644 --- a/iconvdata/iso8859-16.c +++ b/iconvdata/iso8859-16.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-16. 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/iconvdata/iso8859-2.c b/iconvdata/iso8859-2.c index bd1ecd0d8fb..30f0cb89b18 100644 --- a/iconvdata/iso8859-2.c +++ b/iconvdata/iso8859-2.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-2. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/iso8859-3.c b/iconvdata/iso8859-3.c index bc25539f4d1..cd3063e8fc5 100644 --- a/iconvdata/iso8859-3.c +++ b/iconvdata/iso8859-3.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-3. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/iso8859-4.c b/iconvdata/iso8859-4.c index 2a3647de88b..704b0f3c141 100644 --- a/iconvdata/iso8859-4.c +++ b/iconvdata/iso8859-4.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-4. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/iso8859-5.c b/iconvdata/iso8859-5.c index f386d941f99..5b25d6af3f1 100644 --- a/iconvdata/iso8859-5.c +++ b/iconvdata/iso8859-5.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-5. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/iso8859-6.c b/iconvdata/iso8859-6.c index 088be361dfb..4f8302395c8 100644 --- a/iconvdata/iso8859-6.c +++ b/iconvdata/iso8859-6.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-6. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/iso8859-7.c b/iconvdata/iso8859-7.c index 1f3d842d5cd..c81c0d03c32 100644 --- a/iconvdata/iso8859-7.c +++ b/iconvdata/iso8859-7.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-7. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/iso8859-8.c b/iconvdata/iso8859-8.c index c5d9e63f45d..96bc0d3a50a 100644 --- a/iconvdata/iso8859-8.c +++ b/iconvdata/iso8859-8.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-8. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/iso8859-9.c b/iconvdata/iso8859-9.c index d76161dc748..3837628d650 100644 --- a/iconvdata/iso8859-9.c +++ b/iconvdata/iso8859-9.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-9. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/iso8859-9e.c b/iconvdata/iso8859-9e.c index 2f06f9277e3..3b5d3969124 100644 --- a/iconvdata/iso8859-9e.c +++ b/iconvdata/iso8859-9e.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO 8859-9E. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2007. 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/iconvdata/iso_10367-box.c b/iconvdata/iso_10367-box.c index 222c538247f..f9cb8072678 100644 --- a/iconvdata/iso_10367-box.c +++ b/iconvdata/iso_10367-box.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO_10367-BOX. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso_11548-1.c b/iconvdata/iso_11548-1.c index 510c59a73e2..ba46ed3d4d7 100644 --- a/iconvdata/iso_11548-1.c +++ b/iconvdata/iso_11548-1.c @@ -1,8 +1,6 @@ /* Conversion to and from ISO 11548-1. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997, - Samuel Thibault , 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/iconvdata/iso_2033.c b/iconvdata/iso_2033.c index c8c6384dd6a..adf3340eb75 100644 --- a/iconvdata/iso_2033.c +++ b/iconvdata/iso_2033.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO_2033-1983. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso_5427-ext.c b/iconvdata/iso_5427-ext.c index 5d97faf2324..e38daadd39d 100644 --- a/iconvdata/iso_5427-ext.c +++ b/iconvdata/iso_5427-ext.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO_5427-EXT. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso_5427.c b/iconvdata/iso_5427.c index 269615b7488..3cea18db254 100644 --- a/iconvdata/iso_5427.c +++ b/iconvdata/iso_5427.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO_5427. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso_5428.c b/iconvdata/iso_5428.c index e5f8fb5be8e..eb7daebd002 100644 --- a/iconvdata/iso_5428.c +++ b/iconvdata/iso_5428.c @@ -1,7 +1,6 @@ /* Conversion from and to ISO_5428. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso_6937-2.c b/iconvdata/iso_6937-2.c index 952b2576ae2..4ee61e083c3 100644 --- a/iconvdata/iso_6937-2.c +++ b/iconvdata/iso_6937-2.c @@ -1,7 +1,6 @@ /* Generic conversion to and from ISO 6937-2. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/iso_6937.c b/iconvdata/iso_6937.c index 94969599ae2..1956b262dec 100644 --- a/iconvdata/iso_6937.c +++ b/iconvdata/iso_6937.c @@ -1,7 +1,6 @@ /* Generic conversion to and from ISO 6937. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/jis0201.c b/iconvdata/jis0201.c index eb14dfc8fd9..739061571f8 100644 --- a/iconvdata/jis0201.c +++ b/iconvdata/jis0201.c @@ -1,7 +1,6 @@ /* Mapping tables for JIS0201 handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/jis0201.h b/iconvdata/jis0201.h index fd4943373e2..5de21f92ae9 100644 --- a/iconvdata/jis0201.h +++ b/iconvdata/jis0201.h @@ -1,7 +1,6 @@ /* Access functions for JISX0201 conversion. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/jis0208.c b/iconvdata/jis0208.c index 3a497684538..2778fc3f698 100644 --- a/iconvdata/jis0208.c +++ b/iconvdata/jis0208.c @@ -1,7 +1,6 @@ /* Mapping tables for JIS0208 handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/jis0208.h b/iconvdata/jis0208.h index 4d08827724f..1d1254db0f1 100644 --- a/iconvdata/jis0208.h +++ b/iconvdata/jis0208.h @@ -1,7 +1,6 @@ /* Access functions for JISX0208 conversion. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/jis0212.c b/iconvdata/jis0212.c index 4fc022ff265..86ac942553e 100644 --- a/iconvdata/jis0212.c +++ b/iconvdata/jis0212.c @@ -1,7 +1,6 @@ /* Mapping tables for JIS0212 handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/jis0212.h b/iconvdata/jis0212.h index 0f181dd5fb5..cbc2a4898f7 100644 --- a/iconvdata/jis0212.h +++ b/iconvdata/jis0212.h @@ -1,7 +1,6 @@ /* Access functions for JISX0212 conversion. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/jisx0213.c b/iconvdata/jisx0213.c index fe174a7f1c2..42b855cd0ad 100644 --- a/iconvdata/jisx0213.c +++ b/iconvdata/jisx0213.c @@ -1,7 +1,6 @@ /* Mapping tables for JISX0213 character set. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/iconvdata/jisx0213.h b/iconvdata/jisx0213.h index e7f3daa4b5b..baa6e73686e 100644 --- a/iconvdata/jisx0213.h +++ b/iconvdata/jisx0213.h @@ -1,7 +1,6 @@ /* Functions for JISX0213 conversion. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/iconvdata/johab.c b/iconvdata/johab.c index 2a49973cbf6..496290ac932 100644 --- a/iconvdata/johab.c +++ b/iconvdata/johab.c @@ -1,8 +1,6 @@ /* Mapping tables for JOHAB handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jungshik Shin - and Ulrich Drepper , 1998. 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/iconvdata/koi-8.c b/iconvdata/koi-8.c index 7a17cb74e05..c9d93fae169 100644 --- a/iconvdata/koi-8.c +++ b/iconvdata/koi-8.c @@ -1,7 +1,6 @@ /* Conversion from and to KOI-8. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/koi8-r.c b/iconvdata/koi8-r.c index cb3c1f8c0a8..5ba9670019c 100644 --- a/iconvdata/koi8-r.c +++ b/iconvdata/koi8-r.c @@ -1,7 +1,6 @@ /* Conversion from and to KOI8-R. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/koi8-ru.c b/iconvdata/koi8-ru.c index 9ad8aa3ebee..7c0fc68da6b 100644 --- a/iconvdata/koi8-ru.c +++ b/iconvdata/koi8-ru.c @@ -1,7 +1,6 @@ /* Conversion from and to KOI8-RU. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 20077. 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/iconvdata/koi8-t.c b/iconvdata/koi8-t.c index 3d4ef5db9b8..1e37cd7b42e 100644 --- a/iconvdata/koi8-t.c +++ b/iconvdata/koi8-t.c @@ -1,7 +1,6 @@ /* Conversion from and to KOI8-T. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/iconvdata/koi8-u.c b/iconvdata/koi8-u.c index 82663914fff..82d076d271e 100644 --- a/iconvdata/koi8-u.c +++ b/iconvdata/koi8-u.c @@ -1,7 +1,6 @@ /* Conversion from and to KOI8-U. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/iconvdata/ksc5601.c b/iconvdata/ksc5601.c index d5a4f0d5dac..2dd13cc5d24 100644 --- a/iconvdata/ksc5601.c +++ b/iconvdata/ksc5601.c @@ -1,7 +1,6 @@ /* Conversion tables for KS C 5601-1992 based encoding conversion. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jungshik Shin , 1998. 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/iconvdata/latin-greek-1.c b/iconvdata/latin-greek-1.c index d64b23bb153..1e4c5393937 100644 --- a/iconvdata/latin-greek-1.c +++ b/iconvdata/latin-greek-1.c @@ -1,7 +1,6 @@ /* Conversion from and to LATIN-GREEK-1. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/latin-greek.c b/iconvdata/latin-greek.c index 75cf0d04c5e..bddc719b2a1 100644 --- a/iconvdata/latin-greek.c +++ b/iconvdata/latin-greek.c @@ -1,7 +1,6 @@ /* Conversion from and to LATIN-GREEK. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/mac-centraleurope.c b/iconvdata/mac-centraleurope.c index eb174ddbd8e..75b7fa6dc85 100644 --- a/iconvdata/mac-centraleurope.c +++ b/iconvdata/mac-centraleurope.c @@ -1,7 +1,6 @@ /* Conversion from and to MAC-CENTRALEUROPE. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2007. 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/iconvdata/mac-is.c b/iconvdata/mac-is.c index 9e5503d7f39..bc49e63f9b8 100644 --- a/iconvdata/mac-is.c +++ b/iconvdata/mac-is.c @@ -1,7 +1,6 @@ /* Conversion from and to MAC-IS. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/mac-sami.c b/iconvdata/mac-sami.c index ea5686f8cc8..306bbca7d04 100644 --- a/iconvdata/mac-sami.c +++ b/iconvdata/mac-sami.c @@ -1,7 +1,6 @@ /* Conversion from and to MAC-SAMI. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/iconvdata/mac-uk.c b/iconvdata/mac-uk.c index 677a3a345e7..55168e3df50 100644 --- a/iconvdata/mac-uk.c +++ b/iconvdata/mac-uk.c @@ -1,7 +1,6 @@ /* Conversion from and to MAC-UK. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/macintosh.c b/iconvdata/macintosh.c index 964c2c6301f..6de94e969be 100644 --- a/iconvdata/macintosh.c +++ b/iconvdata/macintosh.c @@ -1,7 +1,6 @@ /* Conversion from and to MACINTOSH. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/mik.c b/iconvdata/mik.c index 0ca7eec1701..1a707554e60 100644 --- a/iconvdata/mik.c +++ b/iconvdata/mik.c @@ -1,7 +1,6 @@ /* Conversion from and to MIK. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Alexander Shopov , 2006. 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/iconvdata/nats-dano.c b/iconvdata/nats-dano.c index 4751240bb19..bf44aa74d4d 100644 --- a/iconvdata/nats-dano.c +++ b/iconvdata/nats-dano.c @@ -1,7 +1,6 @@ /* Conversion from and to NATS-DANO. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/nats-sefi.c b/iconvdata/nats-sefi.c index 5b29169df29..08b5e4ae91b 100644 --- a/iconvdata/nats-sefi.c +++ b/iconvdata/nats-sefi.c @@ -1,7 +1,6 @@ /* Conversion from and to NATS-SEFI. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/iconvdata/pt154.c b/iconvdata/pt154.c index ccd9f49cdd5..67292d392b7 100644 --- a/iconvdata/pt154.c +++ b/iconvdata/pt154.c @@ -1,7 +1,6 @@ /* Conversion from and to PT154. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/iconvdata/rk1048.c b/iconvdata/rk1048.c index 40c76c5026a..2e25412518c 100644 --- a/iconvdata/rk1048.c +++ b/iconvdata/rk1048.c @@ -1,7 +1,6 @@ /* Conversion from and to RK1048. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/iconvdata/run-iconv-test.sh b/iconvdata/run-iconv-test.sh index 3b18995b175..e2772033caa 100755 --- a/iconvdata/run-iconv-test.sh +++ b/iconvdata/run-iconv-test.sh @@ -2,7 +2,6 @@ # Run available iconv(1) tests. # Copyright (C) 1998-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Ulrich Drepper , 1998. # 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/iconvdata/sami-ws2.c b/iconvdata/sami-ws2.c index 64e22e6e0a3..6821e7e9aa9 100644 --- a/iconvdata/sami-ws2.c +++ b/iconvdata/sami-ws2.c @@ -1,7 +1,6 @@ /* Conversion from and to SAMI-WS2. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/iconvdata/shift_jisx0213.c b/iconvdata/shift_jisx0213.c index 1585eda66a7..1c16d328b9c 100644 --- a/iconvdata/shift_jisx0213.c +++ b/iconvdata/shift_jisx0213.c @@ -1,7 +1,6 @@ /* Conversion from and to Shift_JISX0213. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/iconvdata/sjis.c b/iconvdata/sjis.c index 7be6f527664..517ddb0c0c3 100644 --- a/iconvdata/sjis.c +++ b/iconvdata/sjis.c @@ -1,7 +1,6 @@ /* Mapping tables for SJIS handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/t.61.c b/iconvdata/t.61.c index 3f6b26da4f6..e0520141dba 100644 --- a/iconvdata/t.61.c +++ b/iconvdata/t.61.c @@ -1,7 +1,6 @@ /* Generic conversion to and from T.61. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/iconvdata/tcvn5712-1.c b/iconvdata/tcvn5712-1.c index 590657aa0eb..d699b2ec7ae 100644 --- a/iconvdata/tcvn5712-1.c +++ b/iconvdata/tcvn5712-1.c @@ -1,7 +1,6 @@ /* Conversion to and from TCVN5712-1. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/iconvdata/tis-620.c b/iconvdata/tis-620.c index 29d60f3c4b5..50bcd7a5e1b 100644 --- a/iconvdata/tis-620.c +++ b/iconvdata/tis-620.c @@ -1,7 +1,6 @@ /* Conversion from and to TIS-620. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/iconvdata/tscii.c b/iconvdata/tscii.c index eeb216e3805..ed45a5bd2b2 100644 --- a/iconvdata/tscii.c +++ b/iconvdata/tscii.c @@ -1,7 +1,6 @@ /* Conversion from and to TSCII. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/iconvdata/tst-e2big.c b/iconvdata/tst-e2big.c index d6c2969240c..7a11a681d88 100644 --- a/iconvdata/tst-e2big.c +++ b/iconvdata/tst-e2big.c @@ -1,7 +1,6 @@ /* Test for a tricky E2BIG situation. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/iconvdata/tst-loading.c b/iconvdata/tst-loading.c index 60f9eab59ce..9683434cd15 100644 --- a/iconvdata/tst-loading.c +++ b/iconvdata/tst-loading.c @@ -1,7 +1,6 @@ /* Tests for loading and unloading of iconv modules. 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/iconvdata/tst-table-charmap.sh b/iconvdata/tst-table-charmap.sh index f5273148247..b180979843d 100755 --- a/iconvdata/tst-table-charmap.sh +++ b/iconvdata/tst-table-charmap.sh @@ -1,7 +1,6 @@ #!/bin/sh # Copyright (C) 2000-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Bruno Haible , 2000. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/iconvdata/tst-table-from.c b/iconvdata/tst-table-from.c index 9ad1f44eba0..450b7f505c4 100644 --- a/iconvdata/tst-table-from.c +++ b/iconvdata/tst-table-from.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/iconvdata/tst-table-to.c b/iconvdata/tst-table-to.c index 6f0aa29cdae..97f0c076d20 100644 --- a/iconvdata/tst-table-to.c +++ b/iconvdata/tst-table-to.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/iconvdata/tst-table.sh b/iconvdata/tst-table.sh index 04c06136fe0..9d01a770056 100755 --- a/iconvdata/tst-table.sh +++ b/iconvdata/tst-table.sh @@ -1,7 +1,6 @@ #!/bin/sh # Copyright (C) 2000-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Bruno Haible , 2000. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/iconvdata/tst-tables.sh b/iconvdata/tst-tables.sh index dd52e44783e..9077a407898 100755 --- a/iconvdata/tst-tables.sh +++ b/iconvdata/tst-tables.sh @@ -1,7 +1,6 @@ #!/bin/sh # Copyright (C) 2000-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Bruno Haible , 2000. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/iconvdata/uhc.c b/iconvdata/uhc.c index 9834bbd4834..49b0587063b 100644 --- a/iconvdata/uhc.c +++ b/iconvdata/uhc.c @@ -1,7 +1,6 @@ /* Mapping tables for UHC handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jungshik Shin , 1998. 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/iconvdata/unicode.c b/iconvdata/unicode.c index 4b9731fd9b4..c7685c9593d 100644 --- a/iconvdata/unicode.c +++ b/iconvdata/unicode.c @@ -1,7 +1,6 @@ /* Conversion module for Unicode Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/iconvdata/utf-16.c b/iconvdata/utf-16.c index 75e44bdd777..13a2a056b71 100644 --- a/iconvdata/utf-16.c +++ b/iconvdata/utf-16.c @@ -1,7 +1,6 @@ /* Conversion module for UTF-16. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/iconvdata/utf-7.c b/iconvdata/utf-7.c index 46c009234c2..0ed46c948da 100644 --- a/iconvdata/utf-7.c +++ b/iconvdata/utf-7.c @@ -1,7 +1,6 @@ /* Conversion module for UTF-7. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/iconvdata/viscii.c b/iconvdata/viscii.c index e20f59882a1..89abbc7ed14 100644 --- a/iconvdata/viscii.c +++ b/iconvdata/viscii.c @@ -1,7 +1,6 @@ /* Conversion from and to VISCII. 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/include/atomic.h b/include/atomic.h index f2ac3e2256e..db8980d1eba 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 , 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 bab691bb9c9..d3d2cc46a66 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 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 967e32ea0cb..2b6e5e93ed6 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 . */ -/* Written by Paul Eggert. */ #ifndef _GL_INTPROPS_H #define _GL_INTPROPS_H diff --git a/include/list.h b/include/list.h index 7a1f1675bf7..16e834e50d0 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 , 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 be5942bc8b3..172126f1efc 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 , 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/inet/bug-if1.c b/inet/bug-if1.c index b069767b8de..ec6c2b01d74 100644 --- a/inet/bug-if1.c +++ b/inet/bug-if1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/inet/ether_aton.c b/inet/ether_aton.c index 9cfcfece050..12c1b7f7f0c 100644 --- a/inet/ether_aton.c +++ b/inet/ether_aton.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 , 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/inet/ether_aton_r.c b/inet/ether_aton_r.c index a775217fb48..66811d3083d 100644 --- a/inet/ether_aton_r.c +++ b/inet/ether_aton_r.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 , 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/inet/ether_hton.c b/inet/ether_hton.c index 453568e85b7..fa05fdf537e 100644 --- a/inet/ether_hton.c +++ b/inet/ether_hton.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 , 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/inet/ether_ntoa.c b/inet/ether_ntoa.c index f0f359bd92d..0dae3a0602d 100644 --- a/inet/ether_ntoa.c +++ b/inet/ether_ntoa.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 , 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/inet/ether_ntoa_r.c b/inet/ether_ntoa_r.c index ebfe6b60141..471ff0e3ea2 100644 --- a/inet/ether_ntoa_r.c +++ b/inet/ether_ntoa_r.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 , 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/inet/ether_ntoh.c b/inet/ether_ntoh.c index 7eda3f5d59e..a8565a1f699 100644 --- a/inet/ether_ntoh.c +++ b/inet/ether_ntoh.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 , 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/inet/getaliasent_r.c b/inet/getaliasent_r.c index ecedf840613..f76b65fdcc7 100644 --- a/inet/getaliasent_r.c +++ b/inet/getaliasent_r.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 , 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/inet/getaliasname.c b/inet/getaliasname.c index 6700a534aee..ee3963b8d32 100644 --- a/inet/getaliasname.c +++ b/inet/getaliasname.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 , 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/inet/getaliasname_r.c b/inet/getaliasname_r.c index f27580bf81e..51938fe4fe1 100644 --- a/inet/getaliasname_r.c +++ b/inet/getaliasname_r.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 , 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/inet/gethstbyad.c b/inet/gethstbyad.c index bc433a163bc..2bcfcdebfc5 100644 --- a/inet/gethstbyad.c +++ b/inet/gethstbyad.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 , 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/inet/gethstbyad_r.c b/inet/gethstbyad_r.c index 624d03ec77a..a954e62dd78 100644 --- a/inet/gethstbyad_r.c +++ b/inet/gethstbyad_r.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 , 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/inet/gethstbynm.c b/inet/gethstbynm.c index 6e7524c1464..8235a17a7ef 100644 --- a/inet/gethstbynm.c +++ b/inet/gethstbynm.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 , 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/inet/gethstbynm2.c b/inet/gethstbynm2.c index 6bdbe7fdf18..1bb74074810 100644 --- a/inet/gethstbynm2.c +++ b/inet/gethstbynm2.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 , 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/inet/gethstbynm2_r.c b/inet/gethstbynm2_r.c index a0b60ce6cc7..ee13c4979d3 100644 --- a/inet/gethstbynm2_r.c +++ b/inet/gethstbynm2_r.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 , 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/inet/gethstbynm_r.c b/inet/gethstbynm_r.c index 0a89bee32aa..3f7cd87a5a2 100644 --- a/inet/gethstbynm_r.c +++ b/inet/gethstbynm_r.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 , 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/inet/getipv4sourcefilter.c b/inet/getipv4sourcefilter.c index b1346a026a1..695c5fac181 100644 --- a/inet/getipv4sourcefilter.c +++ b/inet/getipv4sourcefilter.c @@ -1,7 +1,6 @@ /* Get source filter. Stub version. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/inet/getnetbyad.c b/inet/getnetbyad.c index 331583695b0..efb1fb5b589 100644 --- a/inet/getnetbyad.c +++ b/inet/getnetbyad.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 , 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/inet/getnetbyad_r.c b/inet/getnetbyad_r.c index eadc7b5c828..a4f64cffa11 100644 --- a/inet/getnetbyad_r.c +++ b/inet/getnetbyad_r.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 , 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/inet/getnetbynm.c b/inet/getnetbynm.c index 40bcd7911fc..8726993d6f2 100644 --- a/inet/getnetbynm.c +++ b/inet/getnetbynm.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 , 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/inet/getnetbynm_r.c b/inet/getnetbynm_r.c index 68ab1536cf8..f97b6f8ff7a 100644 --- a/inet/getnetbynm_r.c +++ b/inet/getnetbynm_r.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 , 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/inet/getproto.c b/inet/getproto.c index 0a2c9b25471..2f1a345b7b2 100644 --- a/inet/getproto.c +++ b/inet/getproto.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 , 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/inet/getproto_r.c b/inet/getproto_r.c index 4224fca5791..9787618a47c 100644 --- a/inet/getproto_r.c +++ b/inet/getproto_r.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 , 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/inet/getprtname.c b/inet/getprtname.c index 3f72424e9e5..461764f3baf 100644 --- a/inet/getprtname.c +++ b/inet/getprtname.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 , 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/inet/getprtname_r.c b/inet/getprtname_r.c index 89c1515e1f4..e8f59e00841 100644 --- a/inet/getprtname_r.c +++ b/inet/getprtname_r.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 , 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/inet/getrpcbyname.c b/inet/getrpcbyname.c index 5e186eb4b14..a203fc22f6f 100644 --- a/inet/getrpcbyname.c +++ b/inet/getrpcbyname.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 , 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/inet/getrpcbyname_r.c b/inet/getrpcbyname_r.c index 84707d51fee..91bcfedd9d4 100644 --- a/inet/getrpcbyname_r.c +++ b/inet/getrpcbyname_r.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 , 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/inet/getrpcbynumber.c b/inet/getrpcbynumber.c index 50afee8e5ca..78e81695d67 100644 --- a/inet/getrpcbynumber.c +++ b/inet/getrpcbynumber.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 , 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/inet/getrpcbynumber_r.c b/inet/getrpcbynumber_r.c index 56391886138..a8bce8326c3 100644 --- a/inet/getrpcbynumber_r.c +++ b/inet/getrpcbynumber_r.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 , 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/inet/getsourcefilter.c b/inet/getsourcefilter.c index 9a92645a3db..4a73d5f24c9 100644 --- a/inet/getsourcefilter.c +++ b/inet/getsourcefilter.c @@ -1,7 +1,6 @@ /* Get source filter. Stub version. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/inet/getsrvbynm.c b/inet/getsrvbynm.c index cd050ac448f..c6245ef9b3d 100644 --- a/inet/getsrvbynm.c +++ b/inet/getsrvbynm.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 , 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/inet/getsrvbynm_r.c b/inet/getsrvbynm_r.c index 596884ccb17..b9c9075fdf3 100644 --- a/inet/getsrvbynm_r.c +++ b/inet/getsrvbynm_r.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 , 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/inet/getsrvbypt.c b/inet/getsrvbypt.c index 466d269e518..f50deecee99 100644 --- a/inet/getsrvbypt.c +++ b/inet/getsrvbypt.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 , 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/inet/getsrvbypt_r.c b/inet/getsrvbypt_r.c index 9b62a2803f4..5d9e5c612ee 100644 --- a/inet/getsrvbypt_r.c +++ b/inet/getsrvbypt_r.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 , 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/inet/htontest.c b/inet/htontest.c index d656c4d6890..18f4e08c7a5 100644 --- a/inet/htontest.c +++ b/inet/htontest.c @@ -1,7 +1,6 @@ /* Test hton/ntoh functions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/inet/in6_addr.c b/inet/in6_addr.c index c6077f3b18d..408958484b4 100644 --- a/inet/in6_addr.c +++ b/inet/in6_addr.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell , 1997. 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/inet/inet6_opt.c b/inet/inet6_opt.c index e7dd3a2ce37..2c76ff98f54 100644 --- a/inet/inet6_opt.c +++ b/inet/inet6_opt.c @@ -1,6 +1,5 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2006. 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/inet/inet6_option.c b/inet/inet6_option.c index 84882222607..d8855272df0 100644 --- a/inet/inet6_option.c +++ b/inet/inet6_option.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/inet/inet6_rth.c b/inet/inet6_rth.c index d975f547fb7..87c10b04fdc 100644 --- a/inet/inet6_rth.c +++ b/inet/inet6_rth.c @@ -1,6 +1,5 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2006. 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/inet/inet_ntoa.c b/inet/inet_ntoa.c index 08333647558..ce3ebf80874 100644 --- a/inet/inet_ntoa.c +++ b/inet/inet_ntoa.c @@ -1,7 +1,6 @@ /* Convert Inet number to ASCII representation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/inet/setipv4sourcefilter.c b/inet/setipv4sourcefilter.c index 64aa73d0876..2ef9e89acc5 100644 --- a/inet/setipv4sourcefilter.c +++ b/inet/setipv4sourcefilter.c @@ -1,7 +1,6 @@ /* Set source filter. Stub version. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/inet/setsourcefilter.c b/inet/setsourcefilter.c index df56a1b561b..5f177528161 100644 --- a/inet/setsourcefilter.c +++ b/inet/setsourcefilter.c @@ -1,7 +1,6 @@ /* Set source filter. Stub version. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/inet/test_ifindex.c b/inet/test_ifindex.c index 1f5edc341a2..2339439bfe5 100644 --- a/inet/test_ifindex.c +++ b/inet/test_ifindex.c @@ -1,7 +1,6 @@ /* Test interface name <-> index conversions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell . 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/inet/tst-network.c b/inet/tst-network.c index b7d9baa5354..68a21c69195 100644 --- a/inet/tst-network.c +++ b/inet/tst-network.c @@ -1,7 +1,6 @@ /* Test for inet_network. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by 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-codeset.c b/intl/tst-codeset.c index 94d22310a42..91826d882a4 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 99dc505fa39..4d3c5bc6ea2 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 4433acdbdf4..801ba552ade 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 d785814784a..687ab585cc3 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 a63f36d2679..a5153fb0f36 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 3d298fe5c31..b3ab8e52def 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 cd5cc829320..6803ebe495b 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 264292c034a..b9cf86f5b13 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 3998330313d..837a8005cce 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 diff --git a/io/bug-ftw1.c b/io/bug-ftw1.c index 061b02779e5..6ca0c18dc83 100644 --- a/io/bug-ftw1.c +++ b/io/bug-ftw1.c @@ -1,7 +1,6 @@ /* Test for ftw function searching in root directory. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/io/bug-ftw2.c b/io/bug-ftw2.c index 174366fd4e9..4b3726b421e 100644 --- a/io/bug-ftw2.c +++ b/io/bug-ftw2.c @@ -1,7 +1,6 @@ /* Test for ftw function searching in current directory. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/io/bug-ftw4.c b/io/bug-ftw4.c index 7ae26ed263f..418f9763847 100644 --- a/io/bug-ftw4.c +++ b/io/bug-ftw4.c @@ -1,7 +1,6 @@ /* Test if ftw function doesn't leak fds. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/io/ftw.c b/io/ftw.c index ce1c6a14a30..f0db173727a 100644 --- a/io/ftw.c +++ b/io/ftw.c @@ -1,7 +1,6 @@ /* File tree walker functions. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/io/ftw64-time64.c b/io/ftw64-time64.c index 7c9db5448a3..b31a3682e77 100644 --- a/io/ftw64-time64.c +++ b/io/ftw64-time64.c @@ -1,7 +1,6 @@ /* File tree walker functions. LFS version. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/io/ftw64.c b/io/ftw64.c index b2150c42a4f..f1cf186abec 100644 --- a/io/ftw64.c +++ b/io/ftw64.c @@ -1,7 +1,6 @@ /* File tree walker functions. LFS version. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/io/ppoll.c b/io/ppoll.c index 8aa107aee6c..5e53cbc5ca4 100644 --- a/io/ppoll.c +++ b/io/ppoll.c @@ -1,6 +1,5 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2006. 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/io/test-lfs.c b/io/test-lfs.c index 68aec90b803..2a7c43e6f8f 100644 --- a/io/test-lfs.c +++ b/io/test-lfs.c @@ -1,7 +1,6 @@ /* Some basic tests for LFS. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by 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/io/test-stat.c b/io/test-stat.c index 32b2bd25d54..212801babf1 100644 --- a/io/test-stat.c +++ b/io/test-stat.c @@ -1,5 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Maciej W. Rozycki , 2000. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/io/test-stat2.c b/io/test-stat2.c index 1d5938df23a..e0e7cc0893d 100644 --- a/io/test-stat2.c +++ b/io/test-stat2.c @@ -1,7 +1,6 @@ /* Test consistence of results of stat and stat64. 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/io/tst-fcntl.c b/io/tst-fcntl.c index fe7ca18a42e..24d45904d20 100644 --- a/io/tst-fcntl.c +++ b/io/tst-fcntl.c @@ -1,7 +1,6 @@ /* Tests for fcntl. 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/io/tst-getcwd.c b/io/tst-getcwd.c index fa60f982e35..55724464038 100644 --- a/io/tst-getcwd.c +++ b/io/tst-getcwd.c @@ -1,7 +1,6 @@ /* Test of getcwd function. 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/libio/bug-ungetc4.c b/libio/bug-ungetc4.c index d4fa415a9ea..4ddd4ba040b 100644 --- a/libio/bug-ungetc4.c +++ b/libio/bug-ungetc4.c @@ -1,7 +1,6 @@ /* Test program for ungetc/fseekpos interaction. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/libio/fileops.c b/libio/fileops.c index e8ee374821e..0986059e7b1 100644 --- a/libio/fileops.c +++ b/libio/fileops.c @@ -1,6 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Per Bothner . 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/libio/iopopen.c b/libio/iopopen.c index 6b04222c24a..0266d198707 100644 --- a/libio/iopopen.c +++ b/libio/iopopen.c @@ -1,6 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Per Bothner . 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/libio/libio.h b/libio/libio.h index cebdc657635..b7cfe1cb7cb 100644 --- a/libio/libio.h +++ b/libio/libio.h @@ -1,6 +1,5 @@ /* Copyright (C) 1991-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Per Bothner . 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/libio/obprintf.c b/libio/obprintf.c index 4333276a1bb..e0b61cc4314 100644 --- a/libio/obprintf.c +++ b/libio/obprintf.c @@ -1,7 +1,6 @@ /* Print output of stream to given obstack. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/libio/oldfileops.c b/libio/oldfileops.c index ed3c98bd6da..453f54bd517 100644 --- a/libio/oldfileops.c +++ b/libio/oldfileops.c @@ -1,6 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Per Bothner . 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/libio/oldfmemopen.c b/libio/oldfmemopen.c index 6e415351c98..a8c14b394f9 100644 --- a/libio/oldfmemopen.c +++ b/libio/oldfmemopen.c @@ -1,7 +1,6 @@ /* Fmemopen implementation. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Hanno Mueller, kontakt@hanno.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/libio/oldiopopen.c b/libio/oldiopopen.c index 68ca52c0124..c8b52c1e54a 100644 --- a/libio/oldiopopen.c +++ b/libio/oldiopopen.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Per Bothner . 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/libio/test-fmemopen.c b/libio/test-fmemopen.c index 7a6ffb32a96..a26181bea3c 100644 --- a/libio/test-fmemopen.c +++ b/libio/test-fmemopen.c @@ -1,7 +1,6 @@ /* Test for fmemopen implementation. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Hanno Mueller, kontakt@hanno.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/libio/tst-fopenloc.c b/libio/tst-fopenloc.c index 6e417e6a673..f0e52e15655 100644 --- a/libio/tst-fopenloc.c +++ b/libio/tst-fopenloc.c @@ -1,7 +1,6 @@ /* Test for ,ccs= handling in fopen. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/libio/tst-freopen.c b/libio/tst-freopen.c index c8bc0a3d074..1aba1479416 100644 --- a/libio/tst-freopen.c +++ b/libio/tst-freopen.c @@ -1,7 +1,6 @@ /* Test freopen with mmap stdio. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/libio/tst-mmap-setvbuf.c b/libio/tst-mmap-setvbuf.c index aa9ed4b558a..816b3fca9d3 100644 --- a/libio/tst-mmap-setvbuf.c +++ b/libio/tst-mmap-setvbuf.c @@ -1,7 +1,6 @@ /* Test setvbuf on readonly fopen (using mmap stdio). Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/libio/tst-widetext.c b/libio/tst-widetext.c index 64b8f4a2f8e..2e7dfceeb1f 100644 --- a/libio/tst-widetext.c +++ b/libio/tst-widetext.c @@ -2,7 +2,6 @@ amounts of text. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . 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/libio/tst_getwc.c b/libio/tst_getwc.c index 420f54a0d3e..618326a7e69 100644 --- a/libio/tst_getwc.c +++ b/libio/tst_getwc.c @@ -1,7 +1,6 @@ /* Simple test of getwc in the C locale. 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/libio/tst_putwc.c b/libio/tst_putwc.c index 2a6a4c738ca..1f5f98295f8 100644 --- a/libio/tst_putwc.c +++ b/libio/tst_putwc.c @@ -1,7 +1,6 @@ /* Simple test of putwc in the C locale. 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/libio/tst_wprintf2.c b/libio/tst_wprintf2.c index dfff70f1f9b..de19ae37815 100644 --- a/libio/tst_wprintf2.c +++ b/libio/tst_wprintf2.c @@ -1,4 +1,3 @@ -/* Test case by Yoshito Kawada . */ #include #include #include diff --git a/libio/wfileops.c b/libio/wfileops.c index 37f44780f81..be7b8df7ffd 100644 --- a/libio/wfileops.c +++ b/libio/wfileops.c @@ -1,7 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper . - Based on the single byte version by Per Bothner . 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/libio/wgenops.c b/libio/wgenops.c index 106ddfd2781..75c27b22a91 100644 --- a/libio/wgenops.c +++ b/libio/wgenops.c @@ -1,7 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper . - Based on the single byte version by Per Bothner . 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/locale/C-address.c b/locale/C-address.c index 1f9613a3e1a..277b41bbb95 100644 --- a/locale/C-address.c +++ b/locale/C-address.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/locale/C-collate.c b/locale/C-collate.c index 76d93736833..02b70570a4d 100644 --- a/locale/C-collate.c +++ b/locale/C-collate.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/locale/C-ctype.c b/locale/C-ctype.c index f3b02d88141..18effa44e12 100644 --- a/locale/C-ctype.c +++ b/locale/C-ctype.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/locale/C-identification.c b/locale/C-identification.c index ccfbf4cb917..b403cbf8f5b 100644 --- a/locale/C-identification.c +++ b/locale/C-identification.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/locale/C-measurement.c b/locale/C-measurement.c index 7f3266e67ae..b3ce9eb45c0 100644 --- a/locale/C-measurement.c +++ b/locale/C-measurement.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/locale/C-messages.c b/locale/C-messages.c index 923e26ab05b..dad057ed727 100644 --- a/locale/C-messages.c +++ b/locale/C-messages.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/locale/C-monetary.c b/locale/C-monetary.c index 1cb9c9a6e20..1c919c5d08f 100644 --- a/locale/C-monetary.c +++ b/locale/C-monetary.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/locale/C-name.c b/locale/C-name.c index ec88a466f94..979d794641a 100644 --- a/locale/C-name.c +++ b/locale/C-name.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/locale/C-numeric.c b/locale/C-numeric.c index 56c8649c49c..2e3251f1bbd 100644 --- a/locale/C-numeric.c +++ b/locale/C-numeric.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/locale/C-paper.c b/locale/C-paper.c index b40dd943e31..f63b42ea216 100644 --- a/locale/C-paper.c +++ b/locale/C-paper.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/locale/C-telephone.c b/locale/C-telephone.c index 49611f7d561..32b0921d1c9 100644 --- a/locale/C-telephone.c +++ b/locale/C-telephone.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/locale/C-time.c b/locale/C-time.c index 9e711bd422c..c55598e2916 100644 --- a/locale/C-time.c +++ b/locale/C-time.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/locale/C-translit.h.in b/locale/C-translit.h.in index 8db2e7d2266..1889c9d1673 100644 --- a/locale/C-translit.h.in +++ b/locale/C-translit.h.in @@ -1,7 +1,6 @@ # Transliteration for the C locale. -*-C-*- # 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/locale/bits/types/__locale_t.h b/locale/bits/types/__locale_t.h index b0742bfb289..dda8814a1e1 100644 --- a/locale/bits/types/__locale_t.h +++ b/locale/bits/types/__locale_t.h @@ -1,7 +1,6 @@ /* Definition of struct __locale_struct and __locale_t. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/locale/broken_cur_max.c b/locale/broken_cur_max.c index 4f7bf2fb0ed..d14b2a82475 100644 --- a/locale/broken_cur_max.c +++ b/locale/broken_cur_max.c @@ -2,7 +2,6 @@ character set. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/locale/coll-lookup.c b/locale/coll-lookup.c index 91a365c6281..baa6344c4f8 100644 --- a/locale/coll-lookup.c +++ b/locale/coll-lookup.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/locale/coll-lookup.h b/locale/coll-lookup.h index db6ba90a1b1..b388220ca7f 100644 --- a/locale/coll-lookup.h +++ b/locale/coll-lookup.h @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/locale/duplocale.c b/locale/duplocale.c index bb5d24bdda9..d590206116b 100644 --- a/locale/duplocale.c +++ b/locale/duplocale.c @@ -1,7 +1,6 @@ /* Duplicate handle for selection of locales. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/locale/elem-hash.h b/locale/elem-hash.h index 3e07fefdd92..6c29f8aba5d 100644 --- a/locale/elem-hash.h +++ b/locale/elem-hash.h @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper, . 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/locale/findlocale.c b/locale/findlocale.c index ab09122b0c4..5986373edd1 100644 --- a/locale/findlocale.c +++ b/locale/findlocale.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 , 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/locale/freelocale.c b/locale/freelocale.c index 9a4379a1734..1bfbb909bd5 100644 --- a/locale/freelocale.c +++ b/locale/freelocale.c @@ -1,7 +1,6 @@ /* Free data allocated by a call to setlocale_r Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/locale/hashval.h b/locale/hashval.h index 2522d80be4d..08e29812fff 100644 --- a/locale/hashval.h +++ b/locale/hashval.h @@ -1,7 +1,6 @@ /* Implement simple hashing table with string based keys. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper , October 1994. 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/locale/indigits.h b/locale/indigits.h index d86877a25a9..d30aa3015d0 100644 --- a/locale/indigits.h +++ b/locale/indigits.h @@ -1,6 +1,5 @@ /* 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/locale/indigitswc.h b/locale/indigitswc.h index 1eb699f264c..14c2c937083 100644 --- a/locale/indigitswc.h +++ b/locale/indigitswc.h @@ -1,6 +1,5 @@ /* 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/locale/loadlocale.c b/locale/loadlocale.c index f4e6cc9fc2d..9dc0ce5a281 100644 --- a/locale/loadlocale.c +++ b/locale/loadlocale.c @@ -1,7 +1,6 @@ /* Functions to read locale data files. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/locale/mb_cur_max.c b/locale/mb_cur_max.c index a7be0cb25a9..b933b643c7a 100644 --- a/locale/mb_cur_max.c +++ b/locale/mb_cur_max.c @@ -2,7 +2,6 @@ character set. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/locale/newlocale.c b/locale/newlocale.c index 236dc1d6e81..96d0a4d66d0 100644 --- a/locale/newlocale.c +++ b/locale/newlocale.c @@ -1,7 +1,6 @@ /* Return a reference to locale information record. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/locale/outdigits.h b/locale/outdigits.h index 22fc0ad849d..0b2557e9a08 100644 --- a/locale/outdigits.h +++ b/locale/outdigits.h @@ -1,6 +1,5 @@ /* 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/locale/outdigitswc.h b/locale/outdigitswc.h index c26ad2335e3..26ffcaeedf4 100644 --- a/locale/outdigitswc.h +++ b/locale/outdigitswc.h @@ -1,6 +1,5 @@ /* 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/locale/programs/charmap-kw.gperf b/locale/programs/charmap-kw.gperf index fcafa576365..68c52530210 100644 --- a/locale/programs/charmap-kw.gperf +++ b/locale/programs/charmap-kw.gperf @@ -1,7 +1,6 @@ %{ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/charmap-kw.h b/locale/programs/charmap-kw.h index f143dfc341b..7f93c23f811 100644 --- a/locale/programs/charmap-kw.h +++ b/locale/programs/charmap-kw.h @@ -32,7 +32,6 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/charmap.c b/locale/programs/charmap.c index 3d51e702dc3..1df7c180c08 100644 --- a/locale/programs/charmap.c +++ b/locale/programs/charmap.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/charmap.h b/locale/programs/charmap.h index ab9205ef736..83bbeb4eb68 100644 --- a/locale/programs/charmap.h +++ b/locale/programs/charmap.h @@ -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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/config.h b/locale/programs/config.h index 2edcf3696c6..f959419e29b 100644 --- a/locale/programs/config.h +++ b/locale/programs/config.h @@ -1,7 +1,6 @@ /* Configuration for localedef program. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-address.c b/locale/programs/ld-address.c index 8351f8c994f..c5cd70b91a7 100644 --- a/locale/programs/ld-address.c +++ b/locale/programs/ld-address.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-collate.c b/locale/programs/ld-collate.c index b6406b775d3..f4a8f34e464 100644 --- a/locale/programs/ld-collate.c +++ b/locale/programs/ld-collate.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-ctype.c b/locale/programs/ld-ctype.c index 2fb579bbbf1..07b64ac5a19 100644 --- a/locale/programs/ld-ctype.c +++ b/locale/programs/ld-ctype.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-identification.c b/locale/programs/ld-identification.c index f133ae97a59..7c7fa056543 100644 --- a/locale/programs/ld-identification.c +++ b/locale/programs/ld-identification.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-measurement.c b/locale/programs/ld-measurement.c index c0fc5bf26e2..7dcc400d62b 100644 --- a/locale/programs/ld-measurement.c +++ b/locale/programs/ld-measurement.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-messages.c b/locale/programs/ld-messages.c index 17d5dd6c082..14f2c405c7c 100644 --- a/locale/programs/ld-messages.c +++ b/locale/programs/ld-messages.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-monetary.c b/locale/programs/ld-monetary.c index e1e45a34091..3f585b24101 100644 --- a/locale/programs/ld-monetary.c +++ b/locale/programs/ld-monetary.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-name.c b/locale/programs/ld-name.c index 43f4cc4bb17..d4dc8178965 100644 --- a/locale/programs/ld-name.c +++ b/locale/programs/ld-name.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-numeric.c b/locale/programs/ld-numeric.c index 7c949a60f49..6611fbd0298 100644 --- a/locale/programs/ld-numeric.c +++ b/locale/programs/ld-numeric.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-paper.c b/locale/programs/ld-paper.c index e6d17683c6d..1750525d014 100644 --- a/locale/programs/ld-paper.c +++ b/locale/programs/ld-paper.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-telephone.c b/locale/programs/ld-telephone.c index 767940872d5..af540e6e686 100644 --- a/locale/programs/ld-telephone.c +++ b/locale/programs/ld-telephone.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/ld-time.c b/locale/programs/ld-time.c index dcd2a2386dc..e6f320d2b3b 100644 --- a/locale/programs/ld-time.c +++ b/locale/programs/ld-time.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/linereader.c b/locale/programs/linereader.c index 96d3ab66dbb..a1f22b28eda 100644 --- a/locale/programs/linereader.c +++ b/locale/programs/linereader.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/linereader.h b/locale/programs/linereader.h index b47e6b63cf1..3e2fb5da4a4 100644 --- a/locale/programs/linereader.h +++ b/locale/programs/linereader.h @@ -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, . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/locale-spec.c b/locale/programs/locale-spec.c index 3985bb125f1..405e7dbaa57 100644 --- a/locale/programs/locale-spec.c +++ b/locale/programs/locale-spec.c @@ -1,7 +1,6 @@ /* Handle special requests. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/locale.c b/locale/programs/locale.c index ca0a95be996..e9275d6b83c 100644 --- a/locale/programs/locale.c +++ b/locale/programs/locale.c @@ -1,7 +1,6 @@ /* Implementation of the locale program according to POSIX 9945-2. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index 832c8fd1fc7..f0da25e9e59 100644 --- a/locale/programs/localedef.c +++ b/locale/programs/localedef.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/localedef.h b/locale/programs/localedef.h index 59eb8c5920c..5be4eac9c1b 100644 --- a/locale/programs/localedef.h +++ b/locale/programs/localedef.h @@ -1,7 +1,6 @@ /* General definitions for localedef(1). Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/locarchive.c b/locale/programs/locarchive.c index f38e835c52e..eeec3ab6485 100644 --- a/locale/programs/locarchive.c +++ b/locale/programs/locarchive.c @@ -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 , 2002. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/locfile-kw.gperf b/locale/programs/locfile-kw.gperf index bcded15ddb4..0d3b95d77b6 100644 --- a/locale/programs/locfile-kw.gperf +++ b/locale/programs/locfile-kw.gperf @@ -1,7 +1,6 @@ %{ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/locfile-kw.h b/locale/programs/locfile-kw.h index bc1cb8f0845..dc150bb8f81 100644 --- a/locale/programs/locfile-kw.h +++ b/locale/programs/locfile-kw.h @@ -32,7 +32,6 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/locfile-token.h b/locale/programs/locfile-token.h index 414ad307622..abeff8a09e9 100644 --- a/locale/programs/locfile-token.h +++ b/locale/programs/locfile-token.h @@ -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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/locfile.c b/locale/programs/locfile.c index 0f1affa1d4c..1427b518a9f 100644 --- a/locale/programs/locfile.c +++ b/locale/programs/locfile.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/locfile.h b/locale/programs/locfile.h index c986d599ece..cbc20fe88d5 100644 --- a/locale/programs/locfile.h +++ b/locale/programs/locfile.h @@ -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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/repertoire.c b/locale/programs/repertoire.c index e24475a4e50..f7867560d06 100644 --- a/locale/programs/repertoire.c +++ b/locale/programs/repertoire.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/repertoire.h b/locale/programs/repertoire.h index e89c047c4db..35308d06775 100644 --- a/locale/programs/repertoire.h +++ b/locale/programs/repertoire.h @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/simple-hash.c b/locale/programs/simple-hash.c index 1fbc3b80f0d..0aaa14d1495 100644 --- a/locale/programs/simple-hash.c +++ b/locale/programs/simple-hash.c @@ -1,7 +1,6 @@ /* Implement simple hashing table with string based keys. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper , October 1994. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/programs/simple-hash.h b/locale/programs/simple-hash.h index b9eee4dd056..a9c83db5762 100644 --- a/locale/programs/simple-hash.h +++ b/locale/programs/simple-hash.h @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/locale/strlen-hash.h b/locale/strlen-hash.h index 3c3558e8454..9c12961d93d 100644 --- a/locale/strlen-hash.h +++ b/locale/strlen-hash.h @@ -1,7 +1,6 @@ /* Implements hashing function for string with known length. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/locale/tst-C-locale.c b/locale/tst-C-locale.c index 353500f8ade..3b55cce299b 100644 --- a/locale/tst-C-locale.c +++ b/locale/tst-C-locale.c @@ -1,7 +1,6 @@ /* Tests of C and POSIX locale contents. 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/locale/weight.h b/locale/weight.h index 723e1fefda5..076529c0ba1 100644 --- a/locale/weight.h +++ b/locale/weight.h @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper, . 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/locale/weightwc.h b/locale/weightwc.h index 3f125eeaa9f..77da492564b 100644 --- a/locale/weightwc.h +++ b/locale/weightwc.h @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper, . 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/locale/xlocale.c b/locale/xlocale.c index be72b5a1b03..33223da99f7 100644 --- a/locale/xlocale.c +++ b/locale/xlocale.c @@ -1,7 +1,6 @@ /* C locale object. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/localedata/collate-test.c b/localedata/collate-test.c index 61d33daec2f..46b91ec57f6 100644 --- a/localedata/collate-test.c +++ b/localedata/collate-test.c @@ -1,7 +1,6 @@ /* Test collation function using real data. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/localedata/dump-ctype.c b/localedata/dump-ctype.c index 29f26eb12ff..cb6c2b336a5 100644 --- a/localedata/dump-ctype.c +++ b/localedata/dump-ctype.c @@ -2,7 +2,6 @@ of individual files which can be processed with diff, sed etc. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/localedata/locales/aa_DJ b/localedata/locales/aa_DJ index 5e900ac66cb..bbb33a6ba1a 100644 --- a/localedata/locales/aa_DJ +++ b/localedata/locales/aa_DJ @@ -12,10 +12,6 @@ escape_char / % % Afar language locale for Djibouti (Cadu/Laaqo Dialects). % -% Afar terms provided by Mohamed Obakar of the -% Afar Civilization Researcher, Melka Werer Research Center. -% Prepared and contributed to glibc by Daniel Yacob . -% % This locale data has been developed under the Yeha Project: % http://yeha.sourceforge.net/ % diff --git a/localedata/locales/aa_ER b/localedata/locales/aa_ER index 2d23b0f93ce..ff52d5d38a8 100644 --- a/localedata/locales/aa_ER +++ b/localedata/locales/aa_ER @@ -12,10 +12,6 @@ escape_char / % % Afar language locale for Eritrea (Cadu//Laaqo Dialects). % -% Afar terms provided by Mohamed Obakar of the -% Afar Civilization Researcher, Melka Werer Research Center. -% Prepared and contributed to glibc by Daniel Yacob . -% % This locale data has been developed under the Yeha Project: % http://yeha.sourceforge.net/ % diff --git a/localedata/locales/aa_ER@saaho b/localedata/locales/aa_ER@saaho index 728dcfb879e..0eaa9c41534 100644 --- a/localedata/locales/aa_ER@saaho +++ b/localedata/locales/aa_ER@saaho @@ -12,10 +12,6 @@ escape_char / % % Afar language locale for Eritrea (Saaho Dialect). % -% Afar terms provided by Mohamed Obakar of the -% Afar Civilization Researcher, Melka Werer Research Center. -% Prepared and contributed to glibc by Daniel Yacob . -% % This locale data has been developed under the Yeha Project: % http://yeha.sourceforge.net/ % diff --git a/localedata/locales/aa_ET b/localedata/locales/aa_ET index 1bc7c4a7d9c..7e939c44776 100644 --- a/localedata/locales/aa_ET +++ b/localedata/locales/aa_ET @@ -12,10 +12,6 @@ escape_char / % % Afar language locale for Ethiopia (Cadu//Carra Dialects). % -% Afar terms provided by Mohamed Obakar of the -% Afar Civilization Researcher, Melka Werer Research Center. -% Prepared and contributed to glibc by Daniel Yacob . -% % This locale data has been developed under the Yeha Project: % http://yeha.sourceforge.net/ % diff --git a/localedata/locales/agr_PE b/localedata/locales/agr_PE index 7b8b6b4d7f7..cfafa370ca8 100644 --- a/localedata/locales/agr_PE +++ b/localedata/locales/agr_PE @@ -12,14 +12,6 @@ escape_char / % % AwajĂșn / Aguaruna (agr) language locale for Peru % -% Prepared and contributed to glibc by Chris Leonard and -% Sebastian Silva -% -% This locale data has been developed in collaboration between: -% Sugar Labs, http://www.sugarlabs.org/ -% One Laptop Per Child, http://one.laptop.org/ -% Somos AzĂșcar. http://somosazucar.org/ -% % Los autores desean agradecer a los desafĂ­os de la clasificaciĂłn de las lenguas andinas % con los cĂłdigos ISO-639 disponibles en la actualidad y su disposiciĂłn a trabajar con % todos los interesados en mejorar la representaciĂłn de todas las lenguas andinas. diff --git a/localedata/locales/ak_GH b/localedata/locales/ak_GH index f42b58d400d..41d35189e07 100644 --- a/localedata/locales/ak_GH +++ b/localedata/locales/ak_GH @@ -12,13 +12,6 @@ escape_char / % % Akan locale for Ghana % -% Prepared and contributed to glibc by Chris Leonard -% and Jojoo Imbeah -% -% This locale data has been developed by: -% Sugar Labs, http://www.sugarlabs.org/ -% kasahorow, http://www.kasahorow.org/ -% % build with: localedef -f UTF-8 -i ak_GH ak_GH % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/am_ET b/localedata/locales/am_ET index 7846d6278c4..76b9ae4e1b5 100644 --- a/localedata/locales/am_ET +++ b/localedata/locales/am_ET @@ -12,11 +12,6 @@ escape_char / % % Amharic language locale for Ethiopia. % -% Prepared and contributed to glibc by Daniel Yacob . -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f UTF-8 -i am_ET am_ET % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/anp_IN b/localedata/locales/anp_IN index cec4b26e46a..09d0ebd1fbd 100644 --- a/localedata/locales/anp_IN +++ b/localedata/locales/anp_IN @@ -12,10 +12,6 @@ escape_char / % % Angika language locale for India. % -% Contributed by Dr Amrendra, Sangeeta Kumari , -% Rajesh Ranjan , Pravin Satpute -% and Chris Leonard -% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_IDENTIFICATION diff --git a/localedata/locales/ar_AE b/localedata/locales/ar_AE index bbf13da111e..70f2ac82362 100644 --- a/localedata/locales/ar_AE +++ b/localedata/locales/ar_AE @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for United Arab Emirates. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for United Arab Emirates" diff --git a/localedata/locales/ar_BH b/localedata/locales/ar_BH index c6dd290feb8..3d6888f6ca2 100644 --- a/localedata/locales/ar_BH +++ b/localedata/locales/ar_BH @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Bahrain. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Bahrain" diff --git a/localedata/locales/ar_DZ b/localedata/locales/ar_DZ index 8a8b2151475..acd7e367539 100644 --- a/localedata/locales/ar_DZ +++ b/localedata/locales/ar_DZ @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Algeria. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Algeria" diff --git a/localedata/locales/ar_EG b/localedata/locales/ar_EG index ae938814f57..0f654ce95ea 100644 --- a/localedata/locales/ar_EG +++ b/localedata/locales/ar_EG @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Egypt. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Egypt" diff --git a/localedata/locales/ar_IN b/localedata/locales/ar_IN index 5fa2e11d556..931561c0839 100644 --- a/localedata/locales/ar_IN +++ b/localedata/locales/ar_IN @@ -8,9 +8,6 @@ escape_char / % exempt you from the conditions of the license if your use would % otherwise be governed by that license. -% Contributed by Kentaro Noji (knoji@jp.ibm.com) -% Tetsuji Oriata (Oriata@jp.ibm.com) and Others, 2000 - LC_IDENTIFICATION title "Arabic language locale for India" diff --git a/localedata/locales/ar_IQ b/localedata/locales/ar_IQ index bda15dd5532..7828d6c4886 100644 --- a/localedata/locales/ar_IQ +++ b/localedata/locales/ar_IQ @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Iraq. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Iraq" diff --git a/localedata/locales/ar_JO b/localedata/locales/ar_JO index 22974463f70..cc459ab3828 100644 --- a/localedata/locales/ar_JO +++ b/localedata/locales/ar_JO @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Jordan. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Jordan" diff --git a/localedata/locales/ar_KW b/localedata/locales/ar_KW index e2e7cf41152..a7116245328 100644 --- a/localedata/locales/ar_KW +++ b/localedata/locales/ar_KW @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Kuwait. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Kuwait" diff --git a/localedata/locales/ar_LB b/localedata/locales/ar_LB index 512331b3e77..79781b8bb88 100644 --- a/localedata/locales/ar_LB +++ b/localedata/locales/ar_LB @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Lebanon. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Lebanon" diff --git a/localedata/locales/ar_LY b/localedata/locales/ar_LY index 6ae573e1bf6..6468b3e0f3a 100644 --- a/localedata/locales/ar_LY +++ b/localedata/locales/ar_LY @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Libyan Arab Jamahiriya. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Libyan Arab Jamahiriya" diff --git a/localedata/locales/ar_MA b/localedata/locales/ar_MA index 11f6ba415cf..e89e176988f 100644 --- a/localedata/locales/ar_MA +++ b/localedata/locales/ar_MA @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Morocco. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Morocco" diff --git a/localedata/locales/ar_OM b/localedata/locales/ar_OM index f4a9a7b261d..863084f089b 100644 --- a/localedata/locales/ar_OM +++ b/localedata/locales/ar_OM @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Oman. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Oman" diff --git a/localedata/locales/ar_QA b/localedata/locales/ar_QA index eb06d193b45..290739bb3cd 100644 --- a/localedata/locales/ar_QA +++ b/localedata/locales/ar_QA @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Qatar. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Qatar" diff --git a/localedata/locales/ar_SD b/localedata/locales/ar_SD index 1dc7d5b8d96..46a5ee51b80 100644 --- a/localedata/locales/ar_SD +++ b/localedata/locales/ar_SD @@ -11,10 +11,7 @@ escape_char / %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Arabic language locale for Sudan. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . % -% Modified by Chris Leonard, version 1.1 for South Sudan split %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_IDENTIFICATION diff --git a/localedata/locales/ar_SS b/localedata/locales/ar_SS index 55ab87a372b..40b5b0226fe 100644 --- a/localedata/locales/ar_SS +++ b/localedata/locales/ar_SS @@ -11,10 +11,7 @@ escape_char / %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Arabic language locale for South Sudan. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . % -% Modified by Chris Leonard, version 1.1 for South Sudan split %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_IDENTIFICATION diff --git a/localedata/locales/ar_SY b/localedata/locales/ar_SY index 94eb6fb9a76..015bd979adf 100644 --- a/localedata/locales/ar_SY +++ b/localedata/locales/ar_SY @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Syrian Arab Republic. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Syrian Arab Republic" diff --git a/localedata/locales/ar_TN b/localedata/locales/ar_TN index 52fd6e213e8..88ae5c7cbcd 100644 --- a/localedata/locales/ar_TN +++ b/localedata/locales/ar_TN @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Tunisia. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Tunisia" diff --git a/localedata/locales/ar_YE b/localedata/locales/ar_YE index 8a5fb2867fd..b12d0664561 100644 --- a/localedata/locales/ar_YE +++ b/localedata/locales/ar_YE @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Arabic language locale for Yemen. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Arabic language locale for Yemen" diff --git a/localedata/locales/ayc_PE b/localedata/locales/ayc_PE index 7cb35d0b342..f7c9ebb7172 100644 --- a/localedata/locales/ayc_PE +++ b/localedata/locales/ayc_PE @@ -12,18 +12,6 @@ escape_char / % % Aymara, Southern (ayc) language locale for Peru % -% Aymara terms provided by Edgar Quispe Chambi and -% Amos Batto -% -% Prepared and contributed to glibc by Chris Leonard and -% Amos Batto -% -% This locale data has been developed in collaboration between: -% Sugar Labs, http://www.sugarlabs.org/ -% One Laptop Per Child, http://one.laptop.org/ -% Runasimipi Quespiqa Software, http://runasimipi.org/ -% Somos AzĂșcar. http://somosazucar.org/ -% % Los autores desean agradecer a los desafĂ­os de la clasificaciĂłn de las lenguas andinas % con los cĂłdigos ISO-639 disponibles en la actualidad y su disposiciĂłn a trabajar con % todos los interesados ​​en mejorar la representaciĂłn de todas las lenguas andinas. diff --git a/localedata/locales/az_IR b/localedata/locales/az_IR index c0334630aee..169df669aed 100644 --- a/localedata/locales/az_IR +++ b/localedata/locales/az_IR @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % South Azerbaijani Language Locale for Iran -% Contributed by Mousa Moradi % FIXME: Azerbaijani O in the arabic script which should have a circle above WAW, % was not found in the unicode table, so we're using the simple WAW and the Sukun diff --git a/localedata/locales/bhb_IN b/localedata/locales/bhb_IN index d570a056b42..a395b02cc47 100644 --- a/localedata/locales/bhb_IN +++ b/localedata/locales/bhb_IN @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Bhili(devanagari) language locale for India. -% Contributed by Alexey Merzliakov LC_IDENTIFICATION title "Bhili(devanagari) language locale for India" diff --git a/localedata/locales/bho_IN b/localedata/locales/bho_IN index 44374af8e58..6166b669b82 100644 --- a/localedata/locales/bho_IN +++ b/localedata/locales/bho_IN @@ -9,9 +9,6 @@ escape_char / % otherwise be governed by that license. % Bhojpuri language locale for India. -% Contributed by Alok Ranjan , -% Dr.Chandra Mohan , -% Rajesh Ranjan and Pravin Satpute LC_IDENTIFICATION title "Bhojpuri language locale for India" diff --git a/localedata/locales/bi_VU b/localedata/locales/bi_VU index 8e73caf6e39..69d9f0c4fcf 100644 --- a/localedata/locales/bi_VU +++ b/localedata/locales/bi_VU @@ -2,7 +2,6 @@ comment_char % escape_char / % Bislama language locale for Vanuatu. -% Contributed by Akhilesh Kumar , Maninder Singh . % Words translated from http://bislama.org/dbquery2.php % http://www.bislama.org/translate % http://wikitravel.org/en/Bislama_phrasebook diff --git a/localedata/locales/brx_IN b/localedata/locales/brx_IN index 1c569ccf875..5a3768e9edf 100644 --- a/localedata/locales/brx_IN +++ b/localedata/locales/brx_IN @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Bodo language locale for India. -% Contributed by Pravin Satpute and Sanjib Narzary % Reference http://www.unicode.org/cldr/trac/browser/trunk/common/main/brx.xml LC_IDENTIFICATION diff --git a/localedata/locales/ce_RU b/localedata/locales/ce_RU index f96d9385f9d..271cbb0292a 100644 --- a/localedata/locales/ce_RU +++ b/localedata/locales/ce_RU @@ -9,7 +9,7 @@ escape_char / % otherwise be governed by that license. % Chechen locale for RUSSIAN FEDERATION. -% Contributed by Kentaroh Noji Arslanbek Astemirov + LC_IDENTIFICATION title "Chechen locale for RUSSIAN FEDERATION" source "ANCHR" diff --git a/localedata/locales/chr_US b/localedata/locales/chr_US index f060a2ecdef..f950af577e3 100644 --- a/localedata/locales/chr_US +++ b/localedata/locales/chr_US @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Locale for Cherokee locale in the USA -% Contributed by Joseph Erb , 2010 LC_IDENTIFICATION title "Cherokee language locale for United States" diff --git a/localedata/locales/ckb_IQ b/localedata/locales/ckb_IQ index ef2f3fcf2dd..79f04750b92 100644 --- a/localedata/locales/ckb_IQ +++ b/localedata/locales/ckb_IQ @@ -11,7 +11,6 @@ escape_char / % FOR ALL KURDISH DIALECTS USING ARABIC ALPHABETS % Central Kurdish language locale for Iraq (using Arabic letters): -% Contributed by Aras Noori % Filename: ckb_iq % Locale name: ckb_iq.UTF-8 % Language: Central Kurdish (Sorani) diff --git a/localedata/locales/cmn_TW b/localedata/locales/cmn_TW index 9d9aca0f9e2..b8335439443 100644 --- a/localedata/locales/cmn_TW +++ b/localedata/locales/cmn_TW @@ -12,8 +12,6 @@ escape_char / % % Mandarin Chinese locale for the Republic of China % -% Prepared and contributed to glibc by Wei-Lun Chao -% % build with: localedef -f UTF-8 -i cmn_TW cmn_TW % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/cns11643_stroke b/localedata/locales/cns11643_stroke index 5225430e177..be0bcc698e3 100644 --- a/localedata/locales/cns11643_stroke +++ b/localedata/locales/cns11643_stroke @@ -12,7 +12,6 @@ # Original data from CNS11643 at http://www.cns11643.gov.tw/ # License: Open Government Data License 1.0 (compatible with the CC BY 4.0) # -# Prepared and contributed to glibc by Wei-Lun Chao # Project at https://github.com/chinese-opendesktop/cns11643-data # ################################################################################ diff --git a/localedata/locales/de_DE b/localedata/locales/de_DE index c7f06555dc1..49a421fff41 100644 --- a/localedata/locales/de_DE +++ b/localedata/locales/de_DE @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Locale for German locale in Germany -% Contributed by Ulrich Drepper , 2000 LC_IDENTIFICATION title "German locale for Germany" diff --git a/localedata/locales/de_DE@euro b/localedata/locales/de_DE@euro index 156caf26415..65e62a55857 100644 --- a/localedata/locales/de_DE@euro +++ b/localedata/locales/de_DE@euro @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Locale for German locale in Germany -% Contributed by Ulrich Drepper , 2000 LC_IDENTIFICATION title "German locale for Germany with Euro" diff --git a/localedata/locales/doi_IN b/localedata/locales/doi_IN index b7cb6d16bcf..b5c71458e52 100644 --- a/localedata/locales/doi_IN +++ b/localedata/locales/doi_IN @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Dogri language locale for India. -% Contributed by Pravin Satpute and Sushil Badyal LC_IDENTIFICATION title "Dogri language locale for India" diff --git a/localedata/locales/el_CY b/localedata/locales/el_CY index 28055f335bb..04eb1595f3e 100644 --- a/localedata/locales/el_CY +++ b/localedata/locales/el_CY @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Greek Language Locale for Cyprus -% Based on locale el_GR by Keld Simonsen. LC_IDENTIFICATION title "Greek locale for Cyprus" diff --git a/localedata/locales/en_AG b/localedata/locales/en_AG index 0e63580f489..58d5b1a819e 100644 --- a/localedata/locales/en_AG +++ b/localedata/locales/en_AG @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % English language locale for Antigua and Barbuda. -% Contributed by Ulrich Drepper , 2008 LC_IDENTIFICATION title "English language locale for Antigua and Barbuda" diff --git a/localedata/locales/en_HK b/localedata/locales/en_HK index d45af49c6d2..5f797e07609 100644 --- a/localedata/locales/en_HK +++ b/localedata/locales/en_HK @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % English locale for Hong Kong -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION % This is the ISO_IEC TR14652 Locale definition for the LC_IDENTIFICATION diff --git a/localedata/locales/en_IL b/localedata/locales/en_IL index 21c7f62a69d..b96cd6e7735 100644 --- a/localedata/locales/en_IL +++ b/localedata/locales/en_IL @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Locale for English locale in Israel -% Contributed by Guy Rutenberg , 2016 LC_IDENTIFICATION title "English locale for Israel" diff --git a/localedata/locales/en_IN b/localedata/locales/en_IN index b03d1179eb0..c378404f77c 100644 --- a/localedata/locales/en_IN +++ b/localedata/locales/en_IN @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % English locale for India. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "English language locale for India" diff --git a/localedata/locales/en_PH b/localedata/locales/en_PH index 67d2020f861..365fb228491 100644 --- a/localedata/locales/en_PH +++ b/localedata/locales/en_PH @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % English language locale for Philippines. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION % This is the ISO_IEC TR14652 Locale definition for the LC_IDENTIFICATION diff --git a/localedata/locales/en_SC b/localedata/locales/en_SC index 49800a83fe3..802e5f79457 100644 --- a/localedata/locales/en_SC +++ b/localedata/locales/en_SC @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Locale for English locale in the Seychelles -% Contributed by Akhilesh Kumar LC_IDENTIFICATION title "English locale for the Seychelles" diff --git a/localedata/locales/en_SG b/localedata/locales/en_SG index 0d8590b0da3..5661342be85 100644 --- a/localedata/locales/en_SG +++ b/localedata/locales/en_SG @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % English language locale for Singapore. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "English language locale for Singapore" diff --git a/localedata/locales/en_US b/localedata/locales/en_US index 15c6354fcf4..5cc518dff2f 100644 --- a/localedata/locales/en_US +++ b/localedata/locales/en_US @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Locale for English locale in the USA -% Contributed by Ulrich Drepper , 2000 LC_IDENTIFICATION title "English locale for the USA" diff --git a/localedata/locales/gez_ER b/localedata/locales/gez_ER index 261f9da0aab..e20b4fc6bf6 100644 --- a/localedata/locales/gez_ER +++ b/localedata/locales/gez_ER @@ -12,11 +12,6 @@ escape_char / % % Ge'ez language locale for Eritrea. % -% Prepared and contributed to glibc by Daniel Yacob . -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f UTF-8 -i gez_ER gez_ER % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/gez_ER@abegede b/localedata/locales/gez_ER@abegede index a555f451e64..faaa752fa8d 100644 --- a/localedata/locales/gez_ER@abegede +++ b/localedata/locales/gez_ER@abegede @@ -12,11 +12,6 @@ escape_char / % % Ge'ez language locale for Eritrea with Abegede collation. % -% Prepared and contributed to glibc by Daniel Yacob . -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f UTF-8 -i gez_ER-Abegede gez_ER-Abegede % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/gez_ET b/localedata/locales/gez_ET index bc8e0d392eb..f71da2bca79 100644 --- a/localedata/locales/gez_ET +++ b/localedata/locales/gez_ET @@ -12,11 +12,6 @@ escape_char / % % Ge'ez language locale for Ethiopia. % -% Prepared and contributed to glibc by Daniel Yacob . -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f UTF-8 -i gez_ET gez_ET % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/gez_ET@abegede b/localedata/locales/gez_ET@abegede index dc330851c90..759a5344a37 100644 --- a/localedata/locales/gez_ET@abegede +++ b/localedata/locales/gez_ET@abegede @@ -12,11 +12,6 @@ escape_char / % % Ge'ez language locale for Ethiopia with Abegede collation. % -% Prepared and contributed to glibc by Daniel Yacob . -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f UTF-8 -i gez_ET-Abegede gez_ET-Abegede % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/hak_TW b/localedata/locales/hak_TW index 73b9678ec4b..77708081bba 100644 --- a/localedata/locales/hak_TW +++ b/localedata/locales/hak_TW @@ -12,8 +12,6 @@ escape_char / % % Hakka Chinese locale for the Republic of China % -% Prepared and contributed to glibc by Wei-Lun Chao -% % build with: localedef -f UTF-8 -i hak_TW hak_TW % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/hi_IN b/localedata/locales/hi_IN index c572640e40b..01a744c51dc 100644 --- a/localedata/locales/hi_IN +++ b/localedata/locales/hi_IN @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Hindi language locale for India. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Hindi language locale for India" diff --git a/localedata/locales/hif_FJ b/localedata/locales/hif_FJ index bdf2600e41c..adaef1757bc 100644 --- a/localedata/locales/hif_FJ +++ b/localedata/locales/hif_FJ @@ -2,7 +2,6 @@ comment_char % escape_char / % Fiji Hindi language locale same as Hindi for Fiji. -% Contributed by Akhilesh Kumar . % Words translated from https://en.wikipedia.org/wiki/Fiji_Hindi LC_IDENTIFICATION diff --git a/localedata/locales/hne_IN b/localedata/locales/hne_IN index 1034d23299c..d56d5b1eb6f 100644 --- a/localedata/locales/hne_IN +++ b/localedata/locales/hne_IN @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Chhattisgarhi language locale for India. -% Contributed by Pravin Satpute and -% Ravishankar Shrivastava . LC_IDENTIFICATION title "Chhattisgarhi language locale for India" diff --git a/localedata/locales/ht_HT b/localedata/locales/ht_HT index 06d16988223..a626a4bf17b 100644 --- a/localedata/locales/ht_HT +++ b/localedata/locales/ht_HT @@ -12,14 +12,6 @@ escape_char / % % Haitian Kreyol (KreyĂČl Ayisyen) language locale for Haiti % -% Prepared and contributed to glibc by Bastien Guerry and -% Chris Leonard -% This locale data has been developed in collaboration between: -% Sugar Labs, http://www.sugarlabs.org/ -% One Laptop Per Child, http://one.laptop.org/ -% OLPC France, http://olpc-france.org -% and members of the OLPC Haiti volunteer team -% % build with: localedef -f UTF-8 -i ht_HT ht_HT % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/kab_DZ b/localedata/locales/kab_DZ index e8af5d8cd98..f501f75781d 100644 --- a/localedata/locales/kab_DZ +++ b/localedata/locales/kab_DZ @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Kabyle language locale for Algeria -% Contributed by Yacine Bouklif -% and Belkacem Mohammed LC_IDENTIFICATION title "Kabyle language locale for Algeria" diff --git a/localedata/locales/kok_IN b/localedata/locales/kok_IN index bf884e0535b..18658b1ef84 100644 --- a/localedata/locales/kok_IN +++ b/localedata/locales/kok_IN @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Konkani language locale for India. -% Contributed by Pravin Satpute and -% Shailendra Bandodkar . LC_IDENTIFICATION title "Konkani language locale for India" diff --git a/localedata/locales/ks_IN b/localedata/locales/ks_IN index 5f441bd4375..f0e13530ce8 100644 --- a/localedata/locales/ks_IN +++ b/localedata/locales/ks_IN @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Kashmiri language locale for India. -% Contributed by Pravin Satpute and -% Mr. Mohammad Nayeem LC_IDENTIFICATION diff --git a/localedata/locales/ks_IN@devanagari b/localedata/locales/ks_IN@devanagari index 10654c7c9c4..b56cfd9df70 100644 --- a/localedata/locales/ks_IN@devanagari +++ b/localedata/locales/ks_IN@devanagari @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Kashmiri(devanagari) language locale for India. -% Contributed by Rakesh Pandit and -% Pravin Satpute LC_IDENTIFICATION title "Kashmiri(devanagari) language locale for India" diff --git a/localedata/locales/lb_LU b/localedata/locales/lb_LU index 92f1e22e1af..bcaa8708aac 100644 --- a/localedata/locales/lb_LU +++ b/localedata/locales/lb_LU @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Locale for Luxembourgish locale in Luxembourg -% Contributed by Pit Wenkin , 2011 LC_IDENTIFICATION title "Luxembourgish locale for Luxembourg" diff --git a/localedata/locales/lij_IT b/localedata/locales/lij_IT index 2d6e5fcc5c1..34b3e2022b9 100644 --- a/localedata/locales/lij_IT +++ b/localedata/locales/lij_IT @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Locale for Ligurian locale in Italy -% Contributed by Alessio Gastaldi , 2010 LC_IDENTIFICATION title "Ligurian locale for Italy" diff --git a/localedata/locales/lzh_TW b/localedata/locales/lzh_TW index 4740418a83a..26f30b8a523 100644 --- a/localedata/locales/lzh_TW +++ b/localedata/locales/lzh_TW @@ -12,8 +12,6 @@ escape_char / % % Literary Chinese locale for the Republic of China % -% Prepared and contributed to glibc by Wei-Lun Chao -% % build with: localedef -f UTF-8 -i lzh_TW lzh_TW % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/mag_IN b/localedata/locales/mag_IN index 0d5a0b8fe51..98948e4e500 100644 --- a/localedata/locales/mag_IN +++ b/localedata/locales/mag_IN @@ -9,9 +9,6 @@ escape_char / % otherwise be governed by that license. % Magahi language locale for India. -% Contributed by Chandan Kumar , -% Rajesh Ranjan -% and Pravin Satpute LC_IDENTIFICATION title "Magahi language locale for India" diff --git a/localedata/locales/mai_IN b/localedata/locales/mai_IN index 4f1b28cf2cc..939e19697ae 100644 --- a/localedata/locales/mai_IN +++ b/localedata/locales/mai_IN @@ -9,9 +9,6 @@ escape_char / % otherwise be governed by that license. % Maithili language locale for India. -% Contributed by Rajesh Ranjan and -% Sangeeta Kumari . -% Akhilesh Kumar . LC_IDENTIFICATION title "Maithili language locale for India" diff --git a/localedata/locales/mfe_MU b/localedata/locales/mfe_MU index 7fabc5f80d9..3b5ecd83bec 100644 --- a/localedata/locales/mfe_MU +++ b/localedata/locales/mfe_MU @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Locale for Morisyen locale in the Mauritius -% Contributed by Akhilesh Kumar LC_IDENTIFICATION title "Morisyen locale for Mauritius" diff --git a/localedata/locales/miq_NI b/localedata/locales/miq_NI index c79c5f701ca..23675795264 100644 --- a/localedata/locales/miq_NI +++ b/localedata/locales/miq_NI @@ -12,15 +12,6 @@ escape_char / % % MĂ­skitu / Miskito (miq) language locale for Nicaragua % -% Prepared and contributed to glibc by Chris Leonard and -% Jairo JosuĂ© Gonzalez LĂłpez -% -% This locale data has been developed in collaboration between: -% Sugar Labs, http://www.sugarlabs.org/ -% One Laptop Per Child, http://one.laptop.org/ -% Somos AzĂșcar. http://somosazucar.org/ -% FundaciĂłn Zamora TerĂĄn http://fundacionzt.org/ -% % Los autores desean agradecer a los desafĂ­os de la clasificaciĂłn de las lenguas indigenas % con los cĂłdigos ISO-639 disponibles en la actualidad y su disposiciĂłn a trabajar con % todos los interesados ​​en mejorar la representaciĂłn de todas las lenguas indigenas. diff --git a/localedata/locales/mjw_IN b/localedata/locales/mjw_IN index efa894ba9db..3dc905af522 100644 --- a/localedata/locales/mjw_IN +++ b/localedata/locales/mjw_IN @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Karbi Language Locale for India. -% Contributed by Jor Teron . LC_IDENTIFICATION title "Karbi language locale for India" diff --git a/localedata/locales/ml_IN b/localedata/locales/ml_IN index 70f26974a0d..e98d9f712e5 100644 --- a/localedata/locales/ml_IN +++ b/localedata/locales/ml_IN @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Malayalam language locale for India. -% Contributed by Free Software Foundation of India http://gnu.org.in -% E-Mail : gnu@gnu.org.in LC_IDENTIFICATION title "Malayalam language locale for India" diff --git a/localedata/locales/mni_IN b/localedata/locales/mni_IN index 99412a107aa..d3c5ca2ffb2 100644 --- a/localedata/locales/mni_IN +++ b/localedata/locales/mni_IN @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Manipuri language locale for India. -% Contributed by Mr. Pravin Satpute and Ms. Rebika Devi < rebika_srd AT rediffmail DOT com> LC_IDENTIFICATION title "Manipuri language locale for India" diff --git a/localedata/locales/mr_IN b/localedata/locales/mr_IN index 65efc34c427..9e84aaf9ded 100644 --- a/localedata/locales/mr_IN +++ b/localedata/locales/mr_IN @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Marathi language locale for India. -% Contributed by Kentaroh Noji and Tetsuji Orita . LC_IDENTIFICATION title "Marathi language locale for India" diff --git a/localedata/locales/ms_MY b/localedata/locales/ms_MY index d7f8a9d03c5..e20224c9d48 100644 --- a/localedata/locales/ms_MY +++ b/localedata/locales/ms_MY @@ -9,9 +9,6 @@ escape_char / % otherwise be governed by that license. % Malay language locale for Malaysia. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . -% Modified by Hasbullah Bin Pit (sebol) 2001, December, 10 LC_IDENTIFICATION title "Malay language locale for Malaysia" diff --git a/localedata/locales/mt_MT b/localedata/locales/mt_MT index 15ad26e5c5b..a4b8393c859 100644 --- a/localedata/locales/mt_MT +++ b/localedata/locales/mt_MT @@ -9,11 +9,6 @@ escape_char / % otherwise be governed by that license. % Maltese language locale for Malta. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . -% -% collating order changes by Ramon Casha -% and Pablo Saratxaga -- 2002-05-08 LC_IDENTIFICATION title "Maltese language locale for Malta" diff --git a/localedata/locales/nan_TW b/localedata/locales/nan_TW index 0c2a56f4cad..d59295fd121 100644 --- a/localedata/locales/nan_TW +++ b/localedata/locales/nan_TW @@ -12,8 +12,6 @@ escape_char / % % Min Nan Chinese locale for the Republic of China % -% Prepared and contributed to glibc by Wei-Lun Chao -% % build with: localedef -f UTF-8 -i nan_TW nan_TW % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/ne_NP b/localedata/locales/ne_NP index 09f6009a81e..646c19a0592 100644 --- a/localedata/locales/ne_NP +++ b/localedata/locales/ne_NP @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Nepali language locale for Nepal. -% Contributed by Pawan Chitrakar LC_IDENTIFICATION title "Nepali language locale for Nepal" diff --git a/localedata/locales/niu_NU b/localedata/locales/niu_NU index aaac0f47999..307e6fb1716 100644 --- a/localedata/locales/niu_NU +++ b/localedata/locales/niu_NU @@ -12,18 +12,6 @@ escape_char / % % Niuean, Vagahau Niue language locale for Niue % -% Niuean terms provided by Emani Fakaotimanava-Lui -% -% Prepared and contributed to glibc by Chris Leonard and -% Emani Fakaotimanava-Lui -% -% This locale data has been developed in collaboration between: -% Sugar Labs, http://www.sugarlabs.org/ -% RockET Systems, http://rocketsystems.nu/ -% -% with support from the Internet Society (ISOC) -% http://pacific.scoop.co.nz/2012/06/internet-society-funds-niue-language-lifeline/ -% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_IDENTIFICATION diff --git a/localedata/locales/niu_NZ b/localedata/locales/niu_NZ index 2eba7d2630f..eaec616c6d3 100644 --- a/localedata/locales/niu_NZ +++ b/localedata/locales/niu_NZ @@ -12,18 +12,6 @@ escape_char / % % Niuean, Vagahau Niue language locale for New Zealand % -% Niuean terms provided by Emani Fakaotimanava-Lui -% -% Prepared and contributed to glibc by Chris Leonard and -% Emani Fakaotimanava-Lui -% -% This locale data has been developed in collaboration between: -% Sugar Labs, http://www.sugarlabs.org/ -% RockET Systems, http://rocketsystems.nu/ -% -% with support from the Internet Society (ISOC) -% http://pacific.scoop.co.nz/2012/06/internet-society-funds-niue-language-lifeline/ -% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_IDENTIFICATION diff --git a/localedata/locales/nl_AW b/localedata/locales/nl_AW index af2cc64761d..3bf50aa1cf9 100644 --- a/localedata/locales/nl_AW +++ b/localedata/locales/nl_AW @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Dutch language locale for Aruba. -% Contributed by Ulrich Drepper , 2008 LC_IDENTIFICATION title "Dutch language locale for Aruba" diff --git a/localedata/locales/nn_NO b/localedata/locales/nn_NO index c8da4ce086d..c6a7bce279b 100644 --- a/localedata/locales/nn_NO +++ b/localedata/locales/nn_NO @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Nynorsk language locale for Norway. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Nynorsk language locale for Norway" diff --git a/localedata/locales/or_IN b/localedata/locales/or_IN index cd6c78385b8..35d5b88fd25 100644 --- a/localedata/locales/or_IN +++ b/localedata/locales/or_IN @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Odia locale for India. -% Contributed by Masahide Washizawa %%%%%%%%%%%%% LC_IDENTIFICATION diff --git a/localedata/locales/quz_PE b/localedata/locales/quz_PE index a58ee3a066a..4806eb7365e 100644 --- a/localedata/locales/quz_PE +++ b/localedata/locales/quz_PE @@ -12,14 +12,6 @@ escape_char / % % Cusco Quechua language locale for Peru % -% Prepared and contributed to glibc by Chris Leonard -% and Amos Batto -% -% This locale data has been developed in collaboration between: -% Sugar Labs, http://www.sugarlabs.org/ -% Instituto de Lenguas y Literaturas Andinas-Amazonicas -% http://www.illa-a.org/wp/illa/ -% % build with: localedef -f UTF-8 -i quz_PE quz_PE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/raj_IN b/localedata/locales/raj_IN index 15c1ce48941..3fd520ba1d1 100644 --- a/localedata/locales/raj_IN +++ b/localedata/locales/raj_IN @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Rajasthani language locale for India. -% Contributed by Meghraj Suthar -% Rajesh Ranjan , Chandan Kumar LC_IDENTIFICATION title "Rajasthani language locale for India" diff --git a/localedata/locales/rw_RW b/localedata/locales/rw_RW index cbcf2832669..85f26ca6c49 100644 --- a/localedata/locales/rw_RW +++ b/localedata/locales/rw_RW @@ -9,9 +9,6 @@ escape_char / % otherwise be governed by that license. % Locale for Kinyarwanda locale in Rwanda -% Contributed by Steve Murphy , 2004 -% with help from: -% Mr. Safali LC_IDENTIFICATION title "Kinyarwanda language locale for Rwanda" diff --git a/localedata/locales/sa_IN b/localedata/locales/sa_IN index 6d0c4978c19..3cfb6a34aef 100644 --- a/localedata/locales/sa_IN +++ b/localedata/locales/sa_IN @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Sanskrit language locale for India. -% Contributed by Vidya Ayer -% and Christian Perrier LC_IDENTIFICATION title "Sanskrit language locale for India" diff --git a/localedata/locales/sat_IN b/localedata/locales/sat_IN index fbecda5f60a..237c79ad45f 100644 --- a/localedata/locales/sat_IN +++ b/localedata/locales/sat_IN @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Santali language locale for India. -% Contributed by Mr. Pravin Satpute and Mr. Thakur Prasad Murmu LC_IDENTIFICATION title "Santali language locale for India" diff --git a/localedata/locales/sd_IN b/localedata/locales/sd_IN index 7b7520f4539..ad55a640614 100644 --- a/localedata/locales/sd_IN +++ b/localedata/locales/sd_IN @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Sindhi language locale for India. -% Contributed by Pravin Satpute and -% DR K.P. LEKHWANI LC_IDENTIFICATION diff --git a/localedata/locales/sd_IN@devanagari b/localedata/locales/sd_IN@devanagari index 5449a395807..752cbaa7b7d 100644 --- a/localedata/locales/sd_IN@devanagari +++ b/localedata/locales/sd_IN@devanagari @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Sindhi language locale for India. -% Contributed by Pravin Satpute and -% DR K.P. LEKHWANI LC_IDENTIFICATION title "Sindhi language locale for India" diff --git a/localedata/locales/si_LK b/localedata/locales/si_LK index dc4a9eb04de..466761672ec 100644 --- a/localedata/locales/si_LK +++ b/localedata/locales/si_LK @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Sinhala language locale for Sri Lanka. -% Contributed by Anuradha Ratnaweera -% and Himira Ratnatilake LC_IDENTIFICATION title "Sinhala language locale for Sri Lanka" diff --git a/localedata/locales/sm_WS b/localedata/locales/sm_WS index 150a01c8f1b..6ddf3c03adc 100644 --- a/localedata/locales/sm_WS +++ b/localedata/locales/sm_WS @@ -2,7 +2,6 @@ comment_char % escape_char / % Samoan language locale for Samoa. -% Contributed by Akhilesh Kumar . % Words translated from https://glosbe.com/sm/en/asu LC_IDENTIFICATION diff --git a/localedata/locales/so_DJ b/localedata/locales/so_DJ index a21297731e1..2491bacbde6 100644 --- a/localedata/locales/so_DJ +++ b/localedata/locales/so_DJ @@ -12,13 +12,6 @@ escape_char / % % Somali language locale for Djibouti. % -% Somali terms provided by Mohamed Diriye Abdullahi -% Department of Linguistics and Translation, UniversitĂ© de MontrĂ©al, Montreal. -% Prepared and contributed to glibc by Daniel Yacob . -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f ISO-8859-1 -i so_DJ so_DJ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/so_ET b/localedata/locales/so_ET index 2f8fe420ccc..de900f36150 100644 --- a/localedata/locales/so_ET +++ b/localedata/locales/so_ET @@ -12,13 +12,6 @@ escape_char / % % Somali language locale for Ethiopia. % -% Somali terms provided by Mohamed Diriye Abdullahi -% Department of Linguistics and Translation, UniversitĂ© de MontrĂ©al, Montreal. -% Prepared and contributed to glibc by Daniel Yacob . -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f UTF-8 -i so_ET so_ET % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/so_KE b/localedata/locales/so_KE index 18ef57adbea..2a1562ef285 100644 --- a/localedata/locales/so_KE +++ b/localedata/locales/so_KE @@ -12,13 +12,6 @@ escape_char / % % Somali language locale for Kenya. % -% Somali terms provided by Mohamed Diriye Abdullahi -% Department of Linguistics and Translation, UniversitĂ© de MontrĂ©al, Montreal. -% Prepared and contributed to glibc by Daniel Yacob . -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f ISO-8859-1 -i so_KE so_KE % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/so_SO b/localedata/locales/so_SO index b0a935ee713..a695a296348 100644 --- a/localedata/locales/so_SO +++ b/localedata/locales/so_SO @@ -12,13 +12,6 @@ escape_char / % % Somali language locale for Somalia. % -% Somali terms provided by Mohamed Diriye Abdullahi -% Department of Linguistics and Translation, UniversitĂ© de MontrĂ©al, Montreal. -% Prepared and contributed to glibc by Daniel Yacob . -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f ISO-8859-1 -i so_SO so_SO % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/sq_AL b/localedata/locales/sq_AL index 30b7d8160a6..cbee23e6c06 100644 --- a/localedata/locales/sq_AL +++ b/localedata/locales/sq_AL @@ -9,9 +9,6 @@ escape_char / % otherwise be governed by that license. % Albanian language locale for Albania. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . -% fixed LC_COLLATE LC_IDENTIFICATION title "Albanian language locale for Albania" diff --git a/localedata/locales/sq_MK b/localedata/locales/sq_MK index c2325f3eaf9..a7bd4b01acb 100644 --- a/localedata/locales/sq_MK +++ b/localedata/locales/sq_MK @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Albanian language locale for Macedonia. -% Contributed by Agron Selimaj LC_IDENTIFICATION title "Albanian language locale for Macedonia" diff --git a/localedata/locales/ta_IN b/localedata/locales/ta_IN index 6ee1bce0f2f..595df4fbdde 100644 --- a/localedata/locales/ta_IN +++ b/localedata/locales/ta_IN @@ -9,10 +9,6 @@ escape_char / % otherwise be governed by that license. % Tamil language locale for India. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . -% Fixed day and month abbr & LC_NAME -% Added Madras Tamil Lexicon Collation Order: T. Vaseeharan LC_IDENTIFICATION title "Tamil language locale for India" diff --git a/localedata/locales/te_IN b/localedata/locales/te_IN index 2c940cc2c69..e67dd2b83e1 100644 --- a/localedata/locales/te_IN +++ b/localedata/locales/te_IN @@ -9,10 +9,6 @@ escape_char / % otherwise be governed by that license. % Telugu language locale for India. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . -% -% Updated by Sunil Mohan Adapa LC_IDENTIFICATION title "Telugu language locale for India" diff --git a/localedata/locales/the_NP b/localedata/locales/the_NP index 3b7595d5764..703a97aa353 100644 --- a/localedata/locales/the_NP +++ b/localedata/locales/the_NP @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Tharu language locale for Nepal. -% Contributed by Arun Kumar Pyasi LC_IDENTIFICATION title "Tharu language locale for Nepal" diff --git a/localedata/locales/ti_ER b/localedata/locales/ti_ER index 890bbb6d3cd..1b3934a8625 100644 --- a/localedata/locales/ti_ER +++ b/localedata/locales/ti_ER @@ -12,11 +12,6 @@ escape_char / % % Tigrigna language locale for Eritrea. % -% Prepared and contributed to glibc by Daniel Yacob -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f UTF-8 -i ti_ER ti_ER % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/ti_ET b/localedata/locales/ti_ET index e7c8ec362b9..fdf4bcd94b4 100644 --- a/localedata/locales/ti_ET +++ b/localedata/locales/ti_ET @@ -12,11 +12,6 @@ escape_char / % % Tigrigna language locale for Ethiopia. % -% Prepared and contributed to glibc by Daniel Yacob -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f UTF-8 -i ti_ET ti_ET % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/to_TO b/localedata/locales/to_TO index 3aec81bfd8f..70d7213e77b 100644 --- a/localedata/locales/to_TO +++ b/localedata/locales/to_TO @@ -2,7 +2,6 @@ comment_char % escape_char / % Tongan language locale for Tonga -% Contributed by Akhilesh Kumar . LC_IDENTIFICATION title "Tongan language locale for Tonga" diff --git a/localedata/locales/tpi_PG b/localedata/locales/tpi_PG index b4680b02993..1c41ca03769 100644 --- a/localedata/locales/tpi_PG +++ b/localedata/locales/tpi_PG @@ -9,7 +9,6 @@ escape_char / % otherwise be governed by that license. % Tok Pisin language locale for Papua New Guinea. -% Contributed by Akhilesh Kumar . % Words translated from http://www.tok-pisin.com/ LC_IDENTIFICATION diff --git a/localedata/locales/ur_IN b/localedata/locales/ur_IN index 12cd62141e7..47e890f3f11 100644 --- a/localedata/locales/ur_IN +++ b/localedata/locales/ur_IN @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Urdu language locale for India. -% Contributed by Pravin Satpute and -% Mrs. Nasreen Khan LC_IDENTIFICATION diff --git a/localedata/locales/wal_ET b/localedata/locales/wal_ET index 65b8e5f5bef..523cec0af91 100644 --- a/localedata/locales/wal_ET +++ b/localedata/locales/wal_ET @@ -12,11 +12,6 @@ escape_char / % % Walaita language locale for Ethiopia. % -% Prepared and contributed to glibc by Daniel Yacob . -% -% This locale data has been developed under the Yeha Project: -% http://yeha.sourceforge.net/ -% % build with: localedef -f UTF-8 -i wal_ET wal_ET % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/localedata/locales/zh_HK b/localedata/locales/zh_HK index 4974bb37b76..073f727b7f5 100644 --- a/localedata/locales/zh_HK +++ b/localedata/locales/zh_HK @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Chinese language locale for Hong Kong. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Chinese language locale for Hong Kong" diff --git a/localedata/locales/zh_SG b/localedata/locales/zh_SG index ade0a02a525..d3bc6fb2b73 100644 --- a/localedata/locales/zh_SG +++ b/localedata/locales/zh_SG @@ -9,8 +9,6 @@ escape_char / % otherwise be governed by that license. % Chinese language locale for Singapore. -% Contributed by Kentaroh Noji and -% Tetsuji Orita . LC_IDENTIFICATION title "Chinese language locale for Singapore" diff --git a/localedata/tests/test6.c b/localedata/tests/test6.c index edb5fe4a5fd..791bec24721 100644 --- a/localedata/tests/test6.c +++ b/localedata/tests/test6.c @@ -1,7 +1,6 @@ /* Test program for character classes and mappings. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/localedata/tst-ctype.c b/localedata/tst-ctype.c index 1e4fa132bb4..0d80fda45e4 100644 --- a/localedata/tst-ctype.c +++ b/localedata/tst-ctype.c @@ -1,6 +1,5 @@ /* 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/localedata/tst-digits.c b/localedata/tst-digits.c index 6c0dfa21e2e..8eac4bb3300 100644 --- a/localedata/tst-digits.c +++ b/localedata/tst-digits.c @@ -1,6 +1,5 @@ /* 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/localedata/tst-fmon.c b/localedata/tst-fmon.c index 06aced39bfe..25a6f8ab9e4 100644 --- a/localedata/tst-fmon.c +++ b/localedata/tst-fmon.c @@ -1,7 +1,6 @@ /* Testing the implementation of strfmon(3). Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jochen Hein , 1997. 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/localedata/tst-fmon.sh b/localedata/tst-fmon.sh index e8e5468b994..c25fb1702b6 100755 --- a/localedata/tst-fmon.sh +++ b/localedata/tst-fmon.sh @@ -2,7 +2,6 @@ # Testing the implementation of strfmon(3). # Copyright (C) 1996-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Jochen Hein , 1997. # 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/localedata/tst-langinfo.c b/localedata/tst-langinfo.c index f57f66d3ac8..5a13019c7cd 100644 --- a/localedata/tst-langinfo.c +++ b/localedata/tst-langinfo.c @@ -1,7 +1,6 @@ /* Test driver for nl_langinfo[_l] functions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . 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/localedata/tst-locale.sh b/localedata/tst-locale.sh index 75aecb09867..fbe5ec2fb99 100755 --- a/localedata/tst-locale.sh +++ b/localedata/tst-locale.sh @@ -2,7 +2,6 @@ # Testing the implementation of localedata. # Copyright (C) 1998-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Andreas Jaeger, , 1998. # 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/localedata/tst-mbswcs1.c b/localedata/tst-mbswcs1.c index 5998db4e64d..0cb0fa1d08d 100644 --- a/localedata/tst-mbswcs1.c +++ b/localedata/tst-mbswcs1.c @@ -1,7 +1,6 @@ /* Test restarting behaviour of mbrtowc. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible . 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/localedata/tst-mbswcs2.c b/localedata/tst-mbswcs2.c index 5c4a7c70416..cbbc061da7a 100644 --- a/localedata/tst-mbswcs2.c +++ b/localedata/tst-mbswcs2.c @@ -1,7 +1,6 @@ /* Test restarting behaviour of mbsnrtowcs. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible . 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/localedata/tst-mbswcs3.c b/localedata/tst-mbswcs3.c index 94d7cc119d4..23b29ac14d5 100644 --- a/localedata/tst-mbswcs3.c +++ b/localedata/tst-mbswcs3.c @@ -1,7 +1,6 @@ /* Test restarting behaviour of wcsrtombs. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible . 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/localedata/tst-mbswcs5.c b/localedata/tst-mbswcs5.c index 2abc27ca739..61b1cfc29d1 100644 --- a/localedata/tst-mbswcs5.c +++ b/localedata/tst-mbswcs5.c @@ -1,7 +1,6 @@ /* Test restarting behaviour of wcrtomb. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible . 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/localedata/tst-mbswcs6.c b/localedata/tst-mbswcs6.c index aefe41c0f5f..2441d33acae 100644 --- a/localedata/tst-mbswcs6.c +++ b/localedata/tst-mbswcs6.c @@ -1,7 +1,6 @@ /* Test for invalid input to wcrtomb. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/localedata/tst-numeric.c b/localedata/tst-numeric.c index 18ed5dbc9cc..2c96776a9f7 100644 --- a/localedata/tst-numeric.c +++ b/localedata/tst-numeric.c @@ -1,9 +1,7 @@ /* Testing the implementation of LC_NUMERIC and snprintf(). Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Petter Reinholdtsen , 2003 - Based on tst-fmon.c by Jochen Hein , 1997. 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/localedata/tst-numeric.sh b/localedata/tst-numeric.sh index bb28669e2da..b89e23af4da 100644 --- a/localedata/tst-numeric.sh +++ b/localedata/tst-numeric.sh @@ -2,7 +2,6 @@ # Testing the implementation of LC_NUMERIC and snprintf(3). # Copyright (C) 1996-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Jochen Hein , 1997. # 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/localedata/tst-rpmatch.c b/localedata/tst-rpmatch.c index c4ab8004753..bf8c0a80716 100644 --- a/localedata/tst-rpmatch.c +++ b/localedata/tst-rpmatch.c @@ -1,7 +1,6 @@ /* Test program for rpmatch function. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jochen Hein . 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/localedata/tst-rpmatch.sh b/localedata/tst-rpmatch.sh index 17218e5cf78..495eac746c7 100755 --- a/localedata/tst-rpmatch.sh +++ b/localedata/tst-rpmatch.sh @@ -3,7 +3,6 @@ # Copyright (C) 1998-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library and contains tests for # the rpmatch(3)-implementation. -# contributed by Jochen Hein # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/localedata/tst-setlocale.c b/localedata/tst-setlocale.c index a09a4de531f..4b15100172c 100644 --- a/localedata/tst-setlocale.c +++ b/localedata/tst-setlocale.c @@ -1,4 +1,3 @@ -/* Test case by Jakub Jelinek . */ #include #include #include diff --git a/localedata/tst-trans.c b/localedata/tst-trans.c index cb51aaf7549..39f4ba44171 100644 --- a/localedata/tst-trans.c +++ b/localedata/tst-trans.c @@ -1,7 +1,6 @@ /* Test program for user-defined character maps. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . 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/localedata/tst-wctype.c b/localedata/tst-wctype.c index 82eb35b6aaa..3251d616bf3 100644 --- a/localedata/tst-wctype.c +++ b/localedata/tst-wctype.c @@ -1,7 +1,6 @@ /* Test program for iswctype() function in ja_JP locale. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . 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/localedata/unicode-gen/gen_unicode_ctype.py b/localedata/unicode-gen/gen_unicode_ctype.py index 7548961df13..ded9546d564 100755 --- a/localedata/unicode-gen/gen_unicode_ctype.py +++ b/localedata/unicode-gen/gen_unicode_ctype.py @@ -3,7 +3,6 @@ # Generate a Unicode conforming LC_CTYPE category from a UnicodeData file. # Copyright (C) 2014-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Based on gen-unicode-ctype.c by Bruno Haible , 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/localedata/xfrm-test.c b/localedata/xfrm-test.c index 735c5f811f0..28df3c8e66d 100644 --- a/localedata/xfrm-test.c +++ b/localedata/xfrm-test.c @@ -1,7 +1,6 @@ /* Test collation function via transformation using real data. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/login/endutxent.c b/login/endutxent.c index 00291322de2..101d904f83b 100644 --- a/login/endutxent.c +++ b/login/endutxent.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/login/forkpty.c b/login/forkpty.c index 79f9846ac48..ab23fc5d455 100644 --- a/login/forkpty.c +++ b/login/forkpty.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/login/getpt.c b/login/getpt.c index 9b717657057..0343e671cc7 100644 --- a/login/getpt.c +++ b/login/getpt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/login/getutent.c b/login/getutent.c index c2428bfb3ed..e235c5c17f5 100644 --- a/login/getutent.c +++ b/login/getutent.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 , 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/login/getutent_r.c b/login/getutent_r.c index 58d3d5fd0c1..4f4cedb7ec3 100644 --- a/login/getutent_r.c +++ b/login/getutent_r.c @@ -1,7 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - and Paul Janzen , 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/login/getutid.c b/login/getutid.c index d986b9d892e..8834849721c 100644 --- a/login/getutid.c +++ b/login/getutid.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 , 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/login/getutid_r.c b/login/getutid_r.c index 68f40a6e242..912556e8c7c 100644 --- a/login/getutid_r.c +++ b/login/getutid_r.c @@ -1,7 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - and Paul Janzen , 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/login/getutline.c b/login/getutline.c index 2c8320c9a94..eaf1f3f4436 100644 --- a/login/getutline.c +++ b/login/getutline.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 , 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/login/getutline_r.c b/login/getutline_r.c index 39b8a5830f6..1092b698a28 100644 --- a/login/getutline_r.c +++ b/login/getutline_r.c @@ -1,7 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - and Paul Janzen , 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/login/getutxent.c b/login/getutxent.c index a6794bac707..b4e1d655983 100644 --- a/login/getutxent.c +++ b/login/getutxent.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/login/getutxid.c b/login/getutxid.c index ae3b9fe7b06..de9e4aa25b5 100644 --- a/login/getutxid.c +++ b/login/getutxid.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/login/getutxline.c b/login/getutxline.c index 274716bf7ae..4b5dc8f1900 100644 --- a/login/getutxline.c +++ b/login/getutxline.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/login/grantpt.c b/login/grantpt.c index 939096682a6..3f86f2e8fdd 100644 --- a/login/grantpt.c +++ b/login/grantpt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/login/login.c b/login/login.c index c95b98416a6..b2617c46b99 100644 --- a/login/login.c +++ b/login/login.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 , 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/login/logout.c b/login/logout.c index bf78e0915ec..eaedd8949e6 100644 --- a/login/logout.c +++ b/login/logout.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 , 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/login/logwtmp.c b/login/logwtmp.c index 8f3e8faed57..87ac6565672 100644 --- a/login/logwtmp.c +++ b/login/logwtmp.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 , 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/login/openpty.c b/login/openpty.c index 15277573ecd..aff90e6def1 100644 --- a/login/openpty.c +++ b/login/openpty.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/login/programs/pt_chown.c b/login/programs/pt_chown.c index ee2fbd5f8db..f7470a2fa86 100644 --- a/login/programs/pt_chown.c +++ b/login/programs/pt_chown.c @@ -1,7 +1,6 @@ /* pt_chmod - helper program for `grantpt'. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by C. Scott Ananian , 1998. 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/login/programs/utmpdump.c b/login/programs/utmpdump.c index b17156ee13d..69c8868f54f 100644 --- a/login/programs/utmpdump.c +++ b/login/programs/utmpdump.c @@ -1,7 +1,6 @@ /* utmpdump - dump utmp-like files. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1997. 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/login/ptsname.c b/login/ptsname.c index ae94fbddf4d..b4db8711e39 100644 --- a/login/ptsname.c +++ b/login/ptsname.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/login/pututxline.c b/login/pututxline.c index 8b38f1fd97e..9d00bbdcfa5 100644 --- a/login/pututxline.c +++ b/login/pututxline.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/login/setutxent.c b/login/setutxent.c index 63be3429fe7..177bb4af114 100644 --- a/login/setutxent.c +++ b/login/setutxent.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/login/tst-ptsname.c b/login/tst-ptsname.c index 9de8dc8ff43..316abac9356 100644 --- a/login/tst-ptsname.c +++ b/login/tst-ptsname.c @@ -1,7 +1,6 @@ /* Test for ptsname/ptsname_r. Copyright (C) 2014-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Aurelien Jarno , 2014. 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/login/tst-utmp.c b/login/tst-utmp.c index bcd6e1769fb..c6821af50d4 100644 --- a/login/tst-utmp.c +++ b/login/tst-utmp.c @@ -1,7 +1,6 @@ /* Tests for UTMP functions. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/login/unlockpt.c b/login/unlockpt.c index 1a8e4b46b13..b9414e5d2de 100644 --- a/login/unlockpt.c +++ b/login/unlockpt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/login/updwtmp.c b/login/updwtmp.c index 05581984649..a2df63c7c26 100644 --- a/login/updwtmp.c +++ b/login/updwtmp.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1997. 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/login/updwtmpx.c b/login/updwtmpx.c index ba06645dfd9..ebee643bca2 100644 --- a/login/updwtmpx.c +++ b/login/updwtmpx.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/login/utmp-private.h b/login/utmp-private.h index 00632ce51d6..b512ee320d9 100644 --- a/login/utmp-private.h +++ b/login/utmp-private.h @@ -1,8 +1,6 @@ /* Internal definitions and declarations for UTMP functions. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - and Paul Janzen , 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/login/utmp_file.c b/login/utmp_file.c index 8c0b3a0bb49..9cbe4ca6819 100644 --- a/login/utmp_file.c +++ b/login/utmp_file.c @@ -1,7 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - and Paul Janzen , 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/login/utmpname.c b/login/utmpname.c index a645445e8a5..205645d78e5 100644 --- a/login/utmpname.c +++ b/login/utmpname.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1997. 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/login/utmpxname.c b/login/utmpxname.c index 52453749a38..e38549af774 100644 --- a/login/utmpxname.c +++ b/login/utmpxname.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/malloc/arena.c b/malloc/arena.c index 667484630ed..4c398753aea 100644 --- a/malloc/arena.c +++ b/malloc/arena.c @@ -1,7 +1,6 @@ /* Malloc implementation for multiple threads without lock contention. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Wolfram Gloger , 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 License as diff --git a/malloc/hooks.c b/malloc/hooks.c index 2761e4739b4..070f01da433 100644 --- a/malloc/hooks.c +++ b/malloc/hooks.c @@ -1,7 +1,6 @@ /* Compatibility code for malloc debugging and state management. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Wolfram Gloger , 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 License as diff --git a/malloc/malloc-check.c b/malloc/malloc-check.c index 8ed67de3ff5..4bb00212bb8 100644 --- a/malloc/malloc-check.c +++ b/malloc/malloc-check.c @@ -1,7 +1,6 @@ /* glibc.malloc.check implementation. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Wolfram Gloger , 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 License as diff --git a/malloc/malloc.c b/malloc/malloc.c index e065785af77..2ba1fee144f 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -1,8 +1,6 @@ /* Malloc implementation for multiple threads without lock contention. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Wolfram Gloger - and Doug Lea , 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 License as diff --git a/malloc/mcheck-impl.c b/malloc/mcheck-impl.c index 6597a290a6e..729e94cd0f9 100644 --- a/malloc/mcheck-impl.c +++ b/malloc/mcheck-impl.c @@ -1,7 +1,6 @@ /* mcheck debugging hooks for malloc. Copyright (C) 1990-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written May 1989 by Mike Haertel. 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/malloc/mcheck.c b/malloc/mcheck.c index 74c20ffe250..ed3c39d4062 100644 --- a/malloc/mcheck.c +++ b/malloc/mcheck.c @@ -1,7 +1,6 @@ /* The mcheck() interface. Copyright (C) 1990-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written May 1989 by Mike Haertel. 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/malloc/memusage.c b/malloc/memusage.c index 4e57ad338cb..e99f0c1c142 100644 --- a/malloc/memusage.c +++ b/malloc/memusage.c @@ -1,7 +1,6 @@ /* Profile heap and stack memory usage of running program. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/malloc/memusage.sh b/malloc/memusage.sh index 0645f09911d..f93ddcaf78d 100755 --- a/malloc/memusage.sh +++ b/malloc/memusage.sh @@ -1,7 +1,6 @@ #!/bin/bash # Copyright (C) 1999-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Ulrich Drepper , 1999. # 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/malloc/memusagestat.c b/malloc/memusagestat.c index 4c823b94f62..f888168297b 100644 --- a/malloc/memusagestat.c +++ b/malloc/memusagestat.c @@ -1,7 +1,6 @@ /* Generate graphic from memory profiling data. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/malloc/mtrace-impl.c b/malloc/mtrace-impl.c index f5f19c265c9..a3db9270391 100644 --- a/malloc/mtrace-impl.c +++ b/malloc/mtrace-impl.c @@ -1,8 +1,6 @@ /* mtrace implementation for `malloc'. Copyright (C) 1991-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written April 2, 1991 by John Gilmore of Cygnus Support. - Based on mcheck.c by Mike Haertel. 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/malloc/mtrace.c b/malloc/mtrace.c index c1c836a7401..b276e833991 100644 --- a/malloc/mtrace.c +++ b/malloc/mtrace.c @@ -1,8 +1,6 @@ /* mtrace API for `malloc'. Copyright (C) 1991-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written April 2, 1991 by John Gilmore of Cygnus Support. - Based on mcheck.c by Mike Haertel. 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/malloc/mtrace.pl b/malloc/mtrace.pl index b1073a19310..0244d64c874 100644 --- a/malloc/mtrace.pl +++ b/malloc/mtrace.pl @@ -3,7 +3,6 @@ if 0; # Copyright (C) 1997-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Ulrich Drepper , 1997. # Based on the mtrace.awk script. # The GNU C Library is free software; you can redistribute it and/or diff --git a/malloc/tst-calloc.c b/malloc/tst-calloc.c index 24a083dfe11..6e06e3c6886 100644 --- a/malloc/tst-calloc.c +++ b/malloc/tst-calloc.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . 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/malloc/tst-malloc-check.c b/malloc/tst-malloc-check.c index 6650d09cf6c..e00a16e6494 100644 --- a/malloc/tst-malloc-check.c +++ b/malloc/tst-malloc-check.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/malloc/tst-malloc.c b/malloc/tst-malloc.c index a587cbded66..396e6f6ebb5 100644 --- a/malloc/tst-malloc.c +++ b/malloc/tst-malloc.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. 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/malloc/tst-mallocstate.c b/malloc/tst-mallocstate.c index ba726505e7f..ba79189f069 100644 --- a/malloc/tst-mallocstate.c +++ b/malloc/tst-mallocstate.c @@ -1,7 +1,6 @@ /* Emulate Emacs heap dumping to test malloc_set_state. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Wolfram Gloger , 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/malloc/tst-obstack.c b/malloc/tst-obstack.c index ee1385d0f76..18af8ea62fc 100644 --- a/malloc/tst-obstack.c +++ b/malloc/tst-obstack.c @@ -1,4 +1,3 @@ -/* Test case by Alexandre Duret-Lutz . */ #include #include #include diff --git a/manual/summary.pl b/manual/summary.pl index ab0801b0457..d0ccb1e4327 100755 --- a/manual/summary.pl +++ b/manual/summary.pl @@ -3,7 +3,6 @@ # Copyright (C) 2017-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Rical Jasan , 2017. # The GNU C Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public License diff --git a/manual/tsort.awk b/manual/tsort.awk index 9ebc61f6d0d..70842405225 100644 --- a/manual/tsort.awk +++ b/manual/tsort.awk @@ -1,7 +1,6 @@ #!/usr/bin/awk -f # Generate topologically sorted list of manual chapters. # Copyright (C) 1998-2021 Free Software Foundation, Inc. -# Written by Ulrich Drepper , 1998. BEGIN { cnt = 0 diff --git a/math/atest-exp.c b/math/atest-exp.c index aeda33ed958..9ec4cd526b8 100644 --- a/math/atest-exp.c +++ b/math/atest-exp.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Geoffrey Keating , 1997. 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/math/atest-exp2.c b/math/atest-exp2.c index 20960dd9c7f..2d7111f8f95 100644 --- a/math/atest-exp2.c +++ b/math/atest-exp2.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Geoffrey Keating , 1997. 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/math/atest-sincos.c b/math/atest-sincos.c index df26230fb30..02c277165b5 100644 --- a/math/atest-sincos.c +++ b/math/atest-sincos.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Geoffrey Keating , 1997. 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/math/basic-test.c b/math/basic-test.c index 0c56d430d8d..e3e59428153 100644 --- a/math/basic-test.c +++ b/math/basic-test.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. 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/math/cabs_template.c b/math/cabs_template.c index e80a0c255f2..07b45a2f31f 100644 --- a/math/cabs_template.c +++ b/math/cabs_template.c @@ -1,7 +1,6 @@ /* Return the complex absolute value of complex float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/carg_template.c b/math/carg_template.c index 8b263f29403..ad301c04e54 100644 --- a/math/carg_template.c +++ b/math/carg_template.c @@ -1,7 +1,6 @@ /* Compute argument of complex float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/cimag_template.c b/math/cimag_template.c index 36a8d54cb0b..c3d7a749774 100644 --- a/math/cimag_template.c +++ b/math/cimag_template.c @@ -1,7 +1,6 @@ /* Return imaginary part of complex float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/conj_template.c b/math/conj_template.c index d131cb605c7..5001a322308 100644 --- a/math/conj_template.c +++ b/math/conj_template.c @@ -1,7 +1,6 @@ /* Return complex conjugate of complex float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/creal_template.c b/math/creal_template.c index 93439c76422..eec0c5ecbb9 100644 --- a/math/creal_template.c +++ b/math/creal_template.c @@ -1,7 +1,6 @@ /* Return real part of complex float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/divtc3.c b/math/divtc3.c index 5cb7bfab6c4..061b207f2e3 100644 --- a/math/divtc3.c +++ b/math/divtc3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 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/math/e_exp10.c b/math/e_exp10.c index 3458d9c5b22..12fac96120c 100644 --- a/math/e_exp10.c +++ b/math/e_exp10.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/math/e_exp10l.c b/math/e_exp10l.c index 3a6eb94ce05..4fd8115f097 100644 --- a/math/e_exp10l.c +++ b/math/e_exp10l.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/math/fclrexcpt.c b/math/fclrexcpt.c index c03d1233fec..c5044a1d184 100644 --- a/math/fclrexcpt.c +++ b/math/fclrexcpt.c @@ -1,7 +1,6 @@ /* Clear given exceptions in current floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/fedisblxcpt.c b/math/fedisblxcpt.c index 1ee7c05a85b..98927b25ff0 100644 --- a/math/fedisblxcpt.c +++ b/math/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. 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/math/feenablxcpt.c b/math/feenablxcpt.c index 6e2a88c9c53..812e3ad3015 100644 --- a/math/feenablxcpt.c +++ b/math/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. 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/math/fegetenv.c b/math/fegetenv.c index b605cca8935..301d0ecf3d5 100644 --- a/math/fegetenv.c +++ b/math/fegetenv.c @@ -1,7 +1,6 @@ /* Store current floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/fegetexcept.c b/math/fegetexcept.c index fcc2279fe79..c1202271b35 100644 --- a/math/fegetexcept.c +++ b/math/fegetexcept.c @@ -1,7 +1,6 @@ /* Get floating-point exceptions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. 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/math/fegetround.c b/math/fegetround.c index 2514ba6eadf..b207df11227 100644 --- a/math/fegetround.c +++ b/math/fegetround.c @@ -1,7 +1,6 @@ /* Return current rounding direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/feholdexcpt.c b/math/feholdexcpt.c index 9397019b9a8..5cb2c9c147f 100644 --- a/math/feholdexcpt.c +++ b/math/feholdexcpt.c @@ -1,7 +1,6 @@ /* Store current floating-point environment and clear exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/fesetenv.c b/math/fesetenv.c index 4e0e4fcad81..c63336ab7d2 100644 --- a/math/fesetenv.c +++ b/math/fesetenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/fesetround.c b/math/fesetround.c index 257038ea006..e32e512cd84 100644 --- a/math/fesetround.c +++ b/math/fesetround.c @@ -1,7 +1,6 @@ /* Set current rounding direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/feupdateenv.c b/math/feupdateenv.c index 4218f9404f2..624b0c8f050 100644 --- a/math/feupdateenv.c +++ b/math/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/fgetexcptflg.c b/math/fgetexcptflg.c index ae6077b21ef..d987a50906a 100644 --- a/math/fgetexcptflg.c +++ b/math/fgetexcptflg.c @@ -1,7 +1,6 @@ /* Store current representation for exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/fraiseexcpt.c b/math/fraiseexcpt.c index 3a95033bdaa..5e31c2491e2 100644 --- a/math/fraiseexcpt.c +++ b/math/fraiseexcpt.c @@ -1,7 +1,6 @@ /* Raise given exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/fsetexcptflg.c b/math/fsetexcptflg.c index 178ca7dfe2f..0b98cbce28a 100644 --- a/math/fsetexcptflg.c +++ b/math/fsetexcptflg.c @@ -1,7 +1,6 @@ /* Set floating-point environment exception handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/ftestexcept.c b/math/ftestexcept.c index e6ad13feb21..5fab8ebcf43 100644 --- a/math/ftestexcept.c +++ b/math/ftestexcept.c @@ -1,7 +1,6 @@ /* Test exception in current environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/multc3.c b/math/multc3.c index 6b281222270..8f6ab282f24 100644 --- a/math/multc3.c +++ b/math/multc3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 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/math/s_cacos_template.c b/math/s_cacos_template.c index d15fd9066de..8c014ecf291 100644 --- a/math/s_cacos_template.c +++ b/math/s_cacos_template.c @@ -1,7 +1,6 @@ /* Return cosine of a complex type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_cacosh_template.c b/math/s_cacosh_template.c index 30258f39886..bcaf586ed29 100644 --- a/math/s_cacosh_template.c +++ b/math/s_cacosh_template.c @@ -1,7 +1,6 @@ /* Return arc hyperbolic cosine for a complex type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_casin_template.c b/math/s_casin_template.c index 9776c71c474..6968fb9f9bc 100644 --- a/math/s_casin_template.c +++ b/math/s_casin_template.c @@ -1,7 +1,6 @@ /* Return arc sine of a complex float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_casinh_template.c b/math/s_casinh_template.c index 5447ea33532..8702c817dea 100644 --- a/math/s_casinh_template.c +++ b/math/s_casinh_template.c @@ -1,7 +1,6 @@ /* Return arc hyperbolic sine for a complex float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_catan_template.c b/math/s_catan_template.c index e07718b4d2f..b9f82775113 100644 --- a/math/s_catan_template.c +++ b/math/s_catan_template.c @@ -1,7 +1,6 @@ /* Return arc tangent of complex float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_catanh_template.c b/math/s_catanh_template.c index df4131a0d2e..63c14731baf 100644 --- a/math/s_catanh_template.c +++ b/math/s_catanh_template.c @@ -1,7 +1,6 @@ /* Return arc hyperbolic tangent for a complex float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_ccos_template.c b/math/s_ccos_template.c index 890b3ed2732..bf7aa9fb835 100644 --- a/math/s_ccos_template.c +++ b/math/s_ccos_template.c @@ -1,7 +1,6 @@ /* Return cosine of complex float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_ccosh_template.c b/math/s_ccosh_template.c index 6cf56e5ee03..ad3a1298f45 100644 --- a/math/s_ccosh_template.c +++ b/math/s_ccosh_template.c @@ -1,7 +1,6 @@ /* Complex cosine hyperbolic function for float types. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_cexp_template.c b/math/s_cexp_template.c index bb6043155db..c5be98e7181 100644 --- a/math/s_cexp_template.c +++ b/math/s_cexp_template.c @@ -1,7 +1,6 @@ /* Return value of complex exponential function for a float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_clog10_template.c b/math/s_clog10_template.c index 9fcec5fca5d..77b714a6c08 100644 --- a/math/s_clog10_template.c +++ b/math/s_clog10_template.c @@ -1,7 +1,6 @@ /* Compute complex base 10 logarithm. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_clog_template.c b/math/s_clog_template.c index 3a723e9303a..0f6360cdc8d 100644 --- a/math/s_clog_template.c +++ b/math/s_clog_template.c @@ -1,7 +1,6 @@ /* Compute complex natural logarithm. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_cpow_template.c b/math/s_cpow_template.c index 71ce0c01126..11852735a0f 100644 --- a/math/s_cpow_template.c +++ b/math/s_cpow_template.c @@ -1,7 +1,6 @@ /* Complex power of float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_cproj_template.c b/math/s_cproj_template.c index 414935ce040..1ec47aece26 100644 --- a/math/s_cproj_template.c +++ b/math/s_cproj_template.c @@ -1,7 +1,6 @@ /* Compute projection of complex float type value to Riemann sphere. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_csin_template.c b/math/s_csin_template.c index d2e02be8fa2..6bee1830225 100644 --- a/math/s_csin_template.c +++ b/math/s_csin_template.c @@ -1,7 +1,6 @@ /* Complex sine function for float types. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_csinh_template.c b/math/s_csinh_template.c index 7a35ab6cf60..679e76b1340 100644 --- a/math/s_csinh_template.c +++ b/math/s_csinh_template.c @@ -1,7 +1,6 @@ /* Complex sine hyperbole function for float types. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_csqrt_template.c b/math/s_csqrt_template.c index 5197d97157d..af80d5af3c5 100644 --- a/math/s_csqrt_template.c +++ b/math/s_csqrt_template.c @@ -1,8 +1,6 @@ /* Complex square root of a float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Based on an algorithm by Stephen L. Moshier . - Contributed by Ulrich Drepper , 1997. 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/math/s_ctan_template.c b/math/s_ctan_template.c index 645a18dca2a..aabdcd57c16 100644 --- a/math/s_ctan_template.c +++ b/math/s_ctan_template.c @@ -1,7 +1,6 @@ /* Complex tangent function for a complex float type. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_ctanh_template.c b/math/s_ctanh_template.c index 7fcaddbcbc6..b9fca827149 100644 --- a/math/s_ctanh_template.c +++ b/math/s_ctanh_template.c @@ -1,7 +1,6 @@ /* Complex hyperbolic tangent for float types. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_fdim_template.c b/math/s_fdim_template.c index 5057db06ad3..09fdf3360ca 100644 --- a/math/s_fdim_template.c +++ b/math/s_fdim_template.c @@ -1,7 +1,6 @@ /* Return positive difference between arguments. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_fma.c b/math/s_fma.c index 29d7b467e01..5b0afde6b84 100644 --- a/math/s_fma.c +++ b/math/s_fma.c @@ -1,7 +1,6 @@ /* Compute x * y + z as ternary operation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_fmaf.c b/math/s_fmaf.c index 0da3b9a2827..401f0fc5aef 100644 --- a/math/s_fmaf.c +++ b/math/s_fmaf.c @@ -1,7 +1,6 @@ /* Compute x * y + z as ternary operation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_fmal.c b/math/s_fmal.c index 4b89cfbb83a..6b13ea1d5fb 100644 --- a/math/s_fmal.c +++ b/math/s_fmal.c @@ -1,7 +1,6 @@ /* Compute x * y + z as ternary operation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_fmax_template.c b/math/s_fmax_template.c index 831baba161c..d817406f04b 100644 --- a/math/s_fmax_template.c +++ b/math/s_fmax_template.c @@ -1,7 +1,6 @@ /* Return maximum numeric value of X and Y. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_fmin_template.c b/math/s_fmin_template.c index 36c7fbebc8b..565a8362663 100644 --- a/math/s_fmin_template.c +++ b/math/s_fmin_template.c @@ -1,7 +1,6 @@ /* Return minimum numeric value of X and Y. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/s_nan_template.c b/math/s_nan_template.c index 0fe64bbe9ee..b3e55c7a564 100644 --- a/math/s_nan_template.c +++ b/math/s_nan_template.c @@ -1,7 +1,6 @@ /* Return quiet nan. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/math/test-fenv.c b/math/test-fenv.c index a196258d575..073e233c130 100644 --- a/math/test-fenv.c +++ b/math/test-fenv.c @@ -1,7 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger and - Ulrich Drepper , 1997. 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/math/test-fpucw.c b/math/test-fpucw.c index 526052e0cc1..81c824f0e53 100644 --- a/math/test-fpucw.c +++ b/math/test-fpucw.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by 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/math/test-math-isinff.cc b/math/test-math-isinff.cc index 9682124ec05..6458f8fbe71 100644 --- a/math/test-math-isinff.cc +++ b/math/test-math-isinff.cc @@ -1,7 +1,6 @@ /* Test for bug 19439. Copyright (C) 2016-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Marek Polacek , 2012. 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/math/test-snan.c b/math/test-snan.c index 5c74a7ea86a..8008baff960 100644 --- a/math/test-snan.c +++ b/math/test-snan.c @@ -1,7 +1,6 @@ /* Test signaling NaNs in issignaling, isnan, isinf, and similar functions. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/math/test-tgmath-int.c b/math/test-tgmath-int.c index 7210753eecb..2384eaac835 100644 --- a/math/test-tgmath-int.c +++ b/math/test-tgmath-int.c @@ -1,7 +1,6 @@ /* Test compilation of tgmath macros. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/math/test-tgmath-ret.c b/math/test-tgmath-ret.c index fbc22351300..5d43140b115 100644 --- a/math/test-tgmath-ret.c +++ b/math/test-tgmath-ret.c @@ -1,7 +1,6 @@ /* Test compilation of tgmath macros. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 2003. 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/math/test-tgmath.c b/math/test-tgmath.c index 21af8c95028..6ec7760c626 100644 --- a/math/test-tgmath.c +++ b/math/test-tgmath.c @@ -1,8 +1,6 @@ /* Test compilation of tgmath macros. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek and - Ulrich Drepper , 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/math/test-tgmath2.c b/math/test-tgmath2.c index b8fb00c5664..88b180d06b4 100644 --- a/math/test-tgmath2.c +++ b/math/test-tgmath2.c @@ -1,7 +1,6 @@ /* Test compilation of tgmath macros. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2007. 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/math/tst-CMPLX2.c b/math/tst-CMPLX2.c index e42bd9120f8..bcd78ae3e41 100644 --- a/math/tst-CMPLX2.c +++ b/math/tst-CMPLX2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Marek Polacek , 2012. 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/math/tst-definitions.c b/math/tst-definitions.c index 2aad8247ccd..249177ca9ab 100644 --- a/math/tst-definitions.c +++ b/math/tst-definitions.c @@ -1,6 +1,5 @@ /* 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/math/w_acos_compat.c b/math/w_acos_compat.c index 571faa4310e..3bc0b35f436 100644 --- a/math/w_acos_compat.c +++ b/math/w_acos_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_acosf_compat.c b/math/w_acosf_compat.c index 4b6a870706f..3e950a168b1 100644 --- a/math/w_acosf_compat.c +++ b/math/w_acosf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_acosh_compat.c b/math/w_acosh_compat.c index 744d0e4819e..8e6a2d79ea1 100644 --- a/math/w_acosh_compat.c +++ b/math/w_acosh_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_acoshf_compat.c b/math/w_acoshf_compat.c index 4b889d15f1a..ffb53f2477e 100644 --- a/math/w_acoshf_compat.c +++ b/math/w_acoshf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_acoshl_compat.c b/math/w_acoshl_compat.c index 1e9b74f1bdd..5f6cbeba99a 100644 --- a/math/w_acoshl_compat.c +++ b/math/w_acoshl_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_acosl_compat.c b/math/w_acosl_compat.c index ca91de33211..48148db18aa 100644 --- a/math/w_acosl_compat.c +++ b/math/w_acosl_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_asin_compat.c b/math/w_asin_compat.c index 328c699f564..a35fb92ea92 100644 --- a/math/w_asin_compat.c +++ b/math/w_asin_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_asinf_compat.c b/math/w_asinf_compat.c index bf76f7f52d7..b0d813b57cf 100644 --- a/math/w_asinf_compat.c +++ b/math/w_asinf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_asinl_compat.c b/math/w_asinl_compat.c index fb0a34a0dd9..95af69ff4c6 100644 --- a/math/w_asinl_compat.c +++ b/math/w_asinl_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_atan2_compat.c b/math/w_atan2_compat.c index 1f3271d0c32..9d3b7a2043b 100644 --- a/math/w_atan2_compat.c +++ b/math/w_atan2_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_atan2f_compat.c b/math/w_atan2f_compat.c index 8f12903e74b..a1c6702ccb4 100644 --- a/math/w_atan2f_compat.c +++ b/math/w_atan2f_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_atan2l_compat.c b/math/w_atan2l_compat.c index 67d22de694c..faf7f8066cc 100644 --- a/math/w_atan2l_compat.c +++ b/math/w_atan2l_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_atanh_compat.c b/math/w_atanh_compat.c index a8746c8297c..16420c3a7c6 100644 --- a/math/w_atanh_compat.c +++ b/math/w_atanh_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_atanhf_compat.c b/math/w_atanhf_compat.c index 4160fed086d..a64e2ac5e5a 100644 --- a/math/w_atanhf_compat.c +++ b/math/w_atanhf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_atanhl_compat.c b/math/w_atanhl_compat.c index 025fb813f19..cdfe63872e7 100644 --- a/math/w_atanhl_compat.c +++ b/math/w_atanhl_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_coshf_compat.c b/math/w_coshf_compat.c index e19f338f7a1..ce5e196c078 100644 --- a/math/w_coshf_compat.c +++ b/math/w_coshf_compat.c @@ -1,6 +1,4 @@ /* w_coshf.c -- float version of w_cosh.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. - * Optimizations by Ulrich Drepper , 2011. */ /* diff --git a/math/w_coshl_compat.c b/math/w_coshl_compat.c index fc357f366ee..8f2145b775b 100644 --- a/math/w_coshl_compat.c +++ b/math/w_coshl_compat.c @@ -1,7 +1,4 @@ /* w_acoshl.c -- long double version of w_acosh.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. - * Optimizations by Ulrich Drepper , 2011. */ /* diff --git a/math/w_exp10_compat.c b/math/w_exp10_compat.c index 33c6faf7151..448de3b4d34 100644 --- a/math/w_exp10_compat.c +++ b/math/w_exp10_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_exp10f_compat.c b/math/w_exp10f_compat.c index 03d93ecff82..dd721455de0 100644 --- a/math/w_exp10f_compat.c +++ b/math/w_exp10f_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_exp10l_compat.c b/math/w_exp10l_compat.c index 2ff052f10d0..1e442b70836 100644 --- a/math/w_exp10l_compat.c +++ b/math/w_exp10l_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_exp_compat.c b/math/w_exp_compat.c index de1625540a7..77998757795 100644 --- a/math/w_exp_compat.c +++ b/math/w_exp_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_expf_compat.c b/math/w_expf_compat.c index 06eb938c5f7..3e110ec50cb 100644 --- a/math/w_expf_compat.c +++ b/math/w_expf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_expl_compat.c b/math/w_expl_compat.c index 3c78f575e30..b37b9cab437 100644 --- a/math/w_expl_compat.c +++ b/math/w_expl_compat.c @@ -1,6 +1,4 @@ /* w_expl.c -- long double version of w_exp.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/math/w_fmod_compat.c b/math/w_fmod_compat.c index 8395d262e47..5e8eec9f998 100644 --- a/math/w_fmod_compat.c +++ b/math/w_fmod_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_fmodf_compat.c b/math/w_fmodf_compat.c index 6f295f2fa2d..816522be78d 100644 --- a/math/w_fmodf_compat.c +++ b/math/w_fmodf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_fmodl_compat.c b/math/w_fmodl_compat.c index 40e92b2fa51..fc387321791 100644 --- a/math/w_fmodl_compat.c +++ b/math/w_fmodl_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_hypotf_compat.c b/math/w_hypotf_compat.c index 82870ce5512..05898d3420d 100644 --- a/math/w_hypotf_compat.c +++ b/math/w_hypotf_compat.c @@ -1,5 +1,4 @@ /* w_hypotf.c -- float version of w_hypot.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/math/w_hypotl_compat.c b/math/w_hypotl_compat.c index db5495103d6..dd53b11b53c 100644 --- a/math/w_hypotl_compat.c +++ b/math/w_hypotl_compat.c @@ -1,6 +1,4 @@ /* w_hypotl.c -- long double version of w_hypot.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/math/w_j0_compat.c b/math/w_j0_compat.c index d22b603e26e..469e51bd89a 100644 --- a/math/w_j0_compat.c +++ b/math/w_j0_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_j0f_compat.c b/math/w_j0f_compat.c index a4882eadb33..d375f3bfb02 100644 --- a/math/w_j0f_compat.c +++ b/math/w_j0f_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_j0l_compat.c b/math/w_j0l_compat.c index d61e1072759..b4b6936d016 100644 --- a/math/w_j0l_compat.c +++ b/math/w_j0l_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_j1_compat.c b/math/w_j1_compat.c index a78ece4c6a2..e00fdfb8650 100644 --- a/math/w_j1_compat.c +++ b/math/w_j1_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_j1f_compat.c b/math/w_j1f_compat.c index f2ec7b327d2..81e56b771ec 100644 --- a/math/w_j1f_compat.c +++ b/math/w_j1f_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_j1l_compat.c b/math/w_j1l_compat.c index 13c20d5e6cf..af0a4631c6e 100644 --- a/math/w_j1l_compat.c +++ b/math/w_j1l_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_jn_compat.c b/math/w_jn_compat.c index 75eadba90bd..cc4f8ddf6cb 100644 --- a/math/w_jn_compat.c +++ b/math/w_jn_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_jnf_compat.c b/math/w_jnf_compat.c index fb6e5060096..296e6315666 100644 --- a/math/w_jnf_compat.c +++ b/math/w_jnf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_jnl_compat.c b/math/w_jnl_compat.c index e5c1d92cd4a..d87cf779e35 100644 --- a/math/w_jnl_compat.c +++ b/math/w_jnl_compat.c @@ -1,6 +1,4 @@ /* w_jnl.c -- long double version of w_jn.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/math/w_lgammaf_main.c b/math/w_lgammaf_main.c index 2a85e3cadf2..22b7f8fc530 100644 --- a/math/w_lgammaf_main.c +++ b/math/w_lgammaf_main.c @@ -1,5 +1,4 @@ /* w_lgammaf.c -- float version of w_lgamma.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/math/w_lgammaf_r_compat.c b/math/w_lgammaf_r_compat.c index 78fc4fcb239..be01b6daacf 100644 --- a/math/w_lgammaf_r_compat.c +++ b/math/w_lgammaf_r_compat.c @@ -1,5 +1,4 @@ /* w_lgammaf_r.c -- float version of w_lgamma_r.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/math/w_lgammal_main.c b/math/w_lgammal_main.c index 04440cd29f1..83e7383d7da 100644 --- a/math/w_lgammal_main.c +++ b/math/w_lgammal_main.c @@ -1,6 +1,4 @@ /* w_lgammal.c -- long double version of w_lgamma.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/math/w_lgammal_r_compat.c b/math/w_lgammal_r_compat.c index 6ebfa413334..b9c93440243 100644 --- a/math/w_lgammal_r_compat.c +++ b/math/w_lgammal_r_compat.c @@ -1,6 +1,4 @@ /* w_lgammal_r.c -- long double version of w_lgamma_r.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/math/w_log10_compat.c b/math/w_log10_compat.c index 4f20b1a6928..09e90966347 100644 --- a/math/w_log10_compat.c +++ b/math/w_log10_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_log10f_compat.c b/math/w_log10f_compat.c index ed10b4c4f86..30f72bd0e7d 100644 --- a/math/w_log10f_compat.c +++ b/math/w_log10f_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_log10l_compat.c b/math/w_log10l_compat.c index 3e56340654b..7311621b004 100644 --- a/math/w_log10l_compat.c +++ b/math/w_log10l_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_log2_compat.c b/math/w_log2_compat.c index 5a2e1b62a05..b1ea4965d68 100644 --- a/math/w_log2_compat.c +++ b/math/w_log2_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_log2f_compat.c b/math/w_log2f_compat.c index bfdfd8c9d0f..bacad68c9af 100644 --- a/math/w_log2f_compat.c +++ b/math/w_log2f_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_log2l_compat.c b/math/w_log2l_compat.c index 68a8323402a..c60f0cc162b 100644 --- a/math/w_log2l_compat.c +++ b/math/w_log2l_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_log_compat.c b/math/w_log_compat.c index 8c0db5e3e9d..aea41e5b79c 100644 --- a/math/w_log_compat.c +++ b/math/w_log_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_logf_compat.c b/math/w_logf_compat.c index 2f7a269d289..37bc9dd3ced 100644 --- a/math/w_logf_compat.c +++ b/math/w_logf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_logl_compat.c b/math/w_logl_compat.c index b0d60c5d085..a53bbe56f19 100644 --- a/math/w_logl_compat.c +++ b/math/w_logl_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_pow_compat.c b/math/w_pow_compat.c index 73b65c5b5f9..15e15cf2c21 100644 --- a/math/w_pow_compat.c +++ b/math/w_pow_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_powf_compat.c b/math/w_powf_compat.c index f4c8e62bfc7..555c98b12dd 100644 --- a/math/w_powf_compat.c +++ b/math/w_powf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_powl_compat.c b/math/w_powl_compat.c index c193ed15827..5316162b32c 100644 --- a/math/w_powl_compat.c +++ b/math/w_powl_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_remainder_compat.c b/math/w_remainder_compat.c index e9ad63f7e79..ea6d4ac7363 100644 --- a/math/w_remainder_compat.c +++ b/math/w_remainder_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_remainderf_compat.c b/math/w_remainderf_compat.c index 77e5163011f..25e772990ab 100644 --- a/math/w_remainderf_compat.c +++ b/math/w_remainderf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_remainderl_compat.c b/math/w_remainderl_compat.c index eb9ecb6d1aa..653c1299eeb 100644 --- a/math/w_remainderl_compat.c +++ b/math/w_remainderl_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_scalb_compat.c b/math/w_scalb_compat.c index 67371e63590..39a316d5424 100644 --- a/math/w_scalb_compat.c +++ b/math/w_scalb_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_scalbf_compat.c b/math/w_scalbf_compat.c index 80502ef3941..0cf4a33944e 100644 --- a/math/w_scalbf_compat.c +++ b/math/w_scalbf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_scalbl_compat.c b/math/w_scalbl_compat.c index 87a5c5bd780..9acb4333c97 100644 --- a/math/w_scalbl_compat.c +++ b/math/w_scalbl_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_sinhf_compat.c b/math/w_sinhf_compat.c index ac336e8b9b1..e8de6675af4 100644 --- a/math/w_sinhf_compat.c +++ b/math/w_sinhf_compat.c @@ -1,5 +1,4 @@ /* w_sinhf.c -- float version of w_sinh.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/math/w_sinhl_compat.c b/math/w_sinhl_compat.c index d65c2da9066..693ba4567c5 100644 --- a/math/w_sinhl_compat.c +++ b/math/w_sinhl_compat.c @@ -1,6 +1,4 @@ /* w_sinhl.c -- long double version of w_sinh.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/math/w_sqrt_compat.c b/math/w_sqrt_compat.c index eedc7f98112..13402de76e0 100644 --- a/math/w_sqrt_compat.c +++ b/math/w_sqrt_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_sqrtf_compat.c b/math/w_sqrtf_compat.c index 82df9f0545b..350e7b4ec03 100644 --- a/math/w_sqrtf_compat.c +++ b/math/w_sqrtf_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_sqrtl_compat.c b/math/w_sqrtl_compat.c index 4c5053b2d1e..e9ab9a0e441 100644 --- a/math/w_sqrtl_compat.c +++ b/math/w_sqrtl_compat.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/math/w_tgammaf_compat.c b/math/w_tgammaf_compat.c index ed509885aee..34e0e096e00 100644 --- a/math/w_tgammaf_compat.c +++ b/math/w_tgammaf_compat.c @@ -1,5 +1,4 @@ /* w_gammaf.c -- float version of w_gamma.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/math/w_tgammal_compat.c b/math/w_tgammal_compat.c index d79c788dfc1..a15f6ac0a3b 100644 --- a/math/w_tgammal_compat.c +++ b/math/w_tgammal_compat.c @@ -1,6 +1,4 @@ /* w_gammal.c -- long double version of w_gamma.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/misc/dirname.c b/misc/dirname.c index b6c3d795938..54da23163ea 100644 --- a/misc/dirname.c +++ b/misc/dirname.c @@ -1,7 +1,6 @@ /* dirname - return directory part of PATH. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/misc/getsysstats.c b/misc/getsysstats.c index 0eedface6d2..2986d62247c 100644 --- a/misc/getsysstats.c +++ b/misc/getsysstats.c @@ -1,7 +1,6 @@ /* getsysstats - Determine various system internal values, stub version. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/misc/hsearch.c b/misc/hsearch.c index 2ab990878e0..0db27f845c2 100644 --- a/misc/hsearch.c +++ b/misc/hsearch.c @@ -1,5 +1,4 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/misc/hsearch_r.c b/misc/hsearch_r.c index d27f4807c8a..47d31e25042 100644 --- a/misc/hsearch_r.c +++ b/misc/hsearch_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1993. 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/misc/lsearch.c b/misc/lsearch.c index 8c751b74a93..74e0edbe171 100644 --- a/misc/lsearch.c +++ b/misc/lsearch.c @@ -1,7 +1,6 @@ /* Linear search functions. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/misc/pselect.c b/misc/pselect.c index f2861b8556b..9ce03d2a23b 100644 --- a/misc/pselect.c +++ b/misc/pselect.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 , 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/misc/regexp.c b/misc/regexp.c index ba748756bf3..ab1403de448 100644 --- a/misc/regexp.c +++ b/misc/regexp.c @@ -1,7 +1,6 @@ /* Compatibility symbols for the obsolete interface. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/misc/regexp.h b/misc/regexp.h index 923030ef1e4..d7cc231d859 100644 --- a/misc/regexp.h +++ b/misc/regexp.h @@ -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 , 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/misc/tsearch.c b/misc/tsearch.c index 0e3b4e0bfe9..550772cdaa9 100644 --- a/misc/tsearch.c +++ b/misc/tsearch.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bernd Schmidt , 1997. 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/misc/tst-atomic-long.c b/misc/tst-atomic-long.c index cdb9c3aea1b..e5289c5e5c6 100644 --- a/misc/tst-atomic-long.c +++ b/misc/tst-atomic-long.c @@ -1,7 +1,6 @@ /* Tests for atomic.h macros. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/misc/tst-atomic.c b/misc/tst-atomic.c index 175916c1308..e9debaa85f5 100644 --- a/misc/tst-atomic.c +++ b/misc/tst-atomic.c @@ -1,7 +1,6 @@ /* Tests for atomic.h macros. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/misc/tst-dirname.c b/misc/tst-dirname.c index dad28f3360e..82cfe415bd1 100644 --- a/misc/tst-dirname.c +++ b/misc/tst-dirname.c @@ -1,7 +1,6 @@ /* Test program for dirname function a la XPG. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/misc/tst-fdset.c b/misc/tst-fdset.c index a7e60ae1bb4..bcf9f485ecd 100644 --- a/misc/tst-fdset.c +++ b/misc/tst-fdset.c @@ -1,7 +1,6 @@ /* Test FD* macros. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Robert Bihlmeyer . 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/misc/tst-mntent.c b/misc/tst-mntent.c index b6ad8afcc6e..493cef419eb 100644 --- a/misc/tst-mntent.c +++ b/misc/tst-mntent.c @@ -1,5 +1,3 @@ -/* Test case by Horst von Brand - and Ulrich Drepper . */ #include #include #include diff --git a/nis/nis_add.c b/nis/nis_add.c index 62f97b56c72..18296b32338 100644 --- a/nis/nis_add.c +++ b/nis/nis_add.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_addmember.c b/nis/nis_addmember.c index e69f995628a..4183e9251df 100644 --- a/nis/nis_addmember.c +++ b/nis/nis_addmember.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_call.c b/nis/nis_call.c index 043f1bd4316..624139a7f43 100644 --- a/nis/nis_call.c +++ b/nis/nis_call.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_callback.c b/nis/nis_callback.c index 982dad2a3bd..1f8f1d619ce 100644 --- a/nis/nis_callback.c +++ b/nis/nis_callback.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_checkpoint.c b/nis/nis_checkpoint.c index f225fd559a7..f33c4cd1253 100644 --- a/nis/nis_checkpoint.c +++ b/nis/nis_checkpoint.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_clone_dir.c b/nis/nis_clone_dir.c index 76a45a093f1..09eb29f1838 100644 --- a/nis/nis_clone_dir.c +++ b/nis/nis_clone_dir.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_clone_obj.c b/nis/nis_clone_obj.c index c6304d24cc2..e3b32de6b82 100644 --- a/nis/nis_clone_obj.c +++ b/nis/nis_clone_obj.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_clone_res.c b/nis/nis_clone_res.c index 9eddd03d6d3..c6a75deb6ee 100644 --- a/nis/nis_clone_res.c +++ b/nis/nis_clone_res.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_creategroup.c b/nis/nis_creategroup.c index 3106576b3c1..a12f563034d 100644 --- a/nis/nis_creategroup.c +++ b/nis/nis_creategroup.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_defaults.c b/nis/nis_defaults.c index 76e13d45c05..afc63917216 100644 --- a/nis/nis_defaults.c +++ b/nis/nis_defaults.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_destroygroup.c b/nis/nis_destroygroup.c index c7c38b594d5..7120668104e 100644 --- a/nis/nis_destroygroup.c +++ b/nis/nis_destroygroup.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_domain_of.c b/nis/nis_domain_of.c index ca2f347f06c..62738938229 100644 --- a/nis/nis_domain_of.c +++ b/nis/nis_domain_of.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_domain_of_r.c b/nis/nis_domain_of_r.c index 493912cbd6d..0fbf3b70872 100644 --- a/nis/nis_domain_of_r.c +++ b/nis/nis_domain_of_r.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_error.c b/nis/nis_error.c index 7d2825e067c..02836912983 100644 --- a/nis/nis_error.c +++ b/nis/nis_error.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_file.c b/nis/nis_file.c index 162dcc78cb3..2e202ff7138 100644 --- a/nis/nis_file.c +++ b/nis/nis_file.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_findserv.c b/nis/nis_findserv.c index e1058755f4e..7fbcf3bd771 100644 --- a/nis/nis_findserv.c +++ b/nis/nis_findserv.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_free.c b/nis/nis_free.c index 74836306daf..14055a20786 100644 --- a/nis/nis_free.c +++ b/nis/nis_free.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_getservlist.c b/nis/nis_getservlist.c index 5a932f9e422..55db9357787 100644 --- a/nis/nis_getservlist.c +++ b/nis/nis_getservlist.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_intern.h b/nis/nis_intern.h index aace185e8f4..2bee23f5636 100644 --- a/nis/nis_intern.h +++ b/nis/nis_intern.h @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_ismember.c b/nis/nis_ismember.c index 233e999ea86..c845c441ca2 100644 --- a/nis/nis_ismember.c +++ b/nis/nis_ismember.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_local_names.c b/nis/nis_local_names.c index 218764f32e9..d76fb690786 100644 --- a/nis/nis_local_names.c +++ b/nis/nis_local_names.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_lookup.c b/nis/nis_lookup.c index ff44a043754..e6ad5f4e1b8 100644 --- a/nis/nis_lookup.c +++ b/nis/nis_lookup.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_mkdir.c b/nis/nis_mkdir.c index 389c9b2621a..2647420594e 100644 --- a/nis/nis_mkdir.c +++ b/nis/nis_mkdir.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_modify.c b/nis/nis_modify.c index 4d61a92418c..868df948f7a 100644 --- a/nis/nis_modify.c +++ b/nis/nis_modify.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_ping.c b/nis/nis_ping.c index 8d9ba819ed5..55c349c45a4 100644 --- a/nis/nis_ping.c +++ b/nis/nis_ping.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_print.c b/nis/nis_print.c index 6491a7d8541..8afe56d6710 100644 --- a/nis/nis_print.c +++ b/nis/nis_print.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_print_group_entry.c b/nis/nis_print_group_entry.c index b5cdec4bc0c..5f16e0b3d28 100644 --- a/nis/nis_print_group_entry.c +++ b/nis/nis_print_group_entry.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_remove.c b/nis/nis_remove.c index 493f5445096..28573d0157e 100644 --- a/nis/nis_remove.c +++ b/nis/nis_remove.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_removemember.c b/nis/nis_removemember.c index f25394c041f..42a78f5cfc2 100644 --- a/nis/nis_removemember.c +++ b/nis/nis_removemember.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_rmdir.c b/nis/nis_rmdir.c index 722b1237523..dd4080ae62a 100644 --- a/nis/nis_rmdir.c +++ b/nis/nis_rmdir.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_server.c b/nis/nis_server.c index 877f3e01280..28080d49883 100644 --- a/nis/nis_server.c +++ b/nis/nis_server.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_subr.c b/nis/nis_subr.c index 6784fc353f8..4209b4bbfef 100644 --- a/nis/nis_subr.c +++ b/nis/nis_subr.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_table.c b/nis/nis_table.c index ec313d54b4b..d82aeefd97f 100644 --- a/nis/nis_table.c +++ b/nis/nis_table.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_util.c b/nis/nis_util.c index d8d0bfbcdb3..918aeb2179e 100644 --- a/nis/nis_util.c +++ b/nis/nis_util.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_verifygroup.c b/nis/nis_verifygroup.c index 28ff2fd21ae..2a7241fae36 100644 --- a/nis/nis_verifygroup.c +++ b/nis/nis_verifygroup.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_xdr.c b/nis/nis_xdr.c index 229aa522b5b..b8828fe9bec 100644 --- a/nis/nis_xdr.c +++ b/nis/nis_xdr.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/nis_xdr.h b/nis/nis_xdr.h index 2871bb68bf3..a6e83789808 100644 --- a/nis/nis_xdr.h +++ b/nis/nis_xdr.h @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/nis/rpcsvc/nislib.h b/nis/rpcsvc/nislib.h index 14d5bf4980e..34aae5ba172 100644 --- a/nis/rpcsvc/nislib.h +++ b/nis/rpcsvc/nislib.h @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nis/rpcsvc/ypclnt.h b/nis/rpcsvc/ypclnt.h index fd549503439..fd26abfba8b 100644 --- a/nis/rpcsvc/ypclnt.h +++ b/nis/rpcsvc/ypclnt.h @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 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/nis/ypclnt.c b/nis/ypclnt.c index db1a9c68564..1622090f33e 100644 --- a/nis/ypclnt.c +++ b/nis/ypclnt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 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/nptl/allocatestack.c b/nptl/allocatestack.c index cfe37a3443b..0356993c260 100644 --- a/nptl/allocatestack.c +++ b/nptl/allocatestack.c @@ -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 , 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/nptl/cancellation.c b/nptl/cancellation.c index 05962784d51..44f84178451 100644 --- a/nptl/cancellation.c +++ b/nptl/cancellation.c @@ -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 , 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/nptl/cleanup.c b/nptl/cleanup.c index 040786fc441..2292df7917a 100644 --- a/nptl/cleanup.c +++ b/nptl/cleanup.c @@ -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 , 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/nptl/cleanup_compat.c b/nptl/cleanup_compat.c index 6e3c6b1c1ab..76e87253caf 100644 --- a/nptl/cleanup_compat.c +++ b/nptl/cleanup_compat.c @@ -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 , 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/nptl/cleanup_defer.c b/nptl/cleanup_defer.c index 7e858d0df06..f36f924d5e8 100644 --- a/nptl/cleanup_defer.c +++ b/nptl/cleanup_defer.c @@ -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 , 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/nptl/cleanup_defer_compat.c b/nptl/cleanup_defer_compat.c index 238eb46ee4d..5bf28bc92d6 100644 --- a/nptl/cleanup_defer_compat.c +++ b/nptl/cleanup_defer_compat.c @@ -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 , 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/nptl/cleanup_routine.c b/nptl/cleanup_routine.c index 929818051c2..a6a32dbc1f3 100644 --- a/nptl/cleanup_routine.c +++ b/nptl/cleanup_routine.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/descr.h b/nptl/descr.h index c85778d4494..e1c8831f09a 100644 --- a/nptl/descr.h +++ b/nptl/descr.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 , 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/nptl/libc-cleanup.c b/nptl/libc-cleanup.c index 180d15bc9e9..a957f6327f5 100644 --- a/nptl/libc-cleanup.c +++ b/nptl/libc-cleanup.c @@ -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 , 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/nptl/libc_multiple_threads.c b/nptl/libc_multiple_threads.c index 4eeec856add..42f5d2adc01 100644 --- a/nptl/libc_multiple_threads.c +++ b/nptl/libc_multiple_threads.c @@ -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 , 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/nptl/lowlevellock.c b/nptl/lowlevellock.c index 9dccc9889e0..8c740529c47 100644 --- a/nptl/lowlevellock.c +++ b/nptl/lowlevellock.c @@ -1,7 +1,6 @@ /* low level locking for pthread library. Generic futex-using version. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras , 2003. 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/nptl/nptl-stack.c b/nptl/nptl-stack.c index 3f33a4c20b3..d9e3e67040a 100644 --- a/nptl/nptl-stack.c +++ b/nptl/nptl-stack.c @@ -1,7 +1,6 @@ /* Stack cache management for NPTL. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nptl/nptl-stack.h b/nptl/nptl-stack.h index 8bcfde7ec59..c0b8e48f70e 100644 --- a/nptl/nptl-stack.h +++ b/nptl/nptl-stack.h @@ -1,7 +1,6 @@ /* Stack cache management for NPTL. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nptl/nptl_deallocate_tsd.c b/nptl/nptl_deallocate_tsd.c index c665f4a08a8..4c3960b516a 100644 --- a/nptl/nptl_deallocate_tsd.c +++ b/nptl/nptl_deallocate_tsd.c @@ -1,6 +1,5 @@ /* Deallocation thread-specific data structures related to pthread_key_create. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nptl/nptl_free_tcb.c b/nptl/nptl_free_tcb.c index cbf3580f594..987a45f23cd 100644 --- a/nptl/nptl_free_tcb.c +++ b/nptl/nptl_free_tcb.c @@ -1,7 +1,6 @@ /* TCB deallocation for NPTL. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nptl/nptl_setxid.c b/nptl/nptl_setxid.c index 2f357724117..1bd7b5f8038 100644 --- a/nptl/nptl_setxid.c +++ b/nptl/nptl_setxid.c @@ -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 , 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/nptl/old_pthread_cond_broadcast.c b/nptl/old_pthread_cond_broadcast.c index 75d85139e28..09354a74aa3 100644 --- a/nptl/old_pthread_cond_broadcast.c +++ b/nptl/old_pthread_cond_broadcast.c @@ -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 , 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/nptl/old_pthread_cond_destroy.c b/nptl/old_pthread_cond_destroy.c index 87174935263..4a27cdfee5d 100644 --- a/nptl/old_pthread_cond_destroy.c +++ b/nptl/old_pthread_cond_destroy.c @@ -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 , 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/nptl/old_pthread_cond_init.c b/nptl/old_pthread_cond_init.c index 44d7babdf3d..0f44b7c3671 100644 --- a/nptl/old_pthread_cond_init.c +++ b/nptl/old_pthread_cond_init.c @@ -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 , 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/nptl/old_pthread_cond_signal.c b/nptl/old_pthread_cond_signal.c index 4c7eb0ad0a9..1a94db228b8 100644 --- a/nptl/old_pthread_cond_signal.c +++ b/nptl/old_pthread_cond_signal.c @@ -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 , 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/nptl/old_pthread_cond_timedwait.c b/nptl/old_pthread_cond_timedwait.c index 985426ec1a6..33dd8fff3e4 100644 --- a/nptl/old_pthread_cond_timedwait.c +++ b/nptl/old_pthread_cond_timedwait.c @@ -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 , 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/nptl/old_pthread_cond_wait.c b/nptl/old_pthread_cond_wait.c index 91b421a55b3..37329eb1fec 100644 --- a/nptl/old_pthread_cond_wait.c +++ b/nptl/old_pthread_cond_wait.c @@ -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 , 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/nptl/perf.c b/nptl/perf.c index 87951127fe7..49fec8eac0d 100644 --- a/nptl/perf.c +++ b/nptl/perf.c @@ -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 , 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/nptl/pthread_attr_destroy.c b/nptl/pthread_attr_destroy.c index e311ff54056..d1f05cf586b 100644 --- a/nptl/pthread_attr_destroy.c +++ b/nptl/pthread_attr_destroy.c @@ -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 , 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/nptl/pthread_attr_getaffinity.c b/nptl/pthread_attr_getaffinity.c index 0b1ca4cef37..404fc697177 100644 --- a/nptl/pthread_attr_getaffinity.c +++ b/nptl/pthread_attr_getaffinity.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/pthread_attr_getdetachstate.c b/nptl/pthread_attr_getdetachstate.c index 8157460d69e..4f21656673a 100644 --- a/nptl/pthread_attr_getdetachstate.c +++ b/nptl/pthread_attr_getdetachstate.c @@ -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 , 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/nptl/pthread_attr_getguardsize.c b/nptl/pthread_attr_getguardsize.c index 485bd4c2dfd..2fca439f961 100644 --- a/nptl/pthread_attr_getguardsize.c +++ b/nptl/pthread_attr_getguardsize.c @@ -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 , 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/nptl/pthread_attr_getinheritsched.c b/nptl/pthread_attr_getinheritsched.c index 49d8dc7eb28..30761fdc0d8 100644 --- a/nptl/pthread_attr_getinheritsched.c +++ b/nptl/pthread_attr_getinheritsched.c @@ -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 , 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/nptl/pthread_attr_getschedparam.c b/nptl/pthread_attr_getschedparam.c index 24723dace11..df64d877327 100644 --- a/nptl/pthread_attr_getschedparam.c +++ b/nptl/pthread_attr_getschedparam.c @@ -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 , 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/nptl/pthread_attr_getschedpolicy.c b/nptl/pthread_attr_getschedpolicy.c index 05805418b6a..d6586d53bb1 100644 --- a/nptl/pthread_attr_getschedpolicy.c +++ b/nptl/pthread_attr_getschedpolicy.c @@ -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 , 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/nptl/pthread_attr_getscope.c b/nptl/pthread_attr_getscope.c index b51cfa69878..0bbdb26e222 100644 --- a/nptl/pthread_attr_getscope.c +++ b/nptl/pthread_attr_getscope.c @@ -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 , 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/nptl/pthread_attr_getstack.c b/nptl/pthread_attr_getstack.c index 351aa4da80d..55294651c5b 100644 --- a/nptl/pthread_attr_getstack.c +++ b/nptl/pthread_attr_getstack.c @@ -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 , 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/nptl/pthread_attr_getstackaddr.c b/nptl/pthread_attr_getstackaddr.c index b245ae95c78..32cbac755f2 100644 --- a/nptl/pthread_attr_getstackaddr.c +++ b/nptl/pthread_attr_getstackaddr.c @@ -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 , 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/nptl/pthread_attr_getstacksize.c b/nptl/pthread_attr_getstacksize.c index 4b247cb31c5..18b94d5ade9 100644 --- a/nptl/pthread_attr_getstacksize.c +++ b/nptl/pthread_attr_getstacksize.c @@ -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 , 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/nptl/pthread_attr_init.c b/nptl/pthread_attr_init.c index 5a86d72b10f..b80807233f4 100644 --- a/nptl/pthread_attr_init.c +++ b/nptl/pthread_attr_init.c @@ -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 , 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/nptl/pthread_attr_setaffinity.c b/nptl/pthread_attr_setaffinity.c index 7320c26350b..1cec65edbd0 100644 --- a/nptl/pthread_attr_setaffinity.c +++ b/nptl/pthread_attr_setaffinity.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/pthread_attr_setdetachstate.c b/nptl/pthread_attr_setdetachstate.c index fbd7c094207..3471b3a8ab2 100644 --- a/nptl/pthread_attr_setdetachstate.c +++ b/nptl/pthread_attr_setdetachstate.c @@ -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 , 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/nptl/pthread_attr_setguardsize.c b/nptl/pthread_attr_setguardsize.c index 24b5d6b59b8..cf9e56e37b3 100644 --- a/nptl/pthread_attr_setguardsize.c +++ b/nptl/pthread_attr_setguardsize.c @@ -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 , 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/nptl/pthread_attr_setinheritsched.c b/nptl/pthread_attr_setinheritsched.c index 518f51c5e20..9c59b7dc423 100644 --- a/nptl/pthread_attr_setinheritsched.c +++ b/nptl/pthread_attr_setinheritsched.c @@ -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 , 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/nptl/pthread_attr_setschedparam.c b/nptl/pthread_attr_setschedparam.c index d01d3fc2450..901ec063d23 100644 --- a/nptl/pthread_attr_setschedparam.c +++ b/nptl/pthread_attr_setschedparam.c @@ -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 , 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/nptl/pthread_attr_setschedpolicy.c b/nptl/pthread_attr_setschedpolicy.c index 3d89b593786..05f8430b1c8 100644 --- a/nptl/pthread_attr_setschedpolicy.c +++ b/nptl/pthread_attr_setschedpolicy.c @@ -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 , 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/nptl/pthread_attr_setscope.c b/nptl/pthread_attr_setscope.c index 994a0b52414..4ebcf2caf60 100644 --- a/nptl/pthread_attr_setscope.c +++ b/nptl/pthread_attr_setscope.c @@ -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 , 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/nptl/pthread_attr_setstack.c b/nptl/pthread_attr_setstack.c index 41d6b4d7897..75c3380930c 100644 --- a/nptl/pthread_attr_setstack.c +++ b/nptl/pthread_attr_setstack.c @@ -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 , 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/nptl/pthread_attr_setstackaddr.c b/nptl/pthread_attr_setstackaddr.c index 328339e3648..f1232673902 100644 --- a/nptl/pthread_attr_setstackaddr.c +++ b/nptl/pthread_attr_setstackaddr.c @@ -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 , 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/nptl/pthread_attr_setstacksize.c b/nptl/pthread_attr_setstacksize.c index 2dbd981c7f4..f98cf7f4554 100644 --- a/nptl/pthread_attr_setstacksize.c +++ b/nptl/pthread_attr_setstacksize.c @@ -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 , 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/nptl/pthread_barrier_destroy.c b/nptl/pthread_barrier_destroy.c index be5cde2ae9e..b54c48ac9ac 100644 --- a/nptl/pthread_barrier_destroy.c +++ b/nptl/pthread_barrier_destroy.c @@ -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 , 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/nptl/pthread_barrier_init.c b/nptl/pthread_barrier_init.c index 4aa3b8c0d9d..4c7ad52b8aa 100644 --- a/nptl/pthread_barrier_init.c +++ b/nptl/pthread_barrier_init.c @@ -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 , 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/nptl/pthread_barrier_wait.c b/nptl/pthread_barrier_wait.c index 10b68c1c353..0db364cc964 100644 --- a/nptl/pthread_barrier_wait.c +++ b/nptl/pthread_barrier_wait.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2003. 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/nptl/pthread_barrierattr_destroy.c b/nptl/pthread_barrierattr_destroy.c index fc0a844d093..e88166391b0 100644 --- a/nptl/pthread_barrierattr_destroy.c +++ b/nptl/pthread_barrierattr_destroy.c @@ -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 , 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/nptl/pthread_barrierattr_getpshared.c b/nptl/pthread_barrierattr_getpshared.c index 986e4a50e3d..0f66fa74571 100644 --- a/nptl/pthread_barrierattr_getpshared.c +++ b/nptl/pthread_barrierattr_getpshared.c @@ -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 , 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/nptl/pthread_barrierattr_init.c b/nptl/pthread_barrierattr_init.c index 60305208e3e..f50ee3d32ba 100644 --- a/nptl/pthread_barrierattr_init.c +++ b/nptl/pthread_barrierattr_init.c @@ -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 , 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/nptl/pthread_barrierattr_setpshared.c b/nptl/pthread_barrierattr_setpshared.c index 8e25e6cb20c..b9a7b69e88c 100644 --- a/nptl/pthread_barrierattr_setpshared.c +++ b/nptl/pthread_barrierattr_setpshared.c @@ -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 , 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/nptl/pthread_cancel.c b/nptl/pthread_cancel.c index cc25ff21f36..2bb523c0ec0 100644 --- a/nptl/pthread_cancel.c +++ b/nptl/pthread_cancel.c @@ -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 , 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/nptl/pthread_cleanup_upto.c b/nptl/pthread_cleanup_upto.c index 89da3e52293..d91571bdfca 100644 --- a/nptl/pthread_cleanup_upto.c +++ b/nptl/pthread_cleanup_upto.c @@ -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 , 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/nptl/pthread_cond_broadcast.c b/nptl/pthread_cond_broadcast.c index f1275b2f158..8b9491dc110 100644 --- a/nptl/pthread_cond_broadcast.c +++ b/nptl/pthread_cond_broadcast.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2003. 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/nptl/pthread_cond_destroy.c b/nptl/pthread_cond_destroy.c index 81ee958dcbe..85eb031d449 100644 --- a/nptl/pthread_cond_destroy.c +++ b/nptl/pthread_cond_destroy.c @@ -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 , 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/nptl/pthread_cond_init.c b/nptl/pthread_cond_init.c index 6aa002ed1f7..b3fa66345a9 100644 --- a/nptl/pthread_cond_init.c +++ b/nptl/pthread_cond_init.c @@ -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 , 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/nptl/pthread_cond_signal.c b/nptl/pthread_cond_signal.c index 171193b13e2..b208ec332e5 100644 --- a/nptl/pthread_cond_signal.c +++ b/nptl/pthread_cond_signal.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2003. 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/nptl/pthread_cond_wait.c b/nptl/pthread_cond_wait.c index dc8c511f1a7..58af3541dd5 100644 --- a/nptl/pthread_cond_wait.c +++ b/nptl/pthread_cond_wait.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2003. 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/nptl/pthread_condattr_destroy.c b/nptl/pthread_condattr_destroy.c index ef0c661bf93..9fad05d2813 100644 --- a/nptl/pthread_condattr_destroy.c +++ b/nptl/pthread_condattr_destroy.c @@ -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 , 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/nptl/pthread_condattr_getclock.c b/nptl/pthread_condattr_getclock.c index ad5655dbce2..7d057f5a2fc 100644 --- a/nptl/pthread_condattr_getclock.c +++ b/nptl/pthread_condattr_getclock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/pthread_condattr_getpshared.c b/nptl/pthread_condattr_getpshared.c index 46974b0f9d1..b3d6979423c 100644 --- a/nptl/pthread_condattr_getpshared.c +++ b/nptl/pthread_condattr_getpshared.c @@ -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 , 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/nptl/pthread_condattr_init.c b/nptl/pthread_condattr_init.c index a44b027bd2d..9f649b7b1d6 100644 --- a/nptl/pthread_condattr_init.c +++ b/nptl/pthread_condattr_init.c @@ -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 , 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/nptl/pthread_condattr_setclock.c b/nptl/pthread_condattr_setclock.c index 536ab6564ed..9703282fde7 100644 --- a/nptl/pthread_condattr_setclock.c +++ b/nptl/pthread_condattr_setclock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/pthread_condattr_setpshared.c b/nptl/pthread_condattr_setpshared.c index 64b66ccdb0b..27e1afa1fd5 100644 --- a/nptl/pthread_condattr_setpshared.c +++ b/nptl/pthread_condattr_setpshared.c @@ -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 , 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/nptl/pthread_create.c b/nptl/pthread_create.c index d8ec299cb16..7607f36e26c 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -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 , 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/nptl/pthread_detach.c b/nptl/pthread_detach.c index ac50db9b0ed..3bfc3c2ff0d 100644 --- a/nptl/pthread_detach.c +++ b/nptl/pthread_detach.c @@ -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 , 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/nptl/pthread_equal.c b/nptl/pthread_equal.c index 57a650315f4..cae0f8ca83a 100644 --- a/nptl/pthread_equal.c +++ b/nptl/pthread_equal.c @@ -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 , 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/nptl/pthread_exit.c b/nptl/pthread_exit.c index 6abf66463e9..f54388a8e2c 100644 --- a/nptl/pthread_exit.c +++ b/nptl/pthread_exit.c @@ -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 , 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/nptl/pthread_getaffinity.c b/nptl/pthread_getaffinity.c index 18261ddae04..3b23a4b50db 100644 --- a/nptl/pthread_getaffinity.c +++ b/nptl/pthread_getaffinity.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/pthread_getattr_np.c b/nptl/pthread_getattr_np.c index 25807cb5298..9d4e7ecff18 100644 --- a/nptl/pthread_getattr_np.c +++ b/nptl/pthread_getattr_np.c @@ -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 , 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/nptl/pthread_getconcurrency.c b/nptl/pthread_getconcurrency.c index 387f7ffa393..c20bca422e1 100644 --- a/nptl/pthread_getconcurrency.c +++ b/nptl/pthread_getconcurrency.c @@ -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 , 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/nptl/pthread_getschedparam.c b/nptl/pthread_getschedparam.c index 94316cf8972..ef4022b8acf 100644 --- a/nptl/pthread_getschedparam.c +++ b/nptl/pthread_getschedparam.c @@ -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 , 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/nptl/pthread_getspecific.c b/nptl/pthread_getspecific.c index 3aad6713e4b..05b261dd7c2 100644 --- a/nptl/pthread_getspecific.c +++ b/nptl/pthread_getspecific.c @@ -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 , 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/nptl/pthread_join.c b/nptl/pthread_join.c index d2b33de73d9..d4cffccf491 100644 --- a/nptl/pthread_join.c +++ b/nptl/pthread_join.c @@ -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 , 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/nptl/pthread_key_create.c b/nptl/pthread_key_create.c index 46c5d7b7ffd..19dabb1d2c7 100644 --- a/nptl/pthread_key_create.c +++ b/nptl/pthread_key_create.c @@ -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 , 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/nptl/pthread_key_delete.c b/nptl/pthread_key_delete.c index f5e09538145..bc76a13bd5c 100644 --- a/nptl/pthread_key_delete.c +++ b/nptl/pthread_key_delete.c @@ -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 , 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/nptl/pthread_kill_other_threads.c b/nptl/pthread_kill_other_threads.c index 0cb336e4f80..577e9758c79 100644 --- a/nptl/pthread_kill_other_threads.c +++ b/nptl/pthread_kill_other_threads.c @@ -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 , 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/nptl/pthread_mutex_consistent.c b/nptl/pthread_mutex_consistent.c index df4ba0019d2..96e17d1bbb4 100644 --- a/nptl/pthread_mutex_consistent.c +++ b/nptl/pthread_mutex_consistent.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nptl/pthread_mutex_destroy.c b/nptl/pthread_mutex_destroy.c index 54a98d4539e..dc50b571b69 100644 --- a/nptl/pthread_mutex_destroy.c +++ b/nptl/pthread_mutex_destroy.c @@ -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 , 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/nptl/pthread_mutex_getprioceiling.c b/nptl/pthread_mutex_getprioceiling.c index 7e4ca7683f1..f1408bff0c4 100644 --- a/nptl/pthread_mutex_getprioceiling.c +++ b/nptl/pthread_mutex_getprioceiling.c @@ -1,7 +1,6 @@ /* Get current priority ceiling of pthread_mutex_t. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/nptl/pthread_mutex_init.c b/nptl/pthread_mutex_init.c index d9d7523ea4c..bd998ba7853 100644 --- a/nptl/pthread_mutex_init.c +++ b/nptl/pthread_mutex_init.c @@ -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 , 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/nptl/pthread_mutex_lock.c b/nptl/pthread_mutex_lock.c index da624f322d0..fbe8a3cd21f 100644 --- a/nptl/pthread_mutex_lock.c +++ b/nptl/pthread_mutex_lock.c @@ -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 , 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/nptl/pthread_mutex_setprioceiling.c b/nptl/pthread_mutex_setprioceiling.c index 2675597dfb8..d2c2423136d 100644 --- a/nptl/pthread_mutex_setprioceiling.c +++ b/nptl/pthread_mutex_setprioceiling.c @@ -1,7 +1,6 @@ /* Set current priority ceiling of pthread_mutex_t. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/nptl/pthread_mutex_timedlock.c b/nptl/pthread_mutex_timedlock.c index 11ad7005d07..bf2af6b0484 100644 --- a/nptl/pthread_mutex_timedlock.c +++ b/nptl/pthread_mutex_timedlock.c @@ -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 , 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/nptl/pthread_mutex_trylock.c b/nptl/pthread_mutex_trylock.c index b61cdb94f40..54faacfd216 100644 --- a/nptl/pthread_mutex_trylock.c +++ b/nptl/pthread_mutex_trylock.c @@ -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 , 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/nptl/pthread_mutex_unlock.c b/nptl/pthread_mutex_unlock.c index 7c153975729..914beedd920 100644 --- a/nptl/pthread_mutex_unlock.c +++ b/nptl/pthread_mutex_unlock.c @@ -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 , 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/nptl/pthread_mutexattr_destroy.c b/nptl/pthread_mutexattr_destroy.c index 32ead522594..c50f0475a82 100644 --- a/nptl/pthread_mutexattr_destroy.c +++ b/nptl/pthread_mutexattr_destroy.c @@ -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 , 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/nptl/pthread_mutexattr_getprioceiling.c b/nptl/pthread_mutexattr_getprioceiling.c index 0e1a055083c..3b8e3033378 100644 --- a/nptl/pthread_mutexattr_getprioceiling.c +++ b/nptl/pthread_mutexattr_getprioceiling.c @@ -1,7 +1,6 @@ /* Get priority ceiling setting from pthread_mutexattr_t. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/nptl/pthread_mutexattr_getprotocol.c b/nptl/pthread_mutexattr_getprotocol.c index 685f95a84ee..0fa00d1623b 100644 --- a/nptl/pthread_mutexattr_getprotocol.c +++ b/nptl/pthread_mutexattr_getprotocol.c @@ -1,7 +1,6 @@ /* Get priority protocol setting from pthread_mutexattr_t. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/nptl/pthread_mutexattr_getpshared.c b/nptl/pthread_mutexattr_getpshared.c index 6ec017f6d03..4ad3ff74b0d 100644 --- a/nptl/pthread_mutexattr_getpshared.c +++ b/nptl/pthread_mutexattr_getpshared.c @@ -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 , 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/nptl/pthread_mutexattr_getrobust.c b/nptl/pthread_mutexattr_getrobust.c index 7fb0a676a6a..b8f5f17ccff 100644 --- a/nptl/pthread_mutexattr_getrobust.c +++ b/nptl/pthread_mutexattr_getrobust.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nptl/pthread_mutexattr_gettype.c b/nptl/pthread_mutexattr_gettype.c index e091087213a..7a93e5ab407 100644 --- a/nptl/pthread_mutexattr_gettype.c +++ b/nptl/pthread_mutexattr_gettype.c @@ -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 , 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/nptl/pthread_mutexattr_init.c b/nptl/pthread_mutexattr_init.c index bb41fa169c5..00af3562448 100644 --- a/nptl/pthread_mutexattr_init.c +++ b/nptl/pthread_mutexattr_init.c @@ -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 , 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/nptl/pthread_mutexattr_setprioceiling.c b/nptl/pthread_mutexattr_setprioceiling.c index b48f0d8c3a1..f783b43e226 100644 --- a/nptl/pthread_mutexattr_setprioceiling.c +++ b/nptl/pthread_mutexattr_setprioceiling.c @@ -1,7 +1,6 @@ /* Change priority ceiling setting in pthread_mutexattr_t. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/nptl/pthread_mutexattr_setprotocol.c b/nptl/pthread_mutexattr_setprotocol.c index 9a97729449a..cf359cf5a2a 100644 --- a/nptl/pthread_mutexattr_setprotocol.c +++ b/nptl/pthread_mutexattr_setprotocol.c @@ -1,7 +1,6 @@ /* Change priority protocol setting in pthread_mutexattr_t. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/nptl/pthread_mutexattr_setpshared.c b/nptl/pthread_mutexattr_setpshared.c index f3d52ff9d95..c7e76e5c2cc 100644 --- a/nptl/pthread_mutexattr_setpshared.c +++ b/nptl/pthread_mutexattr_setpshared.c @@ -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 , 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/nptl/pthread_mutexattr_setrobust.c b/nptl/pthread_mutexattr_setrobust.c index a7b119244d2..6e8f212699a 100644 --- a/nptl/pthread_mutexattr_setrobust.c +++ b/nptl/pthread_mutexattr_setrobust.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nptl/pthread_mutexattr_settype.c b/nptl/pthread_mutexattr_settype.c index fb8d66c5ead..d2e2bfb7d74 100644 --- a/nptl/pthread_mutexattr_settype.c +++ b/nptl/pthread_mutexattr_settype.c @@ -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 , 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/nptl/pthread_once.c b/nptl/pthread_once.c index e8cf54cf961..b0c5a4669c2 100644 --- a/nptl/pthread_once.c +++ b/nptl/pthread_once.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/nptl/pthread_rwlock_destroy.c b/nptl/pthread_rwlock_destroy.c index ebedf298b9b..c8ffe553f25 100644 --- a/nptl/pthread_rwlock_destroy.c +++ b/nptl/pthread_rwlock_destroy.c @@ -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 , 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/nptl/pthread_rwlock_init.c b/nptl/pthread_rwlock_init.c index db8ebee5047..b235400243a 100644 --- a/nptl/pthread_rwlock_init.c +++ b/nptl/pthread_rwlock_init.c @@ -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 , 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/nptl/pthread_rwlock_rdlock.c b/nptl/pthread_rwlock_rdlock.c index 366883ea3d6..6c795b73b5a 100644 --- a/nptl/pthread_rwlock_rdlock.c +++ b/nptl/pthread_rwlock_rdlock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2003. 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/nptl/pthread_rwlock_timedrdlock.c b/nptl/pthread_rwlock_timedrdlock.c index 8c73af26fb6..11e5dc3c2d4 100644 --- a/nptl/pthread_rwlock_timedrdlock.c +++ b/nptl/pthread_rwlock_timedrdlock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2003. 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/nptl/pthread_rwlock_timedwrlock.c b/nptl/pthread_rwlock_timedwrlock.c index 890da92968b..a3d384e63bc 100644 --- a/nptl/pthread_rwlock_timedwrlock.c +++ b/nptl/pthread_rwlock_timedwrlock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2003. 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/nptl/pthread_rwlock_tryrdlock.c b/nptl/pthread_rwlock_tryrdlock.c index 495541fc780..f31c5d24227 100644 --- a/nptl/pthread_rwlock_tryrdlock.c +++ b/nptl/pthread_rwlock_tryrdlock.c @@ -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 , 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/nptl/pthread_rwlock_trywrlock.c b/nptl/pthread_rwlock_trywrlock.c index 242c0a1c5c0..08c49ee27cf 100644 --- a/nptl/pthread_rwlock_trywrlock.c +++ b/nptl/pthread_rwlock_trywrlock.c @@ -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 , 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/nptl/pthread_rwlock_unlock.c b/nptl/pthread_rwlock_unlock.c index 6c0da9786da..6875d4c4b51 100644 --- a/nptl/pthread_rwlock_unlock.c +++ b/nptl/pthread_rwlock_unlock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2003. 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/nptl/pthread_rwlock_wrlock.c b/nptl/pthread_rwlock_wrlock.c index be20618d523..a6e5b122a39 100644 --- a/nptl/pthread_rwlock_wrlock.c +++ b/nptl/pthread_rwlock_wrlock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2003. 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/nptl/pthread_rwlockattr_destroy.c b/nptl/pthread_rwlockattr_destroy.c index 3ed19f8ac72..8907a7850cd 100644 --- a/nptl/pthread_rwlockattr_destroy.c +++ b/nptl/pthread_rwlockattr_destroy.c @@ -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 , 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/nptl/pthread_rwlockattr_getkind_np.c b/nptl/pthread_rwlockattr_getkind_np.c index 53cecf5b99d..17144253ff6 100644 --- a/nptl/pthread_rwlockattr_getkind_np.c +++ b/nptl/pthread_rwlockattr_getkind_np.c @@ -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 , 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/nptl/pthread_rwlockattr_getpshared.c b/nptl/pthread_rwlockattr_getpshared.c index 3e126e720e5..fe5b084675a 100644 --- a/nptl/pthread_rwlockattr_getpshared.c +++ b/nptl/pthread_rwlockattr_getpshared.c @@ -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 , 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/nptl/pthread_rwlockattr_init.c b/nptl/pthread_rwlockattr_init.c index 3949a0698dd..6fe78fa0d35 100644 --- a/nptl/pthread_rwlockattr_init.c +++ b/nptl/pthread_rwlockattr_init.c @@ -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 , 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/nptl/pthread_rwlockattr_setkind_np.c b/nptl/pthread_rwlockattr_setkind_np.c index 9e13665470b..58bfa788581 100644 --- a/nptl/pthread_rwlockattr_setkind_np.c +++ b/nptl/pthread_rwlockattr_setkind_np.c @@ -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 , 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/nptl/pthread_rwlockattr_setpshared.c b/nptl/pthread_rwlockattr_setpshared.c index e8f603788ec..d5de4b72e2e 100644 --- a/nptl/pthread_rwlockattr_setpshared.c +++ b/nptl/pthread_rwlockattr_setpshared.c @@ -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 , 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/nptl/pthread_self.c b/nptl/pthread_self.c index 196d93fb8e4..d92340f85dd 100644 --- a/nptl/pthread_self.c +++ b/nptl/pthread_self.c @@ -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 , 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/nptl/pthread_setaffinity.c b/nptl/pthread_setaffinity.c index 3bfdc63e19e..2ae6ae694c4 100644 --- a/nptl/pthread_setaffinity.c +++ b/nptl/pthread_setaffinity.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/pthread_setcancelstate.c b/nptl/pthread_setcancelstate.c index 7e2b6e4974b..832df03aad5 100644 --- a/nptl/pthread_setcancelstate.c +++ b/nptl/pthread_setcancelstate.c @@ -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 , 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/nptl/pthread_setcanceltype.c b/nptl/pthread_setcanceltype.c index e7b24ae733d..4bb53e96bfa 100644 --- a/nptl/pthread_setcanceltype.c +++ b/nptl/pthread_setcanceltype.c @@ -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 , 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/nptl/pthread_setconcurrency.c b/nptl/pthread_setconcurrency.c index 5bc93ddaef7..735f2595c96 100644 --- a/nptl/pthread_setconcurrency.c +++ b/nptl/pthread_setconcurrency.c @@ -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 , 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/nptl/pthread_setschedparam.c b/nptl/pthread_setschedparam.c index 70fa8378b8a..f38bd788af9 100644 --- a/nptl/pthread_setschedparam.c +++ b/nptl/pthread_setschedparam.c @@ -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 , 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/nptl/pthread_setschedprio.c b/nptl/pthread_setschedprio.c index 7bb68d32317..c095e346c8d 100644 --- a/nptl/pthread_setschedprio.c +++ b/nptl/pthread_setschedprio.c @@ -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 , 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/nptl/pthread_setspecific.c b/nptl/pthread_setspecific.c index 820145a3d1d..f37410f6231 100644 --- a/nptl/pthread_setspecific.c +++ b/nptl/pthread_setspecific.c @@ -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 , 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/nptl/pthread_sigmask.c b/nptl/pthread_sigmask.c index 8e6c6d28134..d19d96dbb49 100644 --- a/nptl/pthread_sigmask.c +++ b/nptl/pthread_sigmask.c @@ -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 , 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/nptl/pthread_sigqueue.c b/nptl/pthread_sigqueue.c index 2a0467ad7af..edc18bf4c0d 100644 --- a/nptl/pthread_sigqueue.c +++ b/nptl/pthread_sigqueue.c @@ -1,6 +1,5 @@ /* Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2009. 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/nptl/pthread_spin_destroy.c b/nptl/pthread_spin_destroy.c index dcdbf18c4a9..2f76873c301 100644 --- a/nptl/pthread_spin_destroy.c +++ b/nptl/pthread_spin_destroy.c @@ -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 , 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/nptl/pthread_spin_init.c b/nptl/pthread_spin_init.c index c6a51477bf5..0233384e235 100644 --- a/nptl/pthread_spin_init.c +++ b/nptl/pthread_spin_init.c @@ -1,7 +1,6 @@ /* pthread_spin_init -- initialize a spin lock. Generic version. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras , 2003. 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/nptl/pthread_spin_unlock.c b/nptl/pthread_spin_unlock.c index 15921f726a7..4c586c65140 100644 --- a/nptl/pthread_spin_unlock.c +++ b/nptl/pthread_spin_unlock.c @@ -1,7 +1,6 @@ /* pthread_spin_unlock -- unlock a spin lock. Generic version. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras , 2003. 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/nptl/pthread_testcancel.c b/nptl/pthread_testcancel.c index 31185d89f2a..7a7a199b6d0 100644 --- a/nptl/pthread_testcancel.c +++ b/nptl/pthread_testcancel.c @@ -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 , 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/nptl/pthread_timedjoin.c b/nptl/pthread_timedjoin.c index 0b4026612f3..a30aef59039 100644 --- a/nptl/pthread_timedjoin.c +++ b/nptl/pthread_timedjoin.c @@ -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 , 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/nptl/pthread_tryjoin.c b/nptl/pthread_tryjoin.c index fd938e87808..e31c83de9ee 100644 --- a/nptl/pthread_tryjoin.c +++ b/nptl/pthread_tryjoin.c @@ -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 , 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/nptl/pthread_yield.c b/nptl/pthread_yield.c index 638d6a3e681..0415e1e55cf 100644 --- a/nptl/pthread_yield.c +++ b/nptl/pthread_yield.c @@ -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 , 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/nptl/sem_destroy.c b/nptl/sem_destroy.c index fd8f2024ce3..a9ed3724eb2 100644 --- a/nptl/sem_destroy.c +++ b/nptl/sem_destroy.c @@ -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 , 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/nptl/sem_getvalue.c b/nptl/sem_getvalue.c index 7d3a596e8c4..cf1b98148e8 100644 --- a/nptl/sem_getvalue.c +++ b/nptl/sem_getvalue.c @@ -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 , 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/nptl/sem_init.c b/nptl/sem_init.c index 39fe76b92b0..8cb44aa16ec 100644 --- a/nptl/sem_init.c +++ b/nptl/sem_init.c @@ -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 , 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/nptl/sem_post.c b/nptl/sem_post.c index d56a6ed9833..b943af535c5 100644 --- a/nptl/sem_post.c +++ b/nptl/sem_post.c @@ -1,7 +1,6 @@ /* sem_post -- post to a POSIX semaphore. Generic futex-using version. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/nptl/sem_timedwait.c b/nptl/sem_timedwait.c index 5c8f37d3bba..971865dc3cc 100644 --- a/nptl/sem_timedwait.c +++ b/nptl/sem_timedwait.c @@ -1,7 +1,6 @@ /* sem_timedwait -- wait on a semaphore with timeout. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras , 2003. 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/nptl/sem_wait.c b/nptl/sem_wait.c index 8576add41c8..b4063388118 100644 --- a/nptl/sem_wait.c +++ b/nptl/sem_wait.c @@ -1,7 +1,6 @@ /* sem_wait -- wait on a semaphore. Generic futex-using version. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras , 2003. 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/nptl/sem_waitcommon.c b/nptl/sem_waitcommon.c index 2fd8a2e1819..71626058428 100644 --- a/nptl/sem_waitcommon.c +++ b/nptl/sem_waitcommon.c @@ -1,7 +1,6 @@ /* sem_waitcommon -- wait on a semaphore, shared code. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras , 2003. 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/nptl/tpp.c b/nptl/tpp.c index 7f58a75731d..3a55243a324 100644 --- a/nptl/tpp.c +++ b/nptl/tpp.c @@ -1,7 +1,6 @@ /* Thread Priority Protect helpers. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/nptl/tst-attr2.c b/nptl/tst-attr2.c index c57c7916697..d23d3e5d864 100644 --- a/nptl/tst-attr2.c +++ b/nptl/tst-attr2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/tst-attr3.c b/nptl/tst-attr3.c index f407e4eac62..a413034fa4e 100644 --- a/nptl/tst-attr3.c +++ b/nptl/tst-attr3.c @@ -1,7 +1,6 @@ /* pthread_getattr_np test. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/nptl/tst-cancel17.c b/nptl/tst-cancel17.c index 0056e7ed00b..007bd8085c7 100644 --- a/nptl/tst-cancel17.c +++ b/nptl/tst-cancel17.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/tst-cancel7.c b/nptl/tst-cancel7.c index 82ac9b9aac2..54ed2a54ffb 100644 --- a/nptl/tst-cancel7.c +++ b/nptl/tst-cancel7.c @@ -1,6 +1,5 @@ /* Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/nptl/tst-cleanup4.c b/nptl/tst-cleanup4.c index 4a275ed950d..f3c21eb3f28 100644 --- a/nptl/tst-cleanup4.c +++ b/nptl/tst-cleanup4.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/nptl/tst-cleanup4aux.c b/nptl/tst-cleanup4aux.c index 6c7356e7630..7cc189173f1 100644 --- a/nptl/tst-cleanup4aux.c +++ b/nptl/tst-cleanup4aux.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/nptl/tst-clock2.c b/nptl/tst-clock2.c index 523f8a92e99..82b7305b1e7 100644 --- a/nptl/tst-clock2.c +++ b/nptl/tst-clock2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/tst-context1.c b/nptl/tst-context1.c index 00e39aff9f8..67b972c122d 100644 --- a/nptl/tst-context1.c +++ b/nptl/tst-context1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/tst-dlsym1.c b/nptl/tst-dlsym1.c index 3744570c7f3..19ba8f5640e 100644 --- a/nptl/tst-dlsym1.c +++ b/nptl/tst-dlsym1.c @@ -1,4 +1,3 @@ -/* Test case by Hui Huang . */ #include #include #include diff --git a/nptl/tst-eintr1.c b/nptl/tst-eintr1.c index db3558892b6..f7275bb5774 100644 --- a/nptl/tst-eintr1.c +++ b/nptl/tst-eintr1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/tst-exec4.c b/nptl/tst-exec4.c index d0113ccc409..53a1fb5c28f 100644 --- a/nptl/tst-exec4.c +++ b/nptl/tst-exec4.c @@ -1,7 +1,6 @@ /* Signal handler and mask set in thread which calls exec. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/tst-initializers1.c b/nptl/tst-initializers1.c index b204bda8569..87b9d34728d 100644 --- a/nptl/tst-initializers1.c +++ b/nptl/tst-initializers1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/nptl/tst-mutex8.c b/nptl/tst-mutex8.c index dfd43bd6cca..6e8ecff774e 100644 --- a/nptl/tst-mutex8.c +++ b/nptl/tst-mutex8.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/tst-mutexpp10.c b/nptl/tst-mutexpp10.c index 15694822a3e..e020ab28e0d 100644 --- a/nptl/tst-mutexpp10.c +++ b/nptl/tst-mutexpp10.c @@ -1,6 +1,5 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/nptl/tst-rwlock10.c b/nptl/tst-rwlock10.c index f82def591a8..af682c52880 100644 --- a/nptl/tst-rwlock10.c +++ b/nptl/tst-rwlock10.c @@ -1,6 +1,5 @@ /* Test program for timedout read/write lock functions. Copyright (C) 2003-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 2003. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/nptl/tst-rwlock11.c b/nptl/tst-rwlock11.c index 396f39b4bc4..d78fa5e1b62 100644 --- a/nptl/tst-rwlock11.c +++ b/nptl/tst-rwlock11.c @@ -1,6 +1,5 @@ /* Test program for timedout read/write lock functions. Copyright (C) 2003-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 2003. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/nptl/tst-rwlock2.c b/nptl/tst-rwlock2.c index a9ebd387d12..410f13b2964 100644 --- a/nptl/tst-rwlock2.c +++ b/nptl/tst-rwlock2.c @@ -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 , 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/nptl/tst-rwlock3.c b/nptl/tst-rwlock3.c index 67d43ea2c17..6122afcbc39 100644 --- a/nptl/tst-rwlock3.c +++ b/nptl/tst-rwlock3.c @@ -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 , 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/nptl/tst-rwlock6.c b/nptl/tst-rwlock6.c index b26950f0aae..2aee65d9873 100644 --- a/nptl/tst-rwlock6.c +++ b/nptl/tst-rwlock6.c @@ -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 , 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/nptl/tst-rwlock7.c b/nptl/tst-rwlock7.c index e32cf323a77..a460de9441e 100644 --- a/nptl/tst-rwlock7.c +++ b/nptl/tst-rwlock7.c @@ -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 , 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/nptl/tst-rwlock8.c b/nptl/tst-rwlock8.c index 8e89a6126e8..08e54e9ac36 100644 --- a/nptl/tst-rwlock8.c +++ b/nptl/tst-rwlock8.c @@ -1,6 +1,5 @@ /* Test program for timedout read/write lock functions. Copyright (C) 2000-2021 Free Software Foundation, Inc. - 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 License as diff --git a/nptl/tst-rwlock9.c b/nptl/tst-rwlock9.c index d010bc830d0..943c929ba5e 100644 --- a/nptl/tst-rwlock9.c +++ b/nptl/tst-rwlock9.c @@ -1,6 +1,5 @@ /* Test program for timedout read/write lock functions. Copyright (C) 2000-2021 Free Software Foundation, Inc. - 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 License as diff --git a/nptl/tst-sched1.c b/nptl/tst-sched1.c index e9eb2636d7f..03840241969 100644 --- a/nptl/tst-sched1.c +++ b/nptl/tst-sched1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nptl/tst-setuid1.c b/nptl/tst-setuid1.c index 708c940d2a6..2360490bef8 100644 --- a/nptl/tst-setuid1.c +++ b/nptl/tst-setuid1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/nptl/tst-signal3.c b/nptl/tst-signal3.c index 14d5ac6cdf2..578a1ca29b5 100644 --- a/nptl/tst-signal3.c +++ b/nptl/tst-signal3.c @@ -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 , 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/nptl/tst-signal7.c b/nptl/tst-signal7.c index 086f3f9ed1f..949460fda42 100644 --- a/nptl/tst-signal7.c +++ b/nptl/tst-signal7.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nptl/tst-stack2.c b/nptl/tst-stack2.c index adf4dd806be..e8f3631a733 100644 --- a/nptl/tst-stack2.c +++ b/nptl/tst-stack2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/nptl/tst-stack3.c b/nptl/tst-stack3.c index 2e304f370ef..8b0508f0432 100644 --- a/nptl/tst-stack3.c +++ b/nptl/tst-stack3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c index 870514900c1..ca6b418836b 100644 --- a/nptl/tst-stackguard1.c +++ b/nptl/tst-stackguard1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/nptl/tst-tls3.c b/nptl/tst-tls3.c index 3f1a672d7ad..8ea805dcadd 100644 --- a/nptl/tst-tls3.c +++ b/nptl/tst-tls3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/tst-tls3mod.c b/nptl/tst-tls3mod.c index cfd13aace1a..7090b41ce6d 100644 --- a/nptl/tst-tls3mod.c +++ b/nptl/tst-tls3mod.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/tst-tls5.c b/nptl/tst-tls5.c index 9466df4c14c..1de1877056c 100644 --- a/nptl/tst-tls5.c +++ b/nptl/tst-tls5.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/nptl/tst-tpp.h b/nptl/tst-tpp.h index e232f7d3b2a..2e9d06be318 100644 --- a/nptl/tst-tpp.h +++ b/nptl/tst-tpp.h @@ -1,6 +1,5 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/nptl/tst-tsd3.c b/nptl/tst-tsd3.c index 45c7e4e1ea6..264ae405361 100644 --- a/nptl/tst-tsd3.c +++ b/nptl/tst-tsd3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/tst-tsd4.c b/nptl/tst-tsd4.c index d72219466f5..03ab6998cd3 100644 --- a/nptl/tst-tsd4.c +++ b/nptl/tst-tsd4.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/nptl/unwind.c b/nptl/unwind.c index f50997f728c..79b4f50f0ab 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -1,7 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - and Richard Henderson , 2003. 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/nptl_db/td_init.c b/nptl_db/td_init.c index 06b5adc5c29..d0168098447 100644 --- a/nptl_db/td_init.c +++ b/nptl_db/td_init.c @@ -1,7 +1,6 @@ /* Initialization function of thread debugger support library. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_log.c b/nptl_db/td_log.c index 9c1649940ea..a75906d70a8 100644 --- a/nptl_db/td_log.c +++ b/nptl_db/td_log.c @@ -1,7 +1,6 @@ /* Noop, left for historical reasons. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_symbol_list.c b/nptl_db/td_symbol_list.c index 6f2d5faa568..ba3d9d9b934 100644 --- a/nptl_db/td_symbol_list.c +++ b/nptl_db/td_symbol_list.c @@ -1,7 +1,6 @@ /* Return list of symbols the library can request. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nptl_db/td_ta_clear_event.c b/nptl_db/td_ta_clear_event.c index a618ef900a2..176d3cbeeea 100644 --- a/nptl_db/td_ta_clear_event.c +++ b/nptl_db/td_ta_clear_event.c @@ -1,7 +1,6 @@ /* Globally disable events. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_delete.c b/nptl_db/td_ta_delete.c index b68eaf41099..a547d99e6b4 100644 --- a/nptl_db/td_ta_delete.c +++ b/nptl_db/td_ta_delete.c @@ -1,7 +1,6 @@ /* Detach to target process. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_enable_stats.c b/nptl_db/td_ta_enable_stats.c index 8a8ccb91c71..3bcd6e0e0f8 100644 --- a/nptl_db/td_ta_enable_stats.c +++ b/nptl_db/td_ta_enable_stats.c @@ -1,7 +1,6 @@ /* Enable collection of statistics for process. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_event_addr.c b/nptl_db/td_ta_event_addr.c index d6364680d59..ac6f3391814 100644 --- a/nptl_db/td_ta_event_addr.c +++ b/nptl_db/td_ta_event_addr.c @@ -1,7 +1,6 @@ /* Get event address. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_event_getmsg.c b/nptl_db/td_ta_event_getmsg.c index 0fa1389e76c..019f787c3e4 100644 --- a/nptl_db/td_ta_event_getmsg.c +++ b/nptl_db/td_ta_event_getmsg.c @@ -1,7 +1,6 @@ /* Retrieve event. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_get_nthreads.c b/nptl_db/td_ta_get_nthreads.c index 2684b846997..5c43aba7c98 100644 --- a/nptl_db/td_ta_get_nthreads.c +++ b/nptl_db/td_ta_get_nthreads.c @@ -1,7 +1,6 @@ /* Get the number of threads in the process. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_get_ph.c b/nptl_db/td_ta_get_ph.c index 8ed841fa291..4644f2fd5dd 100644 --- a/nptl_db/td_ta_get_ph.c +++ b/nptl_db/td_ta_get_ph.c @@ -1,7 +1,6 @@ /* Get external process handle. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_get_stats.c b/nptl_db/td_ta_get_stats.c index e4b0df87adc..730e1a3d984 100644 --- a/nptl_db/td_ta_get_stats.c +++ b/nptl_db/td_ta_get_stats.c @@ -1,7 +1,6 @@ /* Retrieve statistics for process. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_map_id2thr.c b/nptl_db/td_ta_map_id2thr.c index 142b7e6cc92..e559757e5fa 100644 --- a/nptl_db/td_ta_map_id2thr.c +++ b/nptl_db/td_ta_map_id2thr.c @@ -1,7 +1,6 @@ /* Map thread ID to thread handle. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_new.c b/nptl_db/td_ta_new.c index eeca29d5a0f..efcc85bff26 100644 --- a/nptl_db/td_ta_new.c +++ b/nptl_db/td_ta_new.c @@ -1,7 +1,6 @@ /* Attach to target process. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_reset_stats.c b/nptl_db/td_ta_reset_stats.c index c673c660f84..b4b3a9d7752 100644 --- a/nptl_db/td_ta_reset_stats.c +++ b/nptl_db/td_ta_reset_stats.c @@ -1,7 +1,6 @@ /* Reset statistics. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_set_event.c b/nptl_db/td_ta_set_event.c index 94b3ae95caa..c49790db8e4 100644 --- a/nptl_db/td_ta_set_event.c +++ b/nptl_db/td_ta_set_event.c @@ -1,7 +1,6 @@ /* Globally enable events. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_setconcurrency.c b/nptl_db/td_ta_setconcurrency.c index a2c7fb5e127..3f2c19292c7 100644 --- a/nptl_db/td_ta_setconcurrency.c +++ b/nptl_db/td_ta_setconcurrency.c @@ -1,7 +1,6 @@ /* Set suggested concurrency level for process. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_thr_iter.c b/nptl_db/td_ta_thr_iter.c index 98286184e3a..c75309dd3ef 100644 --- a/nptl_db/td_ta_thr_iter.c +++ b/nptl_db/td_ta_thr_iter.c @@ -1,7 +1,6 @@ /* Iterate over a process's threads. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_ta_tsd_iter.c b/nptl_db/td_ta_tsd_iter.c index 023ba49d448..40d9cbd5181 100644 --- a/nptl_db/td_ta_tsd_iter.c +++ b/nptl_db/td_ta_tsd_iter.c @@ -1,7 +1,6 @@ /* Iterate over a process's thread-specific data. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_clear_event.c b/nptl_db/td_thr_clear_event.c index f13e13725f1..660e4f55279 100644 --- a/nptl_db/td_thr_clear_event.c +++ b/nptl_db/td_thr_clear_event.c @@ -1,7 +1,6 @@ /* Disable specific event for thread. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_dbresume.c b/nptl_db/td_thr_dbresume.c index 8a826283daf..b76bdef3e5f 100644 --- a/nptl_db/td_thr_dbresume.c +++ b/nptl_db/td_thr_dbresume.c @@ -1,7 +1,6 @@ /* Resume execution of given thread. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_dbsuspend.c b/nptl_db/td_thr_dbsuspend.c index 21ce9950da9..9dd94e7fa87 100644 --- a/nptl_db/td_thr_dbsuspend.c +++ b/nptl_db/td_thr_dbsuspend.c @@ -1,7 +1,6 @@ /* Suspend execution of given thread. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_event_enable.c b/nptl_db/td_thr_event_enable.c index f53fdf01b66..c458e34bb47 100644 --- a/nptl_db/td_thr_event_enable.c +++ b/nptl_db/td_thr_event_enable.c @@ -1,7 +1,6 @@ /* Enable event process-wide. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_event_getmsg.c b/nptl_db/td_thr_event_getmsg.c index 9c794176ed3..982e2464525 100644 --- a/nptl_db/td_thr_event_getmsg.c +++ b/nptl_db/td_thr_event_getmsg.c @@ -1,7 +1,6 @@ /* Retrieve event. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_get_info.c b/nptl_db/td_thr_get_info.c index 01af021d2a1..7d79bd4152d 100644 --- a/nptl_db/td_thr_get_info.c +++ b/nptl_db/td_thr_get_info.c @@ -1,7 +1,6 @@ /* Get thread information. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_getfpregs.c b/nptl_db/td_thr_getfpregs.c index 3d08aa3f600..4dc4e392e92 100644 --- a/nptl_db/td_thr_getfpregs.c +++ b/nptl_db/td_thr_getfpregs.c @@ -1,7 +1,6 @@ /* Get a thread's floating-point register set. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_getgregs.c b/nptl_db/td_thr_getgregs.c index 8f9fab096fa..2dfa4fe3c23 100644 --- a/nptl_db/td_thr_getgregs.c +++ b/nptl_db/td_thr_getgregs.c @@ -1,7 +1,6 @@ /* Get a thread's general register set. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_getxregs.c b/nptl_db/td_thr_getxregs.c index 4d647268123..01f4d067465 100644 --- a/nptl_db/td_thr_getxregs.c +++ b/nptl_db/td_thr_getxregs.c @@ -1,7 +1,6 @@ /* Get a thread's extra state register set. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_getxregsize.c b/nptl_db/td_thr_getxregsize.c index 42f1873b29d..59cbc3e5d36 100644 --- a/nptl_db/td_thr_getxregsize.c +++ b/nptl_db/td_thr_getxregsize.c @@ -1,7 +1,6 @@ /* Get the size of the extra state register set for this architecture. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_set_event.c b/nptl_db/td_thr_set_event.c index fe33e67f9f5..d2f60c2ed00 100644 --- a/nptl_db/td_thr_set_event.c +++ b/nptl_db/td_thr_set_event.c @@ -1,7 +1,6 @@ /* Enable specific event for thread. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_setfpregs.c b/nptl_db/td_thr_setfpregs.c index bddb0359a8d..f4dfc8b97a6 100644 --- a/nptl_db/td_thr_setfpregs.c +++ b/nptl_db/td_thr_setfpregs.c @@ -1,7 +1,6 @@ /* Set a thread's floating-point register set. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_setgregs.c b/nptl_db/td_thr_setgregs.c index 2a76a107541..2e5c20f0ea1 100644 --- a/nptl_db/td_thr_setgregs.c +++ b/nptl_db/td_thr_setgregs.c @@ -1,7 +1,6 @@ /* Set a thread's general register set. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_setprio.c b/nptl_db/td_thr_setprio.c index 7ac00c2f845..7d6560feed6 100644 --- a/nptl_db/td_thr_setprio.c +++ b/nptl_db/td_thr_setprio.c @@ -1,7 +1,6 @@ /* Set a thread's priority. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_setsigpending.c b/nptl_db/td_thr_setsigpending.c index 2f0217f13f1..d3475c3b5e7 100644 --- a/nptl_db/td_thr_setsigpending.c +++ b/nptl_db/td_thr_setsigpending.c @@ -1,7 +1,6 @@ /* Raise a signal for a thread. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_setxregs.c b/nptl_db/td_thr_setxregs.c index b8db1bcb649..752c4df71ac 100644 --- a/nptl_db/td_thr_setxregs.c +++ b/nptl_db/td_thr_setxregs.c @@ -1,7 +1,6 @@ /* Set a thread's extra state register set. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_sigsetmask.c b/nptl_db/td_thr_sigsetmask.c index 437f525a6ce..98442c38cef 100644 --- a/nptl_db/td_thr_sigsetmask.c +++ b/nptl_db/td_thr_sigsetmask.c @@ -1,7 +1,6 @@ /* Set a thread's signal mask. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_tls_get_addr.c b/nptl_db/td_thr_tls_get_addr.c index 124b8676073..bf724142cff 100644 --- a/nptl_db/td_thr_tls_get_addr.c +++ b/nptl_db/td_thr_tls_get_addr.c @@ -1,7 +1,6 @@ /* Get address of thread local variable. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nptl_db/td_thr_tsd.c b/nptl_db/td_thr_tsd.c index 4ef09dd02c3..118e98bf0cc 100644 --- a/nptl_db/td_thr_tsd.c +++ b/nptl_db/td_thr_tsd.c @@ -1,7 +1,6 @@ /* Get a thread-specific data pointer for a thread. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nptl_db/td_thr_validate.c b/nptl_db/td_thr_validate.c index 06ba221afcd..0f653b8857e 100644 --- a/nptl_db/td_thr_validate.c +++ b/nptl_db/td_thr_validate.c @@ -1,7 +1,6 @@ /* Validate a thread handle. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/nscd/aicache.c b/nscd/aicache.c index 737ace11cc2..1ee195c0aca 100644 --- a/nscd/aicache.c +++ b/nscd/aicache.c @@ -1,7 +1,6 @@ /* Cache handling for host lookup. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/cache.c b/nscd/cache.c index 78b22697886..61254d5a2f3 100644 --- a/nscd/cache.c +++ b/nscd/cache.c @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/connections.c b/nscd/connections.c index 3f0bda4e97e..e20e53f5f0e 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -1,7 +1,6 @@ /* Inner loops of cache daemon. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/dbg_log.c b/nscd/dbg_log.c index 3af3dcbe24f..6bc7e75fda1 100644 --- a/nscd/dbg_log.c +++ b/nscd/dbg_log.c @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/dbg_log.h b/nscd/dbg_log.h index c7d14baec1a..e57340eb896 100644 --- a/nscd/dbg_log.h +++ b/nscd/dbg_log.h @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/nscd/gai.c b/nscd/gai.c index 5d7558c2496..f01b91fcab6 100644 --- a/nscd/gai.c +++ b/nscd/gai.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/getgrgid_r.c b/nscd/getgrgid_r.c index 2d36fe20495..b7cd3efa57e 100644 --- a/nscd/getgrgid_r.c +++ b/nscd/getgrgid_r.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/getgrnam_r.c b/nscd/getgrnam_r.c index dfd9c72f508..1bf8ce0602a 100644 --- a/nscd/getgrnam_r.c +++ b/nscd/getgrnam_r.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/gethstbyad_r.c b/nscd/gethstbyad_r.c index 5f1c0b882ac..092100be0ca 100644 --- a/nscd/gethstbyad_r.c +++ b/nscd/gethstbyad_r.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/gethstbynm3_r.c b/nscd/gethstbynm3_r.c index f176367a2b1..11af6b8f41a 100644 --- a/nscd/gethstbynm3_r.c +++ b/nscd/gethstbynm3_r.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/getpwnam_r.c b/nscd/getpwnam_r.c index 22b7044ac95..3a8f0a5f7ed 100644 --- a/nscd/getpwnam_r.c +++ b/nscd/getpwnam_r.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/getpwuid_r.c b/nscd/getpwuid_r.c index eff3860c912..9da9a18ac12 100644 --- a/nscd/getpwuid_r.c +++ b/nscd/getpwuid_r.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/getsrvbynm_r.c b/nscd/getsrvbynm_r.c index f4099f84331..09a87007ebf 100644 --- a/nscd/getsrvbynm_r.c +++ b/nscd/getsrvbynm_r.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/getsrvbypt_r.c b/nscd/getsrvbypt_r.c index 8184baca425..c861105b910 100644 --- a/nscd/getsrvbypt_r.c +++ b/nscd/getsrvbypt_r.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 , 1996. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/grpcache.c b/nscd/grpcache.c index 457ca4d872e..40c9affa4c4 100644 --- a/nscd/grpcache.c +++ b/nscd/grpcache.c @@ -1,7 +1,6 @@ /* Cache handling for group lookup. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/hstcache.c b/nscd/hstcache.c index 253c1a16640..89444bd3996 100644 --- a/nscd/hstcache.c +++ b/nscd/hstcache.c @@ -1,7 +1,6 @@ /* Cache handling for host lookup. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/initgrcache.c b/nscd/initgrcache.c index 62d7316f704..000c7470b38 100644 --- a/nscd/initgrcache.c +++ b/nscd/initgrcache.c @@ -1,7 +1,6 @@ /* Cache handling for host lookup. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/mem.c b/nscd/mem.c index 2eaff033f47..bfe3ea5bb2b 100644 --- a/nscd/mem.c +++ b/nscd/mem.c @@ -1,7 +1,6 @@ /* Cache memory handling. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/netgroupcache.c b/nscd/netgroupcache.c index 2f71bf2999d..7ea4d96594d 100644 --- a/nscd/netgroupcache.c +++ b/nscd/netgroupcache.c @@ -1,7 +1,6 @@ /* Cache handling for netgroup lookup. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/nscd-client.h b/nscd/nscd-client.h index 9c6fef2cd85..e614b738ae8 100644 --- a/nscd/nscd-client.h +++ b/nscd/nscd-client.h @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/nscd/nscd.c b/nscd/nscd.c index 3ca7c522c21..73ccb5445f7 100644 --- a/nscd/nscd.c +++ b/nscd/nscd.c @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/nscd.h b/nscd/nscd.h index b5da5be98a1..3048fe852dc 100644 --- a/nscd/nscd.h +++ b/nscd/nscd.h @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/nscd/nscd_conf.c b/nscd/nscd_conf.c index 096a7951226..6b7ef5793c5 100644 --- a/nscd/nscd_conf.c +++ b/nscd/nscd_conf.c @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/nscd_getai.c b/nscd/nscd_getai.c index 25c795f3440..b5dff764440 100644 --- a/nscd/nscd_getai.c +++ b/nscd/nscd_getai.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/nscd/nscd_getgr_r.c b/nscd/nscd_getgr_r.c index 2ef57ae922d..a8b0f19f023 100644 --- a/nscd/nscd_getgr_r.c +++ b/nscd/nscd_getgr_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/nscd/nscd_gethst_r.c b/nscd/nscd_gethst_r.c index 81bf3242563..cd829f6e079 100644 --- a/nscd/nscd_gethst_r.c +++ b/nscd/nscd_gethst_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/nscd/nscd_getpw_r.c b/nscd/nscd_getpw_r.c index cfaaa7c19a4..253b485b90f 100644 --- a/nscd/nscd_getpw_r.c +++ b/nscd/nscd_getpw_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/nscd/nscd_getserv_r.c b/nscd/nscd_getserv_r.c index fd3b71be32d..b1b4b1a0ced 100644 --- a/nscd/nscd_getserv_r.c +++ b/nscd/nscd_getserv_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2007. 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/nscd/nscd_helper.c b/nscd/nscd_helper.c index 06ba7476e59..4c4a63cba33 100644 --- a/nscd/nscd_helper.c +++ b/nscd/nscd_helper.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/nscd/nscd_initgroups.c b/nscd/nscd_initgroups.c index 3567423ee2b..abf60b76e2f 100644 --- a/nscd/nscd_initgroups.c +++ b/nscd/nscd_initgroups.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/nscd/nscd_netgroup.c b/nscd/nscd_netgroup.c index 32cb8582cda..ad52bc77e53 100644 --- a/nscd/nscd_netgroup.c +++ b/nscd/nscd_netgroup.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/nscd/nscd_proto.h b/nscd/nscd_proto.h index bea485f02ec..54b6a069cdf 100644 --- a/nscd/nscd_proto.h +++ b/nscd/nscd_proto.h @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/nscd/nscd_setup_thread.c b/nscd/nscd_setup_thread.c index b05a6a8d1bd..d3ca93c2a4c 100644 --- a/nscd/nscd_setup_thread.c +++ b/nscd/nscd_setup_thread.c @@ -1,7 +1,6 @@ /* Setup of nscd worker threads. Stub verison. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/nscd_stat.c b/nscd/nscd_stat.c index 7339291c3ba..a65e5cf46c7 100644 --- a/nscd/nscd_stat.c +++ b/nscd/nscd_stat.c @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/nscd/pwdcache.c b/nscd/pwdcache.c index dfafb5265d6..4b7a652ab5a 100644 --- a/nscd/pwdcache.c +++ b/nscd/pwdcache.c @@ -1,7 +1,6 @@ /* Cache handling for passwd lookup. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nscd/selinux.c b/nscd/selinux.c index 8123bcd2d9e..2c09bd96923 100644 --- a/nscd/selinux.c +++ b/nscd/selinux.c @@ -1,7 +1,6 @@ /* SELinux access controls for nscd. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Matthew Rickard , 2004. 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/nscd/selinux.h b/nscd/selinux.h index 2bf29a99a6f..7826f85e17c 100644 --- a/nscd/selinux.h +++ b/nscd/selinux.h @@ -1,7 +1,6 @@ /* Header for nscd SELinux access controls. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Matthew Rickard , 2004. 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/nscd/servicescache.c b/nscd/servicescache.c index 09fc5902907..7a5ae21715d 100644 --- a/nscd/servicescache.c +++ b/nscd/servicescache.c @@ -1,7 +1,6 @@ /* Cache handling for services lookup. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2007. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/nss/XXX-lookup.c b/nss/XXX-lookup.c index f1c97f7c8e9..302c6361e07 100644 --- a/nss/XXX-lookup.c +++ b/nss/XXX-lookup.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 , 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/nss/alias-lookup.c b/nss/alias-lookup.c index 6348e3c9d06..31ac2c9ce73 100644 --- a/nss/alias-lookup.c +++ b/nss/alias-lookup.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 , 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/nss/databases.def b/nss/databases.def index 3dc95648a81..e33a5d074f1 100644 --- a/nss/databases.def +++ b/nss/databases.def @@ -1,7 +1,6 @@ /* List of all databases defined for the NSS in GNU C Library. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nss/db-Makefile b/nss/db-Makefile index 2650ce8d92b..c162db7530c 100644 --- a/nss/db-Makefile +++ b/nss/db-Makefile @@ -1,7 +1,6 @@ # Makefile to (re-)generate db versions of system database files. # Copyright (C) 1996-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Ulrich Drepper , 1996. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/nss/digits_dots.c b/nss/digits_dots.c index f53dc94556d..c9ba0420a33 100644 --- a/nss/digits_dots.c +++ b/nss/digits_dots.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by H.J. Lu , 1997. 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/nss/ethers-lookup.c b/nss/ethers-lookup.c index 08560e0329e..177d5511cfe 100644 --- a/nss/ethers-lookup.c +++ b/nss/ethers-lookup.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 , 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/nss/getXXbyYY_r.c b/nss/getXXbyYY_r.c index c344528f72a..d04204eb23c 100644 --- a/nss/getXXbyYY_r.c +++ b/nss/getXXbyYY_r.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 , 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/nss/getXXent_r.c b/nss/getXXent_r.c index c8443c59774..4ee4800b756 100644 --- a/nss/getXXent_r.c +++ b/nss/getXXent_r.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 , 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/nss/getent.c b/nss/getent.c index ec48ba4bf1f..e428d0eea46 100644 --- a/nss/getent.c +++ b/nss/getent.c @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/nss/grp-lookup.c b/nss/grp-lookup.c index 034fa2ab7f1..e77988ec9ef 100644 --- a/nss/grp-lookup.c +++ b/nss/grp-lookup.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 , 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/nss/hosts-lookup.c b/nss/hosts-lookup.c index 1acafd01cd6..925792b8e30 100644 --- a/nss/hosts-lookup.c +++ b/nss/hosts-lookup.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 , 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/nss/key-lookup.c b/nss/key-lookup.c index aa267d36f90..0c154394a66 100644 --- a/nss/key-lookup.c +++ b/nss/key-lookup.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 , 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/nss/makedb.c b/nss/makedb.c index 8690e11e82e..30c3d0426ec 100644 --- a/nss/makedb.c +++ b/nss/makedb.c @@ -1,7 +1,6 @@ /* Create simple DB database from textual input. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nss/netgrp-lookup.c b/nss/netgrp-lookup.c index ce37b5e6008..4695345eb94 100644 --- a/nss/netgrp-lookup.c +++ b/nss/netgrp-lookup.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 , 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/nss/network-lookup.c b/nss/network-lookup.c index eed4dc3d0fc..868883f1a4c 100644 --- a/nss/network-lookup.c +++ b/nss/network-lookup.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 , 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/nss/nss_compat/compat-grp.c b/nss/nss_compat/compat-grp.c index aaf35e75b49..dcfc46abe5c 100644 --- a/nss/nss_compat/compat-grp.c +++ b/nss/nss_compat/compat-grp.c @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 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/nss/nss_compat/compat-initgroups.c b/nss/nss_compat/compat-initgroups.c index c3b065c9310..a5d8b23e013 100644 --- a/nss/nss_compat/compat-initgroups.c +++ b/nss/nss_compat/compat-initgroups.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/nss/nss_compat/compat-pwd.c b/nss/nss_compat/compat-pwd.c index 64d708ff63a..3620879f59f 100644 --- a/nss/nss_compat/compat-pwd.c +++ b/nss/nss_compat/compat-pwd.c @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 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/nss/nss_compat/compat-spwd.c b/nss/nss_compat/compat-spwd.c index b548dfbee10..edabc3c10dd 100644 --- a/nss/nss_compat/compat-spwd.c +++ b/nss/nss_compat/compat-spwd.c @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 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/nss/nss_db/db-initgroups.c b/nss/nss_db/db-initgroups.c index f09059bc417..1e93f7911fd 100644 --- a/nss/nss_db/db-initgroups.c +++ b/nss/nss_db/db-initgroups.c @@ -1,7 +1,6 @@ /* Initgroups handling in nss_db module. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as diff --git a/nss/nss_db/db-netgrp.c b/nss/nss_db/db-netgrp.c index 436cafce428..268a3232cba 100644 --- a/nss/nss_db/db-netgrp.c +++ b/nss/nss_db/db-netgrp.c @@ -1,7 +1,6 @@ /* Netgroup file parser in nss_db modules. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nss/nss_files/files-alias.c b/nss/nss_files/files-alias.c index 2a4023b9a97..b87add16965 100644 --- a/nss/nss_files/files-alias.c +++ b/nss/nss_files/files-alias.c @@ -1,7 +1,6 @@ /* Mail alias file parser in nss_files module. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nss/nss_files/files-netgrp.c b/nss/nss_files/files-netgrp.c index 82cc201b85d..f588fa6c12b 100644 --- a/nss/nss_files/files-netgrp.c +++ b/nss/nss_files/files-netgrp.c @@ -1,7 +1,6 @@ /* Netgroup file parser in nss_files modules. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/nss/nss_hash.c b/nss/nss_hash.c index d5e74a115bd..9d296fe1489 100644 --- a/nss/nss_hash.c +++ b/nss/nss_hash.c @@ -1,6 +1,5 @@ /* Copyright (c) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/nss/nsswitch.c b/nss/nsswitch.c index 6b7d4c780b1..5d1ade544d8 100644 --- a/nss/nsswitch.c +++ b/nss/nsswitch.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 , 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/nss/proto-lookup.c b/nss/proto-lookup.c index a31659206cd..8c13cf140ba 100644 --- a/nss/proto-lookup.c +++ b/nss/proto-lookup.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 , 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/nss/pwd-lookup.c b/nss/pwd-lookup.c index 5ec8a8b485b..724a6975660 100644 --- a/nss/pwd-lookup.c +++ b/nss/pwd-lookup.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 , 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/nss/rpc-lookup.c b/nss/rpc-lookup.c index 4af8571fa3d..83d062de2e1 100644 --- a/nss/rpc-lookup.c +++ b/nss/rpc-lookup.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 , 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/nss/service-lookup.c b/nss/service-lookup.c index 57f068f4e31..4d8ba5f93ac 100644 --- a/nss/service-lookup.c +++ b/nss/service-lookup.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 , 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/nss/sgrp-lookup.c b/nss/sgrp-lookup.c index 9a2becc2023..3897d9e2c16 100644 --- a/nss/sgrp-lookup.c +++ b/nss/sgrp-lookup.c @@ -1,6 +1,5 @@ /* Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2009. 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/nss/spwd-lookup.c b/nss/spwd-lookup.c index e9e661af124..afcee00cabf 100644 --- a/nss/spwd-lookup.c +++ b/nss/spwd-lookup.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 , 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/nss/test-netdb.c b/nss/test-netdb.c index d417c0bad6e..154a69d3f7d 100644 --- a/nss/test-netdb.c +++ b/nss/test-netdb.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/posix/bug-ga1.c b/posix/bug-ga1.c index c46ab43fd12..4d86849f749 100644 --- a/posix/bug-ga1.c +++ b/posix/bug-ga1.c @@ -1,4 +1,3 @@ -/* Test case by Anders Carlsson . */ #include #include #include diff --git a/posix/bug-ga2.c b/posix/bug-ga2.c index 712e40de48a..87e75820567 100644 --- a/posix/bug-ga2.c +++ b/posix/bug-ga2.c @@ -1,4 +1,3 @@ -/* Test case by Sam Varshavchik . */ #include #include #include diff --git a/posix/bug-regex1.c b/posix/bug-regex1.c index 4432a90b813..b8cf97c8ce0 100644 --- a/posix/bug-regex1.c +++ b/posix/bug-regex1.c @@ -1,4 +1,3 @@ -/* Test case by Jim Meyering . */ #include #include #include diff --git a/posix/bug-regex10.c b/posix/bug-regex10.c index f6ddcd73181..b7f53e5570a 100644 --- a/posix/bug-regex10.c +++ b/posix/bug-regex10.c @@ -1,7 +1,6 @@ /* Test for re_match with non-zero start. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/posix/bug-regex11.c b/posix/bug-regex11.c index 402453e4023..539f5f25c76 100644 --- a/posix/bug-regex11.c +++ b/posix/bug-regex11.c @@ -1,7 +1,6 @@ /* Regular expression tests. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/posix/bug-regex12.c b/posix/bug-regex12.c index ae2ff614ab2..384223ee8a8 100644 --- a/posix/bug-regex12.c +++ b/posix/bug-regex12.c @@ -1,7 +1,6 @@ /* Regular expression tests. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/posix/bug-regex13.c b/posix/bug-regex13.c index 3c664450112..11d0436caac 100644 --- a/posix/bug-regex13.c +++ b/posix/bug-regex13.c @@ -1,7 +1,6 @@ /* Regular expression tests. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Isamu Hasegawa , 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/posix/bug-regex14.c b/posix/bug-regex14.c index 2dfe7c9d684..b3c1174ed0e 100644 --- a/posix/bug-regex14.c +++ b/posix/bug-regex14.c @@ -1,7 +1,6 @@ /* Tests re_comp and re_exec. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Isamu Hasegawa , 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/posix/bug-regex17.c b/posix/bug-regex17.c index 8ae77e6e6cd..04aa3f25821 100644 --- a/posix/bug-regex17.c +++ b/posix/bug-regex17.c @@ -1,7 +1,6 @@ /* German regular expression tests. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/posix/bug-regex18.c b/posix/bug-regex18.c index b4fbce909da..b3627e1edfd 100644 --- a/posix/bug-regex18.c +++ b/posix/bug-regex18.c @@ -1,7 +1,6 @@ /* Turkish regular expression tests. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/posix/bug-regex19.c b/posix/bug-regex19.c index b3fee0a7302..001827c3a8d 100644 --- a/posix/bug-regex19.c +++ b/posix/bug-regex19.c @@ -1,7 +1,6 @@ /* Regular expression tests. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/posix/bug-regex2.c b/posix/bug-regex2.c index a4e29705c0b..975159f7cca 100644 --- a/posix/bug-regex2.c +++ b/posix/bug-regex2.c @@ -1,7 +1,6 @@ /* Test for memory handling in regex. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/posix/bug-regex20.c b/posix/bug-regex20.c index 4d1ebd1802f..36d2c95242a 100644 --- a/posix/bug-regex20.c +++ b/posix/bug-regex20.c @@ -1,7 +1,6 @@ /* Test for UTF-8 regular expression optimizations. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/posix/bug-regex21.c b/posix/bug-regex21.c index 28b2761d6ed..b947832bd23 100644 --- a/posix/bug-regex21.c +++ b/posix/bug-regex21.c @@ -1,7 +1,6 @@ /* Test for memory leaks in regcomp. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/posix/bug-regex22.c b/posix/bug-regex22.c index 2b332017ae5..d28427ddb3b 100644 --- a/posix/bug-regex22.c +++ b/posix/bug-regex22.c @@ -1,7 +1,6 @@ /* Test re.translate != NULL. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/posix/bug-regex23.c b/posix/bug-regex23.c index 9ace0fd0978..60b39cced21 100644 --- a/posix/bug-regex23.c +++ b/posix/bug-regex23.c @@ -1,7 +1,6 @@ /* Test we don't segfault on invalid UTF-8 sequence. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/posix/bug-regex25.c b/posix/bug-regex25.c index dd4f0821d46..10d69801d1a 100644 --- a/posix/bug-regex25.c +++ b/posix/bug-regex25.c @@ -1,7 +1,6 @@ /* Test re_search in multibyte locale other than UTF-8. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/posix/bug-regex26.c b/posix/bug-regex26.c index 16d84d86140..84ff76a0a8b 100644 --- a/posix/bug-regex26.c +++ b/posix/bug-regex26.c @@ -1,7 +1,6 @@ /* Test re_search with dotless i. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/posix/bug-regex27.c b/posix/bug-regex27.c index 8405dace8ac..b7e6194c2f6 100644 --- a/posix/bug-regex27.c +++ b/posix/bug-regex27.c @@ -1,7 +1,6 @@ /* Test REG_NEWLINE. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2007. 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/posix/bug-regex28.c b/posix/bug-regex28.c index 788684c5220..f5ad01e4b66 100644 --- a/posix/bug-regex28.c +++ b/posix/bug-regex28.c @@ -1,7 +1,6 @@ /* Test RE_HAT_LISTS_NOT_NEWLINE and RE_DOT_NEWLINE. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2007. 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/posix/bug-regex3.c b/posix/bug-regex3.c index 546020cf362..e0cbce38347 100644 --- a/posix/bug-regex3.c +++ b/posix/bug-regex3.c @@ -1,7 +1,6 @@ /* Test for case handling in regex. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/posix/bug-regex30.c b/posix/bug-regex30.c index 2ee1d5ed115..53b91134ece 100644 --- a/posix/bug-regex30.c +++ b/posix/bug-regex30.c @@ -1,7 +1,6 @@ /* Russian regular expression tests. Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paolo Bonzini , 2009. 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/posix/bug-regex33.c b/posix/bug-regex33.c index 86569465cfe..1bd9b8b73af 100644 --- a/posix/bug-regex33.c +++ b/posix/bug-regex33.c @@ -1,7 +1,6 @@ /* Test re_search with multi-byte characters in EUC-JP. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Stanislav Brabec , 2012. 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/posix/bug-regex4.c b/posix/bug-regex4.c index 8d5ae115678..86901ecaa72 100644 --- a/posix/bug-regex4.c +++ b/posix/bug-regex4.c @@ -1,7 +1,6 @@ /* Test for re_search_2. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/posix/bug-regex6.c b/posix/bug-regex6.c index 2bdf2126a49..324bd5199d2 100644 --- a/posix/bug-regex6.c +++ b/posix/bug-regex6.c @@ -1,7 +1,6 @@ /* Test for regexec. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/posix/bug-regex7.c b/posix/bug-regex7.c index 3b6f4f9dcae..05c5a19df0a 100644 --- a/posix/bug-regex7.c +++ b/posix/bug-regex7.c @@ -1,7 +1,6 @@ /* Test for regs allocation in re_search and re_match. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Stepan Kasal , 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/posix/bug-regex8.c b/posix/bug-regex8.c index 65a1c08c340..39f1debc09e 100644 --- a/posix/bug-regex8.c +++ b/posix/bug-regex8.c @@ -1,7 +1,6 @@ /* Test for the STOP parameter of re_match_2 and re_search_2. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Stepan Kasal , 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/posix/bug-regex9.c b/posix/bug-regex9.c index 22162bb4867..ce7c76038eb 100644 --- a/posix/bug-regex9.c +++ b/posix/bug-regex9.c @@ -1,7 +1,6 @@ /* Test for memory handling in regex. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/posix/flexmember.h b/posix/flexmember.h index 1b19a2bfd99..0811deadfa4 100644 --- a/posix/flexmember.h +++ b/posix/flexmember.h @@ -16,9 +16,8 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . + . */ - Written by Paul Eggert. */ #include diff --git a/posix/register-atfork.c b/posix/register-atfork.c index 6fd9e4c56aa..1a3cddb867c 100644 --- a/posix/register-atfork.c +++ b/posix/register-atfork.c @@ -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 , 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/posix/runptests.c b/posix/runptests.c index a2f3f45a0ad..d9b0c4dffe3 100644 --- a/posix/runptests.c +++ b/posix/runptests.c @@ -1,7 +1,6 @@ /* POSIX regex testsuite from IEEE 2003.2. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/posix/tar.h b/posix/tar.h index 2dc47c23318..0fe95d418c8 100644 --- a/posix/tar.h +++ b/posix/tar.h @@ -1,7 +1,6 @@ /* Extended tar format from POSIX.1. Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by David J. MacKenzie. 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/posix/tst-boost.c b/posix/tst-boost.c index 94740f99b68..44ba88d316e 100644 --- a/posix/tst-boost.c +++ b/posix/tst-boost.c @@ -1,7 +1,6 @@ /* Regular expression tests. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/posix/tst-chmod.c b/posix/tst-chmod.c index fa45467aab7..0ab1e2a71ef 100644 --- a/posix/tst-chmod.c +++ b/posix/tst-chmod.c @@ -1,7 +1,6 @@ /* Test for chmod 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/posix/tst-dir.c b/posix/tst-dir.c index d1050f646be..0db23171922 100644 --- a/posix/tst-dir.c +++ b/posix/tst-dir.c @@ -1,6 +1,5 @@ /* 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/posix/tst-exec.c b/posix/tst-exec.c index 417c97f696a..60c16aae981 100644 --- a/posix/tst-exec.c +++ b/posix/tst-exec.c @@ -1,7 +1,6 @@ /* Tests for exec. 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/posix/tst-fork.c b/posix/tst-fork.c index e242d276b0f..d4b445659f7 100644 --- a/posix/tst-fork.c +++ b/posix/tst-fork.c @@ -1,7 +1,6 @@ /* Tests for fork. 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/posix/tst-gnuglob-skeleton.c b/posix/tst-gnuglob-skeleton.c index 0a11b09b66e..1c1149473fb 100644 --- a/posix/tst-gnuglob-skeleton.c +++ b/posix/tst-gnuglob-skeleton.c @@ -1,7 +1,6 @@ /* Template for tests of the GNU extension GLOB_ALTDIRFUNC. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/posix/tst-pcre.c b/posix/tst-pcre.c index b83410a5318..4091a5fac79 100644 --- a/posix/tst-pcre.c +++ b/posix/tst-pcre.c @@ -1,7 +1,6 @@ /* Regular expression tests. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/posix/tst-rxspencer.c b/posix/tst-rxspencer.c index 0f26fa0b328..b46d5514023 100644 --- a/posix/tst-rxspencer.c +++ b/posix/tst-rxspencer.c @@ -1,7 +1,6 @@ /* Regular expression tests. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/posix/tst-spawn.c b/posix/tst-spawn.c index c96f066c47c..5d7260d463c 100644 --- a/posix/tst-spawn.c +++ b/posix/tst-spawn.c @@ -1,7 +1,6 @@ /* Tests for spawn. 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/posix/tst-truncate.c b/posix/tst-truncate.c index 7d4bf6a2e0f..c498091beb3 100644 --- a/posix/tst-truncate.c +++ b/posix/tst-truncate.c @@ -1,7 +1,6 @@ /* Tests for ftruncate and truncate. 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/posix/tst-truncate64.c b/posix/tst-truncate64.c index c8193d00c8b..2aa66407a28 100644 --- a/posix/tst-truncate64.c +++ b/posix/tst-truncate64.c @@ -1,7 +1,6 @@ /* Tests for ftruncate64 and truncate64. 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/posix/tst-vfork1.c b/posix/tst-vfork1.c index 68d5221a367..282bab4cbba 100644 --- a/posix/tst-vfork1.c +++ b/posix/tst-vfork1.c @@ -1,7 +1,6 @@ /* Test for vfork functions. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/posix/tst-vfork2.c b/posix/tst-vfork2.c index 65e9133143e..f16bc5365bd 100644 --- a/posix/tst-vfork2.c +++ b/posix/tst-vfork2.c @@ -1,7 +1,6 @@ /* Test for vfork functions. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/posix/tst-vfork3.c b/posix/tst-vfork3.c index afa1f0b6eea..65f19d0426a 100644 --- a/posix/tst-vfork3.c +++ b/posix/tst-vfork3.c @@ -1,7 +1,6 @@ /* Test for vfork functions. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2007. 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/posix/waitid.c b/posix/waitid.c index 32aeca1a500..54542d4253c 100644 --- a/posix/waitid.c +++ b/posix/waitid.c @@ -1,7 +1,6 @@ /* Stub version of waitid. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/posix/wordexp.c b/posix/wordexp.c index 1f3b09f721b..f50ed7fa8f3 100644 --- a/posix/wordexp.c +++ b/posix/wordexp.c @@ -1,7 +1,6 @@ /* POSIX.2 wordexp implementation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Tim Waugh . 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/pwd/getpwent.c b/pwd/getpwent.c index 9ca856c09aa..7379f7c2b71 100644 --- a/pwd/getpwent.c +++ b/pwd/getpwent.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 , 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/pwd/getpwent_r.c b/pwd/getpwent_r.c index b959725890f..80c45a0400c 100644 --- a/pwd/getpwent_r.c +++ b/pwd/getpwent_r.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 , 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/pwd/getpwnam.c b/pwd/getpwnam.c index ea3e01b2045..089d60b9198 100644 --- a/pwd/getpwnam.c +++ b/pwd/getpwnam.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 , 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/pwd/getpwnam_r.c b/pwd/getpwnam_r.c index f98185fc9b7..0dd2e445462 100644 --- a/pwd/getpwnam_r.c +++ b/pwd/getpwnam_r.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 , 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/pwd/getpwuid.c b/pwd/getpwuid.c index b835590d3c1..2504b80541a 100644 --- a/pwd/getpwuid.c +++ b/pwd/getpwuid.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 , 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/pwd/getpwuid_r.c b/pwd/getpwuid_r.c index a8e553a4340..440812d81d2 100644 --- a/pwd/getpwuid_r.c +++ b/pwd/getpwuid_r.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 , 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/resolv/gai_cancel.c b/resolv/gai_cancel.c index aa6ba03e5ad..1ea5be1798e 100644 --- a/resolv/gai_cancel.c +++ b/resolv/gai_cancel.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/resolv/gai_error.c b/resolv/gai_error.c index 9fe9c400eec..bad2762cebd 100644 --- a/resolv/gai_error.c +++ b/resolv/gai_error.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/resolv/gai_misc.c b/resolv/gai_misc.c index 11cc5743205..da6e23d2715 100644 --- a/resolv/gai_misc.c +++ b/resolv/gai_misc.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/resolv/gai_misc.h b/resolv/gai_misc.h index d3ef00bad7c..7986926fc3a 100644 --- a/resolv/gai_misc.h +++ b/resolv/gai_misc.h @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/resolv/gai_notify.c b/resolv/gai_notify.c index 8fee627f46f..d2fe6dd0291 100644 --- a/resolv/gai_notify.c +++ b/resolv/gai_notify.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/resolv/gai_suspend.c b/resolv/gai_suspend.c index 965bb113a4d..3632def582e 100644 --- a/resolv/gai_suspend.c +++ b/resolv/gai_suspend.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/resolv/getaddrinfo_a.c b/resolv/getaddrinfo_a.c index 7541f2a9af7..05ae435dd0f 100644 --- a/resolv/getaddrinfo_a.c +++ b/resolv/getaddrinfo_a.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/resolv/nss_dns/dns-canon.c b/resolv/nss_dns/dns-canon.c index c892170abdd..2bea389e720 100644 --- a/resolv/nss_dns/dns-canon.c +++ b/resolv/nss_dns/dns-canon.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/resolv/nss_dns/dns-host.c b/resolv/nss_dns/dns-host.c index 7248ade18db..8693ed668d5 100644 --- a/resolv/nss_dns/dns-host.c +++ b/resolv/nss_dns/dns-host.c @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Extended from original form by Ulrich Drepper , 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/resolv/nss_dns/dns-network.c b/resolv/nss_dns/dns-network.c index 74b78959c23..968fd1eee2e 100644 --- a/resolv/nss_dns/dns-network.c +++ b/resolv/nss_dns/dns-network.c @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Extended from original form by Ulrich Drepper , 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/resolv/res_hconf.c b/resolv/res_hconf.c index bd3e4c1d0a5..5916188a1a4 100644 --- a/resolv/res_hconf.c +++ b/resolv/res_hconf.c @@ -1,6 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger (davidm@azstarnet.com). 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/resolv/res_hconf.h b/resolv/res_hconf.h index e4b5b887b40..c8f0298b688 100644 --- a/resolv/res_hconf.h +++ b/resolv/res_hconf.h @@ -1,6 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger (davidm@azstarnet.com). 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/rt/aio_cancel.c b/rt/aio_cancel.c index 59342051994..464cc1d62e6 100644 --- a/rt/aio_cancel.c +++ b/rt/aio_cancel.c @@ -1,7 +1,6 @@ /* Cancel requests associated with given file descriptor. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/aio_error.c b/rt/aio_error.c index 0e82283ca7c..2abe7559486 100644 --- a/rt/aio_error.c +++ b/rt/aio_error.c @@ -1,7 +1,6 @@ /* Return error status of asynchronous I/O request. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/aio_fsync.c b/rt/aio_fsync.c index 73b906a1e26..f74b94f4681 100644 --- a/rt/aio_fsync.c +++ b/rt/aio_fsync.c @@ -1,7 +1,6 @@ /* Synchronize I/O in given file descriptor. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/aio_misc.c b/rt/aio_misc.c index acbd4f3623e..df98b5d167d 100644 --- a/rt/aio_misc.c +++ b/rt/aio_misc.c @@ -1,7 +1,6 @@ /* Handle general operations. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/aio_notify.c b/rt/aio_notify.c index 0fa84f203c1..a78f1843024 100644 --- a/rt/aio_notify.c +++ b/rt/aio_notify.c @@ -1,7 +1,6 @@ /* Notify initiator of AIO request. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/aio_read.c b/rt/aio_read.c index 61cf8bc99ac..7f531634f33 100644 --- a/rt/aio_read.c +++ b/rt/aio_read.c @@ -1,7 +1,6 @@ /* Asynchronous read. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/aio_read64.c b/rt/aio_read64.c index 3aa169fbf39..519fb6d04a8 100644 --- a/rt/aio_read64.c +++ b/rt/aio_read64.c @@ -1,7 +1,6 @@ /* Asynchronous read, 64bit offset version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/aio_return.c b/rt/aio_return.c index a7a0b141d23..a20ea9d087d 100644 --- a/rt/aio_return.c +++ b/rt/aio_return.c @@ -1,7 +1,6 @@ /* Return exit value of asynchronous I/O request. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/aio_suspend.c b/rt/aio_suspend.c index 29f01d10237..9887e9d49d7 100644 --- a/rt/aio_suspend.c +++ b/rt/aio_suspend.c @@ -1,7 +1,6 @@ /* Suspend until termination of a requests. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/aio_write.c b/rt/aio_write.c index 5cf7c67eab4..4c7f3c7b638 100644 --- a/rt/aio_write.c +++ b/rt/aio_write.c @@ -1,7 +1,6 @@ /* Asynchronous write. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/aio_write64.c b/rt/aio_write64.c index 5660fa5a41b..b276cd84cb2 100644 --- a/rt/aio_write64.c +++ b/rt/aio_write64.c @@ -1,7 +1,6 @@ /* Asynchronous read, 64bit offset version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/lio_listio-common.c b/rt/lio_listio-common.c index aa4ee5f4659..d91b97cba12 100644 --- a/rt/lio_listio-common.c +++ b/rt/lio_listio-common.c @@ -1,7 +1,6 @@ /* Enqueue and list of read or write requests. Common code template. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/rt/timer_create.c b/rt/timer_create.c index 2808f5b32b5..89427c4a5f7 100644 --- a/rt/timer_create.c +++ b/rt/timer_create.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kaz Kylheku . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/rt/timer_delete.c b/rt/timer_delete.c index c6f6d9743d2..c6e0914578c 100644 --- a/rt/timer_delete.c +++ b/rt/timer_delete.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kaz Kylheku . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/rt/timer_getoverr.c b/rt/timer_getoverr.c index c1952f80c64..d490ae6af00 100644 --- a/rt/timer_getoverr.c +++ b/rt/timer_getoverr.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kaz Kylheku . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/rt/timer_gettime.c b/rt/timer_gettime.c index dd3b4a6281d..58f9e8c284f 100644 --- a/rt/timer_gettime.c +++ b/rt/timer_gettime.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kaz Kylheku . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/rt/timer_settime.c b/rt/timer_settime.c index c05adf166f2..366765fdb9a 100644 --- a/rt/timer_settime.c +++ b/rt/timer_settime.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kaz Kylheku . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/rt/tst-aio.c b/rt/tst-aio.c index 48f4e8934f3..de811ec6468 100644 --- a/rt/tst-aio.c +++ b/rt/tst-aio.c @@ -1,7 +1,6 @@ /* Tests for AIO in librt. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/rt/tst-aio2.c b/rt/tst-aio2.c index 82575cb0ed9..fdaa79fc58a 100644 --- a/rt/tst-aio2.c +++ b/rt/tst-aio2.c @@ -1,7 +1,6 @@ /* Test for notification mechanism in lio_listio. 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/rt/tst-aio64.c b/rt/tst-aio64.c index c73534553c6..a54e4ffd257 100644 --- a/rt/tst-aio64.c +++ b/rt/tst-aio64.c @@ -1,7 +1,6 @@ /* Tests for 64bit AIO in librt. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/rt/tst-mqueue.h b/rt/tst-mqueue.h index c28e4fbb03e..0f9560a3c3f 100644 --- a/rt/tst-mqueue.h +++ b/rt/tst-mqueue.h @@ -1,7 +1,6 @@ /* Common code for message queue passing tests. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/rt/tst-mqueue1.c b/rt/tst-mqueue1.c index 76ed29232c1..6338c4de0a3 100644 --- a/rt/tst-mqueue1.c +++ b/rt/tst-mqueue1.c @@ -1,7 +1,6 @@ /* Test message queue passing. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/rt/tst-mqueue2.c b/rt/tst-mqueue2.c index d59d747995a..dee2f62e7bd 100644 --- a/rt/tst-mqueue2.c +++ b/rt/tst-mqueue2.c @@ -1,7 +1,6 @@ /* Test message queue passing. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/rt/tst-mqueue3.c b/rt/tst-mqueue3.c index b3c3ac1b549..251d652250b 100644 --- a/rt/tst-mqueue3.c +++ b/rt/tst-mqueue3.c @@ -1,7 +1,6 @@ /* Test SIGEV_THREAD handling for POSIX message queues. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/rt/tst-mqueue4.c b/rt/tst-mqueue4.c index a91524b1deb..578d3b31ee8 100644 --- a/rt/tst-mqueue4.c +++ b/rt/tst-mqueue4.c @@ -1,7 +1,6 @@ /* Test message queue passing. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/rt/tst-mqueue5.c b/rt/tst-mqueue5.c index a4b17624fa7..37e13a63638 100644 --- a/rt/tst-mqueue5.c +++ b/rt/tst-mqueue5.c @@ -1,7 +1,6 @@ /* Test mq_notify. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/rt/tst-mqueue6.c b/rt/tst-mqueue6.c index 88c1cfc5f95..812891a0195 100644 --- a/rt/tst-mqueue6.c +++ b/rt/tst-mqueue6.c @@ -1,7 +1,6 @@ /* Test mq_notify. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/rt/tst-mqueue7.c b/rt/tst-mqueue7.c index b7871e89b4d..96a2919fc6e 100644 --- a/rt/tst-mqueue7.c +++ b/rt/tst-mqueue7.c @@ -1,7 +1,6 @@ /* Test all open message queues descriptors are closed during exec*. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/rt/tst-mqueue8.c b/rt/tst-mqueue8.c index e827fdcc71b..8b1d4000964 100644 --- a/rt/tst-mqueue8.c +++ b/rt/tst-mqueue8.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/rt/tst-mqueue9.c b/rt/tst-mqueue9.c index f1dc67d6ac8..472b9de3951 100644 --- a/rt/tst-mqueue9.c +++ b/rt/tst-mqueue9.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/rt/tst-shm.c b/rt/tst-shm.c index 19c5b35438c..466e968e965 100644 --- a/rt/tst-shm.c +++ b/rt/tst-shm.c @@ -1,7 +1,6 @@ /* Test program for POSIX shm_* 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/rt/tst-timer4.c b/rt/tst-timer4.c index 50654357fc0..2bfebb90c01 100644 --- a/rt/tst-timer4.c +++ b/rt/tst-timer4.c @@ -1,7 +1,6 @@ /* Tests for POSIX timer implementation. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004 The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/scripts/gen-sorted.awk b/scripts/gen-sorted.awk index 193296a8fd4..f0714a5a928 100755 --- a/scripts/gen-sorted.awk +++ b/scripts/gen-sorted.awk @@ -2,7 +2,6 @@ # Generate sorted list of directories. The sorting is stable but with # dependencies between directories resolved by moving dependees in front. # Copyright (C) 1998-2021 Free Software Foundation, Inc. -# Written by Ulrich Drepper , 1998. BEGIN { cnt = split(subdirs, all) + 1 diff --git a/scripts/rellns-sh b/scripts/rellns-sh index 687392d3e66..ad6a8ad8954 100755 --- a/scripts/rellns-sh +++ b/scripts/rellns-sh @@ -1,7 +1,6 @@ #!/bin/sh # rellns-sh - Simplified ln program to generate relative symbolic link. # Copyright (C) 1996-2021 Free Software Foundation, Inc. -# Written by Ulrich Drepper , October 1996 # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/scripts/test-installation.pl b/scripts/test-installation.pl index 66c8c238735..8f959687e16 100755 --- a/scripts/test-installation.pl +++ b/scripts/test-installation.pl @@ -1,7 +1,6 @@ #!/usr/bin/perl -w # Copyright (C) 1997-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Andreas Jaeger , 1997. # 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/scripts/versions.awk b/scripts/versions.awk index 565233e5297..fe0faf5f4d2 100644 --- a/scripts/versions.awk +++ b/scripts/versions.awk @@ -1,6 +1,5 @@ # Combine version map fragments into version scripts for our shared objects. # Copyright (C) 1998-2021 Free Software Foundation, Inc. -# Written by Ulrich Drepper , 1998. # This script expects the following variables to be defined: # defsfile name of Versions.def file diff --git a/shadow/getspent.c b/shadow/getspent.c index 2ae9e1993b0..eb92c7b107f 100644 --- a/shadow/getspent.c +++ b/shadow/getspent.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 , 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/shadow/getspent_r.c b/shadow/getspent_r.c index 63c0563a1c0..94743f45906 100644 --- a/shadow/getspent_r.c +++ b/shadow/getspent_r.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 , 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/shadow/getspnam.c b/shadow/getspnam.c index 5d12c237be4..495de6c3da5 100644 --- a/shadow/getspnam.c +++ b/shadow/getspnam.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 , 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/shadow/getspnam_r.c b/shadow/getspnam_r.c index 8a3c5828f60..f16174a52e7 100644 --- a/shadow/getspnam_r.c +++ b/shadow/getspnam_r.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 , 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/shadow/lckpwdf.c b/shadow/lckpwdf.c index 6560d812e66..3d42f2bc430 100644 --- a/shadow/lckpwdf.c +++ b/shadow/lckpwdf.c @@ -1,7 +1,6 @@ /* Handle locking of password file. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/signal/allocrtsig.c b/signal/allocrtsig.c index b79aed5f8a0..12a0f7fca50 100644 --- a/signal/allocrtsig.c +++ b/signal/allocrtsig.c @@ -1,7 +1,6 @@ /* Handle real-time signal allocation. Generic version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/signal/sighold.c b/signal/sighold.c index b82e8d77c82..b62c12e0559 100644 --- a/signal/sighold.c +++ b/signal/sighold.c @@ -1,7 +1,6 @@ /* Add SIG to the calling process' signal mask. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/signal/sigrelse.c b/signal/sigrelse.c index 83733e618ea..ee06bc829f7 100644 --- a/signal/sigrelse.c +++ b/signal/sigrelse.c @@ -1,7 +1,6 @@ /* Remove SIG from the calling process' signal mask. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/signal/tst-raise.c b/signal/tst-raise.c index b73720deb99..b6cc745fe7c 100644 --- a/signal/tst-raise.c +++ b/signal/tst-raise.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/signal/tst-sigsimple.c b/signal/tst-sigsimple.c index c5805e8c27f..d274d2bb954 100644 --- a/signal/tst-sigsimple.c +++ b/signal/tst-sigsimple.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/soft-fp/adddf3.c b/soft-fp/adddf3.c index 0f9b6ad5033..7b57d76bc0d 100644 --- a/soft-fp/adddf3.c +++ b/soft-fp/adddf3.c @@ -2,8 +2,6 @@ Return a + b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/addsf3.c b/soft-fp/addsf3.c index 1831b632a33..d37b011abf1 100644 --- a/soft-fp/addsf3.c +++ b/soft-fp/addsf3.c @@ -2,8 +2,6 @@ Return a + b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/addtf3.c b/soft-fp/addtf3.c index d63f3d31a4f..0967c702f90 100644 --- a/soft-fp/addtf3.c +++ b/soft-fp/addtf3.c @@ -2,8 +2,6 @@ Return a + b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/divdf3.c b/soft-fp/divdf3.c index 82a5102dca0..1fb87b50b22 100644 --- a/soft-fp/divdf3.c +++ b/soft-fp/divdf3.c @@ -2,8 +2,6 @@ Return a / b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/divsf3.c b/soft-fp/divsf3.c index 2f50d78117f..3c98f9bba2e 100644 --- a/soft-fp/divsf3.c +++ b/soft-fp/divsf3.c @@ -2,8 +2,6 @@ Return a / b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/divtf3.c b/soft-fp/divtf3.c index d769f3d9853..f578e3c5fa7 100644 --- a/soft-fp/divtf3.c +++ b/soft-fp/divtf3.c @@ -2,8 +2,6 @@ Return a / b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/double.h b/soft-fp/double.h index 1bbfcfc0f15..3dc8b0e0514 100644 --- a/soft-fp/double.h +++ b/soft-fp/double.h @@ -2,10 +2,6 @@ Definitions for IEEE Double Precision Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz), - David S. Miller (davem@redhat.com) and - Peter Maydell (pmaydell@chiark.greenend.org.uk). 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/soft-fp/eqdf2.c b/soft-fp/eqdf2.c index 0ef20c92aa7..be5b177a168 100644 --- a/soft-fp/eqdf2.c +++ b/soft-fp/eqdf2.c @@ -2,8 +2,6 @@ Return 0 iff a == b, 1 otherwise Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/eqsf2.c b/soft-fp/eqsf2.c index 12e012991b3..cc44b2fbbea 100644 --- a/soft-fp/eqsf2.c +++ b/soft-fp/eqsf2.c @@ -2,8 +2,6 @@ Return 0 iff a == b, 1 otherwise Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/eqtf2.c b/soft-fp/eqtf2.c index 64c87a84cd0..281eb18ad9c 100644 --- a/soft-fp/eqtf2.c +++ b/soft-fp/eqtf2.c @@ -2,8 +2,6 @@ Return 0 iff a == b, 1 otherwise Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/extenddftf2.c b/soft-fp/extenddftf2.c index 1fd8481b0a2..c257e5a7a7a 100644 --- a/soft-fp/extenddftf2.c +++ b/soft-fp/extenddftf2.c @@ -2,8 +2,6 @@ Return a converted to IEEE quad Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/extended.h b/soft-fp/extended.h index 3917d1b9f9f..f3d5c19c8e4 100644 --- a/soft-fp/extended.h +++ b/soft-fp/extended.h @@ -2,7 +2,6 @@ Definitions for IEEE Extended Precision. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/extendsfdf2.c b/soft-fp/extendsfdf2.c index 14b14785a34..09799446cb3 100644 --- a/soft-fp/extendsfdf2.c +++ b/soft-fp/extendsfdf2.c @@ -2,8 +2,6 @@ Return a converted to IEEE double Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/extendsftf2.c b/soft-fp/extendsftf2.c index 28cda3f6624..153ac478e02 100644 --- a/soft-fp/extendsftf2.c +++ b/soft-fp/extendsftf2.c @@ -2,8 +2,6 @@ Return a converted to IEEE quad Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/extendxftf2.c b/soft-fp/extendxftf2.c index 9ac155ae926..1293a71a33d 100644 --- a/soft-fp/extendxftf2.c +++ b/soft-fp/extendxftf2.c @@ -2,7 +2,6 @@ Return a converted to IEEE quad Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/fixdfdi.c b/soft-fp/fixdfdi.c index 61b70b30cc3..8a81b09d1f3 100644 --- a/soft-fp/fixdfdi.c +++ b/soft-fp/fixdfdi.c @@ -2,8 +2,6 @@ Convert a to 64bit signed integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixdfsi.c b/soft-fp/fixdfsi.c index 27c68a8d55f..440a3874f64 100644 --- a/soft-fp/fixdfsi.c +++ b/soft-fp/fixdfsi.c @@ -2,8 +2,6 @@ Convert a to 32bit signed integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixdfti.c b/soft-fp/fixdfti.c index 659d42ec93f..acfdf573aa1 100644 --- a/soft-fp/fixdfti.c +++ b/soft-fp/fixdfti.c @@ -2,7 +2,6 @@ Convert IEEE double to 128bit signed integer Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/fixsfdi.c b/soft-fp/fixsfdi.c index d704d0148d4..c8d4fa3426b 100644 --- a/soft-fp/fixsfdi.c +++ b/soft-fp/fixsfdi.c @@ -2,8 +2,6 @@ Convert a to 64bit signed integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixsfsi.c b/soft-fp/fixsfsi.c index 26b9bea6cc8..43f5f7690c6 100644 --- a/soft-fp/fixsfsi.c +++ b/soft-fp/fixsfsi.c @@ -2,8 +2,6 @@ Convert a to 32bit signed integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixsfti.c b/soft-fp/fixsfti.c index 9fc87a337ff..2c01bbcfc88 100644 --- a/soft-fp/fixsfti.c +++ b/soft-fp/fixsfti.c @@ -2,7 +2,6 @@ Convert IEEE single to 128bit signed integer Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/fixtfdi.c b/soft-fp/fixtfdi.c index 7104245d55d..b3d054ffb20 100644 --- a/soft-fp/fixtfdi.c +++ b/soft-fp/fixtfdi.c @@ -2,8 +2,6 @@ Convert a to 64bit signed integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixtfsi.c b/soft-fp/fixtfsi.c index cb62650ffd9..025dccb0d01 100644 --- a/soft-fp/fixtfsi.c +++ b/soft-fp/fixtfsi.c @@ -2,8 +2,6 @@ Convert a to 32bit signed integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixtfti.c b/soft-fp/fixtfti.c index 232e877ba09..789ef311b11 100644 --- a/soft-fp/fixtfti.c +++ b/soft-fp/fixtfti.c @@ -2,7 +2,6 @@ Convert IEEE quad to 128bit signed integer Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/fixunsdfdi.c b/soft-fp/fixunsdfdi.c index da3a453a852..b1d59c4a1f7 100644 --- a/soft-fp/fixunsdfdi.c +++ b/soft-fp/fixunsdfdi.c @@ -2,8 +2,6 @@ Convert a to 64bit unsigned integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixunsdfsi.c b/soft-fp/fixunsdfsi.c index 85c0fde9b04..83a07db877c 100644 --- a/soft-fp/fixunsdfsi.c +++ b/soft-fp/fixunsdfsi.c @@ -2,8 +2,6 @@ Convert a to 32bit unsigned integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixunsdfti.c b/soft-fp/fixunsdfti.c index 4a78e381904..396998a73b0 100644 --- a/soft-fp/fixunsdfti.c +++ b/soft-fp/fixunsdfti.c @@ -2,7 +2,6 @@ Convert IEEE double to 128bit unsigned integer Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/fixunssfdi.c b/soft-fp/fixunssfdi.c index 776553842e3..2cc480efaa5 100644 --- a/soft-fp/fixunssfdi.c +++ b/soft-fp/fixunssfdi.c @@ -2,8 +2,6 @@ Convert a to 64bit unsigned integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixunssfsi.c b/soft-fp/fixunssfsi.c index eb97f99c0b9..e0b4faf7afd 100644 --- a/soft-fp/fixunssfsi.c +++ b/soft-fp/fixunssfsi.c @@ -2,8 +2,6 @@ Convert a to 32bit unsigned integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixunssfti.c b/soft-fp/fixunssfti.c index 91a0e6f47c8..d7ecbabde95 100644 --- a/soft-fp/fixunssfti.c +++ b/soft-fp/fixunssfti.c @@ -2,7 +2,6 @@ Convert IEEE single to 128bit unsigned integer Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/fixunstfdi.c b/soft-fp/fixunstfdi.c index 51e204e32e4..193902aa39f 100644 --- a/soft-fp/fixunstfdi.c +++ b/soft-fp/fixunstfdi.c @@ -2,8 +2,6 @@ Convert a to 64bit unsigned integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixunstfsi.c b/soft-fp/fixunstfsi.c index 2dd09b28031..5ff7fe39e59 100644 --- a/soft-fp/fixunstfsi.c +++ b/soft-fp/fixunstfsi.c @@ -2,8 +2,6 @@ Convert a to 32bit unsigned integer Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/fixunstfti.c b/soft-fp/fixunstfti.c index cced482c5b8..6e26fab852d 100644 --- a/soft-fp/fixunstfti.c +++ b/soft-fp/fixunstfti.c @@ -2,7 +2,6 @@ Convert IEEE quad to 128bit unsigned integer Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/floatdidf.c b/soft-fp/floatdidf.c index a8b98937e3e..291caf6d180 100644 --- a/soft-fp/floatdidf.c +++ b/soft-fp/floatdidf.c @@ -2,8 +2,6 @@ Convert a 64bit signed integer to IEEE double Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floatdisf.c b/soft-fp/floatdisf.c index 2dc7ed16558..bafee9e22e3 100644 --- a/soft-fp/floatdisf.c +++ b/soft-fp/floatdisf.c @@ -2,8 +2,6 @@ Convert a 64bit signed integer to IEEE single Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floatditf.c b/soft-fp/floatditf.c index 64ce3b116a3..e9f9f53c840 100644 --- a/soft-fp/floatditf.c +++ b/soft-fp/floatditf.c @@ -2,8 +2,6 @@ Convert a 64bit signed integer to IEEE quad Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floatsidf.c b/soft-fp/floatsidf.c index cb383b70764..1cc34c0b7d9 100644 --- a/soft-fp/floatsidf.c +++ b/soft-fp/floatsidf.c @@ -2,8 +2,6 @@ Convert a 32bit signed integer to IEEE double Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floatsisf.c b/soft-fp/floatsisf.c index 57d87cd64a2..4dd7a7b48a2 100644 --- a/soft-fp/floatsisf.c +++ b/soft-fp/floatsisf.c @@ -2,8 +2,6 @@ Convert a 32bit signed integer to IEEE single Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floatsitf.c b/soft-fp/floatsitf.c index acb509bc4b0..19bb366eb23 100644 --- a/soft-fp/floatsitf.c +++ b/soft-fp/floatsitf.c @@ -2,8 +2,6 @@ Convert a 32bit signed integer to IEEE quad Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floattidf.c b/soft-fp/floattidf.c index a9781a86fc9..53d0f28d497 100644 --- a/soft-fp/floattidf.c +++ b/soft-fp/floattidf.c @@ -2,7 +2,6 @@ Convert a 128bit signed integer to IEEE double Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/floattisf.c b/soft-fp/floattisf.c index 703607a6ade..76d63a6ec65 100644 --- a/soft-fp/floattisf.c +++ b/soft-fp/floattisf.c @@ -2,7 +2,6 @@ Convert a 128bit signed integer to IEEE single Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/floattitf.c b/soft-fp/floattitf.c index 7e1782ae2fe..edae1327b10 100644 --- a/soft-fp/floattitf.c +++ b/soft-fp/floattitf.c @@ -2,7 +2,6 @@ Convert a 128bit signed integer to IEEE quad Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/floatundidf.c b/soft-fp/floatundidf.c index 0b305333836..89b3be55f6d 100644 --- a/soft-fp/floatundidf.c +++ b/soft-fp/floatundidf.c @@ -2,8 +2,6 @@ Convert a 64bit unsigned integer to IEEE double Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floatundisf.c b/soft-fp/floatundisf.c index 64e8abba6cf..8514b727ed8 100644 --- a/soft-fp/floatundisf.c +++ b/soft-fp/floatundisf.c @@ -2,8 +2,6 @@ Convert a 64bit unsigned integer to IEEE single Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floatunditf.c b/soft-fp/floatunditf.c index f5b939767d0..9d31a3bfeca 100644 --- a/soft-fp/floatunditf.c +++ b/soft-fp/floatunditf.c @@ -2,8 +2,6 @@ Convert a 64bit unsigned integer to IEEE quad Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floatunsidf.c b/soft-fp/floatunsidf.c index 6c8e7e89218..5b9c1c3883f 100644 --- a/soft-fp/floatunsidf.c +++ b/soft-fp/floatunsidf.c @@ -2,8 +2,6 @@ Convert a 32bit unsigned integer to IEEE double Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floatunsisf.c b/soft-fp/floatunsisf.c index 086271da5d8..9610e460436 100644 --- a/soft-fp/floatunsisf.c +++ b/soft-fp/floatunsisf.c @@ -2,8 +2,6 @@ Convert a 32bit unsigned integer to IEEE single Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floatunsitf.c b/soft-fp/floatunsitf.c index bb7daa29268..cc0f78e2162 100644 --- a/soft-fp/floatunsitf.c +++ b/soft-fp/floatunsitf.c @@ -2,8 +2,6 @@ Convert a 32bit unsigned integer to IEEE quad Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/floatuntidf.c b/soft-fp/floatuntidf.c index 6a72de6c84d..8b4b3d08ae4 100644 --- a/soft-fp/floatuntidf.c +++ b/soft-fp/floatuntidf.c @@ -2,7 +2,6 @@ Convert a 128bit unsigned integer to IEEE double Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/floatuntisf.c b/soft-fp/floatuntisf.c index 0bfeea2d357..1ef724e7aef 100644 --- a/soft-fp/floatuntisf.c +++ b/soft-fp/floatuntisf.c @@ -2,7 +2,6 @@ Convert a 128bit unsigned integer to IEEE single Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/floatuntitf.c b/soft-fp/floatuntitf.c index 27f22bc206e..0e3946261fa 100644 --- a/soft-fp/floatuntitf.c +++ b/soft-fp/floatuntitf.c @@ -2,7 +2,6 @@ Convert a 128bit unsigned integer to IEEE quad Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/gedf2.c b/soft-fp/gedf2.c index 62088621044..f3f0492c736 100644 --- a/soft-fp/gedf2.c +++ b/soft-fp/gedf2.c @@ -2,8 +2,6 @@ Return 0 iff a == b, 1 iff a > b, -2 iff a ? b, -1 iff a < b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/gesf2.c b/soft-fp/gesf2.c index 83db64b494b..40c0cd3af20 100644 --- a/soft-fp/gesf2.c +++ b/soft-fp/gesf2.c @@ -2,8 +2,6 @@ Return 0 iff a == b, 1 iff a > b, -2 iff a ? b, -1 iff a < b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/getf2.c b/soft-fp/getf2.c index 2831fa769ab..e8a92737a74 100644 --- a/soft-fp/getf2.c +++ b/soft-fp/getf2.c @@ -2,8 +2,6 @@ Return 0 iff a == b, 1 iff a > b, -2 iff a ? b, -1 iff a < b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/ledf2.c b/soft-fp/ledf2.c index 7ba52e61873..1cfca67623f 100644 --- a/soft-fp/ledf2.c +++ b/soft-fp/ledf2.c @@ -2,8 +2,6 @@ Return 0 iff a == b, 1 iff a > b, 2 iff a ? b, -1 iff a < b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/lesf2.c b/soft-fp/lesf2.c index 57f4c920f3e..0579614c43c 100644 --- a/soft-fp/lesf2.c +++ b/soft-fp/lesf2.c @@ -2,8 +2,6 @@ Return 0 iff a == b, 1 iff a > b, 2 iff a ? b, -1 iff a < b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/letf2.c b/soft-fp/letf2.c index e4ae0d603c0..b81ffdaac6b 100644 --- a/soft-fp/letf2.c +++ b/soft-fp/letf2.c @@ -2,8 +2,6 @@ Return 0 iff a == b, 1 iff a > b, 2 iff a ? b, -1 iff a < b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/muldf3.c b/soft-fp/muldf3.c index a1b0a287fa6..917a41c8c56 100644 --- a/soft-fp/muldf3.c +++ b/soft-fp/muldf3.c @@ -2,8 +2,6 @@ Return a * b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/mulsf3.c b/soft-fp/mulsf3.c index 258c1859a9e..8e37c130100 100644 --- a/soft-fp/mulsf3.c +++ b/soft-fp/mulsf3.c @@ -2,8 +2,6 @@ Return a * b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/multf3.c b/soft-fp/multf3.c index ecf0c8b71d9..3b4b661a379 100644 --- a/soft-fp/multf3.c +++ b/soft-fp/multf3.c @@ -2,8 +2,6 @@ Return a * b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/negdf2.c b/soft-fp/negdf2.c index b0ac39bd7ba..003df893a86 100644 --- a/soft-fp/negdf2.c +++ b/soft-fp/negdf2.c @@ -2,8 +2,6 @@ Return -a Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/negsf2.c b/soft-fp/negsf2.c index d587ef6c535..33bacdcc7ec 100644 --- a/soft-fp/negsf2.c +++ b/soft-fp/negsf2.c @@ -2,8 +2,6 @@ Return -a Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/negtf2.c b/soft-fp/negtf2.c index 09883d13057..b2f021e44c5 100644 --- a/soft-fp/negtf2.c +++ b/soft-fp/negtf2.c @@ -2,8 +2,6 @@ Return -a Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/op-1.h b/soft-fp/op-1.h index 48b18d4d57f..300afacce74 100644 --- a/soft-fp/op-1.h +++ b/soft-fp/op-1.h @@ -2,10 +2,6 @@ Basic one-word fraction declaration and manipulation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz), - David S. Miller (davem@redhat.com) and - Peter Maydell (pmaydell@chiark.greenend.org.uk). 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/soft-fp/op-2.h b/soft-fp/op-2.h index d54881a9733..b9f86e6b9e1 100644 --- a/soft-fp/op-2.h +++ b/soft-fp/op-2.h @@ -2,10 +2,6 @@ Basic two-word fraction declaration and manipulation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz), - David S. Miller (davem@redhat.com) and - Peter Maydell (pmaydell@chiark.greenend.org.uk). 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/soft-fp/op-4.h b/soft-fp/op-4.h index a42801c7e92..a8281326b79 100644 --- a/soft-fp/op-4.h +++ b/soft-fp/op-4.h @@ -2,10 +2,6 @@ Basic four-word fraction declaration and manipulation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz), - David S. Miller (davem@redhat.com) and - Peter Maydell (pmaydell@chiark.greenend.org.uk). 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/soft-fp/op-8.h b/soft-fp/op-8.h index 78443b3b3bb..2ebf943d758 100644 --- a/soft-fp/op-8.h +++ b/soft-fp/op-8.h @@ -2,9 +2,6 @@ Basic eight-word fraction declaration and manipulation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz) and - Peter Maydell (pmaydell@chiark.greenend.org.uk). 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/soft-fp/op-common.h b/soft-fp/op-common.h index d8352af4052..145a931df6f 100644 --- a/soft-fp/op-common.h +++ b/soft-fp/op-common.h @@ -1,10 +1,6 @@ /* Software floating-point emulation. Common operations. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz), - David S. Miller (davem@redhat.com) and - Peter Maydell (pmaydell@chiark.greenend.org.uk). 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/soft-fp/quad.h b/soft-fp/quad.h index 9e8c60e178a..824d79f59de 100644 --- a/soft-fp/quad.h +++ b/soft-fp/quad.h @@ -2,10 +2,6 @@ Definitions for IEEE Quad Precision. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz), - David S. Miller (davem@redhat.com) and - Peter Maydell (pmaydell@chiark.greenend.org.uk). 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/soft-fp/single.h b/soft-fp/single.h index 44ed64a866c..a6d9a620cb3 100644 --- a/soft-fp/single.h +++ b/soft-fp/single.h @@ -2,10 +2,6 @@ Definitions for IEEE Single Precision. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz), - David S. Miller (davem@redhat.com) and - Peter Maydell (pmaydell@chiark.greenend.org.uk). 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/soft-fp/soft-fp.h b/soft-fp/soft-fp.h index b24976d14df..e2b7c4ac650 100644 --- a/soft-fp/soft-fp.h +++ b/soft-fp/soft-fp.h @@ -1,10 +1,6 @@ /* Software floating-point emulation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz), - David S. Miller (davem@redhat.com) and - Peter Maydell (pmaydell@chiark.greenend.org.uk). 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/soft-fp/subdf3.c b/soft-fp/subdf3.c index 199a7869fd1..9580d76df59 100644 --- a/soft-fp/subdf3.c +++ b/soft-fp/subdf3.c @@ -2,8 +2,6 @@ Return a - b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/subsf3.c b/soft-fp/subsf3.c index 61794b17abc..7bfec373512 100644 --- a/soft-fp/subsf3.c +++ b/soft-fp/subsf3.c @@ -2,8 +2,6 @@ Return a - b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/subtf3.c b/soft-fp/subtf3.c index 78199c89b63..590aae7d6eb 100644 --- a/soft-fp/subtf3.c +++ b/soft-fp/subtf3.c @@ -2,8 +2,6 @@ Return a - b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/truncdfsf2.c b/soft-fp/truncdfsf2.c index a1fcd9d4278..89af9626d83 100644 --- a/soft-fp/truncdfsf2.c +++ b/soft-fp/truncdfsf2.c @@ -2,8 +2,6 @@ Truncate IEEE double into IEEE single Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/trunctfdf2.c b/soft-fp/trunctfdf2.c index ea378b3fe1a..eab5eace420 100644 --- a/soft-fp/trunctfdf2.c +++ b/soft-fp/trunctfdf2.c @@ -2,8 +2,6 @@ Truncate IEEE quad into IEEE double Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/trunctfsf2.c b/soft-fp/trunctfsf2.c index 7f8ab390db8..4bb19dc6f3e 100644 --- a/soft-fp/trunctfsf2.c +++ b/soft-fp/trunctfsf2.c @@ -2,8 +2,6 @@ Truncate IEEE quad into IEEE single Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/soft-fp/trunctfxf2.c b/soft-fp/trunctfxf2.c index 9f395f07a36..10157471b85 100644 --- a/soft-fp/trunctfxf2.c +++ b/soft-fp/trunctfxf2.c @@ -2,7 +2,6 @@ Truncate IEEE quad into IEEE extended Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by UroĆĄ Bizjak (ubizjak@gmail.com). 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/soft-fp/unorddf2.c b/soft-fp/unorddf2.c index b6b5f6d001e..15413862c37 100644 --- a/soft-fp/unorddf2.c +++ b/soft-fp/unorddf2.c @@ -2,7 +2,6 @@ Return 1 iff a or b is a NaN, 0 otherwise. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Joseph Myers (joseph@codesourcery.com). 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/soft-fp/unordsf2.c b/soft-fp/unordsf2.c index e373bbd50b5..f1c33196242 100644 --- a/soft-fp/unordsf2.c +++ b/soft-fp/unordsf2.c @@ -2,7 +2,6 @@ Return 1 iff a or b is a NaN, 0 otherwise. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Joseph Myers (joseph@codesourcery.com). 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/soft-fp/unordtf2.c b/soft-fp/unordtf2.c index 765cdeeae5b..ef417f67b74 100644 --- a/soft-fp/unordtf2.c +++ b/soft-fp/unordtf2.c @@ -2,7 +2,6 @@ Return 1 iff a or b is a NaN, 0 otherwise. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Joseph Myers (joseph@codesourcery.com). 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/stdio-common/_i18n_number.h b/stdio-common/_i18n_number.h index 20d71a7e876..eca0b82d262 100644 --- a/stdio-common/_i18n_number.h +++ b/stdio-common/_i18n_number.h @@ -1,6 +1,5 @@ /* 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/stdio-common/_itoa.c b/stdio-common/_itoa.c index c37d1c359d5..7e5b749d175 100644 --- a/stdio-common/_itoa.c +++ b/stdio-common/_itoa.c @@ -1,8 +1,6 @@ /* Internal function for converting integers to ASCII. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Torbjorn Granlund - and Ulrich Drepper . 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/stdio-common/_itowa.c b/stdio-common/_itowa.c index 35ad6943eaf..c5727191c0f 100644 --- a/stdio-common/_itowa.c +++ b/stdio-common/_itowa.c @@ -1,8 +1,6 @@ /* Internal function for converting integers to ASCII. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Torbjorn Granlund - and Ulrich Drepper . 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/stdio-common/bug-vfprintf-nargs.c b/stdio-common/bug-vfprintf-nargs.c index 6e01c81ce3c..f1dc4d5dbaa 100644 --- a/stdio-common/bug-vfprintf-nargs.c +++ b/stdio-common/bug-vfprintf-nargs.c @@ -1,7 +1,6 @@ /* Test for vfprintf nargs allocation overflow (BZ #13656). Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kees Cook , 2012. 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/stdio-common/bug14.c b/stdio-common/bug14.c index 317d4969d35..69a5b0ba4cb 100644 --- a/stdio-common/bug14.c +++ b/stdio-common/bug14.c @@ -1,4 +1,3 @@ -/* Test case by Al Viro . */ #include #include #include diff --git a/stdio-common/fxprintf.c b/stdio-common/fxprintf.c index 06daeb626b5..ce32603208f 100644 --- a/stdio-common/fxprintf.c +++ b/stdio-common/fxprintf.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . 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/stdio-common/printf_fp.c b/stdio-common/printf_fp.c index 70e5993e23e..75bbadbaeb6 100644 --- a/stdio-common/printf_fp.c +++ b/stdio-common/printf_fp.c @@ -2,7 +2,6 @@ Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper , 1995. 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/stdio-common/printf_fphex.c b/stdio-common/printf_fphex.c index 74fc3548002..c3cab6c1576 100644 --- a/stdio-common/printf_fphex.c +++ b/stdio-common/printf_fphex.c @@ -1,7 +1,6 @@ /* Print floating point number in hexadecimal notation according to ISO C99. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/stdio-common/printf_size.c b/stdio-common/printf_size.c index 13a65acd282..056f276dbb0 100644 --- a/stdio-common/printf_size.c +++ b/stdio-common/printf_size.c @@ -1,8 +1,6 @@ /* Print size value using units for orders of magnitude. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. - Based on a proposal by Larry McVoy . 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/stdio-common/scanf11.c b/stdio-common/scanf11.c index 7701a98ca67..bf45e4c8271 100644 --- a/stdio-common/scanf11.c +++ b/stdio-common/scanf11.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/stdio-common/test-vfprintf.c b/stdio-common/test-vfprintf.c index 1d77185af7b..7c67cfe812f 100644 --- a/stdio-common/test-vfprintf.c +++ b/stdio-common/test-vfprintf.c @@ -1,7 +1,6 @@ /* Tests of *printf for very large strings. 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/stdio-common/tst-fphex-wide.c b/stdio-common/tst-fphex-wide.c index c20ca7fa060..494c94c622f 100644 --- a/stdio-common/tst-fphex-wide.c +++ b/stdio-common/tst-fphex-wide.c @@ -1,7 +1,6 @@ /* Test program for %a wprintf formats. This file is part of the GNU C Library. Copyright (C) 2012-2021 Free Software Foundation, Inc. - Contributed by Marek Polacek , 2012. 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/stdio-common/tst-fseek.c b/stdio-common/tst-fseek.c index 617a3baf963..106556fc2cb 100644 --- a/stdio-common/tst-fseek.c +++ b/stdio-common/tst-fseek.c @@ -1,7 +1,6 @@ /* Tests of fseek and fseeko. 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/stdio-common/tst-gets.c b/stdio-common/tst-gets.c index 95cbd70ceb9..c1ccd848278 100644 --- a/stdio-common/tst-gets.c +++ b/stdio-common/tst-gets.c @@ -1,7 +1,6 @@ /* Tests for gets. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/stdio-common/tst-long-dbl-fphex.c b/stdio-common/tst-long-dbl-fphex.c index fee666a5518..82089bdd7c4 100644 --- a/stdio-common/tst-long-dbl-fphex.c +++ b/stdio-common/tst-long-dbl-fphex.c @@ -1,6 +1,5 @@ /* This file is part of the GNU C Library. Copyright (C) 2012-2021 Free Software Foundation, Inc. - Contributed by Marek Polacek , 2012. 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/stdio-common/tst-perror.c b/stdio-common/tst-perror.c index 416b120b8de..57835e0c591 100644 --- a/stdio-common/tst-perror.c +++ b/stdio-common/tst-perror.c @@ -1,5 +1,4 @@ /* Test of perror. - Contributed by Ulrich Drepper , 2001. To be used only for testing glibc. */ #include diff --git a/stdio-common/tst-popen.c b/stdio-common/tst-popen.c index 82611d8751c..473c7e55974 100644 --- a/stdio-common/tst-popen.c +++ b/stdio-common/tst-popen.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/stdio-common/tst-sscanf.c b/stdio-common/tst-sscanf.c index 47bfc89feb4..b080b0d837d 100644 --- a/stdio-common/tst-sscanf.c +++ b/stdio-common/tst-sscanf.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/stdio-common/tst-unlockedio.c b/stdio-common/tst-unlockedio.c index a4c44ec8446..884243fb87e 100644 --- a/stdio-common/tst-unlockedio.c +++ b/stdio-common/tst-unlockedio.c @@ -1,7 +1,6 @@ /* Test for some *_unlocked stdio interfaces. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/stdlib/a64l.c b/stdlib/a64l.c index 7da3383c494..368498259ac 100644 --- a/stdlib/a64l.c +++ b/stdlib/a64l.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/bug-strtod.c b/stdlib/bug-strtod.c index 5df2d40f338..20f08dbbda3 100644 --- a/stdlib/bug-strtod.c +++ b/stdlib/bug-strtod.c @@ -1,7 +1,6 @@ /* Test to strtod etc for numbers like x000...0000.000e-nn. This file is part of the GNU C Library. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 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/stdlib/drand48-iter.c b/stdlib/drand48-iter.c index 0868956428e..75b7cd98995 100644 --- a/stdlib/drand48-iter.c +++ b/stdlib/drand48-iter.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/drand48.c b/stdlib/drand48.c index 5c62eba0378..a9674aa413d 100644 --- a/stdlib/drand48.c +++ b/stdlib/drand48.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/drand48_r.c b/stdlib/drand48_r.c index 6415775171a..e5ddb730c17 100644 --- a/stdlib/drand48_r.c +++ b/stdlib/drand48_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/erand48.c b/stdlib/erand48.c index 2af15941622..95bebd21c13 100644 --- a/stdlib/erand48.c +++ b/stdlib/erand48.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/erand48_r.c b/stdlib/erand48_r.c index d4a1aeee2e8..568f9e8b5dd 100644 --- a/stdlib/erand48_r.c +++ b/stdlib/erand48_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/fmtmsg.c b/stdlib/fmtmsg.c index 428dad07ffc..8bf2751550f 100644 --- a/stdlib/fmtmsg.c +++ b/stdlib/fmtmsg.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/stdlib/grouping.c b/stdlib/grouping.c index d558d9306f0..ae90b919884 100644 --- a/stdlib/grouping.c +++ b/stdlib/grouping.c @@ -1,7 +1,6 @@ /* Internal header for proving correct grouping in strings of numbers. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/stdlib/grouping.h b/stdlib/grouping.h index f7d158fe725..9fe23a7c6c6 100644 --- a/stdlib/grouping.h +++ b/stdlib/grouping.h @@ -1,7 +1,6 @@ /* Internal header for proving correct grouping in strings of numbers. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/stdlib/isomac.c b/stdlib/isomac.c index 16618e419d9..8702ae4e8a5 100644 --- a/stdlib/isomac.c +++ b/stdlib/isomac.c @@ -1,7 +1,6 @@ /* Check system header files for ISO 9899:1990 (ISO C) compliance. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jens Schweikhardt , 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/stdlib/jrand48.c b/stdlib/jrand48.c index 07162bf62fd..c8d111d4593 100644 --- a/stdlib/jrand48.c +++ b/stdlib/jrand48.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/jrand48_r.c b/stdlib/jrand48_r.c index eb8058674ca..5ae84ea9488 100644 --- a/stdlib/jrand48_r.c +++ b/stdlib/jrand48_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/l64a.c b/stdlib/l64a.c index 84cd5ce5b7f..bebdd024fca 100644 --- a/stdlib/l64a.c +++ b/stdlib/l64a.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/lcong48.c b/stdlib/lcong48.c index 55409d71f0d..d2e80fdf12b 100644 --- a/stdlib/lcong48.c +++ b/stdlib/lcong48.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/lcong48_r.c b/stdlib/lcong48_r.c index 60f69d45780..ccc3a43182b 100644 --- a/stdlib/lcong48_r.c +++ b/stdlib/lcong48_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/lrand48.c b/stdlib/lrand48.c index a82c3a65443..750a93f0bf9 100644 --- a/stdlib/lrand48.c +++ b/stdlib/lrand48.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/lrand48_r.c b/stdlib/lrand48_r.c index 2abd6591d51..42df3a34fe0 100644 --- a/stdlib/lrand48_r.c +++ b/stdlib/lrand48_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/mrand48.c b/stdlib/mrand48.c index d234a760b8b..5db1a07652e 100644 --- a/stdlib/mrand48.c +++ b/stdlib/mrand48.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/mrand48_r.c b/stdlib/mrand48_r.c index d4cf0819fe3..1ac519fcf89 100644 --- a/stdlib/mrand48_r.c +++ b/stdlib/mrand48_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/msort.c b/stdlib/msort.c index 8750cc59db2..2ef270262e2 100644 --- a/stdlib/msort.c +++ b/stdlib/msort.c @@ -1,7 +1,6 @@ /* An alternative to qsort, with an identical interface. This file is part of the GNU C Library. Copyright (C) 1992-2021 Free Software Foundation, Inc. - Written by Mike Haertel, September 1988. 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/stdlib/nrand48.c b/stdlib/nrand48.c index 4dde921194f..cc0e844a059 100644 --- a/stdlib/nrand48.c +++ b/stdlib/nrand48.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/nrand48_r.c b/stdlib/nrand48_r.c index b55d763eb37..e7d84fd8d6b 100644 --- a/stdlib/nrand48_r.c +++ b/stdlib/nrand48_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/qsort.c b/stdlib/qsort.c index 23f2d283147..0f6d7ff787b 100644 --- a/stdlib/qsort.c +++ b/stdlib/qsort.c @@ -1,6 +1,5 @@ /* Copyright (C) 1991-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Douglas C. Schmidt (schmidt@ics.uci.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/stdlib/rand_r.c b/stdlib/rand_r.c index 30fafc0fa5f..09acb0f4fc1 100644 --- a/stdlib/rand_r.c +++ b/stdlib/rand_r.c @@ -1,7 +1,6 @@ /* Reentrant random function from POSIX.1c. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/stdlib/seed48.c b/stdlib/seed48.c index 0fde21d1825..33aae3775e5 100644 --- a/stdlib/seed48.c +++ b/stdlib/seed48.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/seed48_r.c b/stdlib/seed48_r.c index 95c7ddaca3b..5505c571eac 100644 --- a/stdlib/seed48_r.c +++ b/stdlib/seed48_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/srand48.c b/stdlib/srand48.c index 86e2d53cd7e..fe1bb8a6506 100644 --- a/stdlib/srand48.c +++ b/stdlib/srand48.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/srand48_r.c b/stdlib/srand48_r.c index 11b4876dcb1..5c6b47d277c 100644 --- a/stdlib/srand48_r.c +++ b/stdlib/srand48_r.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/stdlib/strfmon.c b/stdlib/strfmon.c index 32254317084..043ab3a475a 100644 --- a/stdlib/strfmon.c +++ b/stdlib/strfmon.c @@ -1,8 +1,6 @@ /* Formatting a monetary value according to the current locale. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - and Jochen Hein , 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/stdlib/strfmon_l.c b/stdlib/strfmon_l.c index 9e7268141b8..1d222968fb9 100644 --- a/stdlib/strfmon_l.c +++ b/stdlib/strfmon_l.c @@ -1,7 +1,6 @@ /* Formatting a monetary value according to the given locale. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/stdlib/strtod.c b/stdlib/strtod.c index 6f239c86bd6..8c707d30cc1 100644 --- a/stdlib/strtod.c +++ b/stdlib/strtod.c @@ -1,7 +1,6 @@ /* Read decimal floating point numbers. This file is part of the GNU C Library. Copyright (C) 1995-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 1995. 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/stdlib/strtod_l.c b/stdlib/strtod_l.c index 5a54d99ae86..711a9222d40 100644 --- a/stdlib/strtod_l.c +++ b/stdlib/strtod_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to float value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/stdlib/strtof.c b/stdlib/strtof.c index 4f423f1db78..bb5e017773a 100644 --- a/stdlib/strtof.c +++ b/stdlib/strtof.c @@ -1,7 +1,6 @@ /* Read decimal floating point numbers. This file is part of the GNU C Library. Copyright (C) 1995-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 1995. 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/stdlib/strtof_l.c b/stdlib/strtof_l.c index 822794212c0..8aeffe9f81d 100644 --- a/stdlib/strtof_l.c +++ b/stdlib/strtof_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to float value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/stdlib/strtol_l.c b/stdlib/strtol_l.c index 9cc9a76bf1c..9bd5487b5b2 100644 --- a/stdlib/strtol_l.c +++ b/stdlib/strtol_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to integer value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/stdlib/strtold.c b/stdlib/strtold.c index 0b6bdca640c..38a2357a905 100644 --- a/stdlib/strtold.c +++ b/stdlib/strtold.c @@ -1,7 +1,6 @@ /* Read decimal floating point numbers. This file is part of the GNU C Library. Copyright (C) 1995-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 1995. 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/stdlib/strtoll_l.c b/stdlib/strtoll_l.c index cb436233bab..9b5e2f85c72 100644 --- a/stdlib/strtoll_l.c +++ b/stdlib/strtoll_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to integer value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/stdlib/strtoul_l.c b/stdlib/strtoul_l.c index 04fc5671ffe..f726fb5e7eb 100644 --- a/stdlib/strtoul_l.c +++ b/stdlib/strtoul_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to integer value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/stdlib/strtoull_l.c b/stdlib/strtoull_l.c index 4fd637564c8..b4cb60a0e7e 100644 --- a/stdlib/strtoull_l.c +++ b/stdlib/strtoull_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to integer value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/stdlib/test-a64l.c b/stdlib/test-a64l.c index 7da57613c9b..cd681fff240 100644 --- a/stdlib/test-a64l.c +++ b/stdlib/test-a64l.c @@ -1,7 +1,6 @@ /* Test program for the l64a and a64l functions. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/stdlib/test-canon.c b/stdlib/test-canon.c index f2263e8ea09..29ac7d06fcd 100644 --- a/stdlib/test-canon.c +++ b/stdlib/test-canon.c @@ -1,7 +1,6 @@ /* Test program for returning the canonical absolute name of a given file. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger . 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/stdlib/test-canon2.c b/stdlib/test-canon2.c index 2a6f45b1d34..6d4f9d1450c 100644 --- a/stdlib/test-canon2.c +++ b/stdlib/test-canon2.c @@ -1,7 +1,6 @@ /* Test for realpath/canonicalize function. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/stdlib/testmb2.c b/stdlib/testmb2.c index 16d2846d23d..3f754746374 100644 --- a/stdlib/testmb2.c +++ b/stdlib/testmb2.c @@ -1,4 +1,3 @@ -/* Test case by Miloslav Trmač . */ #include #include #include diff --git a/stdlib/tst-bsearch.c b/stdlib/tst-bsearch.c index 1d44d16afbd..941db007003 100644 --- a/stdlib/tst-bsearch.c +++ b/stdlib/tst-bsearch.c @@ -1,6 +1,5 @@ /* 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/stdlib/tst-qsort.c b/stdlib/tst-qsort.c index 2b26e74d0ba..81eaf092db9 100644 --- a/stdlib/tst-qsort.c +++ b/stdlib/tst-qsort.c @@ -1,4 +1,3 @@ -/* Test case by Paul Eggert */ #include #include #include diff --git a/stdlib/tst-random.c b/stdlib/tst-random.c index 8fe0993dd72..794d12a3856 100644 --- a/stdlib/tst-random.c +++ b/stdlib/tst-random.c @@ -1,5 +1,4 @@ /* Test program for random(), srandom(), initstate(), setstate() - Written by Michael J. Fischer, August 21, 2000 Placed in the public domain. */ /* This program primarily tests the correct functioning of srandom() diff --git a/stdlib/tst-random2.c b/stdlib/tst-random2.c index a1d9be51f4b..80f9eb3ff29 100644 --- a/stdlib/tst-random2.c +++ b/stdlib/tst-random2.c @@ -1,7 +1,6 @@ /* Test initstate saving the old state. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/stdlib/tst-system.c b/stdlib/tst-system.c index 178808e048a..0546a41ab1e 100644 --- a/stdlib/tst-system.c +++ b/stdlib/tst-system.c @@ -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 , 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/stdlib/tst-xpg-basename.c b/stdlib/tst-xpg-basename.c index 23b0bb768f0..4b55f1af8ff 100644 --- a/stdlib/tst-xpg-basename.c +++ b/stdlib/tst-xpg-basename.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. 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/stdlib/xpg_basename.c b/stdlib/xpg_basename.c index 4d6dc049733..ec228b95aa7 100644 --- a/stdlib/xpg_basename.c +++ b/stdlib/xpg_basename.c @@ -1,7 +1,6 @@ /* Return basename of given pathname according to the weird XPG specification. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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-addsep.c b/string/argz-addsep.c index 9c1926795dc..9b276025dfb 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 , 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 e1df16c2f04..d9623e98be1 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 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 2b68317a33c..43111980a58 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 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 f97e9147f27..4f01f01d1ea 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 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 230ad0d68dd..a5584e2e30e 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 , 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 1f569c67ce1..1ddab67c0af 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 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 fda440128f8..18d43b7765a 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 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 fdd15fe2359..851e18b007d 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 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 82597c3bc9e..f654cf16a15 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 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 37fcc910296..e8746c9eb93 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 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 a52d5f5efff..7c383f35e2b 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 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 b22beba4d3d..65a7ed58c2e 100644 --- a/string/bug-strncat1.c +++ b/string/bug-strncat1.c @@ -1,4 +1,3 @@ -/* Test case by Joseph S. Myers . */ #undef __USE_STRING_INLINES #define __USE_STRING_INLINES #include diff --git a/string/bug-strpbrk1.c b/string/bug-strpbrk1.c index 8e909a1e212..ca0bc11308c 100644 --- a/string/bug-strpbrk1.c +++ b/string/bug-strpbrk1.c @@ -1,4 +1,3 @@ -/* Test case by Joseph S. Myers . */ #undef __USE_STRING_INLINES #define __USE_STRING_INLINES #include diff --git a/string/bug-strspn1.c b/string/bug-strspn1.c index e3487ab8f92..3bf2a48b4ca 100644 --- a/string/bug-strspn1.c +++ b/string/bug-strspn1.c @@ -1,4 +1,3 @@ -/* Test case by Joseph S. Myers . */ #undef __USE_STRING_INLINES #define __USE_STRING_INLINES #include diff --git a/string/bzero.c b/string/bzero.c index 9c6d4906ff7..4391dadac2a 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 09ee14f6919..78e3a4c171a 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 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 ee48f8ce71d..7bec2eb8170 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. - 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/ffsll.c b/string/ffsll.c index ac69c93f42c..77bd28e80cf 100644 --- a/string/ffsll.c +++ b/string/ffsll.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/memcpy.c b/string/memcpy.c index b5504ae0b02..38728a93a12 100644 --- a/string/memcpy.c +++ b/string/memcpy.c @@ -2,7 +2,6 @@ has been copied. Overlap is NOT handled correctly. 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/memmove.c b/string/memmove.c index 71da8a6779c..7ce99817582 100644 --- a/string/memmove.c +++ b/string/memmove.c @@ -2,7 +2,6 @@ has been copied. Overlap is handled correctly. 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/stratcliff.c b/string/stratcliff.c index 71d56f3a4e0..fa18f08f999 100644 --- a/string/stratcliff.c +++ b/string/stratcliff.c @@ -1,7 +1,6 @@ /* Test for string function add boundaries of usable memory. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/strcoll.c b/string/strcoll.c index e074c52ff73..3ff6fd12024 100644 --- a/string/strcoll.c +++ b/string/strcoll.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper , 1995. 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/strcoll_l.c b/string/strcoll_l.c index 5ce9bafd304..fb39ac73be2 100644 --- a/string/strcoll_l.c +++ b/string/strcoll_l.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper , 1995. 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/strlen.c b/string/strlen.c index 5d9366c2c0e..bca6f3c7c45 100644 --- a/string/strlen.c +++ b/string/strlen.c @@ -1,8 +1,5 @@ /* Copyright (C) 1991-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Torbjorn Granlund (tege@sics.se), - with help from Dan Sahlin (dan@sics.se); - commentary by Jim Blandy (jimb@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/strnlen.c b/string/strnlen.c index 99c882bb035..6bb904760c3 100644 --- a/string/strnlen.c +++ b/string/strnlen.c @@ -1,6 +1,5 @@ /* Find the length of STRING, but scan at most MAXLEN characters. Copyright (C) 1991-2021 Free Software Foundation, Inc. - Contributed by Jakub Jelinek . Based on strlen written by Torbjorn Granlund (tege@sics.se), with help from Dan Sahlin (dan@sics.se); diff --git a/string/strxfrm.c b/string/strxfrm.c index 4d4e481ff0b..a627a31d290 100644 --- a/string/strxfrm.c +++ b/string/strxfrm.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper , 1995. 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/strxfrm_l.c b/string/strxfrm_l.c index efee1a93723..d5cf16c56c9 100644 --- a/string/strxfrm_l.c +++ b/string/strxfrm_l.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper , 1995. 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/test-ffs.c b/string/test-ffs.c index cb4268ef4d1..5433ed82809 100644 --- a/string/test-ffs.c +++ b/string/test-ffs.c @@ -1,7 +1,5 @@ /* Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil), - On-Line Applications Research Corporation. 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/test-memccpy.c b/string/test-memccpy.c index e0b1d5ae528..e86b22c9755 100644 --- a/string/test-memccpy.c +++ b/string/test-memccpy.c @@ -1,7 +1,6 @@ /* Test and measure memccpy functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-memchr.c b/string/test-memchr.c index ce964284aa1..b36d311c4e7 100644 --- a/string/test-memchr.c +++ b/string/test-memchr.c @@ -1,7 +1,6 @@ /* Test memchr functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-memcmp.c b/string/test-memcmp.c index fbda26a41e9..6ddbc05d2f4 100644 --- a/string/test-memcmp.c +++ b/string/test-memcmp.c @@ -1,8 +1,6 @@ /* Test and measure memcmp functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. - Added wmemcmp support by Liubov Dmitrieva , 2011. 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/test-memcpy.c b/string/test-memcpy.c index c9dfc88fedd..c9e965bed31 100644 --- a/string/test-memcpy.c +++ b/string/test-memcpy.c @@ -1,7 +1,6 @@ /* Test and measure memcpy functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-memmem.c b/string/test-memmem.c index 624d3106bfe..2dfe5f99db5 100644 --- a/string/test-memmem.c +++ b/string/test-memmem.c @@ -1,7 +1,6 @@ /* Test and measure memmem functions. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper , 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/string/test-memmove.c b/string/test-memmove.c index 02f2170bfda..a0ce8b03347 100644 --- a/string/test-memmove.c +++ b/string/test-memmove.c @@ -1,7 +1,6 @@ /* Test and measure memmove functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-mempcpy.c b/string/test-mempcpy.c index f80b014d419..26e19a46a89 100644 --- a/string/test-mempcpy.c +++ b/string/test-mempcpy.c @@ -1,7 +1,6 @@ /* Test and measure mempcpy functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-memrchr.c b/string/test-memrchr.c index 1a3b9ce69d2..cac26397b78 100644 --- a/string/test-memrchr.c +++ b/string/test-memrchr.c @@ -1,7 +1,6 @@ /* Test and measure memrchr functions. Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-memset.c b/string/test-memset.c index 82bfcd6ad4a..86a88cc09aa 100644 --- a/string/test-memset.c +++ b/string/test-memset.c @@ -1,7 +1,6 @@ /* Test memset functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-rawmemchr.c b/string/test-rawmemchr.c index 085098aba8f..872c48b4e58 100644 --- a/string/test-rawmemchr.c +++ b/string/test-rawmemchr.c @@ -1,7 +1,6 @@ /* Test and measure memchr functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-stpcpy.c b/string/test-stpcpy.c index ec1de99abd2..99bfa5e689c 100644 --- a/string/test-stpcpy.c +++ b/string/test-stpcpy.c @@ -1,7 +1,6 @@ /* Test stpcpy functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-stpncpy.c b/string/test-stpncpy.c index de11fee63b8..4fa7ca61565 100644 --- a/string/test-stpncpy.c +++ b/string/test-stpncpy.c @@ -1,7 +1,6 @@ /* Test and measure stpncpy functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-strcasecmp.c b/string/test-strcasecmp.c index b380150cb74..420cd39e735 100644 --- a/string/test-strcasecmp.c +++ b/string/test-strcasecmp.c @@ -1,7 +1,6 @@ /* Test and measure strcasecmp functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-strcasestr.c b/string/test-strcasestr.c index 045156e6b8b..f27b14905f5 100644 --- a/string/test-strcasestr.c +++ b/string/test-strcasestr.c @@ -1,7 +1,6 @@ /* Test and measure strcasestr functions. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper , 2010. 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/test-strcat.c b/string/test-strcat.c index dea1558b0c6..fe30fa1a995 100644 --- a/string/test-strcat.c +++ b/string/test-strcat.c @@ -1,7 +1,6 @@ /* Test strcat functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-strchr.c b/string/test-strchr.c index 6c8ca54a7df..afdf83b113f 100644 --- a/string/test-strchr.c +++ b/string/test-strchr.c @@ -1,8 +1,6 @@ /* Test STRCHR functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. - Added wcschr support by Liubov Dmitrieva , 2011 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/test-strcmp.c b/string/test-strcmp.c index 7feababf4dd..77ae73110f5 100644 --- a/string/test-strcmp.c +++ b/string/test-strcmp.c @@ -1,8 +1,6 @@ /* Test and measure strcmp and wcscmp functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. - Added wcscmp support by Liubov Dmitrieva , 2011. 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/test-strcpy.c b/string/test-strcpy.c index 4c0a04f85d7..22437307931 100644 --- a/string/test-strcpy.c +++ b/string/test-strcpy.c @@ -1,8 +1,6 @@ /* Test and measure strcpy functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. - Added wcscpy support by Liubov Dmitrieva , 2011 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/test-strcspn.c b/string/test-strcspn.c index ef028be0c71..3610a87c9bb 100644 --- a/string/test-strcspn.c +++ b/string/test-strcspn.c @@ -1,7 +1,6 @@ /* Test strcspn functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-string.h b/string/test-string.h index 78b66efe364..8ee00a04b1e 100644 --- a/string/test-string.h +++ b/string/test-string.h @@ -1,7 +1,6 @@ /* Test and measure string and memory functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-strlen.c b/string/test-strlen.c index c9a7afb339a..b8d40860732 100644 --- a/string/test-strlen.c +++ b/string/test-strlen.c @@ -1,8 +1,6 @@ /* Test and measure STRLEN functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. - Added wcslen support by Liubov Dmitrieva , 2011 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/test-strncasecmp.c b/string/test-strncasecmp.c index ace94e83eca..b68b919210e 100644 --- a/string/test-strncasecmp.c +++ b/string/test-strncasecmp.c @@ -1,7 +1,6 @@ /* Test and measure strncasecmp functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-strncat.c b/string/test-strncat.c index 37ea26ea057..729124394e4 100644 --- a/string/test-strncat.c +++ b/string/test-strncat.c @@ -1,6 +1,5 @@ /* Test strncat functions. Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. 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/test-strncmp.c b/string/test-strncmp.c index 10b34de8d2a..7397eebc02d 100644 --- a/string/test-strncmp.c +++ b/string/test-strncmp.c @@ -1,7 +1,6 @@ /* Test strncmp and wcsncmp functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-strncpy.c b/string/test-strncpy.c index 84a3b83bbc1..a38da676cb8 100644 --- a/string/test-strncpy.c +++ b/string/test-strncpy.c @@ -1,7 +1,6 @@ /* Test strncpy functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-strnlen.c b/string/test-strnlen.c index bb5d9b5f04f..c2b82de32ea 100644 --- a/string/test-strnlen.c +++ b/string/test-strnlen.c @@ -1,7 +1,6 @@ /* Test strlen functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-strpbrk.c b/string/test-strpbrk.c index 3f81c2edc35..aeb5b81bbc3 100644 --- a/string/test-strpbrk.c +++ b/string/test-strpbrk.c @@ -1,7 +1,6 @@ /* Test and measure strpbrk functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-strrchr.c b/string/test-strrchr.c index 9f85dc681ef..814f27d20ec 100644 --- a/string/test-strrchr.c +++ b/string/test-strrchr.c @@ -1,9 +1,6 @@ /* Test and measure STRCHR functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. - Added wcsrrchr support by Liubov Dmitrieva , - 2011. 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/test-strspn.c b/string/test-strspn.c index ccbed1ca2f6..8b546666c7c 100644 --- a/string/test-strspn.c +++ b/string/test-strspn.c @@ -1,7 +1,6 @@ /* Test and measure strspn functions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jakub Jelinek , 1999. 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/test-strstr.c b/string/test-strstr.c index 2c40d929f27..8aee2c0d339 100644 --- a/string/test-strstr.c +++ b/string/test-strstr.c @@ -1,7 +1,6 @@ /* Test and measure strstr functions. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Ulrich Drepper , 2010. 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/testcopy.c b/string/testcopy.c index b8dde6f087c..404cf86791f 100644 --- a/string/testcopy.c +++ b/string/testcopy.c @@ -1,6 +1,5 @@ /* Copyright (C) 1990-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/tst-bswap.c b/string/tst-bswap.c index f79570b6b42..ed3a5186ce7 100644 --- a/string/tst-bswap.c +++ b/string/tst-bswap.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . 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/wordcopy.c b/string/wordcopy.c index cbac9c85b4d..20cca6da541 100644 --- a/string/wordcopy.c +++ b/string/wordcopy.c @@ -1,7 +1,6 @@ /* _memcopy.c -- subroutines for memory copy functions. 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/sunrpc/create_xid.c b/sunrpc/create_xid.c index 36380a0eb81..213e8b5181b 100644 --- a/sunrpc/create_xid.c +++ b/sunrpc/create_xid.c @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/sunrpc/netname.c b/sunrpc/netname.c index ceed23b1a72..e1f06fa58d6 100644 --- a/sunrpc/netname.c +++ b/sunrpc/netname.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1997. 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/sunrpc/publickey.c b/sunrpc/publickey.c index a79995d8a37..530fcd19769 100644 --- a/sunrpc/publickey.c +++ b/sunrpc/publickey.c @@ -1,7 +1,6 @@ /* Get public or secret key from key server. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sunrpc/svc.c b/sunrpc/svc.c index 1aec771c466..a9bf0474280 100644 --- a/sunrpc/svc.c +++ b/sunrpc/svc.c @@ -6,7 +6,6 @@ * list of service routines. * Copyright (C) 2002-2021 Free Software Foundation, Inc. * This file is part of the GNU C Library. - * Contributed by Ulrich Drepper , 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/sunrpc/tst-xdrmem.c b/sunrpc/tst-xdrmem.c index cefc229aa61..5208b17f698 100644 --- a/sunrpc/tst-xdrmem.c +++ b/sunrpc/tst-xdrmem.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sunrpc/tst-xdrmem2.c b/sunrpc/tst-xdrmem2.c index 6d74408c0f6..36ea892909c 100644 --- a/sunrpc/tst-xdrmem2.c +++ b/sunrpc/tst-xdrmem2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/sunrpc/xdr_intXX_t.c b/sunrpc/xdr_intXX_t.c index a1aaa4f959e..f5023a398ee 100644 --- a/sunrpc/xdr_intXX_t.c +++ b/sunrpc/xdr_intXX_t.c @@ -1,6 +1,5 @@ /* Copyright (c) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Thorsten Kukuk , 1998. 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/sysdeps/aarch64/e_sqrtl.c b/sysdeps/aarch64/e_sqrtl.c index 3ef524e307c..5524e800c5c 100644 --- a/sysdeps/aarch64/e_sqrtl.c +++ b/sysdeps/aarch64/e_sqrtl.c @@ -1,8 +1,6 @@ /* long double square root in software floating-point emulation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 169596ea1c0..fbc0cb99ce3 100644 --- a/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile @@ -1,6 +1,5 @@ # Copyright (C) 1993-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Brendan Kehoe (brendan@zen.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/sysdeps/alpha/_mcount.S b/sysdeps/alpha/_mcount.S index b9cf73b2036..9bdf3afafdc 100644 --- a/sysdeps/alpha/_mcount.S +++ b/sysdeps/alpha/_mcount.S @@ -1,6 +1,5 @@ /* Machine-specific calling sequence for `mcount' profiling function. alpha Copyright (C) 1995-2021 Free Software Foundation, Inc. - Contributed by David Mosberger (davidm@cs.arizona.edu). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/alphaev6/memset.S b/sysdeps/alpha/alphaev6/memset.S index f1b648bf432..7905e84e1cf 100644 --- a/sysdeps/alpha/alphaev6/memset.S +++ b/sysdeps/alpha/alphaev6/memset.S @@ -1,6 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson (rth@tamu.edu) - EV6 optimized by Rick Gorton . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/alphaev6/stxcpy.S b/sysdeps/alpha/alphaev6/stxcpy.S index 20beddef459..0f569a7d89c 100644 --- a/sysdeps/alpha/alphaev6/stxcpy.S +++ b/sysdeps/alpha/alphaev6/stxcpy.S @@ -1,6 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson (rth@tamu.edu) - EV6 optimized by Rick Gorton . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/alphaev6/stxncpy.S b/sysdeps/alpha/alphaev6/stxncpy.S index 4eb2d71e14e..983d230c275 100644 --- a/sysdeps/alpha/alphaev6/stxncpy.S +++ b/sysdeps/alpha/alphaev6/stxncpy.S @@ -1,6 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson (rth@tamu.edu) - EV6 optimized by Rick Gorton . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/alphaev67/stpcpy.S b/sysdeps/alpha/alphaev67/stpcpy.S index 6836c6853fc..945ed9d2db9 100644 --- a/sysdeps/alpha/alphaev67/stpcpy.S +++ b/sysdeps/alpha/alphaev67/stpcpy.S @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson . 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/sysdeps/alpha/alphaev67/stpncpy.S b/sysdeps/alpha/alphaev67/stpncpy.S index cda7a6696a8..42743bce191 100644 --- a/sysdeps/alpha/alphaev67/stpncpy.S +++ b/sysdeps/alpha/alphaev67/stpncpy.S @@ -1,5 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson (rth@redhat.com) This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/alphaev67/strcat.S b/sysdeps/alpha/alphaev67/strcat.S index 282c3df7228..50a1925c039 100644 --- a/sysdeps/alpha/alphaev67/strcat.S +++ b/sysdeps/alpha/alphaev67/strcat.S @@ -1,6 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson , 1996. - EV67 optimized by Rick Gorton . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/alphaev67/strchr.S b/sysdeps/alpha/alphaev67/strchr.S index 4c16fdca6c3..510fb3d3a12 100644 --- a/sysdeps/alpha/alphaev67/strchr.S +++ b/sysdeps/alpha/alphaev67/strchr.S @@ -1,6 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson , 1996. - EV67 optimized by Rick Gorton . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/alphaev67/strlen.S b/sysdeps/alpha/alphaev67/strlen.S index 7af6f3d3751..07def1bb566 100644 --- a/sysdeps/alpha/alphaev67/strlen.S +++ b/sysdeps/alpha/alphaev67/strlen.S @@ -1,6 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by David Mosberger (davidm@cs.arizona.edu). - EV67 optimized by Rick Gorton . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/alphaev67/strncat.S b/sysdeps/alpha/alphaev67/strncat.S index 72794a6e095..83fac317b19 100644 --- a/sysdeps/alpha/alphaev67/strncat.S +++ b/sysdeps/alpha/alphaev67/strncat.S @@ -1,6 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson , 1996. - EV67 optimized by Rick Gorton . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/bzero.S b/sysdeps/alpha/bzero.S index 86c05947b97..ea317aef059 100644 --- a/sysdeps/alpha/bzero.S +++ b/sysdeps/alpha/bzero.S @@ -1,5 +1,4 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson (rth@tamu.edu) This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/div.S b/sysdeps/alpha/div.S index 62b676bdac9..bfde946b9d9 100644 --- a/sysdeps/alpha/div.S +++ b/sysdeps/alpha/div.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson . 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/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index 2cd2213d9ab..9e327b7f17d 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -1,7 +1,6 @@ /* Machine-dependent ELF dynamic relocation inline functions. Alpha version. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson . 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/sysdeps/alpha/dl-procinfo.c b/sysdeps/alpha/dl-procinfo.c index c1510493e22..4790866e7ac 100644 --- a/sysdeps/alpha/dl-procinfo.c +++ b/sysdeps/alpha/dl-procinfo.c @@ -1,7 +1,6 @@ /* Data for Alpha version of processor capability information. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Aurelien Jarno , 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/sysdeps/alpha/dl-procinfo.h b/sysdeps/alpha/dl-procinfo.h index c0d6043f3f8..ea6842cac30 100644 --- a/sysdeps/alpha/dl-procinfo.h +++ b/sysdeps/alpha/dl-procinfo.h @@ -1,7 +1,6 @@ /* Alpha version of processor capability information handling macros. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Aurelien Jarno , 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/sysdeps/alpha/e_sqrtl.c b/sysdeps/alpha/e_sqrtl.c index f78b9128959..350cb8d8e8c 100644 --- a/sysdeps/alpha/e_sqrtl.c +++ b/sysdeps/alpha/e_sqrtl.c @@ -1,8 +1,6 @@ /* long double square root in software floating-point emulation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ffs.S b/sysdeps/alpha/ffs.S index ee127bbf60f..adfd5965aac 100644 --- a/sysdeps/alpha/ffs.S +++ b/sysdeps/alpha/ffs.S @@ -1,5 +1,4 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. - Contributed by David Mosberger (davidm@cs.arizona.edu). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/fpu/e_sqrt.c b/sysdeps/alpha/fpu/e_sqrt.c index cabc800bd17..d211cc21fe5 100644 --- a/sysdeps/alpha/fpu/e_sqrt.c +++ b/sysdeps/alpha/fpu/e_sqrt.c @@ -1,5 +1,4 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. - Contributed by David Mosberger (davidm@cs.arizona.edu). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/fpu/fclrexcpt.c b/sysdeps/alpha/fpu/fclrexcpt.c index cb4513eb7fd..5e44cfe1116 100644 --- a/sysdeps/alpha/fpu/fclrexcpt.c +++ b/sysdeps/alpha/fpu/fclrexcpt.c @@ -1,7 +1,6 @@ /* Clear given exceptions in current floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997. 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/sysdeps/alpha/fpu/fedisblxcpt.c b/sysdeps/alpha/fpu/fedisblxcpt.c index 91c3860c458..8cf2d7ea7b6 100644 --- a/sysdeps/alpha/fpu/fedisblxcpt.c +++ b/sysdeps/alpha/fpu/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/alpha/fpu/feenablxcpt.c b/sysdeps/alpha/fpu/feenablxcpt.c index ac45058c02d..8e111fcb79c 100644 --- a/sysdeps/alpha/fpu/feenablxcpt.c +++ b/sysdeps/alpha/fpu/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/alpha/fpu/fegetenv.c b/sysdeps/alpha/fpu/fegetenv.c index 20e51ceeba8..64da646cd5a 100644 --- a/sysdeps/alpha/fpu/fegetenv.c +++ b/sysdeps/alpha/fpu/fegetenv.c @@ -1,7 +1,6 @@ /* Store current floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997 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/sysdeps/alpha/fpu/fegetexcept.c b/sysdeps/alpha/fpu/fegetexcept.c index a2993c191d7..bd810267570 100644 --- a/sysdeps/alpha/fpu/fegetexcept.c +++ b/sysdeps/alpha/fpu/fegetexcept.c @@ -1,7 +1,6 @@ /* Get enabled floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/alpha/fpu/fegetround.c b/sysdeps/alpha/fpu/fegetround.c index 4b337abcfa0..6d92f543808 100644 --- a/sysdeps/alpha/fpu/fegetround.c +++ b/sysdeps/alpha/fpu/fegetround.c @@ -1,7 +1,6 @@ /* Return current rounding direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997 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/sysdeps/alpha/fpu/feholdexcpt.c b/sysdeps/alpha/fpu/feholdexcpt.c index 637d51a7a96..9383f4dd183 100644 --- a/sysdeps/alpha/fpu/feholdexcpt.c +++ b/sysdeps/alpha/fpu/feholdexcpt.c @@ -1,7 +1,6 @@ /* Store current floating-point environment and clear exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997 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/sysdeps/alpha/fpu/fesetenv.c b/sysdeps/alpha/fpu/fesetenv.c index 2e5e760ca4f..237df04ae6d 100644 --- a/sysdeps/alpha/fpu/fesetenv.c +++ b/sysdeps/alpha/fpu/fesetenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997 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/sysdeps/alpha/fpu/fesetround.c b/sysdeps/alpha/fpu/fesetround.c index 36b5f3689c6..147f4c96fc0 100644 --- a/sysdeps/alpha/fpu/fesetround.c +++ b/sysdeps/alpha/fpu/fesetround.c @@ -1,7 +1,6 @@ /* Set current rounding direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997 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/sysdeps/alpha/fpu/feupdateenv.c b/sysdeps/alpha/fpu/feupdateenv.c index 8978a25cbb0..164916cccfd 100644 --- a/sysdeps/alpha/fpu/feupdateenv.c +++ b/sysdeps/alpha/fpu/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997. 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/sysdeps/alpha/fpu/fgetexcptflg.c b/sysdeps/alpha/fpu/fgetexcptflg.c index 1b65af1cc09..3fb00b88aab 100644 --- a/sysdeps/alpha/fpu/fgetexcptflg.c +++ b/sysdeps/alpha/fpu/fgetexcptflg.c @@ -1,7 +1,6 @@ /* Store current representation for exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997. 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/sysdeps/alpha/fpu/fpu_control.h b/sysdeps/alpha/fpu/fpu_control.h index 7b1a52920d5..6ed0a2a4576 100644 --- a/sysdeps/alpha/fpu/fpu_control.h +++ b/sysdeps/alpha/fpu/fpu_control.h @@ -1,7 +1,6 @@ /* FPU control word bits. Alpha-mapped-to-Intel version. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Olaf Flebbe. 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/sysdeps/alpha/fpu/fsetexcptflg.c b/sysdeps/alpha/fpu/fsetexcptflg.c index cbfb796cd82..75b4e865919 100644 --- a/sysdeps/alpha/fpu/fsetexcptflg.c +++ b/sysdeps/alpha/fpu/fsetexcptflg.c @@ -1,7 +1,6 @@ /* Set floating-point environment exception handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997. 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/sysdeps/alpha/fpu/ftestexcept.c b/sysdeps/alpha/fpu/ftestexcept.c index ac480e1757b..f78c643165b 100644 --- a/sysdeps/alpha/fpu/ftestexcept.c +++ b/sysdeps/alpha/fpu/ftestexcept.c @@ -1,7 +1,6 @@ /* Test exception in current environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997. 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/sysdeps/alpha/fpu/s_copysign.c b/sysdeps/alpha/fpu/s_copysign.c index 559a3338fd5..ef1771809d6 100644 --- a/sysdeps/alpha/fpu/s_copysign.c +++ b/sysdeps/alpha/fpu/s_copysign.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson. 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/sysdeps/alpha/fpu/s_copysignf.c b/sysdeps/alpha/fpu/s_copysignf.c index c28a5e404d4..070959f94dd 100644 --- a/sysdeps/alpha/fpu/s_copysignf.c +++ b/sysdeps/alpha/fpu/s_copysignf.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson. 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/sysdeps/alpha/fpu/s_fabs.c b/sysdeps/alpha/fpu/s_fabs.c index c56f9dd2b2c..e7bc26b2c65 100644 --- a/sysdeps/alpha/fpu/s_fabs.c +++ b/sysdeps/alpha/fpu/s_fabs.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson. 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/sysdeps/alpha/fpu/s_fabsf.c b/sysdeps/alpha/fpu/s_fabsf.c index a26c2ad03b7..94dd12ccd57 100644 --- a/sysdeps/alpha/fpu/s_fabsf.c +++ b/sysdeps/alpha/fpu/s_fabsf.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson. 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/sysdeps/alpha/fpu/s_rint.c b/sysdeps/alpha/fpu/s_rint.c index a88d162bcc9..864f062cf6d 100644 --- a/sysdeps/alpha/fpu/s_rint.c +++ b/sysdeps/alpha/fpu/s_rint.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson. 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/sysdeps/alpha/fpu/s_rintf.c b/sysdeps/alpha/fpu/s_rintf.c index 1ac948cf5ad..86cd574a840 100644 --- a/sysdeps/alpha/fpu/s_rintf.c +++ b/sysdeps/alpha/fpu/s_rintf.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson. 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/sysdeps/alpha/hp-timing.h b/sysdeps/alpha/hp-timing.h index 2ff65c23706..3da8463013d 100644 --- a/sysdeps/alpha/hp-timing.h +++ b/sysdeps/alpha/hp-timing.h @@ -1,7 +1,6 @@ /* High precision, low overhead timing functions. Alpha version. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 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/sysdeps/alpha/jmpbuf-unwind.h b/sysdeps/alpha/jmpbuf-unwind.h index 0c1eba04bfe..2e7a6cb3632 100644 --- a/sysdeps/alpha/jmpbuf-unwind.h +++ b/sysdeps/alpha/jmpbuf-unwind.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/alpha/ldiv.S b/sysdeps/alpha/ldiv.S index c90af5b2699..5159a3846d9 100644 --- a/sysdeps/alpha/ldiv.S +++ b/sysdeps/alpha/ldiv.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson . 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/sysdeps/alpha/memset.S b/sysdeps/alpha/memset.S index 65acc57f2c2..e64dfc1f8aa 100644 --- a/sysdeps/alpha/memset.S +++ b/sysdeps/alpha/memset.S @@ -1,5 +1,4 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson (rth@tamu.edu) This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/nptl/pthread_spin_lock.S b/sysdeps/alpha/nptl/pthread_spin_lock.S index 6ffd68d79da..7ce0530d6ed 100644 --- a/sysdeps/alpha/nptl/pthread_spin_lock.S +++ b/sysdeps/alpha/nptl/pthread_spin_lock.S @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 2003. 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/sysdeps/alpha/nptl/pthread_spin_trylock.S b/sysdeps/alpha/nptl/pthread_spin_trylock.S index 31ba50711cd..df72bc85e42 100644 --- a/sysdeps/alpha/nptl/pthread_spin_trylock.S +++ b/sysdeps/alpha/nptl/pthread_spin_trylock.S @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 2003. 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/sysdeps/alpha/ots_add.c b/sysdeps/alpha/ots_add.c index bc1d50b66ff..a0fb377527d 100644 --- a/sysdeps/alpha/ots_add.c +++ b/sysdeps/alpha/ots_add.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: addition. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ots_cmp.c b/sysdeps/alpha/ots_cmp.c index d224ef63f5a..13b294be98f 100644 --- a/sysdeps/alpha/ots_cmp.c +++ b/sysdeps/alpha/ots_cmp.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: comparison. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ots_cmpe.c b/sysdeps/alpha/ots_cmpe.c index 25fb48b611f..9066d89bda2 100644 --- a/sysdeps/alpha/ots_cmpe.c +++ b/sysdeps/alpha/ots_cmpe.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: comparison. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ots_cvtqux.c b/sysdeps/alpha/ots_cvtqux.c index 098aebe4e76..18bf35d6a24 100644 --- a/sysdeps/alpha/ots_cvtqux.c +++ b/sysdeps/alpha/ots_cvtqux.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: unsigned integer to float conversion. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ots_cvtqx.c b/sysdeps/alpha/ots_cvtqx.c index e26b89db894..30d3f8b57b8 100644 --- a/sysdeps/alpha/ots_cvtqx.c +++ b/sysdeps/alpha/ots_cvtqx.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: signed integer to float conversion. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ots_cvttx.c b/sysdeps/alpha/ots_cvttx.c index b900bca5f9b..64ea9eade77 100644 --- a/sysdeps/alpha/ots_cvttx.c +++ b/sysdeps/alpha/ots_cvttx.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: floating point extension. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ots_cvtxq.c b/sysdeps/alpha/ots_cvtxq.c index c8256a01391..6f32ce35315 100644 --- a/sysdeps/alpha/ots_cvtxq.c +++ b/sysdeps/alpha/ots_cvtxq.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: float to integer conversion. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ots_cvtxt.c b/sysdeps/alpha/ots_cvtxt.c index bf6093623e4..0de0f7a6031 100644 --- a/sysdeps/alpha/ots_cvtxt.c +++ b/sysdeps/alpha/ots_cvtxt.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: floating point truncation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ots_div.c b/sysdeps/alpha/ots_div.c index 94c8e2db91a..b30b541698c 100644 --- a/sysdeps/alpha/ots_div.c +++ b/sysdeps/alpha/ots_div.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: division. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ots_mul.c b/sysdeps/alpha/ots_mul.c index 48d0245784e..f3c31db9d0b 100644 --- a/sysdeps/alpha/ots_mul.c +++ b/sysdeps/alpha/ots_mul.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: multiplication. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ots_nintxq.c b/sysdeps/alpha/ots_nintxq.c index f11554bd5eb..8c4d8d08f3e 100644 --- a/sysdeps/alpha/ots_nintxq.c +++ b/sysdeps/alpha/ots_nintxq.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: convert to fortran nearest. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/ots_sub.c b/sysdeps/alpha/ots_sub.c index 937f79a0a68..7e395a82fa7 100644 --- a/sysdeps/alpha/ots_sub.c +++ b/sysdeps/alpha/ots_sub.c @@ -1,8 +1,6 @@ /* Software floating-point emulation: subtraction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/alpha/reml.S b/sysdeps/alpha/reml.S index d2dc42f8203..26735e3785f 100644 --- a/sysdeps/alpha/reml.S +++ b/sysdeps/alpha/reml.S @@ -1,5 +1,4 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/sfp-machine.h b/sysdeps/alpha/sfp-machine.h index b25c34f8dad..910d2932147 100644 --- a/sysdeps/alpha/sfp-machine.h +++ b/sysdeps/alpha/sfp-machine.h @@ -2,9 +2,6 @@ Alpha userland IEEE 128-bit version. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz) and - David S. Miller (davem@redhat.com). 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/sysdeps/alpha/start.S b/sysdeps/alpha/start.S index 65dcd4d3927..90ca82fa1de 100644 --- a/sysdeps/alpha/start.S +++ b/sysdeps/alpha/start.S @@ -1,7 +1,6 @@ /* Startup code for Alpha/ELF. Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson 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/sysdeps/alpha/stpcpy.S b/sysdeps/alpha/stpcpy.S index 537b0f31cee..30cbd5f5f3d 100644 --- a/sysdeps/alpha/stpcpy.S +++ b/sysdeps/alpha/stpcpy.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 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/sysdeps/alpha/stpncpy.S b/sysdeps/alpha/stpncpy.S index d8e2b604209..de17ed2c86c 100644 --- a/sysdeps/alpha/stpncpy.S +++ b/sysdeps/alpha/stpncpy.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@tamu.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/sysdeps/alpha/strcat.S b/sysdeps/alpha/strcat.S index 0dde37915c8..781dd3abdb6 100644 --- a/sysdeps/alpha/strcat.S +++ b/sysdeps/alpha/strcat.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 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/sysdeps/alpha/strchr.S b/sysdeps/alpha/strchr.S index dc2d9c16429..81652c900db 100644 --- a/sysdeps/alpha/strchr.S +++ b/sysdeps/alpha/strchr.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@tamu.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/sysdeps/alpha/strcmp.S b/sysdeps/alpha/strcmp.S index 40f827378da..ef25771cb2d 100644 --- a/sysdeps/alpha/strcmp.S +++ b/sysdeps/alpha/strcmp.S @@ -1,5 +1,4 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson (rth@tamu.edu) This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/strcpy.S b/sysdeps/alpha/strcpy.S index 20a09abc947..9c714feb799 100644 --- a/sysdeps/alpha/strcpy.S +++ b/sysdeps/alpha/strcpy.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 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/sysdeps/alpha/strlen.S b/sysdeps/alpha/strlen.S index 54235c46b39..dd1458cd752 100644 --- a/sysdeps/alpha/strlen.S +++ b/sysdeps/alpha/strlen.S @@ -1,5 +1,4 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. - Contributed by David Mosberger (davidm@cs.arizona.edu). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/strncat.S b/sysdeps/alpha/strncat.S index 7a6704bdfb7..400e9110d3f 100644 --- a/sysdeps/alpha/strncat.S +++ b/sysdeps/alpha/strncat.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 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/sysdeps/alpha/strncmp.S b/sysdeps/alpha/strncmp.S index 7aa15894106..be6d5787fb0 100644 --- a/sysdeps/alpha/strncmp.S +++ b/sysdeps/alpha/strncmp.S @@ -1,5 +1,4 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson (rth@tamu.edu) This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/strncpy.S b/sysdeps/alpha/strncpy.S index 3eeb902deb3..224253d7635 100644 --- a/sysdeps/alpha/strncpy.S +++ b/sysdeps/alpha/strncpy.S @@ -1,5 +1,4 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson (rth@tamu.edu) This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/stxcpy.S b/sysdeps/alpha/stxcpy.S index a68182b0664..b099e73055a 100644 --- a/sysdeps/alpha/stxcpy.S +++ b/sysdeps/alpha/stxcpy.S @@ -1,5 +1,4 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson (rth@tamu.edu) This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/alpha/stxncpy.S b/sysdeps/alpha/stxncpy.S index eec3400e0c5..027f460cdc5 100644 --- a/sysdeps/alpha/stxncpy.S +++ b/sysdeps/alpha/stxncpy.S @@ -1,5 +1,4 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. - Contributed by Richard Henderson (rth@tamu.edu) This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/arm/armv6t2/memchr.S b/sysdeps/arm/armv6t2/memchr.S index 4e105a0c446..7baf796da39 100644 --- a/sysdeps/arm/armv6t2/memchr.S +++ b/sysdeps/arm/armv6t2/memchr.S @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Code contributed by Dave Gilbert 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/sysdeps/arm/backtrace.c b/sysdeps/arm/backtrace.c index 193f2410baf..83078132210 100644 --- a/sysdeps/arm/backtrace.c +++ b/sysdeps/arm/backtrace.c @@ -1,7 +1,6 @@ /* Return backtrace of current program state. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kazu Hirata , 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/sysdeps/arm/fedisblxcpt.c b/sysdeps/arm/fedisblxcpt.c index 5025fa13b75..96abbd0cbdc 100644 --- a/sysdeps/arm/fedisblxcpt.c +++ b/sysdeps/arm/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell , 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/sysdeps/arm/feenablxcpt.c b/sysdeps/arm/feenablxcpt.c index 94b774797cc..b1f70ccaa02 100644 --- a/sysdeps/arm/feenablxcpt.c +++ b/sysdeps/arm/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell , 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/sysdeps/arm/fegetexcept.c b/sysdeps/arm/fegetexcept.c index b061609c346..2f617f53702 100644 --- a/sysdeps/arm/fegetexcept.c +++ b/sysdeps/arm/fegetexcept.c @@ -1,7 +1,6 @@ /* Get floating-point exceptions. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell , 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/sysdeps/arm/feupdateenv.c b/sysdeps/arm/feupdateenv.c index b742d9a279d..8126e9ef99b 100644 --- a/sysdeps/arm/feupdateenv.c +++ b/sysdeps/arm/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/arm/fgetexcptflg.c b/sysdeps/arm/fgetexcptflg.c index fe825434092..b4d3e871568 100644 --- a/sysdeps/arm/fgetexcptflg.c +++ b/sysdeps/arm/fgetexcptflg.c @@ -1,7 +1,6 @@ /* Store current representation for exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/arm/memcpy.S b/sysdeps/arm/memcpy.S index 04e3f773917..8a83418fe6c 100644 --- a/sysdeps/arm/memcpy.S +++ b/sysdeps/arm/memcpy.S @@ -1,7 +1,6 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by MontaVista Software, Inc. (written by Nicolas Pitre) 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/sysdeps/arm/memmove.S b/sysdeps/arm/memmove.S index b01164a7e8e..9ae2bfd0749 100644 --- a/sysdeps/arm/memmove.S +++ b/sysdeps/arm/memmove.S @@ -1,7 +1,6 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by MontaVista Software, Inc. (written by Nicolas Pitre) 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/sysdeps/arm/memset.S b/sysdeps/arm/memset.S index 02bc1221a1e..dc89ca7da58 100644 --- a/sysdeps/arm/memset.S +++ b/sysdeps/arm/memset.S @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell 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/sysdeps/arm/strlen.S b/sysdeps/arm/strlen.S index 2ac0a09c090..dbb63447390 100644 --- a/sysdeps/arm/strlen.S +++ b/sysdeps/arm/strlen.S @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Code contributed by Matthew Wilcox 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/sysdeps/arm/unwind.h b/sysdeps/arm/unwind.h index ffdea8047d5..8532317c8aa 100644 --- a/sysdeps/arm/unwind.h +++ b/sysdeps/arm/unwind.h @@ -1,6 +1,5 @@ /* Header file for the ARM EABI unwinder Copyright (C) 2003-2021 Free Software Foundation, Inc. - Contributed by Paul Brook This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/sysdeps/generic/atomic-machine.h b/sysdeps/generic/atomic-machine.h index 7026c54d4e2..e345bae4e73 100644 --- a/sysdeps/generic/atomic-machine.h +++ b/sysdeps/generic/atomic-machine.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/generic/dl-librecon.h b/sysdeps/generic/dl-librecon.h index 8d2ee12816a..6f20dbd1a6b 100644 --- a/sysdeps/generic/dl-librecon.h +++ b/sysdeps/generic/dl-librecon.h @@ -1,7 +1,6 @@ /* Optional code to distinguish library flavours. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/generic/dl-procinfo.h b/sysdeps/generic/dl-procinfo.h index ff9979e2a8a..c3342532bb5 100644 --- a/sysdeps/generic/dl-procinfo.h +++ b/sysdeps/generic/dl-procinfo.h @@ -1,7 +1,6 @@ /* Stub version of processor capability information handling macros. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/generic/dwarf2.h b/sysdeps/generic/dwarf2.h index 0d08da02b7f..4b8555525a6 100644 --- a/sysdeps/generic/dwarf2.h +++ b/sysdeps/generic/dwarf2.h @@ -1,8 +1,6 @@ /* Declarations and definitions of codes relating to the DWARF2 symbolic debugging information format. Copyright (C) 1992-2021 Free Software Foundation, Inc. - Contributed by Gary Funck (gary@intrepid.com). Derived from the - DWARF 1 implementation written by Ron Guilmette (rfg@monkeys.com). This file is part of the GNU C Library. diff --git a/sysdeps/generic/framestate.c b/sysdeps/generic/framestate.c index 54c4817f377..a8f5e3b41f9 100644 --- a/sysdeps/generic/framestate.c +++ b/sysdeps/generic/framestate.c @@ -1,7 +1,6 @@ /* __frame_state_for unwinder helper function wrapper. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/generic/hp-timing-common.h b/sysdeps/generic/hp-timing-common.h index d59a27d49ca..9d32d455630 100644 --- a/sysdeps/generic/hp-timing-common.h +++ b/sysdeps/generic/hp-timing-common.h @@ -1,7 +1,6 @@ /* High precision, low overhead timing functions. Generic version. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/generic/hp-timing.h b/sysdeps/generic/hp-timing.h index 8e8d0c10f34..27644ac5c92 100644 --- a/sysdeps/generic/hp-timing.h +++ b/sysdeps/generic/hp-timing.h @@ -1,7 +1,6 @@ /* High precision, low overhead timing functions. Generic version. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/generic/ifreq.h b/sysdeps/generic/ifreq.h index 6d2b2e0ac8a..547314a13ca 100644 --- a/sysdeps/generic/ifreq.h +++ b/sysdeps/generic/ifreq.h @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger . 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/sysdeps/generic/ldconfig.h b/sysdeps/generic/ldconfig.h index 3ab757077d1..371d97eca20 100644 --- a/sysdeps/generic/ldconfig.h +++ b/sysdeps/generic/ldconfig.h @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. 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/sysdeps/generic/memcopy.h b/sysdeps/generic/memcopy.h index 9be77fa7c51..1b0577ff2b7 100644 --- a/sysdeps/generic/memcopy.h +++ b/sysdeps/generic/memcopy.h @@ -1,7 +1,6 @@ /* memcopy.h -- definitions for memory copy functions. Generic C version. 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/sysdeps/generic/not-cancel.h b/sysdeps/generic/not-cancel.h index 8a3772a1fe6..8dad20c7afe 100644 --- a/sysdeps/generic/not-cancel.h +++ b/sysdeps/generic/not-cancel.h @@ -1,7 +1,6 @@ /* Uncancelable versions of cancelable interfaces. Generic version. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/generic/register-dump.h b/sysdeps/generic/register-dump.h index c03eb2ef9da..4554fb1ecdc 100644 --- a/sysdeps/generic/register-dump.h +++ b/sysdeps/generic/register-dump.h @@ -1,7 +1,6 @@ /* Dump registers. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/generic/sigcontextinfo.h b/sysdeps/generic/sigcontextinfo.h index 0da7e26f720..eca7ba68eb1 100644 --- a/sysdeps/generic/sigcontextinfo.h +++ b/sysdeps/generic/sigcontextinfo.h @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/generic/sigset-cvt-mask.h b/sysdeps/generic/sigset-cvt-mask.h index 3dfdfe8f717..9a0dc2a9985 100644 --- a/sysdeps/generic/sigset-cvt-mask.h +++ b/sysdeps/generic/sigset-cvt-mask.h @@ -2,7 +2,6 @@ Generic version. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Joe Keane . 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/sysdeps/generic/unwind-dw2-fde-glibc.c b/sysdeps/generic/unwind-dw2-fde-glibc.c index 0400f3c7316..7a01a09ff06 100644 --- a/sysdeps/generic/unwind-dw2-fde-glibc.c +++ b/sysdeps/generic/unwind-dw2-fde-glibc.c @@ -1,5 +1,4 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Jakub Jelinek . This file is part of the GNU C Library. diff --git a/sysdeps/generic/unwind-dw2-fde.c b/sysdeps/generic/unwind-dw2-fde.c index 8724b7b337d..5354359d053 100644 --- a/sysdeps/generic/unwind-dw2-fde.c +++ b/sysdeps/generic/unwind-dw2-fde.c @@ -1,6 +1,5 @@ /* Subroutines needed for unwinding stack frames for exception handling. */ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. - Contributed by Jason Merrill . This file is part of the GNU C Library. diff --git a/sysdeps/generic/unwind-dw2-fde.h b/sysdeps/generic/unwind-dw2-fde.h index d6190762ea4..837df3c97ed 100644 --- a/sysdeps/generic/unwind-dw2-fde.h +++ b/sysdeps/generic/unwind-dw2-fde.h @@ -1,6 +1,5 @@ /* Subroutines needed for unwinding stack frames for exception handling. */ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. - Contributed by Jason Merrill . This file is part of the GNU C Library. diff --git a/sysdeps/generic/unwind-resume.c b/sysdeps/generic/unwind-resume.c index 66dbb67e819..9f57f793af7 100644 --- a/sysdeps/generic/unwind-resume.c +++ b/sysdeps/generic/unwind-resume.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/generic/utmp-equal.h b/sysdeps/generic/utmp-equal.h index b1c4f008b94..857f1442da3 100644 --- a/sysdeps/generic/utmp-equal.h +++ b/sysdeps/generic/utmp-equal.h @@ -1,8 +1,6 @@ /* Helper function for utmp functions to see if two entries are equal. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - and Paul Janzen , 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/sysdeps/gnu/sys/mtio.h b/sysdeps/gnu/sys/mtio.h index fb17e873fda..6a56479efa1 100644 --- a/sysdeps/gnu/sys/mtio.h +++ b/sysdeps/gnu/sys/mtio.h @@ -16,7 +16,6 @@ License along with the GNU C Library; if not, see . */ -/* Written by H. Bergman . */ #ifndef _SYS_MTIO_H #define _SYS_MTIO_H 1 diff --git a/sysdeps/gnu/updwtmp.c b/sysdeps/gnu/updwtmp.c index a1cb93d75d8..c49011c97bb 100644 --- a/sysdeps/gnu/updwtmp.c +++ b/sysdeps/gnu/updwtmp.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/sysdeps/gnu/utmp_file.c b/sysdeps/gnu/utmp_file.c index 696fb38fa82..a3c42b54627 100644 --- a/sysdeps/gnu/utmp_file.c +++ b/sysdeps/gnu/utmp_file.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile index dfd296c45b0..d8971ddd026 100644 --- a/sysdeps/hppa/Makefile +++ b/sysdeps/hppa/Makefile @@ -1,6 +1,5 @@ # Copyright (C) 2000-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by David Huggins-Daines (dhd@debian.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/sysdeps/hppa/dl-machine.h b/sysdeps/hppa/dl-machine.h index f048fd20728..ded9c193d62 100644 --- a/sysdeps/hppa/dl-machine.h +++ b/sysdeps/hppa/dl-machine.h @@ -1,6 +1,5 @@ /* Machine-dependent ELF dynamic relocation inline functions. PA-RISC version. Copyright (C) 1995-2021 Free Software Foundation, Inc. - Contributed by David Huggins-Daines This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/hppa/fpu/bits/fenv.h b/sysdeps/hppa/fpu/bits/fenv.h index 17df5bc1099..f521e08da03 100644 --- a/sysdeps/hppa/fpu/bits/fenv.h +++ b/sysdeps/hppa/fpu/bits/fenv.h @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines 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/sysdeps/hppa/fpu/fclrexcpt.c b/sysdeps/hppa/fpu/fclrexcpt.c index b1b3cb46952..619981607c7 100644 --- a/sysdeps/hppa/fpu/fclrexcpt.c +++ b/sysdeps/hppa/fpu/fclrexcpt.c @@ -1,7 +1,6 @@ /* Clear given exceptions in current floating-point environment. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/fpu/fedisblxcpt.c b/sysdeps/hppa/fpu/fedisblxcpt.c index f1542c45cb5..6efb211ca9e 100644 --- a/sysdeps/hppa/fpu/fedisblxcpt.c +++ b/sysdeps/hppa/fpu/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/fpu/feenablxcpt.c b/sysdeps/hppa/fpu/feenablxcpt.c index fafbb36efd7..45344cd0cc8 100644 --- a/sysdeps/hppa/fpu/feenablxcpt.c +++ b/sysdeps/hppa/fpu/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/fpu/fegetenv.c b/sysdeps/hppa/fpu/fegetenv.c index 47facf90a2e..219746b3ea2 100644 --- a/sysdeps/hppa/fpu/fegetenv.c +++ b/sysdeps/hppa/fpu/fegetenv.c @@ -1,7 +1,6 @@ /* Store current floating-point environment. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/fpu/fegetexcept.c b/sysdeps/hppa/fpu/fegetexcept.c index bb2a0f05884..a1779bd2b41 100644 --- a/sysdeps/hppa/fpu/fegetexcept.c +++ b/sysdeps/hppa/fpu/fegetexcept.c @@ -1,7 +1,6 @@ /* Get enabled floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/fpu/fegetround.c b/sysdeps/hppa/fpu/fegetround.c index d3e025ba460..0976dd916ac 100644 --- a/sysdeps/hppa/fpu/fegetround.c +++ b/sysdeps/hppa/fpu/fegetround.c @@ -1,7 +1,6 @@ /* Return current rounding direction. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/fpu/feholdexcpt.c b/sysdeps/hppa/fpu/feholdexcpt.c index 2ea7d4bd7e3..a1c6592a977 100644 --- a/sysdeps/hppa/fpu/feholdexcpt.c +++ b/sysdeps/hppa/fpu/feholdexcpt.c @@ -1,7 +1,6 @@ /* Store current floating-point environment and clear exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/fpu/fesetenv.c b/sysdeps/hppa/fpu/fesetenv.c index 85c0f99c39e..08de113eef9 100644 --- a/sysdeps/hppa/fpu/fesetenv.c +++ b/sysdeps/hppa/fpu/fesetenv.c @@ -1,9 +1,6 @@ /* Install given floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 2000 - Based on the m68k version by - Andreas Schwab 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/sysdeps/hppa/fpu/fesetround.c b/sysdeps/hppa/fpu/fesetround.c index 7e8172e688f..921b8b78df8 100644 --- a/sysdeps/hppa/fpu/fesetround.c +++ b/sysdeps/hppa/fpu/fesetround.c @@ -1,7 +1,6 @@ /* Set current rounding direction. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/fpu/feupdateenv.c b/sysdeps/hppa/fpu/feupdateenv.c index f6ea4339af5..13dc0d8592c 100644 --- a/sysdeps/hppa/fpu/feupdateenv.c +++ b/sysdeps/hppa/fpu/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/fpu/fgetexcptflg.c b/sysdeps/hppa/fpu/fgetexcptflg.c index 0d704b5ec8b..4224b0f1054 100644 --- a/sysdeps/hppa/fpu/fgetexcptflg.c +++ b/sysdeps/hppa/fpu/fgetexcptflg.c @@ -1,7 +1,6 @@ /* Store current representation for exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/fpu/fraiseexcpt.c b/sysdeps/hppa/fpu/fraiseexcpt.c index 44295d713d3..bc891ce9e68 100644 --- a/sysdeps/hppa/fpu/fraiseexcpt.c +++ b/sysdeps/hppa/fpu/fraiseexcpt.c @@ -1,7 +1,6 @@ /* Raise given exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines 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/sysdeps/hppa/fpu/fsetexcptflg.c b/sysdeps/hppa/fpu/fsetexcptflg.c index 59caf97b71c..d3947e6dd18 100644 --- a/sysdeps/hppa/fpu/fsetexcptflg.c +++ b/sysdeps/hppa/fpu/fsetexcptflg.c @@ -1,7 +1,6 @@ /* Set floating-point environment exception handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/fpu/ftestexcept.c b/sysdeps/hppa/fpu/ftestexcept.c index 5149e979d9b..ecc82bfc68b 100644 --- a/sysdeps/hppa/fpu/ftestexcept.c +++ b/sysdeps/hppa/fpu/ftestexcept.c @@ -1,7 +1,6 @@ /* Test exception in current environment. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 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/sysdeps/hppa/hppa1.1/s_signbit.c b/sysdeps/hppa/hppa1.1/s_signbit.c index 293de111760..0601e25cb08 100644 --- a/sysdeps/hppa/hppa1.1/s_signbit.c +++ b/sysdeps/hppa/hppa1.1/s_signbit.c @@ -1,7 +1,6 @@ /* Return nonzero value if number is negative. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/hppa/libgcc-compat.c b/sysdeps/hppa/libgcc-compat.c index a077cd3ffdd..4677f80c8f7 100644 --- a/sysdeps/hppa/libgcc-compat.c +++ b/sysdeps/hppa/libgcc-compat.c @@ -1,7 +1,6 @@ /* pre-.hidden libgcc compatibility Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Randolph Chung 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/sysdeps/hppa/sysdep.h b/sysdeps/hppa/sysdep.h index e3d3cf40ce2..2894e4b5ed3 100644 --- a/sysdeps/hppa/sysdep.h +++ b/sysdeps/hppa/sysdep.h @@ -1,7 +1,6 @@ /* Assembler macros for HP/PA. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, , August 1999. 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/sysdeps/htl/raise.c b/sysdeps/htl/raise.c index 6594d0870fd..5a0f37d3b8d 100644 --- a/sysdeps/htl/raise.c +++ b/sysdeps/htl/raise.c @@ -1,6 +1,5 @@ /* raise.c - Generic raise implementation. Copyright (C) 2008-2021 Free Software Foundation, Inc. - Written by Neal H. Walfield . This file is part of the GNU Hurd. diff --git a/sysdeps/htl/timer_routines.c b/sysdeps/htl/timer_routines.c index 059ebef265a..96e845cc66c 100644 --- a/sysdeps/htl/timer_routines.c +++ b/sysdeps/htl/timer_routines.c @@ -1,7 +1,6 @@ /* Helper code for POSIX timer implementation on NPTL. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kaz Kylheku . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/i386/backtrace.c b/sysdeps/i386/backtrace.c index 4631f68fdc2..66842a64f1c 100644 --- a/sysdeps/i386/backtrace.c +++ b/sysdeps/i386/backtrace.c @@ -1,7 +1,6 @@ /* Return backtrace of current program state. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/i386/dl-procinfo.c b/sysdeps/i386/dl-procinfo.c index 244026720fc..6c6a2360cc4 100644 --- a/sysdeps/i386/dl-procinfo.c +++ b/sysdeps/i386/dl-procinfo.c @@ -1,7 +1,6 @@ /* Data for i386 version of processor capability information. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/ffs.c b/sysdeps/i386/ffs.c index aed64aa1f86..80920cb9889 100644 --- a/sysdeps/i386/ffs.c +++ b/sysdeps/i386/ffs.c @@ -2,7 +2,6 @@ For Intel 80x86, x>=3. This file is part of the GNU C Library. Copyright (C) 1991-2021 Free Software Foundation, Inc. - 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/sysdeps/i386/fpu/e_acos.S b/sysdeps/i386/fpu/e_acos.S index 9d9825da736..db0dbab06ce 100644 --- a/sysdeps/i386/fpu/e_acos.S +++ b/sysdeps/i386/fpu/e_acos.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_acosf.S b/sysdeps/i386/fpu/e_acosf.S index cf2b75daf1e..435dcd9f671 100644 --- a/sysdeps/i386/fpu/e_acosf.S +++ b/sysdeps/i386/fpu/e_acosf.S @@ -1,7 +1,5 @@ /* - * Written by J.T. Conklin . * Public domain. - * Adapted for float type by Ulrich Drepper . */ #include diff --git a/sysdeps/i386/fpu/e_acosh.S b/sysdeps/i386/fpu/e_acosh.S index fc63e3db8a1..96347a86dfd 100644 --- a/sysdeps/i386/fpu/e_acosh.S +++ b/sysdeps/i386/fpu/e_acosh.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of arcsinh. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/fpu/e_acoshf.S b/sysdeps/i386/fpu/e_acoshf.S index d39d280f28a..dfec57c854a 100644 --- a/sysdeps/i386/fpu/e_acoshf.S +++ b/sysdeps/i386/fpu/e_acoshf.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of arcsinh. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/fpu/e_acoshl.S b/sysdeps/i386/fpu/e_acoshl.S index 440776cc4eb..2894f38272e 100644 --- a/sysdeps/i386/fpu/e_acoshl.S +++ b/sysdeps/i386/fpu/e_acoshl.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of arcsinh. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/fpu/e_acosl.c b/sysdeps/i386/fpu/e_acosl.c index b99088ac043..5e81b291538 100644 --- a/sysdeps/i386/fpu/e_acosl.c +++ b/sysdeps/i386/fpu/e_acosl.c @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . */ #include diff --git a/sysdeps/i386/fpu/e_asin.S b/sysdeps/i386/fpu/e_asin.S index 74028c7c9a6..3be8fc5316c 100644 --- a/sysdeps/i386/fpu/e_asin.S +++ b/sysdeps/i386/fpu/e_asin.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_asinf.S b/sysdeps/i386/fpu/e_asinf.S index 7e378433d58..774feab607b 100644 --- a/sysdeps/i386/fpu/e_asinf.S +++ b/sysdeps/i386/fpu/e_asinf.S @@ -1,7 +1,5 @@ /* - * Written by J.T. Conklin . * Public domain. - * Adapted for float type by Ulrich Drepper . */ #include diff --git a/sysdeps/i386/fpu/e_atan2.S b/sysdeps/i386/fpu/e_atan2.S index d6b550f4a19..e6e8dc290ca 100644 --- a/sysdeps/i386/fpu/e_atan2.S +++ b/sysdeps/i386/fpu/e_atan2.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_atan2f.S b/sysdeps/i386/fpu/e_atan2f.S index d237fee0774..606d4a6f2d2 100644 --- a/sysdeps/i386/fpu/e_atan2f.S +++ b/sysdeps/i386/fpu/e_atan2f.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_atan2l.c b/sysdeps/i386/fpu/e_atan2l.c index 531f9b2b696..94d87a221cc 100644 --- a/sysdeps/i386/fpu/e_atan2l.c +++ b/sysdeps/i386/fpu/e_atan2l.c @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . */ #include diff --git a/sysdeps/i386/fpu/e_atanh.S b/sysdeps/i386/fpu/e_atanh.S index e66e6d5d1d1..21add9e391d 100644 --- a/sysdeps/i386/fpu/e_atanh.S +++ b/sysdeps/i386/fpu/e_atanh.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of arctanh function. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/fpu/e_atanhf.S b/sysdeps/i386/fpu/e_atanhf.S index 0a5ac9d4723..2953d7f12ad 100644 --- a/sysdeps/i386/fpu/e_atanhf.S +++ b/sysdeps/i386/fpu/e_atanhf.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of arctanh function. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/fpu/e_atanhl.S b/sysdeps/i386/fpu/e_atanhl.S index d5976dc063b..37ab0dde7c2 100644 --- a/sysdeps/i386/fpu/e_atanhl.S +++ b/sysdeps/i386/fpu/e_atanhl.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of arctanh function. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/fpu/e_exp.S b/sysdeps/i386/fpu/e_exp.S index b9fd62f1ced..06c79c15aae 100644 --- a/sysdeps/i386/fpu/e_exp.S +++ b/sysdeps/i386/fpu/e_exp.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_exp10.S b/sysdeps/i386/fpu/e_exp10.S index 2758a731842..902f70b77f5 100644 --- a/sysdeps/i386/fpu/e_exp10.S +++ b/sysdeps/i386/fpu/e_exp10.S @@ -1,6 +1,3 @@ -/* - * Written by Ulrich Drepper . - */ #include #include diff --git a/sysdeps/i386/fpu/e_exp2.S b/sysdeps/i386/fpu/e_exp2.S index 0939f7d0714..5fea68a5dfd 100644 --- a/sysdeps/i386/fpu/e_exp2.S +++ b/sysdeps/i386/fpu/e_exp2.S @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Adapted for exp2 by Ulrich Drepper . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_exp2l.S b/sysdeps/i386/fpu/e_exp2l.S index 6cf28a793bf..d81048a816b 100644 --- a/sysdeps/i386/fpu/e_exp2l.S +++ b/sysdeps/i386/fpu/e_exp2l.S @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Adapted for exp2 by Ulrich Drepper . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_expl.S b/sysdeps/i386/fpu/e_expl.S index a7c459e2c0e..52bec213d1c 100644 --- a/sysdeps/i386/fpu/e_expl.S +++ b/sysdeps/i386/fpu/e_expl.S @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . */ /* diff --git a/sysdeps/i386/fpu/e_fmod.S b/sysdeps/i386/fpu/e_fmod.S index 93f20e5c4da..86ac1bcfafa 100644 --- a/sysdeps/i386/fpu/e_fmod.S +++ b/sysdeps/i386/fpu/e_fmod.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_fmodf.S b/sysdeps/i386/fpu/e_fmodf.S index 8adc8d5c03a..f73ce9da1ef 100644 --- a/sysdeps/i386/fpu/e_fmodf.S +++ b/sysdeps/i386/fpu/e_fmodf.S @@ -1,7 +1,5 @@ /* - * Written by J.T. Conklin . * Public domain. - * Adapted for float type by Ulrich Drepper . */ #include diff --git a/sysdeps/i386/fpu/e_fmodl.c b/sysdeps/i386/fpu/e_fmodl.c index 44765398b7f..a5761c8b64f 100644 --- a/sysdeps/i386/fpu/e_fmodl.c +++ b/sysdeps/i386/fpu/e_fmodl.c @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . */ #include diff --git a/sysdeps/i386/fpu/e_hypot.S b/sysdeps/i386/fpu/e_hypot.S index 37afd488d29..f2c956b77a9 100644 --- a/sysdeps/i386/fpu/e_hypot.S +++ b/sysdeps/i386/fpu/e_hypot.S @@ -1,7 +1,6 @@ /* Compute the hypothenuse of X and Y. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/i386/fpu/e_hypotf.S b/sysdeps/i386/fpu/e_hypotf.S index 4d835516b0b..cec5d154037 100644 --- a/sysdeps/i386/fpu/e_hypotf.S +++ b/sysdeps/i386/fpu/e_hypotf.S @@ -1,7 +1,6 @@ /* Compute the hypothenuse of X and Y. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/i386/fpu/e_ilogb.S b/sysdeps/i386/fpu/e_ilogb.S index 29ef2214e64..f4b792c27ce 100644 --- a/sysdeps/i386/fpu/e_ilogb.S +++ b/sysdeps/i386/fpu/e_ilogb.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_ilogbf.S b/sysdeps/i386/fpu/e_ilogbf.S index d72de6c84aa..37298b93311 100644 --- a/sysdeps/i386/fpu/e_ilogbf.S +++ b/sysdeps/i386/fpu/e_ilogbf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_ilogbl.S b/sysdeps/i386/fpu/e_ilogbl.S index 60761dfa38b..d9f030d31ec 100644 --- a/sysdeps/i386/fpu/e_ilogbl.S +++ b/sysdeps/i386/fpu/e_ilogbl.S @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper * Public domain. */ diff --git a/sysdeps/i386/fpu/e_log.S b/sysdeps/i386/fpu/e_log.S index 9d2195ecd4d..0d5752454d1 100644 --- a/sysdeps/i386/fpu/e_log.S +++ b/sysdeps/i386/fpu/e_log.S @@ -1,8 +1,5 @@ /* - * Written by J.T. Conklin . * Public domain. - * - * Changed to use fyl2xp1 for values near 1, . */ #include diff --git a/sysdeps/i386/fpu/e_log10.S b/sysdeps/i386/fpu/e_log10.S index ead30d89920..8a0321f2b90 100644 --- a/sysdeps/i386/fpu/e_log10.S +++ b/sysdeps/i386/fpu/e_log10.S @@ -1,8 +1,5 @@ /* - * Written by J.T. Conklin . * Public domain. - * - * Changed to use fyl2xp1 for values near 1, . */ #include diff --git a/sysdeps/i386/fpu/e_log10f.S b/sysdeps/i386/fpu/e_log10f.S index 54bc82d57ff..47f82e19936 100644 --- a/sysdeps/i386/fpu/e_log10f.S +++ b/sysdeps/i386/fpu/e_log10f.S @@ -1,9 +1,5 @@ /* - * Written by J.T. Conklin . * Public domain. - * Adapted for float type by Ulrich Drepper . - * - * Changed to use fyl2xp1 for values near 1, . */ #include diff --git a/sysdeps/i386/fpu/e_log10l.S b/sysdeps/i386/fpu/e_log10l.S index cd57a5d75fb..1d2a7dc20b1 100644 --- a/sysdeps/i386/fpu/e_log10l.S +++ b/sysdeps/i386/fpu/e_log10l.S @@ -1,10 +1,5 @@ /* - * Written by J.T. Conklin . * Public domain. - * - * Adapted for `long double' by Ulrich Drepper . - * - * Changed to use fyl2xp1 for values near 1, . */ #include diff --git a/sysdeps/i386/fpu/e_log2.S b/sysdeps/i386/fpu/e_log2.S index 57725cdb60b..940b944fc04 100644 --- a/sysdeps/i386/fpu/e_log2.S +++ b/sysdeps/i386/fpu/e_log2.S @@ -1,9 +1,5 @@ /* - * Written by J.T. Conklin . - * Adapted for use as log2 by Ulrich Drepper . * Public domain. - * - * Changed to use fyl2xp1 for values near 1, . */ #include diff --git a/sysdeps/i386/fpu/e_log2l.S b/sysdeps/i386/fpu/e_log2l.S index 82decffe8a2..686daf0e65d 100644 --- a/sysdeps/i386/fpu/e_log2l.S +++ b/sysdeps/i386/fpu/e_log2l.S @@ -1,9 +1,5 @@ /* - * Written by J.T. Conklin . - * Adapted for use as log2 by Ulrich Drepper . * Public domain. - * - * Changed to use fyl2xp1 for values near 1, . */ #include diff --git a/sysdeps/i386/fpu/e_logl.S b/sysdeps/i386/fpu/e_logl.S index 3e019cc911b..a9682604504 100644 --- a/sysdeps/i386/fpu/e_logl.S +++ b/sysdeps/i386/fpu/e_logl.S @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . */ #include diff --git a/sysdeps/i386/fpu/e_pow.S b/sysdeps/i386/fpu/e_pow.S index 161b952e81e..1ea6f09c15e 100644 --- a/sysdeps/i386/fpu/e_pow.S +++ b/sysdeps/i386/fpu/e_pow.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of pow function. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/fpu/e_powl.S b/sysdeps/i386/fpu/e_powl.S index 196199be2c7..2826ba49803 100644 --- a/sysdeps/i386/fpu/e_powl.S +++ b/sysdeps/i386/fpu/e_powl.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of pow function. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/fpu/e_remainder.S b/sysdeps/i386/fpu/e_remainder.S index 5b71e9198de..5c10a4673ea 100644 --- a/sysdeps/i386/fpu/e_remainder.S +++ b/sysdeps/i386/fpu/e_remainder.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_remainderf.S b/sysdeps/i386/fpu/e_remainderf.S index 2257db35803..475b7e2353a 100644 --- a/sysdeps/i386/fpu/e_remainderf.S +++ b/sysdeps/i386/fpu/e_remainderf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_remainderl.S b/sysdeps/i386/fpu/e_remainderl.S index 551660c1e97..ee3fdb8d7fe 100644 --- a/sysdeps/i386/fpu/e_remainderl.S +++ b/sysdeps/i386/fpu/e_remainderl.S @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . */ #include diff --git a/sysdeps/i386/fpu/e_scalb.S b/sysdeps/i386/fpu/e_scalb.S index 5a2f566cdf8..73685baa975 100644 --- a/sysdeps/i386/fpu/e_scalb.S +++ b/sysdeps/i386/fpu/e_scalb.S @@ -1,8 +1,5 @@ /* - * Written by J.T. Conklin . * Public domain. - * - * Correct handling of y==-inf */ #include diff --git a/sysdeps/i386/fpu/e_scalbf.S b/sysdeps/i386/fpu/e_scalbf.S index ef7bd9748e3..b23e4a0e09d 100644 --- a/sysdeps/i386/fpu/e_scalbf.S +++ b/sysdeps/i386/fpu/e_scalbf.S @@ -1,9 +1,5 @@ /* - * Written by J.T. Conklin . * Public domain. - * Adapted for float type by Ulrich Drepper . - * - * Correct handling of y==-inf */ #include diff --git a/sysdeps/i386/fpu/e_scalbl.S b/sysdeps/i386/fpu/e_scalbl.S index 790f07a9071..29457e6dff2 100644 --- a/sysdeps/i386/fpu/e_scalbl.S +++ b/sysdeps/i386/fpu/e_scalbl.S @@ -1,10 +1,5 @@ /* - * Written by J.T. Conklin . * Public domain. - * - * Adapted for `long double' by Ulrich Drepper . - * - * Correct handling of y==-inf */ #include diff --git a/sysdeps/i386/fpu/e_sqrt.S b/sysdeps/i386/fpu/e_sqrt.S index 191122b6766..e9bb241d826 100644 --- a/sysdeps/i386/fpu/e_sqrt.S +++ b/sysdeps/i386/fpu/e_sqrt.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/e_sqrtf.S b/sysdeps/i386/fpu/e_sqrtf.S index 9f34be71a81..bf609b7bea6 100644 --- a/sysdeps/i386/fpu/e_sqrtf.S +++ b/sysdeps/i386/fpu/e_sqrtf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/fclrexcpt.c b/sysdeps/i386/fpu/fclrexcpt.c index 77719a95119..652ebf1c83f 100644 --- a/sysdeps/i386/fpu/fclrexcpt.c +++ b/sysdeps/i386/fpu/fclrexcpt.c @@ -1,7 +1,6 @@ /* Clear given exceptions in current floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/fedisblxcpt.c b/sysdeps/i386/fpu/fedisblxcpt.c index b748e632688..c9c33a2b1b7 100644 --- a/sysdeps/i386/fpu/fedisblxcpt.c +++ b/sysdeps/i386/fpu/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. 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/sysdeps/i386/fpu/feenablxcpt.c b/sysdeps/i386/fpu/feenablxcpt.c index 2d4859878b9..b0419ed93e0 100644 --- a/sysdeps/i386/fpu/feenablxcpt.c +++ b/sysdeps/i386/fpu/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. 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/sysdeps/i386/fpu/fegetenv.c b/sysdeps/i386/fpu/fegetenv.c index 6d3b8b7d160..8118ee9520b 100644 --- a/sysdeps/i386/fpu/fegetenv.c +++ b/sysdeps/i386/fpu/fegetenv.c @@ -1,7 +1,6 @@ /* Store current floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/fegetexcept.c b/sysdeps/i386/fpu/fegetexcept.c index edb2a8860c3..97bb33c18ae 100644 --- a/sysdeps/i386/fpu/fegetexcept.c +++ b/sysdeps/i386/fpu/fegetexcept.c @@ -1,7 +1,6 @@ /* Get enabled floating-point exceptions. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999. 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/sysdeps/i386/fpu/fegetround.c b/sysdeps/i386/fpu/fegetround.c index 87b394dfd3c..c9e7ca93e1b 100644 --- a/sysdeps/i386/fpu/fegetround.c +++ b/sysdeps/i386/fpu/fegetround.c @@ -1,7 +1,6 @@ /* Return current rounding direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/feholdexcpt.c b/sysdeps/i386/fpu/feholdexcpt.c index cd60691139c..20e0fc3e6d8 100644 --- a/sysdeps/i386/fpu/feholdexcpt.c +++ b/sysdeps/i386/fpu/feholdexcpt.c @@ -1,7 +1,6 @@ /* Store current floating-point environment and clear exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/fesetenv.c b/sysdeps/i386/fpu/fesetenv.c index dd2963a0a83..b97cef11cff 100644 --- a/sysdeps/i386/fpu/fesetenv.c +++ b/sysdeps/i386/fpu/fesetenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/fesetround.c b/sysdeps/i386/fpu/fesetround.c index ab84e99e879..30674540369 100644 --- a/sysdeps/i386/fpu/fesetround.c +++ b/sysdeps/i386/fpu/fesetround.c @@ -1,7 +1,6 @@ /* Set current rounding direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/feupdateenv.c b/sysdeps/i386/fpu/feupdateenv.c index fd6c796ba44..635a4a3ff51 100644 --- a/sysdeps/i386/fpu/feupdateenv.c +++ b/sysdeps/i386/fpu/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/fgetexcptflg.c b/sysdeps/i386/fpu/fgetexcptflg.c index 726b6862dae..1c6a2b387bb 100644 --- a/sysdeps/i386/fpu/fgetexcptflg.c +++ b/sysdeps/i386/fpu/fgetexcptflg.c @@ -1,7 +1,6 @@ /* Store current representation for exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/fraiseexcpt.c b/sysdeps/i386/fpu/fraiseexcpt.c index cc383db2e45..31f6ab2b33b 100644 --- a/sysdeps/i386/fpu/fraiseexcpt.c +++ b/sysdeps/i386/fpu/fraiseexcpt.c @@ -1,7 +1,6 @@ /* Raise given exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/fsetexcptflg.c b/sysdeps/i386/fpu/fsetexcptflg.c index 3eb6d7ee340..f59ed4498f4 100644 --- a/sysdeps/i386/fpu/fsetexcptflg.c +++ b/sysdeps/i386/fpu/fsetexcptflg.c @@ -1,7 +1,6 @@ /* Set floating-point environment exception handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/ftestexcept.c b/sysdeps/i386/fpu/ftestexcept.c index 5c3b7601d4c..23c6e5352f7 100644 --- a/sysdeps/i386/fpu/ftestexcept.c +++ b/sysdeps/i386/fpu/ftestexcept.c @@ -1,7 +1,6 @@ /* Test exception in current environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_asinh.S b/sysdeps/i386/fpu/s_asinh.S index da6aa7b874f..7582c2d8bcc 100644 --- a/sysdeps/i386/fpu/s_asinh.S +++ b/sysdeps/i386/fpu/s_asinh.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of arcsinh. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/fpu/s_asinhf.S b/sysdeps/i386/fpu/s_asinhf.S index 478e1b60af3..53c896b63ab 100644 --- a/sysdeps/i386/fpu/s_asinhf.S +++ b/sysdeps/i386/fpu/s_asinhf.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of arcsinh. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/fpu/s_asinhl.S b/sysdeps/i386/fpu/s_asinhl.S index c1eb9c07f7c..c5447515c14 100644 --- a/sysdeps/i386/fpu/s_asinhl.S +++ b/sysdeps/i386/fpu/s_asinhl.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of arcsinh. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/i386/fpu/s_atan.S b/sysdeps/i386/fpu/s_atan.S index 0102281be93..3830e6dcc27 100644 --- a/sysdeps/i386/fpu/s_atan.S +++ b/sysdeps/i386/fpu/s_atan.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_atanf.S b/sysdeps/i386/fpu/s_atanf.S index 15ecd345d9b..4a8f5e36002 100644 --- a/sysdeps/i386/fpu/s_atanf.S +++ b/sysdeps/i386/fpu/s_atanf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_atanl.c b/sysdeps/i386/fpu/s_atanl.c index e876083b356..91b34498a4c 100644 --- a/sysdeps/i386/fpu/s_atanl.c +++ b/sysdeps/i386/fpu/s_atanl.c @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . */ #include diff --git a/sysdeps/i386/fpu/s_cbrt.S b/sysdeps/i386/fpu/s_cbrt.S index 4e612f149b7..965aa2d720b 100644 --- a/sysdeps/i386/fpu/s_cbrt.S +++ b/sysdeps/i386/fpu/s_cbrt.S @@ -1,8 +1,6 @@ /* Compute cubic root of double value. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Dirk Alboth and - Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_cbrtf.S b/sysdeps/i386/fpu/s_cbrtf.S index 9f82e786ae3..c4a95ea4a77 100644 --- a/sysdeps/i386/fpu/s_cbrtf.S +++ b/sysdeps/i386/fpu/s_cbrtf.S @@ -1,8 +1,6 @@ /* Compute cubic root of float value. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Dirk Alboth and - Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_cbrtl.S b/sysdeps/i386/fpu/s_cbrtl.S index b475119ba28..6db4d609cfd 100644 --- a/sysdeps/i386/fpu/s_cbrtl.S +++ b/sysdeps/i386/fpu/s_cbrtl.S @@ -1,8 +1,6 @@ /* Compute cubic root of long double value. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Dirk Alboth and - Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_ceil.S b/sysdeps/i386/fpu/s_ceil.S index 9287ab0673d..99984f9b8d3 100644 --- a/sysdeps/i386/fpu/s_ceil.S +++ b/sysdeps/i386/fpu/s_ceil.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_ceilf.S b/sysdeps/i386/fpu/s_ceilf.S index 2a6e3db273d..03e8e22609b 100644 --- a/sysdeps/i386/fpu/s_ceilf.S +++ b/sysdeps/i386/fpu/s_ceilf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_ceill.S b/sysdeps/i386/fpu/s_ceill.S index 70d5c6ce0c2..a551fce7f90 100644 --- a/sysdeps/i386/fpu/s_ceill.S +++ b/sysdeps/i386/fpu/s_ceill.S @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper * Public domain. */ diff --git a/sysdeps/i386/fpu/s_copysign.S b/sysdeps/i386/fpu/s_copysign.S index 1434d407a7b..a49d34e4b7f 100644 --- a/sysdeps/i386/fpu/s_copysign.S +++ b/sysdeps/i386/fpu/s_copysign.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_copysignf.S b/sysdeps/i386/fpu/s_copysignf.S index a05b749f1ba..edc540c4d65 100644 --- a/sysdeps/i386/fpu/s_copysignf.S +++ b/sysdeps/i386/fpu/s_copysignf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_copysignl.S b/sysdeps/i386/fpu/s_copysignl.S index 671ce683ba8..9d9b273e943 100644 --- a/sysdeps/i386/fpu/s_copysignl.S +++ b/sysdeps/i386/fpu/s_copysignl.S @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper * Public domain. */ diff --git a/sysdeps/i386/fpu/s_expm1.S b/sysdeps/i386/fpu/s_expm1.S index e5d863c3841..8a979464a89 100644 --- a/sysdeps/i386/fpu/s_expm1.S +++ b/sysdeps/i386/fpu/s_expm1.S @@ -1,9 +1,6 @@ /* ix87 specific implementation of exp(x)-1. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1996. - Based on code by John C. Bowman . - Corrections by H.J. Lu (hjl@gnu.ai.mit.edu), 1997. 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/sysdeps/i386/fpu/s_expm1f.S b/sysdeps/i386/fpu/s_expm1f.S index 76fd778fe61..b31972c32f0 100644 --- a/sysdeps/i386/fpu/s_expm1f.S +++ b/sysdeps/i386/fpu/s_expm1f.S @@ -1,9 +1,6 @@ /* ix87 specific implementation of exp(x)-1. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1996. - Based on code by John C. Bowman . - Corrections by H.J. Lu (hjl@gnu.ai.mit.edu), 1997. 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/sysdeps/i386/fpu/s_finite.S b/sysdeps/i386/fpu/s_finite.S index 1ae4aed451c..98f8262e26e 100644 --- a/sysdeps/i386/fpu/s_finite.S +++ b/sysdeps/i386/fpu/s_finite.S @@ -1,6 +1,3 @@ -/* - * Written by Joe Keane . - */ #include @@ -14,4 +11,3 @@ ENTRY(__finite) END (__finite) weak_alias (__finite, finite) hidden_def (__finite) - diff --git a/sysdeps/i386/fpu/s_finitef.S b/sysdeps/i386/fpu/s_finitef.S index 69e72facffd..905ff31ef97 100644 --- a/sysdeps/i386/fpu/s_finitef.S +++ b/sysdeps/i386/fpu/s_finitef.S @@ -1,6 +1,3 @@ -/* - * Written by Joe Keane . - */ #include diff --git a/sysdeps/i386/fpu/s_finitel.S b/sysdeps/i386/fpu/s_finitel.S index cce90e18fc2..2cd2da99f9c 100644 --- a/sysdeps/i386/fpu/s_finitel.S +++ b/sysdeps/i386/fpu/s_finitel.S @@ -1,6 +1,3 @@ -/* - * Written by Joe Keane . - */ #include diff --git a/sysdeps/i386/fpu/s_floor.S b/sysdeps/i386/fpu/s_floor.S index f3cd66e77f1..7143fdcc9a4 100644 --- a/sysdeps/i386/fpu/s_floor.S +++ b/sysdeps/i386/fpu/s_floor.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_floorf.S b/sysdeps/i386/fpu/s_floorf.S index 656eeb698f1..8fad9c06985 100644 --- a/sysdeps/i386/fpu/s_floorf.S +++ b/sysdeps/i386/fpu/s_floorf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_floorl.S b/sysdeps/i386/fpu/s_floorl.S index f85b542f9b6..3ec28b477b8 100644 --- a/sysdeps/i386/fpu/s_floorl.S +++ b/sysdeps/i386/fpu/s_floorl.S @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper * Public domain. */ diff --git a/sysdeps/i386/fpu/s_fmax.S b/sysdeps/i386/fpu/s_fmax.S index 5fa072171f9..bfc6a3e80a5 100644 --- a/sysdeps/i386/fpu/s_fmax.S +++ b/sysdeps/i386/fpu/s_fmax.S @@ -1,7 +1,6 @@ /* Compute maximum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_fmaxf.S b/sysdeps/i386/fpu/s_fmaxf.S index ef5a541520b..bdcfe75a2e3 100644 --- a/sysdeps/i386/fpu/s_fmaxf.S +++ b/sysdeps/i386/fpu/s_fmaxf.S @@ -1,7 +1,6 @@ /* Compute maximum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_fmaxl.S b/sysdeps/i386/fpu/s_fmaxl.S index 09021fe7ad2..7efa71e6a26 100644 --- a/sysdeps/i386/fpu/s_fmaxl.S +++ b/sysdeps/i386/fpu/s_fmaxl.S @@ -1,7 +1,6 @@ /* Compute maximum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_fmin.S b/sysdeps/i386/fpu/s_fmin.S index 4f733659fbb..eaf165c1062 100644 --- a/sysdeps/i386/fpu/s_fmin.S +++ b/sysdeps/i386/fpu/s_fmin.S @@ -1,7 +1,6 @@ /* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_fminf.S b/sysdeps/i386/fpu/s_fminf.S index 038999a5a22..721b9349944 100644 --- a/sysdeps/i386/fpu/s_fminf.S +++ b/sysdeps/i386/fpu/s_fminf.S @@ -1,7 +1,6 @@ /* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_fminl.S b/sysdeps/i386/fpu/s_fminl.S index 1f4d1d580bb..18c6984c267 100644 --- a/sysdeps/i386/fpu/s_fminl.S +++ b/sysdeps/i386/fpu/s_fminl.S @@ -1,7 +1,6 @@ /* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_frexp.S b/sysdeps/i386/fpu/s_frexp.S index def53ebb549..b831c3b0eb1 100644 --- a/sysdeps/i386/fpu/s_frexp.S +++ b/sysdeps/i386/fpu/s_frexp.S @@ -1,7 +1,6 @@ /* ix87 specific frexp implementation for double. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_frexpf.S b/sysdeps/i386/fpu/s_frexpf.S index 7f0aee9850d..6af089c4801 100644 --- a/sysdeps/i386/fpu/s_frexpf.S +++ b/sysdeps/i386/fpu/s_frexpf.S @@ -1,7 +1,6 @@ /* ix87 specific frexp implementation for float. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_frexpl.S b/sysdeps/i386/fpu/s_frexpl.S index bf0b86171df..cd74bf430c0 100644 --- a/sysdeps/i386/fpu/s_frexpl.S +++ b/sysdeps/i386/fpu/s_frexpl.S @@ -1,7 +1,6 @@ /* ix87 specific frexp implementation for long double. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_isinfl.c b/sysdeps/i386/fpu/s_isinfl.c index cdd77183fa6..ff6048e3f57 100644 --- a/sysdeps/i386/fpu/s_isinfl.c +++ b/sysdeps/i386/fpu/s_isinfl.c @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Change for long double by Ulrich Drepper . * Intel i387 specific version. * Public domain. */ diff --git a/sysdeps/i386/fpu/s_llrint.S b/sysdeps/i386/fpu/s_llrint.S index bd691fe60bf..d8b77954689 100644 --- a/sysdeps/i386/fpu/s_llrint.S +++ b/sysdeps/i386/fpu/s_llrint.S @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_llrintf.S b/sysdeps/i386/fpu/s_llrintf.S index 689e9a0418a..bfcb1a3b7ec 100644 --- a/sysdeps/i386/fpu/s_llrintf.S +++ b/sysdeps/i386/fpu/s_llrintf.S @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_llrintl.S b/sysdeps/i386/fpu/s_llrintl.S index 64eefb2df9c..24b3d527f76 100644 --- a/sysdeps/i386/fpu/s_llrintl.S +++ b/sysdeps/i386/fpu/s_llrintl.S @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_log1p.S b/sysdeps/i386/fpu/s_log1p.S index 7978e76095b..10e0d2ceabe 100644 --- a/sysdeps/i386/fpu/s_log1p.S +++ b/sysdeps/i386/fpu/s_log1p.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_log1pf.S b/sysdeps/i386/fpu/s_log1pf.S index acaa299d948..82a3f448dbf 100644 --- a/sysdeps/i386/fpu/s_log1pf.S +++ b/sysdeps/i386/fpu/s_log1pf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_log1pl.S b/sysdeps/i386/fpu/s_log1pl.S index 0fd05cbdb32..f28349f7d24 100644 --- a/sysdeps/i386/fpu/s_log1pl.S +++ b/sysdeps/i386/fpu/s_log1pl.S @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . */ #include diff --git a/sysdeps/i386/fpu/s_logb.S b/sysdeps/i386/fpu/s_logb.S index d4b3a4714f6..d1c71292480 100644 --- a/sysdeps/i386/fpu/s_logb.S +++ b/sysdeps/i386/fpu/s_logb.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_logbf.S b/sysdeps/i386/fpu/s_logbf.S index 175daf52a1d..0d5e55d34f4 100644 --- a/sysdeps/i386/fpu/s_logbf.S +++ b/sysdeps/i386/fpu/s_logbf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_logbl.c b/sysdeps/i386/fpu/s_logbl.c index 4968f82a3c5..ec867de0107 100644 --- a/sysdeps/i386/fpu/s_logbl.c +++ b/sysdeps/i386/fpu/s_logbl.c @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper * Public domain. */ diff --git a/sysdeps/i386/fpu/s_lrint.S b/sysdeps/i386/fpu/s_lrint.S index 96cec2f7595..56d0177b101 100644 --- a/sysdeps/i386/fpu/s_lrint.S +++ b/sysdeps/i386/fpu/s_lrint.S @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_lrintf.S b/sysdeps/i386/fpu/s_lrintf.S index 8bbbc54b758..f35be961f7b 100644 --- a/sysdeps/i386/fpu/s_lrintf.S +++ b/sysdeps/i386/fpu/s_lrintf.S @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_lrintl.S b/sysdeps/i386/fpu/s_lrintl.S index 3b64ec6a4f8..90c29473229 100644 --- a/sysdeps/i386/fpu/s_lrintl.S +++ b/sysdeps/i386/fpu/s_lrintl.S @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_nearbyint.S b/sysdeps/i386/fpu/s_nearbyint.S index 11fb61b2429..b2a6cf12675 100644 --- a/sysdeps/i386/fpu/s_nearbyint.S +++ b/sysdeps/i386/fpu/s_nearbyint.S @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. */ -/* Adapted for use as nearbyint by Ulrich Drepper . */ #include #include diff --git a/sysdeps/i386/fpu/s_nearbyintf.S b/sysdeps/i386/fpu/s_nearbyintf.S index 169d06d80ba..84f19c5b692 100644 --- a/sysdeps/i386/fpu/s_nearbyintf.S +++ b/sysdeps/i386/fpu/s_nearbyintf.S @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. */ -/* Adapted for use as nearbyint by Ulrich Drepper . */ #include #include diff --git a/sysdeps/i386/fpu/s_nearbyintl.S b/sysdeps/i386/fpu/s_nearbyintl.S index 852e1f65248..29b4261f909 100644 --- a/sysdeps/i386/fpu/s_nearbyintl.S +++ b/sysdeps/i386/fpu/s_nearbyintl.S @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. */ -/* Adapted for use as nearbyint by Ulrich Drepper . */ #include #include diff --git a/sysdeps/i386/fpu/s_nextafterl.c b/sysdeps/i386/fpu/s_nextafterl.c index d6e3025bb29..59ec20e11cc 100644 --- a/sysdeps/i386/fpu/s_nextafterl.c +++ b/sysdeps/i386/fpu/s_nextafterl.c @@ -1,7 +1,5 @@ /* s_nextafterl.c -- long double version of s_nextafter.c. * Special version for i387. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/i386/fpu/s_nexttowardf.c b/sysdeps/i386/fpu/s_nexttowardf.c index 6e11ace2231..7b208468359 100644 --- a/sysdeps/i386/fpu/s_nexttowardf.c +++ b/sysdeps/i386/fpu/s_nexttowardf.c @@ -1,6 +1,5 @@ /* s_nexttowardf.c -- float version of s_nextafter.c. * Special i387 version. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/i386/fpu/s_remquo.S b/sysdeps/i386/fpu/s_remquo.S index ac911727a87..6e82de880a2 100644 --- a/sysdeps/i386/fpu/s_remquo.S +++ b/sysdeps/i386/fpu/s_remquo.S @@ -1,6 +1,4 @@ /* - * Written by Ulrich Drepper . - * Based on e_remainder by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_remquof.S b/sysdeps/i386/fpu/s_remquof.S index 0b4a74596ab..8004b0fcbe0 100644 --- a/sysdeps/i386/fpu/s_remquof.S +++ b/sysdeps/i386/fpu/s_remquof.S @@ -1,6 +1,4 @@ /* - * Written by Ulrich Drepper . - * Based on e_remainder by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_remquol.S b/sysdeps/i386/fpu/s_remquol.S index f02cc104654..54190ef6939 100644 --- a/sysdeps/i386/fpu/s_remquol.S +++ b/sysdeps/i386/fpu/s_remquol.S @@ -1,6 +1,4 @@ /* - * Written by Ulrich Drepper . - * Based on e_remainder by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_rint.S b/sysdeps/i386/fpu/s_rint.S index b4ab01940fc..d9cc45e8bf0 100644 --- a/sysdeps/i386/fpu/s_rint.S +++ b/sysdeps/i386/fpu/s_rint.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_rintf.S b/sysdeps/i386/fpu/s_rintf.S index f6d11047c73..5fdbb4fe888 100644 --- a/sysdeps/i386/fpu/s_rintf.S +++ b/sysdeps/i386/fpu/s_rintf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_rintl.c b/sysdeps/i386/fpu/s_rintl.c index 3d0795c1262..5b661ac961f 100644 --- a/sysdeps/i386/fpu/s_rintl.c +++ b/sysdeps/i386/fpu/s_rintl.c @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper * Public domain. */ diff --git a/sysdeps/i386/fpu/s_scalbn.S b/sysdeps/i386/fpu/s_scalbn.S index 4e909031153..89d11c09808 100644 --- a/sysdeps/i386/fpu/s_scalbn.S +++ b/sysdeps/i386/fpu/s_scalbn.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_scalbnf.S b/sysdeps/i386/fpu/s_scalbnf.S index f8353c4c75b..efca44c8356 100644 --- a/sysdeps/i386/fpu/s_scalbnf.S +++ b/sysdeps/i386/fpu/s_scalbnf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_scalbnl.S b/sysdeps/i386/fpu/s_scalbnl.S index 839b5ff3533..cc7766d2704 100644 --- a/sysdeps/i386/fpu/s_scalbnl.S +++ b/sysdeps/i386/fpu/s_scalbnl.S @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper * Public domain. */ diff --git a/sysdeps/i386/fpu/s_significand.S b/sysdeps/i386/fpu/s_significand.S index 4859b7ed714..db4e418b772 100644 --- a/sysdeps/i386/fpu/s_significand.S +++ b/sysdeps/i386/fpu/s_significand.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_significandf.S b/sysdeps/i386/fpu/s_significandf.S index 3a2de977595..cfdbe6dd53a 100644 --- a/sysdeps/i386/fpu/s_significandf.S +++ b/sysdeps/i386/fpu/s_significandf.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/i386/fpu/s_significandl.c b/sysdeps/i386/fpu/s_significandl.c index 081b3c47701..a11c981b54f 100644 --- a/sysdeps/i386/fpu/s_significandl.c +++ b/sysdeps/i386/fpu/s_significandl.c @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper * Public domain. */ diff --git a/sysdeps/i386/fpu/s_trunc.S b/sysdeps/i386/fpu/s_trunc.S index c5c5690179a..493dcb5ca0d 100644 --- a/sysdeps/i386/fpu/s_trunc.S +++ b/sysdeps/i386/fpu/s_trunc.S @@ -1,7 +1,6 @@ /* Truncate double value. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_truncf.S b/sysdeps/i386/fpu/s_truncf.S index daf217ff71d..e3be4768a25 100644 --- a/sysdeps/i386/fpu/s_truncf.S +++ b/sysdeps/i386/fpu/s_truncf.S @@ -1,7 +1,6 @@ /* Truncate float value. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/fpu/s_truncl.S b/sysdeps/i386/fpu/s_truncl.S index 3bab48e5058..1f5ad671d41 100644 --- a/sysdeps/i386/fpu/s_truncl.S +++ b/sysdeps/i386/fpu/s_truncl.S @@ -1,7 +1,6 @@ /* Truncate long double value. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/i386-mcount.S b/sysdeps/i386/i386-mcount.S index 2aff1eda1d4..a6b0614a644 100644 --- a/sysdeps/i386/i386-mcount.S +++ b/sysdeps/i386/i386-mcount.S @@ -1,7 +1,6 @@ /* i386-specific implementation of profiling support. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/i586/memcopy.h b/sysdeps/i386/i586/memcopy.h index 820c2b13048..9ac599b4d44 100644 --- a/sysdeps/i386/i586/memcopy.h +++ b/sysdeps/i386/i586/memcopy.h @@ -1,6 +1,5 @@ /* memcopy.h -- definitions for memory copy functions. Pentium version. Copyright (C) 1994-2021 Free Software Foundation, Inc. - Contributed by Torbjorn Granlund (tege@sics.se). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i586/memcpy.S b/sysdeps/i386/i586/memcpy.S index 9fff5f78e70..d948d13e64e 100644 --- a/sysdeps/i386/i586/memcpy.S +++ b/sysdeps/i386/i586/memcpy.S @@ -1,7 +1,6 @@ /* Highly optimized version for i586. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/i586/memset.S b/sysdeps/i386/i586/memset.S index 9e618a8adb4..0c5de6acf6a 100644 --- a/sysdeps/i386/i586/memset.S +++ b/sysdeps/i386/i586/memset.S @@ -2,7 +2,6 @@ Highly optimized version for ix86, x>=5. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Torbjorn Granlund, 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/sysdeps/i386/i586/strchr.S b/sysdeps/i386/i586/strchr.S index e61029a8625..37c75260430 100644 --- a/sysdeps/i386/i586/strchr.S +++ b/sysdeps/i386/i586/strchr.S @@ -2,7 +2,6 @@ Highly optimized version for ix85, x>=5. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, . 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/sysdeps/i386/i586/strcpy.S b/sysdeps/i386/i586/strcpy.S index 3d5e32bf9b9..183a08523a5 100644 --- a/sysdeps/i386/i586/strcpy.S +++ b/sysdeps/i386/i586/strcpy.S @@ -1,7 +1,6 @@ /* strcpy/stpcpy implementation for i586. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/i586/strlen.S b/sysdeps/i386/i586/strlen.S index c0525b886e5..c72588c5007 100644 --- a/sysdeps/i386/i586/strlen.S +++ b/sysdeps/i386/i586/strlen.S @@ -2,7 +2,6 @@ Highly optimized version for ix86, x>=5. Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, . 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/sysdeps/i386/i686/dl-hash.h b/sysdeps/i386/i686/dl-hash.h index 61aa6fcefc4..682a970ff2d 100644 --- a/sysdeps/i386/i686/dl-hash.h +++ b/sysdeps/i386/i686/dl-hash.h @@ -1,7 +1,6 @@ /* Compute hash alue for given string according to ELF standard. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/i386/i686/ffs.c b/sysdeps/i386/i686/ffs.c index b74cf2d2486..c310dbe18eb 100644 --- a/sysdeps/i386/i686/ffs.c +++ b/sysdeps/i386/i686/ffs.c @@ -2,7 +2,6 @@ For Intel 80x86, x>=6. This file is part of the GNU C Library. Copyright (C) 1991-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper . 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/sysdeps/i386/i686/fpu/e_log.S b/sysdeps/i386/i686/fpu/e_log.S index 3ac3dca2086..2802724fa7a 100644 --- a/sysdeps/i386/i686/fpu/e_log.S +++ b/sysdeps/i386/i686/fpu/e_log.S @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. * * Adapted for i686 instructions. diff --git a/sysdeps/i386/i686/fpu/e_logl.S b/sysdeps/i386/i686/fpu/e_logl.S index 77ec373abc4..63183ac5445 100644 --- a/sysdeps/i386/i686/fpu/e_logl.S +++ b/sysdeps/i386/i686/fpu/e_logl.S @@ -1,9 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . - * Changed to use fyl2xp1 for values near 1, . * Adapted for i686 instructions. */ diff --git a/sysdeps/i386/i686/fpu/s_fmax.S b/sysdeps/i386/i686/fpu/s_fmax.S index 8958624e7f7..482309132f7 100644 --- a/sysdeps/i386/i686/fpu/s_fmax.S +++ b/sysdeps/i386/i686/fpu/s_fmax.S @@ -1,7 +1,6 @@ /* Compute maximum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/i686/fpu/s_fmaxf.S b/sysdeps/i386/i686/fpu/s_fmaxf.S index d97a2c40033..d169588d6d2 100644 --- a/sysdeps/i386/i686/fpu/s_fmaxf.S +++ b/sysdeps/i386/i686/fpu/s_fmaxf.S @@ -1,7 +1,6 @@ /* Compute maximum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/i686/fpu/s_fmaxl.S b/sysdeps/i386/i686/fpu/s_fmaxl.S index 0877684443d..b0e2ac2c69f 100644 --- a/sysdeps/i386/i686/fpu/s_fmaxl.S +++ b/sysdeps/i386/i686/fpu/s_fmaxl.S @@ -1,7 +1,6 @@ /* Compute maximum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/i686/fpu/s_fmin.S b/sysdeps/i386/i686/fpu/s_fmin.S index fe12dd8b5a2..76cad76dbf6 100644 --- a/sysdeps/i386/i686/fpu/s_fmin.S +++ b/sysdeps/i386/i686/fpu/s_fmin.S @@ -1,7 +1,6 @@ /* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/i686/fpu/s_fminf.S b/sysdeps/i386/i686/fpu/s_fminf.S index 617ad126a36..6242069a3d6 100644 --- a/sysdeps/i386/i686/fpu/s_fminf.S +++ b/sysdeps/i386/i686/fpu/s_fminf.S @@ -1,7 +1,6 @@ /* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/i686/fpu/s_fminl.S b/sysdeps/i386/i686/fpu/s_fminl.S index f734f4e32ab..80849b20e5f 100644 --- a/sysdeps/i386/i686/fpu/s_fminl.S +++ b/sysdeps/i386/i686/fpu/s_fminl.S @@ -1,7 +1,6 @@ /* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/i686/memcpy.S b/sysdeps/i386/i686/memcpy.S index f407921a2d6..0ed6ad40843 100644 --- a/sysdeps/i386/i686/memcpy.S +++ b/sysdeps/i386/i686/memcpy.S @@ -2,7 +2,6 @@ For Intel 80x86, x>=6. This file is part of the GNU C Library. Copyright (C) 1999-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 1999. 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/sysdeps/i386/i686/memmove.S b/sysdeps/i386/i686/memmove.S index d989075f9db..15690b955b4 100644 --- a/sysdeps/i386/i686/memmove.S +++ b/sysdeps/i386/i686/memmove.S @@ -2,7 +2,6 @@ For Intel 80x86, x>=6. This file is part of the GNU C Library. Copyright (C) 2003-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/i386/i686/mempcpy.S b/sysdeps/i386/i686/mempcpy.S index 52e737965c0..8fd789c2f40 100644 --- a/sysdeps/i386/i686/mempcpy.S +++ b/sysdeps/i386/i686/mempcpy.S @@ -2,7 +2,6 @@ For Intel 80x86, x>=6. This file is part of the GNU C Library. Copyright (C) 1998-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/i386/i686/memset.S b/sysdeps/i386/i686/memset.S index 086edfafdc1..9e0771b3360 100644 --- a/sysdeps/i386/i686/memset.S +++ b/sysdeps/i386/i686/memset.S @@ -2,7 +2,6 @@ Highly optimized version for ix86, x>=6. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S index f34ca20c082..7765016d9f4 100644 --- a/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S +++ b/sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S @@ -1,6 +1,5 @@ /* Optimized memchr with sse2 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/memchr-sse2.S b/sysdeps/i386/i686/multiarch/memchr-sse2.S index 6abce2d5dae..c83794c9836 100644 --- a/sysdeps/i386/i686/multiarch/memchr-sse2.S +++ b/sysdeps/i386/i686/multiarch/memchr-sse2.S @@ -1,6 +1,5 @@ /* Optimized memchr with sse2 without bsf Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/memcmp-sse4.S b/sysdeps/i386/i686/multiarch/memcmp-sse4.S index c3dcb10656a..b94768b83ca 100644 --- a/sysdeps/i386/i686/multiarch/memcmp-sse4.S +++ b/sysdeps/i386/i686/multiarch/memcmp-sse4.S @@ -1,6 +1,5 @@ /* memcmp with SSE4.2, wmemcmp with SSE4.2 Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/memcmp-ssse3.S b/sysdeps/i386/i686/multiarch/memcmp-ssse3.S index a31b2828d89..f7972829923 100644 --- a/sysdeps/i386/i686/multiarch/memcmp-ssse3.S +++ b/sysdeps/i386/i686/multiarch/memcmp-ssse3.S @@ -1,6 +1,5 @@ /* memcmp with SSSE3, wmemcmp with SSSE3 Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S index 97e6be71224..ea64635d8cf 100644 --- a/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S +++ b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S @@ -1,6 +1,5 @@ /* memcpy with SSSE3 and REP string. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/memcpy-ssse3.S b/sysdeps/i386/i686/multiarch/memcpy-ssse3.S index 14e59f8812c..162eea13a03 100644 --- a/sysdeps/i386/i686/multiarch/memcpy-ssse3.S +++ b/sysdeps/i386/i686/multiarch/memcpy-ssse3.S @@ -1,6 +1,5 @@ /* memcpy with SSSE3 Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S b/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S index 6536c3c5c16..2577ec9e0b7 100644 --- a/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S +++ b/sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S @@ -1,6 +1,5 @@ /* Optimized memrchr with sse2 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/memrchr-sse2.S b/sysdeps/i386/i686/multiarch/memrchr-sse2.S index e81953f430f..ba1476f25d9 100644 --- a/sysdeps/i386/i686/multiarch/memrchr-sse2.S +++ b/sysdeps/i386/i686/multiarch/memrchr-sse2.S @@ -1,6 +1,5 @@ /* Optimized memrchr with sse2 without bsf Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/memset-sse2-rep.S b/sysdeps/i386/i686/multiarch/memset-sse2-rep.S index 71b91fa7d03..aed96588f48 100644 --- a/sysdeps/i386/i686/multiarch/memset-sse2-rep.S +++ b/sysdeps/i386/i686/multiarch/memset-sse2-rep.S @@ -1,6 +1,5 @@ /* memset with SSE2 and REP string. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/memset-sse2.S b/sysdeps/i386/i686/multiarch/memset-sse2.S index 5b4f7668d5a..55a917cfde7 100644 --- a/sysdeps/i386/i686/multiarch/memset-sse2.S +++ b/sysdeps/i386/i686/multiarch/memset-sse2.S @@ -1,6 +1,5 @@ /* memset with SSE2 Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/s_fma-fma.c b/sysdeps/i386/i686/multiarch/s_fma-fma.c index 62662532076..0043c467000 100644 --- a/sysdeps/i386/i686/multiarch/s_fma-fma.c +++ b/sysdeps/i386/i686/multiarch/s_fma-fma.c @@ -1,6 +1,5 @@ /* FMA version of fma. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/s_fma.c b/sysdeps/i386/i686/multiarch/s_fma.c index 20e60afcf7d..7d66aaef7a5 100644 --- a/sysdeps/i386/i686/multiarch/s_fma.c +++ b/sysdeps/i386/i686/multiarch/s_fma.c @@ -1,6 +1,5 @@ /* Multiple versions of fma. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/s_fmaf-fma.c b/sysdeps/i386/i686/multiarch/s_fmaf-fma.c index 0fea4303da9..6d07d7d2ee2 100644 --- a/sysdeps/i386/i686/multiarch/s_fmaf-fma.c +++ b/sysdeps/i386/i686/multiarch/s_fmaf-fma.c @@ -1,6 +1,5 @@ /* FMA version of fmaf. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/s_fmaf.c b/sysdeps/i386/i686/multiarch/s_fmaf.c index 5fbd042c2a5..b8394d05d0c 100644 --- a/sysdeps/i386/i686/multiarch/s_fmaf.c +++ b/sysdeps/i386/i686/multiarch/s_fmaf.c @@ -1,6 +1,5 @@ /* Multiple versions of fmaf. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strcat-sse2.S b/sysdeps/i386/i686/multiarch/strcat-sse2.S index a89cda9766e..84a1fec07b7 100644 --- a/sysdeps/i386/i686/multiarch/strcat-sse2.S +++ b/sysdeps/i386/i686/multiarch/strcat-sse2.S @@ -1,6 +1,5 @@ /* strcat with SSE2 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strcat-ssse3.S b/sysdeps/i386/i686/multiarch/strcat-ssse3.S index 982eb27176e..ddc13f9bfad 100644 --- a/sysdeps/i386/i686/multiarch/strcat-ssse3.S +++ b/sysdeps/i386/i686/multiarch/strcat-ssse3.S @@ -1,6 +1,5 @@ /* strcat with SSSE3 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S b/sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S index 3e590329b1e..2d63876538a 100644 --- a/sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S +++ b/sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S @@ -1,6 +1,5 @@ /* strchr with SSE2 with bsf Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strchr-sse2.S b/sysdeps/i386/i686/multiarch/strchr-sse2.S index 14aa927fbe5..721f2ccdd1c 100644 --- a/sysdeps/i386/i686/multiarch/strchr-sse2.S +++ b/sysdeps/i386/i686/multiarch/strchr-sse2.S @@ -1,6 +1,5 @@ /* strchr SSE2 without bsf Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strcmp-sse4.S b/sysdeps/i386/i686/multiarch/strcmp-sse4.S index 3d77f725bd9..cddb9947019 100644 --- a/sysdeps/i386/i686/multiarch/strcmp-sse4.S +++ b/sysdeps/i386/i686/multiarch/strcmp-sse4.S @@ -1,6 +1,5 @@ /* strcmp with SSE4.2 Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strcmp-ssse3.S b/sysdeps/i386/i686/multiarch/strcmp-ssse3.S index 50d480993da..ff743fb3366 100644 --- a/sysdeps/i386/i686/multiarch/strcmp-ssse3.S +++ b/sysdeps/i386/i686/multiarch/strcmp-ssse3.S @@ -1,6 +1,5 @@ /* strcmp with SSSE3 Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strcpy-sse2.S b/sysdeps/i386/i686/multiarch/strcpy-sse2.S index bb3076b0769..43744880be7 100644 --- a/sysdeps/i386/i686/multiarch/strcpy-sse2.S +++ b/sysdeps/i386/i686/multiarch/strcpy-sse2.S @@ -1,6 +1,5 @@ /* strcpy with SSE2 and unaligned load Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strcpy-ssse3.S b/sysdeps/i386/i686/multiarch/strcpy-ssse3.S index 05646d994fc..7433df82f2d 100644 --- a/sysdeps/i386/i686/multiarch/strcpy-ssse3.S +++ b/sysdeps/i386/i686/multiarch/strcpy-ssse3.S @@ -1,6 +1,5 @@ /* strcpy with SSSE3 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S b/sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S index 757079d4ad5..0b7eb0703d9 100644 --- a/sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S +++ b/sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S @@ -1,6 +1,5 @@ /* strlen with SSE2 and BSF Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strlen-sse2.S b/sysdeps/i386/i686/multiarch/strlen-sse2.S index 998f722b325..fe1151032c9 100644 --- a/sysdeps/i386/i686/multiarch/strlen-sse2.S +++ b/sysdeps/i386/i686/multiarch/strlen-sse2.S @@ -1,6 +1,5 @@ /* strlen with SSE2 Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S b/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S index 8d763063748..b40bb9830b2 100644 --- a/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S +++ b/sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S @@ -1,6 +1,5 @@ /* strrchr with SSE2 with bsf and bsr Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/strrchr-sse2.S b/sysdeps/i386/i686/multiarch/strrchr-sse2.S index 7f15edd6eb0..d0d8551d070 100644 --- a/sysdeps/i386/i686/multiarch/strrchr-sse2.S +++ b/sysdeps/i386/i686/multiarch/strrchr-sse2.S @@ -1,6 +1,5 @@ /* strrchr SSE2 without bsf and bsr Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/wcschr-sse2.S b/sysdeps/i386/i686/multiarch/wcschr-sse2.S index e84e87c9cc1..8fad35da136 100644 --- a/sysdeps/i386/i686/multiarch/wcschr-sse2.S +++ b/sysdeps/i386/i686/multiarch/wcschr-sse2.S @@ -1,6 +1,5 @@ /* wcschr with SSE2, without using bsf instructions Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/wcscmp-sse2.S b/sysdeps/i386/i686/multiarch/wcscmp-sse2.S index 262baf3707a..cad6c414ccc 100644 --- a/sysdeps/i386/i686/multiarch/wcscmp-sse2.S +++ b/sysdeps/i386/i686/multiarch/wcscmp-sse2.S @@ -1,6 +1,5 @@ /* wcscmp with SSE2 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/wcscpy-ssse3.S b/sysdeps/i386/i686/multiarch/wcscpy-ssse3.S index c710bb22bba..5f68ff2baeb 100644 --- a/sysdeps/i386/i686/multiarch/wcscpy-ssse3.S +++ b/sysdeps/i386/i686/multiarch/wcscpy-ssse3.S @@ -1,6 +1,5 @@ /* wcscpy with SSSE3 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/wcslen-sse2.S b/sysdeps/i386/i686/multiarch/wcslen-sse2.S index 2344134c6ec..f650e7911da 100644 --- a/sysdeps/i386/i686/multiarch/wcslen-sse2.S +++ b/sysdeps/i386/i686/multiarch/wcslen-sse2.S @@ -1,6 +1,5 @@ /* wcslen with SSE2 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/multiarch/wcsrchr-sse2.S b/sysdeps/i386/i686/multiarch/wcsrchr-sse2.S index 10ce32cbbb7..ad931b6a4de 100644 --- a/sysdeps/i386/i686/multiarch/wcsrchr-sse2.S +++ b/sysdeps/i386/i686/multiarch/wcsrchr-sse2.S @@ -1,6 +1,5 @@ /* wcsrchr with SSE2, without using bsf instructions. Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/i686/nptl/tls.h b/sysdeps/i386/i686/nptl/tls.h index 55028793330..8bae65cd845 100644 --- a/sysdeps/i386/i686/nptl/tls.h +++ b/sysdeps/i386/i686/nptl/tls.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 , 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/sysdeps/i386/i686/pthread_spin_trylock.S b/sysdeps/i386/i686/pthread_spin_trylock.S index d3c1ed0109a..94d873c2baa 100644 --- a/sysdeps/i386/i686/pthread_spin_trylock.S +++ b/sysdeps/i386/i686/pthread_spin_trylock.S @@ -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 , 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/sysdeps/i386/i686/strcmp.S b/sysdeps/i386/i686/strcmp.S index ee6237e7498..5e5e0a7889c 100644 --- a/sysdeps/i386/i686/strcmp.S +++ b/sysdeps/i386/i686/strcmp.S @@ -1,7 +1,6 @@ /* Highly optimized version for ix86, x>=6. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/sysdeps/i386/jmpbuf-unwind.h b/sysdeps/i386/jmpbuf-unwind.h index 040c17e34ba..0773406e749 100644 --- a/sysdeps/i386/jmpbuf-unwind.h +++ b/sysdeps/i386/jmpbuf-unwind.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/i386/machine-gmon.h b/sysdeps/i386/machine-gmon.h index 2d8993243b6..b08bb2b1e31 100644 --- a/sysdeps/i386/machine-gmon.h +++ b/sysdeps/i386/machine-gmon.h @@ -1,7 +1,6 @@ /* i386-specific implementation of profiling support. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/i386/memchr.S b/sysdeps/i386/memchr.S index ae9e35a6503..686e76751ea 100644 --- a/sysdeps/i386/memchr.S +++ b/sysdeps/i386/memchr.S @@ -2,15 +2,6 @@ less than LEN. For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - Optimised a little by Alan Modra - This version is developed using the same algorithm as the fast C - version which carries the following introduction: - Based on strlen implementation by Torbjorn Granlund (tege@sics.se), - with help from Dan Sahlin (dan@sics.se) and - commentary by Jim Blandy (jimb@ai.mit.edu); - adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), - and implemented by Roland McGrath (roland@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/sysdeps/i386/memcopy.h b/sysdeps/i386/memcopy.h index fe368c6c116..bee184c15a9 100644 --- a/sysdeps/i386/memcopy.h +++ b/sysdeps/i386/memcopy.h @@ -1,7 +1,6 @@ /* memcopy.h -- definitions for memory copy functions. i386 version. 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/sysdeps/i386/nptl/pthread_spin_init.c b/sysdeps/i386/nptl/pthread_spin_init.c index 1d5c4183dd9..7985649a05b 100644 --- a/sysdeps/i386/nptl/pthread_spin_init.c +++ b/sysdeps/i386/nptl/pthread_spin_init.c @@ -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 , 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/sysdeps/i386/nptl/pthread_spin_unlock.S b/sysdeps/i386/nptl/pthread_spin_unlock.S index bbce327f045..81ed186e1f8 100644 --- a/sysdeps/i386/nptl/pthread_spin_unlock.S +++ b/sysdeps/i386/nptl/pthread_spin_unlock.S @@ -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 , 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/sysdeps/i386/pthread_spin_trylock.S b/sysdeps/i386/pthread_spin_trylock.S index 9be0cb766e4..d883f3cb4a5 100644 --- a/sysdeps/i386/pthread_spin_trylock.S +++ b/sysdeps/i386/pthread_spin_trylock.S @@ -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 , 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/sysdeps/i386/rawmemchr.S b/sysdeps/i386/rawmemchr.S index 11b2afffd80..d471dd2887b 100644 --- a/sysdeps/i386/rawmemchr.S +++ b/sysdeps/i386/rawmemchr.S @@ -2,15 +2,6 @@ For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - Optimised a little by Alan Modra - This version is developed using the same algorithm as the fast C - version which carries the following introduction: - Based on strlen implementation by Torbjorn Granlund (tege@sics.se), - with help from Dan Sahlin (dan@sics.se) and - commentary by Jim Blandy (jimb@ai.mit.edu); - adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), - and implemented by Roland McGrath (roland@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/sysdeps/i386/stpcpy.S b/sysdeps/i386/stpcpy.S index b214598969b..b2f1339375c 100644 --- a/sysdeps/i386/stpcpy.S +++ b/sysdeps/i386/stpcpy.S @@ -2,7 +2,6 @@ For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper (drepper@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/sysdeps/i386/stpncpy.S b/sysdeps/i386/stpncpy.S index 0c5586a5940..b49b757794f 100644 --- a/sysdeps/i386/stpncpy.S +++ b/sysdeps/i386/stpncpy.S @@ -3,11 +3,6 @@ For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - Some bug fixes by Alan Modra - - original wrote n+1 chars in some cases. - - stpncpy() ought to behave like strncpy() ie. not null-terminate - if limited by n. glibc-1.09 stpncpy() does this. 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/sysdeps/i386/strcat.S b/sysdeps/i386/strcat.S index 9e6e0135b29..9787d759fa9 100644 --- a/sysdeps/i386/strcat.S +++ b/sysdeps/i386/strcat.S @@ -2,8 +2,6 @@ For Intel 80x86, x>=4. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . - Optimised a little by Alan Modra 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/sysdeps/i386/strchr.S b/sysdeps/i386/strchr.S index 42dff9121e7..969a11cb47c 100644 --- a/sysdeps/i386/strchr.S +++ b/sysdeps/i386/strchr.S @@ -2,8 +2,6 @@ For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - Some optimisations by Alan Modra 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/sysdeps/i386/strchrnul.S b/sysdeps/i386/strchrnul.S index 17da8f3f642..90fc4b11c89 100644 --- a/sysdeps/i386/strchrnul.S +++ b/sysdeps/i386/strchrnul.S @@ -3,8 +3,6 @@ For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - Some optimisations by Alan Modra 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/sysdeps/i386/strcspn.S b/sysdeps/i386/strcspn.S index 4096f3d90ad..1c9eb5362bb 100644 --- a/sysdeps/i386/strcspn.S +++ b/sysdeps/i386/strcspn.S @@ -3,8 +3,6 @@ For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - Bug fixes by Alan Modra 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/sysdeps/i386/strlen.S b/sysdeps/i386/strlen.S index 58b71b48840..2b44f372980 100644 --- a/sysdeps/i386/strlen.S +++ b/sysdeps/i386/strlen.S @@ -1,7 +1,6 @@ /* strlen(str) -- determine the length of the string STR. Optimized for Intel 80x86, x>=4. Copyright (C) 1991-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/strlen.c b/sysdeps/i386/strlen.c index 1f595ab37b6..a775756f53e 100644 --- a/sysdeps/i386/strlen.c +++ b/sysdeps/i386/strlen.c @@ -1,7 +1,6 @@ /* Determine the length of a string. For Intel 80x86, x>=3. 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/sysdeps/i386/strpbrk.S b/sysdeps/i386/strpbrk.S index ca7cad0407f..4ea45f54f0a 100644 --- a/sysdeps/i386/strpbrk.S +++ b/sysdeps/i386/strpbrk.S @@ -2,8 +2,6 @@ which contains no characters from SS. For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper - Bug fixes by Alan Modra This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/i386/strrchr.S b/sysdeps/i386/strrchr.S index 894e4510f1a..fb3b5615d69 100644 --- a/sysdeps/i386/strrchr.S +++ b/sysdeps/i386/strrchr.S @@ -2,8 +2,6 @@ For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - Some optimisations by Alan Modra 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/sysdeps/i386/strspn.S b/sysdeps/i386/strspn.S index 3c60bb18057..5395363c811 100644 --- a/sysdeps/i386/strspn.S +++ b/sysdeps/i386/strspn.S @@ -3,8 +3,6 @@ For Intel 80x86, x>=3. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper - Bug fixes by Alan Modra 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/sysdeps/ia64/_mcount.S b/sysdeps/ia64/_mcount.S index 3ea06bf09ee..5479806558a 100644 --- a/sysdeps/ia64/_mcount.S +++ b/sysdeps/ia64/_mcount.S @@ -1,6 +1,5 @@ /* Machine-specific calling sequence for `mcount' profiling function. ia64 Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by David Mosberger This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/ia64/bzero.S b/sysdeps/ia64/bzero.S index 7759c363565..69b28a41fbe 100644 --- a/sysdeps/ia64/bzero.S +++ b/sysdeps/ia64/bzero.S @@ -1,8 +1,6 @@ /* Optimized version of the standard bzero() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop for Itanium . - Rewritten for McKinley by Sverre Jarp, HP Labs/CERN 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/sysdeps/ia64/fpu/e_acos.S b/sysdeps/ia64/fpu/e_acos.S index ad7901612c9..641c3fd35a9 100644 --- a/sysdeps/ia64/fpu/e_acos.S +++ b/sysdeps/ia64/fpu/e_acos.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003 Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_acosf.S b/sysdeps/ia64/fpu/e_acosf.S index c0dac3df106..1507b46c81e 100644 --- a/sysdeps/ia64/fpu/e_acosf.S +++ b/sysdeps/ia64/fpu/e_acosf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_acosh.S b/sysdeps/ia64/fpu/e_acosh.S index f8c75e427d1..307b4976bee 100644 --- a/sysdeps/ia64/fpu/e_acosh.S +++ b/sysdeps/ia64/fpu/e_acosh.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_acoshf.S b/sysdeps/ia64/fpu/e_acoshf.S index 4affbdf5f0b..240c5cba987 100644 --- a/sysdeps/ia64/fpu/e_acoshf.S +++ b/sysdeps/ia64/fpu/e_acoshf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_acoshl.S b/sysdeps/ia64/fpu/e_acoshl.S index b5c58884f26..f35c6bac890 100644 --- a/sysdeps/ia64/fpu/e_acoshl.S +++ b/sysdeps/ia64/fpu/e_acoshl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_acosl.S b/sysdeps/ia64/fpu/e_acosl.S index 107266b6a39..232015d131f 100644 --- a/sysdeps/ia64/fpu/e_acosl.S +++ b/sysdeps/ia64/fpu/e_acosl.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_asin.S b/sysdeps/ia64/fpu/e_asin.S index 4de08e59d52..a9ff25afbfb 100644 --- a/sysdeps/ia64/fpu/e_asin.S +++ b/sysdeps/ia64/fpu/e_asin.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003 Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_asinf.S b/sysdeps/ia64/fpu/e_asinf.S index a4b7fc2f272..841f815293e 100644 --- a/sysdeps/ia64/fpu/e_asinf.S +++ b/sysdeps/ia64/fpu/e_asinf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_asinl.S b/sysdeps/ia64/fpu/e_asinl.S index 18153d427fc..b5a3a7241be 100644 --- a/sysdeps/ia64/fpu/e_asinl.S +++ b/sysdeps/ia64/fpu/e_asinl.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_atan2.S b/sysdeps/ia64/fpu/e_atan2.S index 1786794e7d6..f23927aac14 100644 --- a/sysdeps/ia64/fpu/e_atan2.S +++ b/sysdeps/ia64/fpu/e_atan2.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_atan2f.S b/sysdeps/ia64/fpu/e_atan2f.S index 6b318a5ced3..c155154d671 100644 --- a/sysdeps/ia64/fpu/e_atan2f.S +++ b/sysdeps/ia64/fpu/e_atan2f.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_atanh.S b/sysdeps/ia64/fpu/e_atanh.S index 45760af71db..3df73247f59 100644 --- a/sysdeps/ia64/fpu/e_atanh.S +++ b/sysdeps/ia64/fpu/e_atanh.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_atanhf.S b/sysdeps/ia64/fpu/e_atanhf.S index 3c550f9dc4b..f1ae43305a1 100644 --- a/sysdeps/ia64/fpu/e_atanhf.S +++ b/sysdeps/ia64/fpu/e_atanhf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_atanhl.S b/sysdeps/ia64/fpu/e_atanhl.S index 96c6360a2bd..5f450330294 100644 --- a/sysdeps/ia64/fpu/e_atanhl.S +++ b/sysdeps/ia64/fpu/e_atanhl.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_cosh.S b/sysdeps/ia64/fpu/e_cosh.S index dbac1804ff8..07bf9f6587c 100644 --- a/sysdeps/ia64/fpu/e_cosh.S +++ b/sysdeps/ia64/fpu/e_cosh.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_coshf.S b/sysdeps/ia64/fpu/e_coshf.S index 51a87b840e0..9117ce55430 100644 --- a/sysdeps/ia64/fpu/e_coshf.S +++ b/sysdeps/ia64/fpu/e_coshf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_coshl.S b/sysdeps/ia64/fpu/e_coshl.S index 0d18f2d06ae..144ce1d6f3c 100644 --- a/sysdeps/ia64/fpu/e_coshl.S +++ b/sysdeps/ia64/fpu/e_coshl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2002, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_exp.S b/sysdeps/ia64/fpu/e_exp.S index 4774a437680..c106a2dcde3 100644 --- a/sysdeps/ia64/fpu/e_exp.S +++ b/sysdeps/ia64/fpu/e_exp.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_exp10.S b/sysdeps/ia64/fpu/e_exp10.S index f12344bee3b..5edd877db94 100644 --- a/sysdeps/ia64/fpu/e_exp10.S +++ b/sysdeps/ia64/fpu/e_exp10.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_exp10l.S b/sysdeps/ia64/fpu/e_exp10l.S index 0cc54e2b588..20a35c02dd6 100644 --- a/sysdeps/ia64/fpu/e_exp10l.S +++ b/sysdeps/ia64/fpu/e_exp10l.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_exp2.S b/sysdeps/ia64/fpu/e_exp2.S index 97b69263e42..76e26f298c9 100644 --- a/sysdeps/ia64/fpu/e_exp2.S +++ b/sysdeps/ia64/fpu/e_exp2.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_exp2f.S b/sysdeps/ia64/fpu/e_exp2f.S index 3010a95a2d9..b304885cc61 100644 --- a/sysdeps/ia64/fpu/e_exp2f.S +++ b/sysdeps/ia64/fpu/e_exp2f.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_exp2l.S b/sysdeps/ia64/fpu/e_exp2l.S index c2912ab6def..70cbcf06daa 100644 --- a/sysdeps/ia64/fpu/e_exp2l.S +++ b/sysdeps/ia64/fpu/e_exp2l.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_expf.S b/sysdeps/ia64/fpu/e_expf.S index c95ccafee36..a6894c3280b 100644 --- a/sysdeps/ia64/fpu/e_expf.S +++ b/sysdeps/ia64/fpu/e_expf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_fmod.S b/sysdeps/ia64/fpu/e_fmod.S index 3eaaf49fbb3..23de4a6c4e2 100644 --- a/sysdeps/ia64/fpu/e_fmod.S +++ b/sysdeps/ia64/fpu/e_fmod.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_fmodf.S b/sysdeps/ia64/fpu/e_fmodf.S index 149e27f1a1d..60613a781c7 100644 --- a/sysdeps/ia64/fpu/e_fmodf.S +++ b/sysdeps/ia64/fpu/e_fmodf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_fmodl.S b/sysdeps/ia64/fpu/e_fmodl.S index 3bd9b778126..bbe1060872a 100644 --- a/sysdeps/ia64/fpu/e_fmodl.S +++ b/sysdeps/ia64/fpu/e_fmodl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_hypot.S b/sysdeps/ia64/fpu/e_hypot.S index 34c2761dc3c..19442ff9c91 100644 --- a/sysdeps/ia64/fpu/e_hypot.S +++ b/sysdeps/ia64/fpu/e_hypot.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_hypotf.S b/sysdeps/ia64/fpu/e_hypotf.S index 6c6f5782ff5..58e93984ae6 100644 --- a/sysdeps/ia64/fpu/e_hypotf.S +++ b/sysdeps/ia64/fpu/e_hypotf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_hypotl.S b/sysdeps/ia64/fpu/e_hypotl.S index 9a3f31485f0..6d1a51e701d 100644 --- a/sysdeps/ia64/fpu/e_hypotl.S +++ b/sysdeps/ia64/fpu/e_hypotl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_ilogbl.S b/sysdeps/ia64/fpu/e_ilogbl.S index 8d67d4fb31b..68a17139fa2 100644 --- a/sysdeps/ia64/fpu/e_ilogbl.S +++ b/sysdeps/ia64/fpu/e_ilogbl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_lgamma_r.c b/sysdeps/ia64/fpu/e_lgamma_r.c index 8ae6df34193..b80af25a4d3 100644 --- a/sysdeps/ia64/fpu/e_lgamma_r.c +++ b/sysdeps/ia64/fpu/e_lgamma_r.c @@ -4,7 +4,6 @@ // Copyright (c) 2002 Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_lgammaf_r.c b/sysdeps/ia64/fpu/e_lgammaf_r.c index 9af43702ad4..3e9aab08236 100644 --- a/sysdeps/ia64/fpu/e_lgammaf_r.c +++ b/sysdeps/ia64/fpu/e_lgammaf_r.c @@ -4,7 +4,6 @@ // Copyright (c) 2002 Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_lgammal_r.c b/sysdeps/ia64/fpu/e_lgammal_r.c index 1f227c86dbf..6467cb75fe8 100644 --- a/sysdeps/ia64/fpu/e_lgammal_r.c +++ b/sysdeps/ia64/fpu/e_lgammal_r.c @@ -4,7 +4,6 @@ // Copyright (c) 2002 Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_log.S b/sysdeps/ia64/fpu/e_log.S index 7ee2392acd0..61c8e2c6a82 100644 --- a/sysdeps/ia64/fpu/e_log.S +++ b/sysdeps/ia64/fpu/e_log.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_log2.S b/sysdeps/ia64/fpu/e_log2.S index eecd72a63a4..e855d3101c5 100644 --- a/sysdeps/ia64/fpu/e_log2.S +++ b/sysdeps/ia64/fpu/e_log2.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_log2f.S b/sysdeps/ia64/fpu/e_log2f.S index e4ea0943448..2372613f019 100644 --- a/sysdeps/ia64/fpu/e_log2f.S +++ b/sysdeps/ia64/fpu/e_log2f.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_log2l.S b/sysdeps/ia64/fpu/e_log2l.S index 51bfd9a278e..8b97b2a4089 100644 --- a/sysdeps/ia64/fpu/e_log2l.S +++ b/sysdeps/ia64/fpu/e_log2l.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_logf.S b/sysdeps/ia64/fpu/e_logf.S index d299242198d..7330b305c20 100644 --- a/sysdeps/ia64/fpu/e_logf.S +++ b/sysdeps/ia64/fpu/e_logf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_logl.S b/sysdeps/ia64/fpu/e_logl.S index 2ffe106a26c..004aee9d636 100644 --- a/sysdeps/ia64/fpu/e_logl.S +++ b/sysdeps/ia64/fpu/e_logl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_pow.S b/sysdeps/ia64/fpu/e_pow.S index d827bcc8944..7157b28838d 100644 --- a/sysdeps/ia64/fpu/e_pow.S +++ b/sysdeps/ia64/fpu/e_pow.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_powf.S b/sysdeps/ia64/fpu/e_powf.S index 945d5cdf281..0e8aad192b9 100644 --- a/sysdeps/ia64/fpu/e_powf.S +++ b/sysdeps/ia64/fpu/e_powf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_powl.S b/sysdeps/ia64/fpu/e_powl.S index 4596322f15b..631d92dc773 100644 --- a/sysdeps/ia64/fpu/e_powl.S +++ b/sysdeps/ia64/fpu/e_powl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_remainder.S b/sysdeps/ia64/fpu/e_remainder.S index acefe7b9c92..af4b5fe36f2 100644 --- a/sysdeps/ia64/fpu/e_remainder.S +++ b/sysdeps/ia64/fpu/e_remainder.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_remainderf.S b/sysdeps/ia64/fpu/e_remainderf.S index 5b8d029d9af..6d2f77aa59a 100644 --- a/sysdeps/ia64/fpu/e_remainderf.S +++ b/sysdeps/ia64/fpu/e_remainderf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_remainderl.S b/sysdeps/ia64/fpu/e_remainderl.S index bdc2b8fae4b..f411d809065 100644 --- a/sysdeps/ia64/fpu/e_remainderl.S +++ b/sysdeps/ia64/fpu/e_remainderl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_scalb.S b/sysdeps/ia64/fpu/e_scalb.S index c25d8ab6715..c7b0e46b452 100644 --- a/sysdeps/ia64/fpu/e_scalb.S +++ b/sysdeps/ia64/fpu/e_scalb.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_scalbf.S b/sysdeps/ia64/fpu/e_scalbf.S index 2dde9788fcf..ce487e2a9b6 100644 --- a/sysdeps/ia64/fpu/e_scalbf.S +++ b/sysdeps/ia64/fpu/e_scalbf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_scalbl.S b/sysdeps/ia64/fpu/e_scalbl.S index 8aa3d0cccff..76b24dae076 100644 --- a/sysdeps/ia64/fpu/e_scalbl.S +++ b/sysdeps/ia64/fpu/e_scalbl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_sinh.S b/sysdeps/ia64/fpu/e_sinh.S index 2167c78edce..344b6b671cb 100644 --- a/sysdeps/ia64/fpu/e_sinh.S +++ b/sysdeps/ia64/fpu/e_sinh.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_sinhf.S b/sysdeps/ia64/fpu/e_sinhf.S index 08b873ecb79..6a14928e04d 100644 --- a/sysdeps/ia64/fpu/e_sinhf.S +++ b/sysdeps/ia64/fpu/e_sinhf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_sinhl.S b/sysdeps/ia64/fpu/e_sinhl.S index 65cfbf40660..8ec2dca9e6a 100644 --- a/sysdeps/ia64/fpu/e_sinhl.S +++ b/sysdeps/ia64/fpu/e_sinhl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2002, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_sqrt.S b/sysdeps/ia64/fpu/e_sqrt.S index 38d8a505eef..750183772b6 100644 --- a/sysdeps/ia64/fpu/e_sqrt.S +++ b/sysdeps/ia64/fpu/e_sqrt.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_sqrtf.S b/sysdeps/ia64/fpu/e_sqrtf.S index 6741bb49ace..df535d6129b 100644 --- a/sysdeps/ia64/fpu/e_sqrtf.S +++ b/sysdeps/ia64/fpu/e_sqrtf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/e_sqrtl.S b/sysdeps/ia64/fpu/e_sqrtl.S index e1c22344d08..a0373427682 100644 --- a/sysdeps/ia64/fpu/e_sqrtl.S +++ b/sysdeps/ia64/fpu/e_sqrtl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/fclrexcpt.c b/sysdeps/ia64/fpu/fclrexcpt.c index 61157c299bb..f69f0a62eac 100644 --- a/sysdeps/ia64/fpu/fclrexcpt.c +++ b/sysdeps/ia64/fpu/fclrexcpt.c @@ -1,8 +1,6 @@ /* Clear given exceptions in current floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Christian Boissat , 1999 and - Jes Sorensen , 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/sysdeps/ia64/fpu/fedisblxcpt.c b/sysdeps/ia64/fpu/fedisblxcpt.c index 8336694142e..72a2c10425f 100644 --- a/sysdeps/ia64/fpu/fedisblxcpt.c +++ b/sysdeps/ia64/fpu/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jes Sorensen , 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/sysdeps/ia64/fpu/feenablxcpt.c b/sysdeps/ia64/fpu/feenablxcpt.c index 9c8ba0de43c..9067cc5d909 100644 --- a/sysdeps/ia64/fpu/feenablxcpt.c +++ b/sysdeps/ia64/fpu/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jes Sorensen , 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/sysdeps/ia64/fpu/fegetenv.c b/sysdeps/ia64/fpu/fegetenv.c index f028072b55e..f8a7fb6911f 100644 --- a/sysdeps/ia64/fpu/fegetenv.c +++ b/sysdeps/ia64/fpu/fegetenv.c @@ -1,7 +1,6 @@ /* Store current floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Christian Boissat , 1999. 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/sysdeps/ia64/fpu/fegetexcept.c b/sysdeps/ia64/fpu/fegetexcept.c index c404ced1c62..c8378439e2d 100644 --- a/sysdeps/ia64/fpu/fegetexcept.c +++ b/sysdeps/ia64/fpu/fegetexcept.c @@ -1,7 +1,6 @@ /* Get enabled floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jes Sorensen , 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/sysdeps/ia64/fpu/fegetround.c b/sysdeps/ia64/fpu/fegetround.c index 6fb02db49e8..f5649f54260 100644 --- a/sysdeps/ia64/fpu/fegetround.c +++ b/sysdeps/ia64/fpu/fegetround.c @@ -1,7 +1,6 @@ /* Return current rounding direction. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Christian Boissat , 1999. 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/sysdeps/ia64/fpu/feholdexcpt.c b/sysdeps/ia64/fpu/feholdexcpt.c index ac1e3427d3b..a0c06fcc508 100644 --- a/sysdeps/ia64/fpu/feholdexcpt.c +++ b/sysdeps/ia64/fpu/feholdexcpt.c @@ -1,7 +1,6 @@ /* Store current floating-point environment and clear exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Christian Boissat , 1999 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/sysdeps/ia64/fpu/fesetenv.c b/sysdeps/ia64/fpu/fesetenv.c index cb510dd3ebb..8d14e39d24b 100644 --- a/sysdeps/ia64/fpu/fesetenv.c +++ b/sysdeps/ia64/fpu/fesetenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jes Sorensen , 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/sysdeps/ia64/fpu/fesetround.c b/sysdeps/ia64/fpu/fesetround.c index b4d886f46ae..ae927bb664d 100644 --- a/sysdeps/ia64/fpu/fesetround.c +++ b/sysdeps/ia64/fpu/fesetround.c @@ -1,7 +1,6 @@ /* Set current rounding direction. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Christian Boissat , 1999. 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/sysdeps/ia64/fpu/feupdateenv.c b/sysdeps/ia64/fpu/feupdateenv.c index 51d0edc664d..b025fca7fb8 100644 --- a/sysdeps/ia64/fpu/feupdateenv.c +++ b/sysdeps/ia64/fpu/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Christian Boissat , 1999. 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/sysdeps/ia64/fpu/fgetexcptflg.c b/sysdeps/ia64/fpu/fgetexcptflg.c index 68922ae1310..7310ac6fa3f 100644 --- a/sysdeps/ia64/fpu/fgetexcptflg.c +++ b/sysdeps/ia64/fpu/fgetexcptflg.c @@ -1,7 +1,6 @@ /* Store current representation for exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Christian Boissat , 1999. 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/sysdeps/ia64/fpu/fraiseexcpt.c b/sysdeps/ia64/fpu/fraiseexcpt.c index 8746cea230e..9d7bd17e9f4 100644 --- a/sysdeps/ia64/fpu/fraiseexcpt.c +++ b/sysdeps/ia64/fpu/fraiseexcpt.c @@ -1,7 +1,6 @@ /* Raise given exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jes Sorensen , 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/sysdeps/ia64/fpu/fsetexcptflg.c b/sysdeps/ia64/fpu/fsetexcptflg.c index c85bddf8720..979a4f49b2c 100644 --- a/sysdeps/ia64/fpu/fsetexcptflg.c +++ b/sysdeps/ia64/fpu/fsetexcptflg.c @@ -1,7 +1,6 @@ /* Set floating-point environment exception handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Christian Boissat , 1999. 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/sysdeps/ia64/fpu/ftestexcept.c b/sysdeps/ia64/fpu/ftestexcept.c index ff65c9477a7..c9c7aca9ba4 100644 --- a/sysdeps/ia64/fpu/ftestexcept.c +++ b/sysdeps/ia64/fpu/ftestexcept.c @@ -1,7 +1,6 @@ /* Test exception in current environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Christian Boissat , 1999. 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/sysdeps/ia64/fpu/get-rounding-mode.h b/sysdeps/ia64/fpu/get-rounding-mode.h index d5efc478176..b73ebb72260 100644 --- a/sysdeps/ia64/fpu/get-rounding-mode.h +++ b/sysdeps/ia64/fpu/get-rounding-mode.h @@ -1,7 +1,6 @@ /* Return current rounding direction within libc. IA64 version. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Christian Boissat , 1999. 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/sysdeps/ia64/fpu/libm_cpu_defs.h b/sysdeps/ia64/fpu/libm_cpu_defs.h index 810c683ee88..9184e507be6 100644 --- a/sysdeps/ia64/fpu/libm_cpu_defs.h +++ b/sysdeps/ia64/fpu/libm_cpu_defs.h @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_error.c b/sysdeps/ia64/fpu/libm_error.c index 34d1466e09e..519c3ab493f 100644 --- a/sysdeps/ia64/fpu/libm_error.c +++ b/sysdeps/ia64/fpu/libm_error.c @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_error_codes.h b/sysdeps/ia64/fpu/libm_error_codes.h index f196b33a102..fbf38004a6a 100644 --- a/sysdeps/ia64/fpu/libm_error_codes.h +++ b/sysdeps/ia64/fpu/libm_error_codes.h @@ -5,7 +5,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_frexp.S b/sysdeps/ia64/fpu/libm_frexp.S index 51bb268ddaf..a5536a9b462 100644 --- a/sysdeps/ia64/fpu/libm_frexp.S +++ b/sysdeps/ia64/fpu/libm_frexp.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_frexp4.S b/sysdeps/ia64/fpu/libm_frexp4.S index 08c2de67669..cf8dcafef67 100644 --- a/sysdeps/ia64/fpu/libm_frexp4.S +++ b/sysdeps/ia64/fpu/libm_frexp4.S @@ -3,8 +3,6 @@ // Copyright (C) 2000, 2001, Intel Corporation // All rights reserved. // -// Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, -// and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_frexp4f.S b/sysdeps/ia64/fpu/libm_frexp4f.S index 596dea67119..44faea7f4ba 100644 --- a/sysdeps/ia64/fpu/libm_frexp4f.S +++ b/sysdeps/ia64/fpu/libm_frexp4f.S @@ -3,8 +3,6 @@ // Copyright (C) 2000, 2001, Intel Corporation // All rights reserved. // -// Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, -// and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_frexp4l.S b/sysdeps/ia64/fpu/libm_frexp4l.S index 447c574bfc8..1be3320d8f2 100644 --- a/sysdeps/ia64/fpu/libm_frexp4l.S +++ b/sysdeps/ia64/fpu/libm_frexp4l.S @@ -3,8 +3,6 @@ // Copyright (C) 2000, 2001, Intel Corporation // All rights reserved. // -// Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, -// and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_frexpf.S b/sysdeps/ia64/fpu/libm_frexpf.S index bf34524cd04..6080b026775 100644 --- a/sysdeps/ia64/fpu/libm_frexpf.S +++ b/sysdeps/ia64/fpu/libm_frexpf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_frexpl.S b/sysdeps/ia64/fpu/libm_frexpl.S index 3c3bba08225..ebd49ab208d 100644 --- a/sysdeps/ia64/fpu/libm_frexpl.S +++ b/sysdeps/ia64/fpu/libm_frexpl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_lgamma.S b/sysdeps/ia64/fpu/libm_lgamma.S index 6096319ba50..12e464dd739 100644 --- a/sysdeps/ia64/fpu/libm_lgamma.S +++ b/sysdeps/ia64/fpu/libm_lgamma.S @@ -4,7 +4,6 @@ // Copyright (c) 2002 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_lgammaf.S b/sysdeps/ia64/fpu/libm_lgammaf.S index 7218911f5db..7697cc69ed0 100644 --- a/sysdeps/ia64/fpu/libm_lgammaf.S +++ b/sysdeps/ia64/fpu/libm_lgammaf.S @@ -4,7 +4,6 @@ // Copyright (c) 2002 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_lgammal.S b/sysdeps/ia64/fpu/libm_lgammal.S index 185433ab8d4..d82e4fcaf99 100644 --- a/sysdeps/ia64/fpu/libm_lgammal.S +++ b/sysdeps/ia64/fpu/libm_lgammal.S @@ -4,7 +4,6 @@ // Copyright (c) 2002 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_reduce.S b/sysdeps/ia64/fpu/libm_reduce.S index 8b132497b97..fd7d06d2634 100644 --- a/sysdeps/ia64/fpu/libm_reduce.S +++ b/sysdeps/ia64/fpu/libm_reduce.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_scalblnf.S b/sysdeps/ia64/fpu/libm_scalblnf.S index 56de44a0c42..bc75c9abfcc 100644 --- a/sysdeps/ia64/fpu/libm_scalblnf.S +++ b/sysdeps/ia64/fpu/libm_scalblnf.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_sincos.S b/sysdeps/ia64/fpu/libm_sincos.S index 85ccd5f56ac..bef2fee6fd9 100644 --- a/sysdeps/ia64/fpu/libm_sincos.S +++ b/sysdeps/ia64/fpu/libm_sincos.S @@ -4,7 +4,6 @@ // Copyright (c) 2002 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_sincos_large.S b/sysdeps/ia64/fpu/libm_sincos_large.S index 64c42662dd0..031bf083da6 100644 --- a/sysdeps/ia64/fpu/libm_sincos_large.S +++ b/sysdeps/ia64/fpu/libm_sincos_large.S @@ -4,7 +4,6 @@ // Copyright (c) 2002 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_sincosf.S b/sysdeps/ia64/fpu/libm_sincosf.S index f38c247b4b0..e46be5a5cd4 100644 --- a/sysdeps/ia64/fpu/libm_sincosf.S +++ b/sysdeps/ia64/fpu/libm_sincosf.S @@ -4,7 +4,6 @@ // Copyright (c) 2002 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_sincosl.S b/sysdeps/ia64/fpu/libm_sincosl.S index b0d027caf58..1eec445ed68 100644 --- a/sysdeps/ia64/fpu/libm_sincosl.S +++ b/sysdeps/ia64/fpu/libm_sincosl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_support.h b/sysdeps/ia64/fpu/libm_support.h index 4e7a66799db..7a2e23cbfe7 100644 --- a/sysdeps/ia64/fpu/libm_support.h +++ b/sysdeps/ia64/fpu/libm_support.h @@ -5,7 +5,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/libm_tan.S b/sysdeps/ia64/fpu/libm_tan.S index b267f13d9ea..3c8f95d0bfd 100644 --- a/sysdeps/ia64/fpu/libm_tan.S +++ b/sysdeps/ia64/fpu/libm_tan.S @@ -3,8 +3,6 @@ // Copyright (C) 2000, 2001, Intel Corporation // All rights reserved. // -// Contributed 2/2/2000 by John Harrison, Ted Kubaska, Bob Norin, Shane Story, -// and Ping Tak Peter Tang of the Computational Software Lab, Intel Corporation. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_asinh.S b/sysdeps/ia64/fpu/s_asinh.S index b57c015b0b8..141cfc036ab 100644 --- a/sysdeps/ia64/fpu/s_asinh.S +++ b/sysdeps/ia64/fpu/s_asinh.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_asinhf.S b/sysdeps/ia64/fpu/s_asinhf.S index 16c0fc4af1c..b80b1938f04 100644 --- a/sysdeps/ia64/fpu/s_asinhf.S +++ b/sysdeps/ia64/fpu/s_asinhf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_asinhl.S b/sysdeps/ia64/fpu/s_asinhl.S index baace924f2f..30c5acb1a13 100644 --- a/sysdeps/ia64/fpu/s_asinhl.S +++ b/sysdeps/ia64/fpu/s_asinhl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_atan.S b/sysdeps/ia64/fpu/s_atan.S index 598b42a687f..6baef56604d 100644 --- a/sysdeps/ia64/fpu/s_atan.S +++ b/sysdeps/ia64/fpu/s_atan.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_atanf.S b/sysdeps/ia64/fpu/s_atanf.S index cb3ca782206..9c30ec17c39 100644 --- a/sysdeps/ia64/fpu/s_atanf.S +++ b/sysdeps/ia64/fpu/s_atanf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_atanl.S b/sysdeps/ia64/fpu/s_atanl.S index 8d4951acf03..2e1c6a6846e 100644 --- a/sysdeps/ia64/fpu/s_atanl.S +++ b/sysdeps/ia64/fpu/s_atanl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_cbrt.S b/sysdeps/ia64/fpu/s_cbrt.S index 783212383b3..e7188756070 100644 --- a/sysdeps/ia64/fpu/s_cbrt.S +++ b/sysdeps/ia64/fpu/s_cbrt.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_cbrtf.S b/sysdeps/ia64/fpu/s_cbrtf.S index c0d102291cc..1c70f4f303f 100644 --- a/sysdeps/ia64/fpu/s_cbrtf.S +++ b/sysdeps/ia64/fpu/s_cbrtf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_cbrtl.S b/sysdeps/ia64/fpu/s_cbrtl.S index bfd2d5a5a00..113330d8308 100644 --- a/sysdeps/ia64/fpu/s_cbrtl.S +++ b/sysdeps/ia64/fpu/s_cbrtl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_ceil.S b/sysdeps/ia64/fpu/s_ceil.S index 93806086945..641f2911219 100644 --- a/sysdeps/ia64/fpu/s_ceil.S +++ b/sysdeps/ia64/fpu/s_ceil.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_ceilf.S b/sysdeps/ia64/fpu/s_ceilf.S index b1789d00893..84a95696bfc 100644 --- a/sysdeps/ia64/fpu/s_ceilf.S +++ b/sysdeps/ia64/fpu/s_ceilf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_ceill.S b/sysdeps/ia64/fpu/s_ceill.S index eb913d25e32..582f7493a84 100644 --- a/sysdeps/ia64/fpu/s_ceill.S +++ b/sysdeps/ia64/fpu/s_ceill.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_cos.S b/sysdeps/ia64/fpu/s_cos.S index 1c54b7e1b00..cc79aca17ed 100644 --- a/sysdeps/ia64/fpu/s_cos.S +++ b/sysdeps/ia64/fpu/s_cos.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_cosf.S b/sysdeps/ia64/fpu/s_cosf.S index 42de260cd79..f793e61fd3e 100644 --- a/sysdeps/ia64/fpu/s_cosf.S +++ b/sysdeps/ia64/fpu/s_cosf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_cosl.S b/sysdeps/ia64/fpu/s_cosl.S index 961b8d23ce0..f5052dd5089 100644 --- a/sysdeps/ia64/fpu/s_cosl.S +++ b/sysdeps/ia64/fpu/s_cosl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_erf.S b/sysdeps/ia64/fpu/s_erf.S index 8e2355dfff5..fefdefdf2db 100644 --- a/sysdeps/ia64/fpu/s_erf.S +++ b/sysdeps/ia64/fpu/s_erf.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_erfc.S b/sysdeps/ia64/fpu/s_erfc.S index 95fa0ab5347..c175bfa99fe 100644 --- a/sysdeps/ia64/fpu/s_erfc.S +++ b/sysdeps/ia64/fpu/s_erfc.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_erfcf.S b/sysdeps/ia64/fpu/s_erfcf.S index 88da077a3b8..0157cc0eff8 100644 --- a/sysdeps/ia64/fpu/s_erfcf.S +++ b/sysdeps/ia64/fpu/s_erfcf.S @@ -4,7 +4,6 @@ // Copyright (c) 2002 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_erfcl.S b/sysdeps/ia64/fpu/s_erfcl.S index ff39c7ee3f3..09d7c2aef1e 100644 --- a/sysdeps/ia64/fpu/s_erfcl.S +++ b/sysdeps/ia64/fpu/s_erfcl.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_erff.S b/sysdeps/ia64/fpu/s_erff.S index e20183664ae..3a988bac35e 100644 --- a/sysdeps/ia64/fpu/s_erff.S +++ b/sysdeps/ia64/fpu/s_erff.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_erfl.S b/sysdeps/ia64/fpu/s_erfl.S index 8d58905c1ce..3b5ed2c25de 100644 --- a/sysdeps/ia64/fpu/s_erfl.S +++ b/sysdeps/ia64/fpu/s_erfl.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_expm1.S b/sysdeps/ia64/fpu/s_expm1.S index 18d07e5bf9d..e2e6829b531 100644 --- a/sysdeps/ia64/fpu/s_expm1.S +++ b/sysdeps/ia64/fpu/s_expm1.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_expm1f.S b/sysdeps/ia64/fpu/s_expm1f.S index c324139ccc1..11347862178 100644 --- a/sysdeps/ia64/fpu/s_expm1f.S +++ b/sysdeps/ia64/fpu/s_expm1f.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_expm1l.S b/sysdeps/ia64/fpu/s_expm1l.S index 4c9dcebeb35..e772c44871a 100644 --- a/sysdeps/ia64/fpu/s_expm1l.S +++ b/sysdeps/ia64/fpu/s_expm1l.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fabs.S b/sysdeps/ia64/fpu/s_fabs.S index f168a04c0e3..9ae85e3bde8 100644 --- a/sysdeps/ia64/fpu/s_fabs.S +++ b/sysdeps/ia64/fpu/s_fabs.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fabsf.S b/sysdeps/ia64/fpu/s_fabsf.S index b851ad0c8eb..9c706e91c23 100644 --- a/sysdeps/ia64/fpu/s_fabsf.S +++ b/sysdeps/ia64/fpu/s_fabsf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fabsl.S b/sysdeps/ia64/fpu/s_fabsl.S index ca7812c4dc2..07838b10575 100644 --- a/sysdeps/ia64/fpu/s_fabsl.S +++ b/sysdeps/ia64/fpu/s_fabsl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fdim.S b/sysdeps/ia64/fpu/s_fdim.S index d962a7f9cc7..4c85c6907f6 100644 --- a/sysdeps/ia64/fpu/s_fdim.S +++ b/sysdeps/ia64/fpu/s_fdim.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fdimf.S b/sysdeps/ia64/fpu/s_fdimf.S index 88f67a53f73..c0ffcb76a6c 100644 --- a/sysdeps/ia64/fpu/s_fdimf.S +++ b/sysdeps/ia64/fpu/s_fdimf.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fdiml.S b/sysdeps/ia64/fpu/s_fdiml.S index c23da7ebb02..1476e5e8471 100644 --- a/sysdeps/ia64/fpu/s_fdiml.S +++ b/sysdeps/ia64/fpu/s_fdiml.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_floor.S b/sysdeps/ia64/fpu/s_floor.S index 35fa41be7e9..643aadc0afe 100644 --- a/sysdeps/ia64/fpu/s_floor.S +++ b/sysdeps/ia64/fpu/s_floor.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_floorf.S b/sysdeps/ia64/fpu/s_floorf.S index 8cd1ca6a1af..07d00152cb6 100644 --- a/sysdeps/ia64/fpu/s_floorf.S +++ b/sysdeps/ia64/fpu/s_floorf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_floorl.S b/sysdeps/ia64/fpu/s_floorl.S index 8d495c01499..ee38b075b56 100644 --- a/sysdeps/ia64/fpu/s_floorl.S +++ b/sysdeps/ia64/fpu/s_floorl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fma.S b/sysdeps/ia64/fpu/s_fma.S index 49e8059da2d..c6346553bd8 100644 --- a/sysdeps/ia64/fpu/s_fma.S +++ b/sysdeps/ia64/fpu/s_fma.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fmaf.S b/sysdeps/ia64/fpu/s_fmaf.S index e59b6345619..6c5a5369dc7 100644 --- a/sysdeps/ia64/fpu/s_fmaf.S +++ b/sysdeps/ia64/fpu/s_fmaf.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fmal.S b/sysdeps/ia64/fpu/s_fmal.S index 35479919550..60881124b16 100644 --- a/sysdeps/ia64/fpu/s_fmal.S +++ b/sysdeps/ia64/fpu/s_fmal.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fmax.S b/sysdeps/ia64/fpu/s_fmax.S index a5724514e8a..0ba7ff44d72 100644 --- a/sysdeps/ia64/fpu/s_fmax.S +++ b/sysdeps/ia64/fpu/s_fmax.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fmaxf.S b/sysdeps/ia64/fpu/s_fmaxf.S index 04f3f8847dd..862692a6ea5 100644 --- a/sysdeps/ia64/fpu/s_fmaxf.S +++ b/sysdeps/ia64/fpu/s_fmaxf.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_fmaxl.S b/sysdeps/ia64/fpu/s_fmaxl.S index 9d5a1a76a40..cf00453c262 100644 --- a/sysdeps/ia64/fpu/s_fmaxl.S +++ b/sysdeps/ia64/fpu/s_fmaxl.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_frexp.c b/sysdeps/ia64/fpu/s_frexp.c index 43794ea308c..328bc6bf159 100644 --- a/sysdeps/ia64/fpu/s_frexp.c +++ b/sysdeps/ia64/fpu/s_frexp.c @@ -4,7 +4,6 @@ // Copyright (c) 2000-2002, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_frexpf.c b/sysdeps/ia64/fpu/s_frexpf.c index fbdee846d93..e0ab09fd017 100644 --- a/sysdeps/ia64/fpu/s_frexpf.c +++ b/sysdeps/ia64/fpu/s_frexpf.c @@ -4,7 +4,6 @@ // Copyright (c) 2000-2002, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_frexpl.c b/sysdeps/ia64/fpu/s_frexpl.c index 7da92550b18..f801c15b624 100644 --- a/sysdeps/ia64/fpu/s_frexpl.c +++ b/sysdeps/ia64/fpu/s_frexpl.c @@ -4,7 +4,6 @@ // Copyright (c) 2000-2002, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_ilogb.S b/sysdeps/ia64/fpu/s_ilogb.S index 0102370cd65..688319f408d 100644 --- a/sysdeps/ia64/fpu/s_ilogb.S +++ b/sysdeps/ia64/fpu/s_ilogb.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_ilogbf.S b/sysdeps/ia64/fpu/s_ilogbf.S index 9e971bc6342..507539a9d37 100644 --- a/sysdeps/ia64/fpu/s_ilogbf.S +++ b/sysdeps/ia64/fpu/s_ilogbf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_isinf.S b/sysdeps/ia64/fpu/s_isinf.S index 0e1f92c5ffa..e1511aa3dea 100644 --- a/sysdeps/ia64/fpu/s_isinf.S +++ b/sysdeps/ia64/fpu/s_isinf.S @@ -1,7 +1,6 @@ /* Test for inf/-inf Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jes Sorensen , October 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/sysdeps/ia64/fpu/s_isnan.S b/sysdeps/ia64/fpu/s_isnan.S index da622ccc361..78c5a38043c 100644 --- a/sysdeps/ia64/fpu/s_isnan.S +++ b/sysdeps/ia64/fpu/s_isnan.S @@ -1,7 +1,6 @@ /* Test for NaN Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jes Sorensen , October 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/sysdeps/ia64/fpu/s_ldexp.c b/sysdeps/ia64/fpu/s_ldexp.c index 36e3a2d0672..08da596e3bc 100644 --- a/sysdeps/ia64/fpu/s_ldexp.c +++ b/sysdeps/ia64/fpu/s_ldexp.c @@ -4,7 +4,6 @@ // Copyright (c) 2000, 2001, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_ldexpf.c b/sysdeps/ia64/fpu/s_ldexpf.c index c56db0e0b35..56fb0a7bd53 100644 --- a/sysdeps/ia64/fpu/s_ldexpf.c +++ b/sysdeps/ia64/fpu/s_ldexpf.c @@ -4,7 +4,6 @@ // Copyright (c) 2000, 2001, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_ldexpl.c b/sysdeps/ia64/fpu/s_ldexpl.c index 594e112562e..ab9b6e4d3b9 100644 --- a/sysdeps/ia64/fpu/s_ldexpl.c +++ b/sysdeps/ia64/fpu/s_ldexpl.c @@ -4,7 +4,6 @@ // Copyright (c) 2000, 2001, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_libm_ldexp.S b/sysdeps/ia64/fpu/s_libm_ldexp.S index 2aaf2c35fd6..98fc83cb2fa 100644 --- a/sysdeps/ia64/fpu/s_libm_ldexp.S +++ b/sysdeps/ia64/fpu/s_libm_ldexp.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_libm_ldexpf.S b/sysdeps/ia64/fpu/s_libm_ldexpf.S index 1326a14c2d1..e2ce4aa5681 100644 --- a/sysdeps/ia64/fpu/s_libm_ldexpf.S +++ b/sysdeps/ia64/fpu/s_libm_ldexpf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_libm_ldexpl.S b/sysdeps/ia64/fpu/s_libm_ldexpl.S index fffda9e55ad..5bb96c96481 100644 --- a/sysdeps/ia64/fpu/s_libm_ldexpl.S +++ b/sysdeps/ia64/fpu/s_libm_ldexpl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_libm_scalbn.S b/sysdeps/ia64/fpu/s_libm_scalbn.S index eaccb7de7a8..dbaac009db5 100644 --- a/sysdeps/ia64/fpu/s_libm_scalbn.S +++ b/sysdeps/ia64/fpu/s_libm_scalbn.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_libm_scalbnf.S b/sysdeps/ia64/fpu/s_libm_scalbnf.S index e00997aba7a..c8e37d0552e 100644 --- a/sysdeps/ia64/fpu/s_libm_scalbnf.S +++ b/sysdeps/ia64/fpu/s_libm_scalbnf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_libm_scalbnl.S b/sysdeps/ia64/fpu/s_libm_scalbnl.S index 1edf9a05d38..bf817810d9d 100644 --- a/sysdeps/ia64/fpu/s_libm_scalbnl.S +++ b/sysdeps/ia64/fpu/s_libm_scalbnl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_log1p.S b/sysdeps/ia64/fpu/s_log1p.S index 02fa3ef49ee..8c57c4bf288 100644 --- a/sysdeps/ia64/fpu/s_log1p.S +++ b/sysdeps/ia64/fpu/s_log1p.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_log1pf.S b/sysdeps/ia64/fpu/s_log1pf.S index 45638b5b6f6..1f1b66de604 100644 --- a/sysdeps/ia64/fpu/s_log1pf.S +++ b/sysdeps/ia64/fpu/s_log1pf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_log1pl.S b/sysdeps/ia64/fpu/s_log1pl.S index e96782bbac5..5c03d5922ea 100644 --- a/sysdeps/ia64/fpu/s_log1pl.S +++ b/sysdeps/ia64/fpu/s_log1pl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_logb.S b/sysdeps/ia64/fpu/s_logb.S index c73db8791e0..da7e2cfbec9 100644 --- a/sysdeps/ia64/fpu/s_logb.S +++ b/sysdeps/ia64/fpu/s_logb.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_logbf.S b/sysdeps/ia64/fpu/s_logbf.S index 72ecb390e54..b438340d9da 100644 --- a/sysdeps/ia64/fpu/s_logbf.S +++ b/sysdeps/ia64/fpu/s_logbf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_logbl.S b/sysdeps/ia64/fpu/s_logbl.S index 0100a3e9d7c..5f6995e9b9a 100644 --- a/sysdeps/ia64/fpu/s_logbl.S +++ b/sysdeps/ia64/fpu/s_logbl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_modf.S b/sysdeps/ia64/fpu/s_modf.S index 2b6ca8eda7a..79935fb55f7 100644 --- a/sysdeps/ia64/fpu/s_modf.S +++ b/sysdeps/ia64/fpu/s_modf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_modff.S b/sysdeps/ia64/fpu/s_modff.S index 31f43c60d92..3bdcf26e5f0 100644 --- a/sysdeps/ia64/fpu/s_modff.S +++ b/sysdeps/ia64/fpu/s_modff.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_modfl.S b/sysdeps/ia64/fpu/s_modfl.S index 31399995368..5fdfdb6447e 100644 --- a/sysdeps/ia64/fpu/s_modfl.S +++ b/sysdeps/ia64/fpu/s_modfl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_nearbyint.S b/sysdeps/ia64/fpu/s_nearbyint.S index 91508e8cc45..47f3c109665 100644 --- a/sysdeps/ia64/fpu/s_nearbyint.S +++ b/sysdeps/ia64/fpu/s_nearbyint.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_nearbyintf.S b/sysdeps/ia64/fpu/s_nearbyintf.S index 8a80fb08290..73d36be3217 100644 --- a/sysdeps/ia64/fpu/s_nearbyintf.S +++ b/sysdeps/ia64/fpu/s_nearbyintf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_nearbyintl.S b/sysdeps/ia64/fpu/s_nearbyintl.S index bf4e8a9afd1..90cc4ea444e 100644 --- a/sysdeps/ia64/fpu/s_nearbyintl.S +++ b/sysdeps/ia64/fpu/s_nearbyintl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_nextafter.S b/sysdeps/ia64/fpu/s_nextafter.S index fa1d3f16334..1dbfd686777 100644 --- a/sysdeps/ia64/fpu/s_nextafter.S +++ b/sysdeps/ia64/fpu/s_nextafter.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_nextafterf.S b/sysdeps/ia64/fpu/s_nextafterf.S index ca8d6ab6087..53d418bb113 100644 --- a/sysdeps/ia64/fpu/s_nextafterf.S +++ b/sysdeps/ia64/fpu/s_nextafterf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_nextafterl.S b/sysdeps/ia64/fpu/s_nextafterl.S index cf2feba0433..83eaa41e7e9 100644 --- a/sysdeps/ia64/fpu/s_nextafterl.S +++ b/sysdeps/ia64/fpu/s_nextafterl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_nexttoward.S b/sysdeps/ia64/fpu/s_nexttoward.S index 558589ad468..8e4c2c4943c 100644 --- a/sysdeps/ia64/fpu/s_nexttoward.S +++ b/sysdeps/ia64/fpu/s_nexttoward.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_nexttowardf.S b/sysdeps/ia64/fpu/s_nexttowardf.S index 76a0f0011a8..95fe93d3e49 100644 --- a/sysdeps/ia64/fpu/s_nexttowardf.S +++ b/sysdeps/ia64/fpu/s_nexttowardf.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_nexttowardl.S b/sysdeps/ia64/fpu/s_nexttowardl.S index 485e215e28a..7c038e83b6f 100644 --- a/sysdeps/ia64/fpu/s_nexttowardl.S +++ b/sysdeps/ia64/fpu/s_nexttowardl.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_rint.S b/sysdeps/ia64/fpu/s_rint.S index 3a546d963f2..2966144e5b9 100644 --- a/sysdeps/ia64/fpu/s_rint.S +++ b/sysdeps/ia64/fpu/s_rint.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_rintf.S b/sysdeps/ia64/fpu/s_rintf.S index 1d9a538538f..bcd4e039df9 100644 --- a/sysdeps/ia64/fpu/s_rintf.S +++ b/sysdeps/ia64/fpu/s_rintf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_rintl.S b/sysdeps/ia64/fpu/s_rintl.S index 8b6c87162b4..6dd39b4b4a4 100644 --- a/sysdeps/ia64/fpu/s_rintl.S +++ b/sysdeps/ia64/fpu/s_rintl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_round.S b/sysdeps/ia64/fpu/s_round.S index 03afb1bf738..d54bafe1888 100644 --- a/sysdeps/ia64/fpu/s_round.S +++ b/sysdeps/ia64/fpu/s_round.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_roundf.S b/sysdeps/ia64/fpu/s_roundf.S index 10fa49b7be0..feacca927fb 100644 --- a/sysdeps/ia64/fpu/s_roundf.S +++ b/sysdeps/ia64/fpu/s_roundf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_roundl.S b/sysdeps/ia64/fpu/s_roundl.S index 8ec511f69fd..18cf58c5bd9 100644 --- a/sysdeps/ia64/fpu/s_roundl.S +++ b/sysdeps/ia64/fpu/s_roundl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_scalblnf.c b/sysdeps/ia64/fpu/s_scalblnf.c index d07069dccfb..f28b2ed827a 100644 --- a/sysdeps/ia64/fpu/s_scalblnf.c +++ b/sysdeps/ia64/fpu/s_scalblnf.c @@ -4,7 +4,6 @@ // Copyright (c) 2000, 2001, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_scalbn.c b/sysdeps/ia64/fpu/s_scalbn.c index 8bb7b2aa5ed..70a198ee2e3 100644 --- a/sysdeps/ia64/fpu/s_scalbn.c +++ b/sysdeps/ia64/fpu/s_scalbn.c @@ -4,7 +4,6 @@ // Copyright (c) 2000, 2001, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_scalbnf.c b/sysdeps/ia64/fpu/s_scalbnf.c index ee2296064f4..255fc8dde7f 100644 --- a/sysdeps/ia64/fpu/s_scalbnf.c +++ b/sysdeps/ia64/fpu/s_scalbnf.c @@ -4,7 +4,6 @@ // Copyright (c) 2000, 2001, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_scalbnl.c b/sysdeps/ia64/fpu/s_scalbnl.c index dca01cfb5fb..c96eb754564 100644 --- a/sysdeps/ia64/fpu/s_scalbnl.c +++ b/sysdeps/ia64/fpu/s_scalbnl.c @@ -4,7 +4,6 @@ // Copyright (c) 2000, 2001, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_significand.S b/sysdeps/ia64/fpu/s_significand.S index c3f921f8201..6ef9856dd66 100644 --- a/sysdeps/ia64/fpu/s_significand.S +++ b/sysdeps/ia64/fpu/s_significand.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_significandf.S b/sysdeps/ia64/fpu/s_significandf.S index 5ae4c74ab5a..9fef45cdad4 100644 --- a/sysdeps/ia64/fpu/s_significandf.S +++ b/sysdeps/ia64/fpu/s_significandf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_significandl.S b/sysdeps/ia64/fpu/s_significandl.S index e30c83cb726..a0cd6f3270e 100644 --- a/sysdeps/ia64/fpu/s_significandl.S +++ b/sysdeps/ia64/fpu/s_significandl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_tan.S b/sysdeps/ia64/fpu/s_tan.S index 8305b8e91bd..d3b511f2269 100644 --- a/sysdeps/ia64/fpu/s_tan.S +++ b/sysdeps/ia64/fpu/s_tan.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_tanf.S b/sysdeps/ia64/fpu/s_tanf.S index a25bb943fe6..8bbdee92324 100644 --- a/sysdeps/ia64/fpu/s_tanf.S +++ b/sysdeps/ia64/fpu/s_tanf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_tanh.S b/sysdeps/ia64/fpu/s_tanh.S index 56cc43dfea4..eb7d4462be0 100644 --- a/sysdeps/ia64/fpu/s_tanh.S +++ b/sysdeps/ia64/fpu/s_tanh.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_tanhf.S b/sysdeps/ia64/fpu/s_tanhf.S index ffbc9ea1759..eba2c2222f6 100644 --- a/sysdeps/ia64/fpu/s_tanhf.S +++ b/sysdeps/ia64/fpu/s_tanhf.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_tanhl.S b/sysdeps/ia64/fpu/s_tanhl.S index 1810e4daeaf..5a05c91552b 100644 --- a/sysdeps/ia64/fpu/s_tanhl.S +++ b/sysdeps/ia64/fpu/s_tanhl.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_tanl.S b/sysdeps/ia64/fpu/s_tanl.S index ab893fc2b46..c28658e24e9 100644 --- a/sysdeps/ia64/fpu/s_tanl.S +++ b/sysdeps/ia64/fpu/s_tanl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2004, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_trunc.S b/sysdeps/ia64/fpu/s_trunc.S index e0aa3d33c5f..81add71f653 100644 --- a/sysdeps/ia64/fpu/s_trunc.S +++ b/sysdeps/ia64/fpu/s_trunc.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_truncf.S b/sysdeps/ia64/fpu/s_truncf.S index b9a055b3932..7e084cbd329 100644 --- a/sysdeps/ia64/fpu/s_truncf.S +++ b/sysdeps/ia64/fpu/s_truncf.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/s_truncl.S b/sysdeps/ia64/fpu/s_truncl.S index f73e7b46b94..6fb44df6435 100644 --- a/sysdeps/ia64/fpu/s_truncl.S +++ b/sysdeps/ia64/fpu/s_truncl.S @@ -4,7 +4,6 @@ // Copyright (c) 2000 - 2003, Intel Corporation // All rights reserved. // -// Contributed 2000 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/w_lgamma_main.c b/sysdeps/ia64/fpu/w_lgamma_main.c index 2fd6dd1b048..59fb77820f9 100644 --- a/sysdeps/ia64/fpu/w_lgamma_main.c +++ b/sysdeps/ia64/fpu/w_lgamma_main.c @@ -4,7 +4,6 @@ // Copyright (c) 2002 Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/w_lgammaf_main.c b/sysdeps/ia64/fpu/w_lgammaf_main.c index dc781aacab1..bf273300e5a 100644 --- a/sysdeps/ia64/fpu/w_lgammaf_main.c +++ b/sysdeps/ia64/fpu/w_lgammaf_main.c @@ -4,7 +4,6 @@ // Copyright (c) 2002 Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/w_lgammal_main.c b/sysdeps/ia64/fpu/w_lgammal_main.c index 46e4d7f629a..804500d12e8 100644 --- a/sysdeps/ia64/fpu/w_lgammal_main.c +++ b/sysdeps/ia64/fpu/w_lgammal_main.c @@ -4,7 +4,6 @@ // Copyright (c) 2002 Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/w_tgamma_compat.S b/sysdeps/ia64/fpu/w_tgamma_compat.S index 364c70f4a9b..8440a0c7b38 100644 --- a/sysdeps/ia64/fpu/w_tgamma_compat.S +++ b/sysdeps/ia64/fpu/w_tgamma_compat.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/w_tgammaf_compat.S b/sysdeps/ia64/fpu/w_tgammaf_compat.S index 7ffc761d423..67eed2722fe 100644 --- a/sysdeps/ia64/fpu/w_tgammaf_compat.S +++ b/sysdeps/ia64/fpu/w_tgammaf_compat.S @@ -4,7 +4,6 @@ // Copyright (c) 2001 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2001 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/fpu/w_tgammal_compat.S b/sysdeps/ia64/fpu/w_tgammal_compat.S index e71466d1d47..7853927482e 100644 --- a/sysdeps/ia64/fpu/w_tgammal_compat.S +++ b/sysdeps/ia64/fpu/w_tgammal_compat.S @@ -4,7 +4,6 @@ // Copyright (c) 2002 - 2005, Intel Corporation // All rights reserved. // -// Contributed 2002 by the Intel Numerics Group, Intel Corporation // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/sysdeps/ia64/hp-timing.h b/sysdeps/ia64/hp-timing.h index ea2b95423f9..be19e0beb34 100644 --- a/sysdeps/ia64/hp-timing.h +++ b/sysdeps/ia64/hp-timing.h @@ -1,7 +1,6 @@ /* High precision, low overhead timing functions. IA-64 version. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/ia64/htonl.S b/sysdeps/ia64/htonl.S index e1e4133a969..f5a79c6a80a 100644 --- a/sysdeps/ia64/htonl.S +++ b/sysdeps/ia64/htonl.S @@ -1,7 +1,6 @@ /* Change byte order in 32-bit value. ia64 version. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Dan Pop 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/sysdeps/ia64/htons.S b/sysdeps/ia64/htons.S index 86bca396197..f53cc297a96 100644 --- a/sysdeps/ia64/htons.S +++ b/sysdeps/ia64/htons.S @@ -1,7 +1,6 @@ /* Change byte order in 16-bit value. ia64 version. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Dan Pop 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/sysdeps/ia64/jmpbuf-unwind.h b/sysdeps/ia64/jmpbuf-unwind.h index 63e3a279a48..a9fa6f02389 100644 --- a/sysdeps/ia64/jmpbuf-unwind.h +++ b/sysdeps/ia64/jmpbuf-unwind.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/ia64/memccpy.S b/sysdeps/ia64/memccpy.S index d64a5ae8348..94e4806250e 100644 --- a/sysdeps/ia64/memccpy.S +++ b/sysdeps/ia64/memccpy.S @@ -1,7 +1,6 @@ /* Optimized version of the memccpy() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop . 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/sysdeps/ia64/memchr.S b/sysdeps/ia64/memchr.S index 03eac56ba95..bd2d62d35b1 100644 --- a/sysdeps/ia64/memchr.S +++ b/sysdeps/ia64/memchr.S @@ -1,7 +1,6 @@ /* Optimized version of the standard memchr() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop . 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/sysdeps/ia64/memcmp.S b/sysdeps/ia64/memcmp.S index 98570f4e364..97539c23fde 100644 --- a/sysdeps/ia64/memcmp.S +++ b/sysdeps/ia64/memcmp.S @@ -1,7 +1,6 @@ /* Optimized version of the standard memcmp() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop . 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/sysdeps/ia64/memcpy.S b/sysdeps/ia64/memcpy.S index c4b67b20313..5f519ed42f0 100644 --- a/sysdeps/ia64/memcpy.S +++ b/sysdeps/ia64/memcpy.S @@ -1,8 +1,6 @@ /* Optimized version of the standard memcpy() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop for Itanium . - Rewritten for McKinley by Sverre Jarp, HP Labs/CERN 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/sysdeps/ia64/memmove.S b/sysdeps/ia64/memmove.S index 5a80ea678b9..27af9a32d0d 100644 --- a/sysdeps/ia64/memmove.S +++ b/sysdeps/ia64/memmove.S @@ -1,7 +1,6 @@ /* Optimized version of the standard memmove() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop . 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/sysdeps/ia64/memset.S b/sysdeps/ia64/memset.S index a0647817fc8..c7312aba8c1 100644 --- a/sysdeps/ia64/memset.S +++ b/sysdeps/ia64/memset.S @@ -1,8 +1,6 @@ /* Optimized version of the standard memset() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop for Itanium . - Rewritten for McKinley by Sverre Jarp, HP Labs/CERN 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/sysdeps/ia64/nptl/pthread_spin_lock.c b/sysdeps/ia64/nptl/pthread_spin_lock.c index b80102187c1..7f4489d8926 100644 --- a/sysdeps/ia64/nptl/pthread_spin_lock.c +++ b/sysdeps/ia64/nptl/pthread_spin_lock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/ia64/nptl/pthread_spin_trylock.c b/sysdeps/ia64/nptl/pthread_spin_trylock.c index 323af6bf62b..971c3398e9c 100644 --- a/sysdeps/ia64/nptl/pthread_spin_trylock.c +++ b/sysdeps/ia64/nptl/pthread_spin_trylock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/ia64/nptl/pthread_spin_unlock.c b/sysdeps/ia64/nptl/pthread_spin_unlock.c index a4509c9d014..3038e0075ab 100644 --- a/sysdeps/ia64/nptl/pthread_spin_unlock.c +++ b/sysdeps/ia64/nptl/pthread_spin_unlock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/ia64/start.S b/sysdeps/ia64/start.S index b28f8cb4296..a976dec0123 100644 --- a/sysdeps/ia64/start.S +++ b/sysdeps/ia64/start.S @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jes Sorensen, , April 1999. 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/sysdeps/ia64/strchr.S b/sysdeps/ia64/strchr.S index f1837e349fb..60a66aa9a76 100644 --- a/sysdeps/ia64/strchr.S +++ b/sysdeps/ia64/strchr.S @@ -1,7 +1,6 @@ /* Optimized version of the standard strchr() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop . 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/sysdeps/ia64/strcmp.S b/sysdeps/ia64/strcmp.S index a0aa6474f9d..eb2302d8c1b 100644 --- a/sysdeps/ia64/strcmp.S +++ b/sysdeps/ia64/strcmp.S @@ -1,7 +1,6 @@ /* Optimized version of the standard strcmp() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop . 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/sysdeps/ia64/strcpy.S b/sysdeps/ia64/strcpy.S index 7b4d4c3bd7c..3d1abb2a7a6 100644 --- a/sysdeps/ia64/strcpy.S +++ b/sysdeps/ia64/strcpy.S @@ -1,7 +1,6 @@ /* Optimized version of the standard strcpy() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop . 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/sysdeps/ia64/strlen.S b/sysdeps/ia64/strlen.S index b901dca7f93..bf22f38df26 100644 --- a/sysdeps/ia64/strlen.S +++ b/sysdeps/ia64/strlen.S @@ -1,7 +1,6 @@ /* Optimized version of the standard strlen() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop . 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/sysdeps/ia64/strncmp.S b/sysdeps/ia64/strncmp.S index 19d171ad5ef..e80e0714478 100644 --- a/sysdeps/ia64/strncmp.S +++ b/sysdeps/ia64/strncmp.S @@ -1,7 +1,6 @@ /* Optimized version of the standard strncmp() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop . 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/sysdeps/ia64/strncpy.S b/sysdeps/ia64/strncpy.S index 8fb0b7349ce..19a062d9225 100644 --- a/sysdeps/ia64/strncpy.S +++ b/sysdeps/ia64/strncpy.S @@ -1,8 +1,6 @@ /* Optimized version of the standard strncpy() function. This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Dan Pop - and Jakub Jelinek . 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/sysdeps/ia64/sysdep.h b/sysdeps/ia64/sysdep.h index 0ce3a862c37..2c3be6dbac2 100644 --- a/sysdeps/ia64/sysdep.h +++ b/sysdeps/ia64/sysdep.h @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang 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/sysdeps/ia64/unwind-resume.c b/sysdeps/ia64/unwind-resume.c index f8cf4471629..9d0c14dd8ef 100644 --- a/sysdeps/ia64/unwind-resume.c +++ b/sysdeps/ia64/unwind-resume.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . 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/sysdeps/ieee754/dbl-64/asincos.tbl b/sysdeps/ieee754/dbl-64/asincos.tbl index 316d9ac77b5..8b446890b4d 100644 --- a/sysdeps/ieee754/dbl-64/asincos.tbl +++ b/sysdeps/ieee754/dbl-64/asincos.tbl @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/atnat.h b/sysdeps/ieee754/dbl-64/atnat.h index 2b12481f049..6f8f1de1fdc 100644 --- a/sysdeps/ieee754/dbl-64/atnat.h +++ b/sysdeps/ieee754/dbl-64/atnat.h @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/atnat2.h b/sysdeps/ieee754/dbl-64/atnat2.h index f9f8debd55d..6d1298c2004 100644 --- a/sysdeps/ieee754/dbl-64/atnat2.h +++ b/sysdeps/ieee754/dbl-64/atnat2.h @@ -1,7 +1,6 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/branred.c b/sysdeps/ieee754/dbl-64/branred.c index 1450db3aabb..77c80ec9940 100644 --- a/sysdeps/ieee754/dbl-64/branred.c +++ b/sysdeps/ieee754/dbl-64/branred.c @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/branred.h b/sysdeps/ieee754/dbl-64/branred.h index b53714d7b52..09c94154601 100644 --- a/sysdeps/ieee754/dbl-64/branred.h +++ b/sysdeps/ieee754/dbl-64/branred.h @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/dla.h b/sysdeps/ieee754/dbl-64/dla.h index 37e96be931a..a8d4bbf3254 100644 --- a/sysdeps/ieee754/dbl-64/dla.h +++ b/sysdeps/ieee754/dbl-64/dla.h @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/e_acosh.c b/sysdeps/ieee754/dbl-64/e_acosh.c index a241366f308..bd350143004 100644 --- a/sysdeps/ieee754/dbl-64/e_acosh.c +++ b/sysdeps/ieee754/dbl-64/e_acosh.c @@ -1,4 +1,3 @@ -/* Optimized for 64-bit by Ulrich Drepper , 2012 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. diff --git a/sysdeps/ieee754/dbl-64/e_atanh.c b/sysdeps/ieee754/dbl-64/e_atanh.c index db1f69f953e..6eea587a5f3 100644 --- a/sysdeps/ieee754/dbl-64/e_atanh.c +++ b/sysdeps/ieee754/dbl-64/e_atanh.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/ieee754/dbl-64/e_cosh.c b/sysdeps/ieee754/dbl-64/e_cosh.c index 81de5ae6bd3..1c920816766 100644 --- a/sysdeps/ieee754/dbl-64/e_cosh.c +++ b/sysdeps/ieee754/dbl-64/e_cosh.c @@ -1,4 +1,3 @@ -/* Optimized by Ulrich Drepper , 2011 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. diff --git a/sysdeps/ieee754/dbl-64/e_fmod.c b/sysdeps/ieee754/dbl-64/e_fmod.c index 52a86874484..60b8bbb9d2e 100644 --- a/sysdeps/ieee754/dbl-64/e_fmod.c +++ b/sysdeps/ieee754/dbl-64/e_fmod.c @@ -1,4 +1,3 @@ -/* Rewritten for 64-bit machines by Ulrich Drepper . */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. diff --git a/sysdeps/ieee754/dbl-64/e_gamma_r.c b/sysdeps/ieee754/dbl-64/e_gamma_r.c index eb36a9f4644..93edb485dc0 100644 --- a/sysdeps/ieee754/dbl-64/e_gamma_r.c +++ b/sysdeps/ieee754/dbl-64/e_gamma_r.c @@ -1,7 +1,6 @@ /* Implementation of gamma function according to ISO C. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/dbl-64/mydefs.h b/sysdeps/ieee754/dbl-64/mydefs.h index a73c4de2c16..a47c89510a1 100644 --- a/sysdeps/ieee754/dbl-64/mydefs.h +++ b/sysdeps/ieee754/dbl-64/mydefs.h @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/powtwo.tbl b/sysdeps/ieee754/dbl-64/powtwo.tbl index e395befb90a..b5f3c32e446 100644 --- a/sysdeps/ieee754/dbl-64/powtwo.tbl +++ b/sysdeps/ieee754/dbl-64/powtwo.tbl @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/root.tbl b/sysdeps/ieee754/dbl-64/root.tbl index 950193ca815..77d42e6f210 100644 --- a/sysdeps/ieee754/dbl-64/root.tbl +++ b/sysdeps/ieee754/dbl-64/root.tbl @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/s_cbrt.c b/sysdeps/ieee754/dbl-64/s_cbrt.c index 8751a453636..a4c8fc5df9b 100644 --- a/sysdeps/ieee754/dbl-64/s_cbrt.c +++ b/sysdeps/ieee754/dbl-64/s_cbrt.c @@ -1,8 +1,6 @@ /* Compute cubic root of double value. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Dirk Alboth and - Ulrich Drepper , 1997. 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/sysdeps/ieee754/dbl-64/s_floor.c b/sysdeps/ieee754/dbl-64/s_floor.c index 18d87bb5980..efedceb3a76 100644 --- a/sysdeps/ieee754/dbl-64/s_floor.c +++ b/sysdeps/ieee754/dbl-64/s_floor.c @@ -1,7 +1,6 @@ /* Round double to integer away from zero. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/ieee754/dbl-64/s_fma.c b/sysdeps/ieee754/dbl-64/s_fma.c index 4e0fe18b312..55ccf46c9a2 100644 --- a/sysdeps/ieee754/dbl-64/s_fma.c +++ b/sysdeps/ieee754/dbl-64/s_fma.c @@ -1,7 +1,6 @@ /* Compute x * y + z as ternary operation. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2010. 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/sysdeps/ieee754/dbl-64/s_fmaf.c b/sysdeps/ieee754/dbl-64/s_fmaf.c index 921c6f3b878..2b4da8b7638 100644 --- a/sysdeps/ieee754/dbl-64/s_fmaf.c +++ b/sysdeps/ieee754/dbl-64/s_fmaf.c @@ -1,7 +1,6 @@ /* Compute x * y + z as ternary operation. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2010. 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/sysdeps/ieee754/dbl-64/s_fpclassify.c b/sysdeps/ieee754/dbl-64/s_fpclassify.c index 000b6795259..0bb9e2b0f04 100644 --- a/sysdeps/ieee754/dbl-64/s_fpclassify.c +++ b/sysdeps/ieee754/dbl-64/s_fpclassify.c @@ -1,7 +1,6 @@ /* Return classification value corresponding to argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/dbl-64/s_frexp.c b/sysdeps/ieee754/dbl-64/s_frexp.c index f6ddf4aaee9..900a64fe1e9 100644 --- a/sysdeps/ieee754/dbl-64/s_frexp.c +++ b/sysdeps/ieee754/dbl-64/s_frexp.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/ieee754/dbl-64/s_isinf.c b/sysdeps/ieee754/dbl-64/s_isinf.c index e5300fd2a55..a34e0bc06cc 100644 --- a/sysdeps/ieee754/dbl-64/s_isinf.c +++ b/sysdeps/ieee754/dbl-64/s_isinf.c @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Changed to return -1 for -Inf by Ulrich Drepper . * Public domain. */ diff --git a/sysdeps/ieee754/dbl-64/s_llrint.c b/sysdeps/ieee754/dbl-64/s_llrint.c index de2a4a9af78..aa4c7ceff67 100644 --- a/sysdeps/ieee754/dbl-64/s_llrint.c +++ b/sysdeps/ieee754/dbl-64/s_llrint.c @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/dbl-64/s_llround.c b/sysdeps/ieee754/dbl-64/s_llround.c index 7020fd01561..b4798581bd9 100644 --- a/sysdeps/ieee754/dbl-64/s_llround.c +++ b/sysdeps/ieee754/dbl-64/s_llround.c @@ -1,7 +1,6 @@ /* Round double value to long long int. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/dbl-64/s_logb.c b/sysdeps/ieee754/dbl-64/s_logb.c index 13bfb33a635..3a23540fe9d 100644 --- a/sysdeps/ieee754/dbl-64/s_logb.c +++ b/sysdeps/ieee754/dbl-64/s_logb.c @@ -1,7 +1,6 @@ /* Compute radix independent exponent. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/ieee754/dbl-64/s_lrint.c b/sysdeps/ieee754/dbl-64/s_lrint.c index f54a93eb536..75722edea8d 100644 --- a/sysdeps/ieee754/dbl-64/s_lrint.c +++ b/sysdeps/ieee754/dbl-64/s_lrint.c @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/dbl-64/s_modf.c b/sysdeps/ieee754/dbl-64/s_modf.c index 8d14e78ef00..0de2084caf1 100644 --- a/sysdeps/ieee754/dbl-64/s_modf.c +++ b/sysdeps/ieee754/dbl-64/s_modf.c @@ -1,4 +1,3 @@ -/* Rewritten for 64-bit machines by Ulrich Drepper . */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. diff --git a/sysdeps/ieee754/dbl-64/s_nearbyint.c b/sysdeps/ieee754/dbl-64/s_nearbyint.c index 2deaeb25682..08fe517b83c 100644 --- a/sysdeps/ieee754/dbl-64/s_nearbyint.c +++ b/sysdeps/ieee754/dbl-64/s_nearbyint.c @@ -1,4 +1,3 @@ -/* Adapted for use as nearbyint by Ulrich Drepper . */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. diff --git a/sysdeps/ieee754/dbl-64/s_remquo.c b/sysdeps/ieee754/dbl-64/s_remquo.c index cbaa7f79a29..5b48d541cfe 100644 --- a/sysdeps/ieee754/dbl-64/s_remquo.c +++ b/sysdeps/ieee754/dbl-64/s_remquo.c @@ -1,7 +1,6 @@ /* Compute remainder and a congruent to the quotient. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/dbl-64/s_round.c b/sysdeps/ieee754/dbl-64/s_round.c index 907c8eb6684..45818a397a0 100644 --- a/sysdeps/ieee754/dbl-64/s_round.c +++ b/sysdeps/ieee754/dbl-64/s_round.c @@ -1,7 +1,6 @@ /* Round double to integer away from zero. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/dbl-64/s_signbit.c b/sysdeps/ieee754/dbl-64/s_signbit.c index c9e02de129a..03ce327a142 100644 --- a/sysdeps/ieee754/dbl-64/s_signbit.c +++ b/sysdeps/ieee754/dbl-64/s_signbit.c @@ -1,7 +1,6 @@ /* Return nonzero value if number is negative. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/dbl-64/s_sincos.c b/sysdeps/ieee754/dbl-64/s_sincos.c index a4a521d7422..ae17aab41fb 100644 --- a/sysdeps/ieee754/dbl-64/s_sincos.c +++ b/sysdeps/ieee754/dbl-64/s_sincos.c @@ -1,7 +1,6 @@ /* Compute sine and cosine of argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/dbl-64/s_trunc.c b/sysdeps/ieee754/dbl-64/s_trunc.c index 1df17d8c5fb..e06ea33630f 100644 --- a/sysdeps/ieee754/dbl-64/s_trunc.c +++ b/sysdeps/ieee754/dbl-64/s_trunc.c @@ -1,7 +1,6 @@ /* Truncate argument to nearest integral value not larger than the argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/dbl-64/sincostab.c b/sysdeps/ieee754/dbl-64/sincostab.c index a6a5aecf44b..084cd05e08f 100644 --- a/sysdeps/ieee754/dbl-64/sincostab.c +++ b/sysdeps/ieee754/dbl-64/sincostab.c @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/uasncs.h b/sysdeps/ieee754/dbl-64/uasncs.h index a40c0b372b1..0bab06a14f4 100644 --- a/sysdeps/ieee754/dbl-64/uasncs.h +++ b/sysdeps/ieee754/dbl-64/uasncs.h @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/uatan.tbl b/sysdeps/ieee754/dbl-64/uatan.tbl index 8639292405d..d2ea1d39d7f 100644 --- a/sysdeps/ieee754/dbl-64/uatan.tbl +++ b/sysdeps/ieee754/dbl-64/uatan.tbl @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/urem.h b/sysdeps/ieee754/dbl-64/urem.h index b4036791ea6..f87f101e97e 100644 --- a/sysdeps/ieee754/dbl-64/urem.h +++ b/sysdeps/ieee754/dbl-64/urem.h @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/usncs.h b/sysdeps/ieee754/dbl-64/usncs.h index a5452551495..d697d4e4e8a 100644 --- a/sysdeps/ieee754/dbl-64/usncs.h +++ b/sysdeps/ieee754/dbl-64/usncs.h @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/utan.h b/sysdeps/ieee754/dbl-64/utan.h index 37e4be87b31..d3b2c9f206f 100644 --- a/sysdeps/ieee754/dbl-64/utan.h +++ b/sysdeps/ieee754/dbl-64/utan.h @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/dbl-64/utan.tbl b/sysdeps/ieee754/dbl-64/utan.tbl index f05e67f4884..e899772dfdf 100644 --- a/sysdeps/ieee754/dbl-64/utan.tbl +++ b/sysdeps/ieee754/dbl-64/utan.tbl @@ -1,6 +1,5 @@ /* * IBM Accurate Mathematical Library - * Written by International Business Machines Corp. * Copyright (C) 2001-2021 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/sysdeps/ieee754/flt-32/e_acosf.c b/sysdeps/ieee754/flt-32/e_acosf.c index ce688c98026..e3b3bbc9289 100644 --- a/sysdeps/ieee754/flt-32/e_acosf.c +++ b/sysdeps/ieee754/flt-32/e_acosf.c @@ -1,5 +1,4 @@ /* e_acosf.c -- float version of e_acos.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_acoshf.c b/sysdeps/ieee754/flt-32/e_acoshf.c index 5f573c3e988..2237af4ba4b 100644 --- a/sysdeps/ieee754/flt-32/e_acoshf.c +++ b/sysdeps/ieee754/flt-32/e_acoshf.c @@ -1,5 +1,4 @@ /* e_acoshf.c -- float version of e_acosh.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_asinf.c b/sysdeps/ieee754/flt-32/e_asinf.c index 720e95d64de..d9f446d1b1e 100644 --- a/sysdeps/ieee754/flt-32/e_asinf.c +++ b/sysdeps/ieee754/flt-32/e_asinf.c @@ -1,5 +1,4 @@ /* e_asinf.c -- float version of e_asin.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_atan2f.c b/sysdeps/ieee754/flt-32/e_atan2f.c index 743b6fd43c8..75174062e81 100644 --- a/sysdeps/ieee754/flt-32/e_atan2f.c +++ b/sysdeps/ieee754/flt-32/e_atan2f.c @@ -1,5 +1,4 @@ /* e_atan2f.c -- float version of e_atan2.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_atanhf.c b/sysdeps/ieee754/flt-32/e_atanhf.c index 012e590c249..7d035fb208e 100644 --- a/sysdeps/ieee754/flt-32/e_atanhf.c +++ b/sysdeps/ieee754/flt-32/e_atanhf.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/ieee754/flt-32/e_coshf.c b/sysdeps/ieee754/flt-32/e_coshf.c index 742a68139e4..052d387e422 100644 --- a/sysdeps/ieee754/flt-32/e_coshf.c +++ b/sysdeps/ieee754/flt-32/e_coshf.c @@ -1,6 +1,4 @@ /* e_coshf.c -- float version of e_cosh.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. - * Optimizations by Ulrich Drepper , 2011 */ /* diff --git a/sysdeps/ieee754/flt-32/e_fmodf.c b/sysdeps/ieee754/flt-32/e_fmodf.c index e6415992214..b71c4f754f8 100644 --- a/sysdeps/ieee754/flt-32/e_fmodf.c +++ b/sysdeps/ieee754/flt-32/e_fmodf.c @@ -1,5 +1,4 @@ /* e_fmodf.c -- float version of e_fmod.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_gammaf_r.c b/sysdeps/ieee754/flt-32/e_gammaf_r.c index 79ed79575c4..974ed67c967 100644 --- a/sysdeps/ieee754/flt-32/e_gammaf_r.c +++ b/sysdeps/ieee754/flt-32/e_gammaf_r.c @@ -1,7 +1,6 @@ /* Implementation of gamma function according to ISO C. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/flt-32/e_hypotf.c b/sysdeps/ieee754/flt-32/e_hypotf.c index dfffcf49887..e770947dc10 100644 --- a/sysdeps/ieee754/flt-32/e_hypotf.c +++ b/sysdeps/ieee754/flt-32/e_hypotf.c @@ -1,5 +1,4 @@ /* e_hypotf.c -- float version of e_hypot.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_ilogbf.c b/sysdeps/ieee754/flt-32/e_ilogbf.c index 1ae344ea39a..db24012eb42 100644 --- a/sysdeps/ieee754/flt-32/e_ilogbf.c +++ b/sysdeps/ieee754/flt-32/e_ilogbf.c @@ -1,5 +1,4 @@ /* s_ilogbf.c -- float version of s_ilogb.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_j0f.c b/sysdeps/ieee754/flt-32/e_j0f.c index 462518c3654..2c7f062c4a7 100644 --- a/sysdeps/ieee754/flt-32/e_j0f.c +++ b/sysdeps/ieee754/flt-32/e_j0f.c @@ -1,5 +1,4 @@ /* e_j0f.c -- float version of e_j0.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_j1f.c b/sysdeps/ieee754/flt-32/e_j1f.c index f10011e92b4..052c661db99 100644 --- a/sysdeps/ieee754/flt-32/e_j1f.c +++ b/sysdeps/ieee754/flt-32/e_j1f.c @@ -1,5 +1,4 @@ /* e_j1f.c -- float version of e_j1.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_jnf.c b/sysdeps/ieee754/flt-32/e_jnf.c index b2a015a48aa..80b684dd97e 100644 --- a/sysdeps/ieee754/flt-32/e_jnf.c +++ b/sysdeps/ieee754/flt-32/e_jnf.c @@ -1,5 +1,4 @@ /* e_jnf.c -- float version of e_jn.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_lgammaf_r.c b/sysdeps/ieee754/flt-32/e_lgammaf_r.c index 0667b1bb3e2..a1a3a604540 100644 --- a/sysdeps/ieee754/flt-32/e_lgammaf_r.c +++ b/sysdeps/ieee754/flt-32/e_lgammaf_r.c @@ -1,5 +1,4 @@ /* e_lgammaf_r.c -- float version of e_lgamma_r.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_log10f.c b/sysdeps/ieee754/flt-32/e_log10f.c index 4e31e5cfdd5..791895e0429 100644 --- a/sysdeps/ieee754/flt-32/e_log10f.c +++ b/sysdeps/ieee754/flt-32/e_log10f.c @@ -1,5 +1,4 @@ /* e_log10f.c -- float version of e_log10.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_remainderf.c b/sysdeps/ieee754/flt-32/e_remainderf.c index 946527c3f85..81781363af6 100644 --- a/sysdeps/ieee754/flt-32/e_remainderf.c +++ b/sysdeps/ieee754/flt-32/e_remainderf.c @@ -1,5 +1,4 @@ /* e_remainderf.c -- float version of e_remainder.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_sinhf.c b/sysdeps/ieee754/flt-32/e_sinhf.c index 6fe74f3fafd..d3998e83365 100644 --- a/sysdeps/ieee754/flt-32/e_sinhf.c +++ b/sysdeps/ieee754/flt-32/e_sinhf.c @@ -1,5 +1,4 @@ /* e_sinhf.c -- float version of e_sinh.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/e_sqrtf.c b/sysdeps/ieee754/flt-32/e_sqrtf.c index 177bf5dbdde..1c0245b7333 100644 --- a/sysdeps/ieee754/flt-32/e_sqrtf.c +++ b/sysdeps/ieee754/flt-32/e_sqrtf.c @@ -1,5 +1,4 @@ /* e_sqrtf.c -- float version of e_sqrt.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/k_tanf.c b/sysdeps/ieee754/flt-32/k_tanf.c index 228ece20752..e1c9d141041 100644 --- a/sysdeps/ieee754/flt-32/k_tanf.c +++ b/sysdeps/ieee754/flt-32/k_tanf.c @@ -1,5 +1,4 @@ /* k_tanf.c -- float version of k_tan.c - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_asinhf.c b/sysdeps/ieee754/flt-32/s_asinhf.c index 13af5db1eb7..a94676fbda9 100644 --- a/sysdeps/ieee754/flt-32/s_asinhf.c +++ b/sysdeps/ieee754/flt-32/s_asinhf.c @@ -1,5 +1,4 @@ /* s_asinhf.c -- float version of s_asinh.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_atanf.c b/sysdeps/ieee754/flt-32/s_atanf.c index f61b0f5ef64..3dbf5c5bb77 100644 --- a/sysdeps/ieee754/flt-32/s_atanf.c +++ b/sysdeps/ieee754/flt-32/s_atanf.c @@ -1,5 +1,4 @@ /* s_atanf.c -- float version of s_atan.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_cbrtf.c b/sysdeps/ieee754/flt-32/s_cbrtf.c index 2f1850ca644..3049fc6a565 100644 --- a/sysdeps/ieee754/flt-32/s_cbrtf.c +++ b/sysdeps/ieee754/flt-32/s_cbrtf.c @@ -1,8 +1,6 @@ /* Compute cubic root of float value. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Dirk Alboth and - Ulrich Drepper , 1997. 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/sysdeps/ieee754/flt-32/s_ceilf.c b/sysdeps/ieee754/flt-32/s_ceilf.c index 5c4abfe145c..0263552deed 100644 --- a/sysdeps/ieee754/flt-32/s_ceilf.c +++ b/sysdeps/ieee754/flt-32/s_ceilf.c @@ -1,5 +1,4 @@ /* s_ceilf.c -- float version of s_ceil.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_copysignf.c b/sysdeps/ieee754/flt-32/s_copysignf.c index 1c097d313f7..e9e92dc28fe 100644 --- a/sysdeps/ieee754/flt-32/s_copysignf.c +++ b/sysdeps/ieee754/flt-32/s_copysignf.c @@ -1,5 +1,4 @@ /* s_copysignf.c -- float version of s_copysign.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_erff.c b/sysdeps/ieee754/flt-32/s_erff.c index 693934d59ab..ba297342eae 100644 --- a/sysdeps/ieee754/flt-32/s_erff.c +++ b/sysdeps/ieee754/flt-32/s_erff.c @@ -1,5 +1,4 @@ /* s_erff.c -- float version of s_erf.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_expm1f.c b/sysdeps/ieee754/flt-32/s_expm1f.c index b72cc0d0838..35f7b5214a6 100644 --- a/sysdeps/ieee754/flt-32/s_expm1f.c +++ b/sysdeps/ieee754/flt-32/s_expm1f.c @@ -1,5 +1,4 @@ /* s_expm1f.c -- float version of s_expm1.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_fabsf.c b/sysdeps/ieee754/flt-32/s_fabsf.c index d3f6eb830bf..c08a64db39a 100644 --- a/sysdeps/ieee754/flt-32/s_fabsf.c +++ b/sysdeps/ieee754/flt-32/s_fabsf.c @@ -1,5 +1,4 @@ /* s_fabsf.c -- float version of s_fabs.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_finitef.c b/sysdeps/ieee754/flt-32/s_finitef.c index b9ae0485591..5669da428d5 100644 --- a/sysdeps/ieee754/flt-32/s_finitef.c +++ b/sysdeps/ieee754/flt-32/s_finitef.c @@ -1,5 +1,4 @@ /* s_finitef.c -- float version of s_finite.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_floorf.c b/sysdeps/ieee754/flt-32/s_floorf.c index da6c6dfa8ae..a5c38818f1f 100644 --- a/sysdeps/ieee754/flt-32/s_floorf.c +++ b/sysdeps/ieee754/flt-32/s_floorf.c @@ -1,5 +1,4 @@ /* s_floorf.c -- float version of s_floor.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_fpclassifyf.c b/sysdeps/ieee754/flt-32/s_fpclassifyf.c index eb45fd89017..5b4c836b201 100644 --- a/sysdeps/ieee754/flt-32/s_fpclassifyf.c +++ b/sysdeps/ieee754/flt-32/s_fpclassifyf.c @@ -1,7 +1,6 @@ /* Return classification value corresponding to argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/flt-32/s_frexpf.c b/sysdeps/ieee754/flt-32/s_frexpf.c index b7403bf0d8f..59fef66a6b8 100644 --- a/sysdeps/ieee754/flt-32/s_frexpf.c +++ b/sysdeps/ieee754/flt-32/s_frexpf.c @@ -1,5 +1,4 @@ /* s_frexpf.c -- float version of s_frexp.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_isinff.c b/sysdeps/ieee754/flt-32/s_isinff.c index 6eec050bb50..a5a08ae51b2 100644 --- a/sysdeps/ieee754/flt-32/s_isinff.c +++ b/sysdeps/ieee754/flt-32/s_isinff.c @@ -1,5 +1,4 @@ /* - * Written by J.T. Conklin . * Public domain. */ diff --git a/sysdeps/ieee754/flt-32/s_isnanf.c b/sysdeps/ieee754/flt-32/s_isnanf.c index 52129735fe1..7911c0eaaf0 100644 --- a/sysdeps/ieee754/flt-32/s_isnanf.c +++ b/sysdeps/ieee754/flt-32/s_isnanf.c @@ -1,5 +1,4 @@ /* s_isnanf.c -- float version of s_isnan.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_llrintf.c b/sysdeps/ieee754/flt-32/s_llrintf.c index eecca54f06e..f3f300cd257 100644 --- a/sysdeps/ieee754/flt-32/s_llrintf.c +++ b/sysdeps/ieee754/flt-32/s_llrintf.c @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/flt-32/s_llroundf.c b/sysdeps/ieee754/flt-32/s_llroundf.c index 68a851a1ab4..372c5ba0023 100644 --- a/sysdeps/ieee754/flt-32/s_llroundf.c +++ b/sysdeps/ieee754/flt-32/s_llroundf.c @@ -1,7 +1,6 @@ /* Round float value to long long int. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/flt-32/s_log1pf.c b/sysdeps/ieee754/flt-32/s_log1pf.c index a06190a5893..6630f5a78e6 100644 --- a/sysdeps/ieee754/flt-32/s_log1pf.c +++ b/sysdeps/ieee754/flt-32/s_log1pf.c @@ -1,5 +1,4 @@ /* s_log1pf.c -- float version of s_log1p.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_logbf.c b/sysdeps/ieee754/flt-32/s_logbf.c index e0d4f3fbab8..a06f9757978 100644 --- a/sysdeps/ieee754/flt-32/s_logbf.c +++ b/sysdeps/ieee754/flt-32/s_logbf.c @@ -1,5 +1,4 @@ /* s_logbf.c -- float version of s_logb.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_lrintf.c b/sysdeps/ieee754/flt-32/s_lrintf.c index 645c0cd2534..f29ee26aae8 100644 --- a/sysdeps/ieee754/flt-32/s_lrintf.c +++ b/sysdeps/ieee754/flt-32/s_lrintf.c @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/flt-32/s_lroundf.c b/sysdeps/ieee754/flt-32/s_lroundf.c index 5d6955aec0a..b64feb2223b 100644 --- a/sysdeps/ieee754/flt-32/s_lroundf.c +++ b/sysdeps/ieee754/flt-32/s_lroundf.c @@ -1,7 +1,6 @@ /* Round float value to long int. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/flt-32/s_modff.c b/sysdeps/ieee754/flt-32/s_modff.c index 45a94594fe9..ad2e91de254 100644 --- a/sysdeps/ieee754/flt-32/s_modff.c +++ b/sysdeps/ieee754/flt-32/s_modff.c @@ -1,5 +1,4 @@ /* s_modff.c -- float version of s_modf.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_nearbyintf.c b/sysdeps/ieee754/flt-32/s_nearbyintf.c index 2a79907168f..b270749f4cf 100644 --- a/sysdeps/ieee754/flt-32/s_nearbyintf.c +++ b/sysdeps/ieee754/flt-32/s_nearbyintf.c @@ -1,7 +1,5 @@ /* s_rintf.c -- float version of s_rint.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ -/* Adapted for use as nearbyint by Ulrich Drepper . */ /* * ==================================================== diff --git a/sysdeps/ieee754/flt-32/s_nextafterf.c b/sysdeps/ieee754/flt-32/s_nextafterf.c index aa49df5a9eb..49129882660 100644 --- a/sysdeps/ieee754/flt-32/s_nextafterf.c +++ b/sysdeps/ieee754/flt-32/s_nextafterf.c @@ -1,5 +1,4 @@ /* s_nextafterf.c -- float version of s_nextafter.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_remquof.c b/sysdeps/ieee754/flt-32/s_remquof.c index 8188f6ac994..d43f5e98414 100644 --- a/sysdeps/ieee754/flt-32/s_remquof.c +++ b/sysdeps/ieee754/flt-32/s_remquof.c @@ -1,7 +1,6 @@ /* Compute remainder and a congruent to the quotient. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/flt-32/s_rintf.c b/sysdeps/ieee754/flt-32/s_rintf.c index 627bada566e..fe5258ae61d 100644 --- a/sysdeps/ieee754/flt-32/s_rintf.c +++ b/sysdeps/ieee754/flt-32/s_rintf.c @@ -1,5 +1,4 @@ /* s_rintf.c -- float version of s_rint.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_roundf.c b/sysdeps/ieee754/flt-32/s_roundf.c index 1b16bfbd6dc..14e02ee3ac8 100644 --- a/sysdeps/ieee754/flt-32/s_roundf.c +++ b/sysdeps/ieee754/flt-32/s_roundf.c @@ -1,7 +1,6 @@ /* Round float to integer away from zero. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/flt-32/s_scalblnf.c b/sysdeps/ieee754/flt-32/s_scalblnf.c index ad3c586b337..8c9d8c2a82c 100644 --- a/sysdeps/ieee754/flt-32/s_scalblnf.c +++ b/sysdeps/ieee754/flt-32/s_scalblnf.c @@ -1,5 +1,4 @@ /* s_scalbnf.c -- float version of s_scalbn.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_scalbnf.c b/sysdeps/ieee754/flt-32/s_scalbnf.c index 1a760f767aa..d521d9a3035 100644 --- a/sysdeps/ieee754/flt-32/s_scalbnf.c +++ b/sysdeps/ieee754/flt-32/s_scalbnf.c @@ -1,5 +1,4 @@ /* s_scalbnf.c -- float version of s_scalbn.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_signbitf.c b/sysdeps/ieee754/flt-32/s_signbitf.c index d0a7b020249..1e42111dc0e 100644 --- a/sysdeps/ieee754/flt-32/s_signbitf.c +++ b/sysdeps/ieee754/flt-32/s_signbitf.c @@ -1,7 +1,6 @@ /* Return nonzero value if number is negative. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/flt-32/s_tanf.c b/sysdeps/ieee754/flt-32/s_tanf.c index fd104103ad0..ae6600bd575 100644 --- a/sysdeps/ieee754/flt-32/s_tanf.c +++ b/sysdeps/ieee754/flt-32/s_tanf.c @@ -1,5 +1,4 @@ /* s_tanf.c -- float version of s_tan.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_tanhf.c b/sysdeps/ieee754/flt-32/s_tanhf.c index cc3d63d35d6..2c12f04569f 100644 --- a/sysdeps/ieee754/flt-32/s_tanhf.c +++ b/sysdeps/ieee754/flt-32/s_tanhf.c @@ -1,5 +1,4 @@ /* s_tanhf.c -- float version of s_tanh.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/flt-32/s_truncf.c b/sysdeps/ieee754/flt-32/s_truncf.c index bd2aa2d2dce..f2c003abd2b 100644 --- a/sysdeps/ieee754/flt-32/s_truncf.c +++ b/sysdeps/ieee754/flt-32/s_truncf.c @@ -1,7 +1,6 @@ /* Truncate argument to nearest integral value not larger than the argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-128/e_acoshl.c b/sysdeps/ieee754/ldbl-128/e_acoshl.c index c3cb73a2a4d..54434eb2a48 100644 --- a/sysdeps/ieee754/ldbl-128/e_acoshl.c +++ b/sysdeps/ieee754/ldbl-128/e_acoshl.c @@ -1,5 +1,4 @@ /* e_acoshl.c -- long double version of e_acosh.c. - * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/e_atan2l.c b/sysdeps/ieee754/ldbl-128/e_atan2l.c index 142060de487..cdf08170f69 100644 --- a/sysdeps/ieee754/ldbl-128/e_atan2l.c +++ b/sysdeps/ieee754/ldbl-128/e_atan2l.c @@ -1,5 +1,4 @@ /* e_atan2l.c -- long double version of e_atan2.c. - * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/e_atanhl.c b/sysdeps/ieee754/ldbl-128/e_atanhl.c index 68a52201d27..80a133fb99b 100644 --- a/sysdeps/ieee754/ldbl-128/e_atanhl.c +++ b/sysdeps/ieee754/ldbl-128/e_atanhl.c @@ -1,6 +1,4 @@ /* s_atanhl.c -- long double version of s_atan.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-128/e_expl.c b/sysdeps/ieee754/ldbl-128/e_expl.c index a5cb919688d..13948217589 100644 --- a/sysdeps/ieee754/ldbl-128/e_expl.c +++ b/sysdeps/ieee754/ldbl-128/e_expl.c @@ -1,9 +1,6 @@ /* Quad-precision floating point e^x. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek - Partly based on double-precision code - by Geoffrey Keating 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/sysdeps/ieee754/ldbl-128/e_fmodl.c b/sysdeps/ieee754/ldbl-128/e_fmodl.c index c927859cdf7..b60d3537f82 100644 --- a/sysdeps/ieee754/ldbl-128/e_fmodl.c +++ b/sysdeps/ieee754/ldbl-128/e_fmodl.c @@ -1,5 +1,4 @@ /* e_fmodl.c -- long double version of e_fmod.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* * ==================================================== diff --git a/sysdeps/ieee754/ldbl-128/e_gammal_r.c b/sysdeps/ieee754/ldbl-128/e_gammal_r.c index 0cc5056f41f..e09d7fd5858 100644 --- a/sysdeps/ieee754/ldbl-128/e_gammal_r.c +++ b/sysdeps/ieee754/ldbl-128/e_gammal_r.c @@ -1,8 +1,6 @@ /* Implementation of gamma function according to ISO C. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek 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/sysdeps/ieee754/ldbl-128/e_remainderl.c b/sysdeps/ieee754/ldbl-128/e_remainderl.c index ade586a2d06..07a15c24597 100644 --- a/sysdeps/ieee754/ldbl-128/e_remainderl.c +++ b/sysdeps/ieee754/ldbl-128/e_remainderl.c @@ -1,5 +1,4 @@ /* e_fmodl.c -- long double version of e_fmod.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* * ==================================================== diff --git a/sysdeps/ieee754/ldbl-128/e_sinhl.c b/sysdeps/ieee754/ldbl-128/e_sinhl.c index 976fcead3a5..20d01034c26 100644 --- a/sysdeps/ieee754/ldbl-128/e_sinhl.c +++ b/sysdeps/ieee754/ldbl-128/e_sinhl.c @@ -1,6 +1,4 @@ /* e_sinhl.c -- long double version of e_sinh.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-128/k_cosl.c b/sysdeps/ieee754/ldbl-128/k_cosl.c index b0f8cf86a6c..85ce84e3119 100644 --- a/sysdeps/ieee754/ldbl-128/k_cosl.c +++ b/sysdeps/ieee754/ldbl-128/k_cosl.c @@ -1,7 +1,6 @@ /* Quad-precision floating point cosine on <-pi/4,pi/4>. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/ieee754/ldbl-128/k_sincosl.c b/sysdeps/ieee754/ldbl-128/k_sincosl.c index d04b3070a6f..e94c7ed0e23 100644 --- a/sysdeps/ieee754/ldbl-128/k_sincosl.c +++ b/sysdeps/ieee754/ldbl-128/k_sincosl.c @@ -1,7 +1,6 @@ /* Quad-precision floating point sine and cosine on <-pi/4,pi/4>. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/ieee754/ldbl-128/k_sinl.c b/sysdeps/ieee754/ldbl-128/k_sinl.c index 634b72efe74..70d7e88ebe6 100644 --- a/sysdeps/ieee754/ldbl-128/k_sinl.c +++ b/sysdeps/ieee754/ldbl-128/k_sinl.c @@ -1,7 +1,6 @@ /* Quad-precision floating point sine on <-pi/4,pi/4>. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/ieee754/ldbl-128/s_asinhl.c b/sysdeps/ieee754/ldbl-128/s_asinhl.c index a733ee76958..025242413c1 100644 --- a/sysdeps/ieee754/ldbl-128/s_asinhl.c +++ b/sysdeps/ieee754/ldbl-128/s_asinhl.c @@ -1,6 +1,4 @@ /* s_asinhl.c -- long double version of s_asinh.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_ceill.c b/sysdeps/ieee754/ldbl-128/s_ceill.c index c5d98e1e376..f363d2f898b 100644 --- a/sysdeps/ieee754/ldbl-128/s_ceill.c +++ b/sysdeps/ieee754/ldbl-128/s_ceill.c @@ -1,5 +1,4 @@ /* s_ceill.c -- long double version of s_ceil.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_copysignl.c b/sysdeps/ieee754/ldbl-128/s_copysignl.c index a8b0639d2e2..d512d9a1e23 100644 --- a/sysdeps/ieee754/ldbl-128/s_copysignl.c +++ b/sysdeps/ieee754/ldbl-128/s_copysignl.c @@ -1,5 +1,4 @@ /* s_copysignl.c -- long double version of s_copysign.c. - * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_cosl.c b/sysdeps/ieee754/ldbl-128/s_cosl.c index b315abccc51..9879e7e1d75 100644 --- a/sysdeps/ieee754/ldbl-128/s_cosl.c +++ b/sysdeps/ieee754/ldbl-128/s_cosl.c @@ -1,5 +1,4 @@ /* s_cosl.c -- long double version of s_cos.c. - * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_fabsl.c b/sysdeps/ieee754/ldbl-128/s_fabsl.c index 8d554531be6..7e08980252b 100644 --- a/sysdeps/ieee754/ldbl-128/s_fabsl.c +++ b/sysdeps/ieee754/ldbl-128/s_fabsl.c @@ -1,5 +1,4 @@ /* s_fabsl.c -- long double version of s_fabs.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_finitel.c b/sysdeps/ieee754/ldbl-128/s_finitel.c index d42b37815c8..bfdd88fbbb2 100644 --- a/sysdeps/ieee754/ldbl-128/s_finitel.c +++ b/sysdeps/ieee754/ldbl-128/s_finitel.c @@ -1,5 +1,4 @@ /* s_finitel.c -- long double version of s_finite.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_floorl.c b/sysdeps/ieee754/ldbl-128/s_floorl.c index 0475120d7e7..02eb663dd58 100644 --- a/sysdeps/ieee754/ldbl-128/s_floorl.c +++ b/sysdeps/ieee754/ldbl-128/s_floorl.c @@ -1,5 +1,4 @@ /* s_floorl.c -- long double version of s_floor.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_fma.c b/sysdeps/ieee754/ldbl-128/s_fma.c index 58c55ea42fa..47673da3d78 100644 --- a/sysdeps/ieee754/ldbl-128/s_fma.c +++ b/sysdeps/ieee754/ldbl-128/s_fma.c @@ -1,7 +1,6 @@ /* Compute x * y + z as ternary operation. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2010. 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/sysdeps/ieee754/ldbl-128/s_fmal.c b/sysdeps/ieee754/ldbl-128/s_fmal.c index e5097745310..0f5f5f1d74f 100644 --- a/sysdeps/ieee754/ldbl-128/s_fmal.c +++ b/sysdeps/ieee754/ldbl-128/s_fmal.c @@ -1,7 +1,6 @@ /* Compute x * y + z as ternary operation. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2010. 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/sysdeps/ieee754/ldbl-128/s_fpclassifyl.c b/sysdeps/ieee754/ldbl-128/s_fpclassifyl.c index 16519ac0280..95540f0b7f0 100644 --- a/sysdeps/ieee754/ldbl-128/s_fpclassifyl.c +++ b/sysdeps/ieee754/ldbl-128/s_fpclassifyl.c @@ -1,8 +1,6 @@ /* Return classification value corresponding to argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek , 1999. 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/sysdeps/ieee754/ldbl-128/s_frexpl.c b/sysdeps/ieee754/ldbl-128/s_frexpl.c index bab0779e232..e4db093a050 100644 --- a/sysdeps/ieee754/ldbl-128/s_frexpl.c +++ b/sysdeps/ieee754/ldbl-128/s_frexpl.c @@ -1,5 +1,4 @@ /* s_frexpl.c -- long double version of s_frexp.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_isinfl.c b/sysdeps/ieee754/ldbl-128/s_isinfl.c index a41e8cf44bd..baa9a98e806 100644 --- a/sysdeps/ieee754/ldbl-128/s_isinfl.c +++ b/sysdeps/ieee754/ldbl-128/s_isinfl.c @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Change for long double by Jakub Jelinek * Public domain. */ diff --git a/sysdeps/ieee754/ldbl-128/s_isnanl.c b/sysdeps/ieee754/ldbl-128/s_isnanl.c index 8ebef00d24b..26c70fb09fb 100644 --- a/sysdeps/ieee754/ldbl-128/s_isnanl.c +++ b/sysdeps/ieee754/ldbl-128/s_isnanl.c @@ -1,5 +1,4 @@ /* s_isnanl.c -- long double version of s_isnan.c. - * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_llrintl.c b/sysdeps/ieee754/ldbl-128/s_llrintl.c index 4c530931fa3..24db19a1e5a 100644 --- a/sysdeps/ieee754/ldbl-128/s_llrintl.c +++ b/sysdeps/ieee754/ldbl-128/s_llrintl.c @@ -2,8 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek , 1999. 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/sysdeps/ieee754/ldbl-128/s_llroundl.c b/sysdeps/ieee754/ldbl-128/s_llroundl.c index 2f37adba600..64d7e1e6f8b 100644 --- a/sysdeps/ieee754/ldbl-128/s_llroundl.c +++ b/sysdeps/ieee754/ldbl-128/s_llroundl.c @@ -1,8 +1,6 @@ /* Round long double value to long long int. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek , 1999. 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/sysdeps/ieee754/ldbl-128/s_logbl.c b/sysdeps/ieee754/ldbl-128/s_logbl.c index 9264fe66161..1c56eda4995 100644 --- a/sysdeps/ieee754/ldbl-128/s_logbl.c +++ b/sysdeps/ieee754/ldbl-128/s_logbl.c @@ -1,5 +1,4 @@ /* s_logbl.c -- long double version of s_logb.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_lrintl.c b/sysdeps/ieee754/ldbl-128/s_lrintl.c index 2c8d769304c..fc2dc29b540 100644 --- a/sysdeps/ieee754/ldbl-128/s_lrintl.c +++ b/sysdeps/ieee754/ldbl-128/s_lrintl.c @@ -2,8 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek , 1999. 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/sysdeps/ieee754/ldbl-128/s_lroundl.c b/sysdeps/ieee754/ldbl-128/s_lroundl.c index a39fb817e52..4b856b357ef 100644 --- a/sysdeps/ieee754/ldbl-128/s_lroundl.c +++ b/sysdeps/ieee754/ldbl-128/s_lroundl.c @@ -1,8 +1,6 @@ /* Round long double value to long int. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek , 1999. 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/sysdeps/ieee754/ldbl-128/s_modfl.c b/sysdeps/ieee754/ldbl-128/s_modfl.c index 2d0a2d739f3..92041b7d2a0 100644 --- a/sysdeps/ieee754/ldbl-128/s_modfl.c +++ b/sysdeps/ieee754/ldbl-128/s_modfl.c @@ -1,5 +1,4 @@ /* s_modfl.c -- long double version of s_modf.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_nearbyintl.c b/sysdeps/ieee754/ldbl-128/s_nearbyintl.c index 8d26786f780..d76d0155ad2 100644 --- a/sysdeps/ieee754/ldbl-128/s_nearbyintl.c +++ b/sysdeps/ieee754/ldbl-128/s_nearbyintl.c @@ -1,5 +1,4 @@ /* s_nearbyintl.c -- long double version of s_nearbyint.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_nextafterl.c b/sysdeps/ieee754/ldbl-128/s_nextafterl.c index 60fdae648fb..90e71e3907a 100644 --- a/sysdeps/ieee754/ldbl-128/s_nextafterl.c +++ b/sysdeps/ieee754/ldbl-128/s_nextafterl.c @@ -1,5 +1,4 @@ /* s_nextafterl.c -- long double version of s_nextafter.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_remquol.c b/sysdeps/ieee754/ldbl-128/s_remquol.c index 88bfbaedc91..2b753a1274c 100644 --- a/sysdeps/ieee754/ldbl-128/s_remquol.c +++ b/sysdeps/ieee754/ldbl-128/s_remquol.c @@ -1,8 +1,6 @@ /* Compute remainder and a congruent to the quotient. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek , 1999. 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/sysdeps/ieee754/ldbl-128/s_rintl.c b/sysdeps/ieee754/ldbl-128/s_rintl.c index 16965f95829..072ed8ec15e 100644 --- a/sysdeps/ieee754/ldbl-128/s_rintl.c +++ b/sysdeps/ieee754/ldbl-128/s_rintl.c @@ -1,5 +1,4 @@ /* s_rintl.c -- long double version of s_rint.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_roundl.c b/sysdeps/ieee754/ldbl-128/s_roundl.c index 0bc35814b6d..5a8cec1a898 100644 --- a/sysdeps/ieee754/ldbl-128/s_roundl.c +++ b/sysdeps/ieee754/ldbl-128/s_roundl.c @@ -1,8 +1,6 @@ /* Round long double to integer away from zero. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek , 1999. 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/sysdeps/ieee754/ldbl-128/s_scalblnl.c b/sysdeps/ieee754/ldbl-128/s_scalblnl.c index 590b2ca0234..08b0fb12fd6 100644 --- a/sysdeps/ieee754/ldbl-128/s_scalblnl.c +++ b/sysdeps/ieee754/ldbl-128/s_scalblnl.c @@ -1,5 +1,4 @@ /* s_scalblnl.c -- long double version of s_scalbn.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* @(#)s_scalbn.c 5.1 93/09/24 */ diff --git a/sysdeps/ieee754/ldbl-128/s_scalbnl.c b/sysdeps/ieee754/ldbl-128/s_scalbnl.c index ad9a0b105a7..94155a5c7f7 100644 --- a/sysdeps/ieee754/ldbl-128/s_scalbnl.c +++ b/sysdeps/ieee754/ldbl-128/s_scalbnl.c @@ -1,5 +1,4 @@ /* s_scalbnl.c -- long double version of s_scalbn.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* @(#)s_scalbn.c 5.1 93/09/24 */ diff --git a/sysdeps/ieee754/ldbl-128/s_signbitl.c b/sysdeps/ieee754/ldbl-128/s_signbitl.c index 59cfda415ea..34e5639e8a4 100644 --- a/sysdeps/ieee754/ldbl-128/s_signbitl.c +++ b/sysdeps/ieee754/ldbl-128/s_signbitl.c @@ -1,7 +1,6 @@ /* Return nonzero value if number is negative. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-128/s_sincosl.c b/sysdeps/ieee754/ldbl-128/s_sincosl.c index b230dd209cd..ef5a02016be 100644 --- a/sysdeps/ieee754/ldbl-128/s_sincosl.c +++ b/sysdeps/ieee754/ldbl-128/s_sincosl.c @@ -1,8 +1,6 @@ /* Compute sine and cosine of argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek . 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/sysdeps/ieee754/ldbl-128/s_sinl.c b/sysdeps/ieee754/ldbl-128/s_sinl.c index 773b2fa7ee3..4578766aa62 100644 --- a/sysdeps/ieee754/ldbl-128/s_sinl.c +++ b/sysdeps/ieee754/ldbl-128/s_sinl.c @@ -1,5 +1,4 @@ /* s_sinl.c -- long double version of s_sin.c. - * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128/s_tanhl.c b/sysdeps/ieee754/ldbl-128/s_tanhl.c index fc309dab0a2..a14ac065297 100644 --- a/sysdeps/ieee754/ldbl-128/s_tanhl.c +++ b/sysdeps/ieee754/ldbl-128/s_tanhl.c @@ -1,6 +1,4 @@ /* s_tanhl.c -- long double version of s_tanh.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* @@ -14,9 +12,6 @@ * ==================================================== */ -/* Changes for 128-bit long double contributed by - Stephen L. Moshier */ - /* tanhl(x) * Return the Hyperbolic Tangent of x * diff --git a/sysdeps/ieee754/ldbl-128/s_tanl.c b/sysdeps/ieee754/ldbl-128/s_tanl.c index 77db10f0774..c765312cc43 100644 --- a/sysdeps/ieee754/ldbl-128/s_tanl.c +++ b/sysdeps/ieee754/ldbl-128/s_tanl.c @@ -1,5 +1,4 @@ /* s_tanl.c -- long double version of s_tan.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* @(#)s_tan.c 5.1 93/09/24 */ diff --git a/sysdeps/ieee754/ldbl-128/s_truncl.c b/sysdeps/ieee754/ldbl-128/s_truncl.c index 4619f0e2343..ac63c3689b7 100644 --- a/sysdeps/ieee754/ldbl-128/s_truncl.c +++ b/sysdeps/ieee754/ldbl-128/s_truncl.c @@ -1,8 +1,6 @@ /* Truncate argument to nearest integral value not larger than the argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek , 1999. 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/sysdeps/ieee754/ldbl-128/t_expl.h b/sysdeps/ieee754/ldbl-128/t_expl.h index adbb99c066a..c4139729ff6 100644 --- a/sysdeps/ieee754/ldbl-128/t_expl.h +++ b/sysdeps/ieee754/ldbl-128/t_expl.h @@ -1,7 +1,6 @@ /* Accurate table for expl(). Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/ieee754/ldbl-128/t_sincosl.c b/sysdeps/ieee754/ldbl-128/t_sincosl.c index a138dfee35a..5b889d31a9a 100644 --- a/sysdeps/ieee754/ldbl-128/t_sincosl.c +++ b/sysdeps/ieee754/ldbl-128/t_sincosl.c @@ -1,7 +1,6 @@ /* Quad-precision floating point sine and cosine tables. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/ieee754/ldbl-128ibm/e_atan2l.c b/sysdeps/ieee754/ldbl-128ibm/e_atan2l.c index 8c451ed207c..6135b9886ed 100644 --- a/sysdeps/ieee754/ldbl-128ibm/e_atan2l.c +++ b/sysdeps/ieee754/ldbl-128ibm/e_atan2l.c @@ -1,5 +1,4 @@ /* e_atan2l.c -- long double version of e_atan2.c. - * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128ibm/e_expl.c b/sysdeps/ieee754/ldbl-128ibm/e_expl.c index dd6b4a528cb..49e9ea0a91e 100644 --- a/sysdeps/ieee754/ldbl-128ibm/e_expl.c +++ b/sysdeps/ieee754/ldbl-128ibm/e_expl.c @@ -1,9 +1,6 @@ /* Quad-precision floating point e^x. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek - Partly based on double-precision code - by Geoffrey Keating 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/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c b/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c index a8b178dbd0f..25f4f15a6ba 100644 --- a/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c +++ b/sysdeps/ieee754/ldbl-128ibm/e_fmodl.c @@ -1,5 +1,4 @@ /* e_fmodl.c -- long double version of e_fmod.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* * ==================================================== diff --git a/sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c b/sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c index 8a70d555896..2d88f4cad88 100644 --- a/sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c +++ b/sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c @@ -1,8 +1,6 @@ /* Implementation of gamma function according to ISO C. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek 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/sysdeps/ieee754/ldbl-128ibm/e_remainderl.c b/sysdeps/ieee754/ldbl-128ibm/e_remainderl.c index 8a99c7984de..9a0fa85c53f 100644 --- a/sysdeps/ieee754/ldbl-128ibm/e_remainderl.c +++ b/sysdeps/ieee754/ldbl-128ibm/e_remainderl.c @@ -1,5 +1,4 @@ /* e_fmodl.c -- long double version of e_fmod.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* * ==================================================== diff --git a/sysdeps/ieee754/ldbl-128ibm/k_cosl.c b/sysdeps/ieee754/ldbl-128ibm/k_cosl.c index cdbf0fdc5dc..7fa4f46bd56 100644 --- a/sysdeps/ieee754/ldbl-128ibm/k_cosl.c +++ b/sysdeps/ieee754/ldbl-128ibm/k_cosl.c @@ -1,7 +1,6 @@ /* Quad-precision floating point cosine on <-pi/4,pi/4>. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/ieee754/ldbl-128ibm/k_sincosl.c b/sysdeps/ieee754/ldbl-128ibm/k_sincosl.c index 09b534e067d..244560b44f6 100644 --- a/sysdeps/ieee754/ldbl-128ibm/k_sincosl.c +++ b/sysdeps/ieee754/ldbl-128ibm/k_sincosl.c @@ -1,7 +1,6 @@ /* Quad-precision floating point sine and cosine on <-pi/4,pi/4>. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/ieee754/ldbl-128ibm/k_sinl.c b/sysdeps/ieee754/ldbl-128ibm/k_sinl.c index 416c8c9e328..0b7cc7ac791 100644 --- a/sysdeps/ieee754/ldbl-128ibm/k_sinl.c +++ b/sysdeps/ieee754/ldbl-128ibm/k_sinl.c @@ -1,7 +1,6 @@ /* Quad-precision floating point sine on <-pi/4,pi/4>. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/ieee754/ldbl-128ibm/printf_fphex.c b/sysdeps/ieee754/ldbl-128ibm/printf_fphex.c index 22401590139..ae6956645b4 100644 --- a/sysdeps/ieee754/ldbl-128ibm/printf_fphex.c +++ b/sysdeps/ieee754/ldbl-128ibm/printf_fphex.c @@ -1,7 +1,6 @@ /* Print floating point number in hexadecimal notation according to ISO C99. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-128ibm/s_copysignl.c b/sysdeps/ieee754/ldbl-128ibm/s_copysignl.c index 9dbd9b86fa1..7f306d5804a 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_copysignl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_copysignl.c @@ -1,5 +1,4 @@ /* s_copysignl.c -- long double version of s_copysign.c. - * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128ibm/s_cosl.c b/sysdeps/ieee754/ldbl-128ibm/s_cosl.c index 54c6cc77d22..d8742158659 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_cosl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_cosl.c @@ -1,5 +1,4 @@ /* s_cosl.c -- long double version of s_cos.c. - * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128ibm/s_fabsl.c b/sysdeps/ieee754/ldbl-128ibm/s_fabsl.c index 54bf9b9cc1c..cba7de6660e 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_fabsl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_fabsl.c @@ -1,5 +1,4 @@ /* s_fabsl.c -- long double version of s_fabs.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128ibm/s_finitel.c b/sysdeps/ieee754/ldbl-128ibm/s_finitel.c index 3b9e3de292c..096c0ac54f0 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_finitel.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_finitel.c @@ -1,5 +1,4 @@ /* s_finitel.c -- long double version of s_finite.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128ibm/s_fmal.c b/sysdeps/ieee754/ldbl-128ibm/s_fmal.c index 6a110076267..f1b36c46425 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_fmal.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_fmal.c @@ -1,7 +1,6 @@ /* Compute x * y + z as ternary operation. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Flaherty . 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/sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c b/sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c index 57e8f168471..e3e57ca0b82 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c @@ -1,8 +1,6 @@ /* Return classification value corresponding to argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek , 1999. 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/sysdeps/ieee754/ldbl-128ibm/s_frexpl.c b/sysdeps/ieee754/ldbl-128ibm/s_frexpl.c index 210c5d2ed4f..4e36e9fdc0a 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_frexpl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_frexpl.c @@ -1,5 +1,4 @@ /* s_frexpl.c -- long double version of s_frexp.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128ibm/s_isinfl.c b/sysdeps/ieee754/ldbl-128ibm/s_isinfl.c index 730aa4d8d1e..d2d9064eb00 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_isinfl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_isinfl.c @@ -1,6 +1,4 @@ /* - * Written by J.T. Conklin . - * Change for long double by Jakub Jelinek * Public domain. */ diff --git a/sysdeps/ieee754/ldbl-128ibm/s_isnanl.c b/sysdeps/ieee754/ldbl-128ibm/s_isnanl.c index 9980875df25..90bec9414e2 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_isnanl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_isnanl.c @@ -1,5 +1,4 @@ /* s_isnanl.c -- long double version of s_isnan.c. - * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128ibm/s_logbl.c b/sysdeps/ieee754/ldbl-128ibm/s_logbl.c index 3c07c5e8e2b..37ef47b6a4a 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_logbl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_logbl.c @@ -1,5 +1,4 @@ /* s_logbl.c -- long double version of s_logb.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128ibm/s_modfl.c b/sysdeps/ieee754/ldbl-128ibm/s_modfl.c index 1dc6c40e9cc..dc62c12afbc 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_modfl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_modfl.c @@ -1,5 +1,4 @@ /* s_modfl.c -- long double version of s_modf.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c b/sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c index e29f7d60a3d..6909ba5f200 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c @@ -1,5 +1,4 @@ /* s_nextafterl.c -- long double version of s_nextafter.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128ibm/s_remquol.c b/sysdeps/ieee754/ldbl-128ibm/s_remquol.c index 0f79de0c563..81b66dba54d 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_remquol.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_remquol.c @@ -1,8 +1,6 @@ /* Compute remainder and a congruent to the quotient. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek , 1999. 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/sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c b/sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c index b6a2d30736d..393973e231d 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c @@ -1,5 +1,4 @@ /* s_scalblnl.c -- long double version of s_scalbln.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* @(#)s_scalbln.c 5.1 93/09/24 */ diff --git a/sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c b/sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c index bbefa866613..d2743032b0d 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c @@ -1,5 +1,4 @@ /* s_scalbnl.c -- long double version of s_scalbn.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* @(#)s_scalbn.c 5.1 93/09/24 */ diff --git a/sysdeps/ieee754/ldbl-128ibm/s_signbitl.c b/sysdeps/ieee754/ldbl-128ibm/s_signbitl.c index 170797460a4..04fef8f7e50 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_signbitl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_signbitl.c @@ -1,7 +1,6 @@ /* Return nonzero value if number is negative. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-128ibm/s_sincosl.c b/sysdeps/ieee754/ldbl-128ibm/s_sincosl.c index 7bce61bf14e..ef674f942ca 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_sincosl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_sincosl.c @@ -1,8 +1,6 @@ /* Compute sine and cosine of argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997 and - Jakub Jelinek . 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/sysdeps/ieee754/ldbl-128ibm/s_sinl.c b/sysdeps/ieee754/ldbl-128ibm/s_sinl.c index 087921a9132..8ea5a2a3928 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_sinl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_sinl.c @@ -1,5 +1,4 @@ /* s_sinl.c -- long double version of s_sin.c. - * Conversion to long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* diff --git a/sysdeps/ieee754/ldbl-128ibm/s_tanl.c b/sysdeps/ieee754/ldbl-128ibm/s_tanl.c index 66b8a0621eb..7c16ebb3aac 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_tanl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_tanl.c @@ -1,5 +1,4 @@ /* s_tanl.c -- long double version of s_tan.c. - * Conversion to IEEE quad long double by Jakub Jelinek, jj@ultra.linux.cz. */ /* @(#)s_tan.c 5.1 93/09/24 */ diff --git a/sysdeps/ieee754/ldbl-128ibm/t_sincosl.c b/sysdeps/ieee754/ldbl-128ibm/t_sincosl.c index e66ad9c3787..a3365de8031 100644 --- a/sysdeps/ieee754/ldbl-128ibm/t_sincosl.c +++ b/sysdeps/ieee754/ldbl-128ibm/t_sincosl.c @@ -1,7 +1,6 @@ /* Quad-precision floating point sine and cosine tables. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/ieee754/ldbl-96/e_acoshl.c b/sysdeps/ieee754/ldbl-96/e_acoshl.c index 0bdf4a998b0..0f31e47d145 100644 --- a/sysdeps/ieee754/ldbl-96/e_acoshl.c +++ b/sysdeps/ieee754/ldbl-96/e_acoshl.c @@ -1,6 +1,4 @@ /* e_acoshl.c -- long double version of e_acosh.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/e_atanhl.c b/sysdeps/ieee754/ldbl-96/e_atanhl.c index 502ae7bb64e..a0e5a33a601 100644 --- a/sysdeps/ieee754/ldbl-96/e_atanhl.c +++ b/sysdeps/ieee754/ldbl-96/e_atanhl.c @@ -1,6 +1,4 @@ /* s_atanhl.c -- long double version of s_atan.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/e_gammal_r.c b/sysdeps/ieee754/ldbl-96/e_gammal_r.c index bf64a451291..e9440b67dee 100644 --- a/sysdeps/ieee754/ldbl-96/e_gammal_r.c +++ b/sysdeps/ieee754/ldbl-96/e_gammal_r.c @@ -1,7 +1,6 @@ /* Implementation of gamma function according to ISO C. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-96/e_hypotl.c b/sysdeps/ieee754/ldbl-96/e_hypotl.c index 7cd487e8623..44e72353c08 100644 --- a/sysdeps/ieee754/ldbl-96/e_hypotl.c +++ b/sysdeps/ieee754/ldbl-96/e_hypotl.c @@ -1,6 +1,4 @@ /* e_hypotl.c -- long double version of e_hypot.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/e_rem_pio2l.c b/sysdeps/ieee754/ldbl-96/e_rem_pio2l.c index 5ee96beb4af..e895cc9184f 100644 --- a/sysdeps/ieee754/ldbl-96/e_rem_pio2l.c +++ b/sysdeps/ieee754/ldbl-96/e_rem_pio2l.c @@ -1,7 +1,6 @@ /* Extended-precision floating point argument reduction. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Based on quad-precision code by Jakub Jelinek 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/sysdeps/ieee754/ldbl-96/e_sinhl.c b/sysdeps/ieee754/ldbl-96/e_sinhl.c index fcda8c660f9..23ddfb6c43d 100644 --- a/sysdeps/ieee754/ldbl-96/e_sinhl.c +++ b/sysdeps/ieee754/ldbl-96/e_sinhl.c @@ -1,6 +1,4 @@ /* e_asinhl.c -- long double version of e_asinh.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/k_cosl.c b/sysdeps/ieee754/ldbl-96/k_cosl.c index 380f778f7da..be48cbcc01b 100644 --- a/sysdeps/ieee754/ldbl-96/k_cosl.c +++ b/sysdeps/ieee754/ldbl-96/k_cosl.c @@ -1,7 +1,6 @@ /* Extended-precision floating point cosine on <-pi/4,pi/4>. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Based on quad-precision cosine by Jakub Jelinek 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/sysdeps/ieee754/ldbl-96/k_sinl.c b/sysdeps/ieee754/ldbl-96/k_sinl.c index 9d38d78701a..21796180bac 100644 --- a/sysdeps/ieee754/ldbl-96/k_sinl.c +++ b/sysdeps/ieee754/ldbl-96/k_sinl.c @@ -1,7 +1,6 @@ /* Quad-precision floating point sine on <-pi/4,pi/4>. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Based on quad-precision sine by Jakub Jelinek 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/sysdeps/ieee754/ldbl-96/s_asinhl.c b/sysdeps/ieee754/ldbl-96/s_asinhl.c index 0edd3321505..fe3c8a8f9fc 100644 --- a/sysdeps/ieee754/ldbl-96/s_asinhl.c +++ b/sysdeps/ieee754/ldbl-96/s_asinhl.c @@ -1,6 +1,4 @@ /* s_asinhl.c -- long double version of s_asinh.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/s_cbrtl.c b/sysdeps/ieee754/ldbl-96/s_cbrtl.c index c04ba0f62ff..597b21fae76 100644 --- a/sysdeps/ieee754/ldbl-96/s_cbrtl.c +++ b/sysdeps/ieee754/ldbl-96/s_cbrtl.c @@ -1,8 +1,6 @@ /* Compute cubic root of double value. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Dirk Alboth and - Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-96/s_copysignl.c b/sysdeps/ieee754/ldbl-96/s_copysignl.c index d0a6dc163a3..5a30fcc6d03 100644 --- a/sysdeps/ieee754/ldbl-96/s_copysignl.c +++ b/sysdeps/ieee754/ldbl-96/s_copysignl.c @@ -1,6 +1,4 @@ /* s_copysignl.c -- long double version of s_copysign.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/s_cosl.c b/sysdeps/ieee754/ldbl-96/s_cosl.c index 324e5b9663f..dc2a030ef22 100644 --- a/sysdeps/ieee754/ldbl-96/s_cosl.c +++ b/sysdeps/ieee754/ldbl-96/s_cosl.c @@ -1,6 +1,4 @@ /* s_cosl.c -- long double version of s_cos.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/s_fma.c b/sysdeps/ieee754/ldbl-96/s_fma.c index fca42f74c13..8ad7e4dc64b 100644 --- a/sysdeps/ieee754/ldbl-96/s_fma.c +++ b/sysdeps/ieee754/ldbl-96/s_fma.c @@ -1,7 +1,6 @@ /* Compute x * y + z as ternary operation. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2010. 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/sysdeps/ieee754/ldbl-96/s_fmal.c b/sysdeps/ieee754/ldbl-96/s_fmal.c index b5d8d11bca6..fad8450b29f 100644 --- a/sysdeps/ieee754/ldbl-96/s_fmal.c +++ b/sysdeps/ieee754/ldbl-96/s_fmal.c @@ -1,7 +1,6 @@ /* Compute x * y + z as ternary operation. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2010. 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/sysdeps/ieee754/ldbl-96/s_frexpl.c b/sysdeps/ieee754/ldbl-96/s_frexpl.c index 7c31ed9936c..c610704cca9 100644 --- a/sysdeps/ieee754/ldbl-96/s_frexpl.c +++ b/sysdeps/ieee754/ldbl-96/s_frexpl.c @@ -1,6 +1,4 @@ /* s_frexpl.c -- long double version of s_frexp.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/s_llrintl.c b/sysdeps/ieee754/ldbl-96/s_llrintl.c index cca9a2f0a4a..eaaa49de078 100644 --- a/sysdeps/ieee754/ldbl-96/s_llrintl.c +++ b/sysdeps/ieee754/ldbl-96/s_llrintl.c @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-96/s_llroundl.c b/sysdeps/ieee754/ldbl-96/s_llroundl.c index 8b230d628e2..f63cd08dcf0 100644 --- a/sysdeps/ieee754/ldbl-96/s_llroundl.c +++ b/sysdeps/ieee754/ldbl-96/s_llroundl.c @@ -1,7 +1,6 @@ /* Round long double value to long long int. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-96/s_lrintl.c b/sysdeps/ieee754/ldbl-96/s_lrintl.c index 5e6663b70a1..f9fb56fe849 100644 --- a/sysdeps/ieee754/ldbl-96/s_lrintl.c +++ b/sysdeps/ieee754/ldbl-96/s_lrintl.c @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-96/s_lroundl.c b/sysdeps/ieee754/ldbl-96/s_lroundl.c index b71bb1a923d..45f75da967d 100644 --- a/sysdeps/ieee754/ldbl-96/s_lroundl.c +++ b/sysdeps/ieee754/ldbl-96/s_lroundl.c @@ -1,7 +1,6 @@ /* Round long double value to long int. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-96/s_modfl.c b/sysdeps/ieee754/ldbl-96/s_modfl.c index 380b6f0389f..b62aaac1609 100644 --- a/sysdeps/ieee754/ldbl-96/s_modfl.c +++ b/sysdeps/ieee754/ldbl-96/s_modfl.c @@ -1,6 +1,4 @@ /* s_modfl.c -- long double version of s_modf.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/s_nexttowardf.c b/sysdeps/ieee754/ldbl-96/s_nexttowardf.c index 9a08e1c8ffb..6009f804672 100644 --- a/sysdeps/ieee754/ldbl-96/s_nexttowardf.c +++ b/sysdeps/ieee754/ldbl-96/s_nexttowardf.c @@ -1,5 +1,4 @@ /* s_nexttowardf.c -- float version of s_nextafter.c. - * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/s_remquol.c b/sysdeps/ieee754/ldbl-96/s_remquol.c index 222c7524df6..38da2f39216 100644 --- a/sysdeps/ieee754/ldbl-96/s_remquol.c +++ b/sysdeps/ieee754/ldbl-96/s_remquol.c @@ -1,7 +1,6 @@ /* Compute remainder and a congruent to the quotient. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-96/s_roundl.c b/sysdeps/ieee754/ldbl-96/s_roundl.c index 264bc166834..255a2c1cf34 100644 --- a/sysdeps/ieee754/ldbl-96/s_roundl.c +++ b/sysdeps/ieee754/ldbl-96/s_roundl.c @@ -1,7 +1,6 @@ /* Round long double to integer away from zero. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-96/s_scalblnl.c b/sysdeps/ieee754/ldbl-96/s_scalblnl.c index d752248037f..166b70a91db 100644 --- a/sysdeps/ieee754/ldbl-96/s_scalblnl.c +++ b/sysdeps/ieee754/ldbl-96/s_scalblnl.c @@ -1,6 +1,4 @@ /* s_scalbnl.c -- long double version of s_scalbn.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/s_signbitl.c b/sysdeps/ieee754/ldbl-96/s_signbitl.c index eabfb25f4cc..1ab6092c49c 100644 --- a/sysdeps/ieee754/ldbl-96/s_signbitl.c +++ b/sysdeps/ieee754/ldbl-96/s_signbitl.c @@ -1,7 +1,6 @@ /* Return nonzero value if number is negative. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-96/s_sincosl.c b/sysdeps/ieee754/ldbl-96/s_sincosl.c index 99bbcc4d748..32830ed696b 100644 --- a/sysdeps/ieee754/ldbl-96/s_sincosl.c +++ b/sysdeps/ieee754/ldbl-96/s_sincosl.c @@ -1,7 +1,6 @@ /* Compute sine and cosine of argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/ieee754/ldbl-96/s_sinl.c b/sysdeps/ieee754/ldbl-96/s_sinl.c index cfbe9bf153f..7e92b1de689 100644 --- a/sysdeps/ieee754/ldbl-96/s_sinl.c +++ b/sysdeps/ieee754/ldbl-96/s_sinl.c @@ -1,6 +1,4 @@ /* s_sinl.c -- long double version of s_sin.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/s_tanhl.c b/sysdeps/ieee754/ldbl-96/s_tanhl.c index b1b3e0637b7..358778daa75 100644 --- a/sysdeps/ieee754/ldbl-96/s_tanhl.c +++ b/sysdeps/ieee754/ldbl-96/s_tanhl.c @@ -1,6 +1,4 @@ /* s_tanhl.c -- long double version of s_tanh.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/s_tanl.c b/sysdeps/ieee754/ldbl-96/s_tanl.c index b4163792c56..60f9e35170b 100644 --- a/sysdeps/ieee754/ldbl-96/s_tanl.c +++ b/sysdeps/ieee754/ldbl-96/s_tanl.c @@ -1,6 +1,4 @@ /* s_tanl.c -- long double version of s_tan.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/ieee754/ldbl-96/t_sincosl.c b/sysdeps/ieee754/ldbl-96/t_sincosl.c index c214ba546fe..9725e02f5c1 100644 --- a/sysdeps/ieee754/ldbl-96/t_sincosl.c +++ b/sysdeps/ieee754/ldbl-96/t_sincosl.c @@ -1,7 +1,6 @@ /* Extended-precision floating point sine and cosine tables. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Based on quad-precision tables by Jakub Jelinek 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/sysdeps/ieee754/ldbl-opt/nldbl-compat.c b/sysdeps/ieee754/ldbl-opt/nldbl-compat.c index a6c5c49ecb1..8257f0c6d6d 100644 --- a/sysdeps/ieee754/ldbl-opt/nldbl-compat.c +++ b/sysdeps/ieee754/ldbl-opt/nldbl-compat.c @@ -1,7 +1,6 @@ /* *printf* family compatibility routines for IEEE double as long double Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/sysdeps/ieee754/ldbl-opt/nldbl-compat.h b/sysdeps/ieee754/ldbl-opt/nldbl-compat.h index 03bb029c215..278e1dfc137 100644 --- a/sysdeps/ieee754/ldbl-opt/nldbl-compat.h +++ b/sysdeps/ieee754/ldbl-opt/nldbl-compat.h @@ -1,7 +1,6 @@ /* Prototypes for compatibility double == long double entry points. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/sysdeps/m68k/dl-tls.h b/sysdeps/m68k/dl-tls.h index bae2e4517e8..f8c76b219fc 100644 --- a/sysdeps/m68k/dl-tls.h +++ b/sysdeps/m68k/dl-tls.h @@ -1,7 +1,6 @@ /* Thread-local storage handling in the ELF dynamic linker. M68K version. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maxim Kuvyrkov , 2010. 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/sysdeps/m68k/ffs.c b/sysdeps/m68k/ffs.c index 80058765caa..1fe3f5a856e 100644 --- a/sysdeps/m68k/ffs.c +++ b/sysdeps/m68k/ffs.c @@ -2,7 +2,6 @@ For mc68020, mc68030, mc68040. This file is part of the GNU C Library. Copyright (C) 1991-2021 Free Software Foundation, Inc. - 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/sysdeps/m68k/fpu/fclrexcpt.c b/sysdeps/m68k/fpu/fclrexcpt.c index 7817370996b..8c004efa0e5 100644 --- a/sysdeps/m68k/fpu/fclrexcpt.c +++ b/sysdeps/m68k/fpu/fclrexcpt.c @@ -1,7 +1,6 @@ /* Clear given exceptions in current floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/fpu/fedisblxcpt.c b/sysdeps/m68k/fpu/fedisblxcpt.c index 6328c2bb405..8af4c1e8a01 100644 --- a/sysdeps/m68k/fpu/fedisblxcpt.c +++ b/sysdeps/m68k/fpu/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab , 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/sysdeps/m68k/fpu/feenablxcpt.c b/sysdeps/m68k/fpu/feenablxcpt.c index e17b3988826..c428f353cc2 100644 --- a/sysdeps/m68k/fpu/feenablxcpt.c +++ b/sysdeps/m68k/fpu/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab , 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/sysdeps/m68k/fpu/fegetenv.c b/sysdeps/m68k/fpu/fegetenv.c index ff33ea8ee7d..7b0c27bdf89 100644 --- a/sysdeps/m68k/fpu/fegetenv.c +++ b/sysdeps/m68k/fpu/fegetenv.c @@ -1,7 +1,6 @@ /* Store current floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/fpu/fegetexcept.c b/sysdeps/m68k/fpu/fegetexcept.c index b394f1a19d7..91e4ad21144 100644 --- a/sysdeps/m68k/fpu/fegetexcept.c +++ b/sysdeps/m68k/fpu/fegetexcept.c @@ -1,7 +1,6 @@ /* Get enabled floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab , 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/sysdeps/m68k/fpu/fegetround.c b/sysdeps/m68k/fpu/fegetround.c index 587f77cb4a1..ee8d9366ae8 100644 --- a/sysdeps/m68k/fpu/fegetround.c +++ b/sysdeps/m68k/fpu/fegetround.c @@ -1,7 +1,6 @@ /* Return current rounding direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/fpu/feholdexcpt.c b/sysdeps/m68k/fpu/feholdexcpt.c index 5cda1d52fb3..c6cb6dd244a 100644 --- a/sysdeps/m68k/fpu/feholdexcpt.c +++ b/sysdeps/m68k/fpu/feholdexcpt.c @@ -1,7 +1,6 @@ /* Store current floating-point environment and clear exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/fpu/fesetenv.c b/sysdeps/m68k/fpu/fesetenv.c index b68cd307c75..6d47fa771fb 100644 --- a/sysdeps/m68k/fpu/fesetenv.c +++ b/sysdeps/m68k/fpu/fesetenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/fpu/fesetround.c b/sysdeps/m68k/fpu/fesetround.c index 2a7e295d1fe..efea25d0ba8 100644 --- a/sysdeps/m68k/fpu/fesetround.c +++ b/sysdeps/m68k/fpu/fesetround.c @@ -1,7 +1,6 @@ /* Set current rounding direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/fpu/feupdateenv.c b/sysdeps/m68k/fpu/feupdateenv.c index 1b0edc1ac1b..ff01add4779 100644 --- a/sysdeps/m68k/fpu/feupdateenv.c +++ b/sysdeps/m68k/fpu/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/fpu/fgetexcptflg.c b/sysdeps/m68k/fpu/fgetexcptflg.c index 86332baf710..559c8cf9a02 100644 --- a/sysdeps/m68k/fpu/fgetexcptflg.c +++ b/sysdeps/m68k/fpu/fgetexcptflg.c @@ -1,7 +1,6 @@ /* Store current representation for exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/fpu/fsetexcptflg.c b/sysdeps/m68k/fpu/fsetexcptflg.c index 6a061360ca2..fcbd02e2c04 100644 --- a/sysdeps/m68k/fpu/fsetexcptflg.c +++ b/sysdeps/m68k/fpu/fsetexcptflg.c @@ -1,7 +1,6 @@ /* Set floating-point environment exception handling. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/fpu/ftestexcept.c b/sysdeps/m68k/fpu/ftestexcept.c index 70775563c89..b6dbdb51697 100644 --- a/sysdeps/m68k/fpu/ftestexcept.c +++ b/sysdeps/m68k/fpu/ftestexcept.c @@ -1,7 +1,6 @@ /* Test exception in current environment. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/libc-tls.c b/sysdeps/m68k/libc-tls.c index d9dfad97911..ec2f714aa95 100644 --- a/sysdeps/m68k/libc-tls.c +++ b/sysdeps/m68k/libc-tls.c @@ -1,7 +1,6 @@ /* Thread-local storage handling in the ELF dynamic linker. m68k version. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maxim Kuvyrkov , 2010. 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/sysdeps/m68k/m680x0/fpu/e_scalb.c b/sysdeps/m68k/m680x0/fpu/e_scalb.c index e96c26e3af9..4a380cafb29 100644 --- a/sysdeps/m68k/m680x0/fpu/e_scalb.c +++ b/sysdeps/m68k/m680x0/fpu/e_scalb.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/m68k/m680x0/fpu/fraiseexcpt.c b/sysdeps/m68k/m680x0/fpu/fraiseexcpt.c index c4359e23267..08d54aef02a 100644 --- a/sysdeps/m68k/m680x0/fpu/fraiseexcpt.c +++ b/sysdeps/m68k/m680x0/fpu/fraiseexcpt.c @@ -1,7 +1,6 @@ /* Raise given exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/m680x0/fpu/s_ccosh_template.c b/sysdeps/m68k/m680x0/fpu/s_ccosh_template.c index b6373236d0d..bfdb14716be 100644 --- a/sysdeps/m68k/m680x0/fpu/s_ccosh_template.c +++ b/sysdeps/m68k/m680x0/fpu/s_ccosh_template.c @@ -1,7 +1,6 @@ /* Complex cosine hyperbole function. m68k fpu version Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/m68k/m680x0/fpu/s_cexp_template.c b/sysdeps/m68k/m680x0/fpu/s_cexp_template.c index 91729c154cb..c760fd5ce89 100644 --- a/sysdeps/m68k/m680x0/fpu/s_cexp_template.c +++ b/sysdeps/m68k/m680x0/fpu/s_cexp_template.c @@ -1,7 +1,6 @@ /* Complex exponential function. m68k fpu version Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/m680x0/fpu/s_csin_template.c b/sysdeps/m68k/m680x0/fpu/s_csin_template.c index be482010885..a76f7666a3f 100644 --- a/sysdeps/m68k/m680x0/fpu/s_csin_template.c +++ b/sysdeps/m68k/m680x0/fpu/s_csin_template.c @@ -1,7 +1,6 @@ /* Complex sine function. m68k fpu version Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/m68k/m680x0/fpu/s_csinh_template.c b/sysdeps/m68k/m680x0/fpu/s_csinh_template.c index cb477027a0f..37f46cdaf9a 100644 --- a/sysdeps/m68k/m680x0/fpu/s_csinh_template.c +++ b/sysdeps/m68k/m680x0/fpu/s_csinh_template.c @@ -1,7 +1,6 @@ /* Complex sine hyperbole function. m68k fpu version Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c b/sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c index cc87aa2c989..c0b77ca213d 100644 --- a/sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c +++ b/sysdeps/m68k/m680x0/fpu/s_fpclassifyl.c @@ -1,8 +1,6 @@ /* Return classification value corresponding to argument. m68k version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. - Fixed for m68k by Andreas Schwab . 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/sysdeps/m68k/m680x0/fpu/s_llrint.c b/sysdeps/m68k/m680x0/fpu/s_llrint.c index 17e85395fa0..7c76ba64b2d 100644 --- a/sysdeps/m68k/m680x0/fpu/s_llrint.c +++ b/sysdeps/m68k/m680x0/fpu/s_llrint.c @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/m680x0/fpu/s_llrintf.c b/sysdeps/m68k/m680x0/fpu/s_llrintf.c index bd2fdec6b4e..96757dfad66 100644 --- a/sysdeps/m68k/m680x0/fpu/s_llrintf.c +++ b/sysdeps/m68k/m680x0/fpu/s_llrintf.c @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/m680x0/fpu/s_llrintl.c b/sysdeps/m68k/m680x0/fpu/s_llrintl.c index 3c436aae35f..a4e103d0d51 100644 --- a/sysdeps/m68k/m680x0/fpu/s_llrintl.c +++ b/sysdeps/m68k/m680x0/fpu/s_llrintl.c @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/m680x0/fpu/s_logbl.c b/sysdeps/m68k/m680x0/fpu/s_logbl.c index 2586622bf76..8cd2326bf8b 100644 --- a/sysdeps/m68k/m680x0/fpu/s_logbl.c +++ b/sysdeps/m68k/m680x0/fpu/s_logbl.c @@ -1,6 +1,4 @@ /* s_logbl.c -- long double version of s_logb.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/m68k/m680x0/fpu/s_lrint_template.c b/sysdeps/m68k/m680x0/fpu/s_lrint_template.c index a873d403d70..1a13878395c 100644 --- a/sysdeps/m68k/m680x0/fpu/s_lrint_template.c +++ b/sysdeps/m68k/m680x0/fpu/s_lrint_template.c @@ -2,7 +2,6 @@ direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/m680x0/fpu/s_nextafterl.c b/sysdeps/m68k/m680x0/fpu/s_nextafterl.c index 76e900055f0..9cd0e25592b 100644 --- a/sysdeps/m68k/m680x0/fpu/s_nextafterl.c +++ b/sysdeps/m68k/m680x0/fpu/s_nextafterl.c @@ -1,7 +1,4 @@ /* s_nextafterl.c -- long double version of s_nextafter.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. - * Fixed for m68k by Andreas Schwab . */ /* diff --git a/sysdeps/m68k/m680x0/fpu/s_remquo_template.c b/sysdeps/m68k/m680x0/fpu/s_remquo_template.c index b3b649c3b4f..ae5a2c99f62 100644 --- a/sysdeps/m68k/m680x0/fpu/s_remquo_template.c +++ b/sysdeps/m68k/m680x0/fpu/s_remquo_template.c @@ -1,7 +1,6 @@ /* Compute remainder and a congruent to the quotient. m68k fpu version Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab 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/sysdeps/m68k/m680x0/m68020/atomic-machine.h b/sysdeps/m68k/m680x0/m68020/atomic-machine.h index e81b48bdfad..7c8c8e75c96 100644 --- a/sysdeps/m68k/m680x0/m68020/atomic-machine.h +++ b/sysdeps/m68k/m680x0/m68020/atomic-machine.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab , 2003. 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/sysdeps/m68k/memchr.S b/sysdeps/m68k/memchr.S index 3b0ec7ac7bc..8f1996fe4f5 100644 --- a/sysdeps/m68k/memchr.S +++ b/sysdeps/m68k/memchr.S @@ -3,7 +3,6 @@ For Motorola 68000. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/m68k/memcopy.h b/sysdeps/m68k/memcopy.h index c331c202160..a77d3e8c868 100644 --- a/sysdeps/m68k/memcopy.h +++ b/sysdeps/m68k/memcopy.h @@ -1,7 +1,6 @@ /* memcopy.h -- definitions for memory copy functions. Motorola 68020 version. 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/sysdeps/m68k/nptl/Makefile b/sysdeps/m68k/nptl/Makefile index 90b6f270ba1..ed9ddd1648e 100644 --- a/sysdeps/m68k/nptl/Makefile +++ b/sysdeps/m68k/nptl/Makefile @@ -1,6 +1,5 @@ # Copyright (C) 2010-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Maxim Kuvyrkov , 2010. # # 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/sysdeps/m68k/nptl/bits/pthreadtypes-arch.h b/sysdeps/m68k/nptl/bits/pthreadtypes-arch.h index c566403fbce..859fc17f232 100644 --- a/sysdeps/m68k/nptl/bits/pthreadtypes-arch.h +++ b/sysdeps/m68k/nptl/bits/pthreadtypes-arch.h @@ -1,6 +1,5 @@ /* Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maxim Kuvyrkov , 2010. 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/sysdeps/m68k/nptl/bits/semaphore.h b/sysdeps/m68k/nptl/bits/semaphore.h index b9a562d3b47..c5a43d7cb22 100644 --- a/sysdeps/m68k/nptl/bits/semaphore.h +++ b/sysdeps/m68k/nptl/bits/semaphore.h @@ -1,6 +1,5 @@ /* Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maxim Kuvyrkov , 2010. 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/sysdeps/m68k/nptl/pthreaddef.h b/sysdeps/m68k/nptl/pthreaddef.h index 13e785a86bb..cf46ed7a93c 100644 --- a/sysdeps/m68k/nptl/pthreaddef.h +++ b/sysdeps/m68k/nptl/pthreaddef.h @@ -1,6 +1,5 @@ /* Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maxim Kuvyrkov , 2010. 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/sysdeps/m68k/nptl/tls.h b/sysdeps/m68k/nptl/tls.h index cfcd6d2b7b5..dd526cdc2ee 100644 --- a/sysdeps/m68k/nptl/tls.h +++ b/sysdeps/m68k/nptl/tls.h @@ -1,7 +1,6 @@ /* Definition for thread-local data handling. NPTL/m68k version. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maxim Kuvyrkov , 2010. 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/sysdeps/m68k/rawmemchr.S b/sysdeps/m68k/rawmemchr.S index 7fec125cdef..09e037df937 100644 --- a/sysdeps/m68k/rawmemchr.S +++ b/sysdeps/m68k/rawmemchr.S @@ -2,7 +2,6 @@ For Motorola 68000. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/m68k/strchr.S b/sysdeps/m68k/strchr.S index 9d3d69e2043..edbc1e48f42 100644 --- a/sysdeps/m68k/strchr.S +++ b/sysdeps/m68k/strchr.S @@ -2,7 +2,6 @@ For Motorola 68000. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/m68k/strchrnul.S b/sysdeps/m68k/strchrnul.S index e70de7b0ca7..5840fbb32bc 100644 --- a/sysdeps/m68k/strchrnul.S +++ b/sysdeps/m68k/strchrnul.S @@ -3,7 +3,6 @@ For Motorola 68000. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/m68k/wcpcpy_chk.c b/sysdeps/m68k/wcpcpy_chk.c index 25d59a6ea0b..a2fd11a74fd 100644 --- a/sysdeps/m68k/wcpcpy_chk.c +++ b/sysdeps/m68k/wcpcpy_chk.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 , 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/sysdeps/mach/hurd/hp-timing.h b/sysdeps/mach/hurd/hp-timing.h index 89042610cc7..3a98c358167 100644 --- a/sysdeps/mach/hurd/hp-timing.h +++ b/sysdeps/mach/hurd/hp-timing.h @@ -1,7 +1,6 @@ /* High precision, low overhead timing functions. Generic version. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/mach/hurd/i386/getcontext.S b/sysdeps/mach/hurd/i386/getcontext.S index 940176d3862..f4f7a33d395 100644 --- a/sysdeps/mach/hurd/i386/getcontext.S +++ b/sysdeps/mach/hurd/i386/getcontext.S @@ -1,7 +1,6 @@ /* Save current context. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/mach/hurd/i386/makecontext.S b/sysdeps/mach/hurd/i386/makecontext.S index 33c96608475..60d212850af 100644 --- a/sysdeps/mach/hurd/i386/makecontext.S +++ b/sysdeps/mach/hurd/i386/makecontext.S @@ -1,7 +1,6 @@ /* Create new context. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/mach/hurd/i386/setcontext.S b/sysdeps/mach/hurd/i386/setcontext.S index 99995d6fcbb..faa6b917084 100644 --- a/sysdeps/mach/hurd/i386/setcontext.S +++ b/sysdeps/mach/hurd/i386/setcontext.S @@ -1,7 +1,6 @@ /* Install given context. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/mach/hurd/i386/swapcontext.S b/sysdeps/mach/hurd/i386/swapcontext.S index 84eaecf60e8..7051c3ad102 100644 --- a/sysdeps/mach/hurd/i386/swapcontext.S +++ b/sysdeps/mach/hurd/i386/swapcontext.S @@ -1,7 +1,6 @@ /* Save current context and install the given one. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/mach/hurd/ifreq.h b/sysdeps/mach/hurd/ifreq.h index 01526930b11..a508881cddd 100644 --- a/sysdeps/mach/hurd/ifreq.h +++ b/sysdeps/mach/hurd/ifreq.h @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger . 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/sysdeps/mach/hurd/net/if_arp.h b/sysdeps/mach/hurd/net/if_arp.h index 330499d96f2..b4b0aaeaa81 100644 --- a/sysdeps/mach/hurd/net/if_arp.h +++ b/sysdeps/mach/hurd/net/if_arp.h @@ -1,7 +1,6 @@ /* Definitions for Address Resolution Protocol. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/mach/hurd/not-cancel.h b/sysdeps/mach/hurd/not-cancel.h index cd320cb721e..507ee702d20 100644 --- a/sysdeps/mach/hurd/not-cancel.h +++ b/sysdeps/mach/hurd/not-cancel.h @@ -1,7 +1,6 @@ /* Uncancelable versions of cancelable interfaces. Hurd version. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/mach/hurd/waitid.c b/sysdeps/mach/hurd/waitid.c index cb6f5803add..5f407140bb2 100644 --- a/sysdeps/mach/hurd/waitid.c +++ b/sysdeps/mach/hurd/waitid.c @@ -1,7 +1,6 @@ /* Implementation of waitid. Hurd version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1997. 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/sysdeps/mips/__longjmp.c b/sysdeps/mips/__longjmp.c index 5e4cf7776ad..2c1335ab116 100644 --- a/sysdeps/mips/__longjmp.c +++ b/sysdeps/mips/__longjmp.c @@ -1,6 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Brendan Kehoe (brendan@zen.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/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index d9c6d33d0cb..b74d427d64a 100644 --- a/sysdeps/mips/dl-machine.h +++ b/sysdeps/mips/dl-machine.h @@ -1,7 +1,6 @@ /* Machine-dependent ELF dynamic relocation inline functions. MIPS version. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kazumoto Kojima . 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/sysdeps/mips/dl-procinfo.c b/sysdeps/mips/dl-procinfo.c index 527b6393855..ec4294a68d3 100644 --- a/sysdeps/mips/dl-procinfo.c +++ b/sysdeps/mips/dl-procinfo.c @@ -1,7 +1,6 @@ /* Data for Mips version of processor capability information. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Robert Millan . 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/sysdeps/mips/dl-procinfo.h b/sysdeps/mips/dl-procinfo.h index 6aa536ea6e7..2f0b782c6ee 100644 --- a/sysdeps/mips/dl-procinfo.h +++ b/sysdeps/mips/dl-procinfo.h @@ -1,7 +1,6 @@ /* Mips version of processor capability information handling macros. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Robert Millan . 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/sysdeps/mips/dl-trampoline.c b/sysdeps/mips/dl-trampoline.c index 95dad6f7012..e86825fdebc 100644 --- a/sysdeps/mips/dl-trampoline.c +++ b/sysdeps/mips/dl-trampoline.c @@ -1,7 +1,6 @@ /* PLT trampoline. MIPS version. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kazumoto Kojima . 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/sysdeps/mips/fpu/fclrexcpt.c b/sysdeps/mips/fpu/fclrexcpt.c index d36cd51ce8d..61bb451aa89 100644 --- a/sysdeps/mips/fpu/fclrexcpt.c +++ b/sysdeps/mips/fpu/fclrexcpt.c @@ -1,7 +1,6 @@ /* Clear given exceptions in current floating-point environment. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/sysdeps/mips/fpu/fedisblxcpt.c b/sysdeps/mips/fpu/fedisblxcpt.c index 3de14f80ec7..0c2ec4517e2 100644 --- a/sysdeps/mips/fpu/fedisblxcpt.c +++ b/sysdeps/mips/fpu/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by 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/sysdeps/mips/fpu/feenablxcpt.c b/sysdeps/mips/fpu/feenablxcpt.c index c1512bdd60a..f0380cc64a6 100644 --- a/sysdeps/mips/fpu/feenablxcpt.c +++ b/sysdeps/mips/fpu/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by 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/sysdeps/mips/fpu/fegetenv.c b/sysdeps/mips/fpu/fegetenv.c index 1279511f79d..5e8a4874e88 100644 --- a/sysdeps/mips/fpu/fegetenv.c +++ b/sysdeps/mips/fpu/fegetenv.c @@ -1,7 +1,6 @@ /* Store current floating-point environment. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/sysdeps/mips/fpu/fegetexcept.c b/sysdeps/mips/fpu/fegetexcept.c index 125005a994f..43a1b84bd99 100644 --- a/sysdeps/mips/fpu/fegetexcept.c +++ b/sysdeps/mips/fpu/fegetexcept.c @@ -1,7 +1,6 @@ /* Get enabled floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by 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/sysdeps/mips/fpu/fegetround.c b/sysdeps/mips/fpu/fegetround.c index 16d7fa4d55f..14706fe4d93 100644 --- a/sysdeps/mips/fpu/fegetround.c +++ b/sysdeps/mips/fpu/fegetround.c @@ -1,7 +1,6 @@ /* Return current rounding direction. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/sysdeps/mips/fpu/feholdexcpt.c b/sysdeps/mips/fpu/feholdexcpt.c index 9b7cff51d8e..2d264872f76 100644 --- a/sysdeps/mips/fpu/feholdexcpt.c +++ b/sysdeps/mips/fpu/feholdexcpt.c @@ -1,7 +1,6 @@ /* Store current floating-point environment and clear exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by 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/sysdeps/mips/fpu/fenv_libc.h b/sysdeps/mips/fpu/fenv_libc.h index 097821a4975..0b04fdccba9 100644 --- a/sysdeps/mips/fpu/fenv_libc.h +++ b/sysdeps/mips/fpu/fenv_libc.h @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger . 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/sysdeps/mips/fpu/fesetenv.c b/sysdeps/mips/fpu/fesetenv.c index 026a0cb1f7f..ae06394b519 100644 --- a/sysdeps/mips/fpu/fesetenv.c +++ b/sysdeps/mips/fpu/fesetenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/sysdeps/mips/fpu/fesetround.c b/sysdeps/mips/fpu/fesetround.c index e3e47bcf3dc..e905558c74a 100644 --- a/sysdeps/mips/fpu/fesetround.c +++ b/sysdeps/mips/fpu/fesetround.c @@ -1,7 +1,6 @@ /* Set current rounding direction. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/sysdeps/mips/fpu/feupdateenv.c b/sysdeps/mips/fpu/feupdateenv.c index 6ec239e1fa3..2c6aac6a32f 100644 --- a/sysdeps/mips/fpu/feupdateenv.c +++ b/sysdeps/mips/fpu/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/sysdeps/mips/fpu/fgetexcptflg.c b/sysdeps/mips/fpu/fgetexcptflg.c index dacdbca16c5..be2f98b29d7 100644 --- a/sysdeps/mips/fpu/fgetexcptflg.c +++ b/sysdeps/mips/fpu/fgetexcptflg.c @@ -1,7 +1,6 @@ /* Store current representation for exceptions. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/sysdeps/mips/fpu/fraiseexcpt.c b/sysdeps/mips/fpu/fraiseexcpt.c index 03be01879d3..373eea415e5 100644 --- a/sysdeps/mips/fpu/fraiseexcpt.c +++ b/sysdeps/mips/fpu/fraiseexcpt.c @@ -1,7 +1,6 @@ /* Raise given exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by 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/sysdeps/mips/fpu/fsetexcptflg.c b/sysdeps/mips/fpu/fsetexcptflg.c index b1c994d2379..fc137ecde65 100644 --- a/sysdeps/mips/fpu/fsetexcptflg.c +++ b/sysdeps/mips/fpu/fsetexcptflg.c @@ -1,7 +1,6 @@ /* Set floating-point environment exception handling. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Hartvig Ekner , 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/sysdeps/mips/fpu/ftestexcept.c b/sysdeps/mips/fpu/ftestexcept.c index f4232752ccf..2f59a9f1e05 100644 --- a/sysdeps/mips/fpu/ftestexcept.c +++ b/sysdeps/mips/fpu/ftestexcept.c @@ -1,7 +1,6 @@ /* Test exception in current environment. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/sysdeps/mips/mips64/__longjmp.c b/sysdeps/mips/mips64/__longjmp.c index fccb1a9333b..f73fbd2c87f 100644 --- a/sysdeps/mips/mips64/__longjmp.c +++ b/sysdeps/mips/mips64/__longjmp.c @@ -1,6 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Brendan Kehoe (brendan@zen.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/sysdeps/mips/mips64/e_sqrtl.c b/sysdeps/mips/mips64/e_sqrtl.c index 8def4b263a0..d5db0dea276 100644 --- a/sysdeps/mips/mips64/e_sqrtl.c +++ b/sysdeps/mips/mips64/e_sqrtl.c @@ -1,8 +1,6 @@ /* long double square root in software floating-point emulation. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/mips/mips64/setjmp_aux.c b/sysdeps/mips/mips64/setjmp_aux.c index 2f07fb7e00b..555d208b7f1 100644 --- a/sysdeps/mips/mips64/setjmp_aux.c +++ b/sysdeps/mips/mips64/setjmp_aux.c @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Brendan Kehoe (brendan@zen.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/sysdeps/mips/setjmp_aux.c b/sysdeps/mips/setjmp_aux.c index 1f245db2257..2edfd82b580 100644 --- a/sysdeps/mips/setjmp_aux.c +++ b/sysdeps/mips/setjmp_aux.c @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Brendan Kehoe (brendan@zen.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/sysdeps/mips/sys/tas.h b/sysdeps/mips/sys/tas.h index f1317465f10..9c2e6b5146f 100644 --- a/sysdeps/mips/sys/tas.h +++ b/sysdeps/mips/sys/tas.h @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maciej W. Rozycki , 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/sysdeps/nptl/Makeconfig b/sysdeps/nptl/Makeconfig index 613bd7b95bc..a840715da2d 100644 --- a/sysdeps/nptl/Makeconfig +++ b/sysdeps/nptl/Makeconfig @@ -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 , 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/sysdeps/nptl/Makefile b/sysdeps/nptl/Makefile index 27aa41af3cf..987f4ac7dcf 100644 --- a/sysdeps/nptl/Makefile +++ b/sysdeps/nptl/Makefile @@ -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 , 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/sysdeps/nptl/internaltypes.h b/sysdeps/nptl/internaltypes.h index 50a2ad19ae7..6032a6b7856 100644 --- a/sysdeps/nptl/internaltypes.h +++ b/sysdeps/nptl/internaltypes.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 , 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/sysdeps/nptl/pthreadP.h b/sysdeps/nptl/pthreadP.h index 374657a2fd0..0e39afecc62 100644 --- a/sysdeps/nptl/pthreadP.h +++ b/sysdeps/nptl/pthreadP.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 , 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/sysdeps/nptl/timer_routines.h b/sysdeps/nptl/timer_routines.h index 91bc6cf5515..ecfd7380842 100644 --- a/sysdeps/nptl/timer_routines.h +++ b/sysdeps/nptl/timer_routines.h @@ -1,7 +1,6 @@ /* Helper code for POSIX timer implementation on NPTL. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kaz Kylheku . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/posix/getpagesize.c b/sysdeps/posix/getpagesize.c index bd9509578aa..dd3771b05ba 100644 --- a/sysdeps/posix/getpagesize.c +++ b/sysdeps/posix/getpagesize.c @@ -1,6 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Brendan Kehoe (brendan@cygnus.com). 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/sysdeps/posix/pread.c b/sysdeps/posix/pread.c index 75027d3e6b3..7b93ca5fdc1 100644 --- a/sysdeps/posix/pread.c +++ b/sysdeps/posix/pread.c @@ -2,7 +2,6 @@ POSIX version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/posix/pread64.c b/sysdeps/posix/pread64.c index 1bdca33fd30..6b93e36d48f 100644 --- a/sysdeps/posix/pread64.c +++ b/sysdeps/posix/pread64.c @@ -2,7 +2,6 @@ POSIX version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/posix/pwrite64.c b/sysdeps/posix/pwrite64.c index 88cc8a6ef2d..ec70ee82850 100644 --- a/sysdeps/posix/pwrite64.c +++ b/sysdeps/posix/pwrite64.c @@ -2,7 +2,6 @@ POSIX version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/posix/sigignore.c b/sysdeps/posix/sigignore.c index aab030d7b06..17ace527065 100644 --- a/sysdeps/posix/sigignore.c +++ b/sysdeps/posix/sigignore.c @@ -1,7 +1,6 @@ /* Set the disposition of SIG to SIG_IGN. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/posix/sigwait.c b/sysdeps/posix/sigwait.c index 2bfe572b456..666bad0b991 100644 --- a/sysdeps/posix/sigwait.c +++ b/sysdeps/posix/sigwait.c @@ -1,7 +1,6 @@ /* Implementation of sigwait function from POSIX.1c. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c index 2cf6df66315..fc6886597ca 100644 --- a/sysdeps/posix/sprofil.c +++ b/sysdeps/posix/sprofil.c @@ -1,5 +1,4 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by David Mosberger-Tang . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/posix/usleep.c b/sysdeps/posix/usleep.c index 8bd1e9fde3f..e5b3df91cc6 100644 --- a/sysdeps/posix/usleep.c +++ b/sysdeps/posix/usleep.c @@ -1,7 +1,6 @@ /* Implementation of the BSD usleep function using nanosleep. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/powerpc/atomic-machine.h b/sysdeps/powerpc/atomic-machine.h index cc3991b72fe..7535ba5d19a 100644 --- a/sysdeps/powerpc/atomic-machine.h +++ b/sysdeps/powerpc/atomic-machine.h @@ -1,7 +1,6 @@ /* Atomic operations. PowerPC Common version. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras , 2003. 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/sysdeps/powerpc/ffs.c b/sysdeps/powerpc/ffs.c index a2b583fad07..9d681795d8b 100644 --- a/sysdeps/powerpc/ffs.c +++ b/sysdeps/powerpc/ffs.c @@ -2,7 +2,6 @@ For PowerPC. 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/sysdeps/powerpc/fpu/e_hypot.c b/sysdeps/powerpc/fpu/e_hypot.c index b8dd2ff8d0c..f96c589bbde 100644 --- a/sysdeps/powerpc/fpu/e_hypot.c +++ b/sysdeps/powerpc/fpu/e_hypot.c @@ -1,7 +1,6 @@ /* Pythagorean addition using doubles Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library - Contributed by Adhemerval Zanella , 2011 The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as diff --git a/sysdeps/powerpc/fpu/e_hypotf.c b/sysdeps/powerpc/fpu/e_hypotf.c index 1ac0a181c14..fa201dda517 100644 --- a/sysdeps/powerpc/fpu/e_hypotf.c +++ b/sysdeps/powerpc/fpu/e_hypotf.c @@ -1,7 +1,6 @@ /* Pythagorean addition using floats Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Adhemerval Zanella , 2011 The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as diff --git a/sysdeps/powerpc/fpu/fedisblxcpt.c b/sysdeps/powerpc/fpu/fedisblxcpt.c index 684bcead890..84512d36f03 100644 --- a/sysdeps/powerpc/fpu/fedisblxcpt.c +++ b/sysdeps/powerpc/fpu/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Geoffrey Keating , 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/sysdeps/powerpc/fpu/feenablxcpt.c b/sysdeps/powerpc/fpu/feenablxcpt.c index 8902ac01a48..6a38ec894c9 100644 --- a/sysdeps/powerpc/fpu/feenablxcpt.c +++ b/sysdeps/powerpc/fpu/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Geoffrey Keating , 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/sysdeps/powerpc/fpu/fegetexcept.c b/sysdeps/powerpc/fpu/fegetexcept.c index 99e059a5bc5..5bdba70233e 100644 --- a/sysdeps/powerpc/fpu/fegetexcept.c +++ b/sysdeps/powerpc/fpu/fegetexcept.c @@ -1,7 +1,6 @@ /* Get floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Geoffrey Keating , 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/sysdeps/powerpc/fpu/fesetround.c b/sysdeps/powerpc/fpu/fesetround.c index 7c68b732304..1a02b178246 100644 --- a/sysdeps/powerpc/fpu/fesetround.c +++ b/sysdeps/powerpc/fpu/fesetround.c @@ -1,7 +1,6 @@ /* Set current rounding direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/powerpc/fpu/feupdateenv.c b/sysdeps/powerpc/fpu/feupdateenv.c index b8f2c72eeb5..031572f0af6 100644 --- a/sysdeps/powerpc/fpu/feupdateenv.c +++ b/sysdeps/powerpc/fpu/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/powerpc/fpu/tst-setcontext-fpscr.c b/sysdeps/powerpc/fpu/tst-setcontext-fpscr.c index 2b48c57969f..cee11cc6764 100644 --- a/sysdeps/powerpc/fpu/tst-setcontext-fpscr.c +++ b/sysdeps/powerpc/fpu/tst-setcontext-fpscr.c @@ -1,7 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ryan S. Arnold - Sean Curry 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/sysdeps/powerpc/jmpbuf-unwind.h b/sysdeps/powerpc/jmpbuf-unwind.h index 479cee1a6af..9e7c87a0bd9 100644 --- a/sysdeps/powerpc/jmpbuf-unwind.h +++ b/sysdeps/powerpc/jmpbuf-unwind.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/powerpc/nofpu/fclrexcpt.c b/sysdeps/powerpc/nofpu/fclrexcpt.c index 7b135377d10..47c4f744347 100644 --- a/sysdeps/powerpc/nofpu/fclrexcpt.c +++ b/sysdeps/powerpc/nofpu/fclrexcpt.c @@ -1,6 +1,5 @@ /* Clear floating-point exceptions (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/fedisblxcpt.c b/sysdeps/powerpc/nofpu/fedisblxcpt.c index 5905e59c313..a23a3cf1af3 100644 --- a/sysdeps/powerpc/nofpu/fedisblxcpt.c +++ b/sysdeps/powerpc/nofpu/fedisblxcpt.c @@ -1,6 +1,5 @@ /* Disable exceptions (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/feenablxcpt.c b/sysdeps/powerpc/nofpu/feenablxcpt.c index 53822724677..5a2934a9e34 100644 --- a/sysdeps/powerpc/nofpu/feenablxcpt.c +++ b/sysdeps/powerpc/nofpu/feenablxcpt.c @@ -1,6 +1,5 @@ /* Enable exceptions (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/fegetenv.c b/sysdeps/powerpc/nofpu/fegetenv.c index 60f8e4ec93e..0f37f2b3fa5 100644 --- a/sysdeps/powerpc/nofpu/fegetenv.c +++ b/sysdeps/powerpc/nofpu/fegetenv.c @@ -1,6 +1,5 @@ /* Store current floating-point environment (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002, 2010. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/fegetexcept.c b/sysdeps/powerpc/nofpu/fegetexcept.c index 2ae706ce7a1..0298294b997 100644 --- a/sysdeps/powerpc/nofpu/fegetexcept.c +++ b/sysdeps/powerpc/nofpu/fegetexcept.c @@ -1,6 +1,5 @@ /* Get floating-point exceptions (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/fegetround.c b/sysdeps/powerpc/nofpu/fegetround.c index 064ce4c4f59..f222c766fa3 100644 --- a/sysdeps/powerpc/nofpu/fegetround.c +++ b/sysdeps/powerpc/nofpu/fegetround.c @@ -1,6 +1,5 @@ /* Return current rounding mode (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/feholdexcpt.c b/sysdeps/powerpc/nofpu/feholdexcpt.c index 8daee529ed6..def0a154897 100644 --- a/sysdeps/powerpc/nofpu/feholdexcpt.c +++ b/sysdeps/powerpc/nofpu/feholdexcpt.c @@ -1,7 +1,6 @@ /* Store current floating-point environment and clear exceptions (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/fenv_const.c b/sysdeps/powerpc/nofpu/fenv_const.c index 5e68d7c70da..6a86fc50535 100644 --- a/sysdeps/powerpc/nofpu/fenv_const.c +++ b/sysdeps/powerpc/nofpu/fenv_const.c @@ -1,6 +1,5 @@ /* Constants for fenv_bits.h (soft float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/fesetenv.c b/sysdeps/powerpc/nofpu/fesetenv.c index 0ac605377fd..ecb4b018252 100644 --- a/sysdeps/powerpc/nofpu/fesetenv.c +++ b/sysdeps/powerpc/nofpu/fesetenv.c @@ -1,6 +1,5 @@ /* Set floating point environment (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/fesetround.c b/sysdeps/powerpc/nofpu/fesetround.c index ea4b9571c2c..b378d0c6342 100644 --- a/sysdeps/powerpc/nofpu/fesetround.c +++ b/sysdeps/powerpc/nofpu/fesetround.c @@ -1,6 +1,5 @@ /* Set rounding mode (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/feupdateenv.c b/sysdeps/powerpc/nofpu/feupdateenv.c index e073debc59d..fac52226298 100644 --- a/sysdeps/powerpc/nofpu/feupdateenv.c +++ b/sysdeps/powerpc/nofpu/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/fgetexcptflg.c b/sysdeps/powerpc/nofpu/fgetexcptflg.c index 147cf7e0a66..fceb9c0d6f3 100644 --- a/sysdeps/powerpc/nofpu/fgetexcptflg.c +++ b/sysdeps/powerpc/nofpu/fgetexcptflg.c @@ -1,6 +1,5 @@ /* Store current representation for exceptions (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/fraiseexcpt.c b/sysdeps/powerpc/nofpu/fraiseexcpt.c index 2d19882851c..55e16b53eaa 100644 --- a/sysdeps/powerpc/nofpu/fraiseexcpt.c +++ b/sysdeps/powerpc/nofpu/fraiseexcpt.c @@ -1,6 +1,5 @@ /* Raise given exceptions (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/fsetexcptflg.c b/sysdeps/powerpc/nofpu/fsetexcptflg.c index 2c8015dbe68..28190ddf5ef 100644 --- a/sysdeps/powerpc/nofpu/fsetexcptflg.c +++ b/sysdeps/powerpc/nofpu/fsetexcptflg.c @@ -1,6 +1,5 @@ /* Set floating-point environment exception handling (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/ftestexcept.c b/sysdeps/powerpc/nofpu/ftestexcept.c index b7d08eca965..a764ab5bd39 100644 --- a/sysdeps/powerpc/nofpu/ftestexcept.c +++ b/sysdeps/powerpc/nofpu/ftestexcept.c @@ -1,6 +1,5 @@ /* Test floating-point exceptions (soft-float edition). Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/sim-full.c b/sysdeps/powerpc/nofpu/sim-full.c index ab1e97d9edf..c2bf888b7c5 100644 --- a/sysdeps/powerpc/nofpu/sim-full.c +++ b/sysdeps/powerpc/nofpu/sim-full.c @@ -1,6 +1,5 @@ /* Software floating-point exception handling emulation. Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/soft-supp.h b/sysdeps/powerpc/nofpu/soft-supp.h index 345dfdffdad..1cd19df8373 100644 --- a/sysdeps/powerpc/nofpu/soft-supp.h +++ b/sysdeps/powerpc/nofpu/soft-supp.h @@ -1,6 +1,5 @@ /* Internal support stuff for complete soft float. Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Aldy Hernandez , 2002. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/nofpu/sqrtdf2.c b/sysdeps/powerpc/nofpu/sqrtdf2.c index 7204632d680..5da213d9a14 100644 --- a/sysdeps/powerpc/nofpu/sqrtdf2.c +++ b/sysdeps/powerpc/nofpu/sqrtdf2.c @@ -2,8 +2,6 @@ Return sqrt(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/powerpc/nofpu/sqrtsf2.c b/sysdeps/powerpc/nofpu/sqrtsf2.c index 2b19e3a746b..2137d0b5f72 100644 --- a/sysdeps/powerpc/nofpu/sqrtsf2.c +++ b/sysdeps/powerpc/nofpu/sqrtsf2.c @@ -2,8 +2,6 @@ Return sqrt(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/powerpc/nptl/pthread_spin_lock.c b/sysdeps/powerpc/nptl/pthread_spin_lock.c index a17dd41c104..b62612fc3e0 100644 --- a/sysdeps/powerpc/nptl/pthread_spin_lock.c +++ b/sysdeps/powerpc/nptl/pthread_spin_lock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras , 2003. 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/sysdeps/powerpc/nptl/pthread_spin_trylock.c b/sysdeps/powerpc/nptl/pthread_spin_trylock.c index a9021b26ae6..45fe6ad2947 100644 --- a/sysdeps/powerpc/nptl/pthread_spin_trylock.c +++ b/sysdeps/powerpc/nptl/pthread_spin_trylock.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras , 2003. 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/sysdeps/powerpc/power4/wordcopy.c b/sysdeps/powerpc/power4/wordcopy.c index f7ca1df7c39..e5c951574c1 100644 --- a/sysdeps/powerpc/power4/wordcopy.c +++ b/sysdeps/powerpc/power4/wordcopy.c @@ -1,7 +1,6 @@ /* _memcopy.c -- subroutines for memory copy functions. 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/sysdeps/powerpc/power6/wordcopy.c b/sysdeps/powerpc/power6/wordcopy.c index fc36f250bcf..278b26c79fd 100644 --- a/sysdeps/powerpc/power6/wordcopy.c +++ b/sysdeps/powerpc/power6/wordcopy.c @@ -1,8 +1,6 @@ /* _memcopy.c -- subroutines for memory copy functions. Copyright (C) 1991-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Torbjorn Granlund (tege@sics.se). - Updated for POWER6 by Steven Munroe (sjmunroe@us.ibm.com). 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/sysdeps/powerpc/powerpc32/a2/memcpy.S b/sysdeps/powerpc/powerpc32/a2/memcpy.S index 41eb5aaf3ce..ef51774e3f1 100644 --- a/sysdeps/powerpc/powerpc32/a2/memcpy.S +++ b/sysdeps/powerpc/powerpc32/a2/memcpy.S @@ -1,6 +1,5 @@ /* Optimized memcpy implementation for PowerPC A2. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Michael Brutman . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/atomic-machine.h b/sysdeps/powerpc/powerpc32/atomic-machine.h index c03507ec1dc..125a24ddf70 100644 --- a/sysdeps/powerpc/powerpc32/atomic-machine.h +++ b/sysdeps/powerpc/powerpc32/atomic-machine.h @@ -1,7 +1,6 @@ /* Atomic operations. PowerPC32 version. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras , 2003. 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/sysdeps/powerpc/powerpc32/power4/hp-timing.h b/sysdeps/powerpc/powerpc32/power4/hp-timing.h index d1e5b3ca546..ee5e016b5c1 100644 --- a/sysdeps/powerpc/powerpc32/power4/hp-timing.h +++ b/sysdeps/powerpc/powerpc32/power4/hp-timing.h @@ -1,7 +1,6 @@ /* High precision, low overhead timing functions. powerpc64 version. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/powerpc/powerpc32/power4/memcopy.h b/sysdeps/powerpc/powerpc32/power4/memcopy.h index a38e79307ce..88c0ec07109 100644 --- a/sysdeps/powerpc/powerpc32/power4/memcopy.h +++ b/sysdeps/powerpc/powerpc32/power4/memcopy.h @@ -1,7 +1,6 @@ /* memcopy.h -- definitions for memory copy functions. Generic C version. 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/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S b/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S index a4b82f24f0d..e6c4d0ac09f 100644 --- a/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S +++ b/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S @@ -1,6 +1,5 @@ /* Optimized bzero implementation for PowerPC32/POWER6. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S b/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S index e59af8621bc..67c4bfe3b8f 100644 --- a/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S +++ b/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S @@ -1,6 +1,5 @@ /* Optimized bzero implementation for PowerPC32/POWER7. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S b/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S index 04413f690d9..c752d7e35df 100644 --- a/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S +++ b/sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S @@ -1,6 +1,5 @@ /* Optimized bzero implementation for PowerPC32/PPC32. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S b/sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S index 55da8ad0234..fc2f6f6581f 100644 --- a/sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S +++ b/sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S @@ -1,6 +1,5 @@ /* Optimized memchr implementation for PowerPC32/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S b/sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S index b5612c5463e..1b85e853085 100644 --- a/sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S +++ b/sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S @@ -1,6 +1,5 @@ /* Optimized memrchr implementation for PowerPC32/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S b/sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S index d73153ed736..3b75dda9cd5 100644 --- a/sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S +++ b/sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S @@ -1,6 +1,5 @@ /* Optimized rawrawmemchr implementation for PowerPC32/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S b/sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S index 201593f874e..42d6d28ade1 100644 --- a/sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S +++ b/sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-power7.S @@ -1,6 +1,5 @@ /* Optimized strnlen implementation for PowerPC32/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power7/memchr.S b/sysdeps/powerpc/powerpc32/power7/memchr.S index 82bf05adbbe..bbd332682ac 100644 --- a/sysdeps/powerpc/powerpc32/power7/memchr.S +++ b/sysdeps/powerpc/powerpc32/power7/memchr.S @@ -1,6 +1,5 @@ /* Optimized memchr implementation for PowerPC32/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power7/memcpy.S b/sysdeps/powerpc/powerpc32/power7/memcpy.S index a129234a952..58c8620abf8 100644 --- a/sysdeps/powerpc/powerpc32/power7/memcpy.S +++ b/sysdeps/powerpc/powerpc32/power7/memcpy.S @@ -1,6 +1,5 @@ /* Optimized memcpy implementation for PowerPC32/POWER7. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power7/mempcpy.S b/sysdeps/powerpc/powerpc32/power7/mempcpy.S index 49b9369f7b1..2ea50fbbcb9 100644 --- a/sysdeps/powerpc/powerpc32/power7/mempcpy.S +++ b/sysdeps/powerpc/powerpc32/power7/mempcpy.S @@ -1,6 +1,5 @@ /* Optimized mempcpy implementation for POWER7. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power7/memrchr.S b/sysdeps/powerpc/powerpc32/power7/memrchr.S index 5d8c4b7de63..73a2d8e1209 100644 --- a/sysdeps/powerpc/powerpc32/power7/memrchr.S +++ b/sysdeps/powerpc/powerpc32/power7/memrchr.S @@ -1,6 +1,5 @@ /* Optimized memrchr implementation for PowerPC32/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power7/memset.S b/sysdeps/powerpc/powerpc32/power7/memset.S index 4619d6cfbef..b74d0bc3aae 100644 --- a/sysdeps/powerpc/powerpc32/power7/memset.S +++ b/sysdeps/powerpc/powerpc32/power7/memset.S @@ -1,6 +1,5 @@ /* Optimized memset implementation for PowerPC32/POWER7. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power7/rawmemchr.S b/sysdeps/powerpc/powerpc32/power7/rawmemchr.S index f18cea4924c..369b8810364 100644 --- a/sysdeps/powerpc/powerpc32/power7/rawmemchr.S +++ b/sysdeps/powerpc/powerpc32/power7/rawmemchr.S @@ -1,6 +1,5 @@ /* Optimized rawmemchr implementation for PowerPC32/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power7/strchr.S b/sysdeps/powerpc/powerpc32/power7/strchr.S index 8277d4fdcbb..cb621e3a8d4 100644 --- a/sysdeps/powerpc/powerpc32/power7/strchr.S +++ b/sysdeps/powerpc/powerpc32/power7/strchr.S @@ -1,6 +1,5 @@ /* Optimized strchr implementation for PowerPC32/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power7/strchrnul.S b/sysdeps/powerpc/powerpc32/power7/strchrnul.S index 17c553b2744..c716f691ae0 100644 --- a/sysdeps/powerpc/powerpc32/power7/strchrnul.S +++ b/sysdeps/powerpc/powerpc32/power7/strchrnul.S @@ -1,6 +1,5 @@ /* Optimized strchrnul implementation for PowerPC32/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power7/strlen.S b/sysdeps/powerpc/powerpc32/power7/strlen.S index 0c7da4b7bd4..ee0f254e1e1 100644 --- a/sysdeps/powerpc/powerpc32/power7/strlen.S +++ b/sysdeps/powerpc/powerpc32/power7/strlen.S @@ -1,6 +1,5 @@ /* Optimized strlen implementation for PowerPC32/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc32/power7/strnlen.S b/sysdeps/powerpc/powerpc32/power7/strnlen.S index 2b3b7faf52a..67ff821d192 100644 --- a/sysdeps/powerpc/powerpc32/power7/strnlen.S +++ b/sysdeps/powerpc/powerpc32/power7/strnlen.S @@ -1,6 +1,5 @@ /* Optimized strnlen implementation for PowerPC32/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/a2/memcpy.S b/sysdeps/powerpc/powerpc64/a2/memcpy.S index c20671491aa..932f4c83818 100644 --- a/sysdeps/powerpc/powerpc64/a2/memcpy.S +++ b/sysdeps/powerpc/powerpc64/a2/memcpy.S @@ -1,6 +1,5 @@ /* Optimized memcpy implementation for PowerPC A2. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Michael Brutman . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/atomic-machine.h b/sysdeps/powerpc/powerpc64/atomic-machine.h index 28334c2c31d..0391ac3b755 100644 --- a/sysdeps/powerpc/powerpc64/atomic-machine.h +++ b/sysdeps/powerpc/powerpc64/atomic-machine.h @@ -1,7 +1,6 @@ /* Atomic operations. PowerPC64 version. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Paul Mackerras , 2003. 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/sysdeps/powerpc/powerpc64/ffsll.c b/sysdeps/powerpc/powerpc64/ffsll.c index 8959992b152..ef5280248b3 100644 --- a/sysdeps/powerpc/powerpc64/ffsll.c +++ b/sysdeps/powerpc/powerpc64/ffsll.c @@ -2,7 +2,6 @@ For PowerPC. 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/sysdeps/powerpc/powerpc64/hp-timing.h b/sysdeps/powerpc/powerpc64/hp-timing.h index dc2881ecc79..a2f6303c0e9 100644 --- a/sysdeps/powerpc/powerpc64/hp-timing.h +++ b/sysdeps/powerpc/powerpc64/hp-timing.h @@ -1,7 +1,6 @@ /* High precision, low overhead timing functions. powerpc64 version. Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/powerpc/powerpc64/power7/memchr.S b/sysdeps/powerpc/powerpc64/power7/memchr.S index 0104e86d6f1..ef273699633 100644 --- a/sysdeps/powerpc/powerpc64/power7/memchr.S +++ b/sysdeps/powerpc/powerpc64/power7/memchr.S @@ -1,6 +1,5 @@ /* Optimized memchr implementation for PowerPC64/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/power7/memcpy.S b/sysdeps/powerpc/powerpc64/power7/memcpy.S index 589d99bca95..abde9be219f 100644 --- a/sysdeps/powerpc/powerpc64/power7/memcpy.S +++ b/sysdeps/powerpc/powerpc64/power7/memcpy.S @@ -1,6 +1,5 @@ /* Optimized memcpy implementation for PowerPC64/POWER7. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/power7/mempcpy.S b/sysdeps/powerpc/powerpc64/power7/mempcpy.S index 5f4b2531833..d4dbcc3656f 100644 --- a/sysdeps/powerpc/powerpc64/power7/mempcpy.S +++ b/sysdeps/powerpc/powerpc64/power7/mempcpy.S @@ -1,6 +1,5 @@ /* Optimized mempcpy implementation for POWER7. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/power7/memrchr.S b/sysdeps/powerpc/powerpc64/power7/memrchr.S index bd913700bac..4324ba2d92f 100644 --- a/sysdeps/powerpc/powerpc64/power7/memrchr.S +++ b/sysdeps/powerpc/powerpc64/power7/memrchr.S @@ -1,6 +1,5 @@ /* Optimized memrchr implementation for PowerPC64/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/power7/memset.S b/sysdeps/powerpc/powerpc64/power7/memset.S index 8b256d31561..e03e17b2709 100644 --- a/sysdeps/powerpc/powerpc64/power7/memset.S +++ b/sysdeps/powerpc/powerpc64/power7/memset.S @@ -1,6 +1,5 @@ /* Optimized memset implementation for PowerPC64/POWER7. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/power7/rawmemchr.S b/sysdeps/powerpc/powerpc64/power7/rawmemchr.S index 5edcd60131a..0786bf40c7f 100644 --- a/sysdeps/powerpc/powerpc64/power7/rawmemchr.S +++ b/sysdeps/powerpc/powerpc64/power7/rawmemchr.S @@ -1,6 +1,5 @@ /* Optimized rawmemchr implementation for PowerPC64/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/power7/strchr.S b/sysdeps/powerpc/powerpc64/power7/strchr.S index e7afed1d957..7cc9122135d 100644 --- a/sysdeps/powerpc/powerpc64/power7/strchr.S +++ b/sysdeps/powerpc/powerpc64/power7/strchr.S @@ -1,6 +1,5 @@ /* Optimized strchr implementation for PowerPC64/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/power7/strchrnul.S b/sysdeps/powerpc/powerpc64/power7/strchrnul.S index 568a77afd8f..a4e04608919 100644 --- a/sysdeps/powerpc/powerpc64/power7/strchrnul.S +++ b/sysdeps/powerpc/powerpc64/power7/strchrnul.S @@ -1,6 +1,5 @@ /* Optimized strchrnul implementation for PowerPC64/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/power7/strlen.S b/sysdeps/powerpc/powerpc64/power7/strlen.S index c8e6c3d9fbe..c569595d0de 100644 --- a/sysdeps/powerpc/powerpc64/power7/strlen.S +++ b/sysdeps/powerpc/powerpc64/power7/strlen.S @@ -1,6 +1,5 @@ /* Optimized strlen implementation for PowerPC64/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/power7/strnlen.S b/sysdeps/powerpc/powerpc64/power7/strnlen.S index a6f22c13be3..a6742555bbe 100644 --- a/sysdeps/powerpc/powerpc64/power7/strnlen.S +++ b/sysdeps/powerpc/powerpc64/power7/strnlen.S @@ -1,6 +1,5 @@ /* Optimized strnlen implementation for PowerPC64/POWER7 using cmpb insn. Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/powerpc/powerpc64/power8/memrchr.S b/sysdeps/powerpc/powerpc64/power8/memrchr.S index 434c3cbac71..e51a0ef5971 100644 --- a/sysdeps/powerpc/powerpc64/power8/memrchr.S +++ b/sysdeps/powerpc/powerpc64/power8/memrchr.S @@ -1,6 +1,5 @@ /* Optimized memrchr implementation for PowerPC64/POWER8. Copyright (C) 2017-2021 Free Software Foundation, Inc. - Contributed by Luis Machado . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/pthread/eintr.c b/sysdeps/pthread/eintr.c index 75c81fdd6d9..58f6a99242c 100644 --- a/sysdeps/pthread/eintr.c +++ b/sysdeps/pthread/eintr.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/posix-timer.h b/sysdeps/pthread/posix-timer.h index 03bee141607..88d9cc275f4 100644 --- a/sysdeps/pthread/posix-timer.h +++ b/sysdeps/pthread/posix-timer.h @@ -1,7 +1,6 @@ /* Definitions for POSIX timer implementation on top of NPTL. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kaz Kylheku . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/pthread/pthread_atfork.c b/sysdeps/pthread/pthread_atfork.c index 7646fe7efc0..5478d0976da 100644 --- a/sysdeps/pthread/pthread_atfork.c +++ b/sysdeps/pthread/pthread_atfork.c @@ -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 , 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/sysdeps/pthread/sem_close.c b/sysdeps/pthread/sem_close.c index 212848f7451..139417ee6b3 100644 --- a/sysdeps/pthread/sem_close.c +++ b/sysdeps/pthread/sem_close.c @@ -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 , 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/sysdeps/pthread/sem_open.c b/sysdeps/pthread/sem_open.c index 770ab17cdbb..0e5f7a26b3b 100644 --- a/sysdeps/pthread/sem_open.c +++ b/sysdeps/pthread/sem_open.c @@ -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 , 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/sysdeps/pthread/sem_unlink.c b/sysdeps/pthread/sem_unlink.c index c6f89349e59..9c096fd4214 100644 --- a/sysdeps/pthread/sem_unlink.c +++ b/sysdeps/pthread/sem_unlink.c @@ -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 , 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/sysdeps/pthread/tst-_res1.c b/sysdeps/pthread/tst-_res1.c index 912a5da2a55..5d194db5121 100644 --- a/sysdeps/pthread/tst-_res1.c +++ b/sysdeps/pthread/tst-_res1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-_res1mod1.c b/sysdeps/pthread/tst-_res1mod1.c index 8b266931169..de28b64a6ad 100644 --- a/sysdeps/pthread/tst-_res1mod1.c +++ b/sysdeps/pthread/tst-_res1mod1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-abstime.c b/sysdeps/pthread/tst-abstime.c index 0c8a1dd9b8e..b0914cc7f7d 100644 --- a/sysdeps/pthread/tst-abstime.c +++ b/sysdeps/pthread/tst-abstime.c @@ -1,6 +1,5 @@ /* Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab , 2010. 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/sysdeps/pthread/tst-atfork1.c b/sysdeps/pthread/tst-atfork1.c index 96f2ac0ead5..eb2f3a54f20 100644 --- a/sysdeps/pthread/tst-atfork1.c +++ b/sysdeps/pthread/tst-atfork1.c @@ -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 , 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/sysdeps/pthread/tst-atfork2.c b/sysdeps/pthread/tst-atfork2.c index cd360480b9c..cd7653b12b6 100644 --- a/sysdeps/pthread/tst-atfork2.c +++ b/sysdeps/pthread/tst-atfork2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-atfork2mod.c b/sysdeps/pthread/tst-atfork2mod.c index f1ed0a7ab02..7c88e8e52df 100644 --- a/sysdeps/pthread/tst-atfork2mod.c +++ b/sysdeps/pthread/tst-atfork2mod.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-attr1.c b/sysdeps/pthread/tst-attr1.c index 1a2bd96ab46..0ad347b1e6b 100644 --- a/sysdeps/pthread/tst-attr1.c +++ b/sysdeps/pthread/tst-attr1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-backtrace1.c b/sysdeps/pthread/tst-backtrace1.c index 0ab2798a778..eeeb7dfa664 100644 --- a/sysdeps/pthread/tst-backtrace1.c +++ b/sysdeps/pthread/tst-backtrace1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/sysdeps/pthread/tst-barrier1.c b/sysdeps/pthread/tst-barrier1.c index 5175f5fdc23..e16ead446b1 100644 --- a/sysdeps/pthread/tst-barrier1.c +++ b/sysdeps/pthread/tst-barrier1.c @@ -1,7 +1,6 @@ /* Tests barrier initialization. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/pthread/tst-barrier2.c b/sysdeps/pthread/tst-barrier2.c index 30031a13435..2e8b7f3d264 100644 --- a/sysdeps/pthread/tst-barrier2.c +++ b/sysdeps/pthread/tst-barrier2.c @@ -1,7 +1,6 @@ /* Tests process-shared barriers. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/pthread/tst-barrier3.c b/sysdeps/pthread/tst-barrier3.c index 43950ad85c5..5cdf51d2feb 100644 --- a/sysdeps/pthread/tst-barrier3.c +++ b/sysdeps/pthread/tst-barrier3.c @@ -1,7 +1,6 @@ /* Test of POSIX barriers. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/pthread/tst-barrier4.c b/sysdeps/pthread/tst-barrier4.c index b9c34f3295a..0c0d65c9b39 100644 --- a/sysdeps/pthread/tst-barrier4.c +++ b/sysdeps/pthread/tst-barrier4.c @@ -1,7 +1,6 @@ /* This tests destruction of a barrier right after waiting on it. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/pthread/tst-basic1.c b/sysdeps/pthread/tst-basic1.c index 2429b2ab5d0..7660b515a30 100644 --- a/sysdeps/pthread/tst-basic1.c +++ b/sysdeps/pthread/tst-basic1.c @@ -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 , 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/sysdeps/pthread/tst-basic2.c b/sysdeps/pthread/tst-basic2.c index e5aa60a923a..5a60f29d954 100644 --- a/sysdeps/pthread/tst-basic2.c +++ b/sysdeps/pthread/tst-basic2.c @@ -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 , 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/sysdeps/pthread/tst-basic3.c b/sysdeps/pthread/tst-basic3.c index 18b49aec4e2..bf32afda794 100644 --- a/sysdeps/pthread/tst-basic3.c +++ b/sysdeps/pthread/tst-basic3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-basic4.c b/sysdeps/pthread/tst-basic4.c index e27e3905ad1..6f05b2bed5d 100644 --- a/sysdeps/pthread/tst-basic4.c +++ b/sysdeps/pthread/tst-basic4.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-basic5.c b/sysdeps/pthread/tst-basic5.c index 39b4e1974fe..c24e6c3ae4f 100644 --- a/sysdeps/pthread/tst-basic5.c +++ b/sysdeps/pthread/tst-basic5.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-basic6.c b/sysdeps/pthread/tst-basic6.c index b5cfa14d1f3..676c5e05390 100644 --- a/sysdeps/pthread/tst-basic6.c +++ b/sysdeps/pthread/tst-basic6.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cancel1.c b/sysdeps/pthread/tst-cancel1.c index f0b860d5f13..c3b72b6309f 100644 --- a/sysdeps/pthread/tst-cancel1.c +++ b/sysdeps/pthread/tst-cancel1.c @@ -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 , 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/sysdeps/pthread/tst-cancel10.c b/sysdeps/pthread/tst-cancel10.c index e3de76be6ec..a5e3a5f9666 100644 --- a/sysdeps/pthread/tst-cancel10.c +++ b/sysdeps/pthread/tst-cancel10.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cancel11.c b/sysdeps/pthread/tst-cancel11.c index e485e0827e1..a1307b8df7f 100644 --- a/sysdeps/pthread/tst-cancel11.c +++ b/sysdeps/pthread/tst-cancel11.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cancel12.c b/sysdeps/pthread/tst-cancel12.c index 65c8f6aebd2..68b2ae9a44a 100644 --- a/sysdeps/pthread/tst-cancel12.c +++ b/sysdeps/pthread/tst-cancel12.c @@ -1,7 +1,6 @@ /* Test sem_wait cancellation for uncontended case. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cancel13.c b/sysdeps/pthread/tst-cancel13.c index a71c47b89b3..480ba6cc9c9 100644 --- a/sysdeps/pthread/tst-cancel13.c +++ b/sysdeps/pthread/tst-cancel13.c @@ -1,7 +1,6 @@ /* Test sem_wait cancellation for contended case. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cancel14.c b/sysdeps/pthread/tst-cancel14.c index b961ba4bfbc..ef8ccf4188e 100644 --- a/sysdeps/pthread/tst-cancel14.c +++ b/sysdeps/pthread/tst-cancel14.c @@ -1,7 +1,6 @@ /* Test sem_timedwait cancellation for uncontended case. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cancel15.c b/sysdeps/pthread/tst-cancel15.c index d7c6b10e47f..d50803c80f8 100644 --- a/sysdeps/pthread/tst-cancel15.c +++ b/sysdeps/pthread/tst-cancel15.c @@ -1,7 +1,6 @@ /* Test sem_timedwait cancellation for contended case. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cancel16.c b/sysdeps/pthread/tst-cancel16.c index 12e5799839e..2ab3e958277 100644 --- a/sysdeps/pthread/tst-cancel16.c +++ b/sysdeps/pthread/tst-cancel16.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cancel18.c b/sysdeps/pthread/tst-cancel18.c index 912413164d0..475e5da6f69 100644 --- a/sysdeps/pthread/tst-cancel18.c +++ b/sysdeps/pthread/tst-cancel18.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cancel19.c b/sysdeps/pthread/tst-cancel19.c index 8bc3d7ae41a..6b9233abbbe 100644 --- a/sysdeps/pthread/tst-cancel19.c +++ b/sysdeps/pthread/tst-cancel19.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-cancel2.c b/sysdeps/pthread/tst-cancel2.c index 7f49848bbb2..785e17c959a 100644 --- a/sysdeps/pthread/tst-cancel2.c +++ b/sysdeps/pthread/tst-cancel2.c @@ -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 , 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/sysdeps/pthread/tst-cancel20.c b/sysdeps/pthread/tst-cancel20.c index 194726a0d4c..80af5596452 100644 --- a/sysdeps/pthread/tst-cancel20.c +++ b/sysdeps/pthread/tst-cancel20.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-cancel21.c b/sysdeps/pthread/tst-cancel21.c index 2fe248082ec..95e3b8a3879 100644 --- a/sysdeps/pthread/tst-cancel21.c +++ b/sysdeps/pthread/tst-cancel21.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-cancel22.c b/sysdeps/pthread/tst-cancel22.c index 3fdd49f7f36..28865deef35 100644 --- a/sysdeps/pthread/tst-cancel22.c +++ b/sysdeps/pthread/tst-cancel22.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-cancel3.c b/sysdeps/pthread/tst-cancel3.c index 305f3ef9d9a..10de9e6c5e1 100644 --- a/sysdeps/pthread/tst-cancel3.c +++ b/sysdeps/pthread/tst-cancel3.c @@ -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 , 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/sysdeps/pthread/tst-cancel4.c b/sysdeps/pthread/tst-cancel4.c index e40f80b2690..34b08336250 100644 --- a/sysdeps/pthread/tst-cancel4.c +++ b/sysdeps/pthread/tst-cancel4.c @@ -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 , 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/sysdeps/pthread/tst-cancel6.c b/sysdeps/pthread/tst-cancel6.c index b8e6636e6b0..9ecd67e57f2 100644 --- a/sysdeps/pthread/tst-cancel6.c +++ b/sysdeps/pthread/tst-cancel6.c @@ -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 , 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/sysdeps/pthread/tst-cancel8.c b/sysdeps/pthread/tst-cancel8.c index c5cacfcde29..bf4e261b307 100644 --- a/sysdeps/pthread/tst-cancel8.c +++ b/sysdeps/pthread/tst-cancel8.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cancel9.c b/sysdeps/pthread/tst-cancel9.c index 91daba0d659..b5136d8ab66 100644 --- a/sysdeps/pthread/tst-cancel9.c +++ b/sysdeps/pthread/tst-cancel9.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cleanup0.c b/sysdeps/pthread/tst-cleanup0.c index 542e87b59e3..1d3a9c7c286 100644 --- a/sysdeps/pthread/tst-cleanup0.c +++ b/sysdeps/pthread/tst-cleanup0.c @@ -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 , 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/sysdeps/pthread/tst-cleanup1.c b/sysdeps/pthread/tst-cleanup1.c index 4afad4bb56c..385ab694a2b 100644 --- a/sysdeps/pthread/tst-cleanup1.c +++ b/sysdeps/pthread/tst-cleanup1.c @@ -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 , 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/sysdeps/pthread/tst-cleanup2.c b/sysdeps/pthread/tst-cleanup2.c index f2f4503edd8..476091edc00 100644 --- a/sysdeps/pthread/tst-cleanup2.c +++ b/sysdeps/pthread/tst-cleanup2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bao Duong , 2003. 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/sysdeps/pthread/tst-cleanup3.c b/sysdeps/pthread/tst-cleanup3.c index e7ccbf79f47..834b1a1a488 100644 --- a/sysdeps/pthread/tst-cleanup3.c +++ b/sysdeps/pthread/tst-cleanup3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-clock1.c b/sysdeps/pthread/tst-clock1.c index e176116949a..3034680bc4c 100644 --- a/sysdeps/pthread/tst-clock1.c +++ b/sysdeps/pthread/tst-clock1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cond1.c b/sysdeps/pthread/tst-cond1.c index f65c9d9bca7..00c93dfe2f7 100644 --- a/sysdeps/pthread/tst-cond1.c +++ b/sysdeps/pthread/tst-cond1.c @@ -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 , 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/sysdeps/pthread/tst-cond10.c b/sysdeps/pthread/tst-cond10.c index 71b4469993f..5222c06d529 100644 --- a/sysdeps/pthread/tst-cond10.c +++ b/sysdeps/pthread/tst-cond10.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cond11.c b/sysdeps/pthread/tst-cond11.c index 696a9ccdd01..d87a5d80a8c 100644 --- a/sysdeps/pthread/tst-cond11.c +++ b/sysdeps/pthread/tst-cond11.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cond12.c b/sysdeps/pthread/tst-cond12.c index 166edf5d675..3ed5101df6d 100644 --- a/sysdeps/pthread/tst-cond12.c +++ b/sysdeps/pthread/tst-cond12.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cond14.c b/sysdeps/pthread/tst-cond14.c index f3d5fe225f8..d1e25209857 100644 --- a/sysdeps/pthread/tst-cond14.c +++ b/sysdeps/pthread/tst-cond14.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/pthread/tst-cond15.c b/sysdeps/pthread/tst-cond15.c index fe549a8a802..843b356ac64 100644 --- a/sysdeps/pthread/tst-cond15.c +++ b/sysdeps/pthread/tst-cond15.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/pthread/tst-cond16.c b/sysdeps/pthread/tst-cond16.c index 683a062cc0f..445c35af5e8 100644 --- a/sysdeps/pthread/tst-cond16.c +++ b/sysdeps/pthread/tst-cond16.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/sysdeps/pthread/tst-cond18.c b/sysdeps/pthread/tst-cond18.c index 4fdd195d3de..3fcaea3aaa7 100644 --- a/sysdeps/pthread/tst-cond18.c +++ b/sysdeps/pthread/tst-cond18.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/sysdeps/pthread/tst-cond19.c b/sysdeps/pthread/tst-cond19.c index 95dbd995566..6653a5dc97e 100644 --- a/sysdeps/pthread/tst-cond19.c +++ b/sysdeps/pthread/tst-cond19.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/pthread/tst-cond2.c b/sysdeps/pthread/tst-cond2.c index aef73ac9f3f..8bab6df36c3 100644 --- a/sysdeps/pthread/tst-cond2.c +++ b/sysdeps/pthread/tst-cond2.c @@ -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 , 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/sysdeps/pthread/tst-cond20.c b/sysdeps/pthread/tst-cond20.c index e3597287363..08f4d7dea0f 100644 --- a/sysdeps/pthread/tst-cond20.c +++ b/sysdeps/pthread/tst-cond20.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/sysdeps/pthread/tst-cond23.c b/sysdeps/pthread/tst-cond23.c index 959aab42731..d55daf0a429 100644 --- a/sysdeps/pthread/tst-cond23.c +++ b/sysdeps/pthread/tst-cond23.c @@ -1,6 +1,5 @@ /* 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/sysdeps/pthread/tst-cond3.c b/sysdeps/pthread/tst-cond3.c index ae7eda1424b..24e824da0e2 100644 --- a/sysdeps/pthread/tst-cond3.c +++ b/sysdeps/pthread/tst-cond3.c @@ -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 , 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/sysdeps/pthread/tst-cond4.c b/sysdeps/pthread/tst-cond4.c index e789df2cb6d..38fdb8a4efa 100644 --- a/sysdeps/pthread/tst-cond4.c +++ b/sysdeps/pthread/tst-cond4.c @@ -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 , 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/sysdeps/pthread/tst-cond5.c b/sysdeps/pthread/tst-cond5.c index ab6b48f2a03..16e579352ee 100644 --- a/sysdeps/pthread/tst-cond5.c +++ b/sysdeps/pthread/tst-cond5.c @@ -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 , 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/sysdeps/pthread/tst-cond6.c b/sysdeps/pthread/tst-cond6.c index 37723b2048a..b3e79a71e4b 100644 --- a/sysdeps/pthread/tst-cond6.c +++ b/sysdeps/pthread/tst-cond6.c @@ -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 , 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/sysdeps/pthread/tst-cond7.c b/sysdeps/pthread/tst-cond7.c index e1d46c55ab4..ead5f309f07 100644 --- a/sysdeps/pthread/tst-cond7.c +++ b/sysdeps/pthread/tst-cond7.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-cond8.c b/sysdeps/pthread/tst-cond8.c index 3247455fa8a..57e1a27213f 100644 --- a/sysdeps/pthread/tst-cond8.c +++ b/sysdeps/pthread/tst-cond8.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-cond9.c b/sysdeps/pthread/tst-cond9.c index 8fd7b7c5fb7..e6f4b253855 100644 --- a/sysdeps/pthread/tst-cond9.c +++ b/sysdeps/pthread/tst-cond9.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-detach1.c b/sysdeps/pthread/tst-detach1.c index c7f0c0b5789..117f290f0bf 100644 --- a/sysdeps/pthread/tst-detach1.c +++ b/sysdeps/pthread/tst-detach1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-eintr2.c b/sysdeps/pthread/tst-eintr2.c index d987f6910db..fceb1d45305 100644 --- a/sysdeps/pthread/tst-eintr2.c +++ b/sysdeps/pthread/tst-eintr2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-eintr3.c b/sysdeps/pthread/tst-eintr3.c index 0244a4689f9..2008a1f5da6 100644 --- a/sysdeps/pthread/tst-eintr3.c +++ b/sysdeps/pthread/tst-eintr3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-eintr4.c b/sysdeps/pthread/tst-eintr4.c index efcbd59dcaf..c2f49f487cf 100644 --- a/sysdeps/pthread/tst-eintr4.c +++ b/sysdeps/pthread/tst-eintr4.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-eintr5.c b/sysdeps/pthread/tst-eintr5.c index 9d363cb28d1..62a9550fd5c 100644 --- a/sysdeps/pthread/tst-eintr5.c +++ b/sysdeps/pthread/tst-eintr5.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-exec1.c b/sysdeps/pthread/tst-exec1.c index 447fb6ef576..5d26024077c 100644 --- a/sysdeps/pthread/tst-exec1.c +++ b/sysdeps/pthread/tst-exec1.c @@ -1,7 +1,6 @@ /* Simple exec test, only a thread in the parent. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/pthread/tst-exec2.c b/sysdeps/pthread/tst-exec2.c index e9185611a67..152d4e375b3 100644 --- a/sysdeps/pthread/tst-exec2.c +++ b/sysdeps/pthread/tst-exec2.c @@ -1,7 +1,6 @@ /* Thread with running thread calls exec. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/pthread/tst-exec3.c b/sysdeps/pthread/tst-exec3.c index db6f5e10cf7..682324611fc 100644 --- a/sysdeps/pthread/tst-exec3.c +++ b/sysdeps/pthread/tst-exec3.c @@ -1,7 +1,6 @@ /* Thread calls exec. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/pthread/tst-exit1.c b/sysdeps/pthread/tst-exit1.c index 3304b787cc8..f70cfd90908 100644 --- a/sysdeps/pthread/tst-exit1.c +++ b/sysdeps/pthread/tst-exit1.c @@ -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 , 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/sysdeps/pthread/tst-fini1.c b/sysdeps/pthread/tst-fini1.c index 7d8519dd00c..7390d6829ac 100644 --- a/sysdeps/pthread/tst-fini1.c +++ b/sysdeps/pthread/tst-fini1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/pthread/tst-fini1mod.c b/sysdeps/pthread/tst-fini1mod.c index cc6b9ee9822..8655631a786 100644 --- a/sysdeps/pthread/tst-fini1mod.c +++ b/sysdeps/pthread/tst-fini1mod.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/pthread/tst-flock1.c b/sysdeps/pthread/tst-flock1.c index aebf9e47378..58c311112e6 100644 --- a/sysdeps/pthread/tst-flock1.c +++ b/sysdeps/pthread/tst-flock1.c @@ -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 , 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/sysdeps/pthread/tst-flock2.c b/sysdeps/pthread/tst-flock2.c index 0b49837a89b..ac903871069 100644 --- a/sysdeps/pthread/tst-flock2.c +++ b/sysdeps/pthread/tst-flock2.c @@ -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 , 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/sysdeps/pthread/tst-fork1.c b/sysdeps/pthread/tst-fork1.c index 072ec12d0dc..dc2103a3878 100644 --- a/sysdeps/pthread/tst-fork1.c +++ b/sysdeps/pthread/tst-fork1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Roland McGrath , 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/sysdeps/pthread/tst-fork2.c b/sysdeps/pthread/tst-fork2.c index 5b71e48d87c..c446837223d 100644 --- a/sysdeps/pthread/tst-fork2.c +++ b/sysdeps/pthread/tst-fork2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Roland McGrath , 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/sysdeps/pthread/tst-fork3.c b/sysdeps/pthread/tst-fork3.c index 8df993a7267..5bd73ea69f2 100644 --- a/sysdeps/pthread/tst-fork3.c +++ b/sysdeps/pthread/tst-fork3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Roland McGrath , 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/sysdeps/pthread/tst-join1.c b/sysdeps/pthread/tst-join1.c index 4e7bef959f4..76a68df53a4 100644 --- a/sysdeps/pthread/tst-join1.c +++ b/sysdeps/pthread/tst-join1.c @@ -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 , 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/sysdeps/pthread/tst-join2.c b/sysdeps/pthread/tst-join2.c index 5b5493e4a3f..314126fc2b1 100644 --- a/sysdeps/pthread/tst-join2.c +++ b/sysdeps/pthread/tst-join2.c @@ -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 , 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/sysdeps/pthread/tst-join3.c b/sysdeps/pthread/tst-join3.c index 0bf78f6353c..d489dcf2633 100644 --- a/sysdeps/pthread/tst-join3.c +++ b/sysdeps/pthread/tst-join3.c @@ -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 , 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/sysdeps/pthread/tst-join4.c b/sysdeps/pthread/tst-join4.c index 87ab4dc1894..6d5c672fdd2 100644 --- a/sysdeps/pthread/tst-join4.c +++ b/sysdeps/pthread/tst-join4.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-join5.c b/sysdeps/pthread/tst-join5.c index e3d298a5ea2..e0430e3334d 100644 --- a/sysdeps/pthread/tst-join5.c +++ b/sysdeps/pthread/tst-join5.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-key1.c b/sysdeps/pthread/tst-key1.c index b68c7f58e22..8ecc5ff564d 100644 --- a/sysdeps/pthread/tst-key1.c +++ b/sysdeps/pthread/tst-key1.c @@ -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 , 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/sysdeps/pthread/tst-key2.c b/sysdeps/pthread/tst-key2.c index 28ba547073f..d583fac04a9 100644 --- a/sysdeps/pthread/tst-key2.c +++ b/sysdeps/pthread/tst-key2.c @@ -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 , 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/sysdeps/pthread/tst-key3.c b/sysdeps/pthread/tst-key3.c index b6cc8c49a30..2a6906c549f 100644 --- a/sysdeps/pthread/tst-key3.c +++ b/sysdeps/pthread/tst-key3.c @@ -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 , 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/sysdeps/pthread/tst-key4.c b/sysdeps/pthread/tst-key4.c index 3ab2d5a4704..16e48ec4eb9 100644 --- a/sysdeps/pthread/tst-key4.c +++ b/sysdeps/pthread/tst-key4.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-kill1.c b/sysdeps/pthread/tst-kill1.c index 81c66983530..71e59dd852e 100644 --- a/sysdeps/pthread/tst-kill1.c +++ b/sysdeps/pthread/tst-kill1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-kill2.c b/sysdeps/pthread/tst-kill2.c index 999e5478f3c..63c83e614fd 100644 --- a/sysdeps/pthread/tst-kill2.c +++ b/sysdeps/pthread/tst-kill2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-kill3.c b/sysdeps/pthread/tst-kill3.c index ef3815a627f..be0733629c8 100644 --- a/sysdeps/pthread/tst-kill3.c +++ b/sysdeps/pthread/tst-kill3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-kill4.c b/sysdeps/pthread/tst-kill4.c index 9563939792b..222ceb724c6 100644 --- a/sysdeps/pthread/tst-kill4.c +++ b/sysdeps/pthread/tst-kill4.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-kill5.c b/sysdeps/pthread/tst-kill5.c index 3e290fec51b..f70c01429f0 100644 --- a/sysdeps/pthread/tst-kill5.c +++ b/sysdeps/pthread/tst-kill5.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-kill6.c b/sysdeps/pthread/tst-kill6.c index 0671e1ecbea..c02d7237807 100644 --- a/sysdeps/pthread/tst-kill6.c +++ b/sysdeps/pthread/tst-kill6.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-mutex1.c b/sysdeps/pthread/tst-mutex1.c index 781cf68d790..2390839acd7 100644 --- a/sysdeps/pthread/tst-mutex1.c +++ b/sysdeps/pthread/tst-mutex1.c @@ -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 , 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/sysdeps/pthread/tst-mutex2.c b/sysdeps/pthread/tst-mutex2.c index af8a4bbc8a2..8d885a91ecc 100644 --- a/sysdeps/pthread/tst-mutex2.c +++ b/sysdeps/pthread/tst-mutex2.c @@ -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 , 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/sysdeps/pthread/tst-mutex3.c b/sysdeps/pthread/tst-mutex3.c index 6d0240ce78b..675d91b74bc 100644 --- a/sysdeps/pthread/tst-mutex3.c +++ b/sysdeps/pthread/tst-mutex3.c @@ -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 , 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/sysdeps/pthread/tst-mutex4.c b/sysdeps/pthread/tst-mutex4.c index 31820cfb8d1..1f7ad8bf97b 100644 --- a/sysdeps/pthread/tst-mutex4.c +++ b/sysdeps/pthread/tst-mutex4.c @@ -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 , 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/sysdeps/pthread/tst-mutex5.c b/sysdeps/pthread/tst-mutex5.c index 7dc5331cfc0..b2a06b36501 100644 --- a/sysdeps/pthread/tst-mutex5.c +++ b/sysdeps/pthread/tst-mutex5.c @@ -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 , 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/sysdeps/pthread/tst-mutex6.c b/sysdeps/pthread/tst-mutex6.c index be804ddd758..69121251b6d 100644 --- a/sysdeps/pthread/tst-mutex6.c +++ b/sysdeps/pthread/tst-mutex6.c @@ -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 , 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/sysdeps/pthread/tst-mutex7.c b/sysdeps/pthread/tst-mutex7.c index 0e585a01477..79c152a7c27 100644 --- a/sysdeps/pthread/tst-mutex7.c +++ b/sysdeps/pthread/tst-mutex7.c @@ -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 , 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/sysdeps/pthread/tst-mutex9.c b/sysdeps/pthread/tst-mutex9.c index 58c3a1aec26..63bac69b6dd 100644 --- a/sysdeps/pthread/tst-mutex9.c +++ b/sysdeps/pthread/tst-mutex9.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-once1.c b/sysdeps/pthread/tst-once1.c index 5f5f43c542b..97c3e2aecab 100644 --- a/sysdeps/pthread/tst-once1.c +++ b/sysdeps/pthread/tst-once1.c @@ -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 , 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/sysdeps/pthread/tst-once2.c b/sysdeps/pthread/tst-once2.c index eb4d5855c2f..d8a1d9037e3 100644 --- a/sysdeps/pthread/tst-once2.c +++ b/sysdeps/pthread/tst-once2.c @@ -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 , 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/sysdeps/pthread/tst-once3.c b/sysdeps/pthread/tst-once3.c index 4e7fd62fee4..dadefb9ce7d 100644 --- a/sysdeps/pthread/tst-once3.c +++ b/sysdeps/pthread/tst-once3.c @@ -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 , 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/sysdeps/pthread/tst-once4.c b/sysdeps/pthread/tst-once4.c index 644c9b0a4c6..a71b89163d7 100644 --- a/sysdeps/pthread/tst-once4.c +++ b/sysdeps/pthread/tst-once4.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-pt-align.c b/sysdeps/pthread/tst-pt-align.c index 464890c3f3b..4974736e77b 100644 --- a/sysdeps/pthread/tst-pt-align.c +++ b/sysdeps/pthread/tst-pt-align.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-pt-align3.c b/sysdeps/pthread/tst-pt-align3.c index 0f3eaf8b6c6..690cb9134d2 100644 --- a/sysdeps/pthread/tst-pt-align3.c +++ b/sysdeps/pthread/tst-pt-align3.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/pthread/tst-pt-popen1.c b/sysdeps/pthread/tst-pt-popen1.c index 7e13dff22cc..57a243dbb57 100644 --- a/sysdeps/pthread/tst-pt-popen1.c +++ b/sysdeps/pthread/tst-pt-popen1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-pt-sysconf.c b/sysdeps/pthread/tst-pt-sysconf.c index 461138fe21a..8f6962c6ad4 100644 --- a/sysdeps/pthread/tst-pt-sysconf.c +++ b/sysdeps/pthread/tst-pt-sysconf.c @@ -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 , 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/sysdeps/pthread/tst-pt-tls1.c b/sysdeps/pthread/tst-pt-tls1.c index d5f60a5fdd1..0299f917b15 100644 --- a/sysdeps/pthread/tst-pt-tls1.c +++ b/sysdeps/pthread/tst-pt-tls1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-pt-tls2.c b/sysdeps/pthread/tst-pt-tls2.c index 178900db154..66cbf7d7207 100644 --- a/sysdeps/pthread/tst-pt-tls2.c +++ b/sysdeps/pthread/tst-pt-tls2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-pt-tls4.c b/sysdeps/pthread/tst-pt-tls4.c index 249591a05c5..68b9a773c83 100644 --- a/sysdeps/pthread/tst-pt-tls4.c +++ b/sysdeps/pthread/tst-pt-tls4.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-raise1.c b/sysdeps/pthread/tst-raise1.c index b73720deb99..b6cc745fe7c 100644 --- a/sysdeps/pthread/tst-raise1.c +++ b/sysdeps/pthread/tst-raise1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-robust1.c b/sysdeps/pthread/tst-robust1.c index 4e1943de4fc..db6aed3102f 100644 --- a/sysdeps/pthread/tst-robust1.c +++ b/sysdeps/pthread/tst-robust1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/pthread/tst-robust7.c b/sysdeps/pthread/tst-robust7.c index 3ea7deb2607..b88fee1957e 100644 --- a/sysdeps/pthread/tst-robust7.c +++ b/sysdeps/pthread/tst-robust7.c @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/pthread/tst-rwlock1.c b/sysdeps/pthread/tst-rwlock1.c index 583034644b2..1e9aee61486 100644 --- a/sysdeps/pthread/tst-rwlock1.c +++ b/sysdeps/pthread/tst-rwlock1.c @@ -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 , 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/sysdeps/pthread/tst-rwlock12.c b/sysdeps/pthread/tst-rwlock12.c index c986e5fb2b4..0f5d7408c9e 100644 --- a/sysdeps/pthread/tst-rwlock12.c +++ b/sysdeps/pthread/tst-rwlock12.c @@ -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 , 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/sysdeps/pthread/tst-rwlock14.c b/sysdeps/pthread/tst-rwlock14.c index aa1d02a72d4..6842ca859c2 100644 --- a/sysdeps/pthread/tst-rwlock14.c +++ b/sysdeps/pthread/tst-rwlock14.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/pthread/tst-rwlock4.c b/sysdeps/pthread/tst-rwlock4.c index 10cad9fe247..60ca3a8977f 100644 --- a/sysdeps/pthread/tst-rwlock4.c +++ b/sysdeps/pthread/tst-rwlock4.c @@ -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 , 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/sysdeps/pthread/tst-rwlock5.c b/sysdeps/pthread/tst-rwlock5.c index 32be7d9a88a..7acc8b4523d 100644 --- a/sysdeps/pthread/tst-rwlock5.c +++ b/sysdeps/pthread/tst-rwlock5.c @@ -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 , 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/sysdeps/pthread/tst-sem1.c b/sysdeps/pthread/tst-sem1.c index 03e8749fc8d..d1479b96361 100644 --- a/sysdeps/pthread/tst-sem1.c +++ b/sysdeps/pthread/tst-sem1.c @@ -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 , 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/sysdeps/pthread/tst-sem10.c b/sysdeps/pthread/tst-sem10.c index 7f97d01d7a0..15a518787eb 100644 --- a/sysdeps/pthread/tst-sem10.c +++ b/sysdeps/pthread/tst-sem10.c @@ -1,6 +1,5 @@ /* Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2007. 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/sysdeps/pthread/tst-sem2.c b/sysdeps/pthread/tst-sem2.c index 2cfafa9c6ef..56b272ec64c 100644 --- a/sysdeps/pthread/tst-sem2.c +++ b/sysdeps/pthread/tst-sem2.c @@ -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 , 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/sysdeps/pthread/tst-sem3.c b/sysdeps/pthread/tst-sem3.c index c3c3a37155a..cd1f562c1aa 100644 --- a/sysdeps/pthread/tst-sem3.c +++ b/sysdeps/pthread/tst-sem3.c @@ -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 , 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/sysdeps/pthread/tst-sem4.c b/sysdeps/pthread/tst-sem4.c index 257fa7a82d3..397b24fa41b 100644 --- a/sysdeps/pthread/tst-sem4.c +++ b/sysdeps/pthread/tst-sem4.c @@ -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 , 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/sysdeps/pthread/tst-sem5.c b/sysdeps/pthread/tst-sem5.c index c79ec3424f6..0a563950e80 100644 --- a/sysdeps/pthread/tst-sem5.c +++ b/sysdeps/pthread/tst-sem5.c @@ -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 , 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/sysdeps/pthread/tst-sem6.c b/sysdeps/pthread/tst-sem6.c index 054af8803f3..3b785542c1c 100644 --- a/sysdeps/pthread/tst-sem6.c +++ b/sysdeps/pthread/tst-sem6.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-sem7.c b/sysdeps/pthread/tst-sem7.c index 00cedb93df5..88d8cc81809 100644 --- a/sysdeps/pthread/tst-sem7.c +++ b/sysdeps/pthread/tst-sem7.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-sem8.c b/sysdeps/pthread/tst-sem8.c index c5cb5c37acc..77d38a6bd00 100644 --- a/sysdeps/pthread/tst-sem8.c +++ b/sysdeps/pthread/tst-sem8.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-sem9.c b/sysdeps/pthread/tst-sem9.c index 3903fafbc32..705a0ef857d 100644 --- a/sysdeps/pthread/tst-sem9.c +++ b/sysdeps/pthread/tst-sem9.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-signal1.c b/sysdeps/pthread/tst-signal1.c index b1f02f9c150..b1bcd265a24 100644 --- a/sysdeps/pthread/tst-signal1.c +++ b/sysdeps/pthread/tst-signal1.c @@ -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 , 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/sysdeps/pthread/tst-signal2.c b/sysdeps/pthread/tst-signal2.c index 768943503d7..92764ef7ff6 100644 --- a/sysdeps/pthread/tst-signal2.c +++ b/sysdeps/pthread/tst-signal2.c @@ -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 , 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/sysdeps/pthread/tst-signal4.c b/sysdeps/pthread/tst-signal4.c index 5537e26a02e..3654066cd1c 100644 --- a/sysdeps/pthread/tst-signal4.c +++ b/sysdeps/pthread/tst-signal4.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-signal5.c b/sysdeps/pthread/tst-signal5.c index ce46e0249c2..951c2496a60 100644 --- a/sysdeps/pthread/tst-signal5.c +++ b/sysdeps/pthread/tst-signal5.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-signal6.c b/sysdeps/pthread/tst-signal6.c index cfd9b91b800..30da508691b 100644 --- a/sysdeps/pthread/tst-signal6.c +++ b/sysdeps/pthread/tst-signal6.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-spin1.c b/sysdeps/pthread/tst-spin1.c index e678c6601f9..58076f28c68 100644 --- a/sysdeps/pthread/tst-spin1.c +++ b/sysdeps/pthread/tst-spin1.c @@ -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 , 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/sysdeps/pthread/tst-spin2.c b/sysdeps/pthread/tst-spin2.c index 89a65653a78..ab3514c1aad 100644 --- a/sysdeps/pthread/tst-spin2.c +++ b/sysdeps/pthread/tst-spin2.c @@ -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 , 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/sysdeps/pthread/tst-spin3.c b/sysdeps/pthread/tst-spin3.c index e6780baf3ce..8b3a5e90c47 100644 --- a/sysdeps/pthread/tst-spin3.c +++ b/sysdeps/pthread/tst-spin3.c @@ -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 , 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/sysdeps/pthread/tst-stack1.c b/sysdeps/pthread/tst-stack1.c index e1c089686ff..0b8590f3d19 100644 --- a/sysdeps/pthread/tst-stack1.c +++ b/sysdeps/pthread/tst-stack1.c @@ -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 , 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/sysdeps/pthread/tst-stdio1.c b/sysdeps/pthread/tst-stdio1.c index 80fb59c4e42..b9fcf753119 100644 --- a/sysdeps/pthread/tst-stdio1.c +++ b/sysdeps/pthread/tst-stdio1.c @@ -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 , 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/sysdeps/pthread/tst-stdio2.c b/sysdeps/pthread/tst-stdio2.c index 4565f5abe6e..d7447dcc55a 100644 --- a/sysdeps/pthread/tst-stdio2.c +++ b/sysdeps/pthread/tst-stdio2.c @@ -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 , 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/sysdeps/pthread/tst-timer.c b/sysdeps/pthread/tst-timer.c index fc93f4b43d2..c59ff7f1015 100644 --- a/sysdeps/pthread/tst-timer.c +++ b/sysdeps/pthread/tst-timer.c @@ -1,7 +1,6 @@ /* Tests for POSIX timer implementation. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kaz Kylheku . The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/pthread/tst-tls4moda.c b/sysdeps/pthread/tst-tls4moda.c index 2d719b7c5e7..f01f192af36 100644 --- a/sysdeps/pthread/tst-tls4moda.c +++ b/sysdeps/pthread/tst-tls4moda.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-tls4modb.c b/sysdeps/pthread/tst-tls4modb.c index a1f22cf5933..db533f860f6 100644 --- a/sysdeps/pthread/tst-tls4modb.c +++ b/sysdeps/pthread/tst-tls4modb.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/pthread/tst-tsd1.c b/sysdeps/pthread/tst-tsd1.c index 37b4aef27eb..d442f148b20 100644 --- a/sysdeps/pthread/tst-tsd1.c +++ b/sysdeps/pthread/tst-tsd1.c @@ -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 , 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/sysdeps/pthread/tst-tsd2.c b/sysdeps/pthread/tst-tsd2.c index 6b4ca7c49f0..00f5fb3b5bb 100644 --- a/sysdeps/pthread/tst-tsd2.c +++ b/sysdeps/pthread/tst-tsd2.c @@ -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 , 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/sysdeps/pthread/tst-tsd5.c b/sysdeps/pthread/tst-tsd5.c index e8758638921..f2a09a4bc09 100644 --- a/sysdeps/pthread/tst-tsd5.c +++ b/sysdeps/pthread/tst-tsd5.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/pthread/tst-umask1.c b/sysdeps/pthread/tst-umask1.c index 98a051ed357..635a4f99c35 100644 --- a/sysdeps/pthread/tst-umask1.c +++ b/sysdeps/pthread/tst-umask1.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/pthread/tst-unload.c b/sysdeps/pthread/tst-unload.c index 0dd9cbe4358..631e0d192b6 100644 --- a/sysdeps/pthread/tst-unload.c +++ b/sysdeps/pthread/tst-unload.c @@ -1,6 +1,5 @@ /* Tests for non-unloading of libpthread. Copyright (C) 2000-2021 Free Software Foundation, Inc. - 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 License as diff --git a/sysdeps/s390/atomic-machine.h b/sysdeps/s390/atomic-machine.h index 052a7d245d4..34409ca3c69 100644 --- a/sysdeps/s390/atomic-machine.h +++ b/sysdeps/s390/atomic-machine.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2003. 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/sysdeps/s390/dl-procinfo.c b/sysdeps/s390/dl-procinfo.c index c174e27b355..7314c31b151 100644 --- a/sysdeps/s390/dl-procinfo.c +++ b/sysdeps/s390/dl-procinfo.c @@ -1,7 +1,6 @@ /* Data for s390 version of processor capability information. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2006. 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/sysdeps/s390/dl-procinfo.h b/sysdeps/s390/dl-procinfo.h index 2d9c3058083..2502dd26047 100644 --- a/sysdeps/s390/dl-procinfo.h +++ b/sysdeps/s390/dl-procinfo.h @@ -1,7 +1,6 @@ /* s390 version of processor capability information handling macros. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2006. 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/sysdeps/s390/ffs.c b/sysdeps/s390/ffs.c index c52b97f24b2..bf182437d0c 100644 --- a/sysdeps/s390/ffs.c +++ b/sysdeps/s390/ffs.c @@ -1,7 +1,6 @@ /* ffs -- find first set bit in a word, counted from least significant end. S/390 version. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/fpu/bits/fenv.h b/sysdeps/s390/fpu/bits/fenv.h index da143b1d960..be5b7e820be 100644 --- a/sysdeps/s390/fpu/bits/fenv.h +++ b/sysdeps/s390/fpu/bits/fenv.h @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow . 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/sysdeps/s390/fpu/e_sqrtl.c b/sysdeps/s390/fpu/e_sqrtl.c index b7817ac5723..2631443770d 100644 --- a/sysdeps/s390/fpu/e_sqrtl.c +++ b/sysdeps/s390/fpu/e_sqrtl.c @@ -1,6 +1,5 @@ /* Square root. S/390 FPU version. Copyright (C) 2004-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/fpu/fedisblxcpt.c b/sysdeps/s390/fpu/fedisblxcpt.c index 2b25e98efe3..ca22ae593b5 100644 --- a/sysdeps/s390/fpu/fedisblxcpt.c +++ b/sysdeps/s390/fpu/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/feenablxcpt.c b/sysdeps/s390/fpu/feenablxcpt.c index bd5b8f06dc3..64fe38a91a2 100644 --- a/sysdeps/s390/fpu/feenablxcpt.c +++ b/sysdeps/s390/fpu/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/fegetenv.c b/sysdeps/s390/fpu/fegetenv.c index 4a87cc1bbcf..8143d2ec883 100644 --- a/sysdeps/s390/fpu/fegetenv.c +++ b/sysdeps/s390/fpu/fegetenv.c @@ -1,7 +1,6 @@ /* Store current floating-point environment. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/fegetexcept.c b/sysdeps/s390/fpu/fegetexcept.c index ca0942f8f8b..15208403c51 100644 --- a/sysdeps/s390/fpu/fegetexcept.c +++ b/sysdeps/s390/fpu/fegetexcept.c @@ -1,7 +1,6 @@ /* Get enabled floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/fegetround.c b/sysdeps/s390/fpu/fegetround.c index e76866e26f1..a2f9cccbbe9 100644 --- a/sysdeps/s390/fpu/fegetround.c +++ b/sysdeps/s390/fpu/fegetround.c @@ -1,7 +1,6 @@ /* Return current rounding direction. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/feholdexcpt.c b/sysdeps/s390/fpu/feholdexcpt.c index a48343a9a03..cd089090104 100644 --- a/sysdeps/s390/fpu/feholdexcpt.c +++ b/sysdeps/s390/fpu/feholdexcpt.c @@ -1,7 +1,6 @@ /* Store current floating-point environment and clear exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/fenv_libc.h b/sysdeps/s390/fpu/fenv_libc.h index a3384d3ceb7..44a4dc302d5 100644 --- a/sysdeps/s390/fpu/fenv_libc.h +++ b/sysdeps/s390/fpu/fenv_libc.h @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/fesetenv.c b/sysdeps/s390/fpu/fesetenv.c index f94e7d7e2b7..4d6fdd52dda 100644 --- a/sysdeps/s390/fpu/fesetenv.c +++ b/sysdeps/s390/fpu/fesetenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/fesetround.c b/sysdeps/s390/fpu/fesetround.c index d8aec321a05..6cbc4320fa7 100644 --- a/sysdeps/s390/fpu/fesetround.c +++ b/sysdeps/s390/fpu/fesetround.c @@ -1,7 +1,6 @@ /* Set current rounding direction. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/feupdateenv.c b/sysdeps/s390/fpu/feupdateenv.c index ae02e623e28..10f708ca34f 100644 --- a/sysdeps/s390/fpu/feupdateenv.c +++ b/sysdeps/s390/fpu/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/fgetexcptflg.c b/sysdeps/s390/fpu/fgetexcptflg.c index 4b86081a694..e20479c8065 100644 --- a/sysdeps/s390/fpu/fgetexcptflg.c +++ b/sysdeps/s390/fpu/fgetexcptflg.c @@ -1,7 +1,6 @@ /* Store current representation for exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/fpu_control.h b/sysdeps/s390/fpu/fpu_control.h index 2174e771975..59d7d0d797a 100644 --- a/sysdeps/s390/fpu/fpu_control.h +++ b/sysdeps/s390/fpu/fpu_control.h @@ -1,7 +1,5 @@ /* FPU control word definitions. Stub version. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com) and - Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/fpu/fraiseexcpt.c b/sysdeps/s390/fpu/fraiseexcpt.c index b86b6398f8f..dd6ac721411 100644 --- a/sysdeps/s390/fpu/fraiseexcpt.c +++ b/sysdeps/s390/fpu/fraiseexcpt.c @@ -1,8 +1,6 @@ /* Raise given exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com) and - Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/s390/fpu/fsetexcptflg.c b/sysdeps/s390/fpu/fsetexcptflg.c index d63648673ff..661707c655d 100644 --- a/sysdeps/s390/fpu/fsetexcptflg.c +++ b/sysdeps/s390/fpu/fsetexcptflg.c @@ -1,7 +1,6 @@ /* Set floating-point environment exception handling. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/fpu/ftestexcept.c b/sysdeps/s390/fpu/ftestexcept.c index fe3a2225bb0..707eebcc3cc 100644 --- a/sysdeps/s390/fpu/ftestexcept.c +++ b/sysdeps/s390/fpu/ftestexcept.c @@ -1,7 +1,6 @@ /* Test exception in current environment. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). 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/sysdeps/s390/iso-8859-1_cp037_z900.c b/sysdeps/s390/iso-8859-1_cp037_z900.c index 8a8ebb0017e..c5e834e2dc7 100644 --- a/sysdeps/s390/iso-8859-1_cp037_z900.c +++ b/sysdeps/s390/iso-8859-1_cp037_z900.c @@ -3,12 +3,6 @@ This module uses the translate instruction. Copyright (C) 1997-2021 Free Software Foundation, Inc. - Author: Andreas Krebbel - Based on the work by Ulrich Drepper , 1997. - - Thanks to Daniel Appich who covered the relevant performance work - in his diploma thesis. - This is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either diff --git a/sysdeps/s390/jmpbuf-unwind.h b/sysdeps/s390/jmpbuf-unwind.h index 61b724c0843..adebecfe3c1 100644 --- a/sysdeps/s390/jmpbuf-unwind.h +++ b/sysdeps/s390/jmpbuf-unwind.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/s390/memchr-z900.S b/sysdeps/s390/memchr-z900.S index 72fd9e023f9..4056696549c 100644 --- a/sysdeps/s390/memchr-z900.S +++ b/sysdeps/s390/memchr-z900.S @@ -1,6 +1,5 @@ /* Search a character in a block of memory. 31/64 bit S/390 version. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/memset-z900.S b/sysdeps/s390/memset-z900.S index fc7242290f4..2632af416bc 100644 --- a/sysdeps/s390/memset-z900.S +++ b/sysdeps/s390/memset-z900.S @@ -1,6 +1,5 @@ /* Set a block of memory to some byte value. 31/64 bit S/390 version. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-32/__longjmp.c b/sysdeps/s390/s390-32/__longjmp.c index 955aaa394cb..0f20500aea3 100644 --- a/sysdeps/s390/s390-32/__longjmp.c +++ b/sysdeps/s390/s390-32/__longjmp.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/s390/s390-32/add_n.S b/sysdeps/s390/s390-32/add_n.S index d9e7ebcfefe..6fd339b6c12 100644 --- a/sysdeps/s390/s390-32/add_n.S +++ b/sysdeps/s390/s390-32/add_n.S @@ -1,7 +1,6 @@ /* Add two limb vectors of the same length > 0 and store sum in a third limb vector. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify diff --git a/sysdeps/s390/s390-32/addmul_1.S b/sysdeps/s390/s390-32/addmul_1.S index 58f25d7b488..ae9d5a9e5e2 100644 --- a/sysdeps/s390/s390-32/addmul_1.S +++ b/sysdeps/s390/s390-32/addmul_1.S @@ -1,7 +1,6 @@ /* S390 __mpn_addmul_1 -- Multiply a limb vector with a limb and add the result to a second limb vector. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify diff --git a/sysdeps/s390/s390-32/dl-machine.h b/sysdeps/s390/s390-32/dl-machine.h index d0ccd69261c..73cc007e342 100644 --- a/sysdeps/s390/s390-32/dl-machine.h +++ b/sysdeps/s390/s390-32/dl-machine.h @@ -1,6 +1,5 @@ /* Machine-dependent ELF dynamic relocation inline functions. S390 Version. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Carl Pederson & Martin Schwidefsky. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-32/mul_1.S b/sysdeps/s390/s390-32/mul_1.S index bec989070cb..a93c5a5ee54 100644 --- a/sysdeps/s390/s390-32/mul_1.S +++ b/sysdeps/s390/s390-32/mul_1.S @@ -1,7 +1,6 @@ /* __mpn_mul_1 -- Multiply a limb vector with a limb and store the result in a second limb vector. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify diff --git a/sysdeps/s390/s390-32/s390-mcount.S b/sysdeps/s390/s390-32/s390-mcount.S index 1a95b081d51..4289b4cbee8 100644 --- a/sysdeps/s390/s390-32/s390-mcount.S +++ b/sysdeps/s390/s390-32/s390-mcount.S @@ -1,7 +1,6 @@ /* S/390-specific implementation of profiling support. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com) 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/sysdeps/s390/s390-32/setjmp.S b/sysdeps/s390/s390-32/setjmp.S index bcc1ae39865..401b7df3b66 100644 --- a/sysdeps/s390/s390-32/setjmp.S +++ b/sysdeps/s390/s390-32/setjmp.S @@ -1,6 +1,5 @@ /* setjmp for s390, ELF version. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-32/start.S b/sysdeps/s390/s390-32/start.S index b6cfa4caf37..211ba7a7815 100644 --- a/sysdeps/s390/s390-32/start.S +++ b/sysdeps/s390/s390-32/start.S @@ -1,6 +1,5 @@ /* Startup code compliant to the ELF s390 ABI. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-32/strncpy-z900.S b/sysdeps/s390/s390-32/strncpy-z900.S index b0c3fc987b0..0ce84e42a26 100644 --- a/sysdeps/s390/s390-32/strncpy-z900.S +++ b/sysdeps/s390/s390-32/strncpy-z900.S @@ -2,7 +2,6 @@ destination. For IBM S390 This file is part of the GNU C Library. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/s390/s390-32/sub_n.S b/sysdeps/s390/s390-32/sub_n.S index ab9f0d0ea57..d5fe253fc0a 100644 --- a/sysdeps/s390/s390-32/sub_n.S +++ b/sysdeps/s390/s390-32/sub_n.S @@ -1,7 +1,6 @@ /* __mpn_sub_n -- Add two limb vectors of the same length > 0 and store sum in a third limb vector. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify diff --git a/sysdeps/s390/s390-32/sysdep.h b/sysdeps/s390/s390-32/sysdep.h index 099a95fd1a8..eb84c959359 100644 --- a/sysdeps/s390/s390-32/sysdep.h +++ b/sysdeps/s390/s390-32/sysdep.h @@ -1,6 +1,5 @@ /* Assembler macros for s390. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-64/__longjmp.c b/sysdeps/s390/s390-64/__longjmp.c index 5f3d6c850ed..7935f2b575e 100644 --- a/sysdeps/s390/s390-64/__longjmp.c +++ b/sysdeps/s390/s390-64/__longjmp.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/s390/s390-64/add_n.S b/sysdeps/s390/s390-64/add_n.S index 69a3b703843..685923d954d 100644 --- a/sysdeps/s390/s390-64/add_n.S +++ b/sysdeps/s390/s390-64/add_n.S @@ -1,7 +1,6 @@ /* Add two limb vectors of the same length > 0 and store sum in a third limb vector. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU MP Library. The GNU MP Library is free software; you can redistribute it and/or modify diff --git a/sysdeps/s390/s390-64/crti.S b/sysdeps/s390/s390-64/crti.S index 3aa441187db..d2a63366c16 100644 --- a/sysdeps/s390/s390-64/crti.S +++ b/sysdeps/s390/s390-64/crti.S @@ -1,6 +1,5 @@ /* Special .init and .fini section support for 64 bit S/390. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-64/crtn.S b/sysdeps/s390/s390-64/crtn.S index 2271f569815..5e757805493 100644 --- a/sysdeps/s390/s390-64/crtn.S +++ b/sysdeps/s390/s390-64/crtn.S @@ -1,6 +1,5 @@ /* Special .init and .fini section support for 64 bit S/390. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-64/dl-machine.h b/sysdeps/s390/s390-64/dl-machine.h index 543361c8363..aa9d524bace 100644 --- a/sysdeps/s390/s390-64/dl-machine.h +++ b/sysdeps/s390/s390-64/dl-machine.h @@ -1,7 +1,6 @@ /* Machine-dependent ELF dynamic relocation inline functions. 64 bit S/390 Version. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-64/s390x-mcount.h b/sysdeps/s390/s390-64/s390x-mcount.h index 30e7ceffaae..e75504e3b7c 100644 --- a/sysdeps/s390/s390-64/s390x-mcount.h +++ b/sysdeps/s390/s390-64/s390x-mcount.h @@ -1,6 +1,5 @@ /* 64 bit S/390-specific implementation of profiling support. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com) This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-64/setjmp.S b/sysdeps/s390/s390-64/setjmp.S index bf72a084b04..44471dfa3ae 100644 --- a/sysdeps/s390/s390-64/setjmp.S +++ b/sysdeps/s390/s390-64/setjmp.S @@ -1,6 +1,5 @@ /* setjmp for 64 bit S/390, ELF version. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-64/start.S b/sysdeps/s390/s390-64/start.S index 4e6526308ae..a9a1e1ceadc 100644 --- a/sysdeps/s390/s390-64/start.S +++ b/sysdeps/s390/s390-64/start.S @@ -1,6 +1,5 @@ /* Startup code compliant to the 64 bit S/390 ELF ABI. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-64/strncpy-z900.S b/sysdeps/s390/s390-64/strncpy-z900.S index 0e491702c46..56e2ee2eb73 100644 --- a/sysdeps/s390/s390-64/strncpy-z900.S +++ b/sysdeps/s390/s390-64/strncpy-z900.S @@ -1,7 +1,6 @@ /* strncpy - copy at most n characters from a string from source to destination. 64 bit S/390 version Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-64/sub_n.S b/sysdeps/s390/s390-64/sub_n.S index 02b113f5e4a..a18cfa36f0c 100644 --- a/sysdeps/s390/s390-64/sub_n.S +++ b/sysdeps/s390/s390-64/sub_n.S @@ -1,7 +1,6 @@ /* __mpn_sub_n -- Add two limb vectors of the same length > 0 and store sum in a third limb vector. 64 bit S/390 version. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU MP Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/s390-64/sysdep.h b/sysdeps/s390/s390-64/sysdep.h index 136f89e8fe7..b62d33394fa 100644 --- a/sysdeps/s390/s390-64/sysdep.h +++ b/sysdeps/s390/s390-64/sysdep.h @@ -1,6 +1,5 @@ /* Assembler macros for 64 bit S/390. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/strcmp-z900.S b/sysdeps/s390/strcmp-z900.S index 61bc8e9aba0..cc229e3eb36 100644 --- a/sysdeps/s390/strcmp-z900.S +++ b/sysdeps/s390/strcmp-z900.S @@ -1,7 +1,6 @@ /* strcmp - compare two string. 64 bit S/390 version. This file is part of the GNU C Library. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/s390/strcpy-z900.S b/sysdeps/s390/strcpy-z900.S index 13911787c06..476523d2226 100644 --- a/sysdeps/s390/strcpy-z900.S +++ b/sysdeps/s390/strcpy-z900.S @@ -1,6 +1,5 @@ /* strcpy - copy a string from source to destination. 64/31 bit S/390 version. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/s390/utf16-utf32-z9.c b/sysdeps/s390/utf16-utf32-z9.c index 93895f9db80..e28818479d2 100644 --- a/sysdeps/s390/utf16-utf32-z9.c +++ b/sysdeps/s390/utf16-utf32-z9.c @@ -4,12 +4,6 @@ instructions. Copyright (C) 1997-2021 Free Software Foundation, Inc. - Author: Andreas Krebbel - Based on the work by Ulrich Drepper , 1997. - - Thanks to Daniel Appich who covered the relevant performance work - in his diploma thesis. - This is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either diff --git a/sysdeps/s390/utf8-utf16-z9.c b/sysdeps/s390/utf8-utf16-z9.c index 1ff16b5bec4..d3f6ac72453 100644 --- a/sysdeps/s390/utf8-utf16-z9.c +++ b/sysdeps/s390/utf8-utf16-z9.c @@ -4,12 +4,6 @@ instructions. Copyright (C) 1997-2021 Free Software Foundation, Inc. - Author: Andreas Krebbel - Based on the work by Ulrich Drepper , 1997. - - Thanks to Daniel Appich who covered the relevant performance work - in his diploma thesis. - This is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either diff --git a/sysdeps/s390/utf8-utf32-z9.c b/sysdeps/s390/utf8-utf32-z9.c index f1f4d3c89e6..c14ba0100d5 100644 --- a/sysdeps/s390/utf8-utf32-z9.c +++ b/sysdeps/s390/utf8-utf32-z9.c @@ -4,12 +4,6 @@ instructions. Copyright (C) 1997-2021 Free Software Foundation, Inc. - Author: Andreas Krebbel - Based on the work by Ulrich Drepper , 1997. - - Thanks to Daniel Appich who covered the relevant performance work - in his diploma thesis. - This is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either diff --git a/sysdeps/sh/_mcount.S b/sysdeps/sh/_mcount.S index c55b918e7c7..ebb19fbad65 100644 --- a/sysdeps/sh/_mcount.S +++ b/sysdeps/sh/_mcount.S @@ -1,6 +1,5 @@ /* Machine-specific calling sequence for `mcount' profiling function. SuperH Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by NIIBE Yutaka This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/sh/jmpbuf-unwind.h b/sysdeps/sh/jmpbuf-unwind.h index b1f49a810c5..80f1d15fbb1 100644 --- a/sysdeps/sh/jmpbuf-unwind.h +++ b/sysdeps/sh/jmpbuf-unwind.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/sh/memcpy.S b/sysdeps/sh/memcpy.S index 9effc445bb0..1bb680d770a 100644 --- a/sysdeps/sh/memcpy.S +++ b/sysdeps/sh/memcpy.S @@ -1,7 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kazumoto Kojima - Optimized by Toshiyasu Morita 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/sysdeps/sh/memset.S b/sysdeps/sh/memset.S index ebf4f3f9fb1..791c87b13c4 100644 --- a/sysdeps/sh/memset.S +++ b/sysdeps/sh/memset.S @@ -1,7 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kazumoto Kojima - Optimized by Toshiyasu Morita 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/sysdeps/sh/nptl/pthread_spin_init.c b/sysdeps/sh/nptl/pthread_spin_init.c index 1d5c4183dd9..7985649a05b 100644 --- a/sysdeps/sh/nptl/pthread_spin_init.c +++ b/sysdeps/sh/nptl/pthread_spin_init.c @@ -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 , 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/sysdeps/sh/sh4/fpu/fclrexcpt.c b/sysdeps/sh/sh4/fpu/fclrexcpt.c index dc1d8fd8844..bd36d1d1768 100644 --- a/sysdeps/sh/sh4/fpu/fclrexcpt.c +++ b/sysdeps/sh/sh4/fpu/fclrexcpt.c @@ -1,7 +1,6 @@ /* Clear given exceptions in current floating-point environment. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/sysdeps/sh/sh4/fpu/fedisblxcpt.c b/sysdeps/sh/sh4/fpu/fedisblxcpt.c index 403a891ec48..d025e910cfc 100644 --- a/sysdeps/sh/sh4/fpu/fedisblxcpt.c +++ b/sysdeps/sh/sh4/fpu/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Nobuhiro Iwamatsu , 2012. 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/sysdeps/sh/sh4/fpu/feenablxcpt.c b/sysdeps/sh/sh4/fpu/feenablxcpt.c index 95e2b2ae9c4..efd096d9250 100644 --- a/sysdeps/sh/sh4/fpu/feenablxcpt.c +++ b/sysdeps/sh/sh4/fpu/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Nobuhiro Iwamatsu , 2012. 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/sysdeps/sh/sh4/fpu/fegetexcept.c b/sysdeps/sh/sh4/fpu/fegetexcept.c index 2ff9075de29..2677c8fbea6 100644 --- a/sysdeps/sh/sh4/fpu/fegetexcept.c +++ b/sysdeps/sh/sh4/fpu/fegetexcept.c @@ -1,7 +1,6 @@ /* Get enabled floating-point exceptions. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Nobuhiro Iwamatsu , 2012. 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/sysdeps/sh/sh4/fpu/fegetround.c b/sysdeps/sh/sh4/fpu/fegetround.c index 33612b3ca9c..1e67a828f3c 100644 --- a/sysdeps/sh/sh4/fpu/fegetround.c +++ b/sysdeps/sh/sh4/fpu/fegetround.c @@ -1,7 +1,6 @@ /* Return current rounding direction. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/sysdeps/sh/sh4/fpu/fesetround.c b/sysdeps/sh/sh4/fpu/fesetround.c index 4b0177773d5..744c478f267 100644 --- a/sysdeps/sh/sh4/fpu/fesetround.c +++ b/sysdeps/sh/sh4/fpu/fesetround.c @@ -1,7 +1,6 @@ /* Set current rounding direction. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/sysdeps/sh/sh4/fpu/feupdateenv.c b/sysdeps/sh/sh4/fpu/feupdateenv.c index 52da5c00bee..94445a6e7a8 100644 --- a/sysdeps/sh/sh4/fpu/feupdateenv.c +++ b/sysdeps/sh/sh4/fpu/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Nobuhiro Iwamatsu , 2012. 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/sysdeps/sh/sh4/fpu/fraiseexcpt.c b/sysdeps/sh/sh4/fpu/fraiseexcpt.c index 4fdd3bb59fb..0f9a5d6062c 100644 --- a/sysdeps/sh/sh4/fpu/fraiseexcpt.c +++ b/sysdeps/sh/sh4/fpu/fraiseexcpt.c @@ -1,7 +1,6 @@ /* Raise given exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Nobuhiro Iwamatsu , 2012. 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/sysdeps/sh/strlen.S b/sysdeps/sh/strlen.S index 392c77e29b4..f92ef72f1d2 100644 --- a/sysdeps/sh/strlen.S +++ b/sysdeps/sh/strlen.S @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kazumoto Kojima 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/sysdeps/sparc/backtrace.c b/sysdeps/sparc/backtrace.c index 1bad755b7fc..f1ff2cf48cf 100644 --- a/sysdeps/sparc/backtrace.c +++ b/sysdeps/sparc/backtrace.c @@ -1,7 +1,6 @@ /* Return backtrace of current program state. Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as diff --git a/sysdeps/sparc/dl-procinfo.c b/sysdeps/sparc/dl-procinfo.c index 0cf1fe92622..23e5df71be7 100644 --- a/sysdeps/sparc/dl-procinfo.c +++ b/sysdeps/sparc/dl-procinfo.c @@ -1,7 +1,6 @@ /* Data for Linux/sparc version of processor capability information. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/sparc/dl-procinfo.h b/sysdeps/sparc/dl-procinfo.h index 2aab89cbfc7..6f5c8177e66 100644 --- a/sysdeps/sparc/dl-procinfo.h +++ b/sysdeps/sparc/dl-procinfo.h @@ -1,7 +1,6 @@ /* Linux/sparc version of processor capability information handling macros. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 1999. 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/sysdeps/sparc/fpu/fedisblxcpt.c b/sysdeps/sparc/fpu/fedisblxcpt.c index c7591db5391..12346cdb2f5 100644 --- a/sysdeps/sparc/fpu/fedisblxcpt.c +++ b/sysdeps/sparc/fpu/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/sparc/fpu/feenablxcpt.c b/sysdeps/sparc/fpu/feenablxcpt.c index 553242515ef..cd8a16889fb 100644 --- a/sysdeps/sparc/fpu/feenablxcpt.c +++ b/sysdeps/sparc/fpu/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/sparc/fpu/fegetexcept.c b/sysdeps/sparc/fpu/fegetexcept.c index d308420a82c..13fc588b8eb 100644 --- a/sysdeps/sparc/fpu/fegetexcept.c +++ b/sysdeps/sparc/fpu/fegetexcept.c @@ -1,7 +1,6 @@ /* Get enabled floating-point exceptions. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/sparc/fpu/fpu_control.h b/sysdeps/sparc/fpu/fpu_control.h index 73cf2983351..5617cd78004 100644 --- a/sysdeps/sparc/fpu/fpu_control.h +++ b/sysdeps/sparc/fpu/fpu_control.h @@ -1,7 +1,6 @@ /* FPU control word bits. SPARC version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Miguel de Icaza 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/sysdeps/sparc/machine-gmon.h b/sysdeps/sparc/machine-gmon.h index 353a028de88..40a4f8a8389 100644 --- a/sysdeps/sparc/machine-gmon.h +++ b/sysdeps/sparc/machine-gmon.h @@ -1,7 +1,6 @@ /* sparc-specific implementation of profiling support. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 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/sysdeps/sparc/sparc-mcount.S b/sysdeps/sparc/sparc-mcount.S index 0562d8654b2..2b3284969b6 100644 --- a/sysdeps/sparc/sparc-mcount.S +++ b/sysdeps/sparc/sparc-mcount.S @@ -1,7 +1,6 @@ /* sparc-specific implementation of profiling support. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 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/sysdeps/sparc/sparc32/fpu/s_copysign.S b/sysdeps/sparc/sparc32/fpu/s_copysign.S index 59a568f10ee..886231a18cc 100644 --- a/sysdeps/sparc/sparc32/fpu/s_copysign.S +++ b/sysdeps/sparc/sparc32/fpu/s_copysign.S @@ -1,7 +1,6 @@ /* copysign function, sparc32 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/fpu/s_copysignf.S b/sysdeps/sparc/sparc32/fpu/s_copysignf.S index 1588820c836..56a5b135844 100644 --- a/sysdeps/sparc/sparc32/fpu/s_copysignf.S +++ b/sysdeps/sparc/sparc32/fpu/s_copysignf.S @@ -1,7 +1,6 @@ /* float copysign function, sparc32 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/fpu/s_fabsf.S b/sysdeps/sparc/sparc32/fpu/s_fabsf.S index 5bb3c9fce77..e17a9d68727 100644 --- a/sysdeps/sparc/sparc32/fpu/s_fabsf.S +++ b/sysdeps/sparc/sparc32/fpu/s_fabsf.S @@ -1,7 +1,6 @@ /* Float absolute value, sparc32 version. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/sysdeps/sparc/sparc32/jmpbuf-unwind.h b/sysdeps/sparc/sparc32/jmpbuf-unwind.h index f73c601f96e..1dd5ae0d834 100644 --- a/sysdeps/sparc/sparc32/jmpbuf-unwind.h +++ b/sysdeps/sparc/sparc32/jmpbuf-unwind.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/sparc/sparc32/memchr.S b/sysdeps/sparc/sparc32/memchr.S index 869092d9892..197398f2a3b 100644 --- a/sysdeps/sparc/sparc32/memchr.S +++ b/sysdeps/sparc/sparc32/memchr.S @@ -3,15 +3,6 @@ For SPARC v7. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek and - David S. Miller . - This version is developed using the same algorithm as the fast C - version which carries the following introduction: - Based on strlen implementation by Torbjorn Granlund (tege@sics.se), - with help from Dan Sahlin (dan@sics.se) and - commentary by Jim Blandy (jimb@ai.mit.edu); - adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), - and implemented by Roland McGrath (roland@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/sysdeps/sparc/sparc32/memcpy.S b/sysdeps/sparc/sparc32/memcpy.S index 26454cbcd5d..566800147fe 100644 --- a/sysdeps/sparc/sparc32/memcpy.S +++ b/sysdeps/sparc/sparc32/memcpy.S @@ -2,9 +2,6 @@ For SPARC v7. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , - Eddie C. Dost and - Jakub Jelinek . 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/sysdeps/sparc/sparc32/memset.S b/sysdeps/sparc/sparc32/memset.S index b945d7c0919..ea037d8b557 100644 --- a/sysdeps/sparc/sparc32/memset.S +++ b/sysdeps/sparc/sparc32/memset.S @@ -2,8 +2,6 @@ For SPARC v7. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller and - Jakub Jelinek . 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/sysdeps/sparc/sparc32/q_add.c b/sysdeps/sparc/sparc32/q_add.c index 819217c7b2c..19b38048709 100644 --- a/sysdeps/sparc/sparc32/q_add.c +++ b/sysdeps/sparc/sparc32/q_add.c @@ -2,8 +2,6 @@ Return a + b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_cmp.c b/sysdeps/sparc/sparc32/q_cmp.c index 7fd7300a990..cb34c32fe02 100644 --- a/sysdeps/sparc/sparc32/q_cmp.c +++ b/sysdeps/sparc/sparc32/q_cmp.c @@ -2,8 +2,6 @@ Compare a and b, return float condition code. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_cmpe.c b/sysdeps/sparc/sparc32/q_cmpe.c index 7aa24e49f2f..649b3f94c4d 100644 --- a/sysdeps/sparc/sparc32/q_cmpe.c +++ b/sysdeps/sparc/sparc32/q_cmpe.c @@ -3,8 +3,6 @@ Signal exception (unless masked) if unordered. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_div.c b/sysdeps/sparc/sparc32/q_div.c index 0e5f474644a..ad2feb08a87 100644 --- a/sysdeps/sparc/sparc32/q_div.c +++ b/sysdeps/sparc/sparc32/q_div.c @@ -2,8 +2,6 @@ Return a / b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_dtoq.c b/sysdeps/sparc/sparc32/q_dtoq.c index e8ae58af70c..a18a6b8f707 100644 --- a/sysdeps/sparc/sparc32/q_dtoq.c +++ b/sysdeps/sparc/sparc32/q_dtoq.c @@ -2,8 +2,6 @@ Return (long double)(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_feq.c b/sysdeps/sparc/sparc32/q_feq.c index 906125ebb17..b4e745fb7fb 100644 --- a/sysdeps/sparc/sparc32/q_feq.c +++ b/sysdeps/sparc/sparc32/q_feq.c @@ -2,8 +2,6 @@ Return 1 if a == b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_fge.c b/sysdeps/sparc/sparc32/q_fge.c index b357b8dccf5..0d12473bae0 100644 --- a/sysdeps/sparc/sparc32/q_fge.c +++ b/sysdeps/sparc/sparc32/q_fge.c @@ -2,8 +2,6 @@ Return 1 if a >= b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_fgt.c b/sysdeps/sparc/sparc32/q_fgt.c index bd2718f10ed..9378d3c3e6e 100644 --- a/sysdeps/sparc/sparc32/q_fgt.c +++ b/sysdeps/sparc/sparc32/q_fgt.c @@ -2,8 +2,6 @@ Return 1 if a > b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_fle.c b/sysdeps/sparc/sparc32/q_fle.c index 4c6a7c2a53f..313fa658eba 100644 --- a/sysdeps/sparc/sparc32/q_fle.c +++ b/sysdeps/sparc/sparc32/q_fle.c @@ -2,8 +2,6 @@ Return 1 if a <= b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_flt.c b/sysdeps/sparc/sparc32/q_flt.c index 1a8dac58b3e..0e91b610460 100644 --- a/sysdeps/sparc/sparc32/q_flt.c +++ b/sysdeps/sparc/sparc32/q_flt.c @@ -2,8 +2,6 @@ Return 1 if a < b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_fne.c b/sysdeps/sparc/sparc32/q_fne.c index 92d6160818f..974acbd6876 100644 --- a/sysdeps/sparc/sparc32/q_fne.c +++ b/sysdeps/sparc/sparc32/q_fne.c @@ -2,8 +2,6 @@ Return 1 if a != b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_itoq.c b/sysdeps/sparc/sparc32/q_itoq.c index 87453f0fd3b..7cb11f692c2 100644 --- a/sysdeps/sparc/sparc32/q_itoq.c +++ b/sysdeps/sparc/sparc32/q_itoq.c @@ -2,8 +2,6 @@ Return (long double)(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_lltoq.c b/sysdeps/sparc/sparc32/q_lltoq.c index 647bef884fe..6dffd405fc6 100644 --- a/sysdeps/sparc/sparc32/q_lltoq.c +++ b/sysdeps/sparc/sparc32/q_lltoq.c @@ -2,8 +2,6 @@ Return (long double)a Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_mul.c b/sysdeps/sparc/sparc32/q_mul.c index 2201fef0f7c..4f35d8b6183 100644 --- a/sysdeps/sparc/sparc32/q_mul.c +++ b/sysdeps/sparc/sparc32/q_mul.c @@ -2,8 +2,6 @@ Return a * b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_neg.c b/sysdeps/sparc/sparc32/q_neg.c index 9b5af9102e2..95b2a8edb94 100644 --- a/sysdeps/sparc/sparc32/q_neg.c +++ b/sysdeps/sparc/sparc32/q_neg.c @@ -2,8 +2,6 @@ Return !a Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_qtod.c b/sysdeps/sparc/sparc32/q_qtod.c index 7d90b1c1bd0..b5e205681ac 100644 --- a/sysdeps/sparc/sparc32/q_qtod.c +++ b/sysdeps/sparc/sparc32/q_qtod.c @@ -2,8 +2,6 @@ Return (double)a Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_qtoi.c b/sysdeps/sparc/sparc32/q_qtoi.c index bdc30573d18..6eb69095132 100644 --- a/sysdeps/sparc/sparc32/q_qtoi.c +++ b/sysdeps/sparc/sparc32/q_qtoi.c @@ -2,8 +2,6 @@ Return (int)a Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_qtoll.c b/sysdeps/sparc/sparc32/q_qtoll.c index c4bf534c7cf..fb011141144 100644 --- a/sysdeps/sparc/sparc32/q_qtoll.c +++ b/sysdeps/sparc/sparc32/q_qtoll.c @@ -2,8 +2,6 @@ Return (long long)a Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_qtos.c b/sysdeps/sparc/sparc32/q_qtos.c index 5776bda3a78..ba9aaff25e5 100644 --- a/sysdeps/sparc/sparc32/q_qtos.c +++ b/sysdeps/sparc/sparc32/q_qtos.c @@ -2,8 +2,6 @@ Return (float)a Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_qtou.c b/sysdeps/sparc/sparc32/q_qtou.c index b81d9386591..94eb01e042e 100644 --- a/sysdeps/sparc/sparc32/q_qtou.c +++ b/sysdeps/sparc/sparc32/q_qtou.c @@ -2,8 +2,6 @@ Return (unsigned int)a Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_qtoull.c b/sysdeps/sparc/sparc32/q_qtoull.c index 0b08b9b5651..df3afefad6b 100644 --- a/sysdeps/sparc/sparc32/q_qtoull.c +++ b/sysdeps/sparc/sparc32/q_qtoull.c @@ -2,8 +2,6 @@ Return (unsigned long long)a Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_sqrt.c b/sysdeps/sparc/sparc32/q_sqrt.c index 5d88225d144..0e672160f96 100644 --- a/sysdeps/sparc/sparc32/q_sqrt.c +++ b/sysdeps/sparc/sparc32/q_sqrt.c @@ -2,8 +2,6 @@ Return sqrtl(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_stoq.c b/sysdeps/sparc/sparc32/q_stoq.c index 2274f06c8c5..0ec40100450 100644 --- a/sysdeps/sparc/sparc32/q_stoq.c +++ b/sysdeps/sparc/sparc32/q_stoq.c @@ -2,8 +2,6 @@ c = (long double)(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_sub.c b/sysdeps/sparc/sparc32/q_sub.c index c0706ca2ab0..71f2b974a63 100644 --- a/sysdeps/sparc/sparc32/q_sub.c +++ b/sysdeps/sparc/sparc32/q_sub.c @@ -2,8 +2,6 @@ c = a - b Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_ulltoq.c b/sysdeps/sparc/sparc32/q_ulltoq.c index ad16d1111ff..13ba4f935e8 100644 --- a/sysdeps/sparc/sparc32/q_ulltoq.c +++ b/sysdeps/sparc/sparc32/q_ulltoq.c @@ -2,8 +2,6 @@ Return (long double)(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_util.c b/sysdeps/sparc/sparc32/q_util.c index 5a0884cddd8..152d6a321da 100644 --- a/sysdeps/sparc/sparc32/q_util.c +++ b/sysdeps/sparc/sparc32/q_util.c @@ -3,7 +3,6 @@ Simulate exceptions using double arithmetics. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/q_utoq.c b/sysdeps/sparc/sparc32/q_utoq.c index e2f2414cb0a..2bb5f001f93 100644 --- a/sysdeps/sparc/sparc32/q_utoq.c +++ b/sysdeps/sparc/sparc32/q_utoq.c @@ -2,8 +2,6 @@ c = (long double)(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc32/sfp-machine.h b/sysdeps/sparc/sparc32/sfp-machine.h index a3595566eda..72d29c7edfa 100644 --- a/sysdeps/sparc/sparc32/sfp-machine.h +++ b/sysdeps/sparc/sparc32/sfp-machine.h @@ -2,9 +2,6 @@ Sparc userland (_Q_*) version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz) and - David S. Miller (davem@redhat.com). 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/sysdeps/sparc/sparc32/sparcv9/addmul_1.S b/sysdeps/sparc/sparc32/sparcv9/addmul_1.S index 414fd317c9d..e1a00e560d9 100644 --- a/sysdeps/sparc/sparc32/sparcv9/addmul_1.S +++ b/sysdeps/sparc/sparc32/sparcv9/addmul_1.S @@ -3,7 +3,6 @@ ! ! Copyright (C) 2013-2021 Free Software Foundation, Inc. ! This file is part of the GNU C Library. -! Contributed by David S. Miller ! ! 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/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S index 422bf4373a9..ce8d99d8223 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S @@ -1,7 +1,6 @@ /* copysign function, sparc32 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S index bceba683ca6..2f9c0b7c26e 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S @@ -1,7 +1,6 @@ /* float copysign function, sparc32 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S index 52c9aa3b715..17aa169e6c6 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S @@ -1,7 +1,6 @@ /* Float absolute value, sparc32 vis3 version. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2006. 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/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S index 29c68980b71..78300e56622 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S @@ -1,7 +1,6 @@ /* fma function, sparc32 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S index 2cab2cd4408..4904d7e35cc 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S @@ -1,7 +1,6 @@ /* fmaf function, sparc32 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S index a455f0687dd..36ee421f89d 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S @@ -1,7 +1,6 @@ /* llrint(), sparc32 v9 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S index 43c6d58cb29..2184558230a 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S @@ -1,7 +1,6 @@ /* llrintf(), sparc32 v9 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S index 3ed525c27b6..e60b071802b 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S @@ -3,7 +3,6 @@ Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2013. 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/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S index e121c1dc353..c7ddfe93e4b 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S @@ -3,7 +3,6 @@ Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2013. 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/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S index 856a3dabdb1..c889e5e09e3 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S @@ -1,7 +1,6 @@ /* Round float to int floating-point values, sparc32 v9 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S index 668ddf673ec..5ac8990156a 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S @@ -1,7 +1,6 @@ /* Round float to int floating-point values, sparc32 v9 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S b/sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S index cf5b98d7135..43779eb6266 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S @@ -1,7 +1,6 @@ /* llrint(), sparc32 v9 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S b/sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S index 78a90202842..cb8bc2b718a 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S @@ -1,7 +1,6 @@ /* llrintf(), sparc32 v9 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S b/sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S index 3a6860ba6c8..647a784d1a7 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S @@ -1,7 +1,6 @@ /* lrintf(), sparc32 v9 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S b/sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S index e450ecab3a0..8bb813f2204 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S @@ -3,7 +3,6 @@ Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2013. 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/sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S b/sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S index 472e42bb285..3c0c4e92c0e 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S @@ -3,7 +3,6 @@ Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2013. 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/sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S b/sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S index bb11a4bfcec..c45d018c7c4 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S @@ -1,7 +1,6 @@ /* Round float to int floating-point values, sparc32 v9 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S b/sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S index fb56657e643..83f09d62f0b 100644 --- a/sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S +++ b/sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S @@ -1,7 +1,6 @@ /* Round float to int floating-point values, sparc32 v9 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc32/sparcv9/hp-timing.h b/sysdeps/sparc/sparc32/sparcv9/hp-timing.h index d596a6f5f1a..cae2e4a7579 100644 --- a/sysdeps/sparc/sparc32/sparcv9/hp-timing.h +++ b/sysdeps/sparc/sparc32/sparcv9/hp-timing.h @@ -1,7 +1,6 @@ /* High precision, low overhead timing functions. sparcv9 version. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 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/sysdeps/sparc/sparc32/sparcv9/mul_1.S b/sysdeps/sparc/sparc32/sparcv9/mul_1.S index 6502ac4d18e..fd635b6a51a 100644 --- a/sysdeps/sparc/sparc32/sparcv9/mul_1.S +++ b/sysdeps/sparc/sparc32/sparcv9/mul_1.S @@ -3,7 +3,6 @@ ! ! Copyright (C) 2013-2021 Free Software Foundation, Inc. ! This file is part of the GNU C Library. -! Contributed by David S. Miller ! ! 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/sysdeps/sparc/sparc32/sparcv9/submul_1.S b/sysdeps/sparc/sparc32/sparcv9/submul_1.S index 00ce22e6dc5..bbd746bf3d8 100644 --- a/sysdeps/sparc/sparc32/sparcv9/submul_1.S +++ b/sysdeps/sparc/sparc32/sparcv9/submul_1.S @@ -3,7 +3,6 @@ ! ! Copyright (C) 2013-2021 Free Software Foundation, Inc. ! This file is part of the GNU C Library. -! Contributed by David S. Miller ! ! 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/sysdeps/sparc/sparc32/start.S b/sysdeps/sparc/sparc32/start.S index 00bf898fb95..79ec9945e74 100644 --- a/sysdeps/sparc/sparc32/start.S +++ b/sysdeps/sparc/sparc32/start.S @@ -1,7 +1,6 @@ /* Startup code for elf32-sparc Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997. 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/sysdeps/sparc/sparc32/stpcpy.S b/sysdeps/sparc/sparc32/stpcpy.S index 53eb7051bc0..905e9a63a37 100644 --- a/sysdeps/sparc/sparc32/stpcpy.S +++ b/sysdeps/sparc/sparc32/stpcpy.S @@ -2,7 +2,6 @@ For SPARC v7. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . 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/sysdeps/sparc/sparc32/strcat.S b/sysdeps/sparc/sparc32/strcat.S index 403bbc1dd86..5fdca0482ca 100644 --- a/sysdeps/sparc/sparc32/strcat.S +++ b/sysdeps/sparc/sparc32/strcat.S @@ -2,7 +2,6 @@ For SPARC v7. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . 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/sysdeps/sparc/sparc32/strchr.S b/sysdeps/sparc/sparc32/strchr.S index 6f0138e27ac..3e4e2e93151 100644 --- a/sysdeps/sparc/sparc32/strchr.S +++ b/sysdeps/sparc/sparc32/strchr.S @@ -2,8 +2,6 @@ For SPARC v7. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek and - David S. Miller . 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/sysdeps/sparc/sparc32/strcmp.S b/sysdeps/sparc/sparc32/strcmp.S index e763b5abe5c..1a8b4871294 100644 --- a/sysdeps/sparc/sparc32/strcmp.S +++ b/sysdeps/sparc/sparc32/strcmp.S @@ -2,7 +2,6 @@ For SPARC v7. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . 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/sysdeps/sparc/sparc32/strcpy.S b/sysdeps/sparc/sparc32/strcpy.S index 20793f65953..2d7042a9653 100644 --- a/sysdeps/sparc/sparc32/strcpy.S +++ b/sysdeps/sparc/sparc32/strcpy.S @@ -2,7 +2,6 @@ For SPARC v7. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . 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/sysdeps/sparc/sparc32/strlen.S b/sysdeps/sparc/sparc32/strlen.S index e7d31c356d4..1cd2d546c51 100644 --- a/sysdeps/sparc/sparc32/strlen.S +++ b/sysdeps/sparc/sparc32/strlen.S @@ -2,8 +2,6 @@ For SPARC v7. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek and - David S. Miller . 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/sysdeps/sparc/sparc64/Makefile b/sysdeps/sparc/sparc64/Makefile index 513bfdb883a..19931f4bbab 100644 --- a/sysdeps/sparc/sparc64/Makefile +++ b/sysdeps/sparc/sparc64/Makefile @@ -1,7 +1,6 @@ # Makefile for SPARC 64-bit. # Copyright (C) 1997-2021 Free Software Foundation, Inc. # This file is part of the GNU C Library. -# Contributed by Jakub Jelinek (jj@ultra.linux.cz). # # The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/sparc/sparc64/align-cpy.S b/sysdeps/sparc/sparc64/align-cpy.S index 6cec1f05ba4..81ece66bb74 100644 --- a/sysdeps/sparc/sparc64/align-cpy.S +++ b/sysdeps/sparc/sparc64/align-cpy.S @@ -2,7 +2,6 @@ For 64-bit sparc. Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@davemloft.net) 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/sysdeps/sparc/sparc64/fpu/e_sqrtl.c b/sysdeps/sparc/sparc64/fpu/e_sqrtl.c index 6b01cfbdfdf..4042c1636da 100644 --- a/sysdeps/sparc/sparc64/fpu/e_sqrtl.c +++ b/sysdeps/sparc/sparc64/fpu/e_sqrtl.c @@ -1,7 +1,6 @@ /* Long double square root, sparc64 version. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S b/sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S index 5781ea21e00..1fc4db75a9c 100644 --- a/sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S +++ b/sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S @@ -1,7 +1,6 @@ /* fma function, sparc64 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S b/sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S index 114a66b31df..d49ad79b0bb 100644 --- a/sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S +++ b/sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S @@ -1,7 +1,6 @@ /* fmaf function, sparc64 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S b/sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S index e5c81604b67..156d064b4b6 100644 --- a/sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S +++ b/sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S @@ -1,7 +1,6 @@ /* lrint(), sparc64 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S b/sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S index fe9d2f37dab..b54b53fb9d8 100644 --- a/sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S +++ b/sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S @@ -1,7 +1,6 @@ /* lrintf(), sparc64 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S b/sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S index 9fe9645bfdb..9db46209fd1 100644 --- a/sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S +++ b/sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S @@ -3,7 +3,6 @@ Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2013. 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/sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S b/sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S index b5919e85cb8..340c880882f 100644 --- a/sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S +++ b/sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S @@ -3,7 +3,6 @@ Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2013. 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/sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S b/sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S index 4b21eb539fa..c124fc683f8 100644 --- a/sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S +++ b/sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S @@ -1,7 +1,6 @@ /* Round float to int floating-point values, sparc64 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S b/sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S index 9e9f07d5bfe..3a1898bbffe 100644 --- a/sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S +++ b/sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S @@ -1,7 +1,6 @@ /* Round float to int floating-point values, sparc64 vis3 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/fpu/s_copysign.S b/sysdeps/sparc/sparc64/fpu/s_copysign.S index d1a524cf86f..58463cee968 100644 --- a/sysdeps/sparc/sparc64/fpu/s_copysign.S +++ b/sysdeps/sparc/sparc64/fpu/s_copysign.S @@ -1,7 +1,6 @@ /* copysign function, sparc64 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/fpu/s_copysignf.S b/sysdeps/sparc/sparc64/fpu/s_copysignf.S index 04c1e48caa0..c4838327084 100644 --- a/sysdeps/sparc/sparc64/fpu/s_copysignf.S +++ b/sysdeps/sparc/sparc64/fpu/s_copysignf.S @@ -1,7 +1,6 @@ /* float copysign function, sparc64 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/fpu/s_lrint.S b/sysdeps/sparc/sparc64/fpu/s_lrint.S index 181e67ce614..176c39952fc 100644 --- a/sysdeps/sparc/sparc64/fpu/s_lrint.S +++ b/sysdeps/sparc/sparc64/fpu/s_lrint.S @@ -1,7 +1,6 @@ /* lrint(), sparc64 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/fpu/s_lrintf.S b/sysdeps/sparc/sparc64/fpu/s_lrintf.S index 885ffc95f8c..d9098b6ae02 100644 --- a/sysdeps/sparc/sparc64/fpu/s_lrintf.S +++ b/sysdeps/sparc/sparc64/fpu/s_lrintf.S @@ -1,7 +1,6 @@ /* lrintf(), sparc64 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/fpu/s_nearbyint.S b/sysdeps/sparc/sparc64/fpu/s_nearbyint.S index 854278320f7..56c7256379a 100644 --- a/sysdeps/sparc/sparc64/fpu/s_nearbyint.S +++ b/sysdeps/sparc/sparc64/fpu/s_nearbyint.S @@ -3,7 +3,6 @@ Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2013. 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/sysdeps/sparc/sparc64/fpu/s_nearbyintf.S b/sysdeps/sparc/sparc64/fpu/s_nearbyintf.S index 54e81a40954..c0beea2ed88 100644 --- a/sysdeps/sparc/sparc64/fpu/s_nearbyintf.S +++ b/sysdeps/sparc/sparc64/fpu/s_nearbyintf.S @@ -3,7 +3,6 @@ Copyright (C) 2013-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2013. 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/sysdeps/sparc/sparc64/fpu/s_rint.S b/sysdeps/sparc/sparc64/fpu/s_rint.S index 3bd4613b73b..fdcf84e13a7 100644 --- a/sysdeps/sparc/sparc64/fpu/s_rint.S +++ b/sysdeps/sparc/sparc64/fpu/s_rint.S @@ -1,7 +1,6 @@ /* Round float to int floating-point values, sparc64 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/fpu/s_rintf.S b/sysdeps/sparc/sparc64/fpu/s_rintf.S index c8207ab3cdf..8636dab285c 100644 --- a/sysdeps/sparc/sparc64/fpu/s_rintf.S +++ b/sysdeps/sparc/sparc64/fpu/s_rintf.S @@ -1,7 +1,6 @@ /* Round float to int floating-point values, sparc64 version. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 2012. 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/sysdeps/sparc/sparc64/hp-timing.h b/sysdeps/sparc/sparc64/hp-timing.h index 1f94faa90d7..43ad6a4ef78 100644 --- a/sysdeps/sparc/sparc64/hp-timing.h +++ b/sysdeps/sparc/sparc64/hp-timing.h @@ -1,7 +1,6 @@ /* High precision, low overhead timing functions. sparc64 version. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 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/sysdeps/sparc/sparc64/jmpbuf-unwind.h b/sysdeps/sparc/sparc64/jmpbuf-unwind.h index 23489025054..b212e24238d 100644 --- a/sysdeps/sparc/sparc64/jmpbuf-unwind.h +++ b/sysdeps/sparc/sparc64/jmpbuf-unwind.h @@ -1,6 +1,5 @@ /* Copyright (C) 2005-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 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/sysdeps/sparc/sparc64/memchr.S b/sysdeps/sparc/sparc64/memchr.S index eb50ac1cf94..3758195fb54 100644 --- a/sysdeps/sparc/sparc64/memchr.S +++ b/sysdeps/sparc/sparc64/memchr.S @@ -3,15 +3,6 @@ For SPARC v9. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jan VondrĂĄk and - Jakub Jelinek . - This version is developed using the same algorithm as the fast C - version which carries the following introduction: - Based on strlen implementation by Torbjorn Granlund (tege@sics.se), - with help from Dan Sahlin (dan@sics.se) and - commentary by Jim Blandy (jimb@ai.mit.edu); - adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), - and implemented by Roland McGrath (roland@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/sysdeps/sparc/sparc64/memcmp.S b/sysdeps/sparc/sparc64/memcmp.S index 0935d31fec6..d8d9ff9b24f 100644 --- a/sysdeps/sparc/sparc64/memcmp.S +++ b/sysdeps/sparc/sparc64/memcmp.S @@ -2,8 +2,6 @@ For SPARC v9. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jan VondrĂĄk and - Jakub Jelinek . 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/sysdeps/sparc/sparc64/memcpy.S b/sysdeps/sparc/sparc64/memcpy.S index eb2327708bc..4d7e74bb68b 100644 --- a/sysdeps/sparc/sparc64/memcpy.S +++ b/sysdeps/sparc/sparc64/memcpy.S @@ -2,8 +2,6 @@ For UltraSPARC. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@caip.rutgers.edu) and - Jakub Jelinek (jakub@redhat.com). 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/sysdeps/sparc/sparc64/memset.S b/sysdeps/sparc/sparc64/memset.S index 0ec8b3e6cac..1cfdc5c5f55 100644 --- a/sysdeps/sparc/sparc64/memset.S +++ b/sysdeps/sparc/sparc64/memset.S @@ -2,8 +2,6 @@ For UltraSPARC. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@caip.rutgers.edu) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/multiarch/add_n-vis3.S b/sysdeps/sparc/sparc64/multiarch/add_n-vis3.S index 74b90f175be..61b8810fc82 100644 --- a/sysdeps/sparc/sparc64/multiarch/add_n-vis3.S +++ b/sysdeps/sparc/sparc64/multiarch/add_n-vis3.S @@ -3,7 +3,6 @@ ! ! Copyright (C) 2013-2021 Free Software Foundation, Inc. ! This file is part of the GNU C Library. -! Contributed by David S. Miller ! ! 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/sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S b/sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S index cbbb5f81093..8e3dd482434 100644 --- a/sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S +++ b/sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S @@ -3,7 +3,6 @@ ! ! Copyright (C) 2013-2021 Free Software Foundation, Inc. ! This file is part of the GNU C Library. -! Contributed by David S. Miller ! ! 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/sysdeps/sparc/sparc64/multiarch/md5-crop.S b/sysdeps/sparc/sparc64/multiarch/md5-crop.S index 3810d854251..afe7861044a 100644 --- a/sysdeps/sparc/sparc64/multiarch/md5-crop.S +++ b/sysdeps/sparc/sparc64/multiarch/md5-crop.S @@ -1,7 +1,6 @@ /* MD5 using sparc crypto opcodes. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@davemloft.net) 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/sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S b/sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S index 950646470f9..9ac75d4b77c 100644 --- a/sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S +++ b/sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S @@ -1,7 +1,6 @@ /* Copy SIZE bytes from SRC to DEST. For SUN4V Niagara. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@davemloft.net) 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/sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S b/sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S index fcda9eb6e0b..51cfa36b67a 100644 --- a/sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S +++ b/sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S @@ -1,7 +1,6 @@ /* Copy SIZE bytes from SRC to DEST. For SUN4V Niagara-2. Copyright (C) 2007-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@davemloft.net) 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/sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S b/sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S index 6007f82ca5b..e351fbdf66f 100644 --- a/sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S +++ b/sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S @@ -1,7 +1,6 @@ /* Copy SIZE bytes from SRC to DEST. For SUN4V Niagara-4. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@davemloft.net) 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/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S b/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S index 68c08c35c93..f3af826c77e 100644 --- a/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S +++ b/sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S @@ -2,7 +2,6 @@ For UltraSPARC-III. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@redhat.com) 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/sysdeps/sparc/sparc64/multiarch/memset-niagara1.S b/sysdeps/sparc/sparc64/multiarch/memset-niagara1.S index 510c5f58e69..5212a4069ee 100644 --- a/sysdeps/sparc/sparc64/multiarch/memset-niagara1.S +++ b/sysdeps/sparc/sparc64/multiarch/memset-niagara1.S @@ -1,7 +1,6 @@ /* Set a block of memory to some byte value. For SUN4V Niagara. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@davemloft.net) 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/sysdeps/sparc/sparc64/multiarch/memset-niagara4.S b/sysdeps/sparc/sparc64/multiarch/memset-niagara4.S index b7d0a9dd446..ea842922b89 100644 --- a/sysdeps/sparc/sparc64/multiarch/memset-niagara4.S +++ b/sysdeps/sparc/sparc64/multiarch/memset-niagara4.S @@ -1,7 +1,6 @@ /* Set a block of memory to some byte value. For SUN4V Niagara-4. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@davemloft.net) 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/sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S b/sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S index 1734573f9e4..dff7040f501 100644 --- a/sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S +++ b/sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S @@ -3,7 +3,6 @@ ! ! Copyright (C) 2013-2021 Free Software Foundation, Inc. ! This file is part of the GNU C Library. -! Contributed by David S. Miller ! ! 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/sysdeps/sparc/sparc64/multiarch/sha256-crop.S b/sysdeps/sparc/sparc64/multiarch/sha256-crop.S index 10e6a5b1a73..35c0977c12c 100644 --- a/sysdeps/sparc/sparc64/multiarch/sha256-crop.S +++ b/sysdeps/sparc/sparc64/multiarch/sha256-crop.S @@ -1,7 +1,6 @@ /* SHA256 using sparc crypto opcodes. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@davemloft.net) 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/sysdeps/sparc/sparc64/multiarch/sha512-crop.S b/sysdeps/sparc/sparc64/multiarch/sha512-crop.S index f2e7c5f200c..2ee61a4497e 100644 --- a/sysdeps/sparc/sparc64/multiarch/sha512-crop.S +++ b/sysdeps/sparc/sparc64/multiarch/sha512-crop.S @@ -1,7 +1,6 @@ /* SHA512 using sparc crypto opcodes. Copyright (C) 2012-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller (davem@davemloft.net) 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/sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S b/sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S index dbddd172e35..1cd96b400fb 100644 --- a/sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S +++ b/sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S @@ -3,7 +3,6 @@ ! ! Copyright (C) 2013-2021 Free Software Foundation, Inc. ! This file is part of the GNU C Library. -! Contributed by David S. Miller ! ! 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/sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S b/sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S index 012fb5f3af5..7f4e7765a77 100644 --- a/sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S +++ b/sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S @@ -3,7 +3,6 @@ ! ! Copyright (C) 2013-2021 Free Software Foundation, Inc. ! This file is part of the GNU C Library. -! Contributed by David S. Miller ! ! 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/sysdeps/sparc/sparc64/qp_add.c b/sysdeps/sparc/sparc64/qp_add.c index 6d2ed3f507f..1b4b67c2e99 100644 --- a/sysdeps/sparc/sparc64/qp_add.c +++ b/sysdeps/sparc/sparc64/qp_add.c @@ -2,8 +2,6 @@ (*c) = (*a) + (*b) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_cmp.c b/sysdeps/sparc/sparc64/qp_cmp.c index d1fc34ec0ac..7e9cdf08de7 100644 --- a/sysdeps/sparc/sparc64/qp_cmp.c +++ b/sysdeps/sparc/sparc64/qp_cmp.c @@ -2,8 +2,6 @@ Compare (*a) and (*b), return float condition code. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_cmpe.c b/sysdeps/sparc/sparc64/qp_cmpe.c index 9159ecb0cca..01fc80749df 100644 --- a/sysdeps/sparc/sparc64/qp_cmpe.c +++ b/sysdeps/sparc/sparc64/qp_cmpe.c @@ -3,8 +3,6 @@ Signal exception (unless masked) if unordered. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_div.c b/sysdeps/sparc/sparc64/qp_div.c index 4a92afd04d4..217550562a4 100644 --- a/sysdeps/sparc/sparc64/qp_div.c +++ b/sysdeps/sparc/sparc64/qp_div.c @@ -2,8 +2,6 @@ (*c) = (*a) / (*b) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_dtoq.c b/sysdeps/sparc/sparc64/qp_dtoq.c index 1f542317091..6286e4b0805 100644 --- a/sysdeps/sparc/sparc64/qp_dtoq.c +++ b/sysdeps/sparc/sparc64/qp_dtoq.c @@ -2,8 +2,6 @@ (*c) = (long double)(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_feq.c b/sysdeps/sparc/sparc64/qp_feq.c index c96524f765f..b231e6efbc7 100644 --- a/sysdeps/sparc/sparc64/qp_feq.c +++ b/sysdeps/sparc/sparc64/qp_feq.c @@ -2,8 +2,6 @@ Return 1 if (*a) == (*b) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_fge.c b/sysdeps/sparc/sparc64/qp_fge.c index 32944439930..d920a5108a7 100644 --- a/sysdeps/sparc/sparc64/qp_fge.c +++ b/sysdeps/sparc/sparc64/qp_fge.c @@ -2,8 +2,6 @@ Return 1 if (*a) >= (*b) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_fgt.c b/sysdeps/sparc/sparc64/qp_fgt.c index 67420615efc..d563042bddb 100644 --- a/sysdeps/sparc/sparc64/qp_fgt.c +++ b/sysdeps/sparc/sparc64/qp_fgt.c @@ -2,8 +2,6 @@ Return 1 if (*a) > (*b) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_fle.c b/sysdeps/sparc/sparc64/qp_fle.c index 6ac4c3a5fcc..d4b4ad0743d 100644 --- a/sysdeps/sparc/sparc64/qp_fle.c +++ b/sysdeps/sparc/sparc64/qp_fle.c @@ -2,8 +2,6 @@ Return 1 if (*a) <= (*b) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_flt.c b/sysdeps/sparc/sparc64/qp_flt.c index 46369ba55f0..97a2917f824 100644 --- a/sysdeps/sparc/sparc64/qp_flt.c +++ b/sysdeps/sparc/sparc64/qp_flt.c @@ -2,8 +2,6 @@ Return 1 if (*a) < (*b) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_fne.c b/sysdeps/sparc/sparc64/qp_fne.c index ca002de0cae..16b4ac065b7 100644 --- a/sysdeps/sparc/sparc64/qp_fne.c +++ b/sysdeps/sparc/sparc64/qp_fne.c @@ -2,8 +2,6 @@ Return 1 if (*a) != (*b) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_itoq.c b/sysdeps/sparc/sparc64/qp_itoq.c index a7266995de4..860db6cab42 100644 --- a/sysdeps/sparc/sparc64/qp_itoq.c +++ b/sysdeps/sparc/sparc64/qp_itoq.c @@ -2,8 +2,6 @@ (*c) = (long double)(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_mul.c b/sysdeps/sparc/sparc64/qp_mul.c index 5e8c8109012..10d751aa851 100644 --- a/sysdeps/sparc/sparc64/qp_mul.c +++ b/sysdeps/sparc/sparc64/qp_mul.c @@ -2,8 +2,6 @@ (*c) = (*a) * (*b) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_neg.S b/sysdeps/sparc/sparc64/qp_neg.S index 6acc4ad27da..5479cf76ff5 100644 --- a/sysdeps/sparc/sparc64/qp_neg.S +++ b/sysdeps/sparc/sparc64/qp_neg.S @@ -2,7 +2,6 @@ (*c) = !(*a) Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_qtod.c b/sysdeps/sparc/sparc64/qp_qtod.c index 9e9d39d9154..0711009c6a1 100644 --- a/sysdeps/sparc/sparc64/qp_qtod.c +++ b/sysdeps/sparc/sparc64/qp_qtod.c @@ -2,8 +2,6 @@ Return (double)(*a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_qtoi.c b/sysdeps/sparc/sparc64/qp_qtoi.c index 6915bfd5cba..d830bd1a535 100644 --- a/sysdeps/sparc/sparc64/qp_qtoi.c +++ b/sysdeps/sparc/sparc64/qp_qtoi.c @@ -2,8 +2,6 @@ Return (int)(*a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_qtos.c b/sysdeps/sparc/sparc64/qp_qtos.c index d9f3748d059..8a4087f982c 100644 --- a/sysdeps/sparc/sparc64/qp_qtos.c +++ b/sysdeps/sparc/sparc64/qp_qtos.c @@ -2,8 +2,6 @@ Return (float)(*a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_qtoui.c b/sysdeps/sparc/sparc64/qp_qtoui.c index 3aa0d72d6e1..df387978b7d 100644 --- a/sysdeps/sparc/sparc64/qp_qtoui.c +++ b/sysdeps/sparc/sparc64/qp_qtoui.c @@ -2,8 +2,6 @@ Return (unsigned int)(*a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_qtoux.c b/sysdeps/sparc/sparc64/qp_qtoux.c index 07946660f48..c61f6fdd97e 100644 --- a/sysdeps/sparc/sparc64/qp_qtoux.c +++ b/sysdeps/sparc/sparc64/qp_qtoux.c @@ -2,8 +2,6 @@ Return (unsigned long)(*a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_qtox.c b/sysdeps/sparc/sparc64/qp_qtox.c index 96dc09d89ab..62c1b07e7bf 100644 --- a/sysdeps/sparc/sparc64/qp_qtox.c +++ b/sysdeps/sparc/sparc64/qp_qtox.c @@ -2,8 +2,6 @@ Return (long)(*a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_sqrt.c b/sysdeps/sparc/sparc64/qp_sqrt.c index dfcde1c9098..a118a1d9346 100644 --- a/sysdeps/sparc/sparc64/qp_sqrt.c +++ b/sysdeps/sparc/sparc64/qp_sqrt.c @@ -2,8 +2,6 @@ (*c) = sqrtl(*a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_stoq.c b/sysdeps/sparc/sparc64/qp_stoq.c index 70818033de8..5f11ee6e657 100644 --- a/sysdeps/sparc/sparc64/qp_stoq.c +++ b/sysdeps/sparc/sparc64/qp_stoq.c @@ -2,8 +2,6 @@ (*c) = (long double)(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_sub.c b/sysdeps/sparc/sparc64/qp_sub.c index 158b2cb1bb9..b1eae31757e 100644 --- a/sysdeps/sparc/sparc64/qp_sub.c +++ b/sysdeps/sparc/sparc64/qp_sub.c @@ -2,8 +2,6 @@ (*c) = (*a) - (*b) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_uitoq.c b/sysdeps/sparc/sparc64/qp_uitoq.c index 7c44f9a5527..695808489fd 100644 --- a/sysdeps/sparc/sparc64/qp_uitoq.c +++ b/sysdeps/sparc/sparc64/qp_uitoq.c @@ -2,8 +2,6 @@ (*c) = (long double)(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_util.c b/sysdeps/sparc/sparc64/qp_util.c index a33c2334ea8..dfdae4bbbd8 100644 --- a/sysdeps/sparc/sparc64/qp_util.c +++ b/sysdeps/sparc/sparc64/qp_util.c @@ -3,7 +3,6 @@ Simulate exceptions using double arithmetics. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_uxtoq.c b/sysdeps/sparc/sparc64/qp_uxtoq.c index 78686cd09c9..c300e630e26 100644 --- a/sysdeps/sparc/sparc64/qp_uxtoq.c +++ b/sysdeps/sparc/sparc64/qp_uxtoq.c @@ -2,8 +2,6 @@ (*c) = (long double)(a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/qp_xtoq.c b/sysdeps/sparc/sparc64/qp_xtoq.c index b272217c84a..5a0c990a492 100644 --- a/sysdeps/sparc/sparc64/qp_xtoq.c +++ b/sysdeps/sparc/sparc64/qp_xtoq.c @@ -2,8 +2,6 @@ (*c) = (long double)(*a) Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com) and - Jakub Jelinek (jj@ultra.linux.cz). 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/sysdeps/sparc/sparc64/rawmemchr.S b/sysdeps/sparc/sparc64/rawmemchr.S index 578853ec1a3..bfc84ea1bdb 100644 --- a/sysdeps/sparc/sparc64/rawmemchr.S +++ b/sysdeps/sparc/sparc64/rawmemchr.S @@ -2,14 +2,6 @@ For SPARC v9. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . - This version is developed using the same algorithm as the fast C - version which carries the following introduction: - Based on strlen implementation by Torbjorn Granlund (tege@sics.se), - with help from Dan Sahlin (dan@sics.se) and - commentary by Jim Blandy (jimb@ai.mit.edu); - adaptation to memchr suggested by Dick Karpinski (dick@cca.ucsf.edu), - and implemented by Roland McGrath (roland@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/sysdeps/sparc/sparc64/sfp-machine.h b/sysdeps/sparc/sparc64/sfp-machine.h index 82d2463a3fd..45d3d161a89 100644 --- a/sysdeps/sparc/sparc64/sfp-machine.h +++ b/sysdeps/sparc/sparc64/sfp-machine.h @@ -2,9 +2,6 @@ Sparc64 userland (_Q_* and _Qp_*) version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@cygnus.com), - Jakub Jelinek (jj@ultra.linux.cz) and - David S. Miller (davem@redhat.com). 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/sysdeps/sparc/sparc64/start.S b/sysdeps/sparc/sparc64/start.S index 8520717eba2..05a637cc0c9 100644 --- a/sysdeps/sparc/sparc64/start.S +++ b/sysdeps/sparc/sparc64/start.S @@ -1,7 +1,6 @@ /* Startup code for elf64-sparc Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997. 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/sysdeps/sparc/sparc64/stpcpy.S b/sysdeps/sparc/sparc64/stpcpy.S index 31e5e684497..4d988fb4941 100644 --- a/sysdeps/sparc/sparc64/stpcpy.S +++ b/sysdeps/sparc/sparc64/stpcpy.S @@ -2,8 +2,6 @@ For SPARC v9. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jan VondrĂĄk and - Jakub Jelinek . 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/sysdeps/sparc/sparc64/stpncpy.S b/sysdeps/sparc/sparc64/stpncpy.S index 3fcdaebaf51..d87445590ce 100644 --- a/sysdeps/sparc/sparc64/stpncpy.S +++ b/sysdeps/sparc/sparc64/stpncpy.S @@ -4,8 +4,6 @@ For SPARC v9. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek and - Jan VondrĂĄk . 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/sysdeps/sparc/sparc64/strcat.S b/sysdeps/sparc/sparc64/strcat.S index 15468545870..4f09459cadc 100644 --- a/sysdeps/sparc/sparc64/strcat.S +++ b/sysdeps/sparc/sparc64/strcat.S @@ -2,8 +2,6 @@ For SPARC v9. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek and - Jan VondrĂĄk . 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/sysdeps/sparc/sparc64/strchr.S b/sysdeps/sparc/sparc64/strchr.S index 7e1fb828539..5cb9257df76 100644 --- a/sysdeps/sparc/sparc64/strchr.S +++ b/sysdeps/sparc/sparc64/strchr.S @@ -2,8 +2,6 @@ For SPARC v9. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jan VondrĂĄk and - Jakub Jelinek . 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/sysdeps/sparc/sparc64/strcmp.S b/sysdeps/sparc/sparc64/strcmp.S index 32fd1d6b624..482a5f71711 100644 --- a/sysdeps/sparc/sparc64/strcmp.S +++ b/sysdeps/sparc/sparc64/strcmp.S @@ -2,7 +2,6 @@ For SPARC v9. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller 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/sysdeps/sparc/sparc64/strcpy.S b/sysdeps/sparc/sparc64/strcpy.S index 8def4fdce88..ba1418ec920 100644 --- a/sysdeps/sparc/sparc64/strcpy.S +++ b/sysdeps/sparc/sparc64/strcpy.S @@ -2,8 +2,6 @@ For SPARC v9. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jan VondrĂĄk and - Jakub Jelinek . 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/sysdeps/sparc/sparc64/strcspn.S b/sysdeps/sparc/sparc64/strcspn.S index 8c488c3f365..b0218281b40 100644 --- a/sysdeps/sparc/sparc64/strcspn.S +++ b/sysdeps/sparc/sparc64/strcspn.S @@ -3,7 +3,6 @@ For SPARC v9. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/sparc/sparc64/strlen.S b/sysdeps/sparc/sparc64/strlen.S index 083935c37bc..0088e2dee4e 100644 --- a/sysdeps/sparc/sparc64/strlen.S +++ b/sysdeps/sparc/sparc64/strlen.S @@ -1,9 +1,6 @@ /* Determine the length of a string. For SPARC v9. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jan VondrĂĄk , - Jakub Jelinek , and - David S. Miller . 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/sysdeps/sparc/sparc64/strncmp.S b/sysdeps/sparc/sparc64/strncmp.S index 298edcd2aea..271dad4e746 100644 --- a/sysdeps/sparc/sparc64/strncmp.S +++ b/sysdeps/sparc/sparc64/strncmp.S @@ -4,8 +4,6 @@ For SPARC v9. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jan VondrĂĄk and - Jakub Jelinek . 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/sysdeps/sparc/sparc64/strncpy.S b/sysdeps/sparc/sparc64/strncpy.S index a5fe20219e3..26ceb615e8c 100644 --- a/sysdeps/sparc/sparc64/strncpy.S +++ b/sysdeps/sparc/sparc64/strncpy.S @@ -4,8 +4,6 @@ For SPARC v9. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jan VondrĂĄk and - Jakub Jelinek . 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/sysdeps/sparc/sparc64/strpbrk.S b/sysdeps/sparc/sparc64/strpbrk.S index d58ce388003..cb054669582 100644 --- a/sysdeps/sparc/sparc64/strpbrk.S +++ b/sysdeps/sparc/sparc64/strpbrk.S @@ -3,7 +3,6 @@ For SPARC v9. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/sparc/sparc64/strspn.S b/sysdeps/sparc/sparc64/strspn.S index 87129c972da..ad8a5b06f9d 100644 --- a/sysdeps/sparc/sparc64/strspn.S +++ b/sysdeps/sparc/sparc64/strspn.S @@ -3,7 +3,6 @@ For SPARC v9. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek 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/sysdeps/unix/alpha/pipe.S b/sysdeps/unix/alpha/pipe.S index 1f3d074670a..45944535cdd 100644 --- a/sysdeps/unix/alpha/pipe.S +++ b/sysdeps/unix/alpha/pipe.S @@ -1,6 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger (davidm@cs.arizona.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/sysdeps/unix/alpha/sysdep.S b/sysdeps/unix/alpha/sysdep.S index af70f6398b4..64a67766d21 100644 --- a/sysdeps/unix/alpha/sysdep.S +++ b/sysdeps/unix/alpha/sysdep.S @@ -1,6 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Brendan Kehoe (brendan@zen.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/sysdeps/unix/bsd/getpt.c b/sysdeps/unix/bsd/getpt.c index 2fa66323275..47db10e1e24 100644 --- a/sysdeps/unix/bsd/getpt.c +++ b/sysdeps/unix/bsd/getpt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/sysdeps/unix/bsd/unlockpt.c b/sysdeps/unix/bsd/unlockpt.c index 181e615cc6f..100a272bc3e 100644 --- a/sysdeps/unix/bsd/unlockpt.c +++ b/sysdeps/unix/bsd/unlockpt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/sysdeps/unix/grantpt.c b/sysdeps/unix/grantpt.c index 6269ee2bd6d..abc32addd8e 100644 --- a/sysdeps/unix/grantpt.c +++ b/sysdeps/unix/grantpt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/sysdeps/unix/ifreq.c b/sysdeps/unix/ifreq.c index 5dfedf03ea9..8b70e16bc31 100644 --- a/sysdeps/unix/ifreq.c +++ b/sysdeps/unix/ifreq.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger . 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/sysdeps/unix/mips/mips32/sysdep.h b/sysdeps/unix/mips/mips32/sysdep.h index 21f22462db7..97d3d8debaf 100644 --- a/sysdeps/unix/mips/mips32/sysdep.h +++ b/sysdeps/unix/mips/mips32/sysdep.h @@ -1,6 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Brendan Kehoe (brendan@zen.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/sysdeps/unix/mips/mips64/sysdep.h b/sysdeps/unix/mips/mips64/sysdep.h index 5232afc668f..800f547a79d 100644 --- a/sysdeps/unix/mips/mips64/sysdep.h +++ b/sysdeps/unix/mips/mips64/sysdep.h @@ -1,6 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Alexandre Oliva . 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/sysdeps/unix/mips/pipe.S b/sysdeps/unix/mips/pipe.S index 066d6cd72db..6fbea01d442 100644 --- a/sysdeps/unix/mips/pipe.S +++ b/sysdeps/unix/mips/pipe.S @@ -1,6 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Brendan Kehoe (brendan@zen.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/sysdeps/unix/mips/sysdep.S b/sysdeps/unix/mips/sysdep.S index 7031e7986d3..c4d72e71817 100644 --- a/sysdeps/unix/mips/sysdep.S +++ b/sysdeps/unix/mips/sysdep.S @@ -1,6 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Brendan Kehoe (brendan@zen.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/sysdeps/unix/mips/sysdep.h b/sysdeps/unix/mips/sysdep.h index 2910f8ece9b..1457253fefb 100644 --- a/sysdeps/unix/mips/sysdep.h +++ b/sysdeps/unix/mips/sysdep.h @@ -1,6 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Brendan Kehoe (brendan@zen.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/sysdeps/unix/sysv/linux/accept4.c b/sysdeps/unix/sysv/linux/accept4.c index d19c4126c60..9f3216a4f08 100644 --- a/sysdeps/unix/sysv/linux/accept4.c +++ b/sysdeps/unix/sysv/linux/accept4.c @@ -1,6 +1,5 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/unix/sysv/linux/aio_misc.h b/sysdeps/unix/sysv/linux/aio_misc.h index 8934402372d..29b527b1b8f 100644 --- a/sysdeps/unix/sysv/linux/aio_misc.h +++ b/sysdeps/unix/sysv/linux/aio_misc.h @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/unix/sysv/linux/alpha/clone.S b/sysdeps/unix/sysv/linux/alpha/clone.S index 3c25f26ee83..4b9e9c2b10b 100644 --- a/sysdeps/unix/sysv/linux/alpha/clone.S +++ b/sysdeps/unix/sysv/linux/alpha/clone.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 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/sysdeps/unix/sysv/linux/alpha/gethostname.c b/sysdeps/unix/sysv/linux/alpha/gethostname.c index 850b8beca36..f637aa7e971 100644 --- a/sysdeps/unix/sysv/linux/alpha/gethostname.c +++ b/sysdeps/unix/sysv/linux/alpha/gethostname.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S b/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S index a21f27c4be4..6688628b28e 100644 --- a/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S +++ b/sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S @@ -1,6 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger , 1995. 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/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S b/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S index 022a23aed59..106a66a86f8 100644 --- a/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S +++ b/sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S @@ -1,6 +1,5 @@ /* Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger , 1995. 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/sysdeps/unix/sysv/linux/alpha/ioperm.c b/sysdeps/unix/sysv/linux/alpha/ioperm.c index 73a25b2f6b1..2b283e72b5d 100644 --- a/sysdeps/unix/sysv/linux/alpha/ioperm.c +++ b/sysdeps/unix/sysv/linux/alpha/ioperm.c @@ -1,6 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger. 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/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S b/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S index b21d0dac1fa..b8ecc2d1b0a 100644 --- a/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S +++ b/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1998 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/sysdeps/unix/sysv/linux/alpha/syscall.S b/sysdeps/unix/sysv/linux/alpha/syscall.S index 9545840f663..1f7df8fbf9c 100644 --- a/sysdeps/unix/sysv/linux/alpha/syscall.S +++ b/sysdeps/unix/sysv/linux/alpha/syscall.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger , 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/sysdeps/unix/sysv/linux/alpha/sysdep.h b/sysdeps/unix/sysv/linux/alpha/sysdep.h index a000c845f1c..741d2384a80 100644 --- a/sysdeps/unix/sysv/linux/alpha/sysdep.h +++ b/sysdeps/unix/sysv/linux/alpha/sysdep.h @@ -1,6 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, , August 1995. 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/sysdeps/unix/sysv/linux/arc/clone.S b/sysdeps/unix/sysv/linux/arc/clone.S index 76947ac2c7e..9960cb0ceaa 100644 --- a/sysdeps/unix/sysv/linux/arc/clone.S +++ b/sysdeps/unix/sysv/linux/arc/clone.S @@ -1,7 +1,6 @@ /* clone() implementation for ARC. Copyright (C) 2020-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andrew Jenner , 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/sysdeps/unix/sysv/linux/arm/clone.S b/sysdeps/unix/sysv/linux/arm/clone.S index 05596cb7a5f..232422c382b 100644 --- a/sysdeps/unix/sysv/linux/arm/clone.S +++ b/sysdeps/unix/sysv/linux/arm/clone.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Pat Beirne 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/sysdeps/unix/sysv/linux/arm/dl-procinfo.c b/sysdeps/unix/sysv/linux/arm/dl-procinfo.c index 1e12ee683c4..f348520f3cb 100644 --- a/sysdeps/unix/sysv/linux/arm/dl-procinfo.c +++ b/sysdeps/unix/sysv/linux/arm/dl-procinfo.c @@ -1,7 +1,6 @@ /* Data for Linux/ARM version of processor capability information. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell , 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/sysdeps/unix/sysv/linux/arm/dl-procinfo.h b/sysdeps/unix/sysv/linux/arm/dl-procinfo.h index b3ad719c91f..ec13f550d08 100644 --- a/sysdeps/unix/sysv/linux/arm/dl-procinfo.h +++ b/sysdeps/unix/sysv/linux/arm/dl-procinfo.h @@ -1,7 +1,6 @@ /* Linux/ARM version of processor capability information handling macros. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell , 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/sysdeps/unix/sysv/linux/arm/ioperm.c b/sysdeps/unix/sysv/linux/arm/ioperm.c index 8309ce40322..fd83de582ab 100644 --- a/sysdeps/unix/sysv/linux/arm/ioperm.c +++ b/sysdeps/unix/sysv/linux/arm/ioperm.c @@ -1,7 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Phil Blundell, based on the Alpha version by - David Mosberger. 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/sysdeps/unix/sysv/linux/arm/readelflib.c b/sysdeps/unix/sysv/linux/arm/readelflib.c index ade2f49aebc..6b83f2c9425 100644 --- a/sysdeps/unix/sysv/linux/arm/readelflib.c +++ b/sysdeps/unix/sysv/linux/arm/readelflib.c @@ -1,7 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999 and - Jakub Jelinek , 1999. 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/sysdeps/unix/sysv/linux/arm/register-dump.h b/sysdeps/unix/sysv/linux/arm/register-dump.h index b73a1515a8f..80efdcdbb0a 100644 --- a/sysdeps/unix/sysv/linux/arm/register-dump.h +++ b/sysdeps/unix/sysv/linux/arm/register-dump.h @@ -1,7 +1,6 @@ /* Dump registers. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell , 1998. 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/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h b/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h index 623d1fa2738..03deec9f52a 100644 --- a/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/arm/sigcontextinfo.h @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell , 1999. 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/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index c1722557bd1..e25b8065ce1 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep.h @@ -1,7 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, , August 1995. - ARM changes by Philip Blundell, , May 1997. 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/sysdeps/unix/sysv/linux/arm/vfork.S b/sysdeps/unix/sysv/linux/arm/vfork.S index 3f355c8ef9d..11be0a0966c 100644 --- a/sysdeps/unix/sysv/linux/arm/vfork.S +++ b/sysdeps/unix/sysv/linux/arm/vfork.S @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell . 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/sysdeps/unix/sysv/linux/dl-librecon.h b/sysdeps/unix/sysv/linux/dl-librecon.h index 585330c15de..34212344d5c 100644 --- a/sysdeps/unix/sysv/linux/dl-librecon.h +++ b/sysdeps/unix/sysv/linux/dl-librecon.h @@ -1,7 +1,6 @@ /* Optional code to distinguish library flavours. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/unix/sysv/linux/dl-openat64.c b/sysdeps/unix/sysv/linux/dl-openat64.c index 9a1fa78d224..d4f5f9aedb1 100644 --- a/sysdeps/unix/sysv/linux/dl-openat64.c +++ b/sysdeps/unix/sysv/linux/dl-openat64.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/unix/sysv/linux/dl-origin.c b/sysdeps/unix/sysv/linux/dl-origin.c index 9f749e02516..9d4eaaeecc0 100644 --- a/sysdeps/unix/sysv/linux/dl-origin.c +++ b/sysdeps/unix/sysv/linux/dl-origin.c @@ -1,7 +1,6 @@ /* Find path of executable. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/unix/sysv/linux/fstatvfs.c b/sysdeps/unix/sysv/linux/fstatvfs.c index ba3fd22cfbc..18aeed19bcb 100644 --- a/sysdeps/unix/sysv/linux/fstatvfs.c +++ b/sysdeps/unix/sysv/linux/fstatvfs.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/unix/sysv/linux/generic/____longjmp_chk.c b/sysdeps/unix/sysv/linux/generic/____longjmp_chk.c index 8bada637e60..3f8d6e5ae6e 100644 --- a/sysdeps/unix/sysv/linux/generic/____longjmp_chk.c +++ b/sysdeps/unix/sysv/linux/generic/____longjmp_chk.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/bits/fcntl.h b/sysdeps/unix/sysv/linux/generic/bits/fcntl.h index 8e05c72af76..aba2c4e9fd0 100644 --- a/sysdeps/unix/sysv/linux/generic/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/generic/bits/fcntl.h @@ -1,7 +1,6 @@ /* O_*, F_*, FD_* bit values for the generic Linux ABI. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/bits/typesizes.h b/sysdeps/unix/sysv/linux/generic/bits/typesizes.h index 0dd33638f0d..c658dfdf60b 100644 --- a/sysdeps/unix/sysv/linux/generic/bits/typesizes.h +++ b/sysdeps/unix/sysv/linux/generic/bits/typesizes.h @@ -1,7 +1,6 @@ /* bits/typesizes.h -- underlying types for *_t. For the generic Linux ABI. Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/chmod.c b/sysdeps/unix/sysv/linux/generic/chmod.c index a27cc1b06fe..9bd1b9668ca 100644 --- a/sysdeps/unix/sysv/linux/generic/chmod.c +++ b/sysdeps/unix/sysv/linux/generic/chmod.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/chown.c b/sysdeps/unix/sysv/linux/generic/chown.c index d8e8b992f01..9ef050a57a7 100644 --- a/sysdeps/unix/sysv/linux/generic/chown.c +++ b/sysdeps/unix/sysv/linux/generic/chown.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/dl-origin.c b/sysdeps/unix/sysv/linux/generic/dl-origin.c index 786359979b1..b39591e853c 100644 --- a/sysdeps/unix/sysv/linux/generic/dl-origin.c +++ b/sysdeps/unix/sysv/linux/generic/dl-origin.c @@ -1,7 +1,6 @@ /* Find path of executable. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/unix/sysv/linux/generic/dup2.c b/sysdeps/unix/sysv/linux/generic/dup2.c index 3fedb265c57..ab6f82cf997 100644 --- a/sysdeps/unix/sysv/linux/generic/dup2.c +++ b/sysdeps/unix/sysv/linux/generic/dup2.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/epoll_create.c b/sysdeps/unix/sysv/linux/generic/epoll_create.c index 2f433ab9bcd..bfbdf5ca20c 100644 --- a/sysdeps/unix/sysv/linux/generic/epoll_create.c +++ b/sysdeps/unix/sysv/linux/generic/epoll_create.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/inotify_init.c b/sysdeps/unix/sysv/linux/generic/inotify_init.c index e5979a09678..1077cba17ae 100644 --- a/sysdeps/unix/sysv/linux/generic/inotify_init.c +++ b/sysdeps/unix/sysv/linux/generic/inotify_init.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/lchown.c b/sysdeps/unix/sysv/linux/generic/lchown.c index 048ad40413a..a7218028e1b 100644 --- a/sysdeps/unix/sysv/linux/generic/lchown.c +++ b/sysdeps/unix/sysv/linux/generic/lchown.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/link.c b/sysdeps/unix/sysv/linux/generic/link.c index b71ebf1c883..d4a7adcc857 100644 --- a/sysdeps/unix/sysv/linux/generic/link.c +++ b/sysdeps/unix/sysv/linux/generic/link.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/mkdir.c b/sysdeps/unix/sysv/linux/generic/mkdir.c index 45a0f96f4d5..fb12b9c1f3d 100644 --- a/sysdeps/unix/sysv/linux/generic/mkdir.c +++ b/sysdeps/unix/sysv/linux/generic/mkdir.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/pipe.c b/sysdeps/unix/sysv/linux/generic/pipe.c index 1d21e68c8d1..a73a4e89fc7 100644 --- a/sysdeps/unix/sysv/linux/generic/pipe.c +++ b/sysdeps/unix/sysv/linux/generic/pipe.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/readlink.c b/sysdeps/unix/sysv/linux/generic/readlink.c index 6cb915ed963..879a2c10f15 100644 --- a/sysdeps/unix/sysv/linux/generic/readlink.c +++ b/sysdeps/unix/sysv/linux/generic/readlink.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/rmdir.c b/sysdeps/unix/sysv/linux/generic/rmdir.c index b3188d1c491..7db45c349fa 100644 --- a/sysdeps/unix/sysv/linux/generic/rmdir.c +++ b/sysdeps/unix/sysv/linux/generic/rmdir.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/symlink.c b/sysdeps/unix/sysv/linux/generic/symlink.c index 0cf8075a2a2..a0446be329a 100644 --- a/sysdeps/unix/sysv/linux/generic/symlink.c +++ b/sysdeps/unix/sysv/linux/generic/symlink.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/sysdep.h b/sysdeps/unix/sysv/linux/generic/sysdep.h index 19d5d8d1bf1..1bd0ec68147 100644 --- a/sysdeps/unix/sysv/linux/generic/sysdep.h +++ b/sysdeps/unix/sysv/linux/generic/sysdep.h @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/unlink.c b/sysdeps/unix/sysv/linux/generic/unlink.c index 2902a8a6ce6..2ef4a4db33e 100644 --- a/sysdeps/unix/sysv/linux/generic/unlink.c +++ b/sysdeps/unix/sysv/linux/generic/unlink.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c index 00442723b6c..cd1564cc090 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/sendfile.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/getcwd.c b/sysdeps/unix/sysv/linux/getcwd.c index edebf5a8bde..2c8e6a77b3f 100644 --- a/sysdeps/unix/sysv/linux/getcwd.c +++ b/sysdeps/unix/sysv/linux/getcwd.c @@ -1,7 +1,6 @@ /* Determine current working directory. Linux version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/unix/sysv/linux/getipv4sourcefilter.c b/sysdeps/unix/sysv/linux/getipv4sourcefilter.c index c60032ba657..6b792189a5b 100644 --- a/sysdeps/unix/sysv/linux/getipv4sourcefilter.c +++ b/sysdeps/unix/sysv/linux/getipv4sourcefilter.c @@ -1,7 +1,6 @@ /* Get IPv4 source filter. Linux version. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/unix/sysv/linux/getpt.c b/sysdeps/unix/sysv/linux/getpt.c index 52532f7190d..4510ba15933 100644 --- a/sysdeps/unix/sysv/linux/getpt.c +++ b/sysdeps/unix/sysv/linux/getpt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/sysdeps/unix/sysv/linux/getsourcefilter.c b/sysdeps/unix/sysv/linux/getsourcefilter.c index 66e2659faca..3903817e4d9 100644 --- a/sysdeps/unix/sysv/linux/getsourcefilter.c +++ b/sysdeps/unix/sysv/linux/getsourcefilter.c @@ -1,7 +1,6 @@ /* Get source filter. Linux version. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/unix/sysv/linux/getsysstats.c b/sysdeps/unix/sysv/linux/getsysstats.c index 1391e360b8f..8a5d342f0c8 100644 --- a/sysdeps/unix/sysv/linux/getsysstats.c +++ b/sysdeps/unix/sysv/linux/getsysstats.c @@ -1,7 +1,6 @@ /* Determine various system internal values, Linux version. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/unix/sysv/linux/grantpt.c b/sysdeps/unix/sysv/linux/grantpt.c index 57e988fe367..b3d93a64151 100644 --- a/sysdeps/unix/sysv/linux/grantpt.c +++ b/sysdeps/unix/sysv/linux/grantpt.c @@ -1,7 +1,6 @@ /* grantpt implementation for Linux. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/sysdeps/unix/sysv/linux/hppa/atomic-machine.h b/sysdeps/unix/sysv/linux/hppa/atomic-machine.h index 1fcb1852e86..e9edc0e7bc6 100644 --- a/sysdeps/unix/sysv/linux/hppa/atomic-machine.h +++ b/sysdeps/unix/sysv/linux/hppa/atomic-machine.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Carlos O'Donell , 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/sysdeps/unix/sysv/linux/hppa/clone.S b/sysdeps/unix/sysv/linux/hppa/clone.S index 1948602cc97..303647fb39e 100644 --- a/sysdeps/unix/sysv/linux/hppa/clone.S +++ b/sysdeps/unix/sysv/linux/hppa/clone.S @@ -1,7 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Huggins-Daines , 2000. - Based on the Alpha version by Richard Henderson , 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/sysdeps/unix/sysv/linux/hppa/getcontext.S b/sysdeps/unix/sysv/linux/hppa/getcontext.S index 1405b42819c..d9ed74666cd 100644 --- a/sysdeps/unix/sysv/linux/hppa/getcontext.S +++ b/sysdeps/unix/sysv/linux/hppa/getcontext.S @@ -1,7 +1,6 @@ /* Get current user context. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Helge Deller , 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/sysdeps/unix/sysv/linux/hppa/makecontext.c b/sysdeps/unix/sysv/linux/hppa/makecontext.c index a80e7641513..1a98734e1bf 100644 --- a/sysdeps/unix/sysv/linux/hppa/makecontext.c +++ b/sysdeps/unix/sysv/linux/hppa/makecontext.c @@ -1,7 +1,6 @@ /* Create new context. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Helge Deller , 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/sysdeps/unix/sysv/linux/hppa/setcontext.S b/sysdeps/unix/sysv/linux/hppa/setcontext.S index 8fc5f5e56cb..1e632775727 100644 --- a/sysdeps/unix/sysv/linux/hppa/setcontext.S +++ b/sysdeps/unix/sysv/linux/hppa/setcontext.S @@ -1,7 +1,6 @@ /* Install given context. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Helge Deller , 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/sysdeps/unix/sysv/linux/hppa/swapcontext.c b/sysdeps/unix/sysv/linux/hppa/swapcontext.c index f9a8207543c..ce74f1a73e8 100644 --- a/sysdeps/unix/sysv/linux/hppa/swapcontext.c +++ b/sysdeps/unix/sysv/linux/hppa/swapcontext.c @@ -1,7 +1,6 @@ /* Swap to new context. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Helge Deller , 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/sysdeps/unix/sysv/linux/hppa/sysdep.h b/sysdeps/unix/sysv/linux/hppa/sysdep.h index 779bc85e262..506916e693d 100644 --- a/sysdeps/unix/sysv/linux/hppa/sysdep.h +++ b/sysdeps/unix/sysv/linux/hppa/sysdep.h @@ -1,8 +1,6 @@ /* Assembler macros for PA-RISC. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, , August 1999. - Linux/PA-RISC changes by Philipp Rumpf, , March 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/sysdeps/unix/sysv/linux/i386/clone.S b/sysdeps/unix/sysv/linux/i386/clone.S index 8ec84491bb5..1919a1afafe 100644 --- a/sysdeps/unix/sysv/linux/i386/clone.S +++ b/sysdeps/unix/sysv/linux/i386/clone.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@tamu.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/sysdeps/unix/sysv/linux/i386/dl-librecon.h b/sysdeps/unix/sysv/linux/i386/dl-librecon.h index 7efe0679b36..af3563300b2 100644 --- a/sysdeps/unix/sysv/linux/i386/dl-librecon.h +++ b/sysdeps/unix/sysv/linux/i386/dl-librecon.h @@ -1,7 +1,6 @@ /* Optional code to distinguish library flavours. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/unix/sysv/linux/i386/dl-procinfo.h b/sysdeps/unix/sysv/linux/i386/dl-procinfo.h index 0e1b4b6faff..165dfed7b74 100644 --- a/sysdeps/unix/sysv/linux/i386/dl-procinfo.h +++ b/sysdeps/unix/sysv/linux/i386/dl-procinfo.h @@ -1,7 +1,6 @@ /* Linux/i386 version of processor capability information handling macros. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/unix/sysv/linux/i386/getcontext.S b/sysdeps/unix/sysv/linux/i386/getcontext.S index 95e8d06dd18..42c1deb9b58 100644 --- a/sysdeps/unix/sysv/linux/i386/getcontext.S +++ b/sysdeps/unix/sysv/linux/i386/getcontext.S @@ -1,7 +1,6 @@ /* Save current context. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/unix/sysv/linux/i386/makecontext.S b/sysdeps/unix/sysv/linux/i386/makecontext.S index 059fa5a95ef..1f8b71c215f 100644 --- a/sysdeps/unix/sysv/linux/i386/makecontext.S +++ b/sysdeps/unix/sysv/linux/i386/makecontext.S @@ -1,7 +1,6 @@ /* Create new context. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/unix/sysv/linux/i386/register-dump.h b/sysdeps/unix/sysv/linux/i386/register-dump.h index 25fcc005f50..03a9acf65f7 100644 --- a/sysdeps/unix/sysv/linux/i386/register-dump.h +++ b/sysdeps/unix/sysv/linux/i386/register-dump.h @@ -1,7 +1,6 @@ /* Dump registers. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/unix/sysv/linux/i386/setcontext.S b/sysdeps/unix/sysv/linux/i386/setcontext.S index 4be3d0598ed..f5a6495549c 100644 --- a/sysdeps/unix/sysv/linux/i386/setcontext.S +++ b/sysdeps/unix/sysv/linux/i386/setcontext.S @@ -1,7 +1,6 @@ /* Install given context. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/unix/sysv/linux/i386/sigcontextinfo.h b/sysdeps/unix/sysv/linux/i386/sigcontextinfo.h index 19f3bbddc92..800b961a35c 100644 --- a/sysdeps/unix/sysv/linux/i386/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/i386/sigcontextinfo.h @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/unix/sysv/linux/i386/swapcontext.S b/sysdeps/unix/sysv/linux/i386/swapcontext.S index 369c22f7f2a..13f548c34c5 100644 --- a/sysdeps/unix/sysv/linux/i386/swapcontext.S +++ b/sysdeps/unix/sysv/linux/i386/swapcontext.S @@ -1,7 +1,6 @@ /* Save current context and install the given one. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/unix/sysv/linux/i386/sysdep.h b/sysdeps/unix/sysv/linux/i386/sysdep.h index 8a9911b7acd..ec12c84ca87 100644 --- a/sysdeps/unix/sysv/linux/i386/sysdep.h +++ b/sysdeps/unix/sysv/linux/i386/sysdep.h @@ -1,6 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, , August 1995. 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/sysdeps/unix/sysv/linux/i386/vfork.S b/sysdeps/unix/sysv/linux/i386/vfork.S index 2b8bfb8c0bb..ed9ddcc4cfb 100644 --- a/sysdeps/unix/sysv/linux/i386/vfork.S +++ b/sysdeps/unix/sysv/linux/i386/vfork.S @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S b/sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S index fbb4b1c26f0..ea165e42dc6 100644 --- a/sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S +++ b/sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S @@ -1,5 +1,4 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/__longjmp.S b/sysdeps/unix/sysv/linux/ia64/__longjmp.S index c7bd3b3dbcb..1f8f1d71db0 100644 --- a/sysdeps/unix/sysv/linux/ia64/__longjmp.S +++ b/sysdeps/unix/sysv/linux/ia64/__longjmp.S @@ -1,5 +1,4 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c b/sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c index 554649a8659..36e626382a1 100644 --- a/sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c +++ b/sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/__start_context.S b/sysdeps/unix/sysv/linux/ia64/__start_context.S index fd0235a197b..9adc092c2cd 100644 --- a/sysdeps/unix/sysv/linux/ia64/__start_context.S +++ b/sysdeps/unix/sysv/linux/ia64/__start_context.S @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/bits/setjmp.h b/sysdeps/unix/sysv/linux/ia64/bits/setjmp.h index d366e8208e3..572b1b30df8 100644 --- a/sysdeps/unix/sysv/linux/ia64/bits/setjmp.h +++ b/sysdeps/unix/sysv/linux/ia64/bits/setjmp.h @@ -1,7 +1,6 @@ /* Define the machine-dependent type `jmp_buf'. Linux/IA-64 version. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h index 7dca259c31f..fc71ef721ba 100644 --- a/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h +++ b/sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jes Sorensen , July 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/sysdeps/unix/sysv/linux/ia64/getcontext.S b/sysdeps/unix/sysv/linux/ia64/getcontext.S index 9b9cd0b0c64..8fc3bce51bf 100644 --- a/sysdeps/unix/sysv/linux/ia64/getcontext.S +++ b/sysdeps/unix/sysv/linux/ia64/getcontext.S @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/ioperm.c b/sysdeps/unix/sysv/linux/ia64/ioperm.c index 9c0e55f9e95..bfc1c05a048 100644 --- a/sysdeps/unix/sysv/linux/ia64/ioperm.c +++ b/sysdeps/unix/sysv/linux/ia64/ioperm.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/makecontext.c b/sysdeps/unix/sysv/linux/ia64/makecontext.c index 1ca85593c69..152902d49c9 100644 --- a/sysdeps/unix/sysv/linux/ia64/makecontext.c +++ b/sysdeps/unix/sysv/linux/ia64/makecontext.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/pipe.S b/sysdeps/unix/sysv/linux/ia64/pipe.S index 007c8c0ee4a..ffda7129200 100644 --- a/sysdeps/unix/sysv/linux/ia64/pipe.S +++ b/sysdeps/unix/sysv/linux/ia64/pipe.S @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger 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/sysdeps/unix/sysv/linux/ia64/register-dump.h b/sysdeps/unix/sysv/linux/ia64/register-dump.h index 43482c506aa..6a44f30eb57 100644 --- a/sysdeps/unix/sysv/linux/ia64/register-dump.h +++ b/sysdeps/unix/sysv/linux/ia64/register-dump.h @@ -1,7 +1,6 @@ /* Dump registers. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/sysdeps/unix/sysv/linux/ia64/setcontext.S b/sysdeps/unix/sysv/linux/ia64/setcontext.S index 9c22182c05f..6b76bd4b9f2 100644 --- a/sysdeps/unix/sysv/linux/ia64/setcontext.S +++ b/sysdeps/unix/sysv/linux/ia64/setcontext.S @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/setjmp.S b/sysdeps/unix/sysv/linux/ia64/setjmp.S index f242075c7d8..523d7e96788 100644 --- a/sysdeps/unix/sysv/linux/ia64/setjmp.S +++ b/sysdeps/unix/sysv/linux/ia64/setjmp.S @@ -1,5 +1,4 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/swapcontext.c b/sysdeps/unix/sysv/linux/ia64/swapcontext.c index 234c174ef26..a19a63a26cd 100644 --- a/sysdeps/unix/sysv/linux/ia64/swapcontext.c +++ b/sysdeps/unix/sysv/linux/ia64/swapcontext.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/sys/io.h b/sysdeps/unix/sysv/linux/ia64/sys/io.h index 4761e322db1..c52c1e6c0ce 100644 --- a/sysdeps/unix/sysv/linux/ia64/sys/io.h +++ b/sysdeps/unix/sysv/linux/ia64/sys/io.h @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang 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/sysdeps/unix/sysv/linux/ia64/sys/rse.h b/sysdeps/unix/sysv/linux/ia64/sys/rse.h index 0e472a1df19..96170b707b4 100644 --- a/sysdeps/unix/sysv/linux/ia64/sys/rse.h +++ b/sysdeps/unix/sysv/linux/ia64/sys/rse.h @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/syscall.S b/sysdeps/unix/sysv/linux/ia64/syscall.S index 23f1d437f97..2b42602eae7 100644 --- a/sysdeps/unix/sysv/linux/ia64/syscall.S +++ b/sysdeps/unix/sysv/linux/ia64/syscall.S @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jes Sorensen . 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/sysdeps/unix/sysv/linux/ia64/sysdep.S b/sysdeps/unix/sysv/linux/ia64/sysdep.S index ee6365aece6..d5f9c4ef102 100644 --- a/sysdeps/unix/sysv/linux/ia64/sysdep.S +++ b/sysdeps/unix/sysv/linux/ia64/sysdep.S @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ia64/sysdep.h b/sysdeps/unix/sysv/linux/ia64/sysdep.h index 7198c192a03..07478baf93f 100644 --- a/sysdeps/unix/sysv/linux/ia64/sysdep.h +++ b/sysdeps/unix/sysv/linux/ia64/sysdep.h @@ -1,7 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Jes Sorensen, , April 1999. - Based on code originally written by David Mosberger-Tang 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/sysdeps/unix/sysv/linux/ia64/ucontext_i.h b/sysdeps/unix/sysv/linux/ia64/ucontext_i.h index 6a30f9edc67..c6a7ead2e34 100644 --- a/sysdeps/unix/sysv/linux/ia64/ucontext_i.h +++ b/sysdeps/unix/sysv/linux/ia64/ucontext_i.h @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David Mosberger-Tang . 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/sysdeps/unix/sysv/linux/ifreq.c b/sysdeps/unix/sysv/linux/ifreq.c index 4646dd710b6..45f49e9fe6a 100644 --- a/sysdeps/unix/sysv/linux/ifreq.c +++ b/sysdeps/unix/sysv/linux/ifreq.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger . 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/sysdeps/unix/sysv/linux/internal_statvfs.c b/sysdeps/unix/sysv/linux/internal_statvfs.c index 39fcb5d4299..b1b8dfefe6b 100644 --- a/sysdeps/unix/sysv/linux/internal_statvfs.c +++ b/sysdeps/unix/sysv/linux/internal_statvfs.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/unix/sysv/linux/kernel-posix-timers.h b/sysdeps/unix/sysv/linux/kernel-posix-timers.h index 9109166f298..e7d2bac740f 100644 --- a/sysdeps/unix/sysv/linux/kernel-posix-timers.h +++ b/sysdeps/unix/sysv/linux/kernel-posix-timers.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/unix/sysv/linux/lddlibc4.c b/sysdeps/unix/sysv/linux/lddlibc4.c index 642379eeb4b..92e2cc38a6f 100644 --- a/sysdeps/unix/sysv/linux/lddlibc4.c +++ b/sysdeps/unix/sysv/linux/lddlibc4.c @@ -1,7 +1,6 @@ /* Stub for ldd script to print Linux libc4 dependencies. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/unix/sysv/linux/m68k/clone.S b/sysdeps/unix/sysv/linux/m68k/clone.S index 183a9bfff8d..86ac2b3e23c 100644 --- a/sysdeps/unix/sysv/linux/m68k/clone.S +++ b/sysdeps/unix/sysv/linux/m68k/clone.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab (schwab@issan.informatik.uni-dortmund.de) 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/sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h b/sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h index 63b93b1ec3c..12286600587 100644 --- a/sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h +++ b/sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h @@ -1,6 +1,5 @@ /* Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maxim Kuvyrkov , 2010. 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/sysdeps/unix/sysv/linux/m68k/getpagesize.c b/sysdeps/unix/sysv/linux/m68k/getpagesize.c index f406214997c..56104838946 100644 --- a/sysdeps/unix/sysv/linux/m68k/getpagesize.c +++ b/sysdeps/unix/sysv/linux/m68k/getpagesize.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/unix/sysv/linux/m68k/register-dump.h b/sysdeps/unix/sysv/linux/m68k/register-dump.h index 192338e5276..9b4f2118f09 100644 --- a/sysdeps/unix/sysv/linux/m68k/register-dump.h +++ b/sysdeps/unix/sysv/linux/m68k/register-dump.h @@ -1,7 +1,6 @@ /* Dump registers. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h b/sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h index 3d5fd0aaa5f..3c96cb0fb0b 100644 --- a/sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab , 1998. 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/sysdeps/unix/sysv/linux/m68k/sysdep.h b/sysdeps/unix/sysv/linux/m68k/sysdep.h index b29986339a7..4b83d860e2e 100644 --- a/sysdeps/unix/sysv/linux/m68k/sysdep.h +++ b/sysdeps/unix/sysv/linux/m68k/sysdep.h @@ -1,7 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Written by Andreas Schwab, , - December 1995. 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/sysdeps/unix/sysv/linux/m68k/vfork.S b/sysdeps/unix/sysv/linux/m68k/vfork.S index cdc030bf3a8..eb0e7f7be35 100644 --- a/sysdeps/unix/sysv/linux/m68k/vfork.S +++ b/sysdeps/unix/sysv/linux/m68k/vfork.S @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab . 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/sysdeps/unix/sysv/linux/mips/_test_and_set.c b/sysdeps/unix/sysv/linux/mips/_test_and_set.c index bcb7f67290d..ceb751eaa81 100644 --- a/sysdeps/unix/sysv/linux/mips/_test_and_set.c +++ b/sysdeps/unix/sysv/linux/mips/_test_and_set.c @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maciej W. Rozycki , 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/sysdeps/unix/sysv/linux/mips/clone.S b/sysdeps/unix/sysv/linux/mips/clone.S index fd71b5ca2eb..64603afab44 100644 --- a/sysdeps/unix/sysv/linux/mips/clone.S +++ b/sysdeps/unix/sysv/linux/mips/clone.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ralf BĂ€chle , 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/sysdeps/unix/sysv/linux/mips/getcontext.S b/sysdeps/unix/sysv/linux/mips/getcontext.S index 608f1bce68a..c2e9f3b8ef0 100644 --- a/sysdeps/unix/sysv/linux/mips/getcontext.S +++ b/sysdeps/unix/sysv/linux/mips/getcontext.S @@ -1,7 +1,6 @@ /* Save current context. Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maciej W. Rozycki . 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/sysdeps/unix/sysv/linux/mips/makecontext.S b/sysdeps/unix/sysv/linux/mips/makecontext.S index e31522f78bc..ae064ba608e 100644 --- a/sysdeps/unix/sysv/linux/mips/makecontext.S +++ b/sysdeps/unix/sysv/linux/mips/makecontext.S @@ -1,7 +1,6 @@ /* Modify saved context. Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maciej W. Rozycki . 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/sysdeps/unix/sysv/linux/mips/readelflib.c b/sysdeps/unix/sysv/linux/mips/readelflib.c index d0e809d8933..d07e59bfa5b 100644 --- a/sysdeps/unix/sysv/linux/mips/readelflib.c +++ b/sysdeps/unix/sysv/linux/mips/readelflib.c @@ -1,9 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Alexandre Oliva - Based on work ../x86_64/readelflib.c, - contributed by Andreas Jaeger , 1999 and - Jakub Jelinek , 1999. 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/sysdeps/unix/sysv/linux/mips/register-dump.h b/sysdeps/unix/sysv/linux/mips/register-dump.h index 6f41a54cadf..9346cb5f06e 100644 --- a/sysdeps/unix/sysv/linux/mips/register-dump.h +++ b/sysdeps/unix/sysv/linux/mips/register-dump.h @@ -1,7 +1,6 @@ /* Dump registers. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by 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/sysdeps/unix/sysv/linux/mips/setcontext.S b/sysdeps/unix/sysv/linux/mips/setcontext.S index 1e7f36ea70c..e2b92e7d078 100644 --- a/sysdeps/unix/sysv/linux/mips/setcontext.S +++ b/sysdeps/unix/sysv/linux/mips/setcontext.S @@ -1,7 +1,6 @@ /* Set current context. Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maciej W. Rozycki . 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/sysdeps/unix/sysv/linux/mips/sigcontextinfo.h b/sysdeps/unix/sysv/linux/mips/sigcontextinfo.h index 9b3ce52a15b..06153370b6d 100644 --- a/sysdeps/unix/sysv/linux/mips/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/mips/sigcontextinfo.h @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by 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/sysdeps/unix/sysv/linux/mips/swapcontext.S b/sysdeps/unix/sysv/linux/mips/swapcontext.S index 3055481c450..0df34e76bd2 100644 --- a/sysdeps/unix/sysv/linux/mips/swapcontext.S +++ b/sysdeps/unix/sysv/linux/mips/swapcontext.S @@ -1,7 +1,6 @@ /* Save and set current context. Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Maciej W. Rozycki . 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/sysdeps/unix/sysv/linux/mips/ustat.c b/sysdeps/unix/sysv/linux/mips/ustat.c index c5e10a338e4..4d60846dfe0 100644 --- a/sysdeps/unix/sysv/linux/mips/ustat.c +++ b/sysdeps/unix/sysv/linux/mips/ustat.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/unix/sysv/linux/mmap64.c b/sysdeps/unix/sysv/linux/mmap64.c index 6823548521e..6192b0c8842 100644 --- a/sysdeps/unix/sysv/linux/mmap64.c +++ b/sysdeps/unix/sysv/linux/mmap64.c @@ -1,7 +1,6 @@ /* mmap - map files or devices into memory. Linux version. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 1999. 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/sysdeps/unix/sysv/linux/mq_notify.c b/sysdeps/unix/sysv/linux/mq_notify.c index eccae2e4c6c..6c1c6fff214 100644 --- a/sysdeps/unix/sysv/linux/mq_notify.c +++ b/sysdeps/unix/sysv/linux/mq_notify.c @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contribute by Ulrich Drepper , 2004. 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/sysdeps/unix/sysv/linux/msgctl.c b/sysdeps/unix/sysv/linux/msgctl.c index 9f38c06d539..760889c4c43 100644 --- a/sysdeps/unix/sysv/linux/msgctl.c +++ b/sysdeps/unix/sysv/linux/msgctl.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/msgget.c b/sysdeps/unix/sysv/linux/msgget.c index decf1376cbb..77972db5081 100644 --- a/sysdeps/unix/sysv/linux/msgget.c +++ b/sysdeps/unix/sysv/linux/msgget.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/msgrcv.c b/sysdeps/unix/sysv/linux/msgrcv.c index 6d99f055a11..563a12e123f 100644 --- a/sysdeps/unix/sysv/linux/msgrcv.c +++ b/sysdeps/unix/sysv/linux/msgrcv.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/msgsnd.c b/sysdeps/unix/sysv/linux/msgsnd.c index adf8d17e96b..d978f78df7c 100644 --- a/sysdeps/unix/sysv/linux/msgsnd.c +++ b/sysdeps/unix/sysv/linux/msgsnd.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/net/if_arp.h b/sysdeps/unix/sysv/linux/net/if_arp.h index 2a8933cde7c..0f925da4f44 100644 --- a/sysdeps/unix/sysv/linux/net/if_arp.h +++ b/sysdeps/unix/sysv/linux/net/if_arp.h @@ -1,7 +1,6 @@ /* Definitions for Address Resolution Protocol. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/unix/sysv/linux/nios2/clone.S b/sysdeps/unix/sysv/linux/nios2/clone.S index f6732dd58c0..bdef4095dc9 100644 --- a/sysdeps/unix/sysv/linux/nios2/clone.S +++ b/sysdeps/unix/sysv/linux/nios2/clone.S @@ -1,7 +1,6 @@ /* clone() implementation for Nios II. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andrew Jenner , 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/sysdeps/unix/sysv/linux/nios2/kernel_stat.h b/sysdeps/unix/sysv/linux/nios2/kernel_stat.h index 1af30dab6fb..6ca04d8ff2e 100644 --- a/sysdeps/unix/sysv/linux/nios2/kernel_stat.h +++ b/sysdeps/unix/sysv/linux/nios2/kernel_stat.h @@ -1,7 +1,6 @@ /* Internal definitions for stat functions. Linux/nios2. Copyright (C) 2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/not-cancel.h b/sysdeps/unix/sysv/linux/not-cancel.h index f06d57426a4..82798df4b4b 100644 --- a/sysdeps/unix/sysv/linux/not-cancel.h +++ b/sysdeps/unix/sysv/linux/not-cancel.h @@ -1,7 +1,6 @@ /* Uncancelable versions of cancelable interfaces. Linux/NPTL version. Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysdeps/unix/sysv/linux/nscd_setup_thread.c b/sysdeps/unix/sysv/linux/nscd_setup_thread.c index 30d1f306c29..00d3a680c23 100644 --- a/sysdeps/unix/sysv/linux/nscd_setup_thread.c +++ b/sysdeps/unix/sysv/linux/nscd_setup_thread.c @@ -1,7 +1,6 @@ /* Setup of nscd worker threads. Linux verison. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/sysdeps/unix/sysv/linux/open.c b/sysdeps/unix/sysv/linux/open.c index aa335ea41e3..88e4355039a 100644 --- a/sysdeps/unix/sysv/linux/open.c +++ b/sysdeps/unix/sysv/linux/open.c @@ -1,7 +1,6 @@ /* Linux open syscall implementation, non-LFS. Copyright (C) 2017-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/ppoll.c b/sysdeps/unix/sysv/linux/ppoll.c index 8ca133b1fa3..465dea623da 100644 --- a/sysdeps/unix/sysv/linux/ppoll.c +++ b/sysdeps/unix/sysv/linux/ppoll.c @@ -1,6 +1,5 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2006. 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/sysdeps/unix/sysv/linux/pread.c b/sysdeps/unix/sysv/linux/pread.c index ebd7f524380..d2f85584a29 100644 --- a/sysdeps/unix/sysv/linux/pread.c +++ b/sysdeps/unix/sysv/linux/pread.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/unix/sysv/linux/pread64.c b/sysdeps/unix/sysv/linux/pread64.c index 76311821088..6cff96bcde6 100644 --- a/sysdeps/unix/sysv/linux/pread64.c +++ b/sysdeps/unix/sysv/linux/pread64.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/unix/sysv/linux/pselect.c b/sysdeps/unix/sysv/linux/pselect.c index e7df6e7465c..f58c01f25a4 100644 --- a/sysdeps/unix/sysv/linux/pselect.c +++ b/sysdeps/unix/sysv/linux/pselect.c @@ -1,6 +1,5 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2006. 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/sysdeps/unix/sysv/linux/ptsname.c b/sysdeps/unix/sysv/linux/ptsname.c index 9f78ef42d80..cf98f998781 100644 --- a/sysdeps/unix/sysv/linux/ptsname.c +++ b/sysdeps/unix/sysv/linux/ptsname.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/sysdeps/unix/sysv/linux/pwrite.c b/sysdeps/unix/sysv/linux/pwrite.c index c39ee8a1639..341513ce099 100644 --- a/sysdeps/unix/sysv/linux/pwrite.c +++ b/sysdeps/unix/sysv/linux/pwrite.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/unix/sysv/linux/pwrite64.c b/sysdeps/unix/sysv/linux/pwrite64.c index f39e1238a4c..cb006a1c703 100644 --- a/sysdeps/unix/sysv/linux/pwrite64.c +++ b/sysdeps/unix/sysv/linux/pwrite64.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/unix/sysv/linux/recvmmsg.c b/sysdeps/unix/sysv/linux/recvmmsg.c index 5cd107ffa9b..c214321e94b 100644 --- a/sysdeps/unix/sysv/linux/recvmmsg.c +++ b/sysdeps/unix/sysv/linux/recvmmsg.c @@ -1,6 +1,5 @@ /* Copyright (C) 2010-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Schwab , 2010. 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/sysdeps/unix/sysv/linux/s390/bits/elfclass.h b/sysdeps/unix/sysv/linux/s390/bits/elfclass.h index c2ac7f72f34..10609d273c3 100644 --- a/sysdeps/unix/sysv/linux/s390/bits/elfclass.h +++ b/sysdeps/unix/sysv/linux/s390/bits/elfclass.h @@ -1,5 +1,4 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/dl-procinfo.h b/sysdeps/unix/sysv/linux/s390/dl-procinfo.h index 76ce33e31d3..47def4c90f4 100644 --- a/sysdeps/unix/sysv/linux/s390/dl-procinfo.h +++ b/sysdeps/unix/sysv/linux/s390/dl-procinfo.h @@ -1,7 +1,6 @@ /* Linux/s390 version of processor capability information handling macros. Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky , 2006. 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/sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c b/sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c index 0ce15a5a2af..09487c11a5a 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c @@ -1,6 +1,5 @@ /* Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . 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/sysdeps/unix/sysv/linux/s390/s390-32/clone.S b/sysdeps/unix/sysv/linux/s390/s390-32/clone.S index 08145e4156e..dbbe5a55ff7 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/clone.S +++ b/sysdeps/unix/sysv/linux/s390/s390-32/clone.S @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S b/sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S index 7cfd66b5f86..e65641ecc94 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S +++ b/sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/unix/sysv/linux/s390/s390-32/getutent.c b/sysdeps/unix/sysv/linux/s390/s390-32/getutent.c index 7774a59580a..210e875f26a 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/getutent.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/getutent.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c b/sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c index eebccece1c5..d06441f6b9e 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/getutid.c b/sysdeps/unix/sysv/linux/s390/s390-32/getutid.c index f50d633e48b..79f9d9a1065 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/getutid.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/getutid.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c b/sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c index 5039b99a94b..d648f2ef70e 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/getutline.c b/sysdeps/unix/sysv/linux/s390/s390-32/getutline.c index 32b39575b0f..7b79cb75b5e 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/getutline.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/getutline.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c b/sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c index c9238c5f603..3246dbe2d9c 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c b/sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c index 5820701f21d..bdb8f4bf3ec 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/getutmp.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c b/sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c index d91795af78f..cf27aee4f08 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/getutxent.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c b/sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c index d5d457d98d4..2a4c9aecee3 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/getutxid.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c b/sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c index ab0189f653d..eb524ecbd40 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/getutxline.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/login.c b/sysdeps/unix/sysv/linux/s390/s390-32/login.c index 62742a8a5fa..753763f3b59 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/login.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/login.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/login32.c b/sysdeps/unix/sysv/linux/s390/s390-32/login32.c index e37da4e573e..271afa0c771 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/login32.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/login32.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c b/sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c index e4e0f3a8310..bfb7460cca1 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c b/sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c index 1dfabc8f37d..40736c63356 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/pututxline.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h b/sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h index fe96d0d9d89..a4647fc9d03 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h @@ -1,6 +1,5 @@ /* Dump registers. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S b/sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S index 37aa2496adc..b0aeb57a00c 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S +++ b/sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S b/sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S index 2ab91083b05..27edb0aa458 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S +++ b/sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S @@ -1,6 +1,5 @@ /* Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/unix/sysv/linux/s390/s390-32/syscall.S b/sysdeps/unix/sysv/linux/s390/s390-32/syscall.S index 50712b649be..426563b429b 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/syscall.S +++ b/sysdeps/unix/sysv/linux/s390/s390-32/syscall.S @@ -1,5 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S b/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S index 7639f35de46..a768d6748b6 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S +++ b/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S @@ -1,5 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h b/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h index 34fb5dbf5ec..c26c228694f 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h @@ -1,5 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c b/sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c index d4aa0ce2ac0..dfe25661acd 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c b/sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c index 51cf1f5ae3d..3b95890d328 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/updwtmpx.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h b/sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h index 28632f72bd1..11c79378972 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/utmp-compat.h @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h b/sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h index 9418afb0f49..f2edd4636b7 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c b/sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c index 32496e5421b..0b3cadec5b0 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/utmp32.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h b/sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h index ad7de5c4556..a4c0d1c5c38 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h +++ b/sysdeps/unix/sysv/linux/s390/s390-32/utmpx-convert.h @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c b/sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c index ed970961bfc..8a5d56ca45b 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c +++ b/sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.c @@ -1,5 +1,4 @@ /* Copyright (C) 2008-2021 Free Software Foundation, Inc. - Contributed by Andreas Krebbel . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S b/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S index 019f535426b..5ba79c43ad4 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S +++ b/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c b/sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c index c7b2ab0e792..389ad542bbc 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c +++ b/sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c @@ -1,6 +1,5 @@ /* Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . 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/sysdeps/unix/sysv/linux/s390/s390-64/clone.S b/sysdeps/unix/sysv/linux/s390/s390-64/clone.S index 21d485e9e97..584f0d744f3 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/clone.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/clone.S @@ -1,6 +1,5 @@ /* Wrapper around clone system call. 64 bit S/390 version. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S b/sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S index 65f54e310c8..edf6265928b 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c b/sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c index 838243de69d..43b9b15c9e4 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c +++ b/sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h b/sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h index b5aa8dce5e6..1c9ca2e300a 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h +++ b/sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h @@ -1,6 +1,5 @@ /* Dump registers. 64 bit S/390 version. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S b/sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S index f2603a0d435..ad7ee0f6628 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S b/sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S index 85e0242ecf4..66090e80d18 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S @@ -1,6 +1,5 @@ /* Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). 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/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S b/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S index 2323225f3ca..4368cb14d85 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/syscall.S @@ -1,5 +1,4 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S index 0ae81bacf20..9fe8d00eb89 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S @@ -1,5 +1,4 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h index cbf2553cd89..713d8fffa37 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h +++ b/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h @@ -1,6 +1,5 @@ /* Assembler macros for 64 bit S/390. Copyright (C) 2001-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S b/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S index 2b2322b9643..342dc2f923f 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S +++ b/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/sysdeps/unix/sysv/linux/s390/sigcontextinfo.h b/sysdeps/unix/sysv/linux/s390/sigcontextinfo.h index 5fc42386197..cf996cc15e5 100644 --- a/sysdeps/unix/sysv/linux/s390/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/s390/sigcontextinfo.h @@ -1,5 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Martin Schwidefsky (schwidefsky@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/sys/ptrace.h b/sysdeps/unix/sysv/linux/s390/sys/ptrace.h index 3ddd2e42678..6951a392836 100644 --- a/sysdeps/unix/sysv/linux/s390/sys/ptrace.h +++ b/sysdeps/unix/sysv/linux/s390/sys/ptrace.h @@ -1,6 +1,5 @@ /* `ptrace' debugger support interface. Linux/S390 version. Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/s390/sys/ucontext.h b/sysdeps/unix/sysv/linux/s390/sys/ucontext.h index d81bf40f3e3..1fb8cb9b76b 100644 --- a/sysdeps/unix/sysv/linux/s390/sys/ucontext.h +++ b/sysdeps/unix/sysv/linux/s390/sys/ucontext.h @@ -1,5 +1,4 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com). This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/unix/sysv/linux/semctl.c b/sysdeps/unix/sysv/linux/semctl.c index bb2690d30f8..95e9f0910a3 100644 --- a/sysdeps/unix/sysv/linux/semctl.c +++ b/sysdeps/unix/sysv/linux/semctl.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/semget.c b/sysdeps/unix/sysv/linux/semget.c index 1187a56540d..1e6bc65ed45 100644 --- a/sysdeps/unix/sysv/linux/semget.c +++ b/sysdeps/unix/sysv/linux/semget.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/semop.c b/sysdeps/unix/sysv/linux/semop.c index 9f863886c0c..52460db0807 100644 --- a/sysdeps/unix/sysv/linux/semop.c +++ b/sysdeps/unix/sysv/linux/semop.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/semtimedop.c b/sysdeps/unix/sysv/linux/semtimedop.c index d4fea4e55a5..43577535ef2 100644 --- a/sysdeps/unix/sysv/linux/semtimedop.c +++ b/sysdeps/unix/sysv/linux/semtimedop.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/sendmmsg.c b/sysdeps/unix/sysv/linux/sendmmsg.c index 10aaff4d1f1..d75adbf30e5 100644 --- a/sysdeps/unix/sysv/linux/sendmmsg.c +++ b/sysdeps/unix/sysv/linux/sendmmsg.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/unix/sysv/linux/setipv4sourcefilter.c b/sysdeps/unix/sysv/linux/setipv4sourcefilter.c index e452bcbfffa..a143473666b 100644 --- a/sysdeps/unix/sysv/linux/setipv4sourcefilter.c +++ b/sysdeps/unix/sysv/linux/setipv4sourcefilter.c @@ -1,7 +1,6 @@ /* Set IPv4 source filter. Linux version. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/unix/sysv/linux/setsourcefilter.c b/sysdeps/unix/sysv/linux/setsourcefilter.c index 92150952f47..d45e6597060 100644 --- a/sysdeps/unix/sysv/linux/setsourcefilter.c +++ b/sysdeps/unix/sysv/linux/setsourcefilter.c @@ -1,7 +1,6 @@ /* Set source filter. Linux version. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/sysdeps/unix/sysv/linux/sh/sigcontextinfo.h b/sysdeps/unix/sysv/linux/sh/sigcontextinfo.h index 0ca726d4ca4..d36403117b8 100644 --- a/sysdeps/unix/sysv/linux/sh/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/sh/sigcontextinfo.h @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell , 1999. 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/sysdeps/unix/sysv/linux/sh/sysdep.h b/sysdeps/unix/sysv/linux/sh/sysdep.h index 97aa92dfa24..3eafbb00556 100644 --- a/sysdeps/unix/sysv/linux/sh/sysdep.h +++ b/sysdeps/unix/sysv/linux/sh/sysdep.h @@ -1,7 +1,5 @@ /* Copyright (C) 1992-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, , August 1995. - Changed by Kaz Kojima, . 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/sysdeps/unix/sysv/linux/shmat.c b/sysdeps/unix/sysv/linux/shmat.c index 810084e7a5c..268d2a392a6 100644 --- a/sysdeps/unix/sysv/linux/shmat.c +++ b/sysdeps/unix/sysv/linux/shmat.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/shmctl.c b/sysdeps/unix/sysv/linux/shmctl.c index f52018bfae4..7582c289853 100644 --- a/sysdeps/unix/sysv/linux/shmctl.c +++ b/sysdeps/unix/sysv/linux/shmctl.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/shmdt.c b/sysdeps/unix/sysv/linux/shmdt.c index e9cc8968660..7176fe358d9 100644 --- a/sysdeps/unix/sysv/linux/shmdt.c +++ b/sysdeps/unix/sysv/linux/shmdt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/shmget.c b/sysdeps/unix/sysv/linux/shmget.c index faedfebc814..3f0cd54fd49 100644 --- a/sysdeps/unix/sysv/linux/shmget.c +++ b/sysdeps/unix/sysv/linux/shmget.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysdeps/unix/sysv/linux/sigset-cvt-mask.h b/sysdeps/unix/sysv/linux/sigset-cvt-mask.h index 7ba2254e40b..fb8e2e52a54 100644 --- a/sysdeps/unix/sysv/linux/sigset-cvt-mask.h +++ b/sysdeps/unix/sysv/linux/sigset-cvt-mask.h @@ -2,7 +2,6 @@ Linux version. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Joe Keane . 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/sysdeps/unix/sysv/linux/sigstack.c b/sysdeps/unix/sysv/linux/sigstack.c index 8225b17ba12..c2d3e3f95df 100644 --- a/sysdeps/unix/sysv/linux/sigstack.c +++ b/sysdeps/unix/sysv/linux/sigstack.c @@ -1,7 +1,6 @@ /* Emulate sigstack function using sigaltstack. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/unix/sysv/linux/sparc/readelflib.c b/sysdeps/unix/sysv/linux/sparc/readelflib.c index bbfc81337a5..22433b2a349 100644 --- a/sysdeps/unix/sysv/linux/sparc/readelflib.c +++ b/sysdeps/unix/sysv/linux/sparc/readelflib.c @@ -1,7 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999 and - Jakub Jelinek , 1999. 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/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S b/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S index cb89333739f..8d8ee438490 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S @@ -1,6 +1,5 @@ /* Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@tamu.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/sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S b/sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S index 693b8399bfe..46ba7d5c471 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/getcontext.S @@ -1,7 +1,6 @@ /* Save current context. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 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/sysdeps/unix/sysv/linux/sparc/sparc32/libc_sigaction.c b/sysdeps/unix/sysv/linux/sparc/sparc32/libc_sigaction.c index 09a052fc055..1cd73c87b9b 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/libc_sigaction.c +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/libc_sigaction.c @@ -1,7 +1,6 @@ /* POSIX.1 sigaction call for Linux/SPARC. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Miguel de Icaza , 1997. 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/sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c b/sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c index 3635ad48943..50305e80fe2 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c @@ -1,7 +1,6 @@ /* Create new context. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 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/sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S b/sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S index 39a815b6f03..0fa155fa611 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Miguel de Icaza , 1997. 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/sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h b/sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h index 9bb75b680af..23a2d50a95b 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h @@ -1,7 +1,6 @@ /* Dump registers. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 1999. 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/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S b/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S index 2362f14d5bb..e803a63e448 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/setcontext.S @@ -1,7 +1,6 @@ /* Install given context. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 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/sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h b/sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h index ca9c9ccea9d..4d7cec1f29d 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 1999. 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/sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S b/sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S index 1db30c5b566..eef3ec20118 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/swapcontext.S @@ -1,7 +1,6 @@ /* Save current context and install the given one. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by David S. Miller , 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/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h b/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h index 7cbfdada635..4e50e506f3f 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Miguel de Icaza , January 1997. 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/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S b/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S index 0f5633836dd..bc087e89a60 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S b/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S index e4fc3c35a8c..e6221a2fb17 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@tamu.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/sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S b/sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S index 092c6deee6c..e921bcbb63c 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@tamu.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/sysdeps/unix/sysv/linux/sparc/sparc64/libc_sigaction.c b/sysdeps/unix/sysv/linux/sparc/sparc64/libc_sigaction.c index 6cfcf0a4cb8..4ba04a3242e 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/libc_sigaction.c +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/libc_sigaction.c @@ -1,8 +1,6 @@ /* POSIX.1 sigaction call for Linux/SPARC64. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Miguel de Icaza and - Jakub Jelinek . 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/sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S b/sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S index 0aaad78abe2..a1068fb52ef 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@tamu.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/sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c b/sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c index 26d5466af67..449a3b4f6ce 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . 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/sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S b/sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S index a0a95816042..da6ea717294 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Miguel de Icaza , 1997. 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/sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h b/sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h index f86686dd59d..13dcdc33ed5 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h @@ -1,7 +1,6 @@ /* Dump registers. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 1999. 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/sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S b/sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S index e316fd296f0..1bedc28a885 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/setcontext.S @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@tamu.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/sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S b/sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S index 676e8c3ba24..d93e12f91c0 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson (rth@tamu.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/sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h b/sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h index 63378da26b8..9f8cfbf4ae6 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/sigcontextinfo.h @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 1999. 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/sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c b/sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c index 53248e6156e..41995fdf4f5 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/swapcontext.c @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . 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/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h b/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h index 5aa80e32bf9..693c8a8b46a 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Richard Henderson , 1997. 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/sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h b/sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h index 25db67169d1..801faa31edb 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/ucontext_i.h @@ -1,6 +1,5 @@ /* Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek . 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/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S b/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S index 3306be7db0e..272ba632911 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S @@ -1,6 +1,5 @@ /* Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2004. 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/sysdeps/unix/sysv/linux/sparc/sysdep.h b/sysdeps/unix/sysv/linux/sparc/sysdep.h index 0c55902178c..8ff5b24eb1c 100644 --- a/sysdeps/unix/sysv/linux/sparc/sysdep.h +++ b/sysdeps/unix/sysv/linux/sparc/sysdep.h @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 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/sysdeps/unix/sysv/linux/statfs.c b/sysdeps/unix/sysv/linux/statfs.c index ee248b42120..394407e6582 100644 --- a/sysdeps/unix/sysv/linux/statfs.c +++ b/sysdeps/unix/sysv/linux/statfs.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/statvfs.c b/sysdeps/unix/sysv/linux/statvfs.c index 210242b9a08..e295803f1a0 100644 --- a/sysdeps/unix/sysv/linux/statvfs.c +++ b/sysdeps/unix/sysv/linux/statvfs.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/sysdeps/unix/sysv/linux/timer_create.c b/sysdeps/unix/sysv/linux/timer_create.c index fb904a86e34..1406d19feb5 100644 --- a/sysdeps/unix/sysv/linux/timer_create.c +++ b/sysdeps/unix/sysv/linux/timer_create.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/unix/sysv/linux/timer_delete.c b/sysdeps/unix/sysv/linux/timer_delete.c index c068ca4c413..32d26bf34da 100644 --- a/sysdeps/unix/sysv/linux/timer_delete.c +++ b/sysdeps/unix/sysv/linux/timer_delete.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/unix/sysv/linux/timer_getoverr.c b/sysdeps/unix/sysv/linux/timer_getoverr.c index 18467c4059b..5c92e0eb6de 100644 --- a/sysdeps/unix/sysv/linux/timer_getoverr.c +++ b/sysdeps/unix/sysv/linux/timer_getoverr.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/unix/sysv/linux/timer_gettime.c b/sysdeps/unix/sysv/linux/timer_gettime.c index a0537060c8d..c1209714bb1 100644 --- a/sysdeps/unix/sysv/linux/timer_gettime.c +++ b/sysdeps/unix/sysv/linux/timer_gettime.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/unix/sysv/linux/timer_routines.c b/sysdeps/unix/sysv/linux/timer_routines.c index 02bad0384e3..67a49f19a7b 100644 --- a/sysdeps/unix/sysv/linux/timer_routines.c +++ b/sysdeps/unix/sysv/linux/timer_routines.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/unix/sysv/linux/timer_settime.c b/sysdeps/unix/sysv/linux/timer_settime.c index 8884abfdc64..24706e45d84 100644 --- a/sysdeps/unix/sysv/linux/timer_settime.c +++ b/sysdeps/unix/sysv/linux/timer_settime.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/sysdeps/unix/sysv/linux/umount.c b/sysdeps/unix/sysv/linux/umount.c index 3d72207a64d..010cebf1621 100644 --- a/sysdeps/unix/sysv/linux/umount.c +++ b/sysdeps/unix/sysv/linux/umount.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Chris Metcalf , 2011. 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/sysdeps/unix/sysv/linux/unlockpt.c b/sysdeps/unix/sysv/linux/unlockpt.c index ae5148afe76..7a2055a31ab 100644 --- a/sysdeps/unix/sysv/linux/unlockpt.c +++ b/sysdeps/unix/sysv/linux/unlockpt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. 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/sysdeps/unix/sysv/linux/updwtmp.c b/sysdeps/unix/sysv/linux/updwtmp.c index 93d72e75a6f..ff23e24b5a2 100644 --- a/sysdeps/unix/sysv/linux/updwtmp.c +++ b/sysdeps/unix/sysv/linux/updwtmp.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/sysdeps/unix/sysv/linux/ustat.c b/sysdeps/unix/sysv/linux/ustat.c index df6673a716b..0f167957798 100644 --- a/sysdeps/unix/sysv/linux/ustat.c +++ b/sysdeps/unix/sysv/linux/ustat.c @@ -1,7 +1,6 @@ /* Get filesystem statistics (deprecated). Linux version. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/unix/sysv/linux/utmp_file.c b/sysdeps/unix/sysv/linux/utmp_file.c index 78d10db8c8b..e5adcec6d04 100644 --- a/sysdeps/unix/sysv/linux/utmp_file.c +++ b/sysdeps/unix/sysv/linux/utmp_file.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1998. 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/sysdeps/unix/sysv/linux/x86/readelflib.c b/sysdeps/unix/sysv/linux/x86/readelflib.c index 4a9bcc82cb7..b10871d9bab 100644 --- a/sysdeps/unix/sysv/linux/x86/readelflib.c +++ b/sysdeps/unix/sysv/linux/x86/readelflib.c @@ -1,7 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1999 and - Jakub Jelinek , 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/sysdeps/unix/sysv/linux/x86_64/__start_context.S b/sysdeps/unix/sysv/linux/x86_64/__start_context.S index 49381e369e9..af6b971cecb 100644 --- a/sysdeps/unix/sysv/linux/x86_64/__start_context.S +++ b/sysdeps/unix/sysv/linux/x86_64/__start_context.S @@ -1,6 +1,5 @@ /* Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/unix/sysv/linux/x86_64/getcontext.S b/sysdeps/unix/sysv/linux/x86_64/getcontext.S index 5ca779b15b7..9bee1d73d40 100644 --- a/sysdeps/unix/sysv/linux/x86_64/getcontext.S +++ b/sysdeps/unix/sysv/linux/x86_64/getcontext.S @@ -1,7 +1,6 @@ /* Save current context. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/unix/sysv/linux/x86_64/makecontext.c b/sysdeps/unix/sysv/linux/x86_64/makecontext.c index ceb5c02bad4..c148f38e965 100644 --- a/sysdeps/unix/sysv/linux/x86_64/makecontext.c +++ b/sysdeps/unix/sysv/linux/x86_64/makecontext.c @@ -1,7 +1,6 @@ /* Create new context. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/unix/sysv/linux/x86_64/setcontext.S b/sysdeps/unix/sysv/linux/x86_64/setcontext.S index 2330bd2698b..b071fd9fd05 100644 --- a/sysdeps/unix/sysv/linux/x86_64/setcontext.S +++ b/sysdeps/unix/sysv/linux/x86_64/setcontext.S @@ -1,7 +1,6 @@ /* Install given context. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/unix/sysv/linux/x86_64/swapcontext.S b/sysdeps/unix/sysv/linux/x86_64/swapcontext.S index dbc1a3a840d..50e1c5ae391 100644 --- a/sysdeps/unix/sysv/linux/x86_64/swapcontext.S +++ b/sysdeps/unix/sysv/linux/x86_64/swapcontext.S @@ -1,7 +1,6 @@ /* Save current context and install the given one. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/wordsize-64/tst-writev.c b/sysdeps/wordsize-64/tst-writev.c index 434789a8d63..e4d544b8fb7 100644 --- a/sysdeps/wordsize-64/tst-writev.c +++ b/sysdeps/wordsize-64/tst-writev.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ryan S. Arnold , 2011. 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/sysdeps/x86/fpu/s_fpclassifyl.c b/sysdeps/x86/fpu/s_fpclassifyl.c index a4930096c14..98a3cac1966 100644 --- a/sysdeps/x86/fpu/s_fpclassifyl.c +++ b/sysdeps/x86/fpu/s_fpclassifyl.c @@ -1,7 +1,6 @@ /* Return classification value corresponding to argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/x86/fpu/s_isnanl.c b/sysdeps/x86/fpu/s_isnanl.c index 45541df08ac..41484bf6544 100644 --- a/sysdeps/x86/fpu/s_isnanl.c +++ b/sysdeps/x86/fpu/s_isnanl.c @@ -1,6 +1,4 @@ /* s_isnanl.c -- long double version for i387 of s_isnan.c. - * Conversion to long double by Ulrich Drepper, - * Cygnus Support, drepper@cygnus.com. */ /* diff --git a/sysdeps/x86/fpu_control.h b/sysdeps/x86/fpu_control.h index 8081d7072fa..094161ed5a5 100644 --- a/sysdeps/x86/fpu_control.h +++ b/sysdeps/x86/fpu_control.h @@ -1,7 +1,6 @@ /* FPU control word bits. x86 version. Copyright (C) 1993-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Olaf Flebbe. 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/sysdeps/x86/nptl/pthreaddef.h b/sysdeps/x86/nptl/pthreaddef.h index 6ff7d601ebe..ff353808ff6 100644 --- a/sysdeps/x86/nptl/pthreaddef.h +++ b/sysdeps/x86/nptl/pthreaddef.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 , 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/sysdeps/x86_64/_mcount.S b/sysdeps/x86_64/_mcount.S index a40a3dc41f3..1757b34632a 100644 --- a/sysdeps/x86_64/_mcount.S +++ b/sysdeps/x86_64/_mcount.S @@ -1,6 +1,5 @@ /* Machine-specific calling sequence for `mcount' profiling function. x86-64 version. Copyright (C) 2002-2021 Free Software Foundation, Inc. - Contributed by Andreas Jaeger . This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/dl-machine.h b/sysdeps/x86_64/dl-machine.h index ceee50734ef..b3ed4dd4673 100644 --- a/sysdeps/x86_64/dl-machine.h +++ b/sysdeps/x86_64/dl-machine.h @@ -1,7 +1,6 @@ /* Machine-dependent ELF dynamic relocation inline functions. x86-64 version. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger . 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/sysdeps/x86_64/ffs.c b/sysdeps/x86_64/ffs.c index 8cd6267fd6c..f2cd431987c 100644 --- a/sysdeps/x86_64/ffs.c +++ b/sysdeps/x86_64/ffs.c @@ -2,7 +2,6 @@ For AMD x86-64. This file is part of the GNU C Library. Copyright (C) 1991-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper . 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/sysdeps/x86_64/ffsll.c b/sysdeps/x86_64/ffsll.c index 2201a7aacd2..23fd9c1e90a 100644 --- a/sysdeps/x86_64/ffsll.c +++ b/sysdeps/x86_64/ffsll.c @@ -2,7 +2,6 @@ For AMD x86-64. This file is part of the GNU C Library. Copyright (C) 1991-2021 Free Software Foundation, Inc. - Contributed by Ulrich Drepper . 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/sysdeps/x86_64/fpu/e_exp2l.S b/sysdeps/x86_64/fpu/e_exp2l.S index f16760840b2..1b664473d8f 100644 --- a/sysdeps/x86_64/fpu/e_exp2l.S +++ b/sysdeps/x86_64/fpu/e_exp2l.S @@ -1,7 +1,4 @@ /* - * Written by J.T. Conklin . - * Adapted for exp2 by Ulrich Drepper . - * Adapted for x86-64 by Andreas Jaeger . * Public domain. */ diff --git a/sysdeps/x86_64/fpu/e_expl.S b/sysdeps/x86_64/fpu/e_expl.S index 9835ac2a3bb..203b1ed2c5d 100644 --- a/sysdeps/x86_64/fpu/e_expl.S +++ b/sysdeps/x86_64/fpu/e_expl.S @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . */ /* diff --git a/sysdeps/x86_64/fpu/e_fmodl.S b/sysdeps/x86_64/fpu/e_fmodl.S index a06ad6833bc..d754668bce5 100644 --- a/sysdeps/x86_64/fpu/e_fmodl.S +++ b/sysdeps/x86_64/fpu/e_fmodl.S @@ -1,9 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . - * Adapted for x86-64 by Andreas Jaeger . */ #include diff --git a/sysdeps/x86_64/fpu/e_ilogbl.S b/sysdeps/x86_64/fpu/e_ilogbl.S index ae6c0fe6f92..174647344dd 100644 --- a/sysdeps/x86_64/fpu/e_ilogbl.S +++ b/sysdeps/x86_64/fpu/e_ilogbl.S @@ -1,7 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper - * Adapted for x86-64 by Andreas Jaeger . * Public domain. */ diff --git a/sysdeps/x86_64/fpu/e_log10l.S b/sysdeps/x86_64/fpu/e_log10l.S index 552bc00ad09..cebde827150 100644 --- a/sysdeps/x86_64/fpu/e_log10l.S +++ b/sysdeps/x86_64/fpu/e_log10l.S @@ -1,11 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . - * - * Changed to use fyl2xp1 for values near 1, . - * Adapted for x86-64 by Andreas Jaeger . */ #include diff --git a/sysdeps/x86_64/fpu/e_log2l.S b/sysdeps/x86_64/fpu/e_log2l.S index 1459cef3d7c..dd3d9cb86aa 100644 --- a/sysdeps/x86_64/fpu/e_log2l.S +++ b/sysdeps/x86_64/fpu/e_log2l.S @@ -1,10 +1,6 @@ /* - * Written by J.T. Conklin . - * Adapted for use as log2 by Ulrich Drepper . * Public domain. * - * Changed to use fyl2xp1 for values near 1, . - * Adapted for x86-64 by Andreas Jaeger . */ #include diff --git a/sysdeps/x86_64/fpu/e_logl.S b/sysdeps/x86_64/fpu/e_logl.S index 37cd5b6ae95..126f6c53325 100644 --- a/sysdeps/x86_64/fpu/e_logl.S +++ b/sysdeps/x86_64/fpu/e_logl.S @@ -1,9 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . - * Adapted for x86-64 by Andreas Jaeger . */ #include diff --git a/sysdeps/x86_64/fpu/e_powl.S b/sysdeps/x86_64/fpu/e_powl.S index ca3306c02d2..2a404eb3f85 100644 --- a/sysdeps/x86_64/fpu/e_powl.S +++ b/sysdeps/x86_64/fpu/e_powl.S @@ -1,7 +1,6 @@ /* ix87 specific implementation of pow function. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/sysdeps/x86_64/fpu/e_remainderl.S b/sysdeps/x86_64/fpu/e_remainderl.S index 994bfb3e80d..c957f988977 100644 --- a/sysdeps/x86_64/fpu/e_remainderl.S +++ b/sysdeps/x86_64/fpu/e_remainderl.S @@ -1,9 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . - * Adapted for x86-64 by Andreas Jaeger . */ #include diff --git a/sysdeps/x86_64/fpu/e_scalbl.S b/sysdeps/x86_64/fpu/e_scalbl.S index c13cba4b13f..1b1b5cca266 100644 --- a/sysdeps/x86_64/fpu/e_scalbl.S +++ b/sysdeps/x86_64/fpu/e_scalbl.S @@ -1,11 +1,5 @@ /* - * Written by J.T. Conklin . * Public domain. - * - * Adapted for `long double' by Ulrich Drepper . - * Adapted for x86-64 by Andreas Jaeger - * - * Correct handling of y==-inf */ #include diff --git a/sysdeps/x86_64/fpu/fedisblxcpt.c b/sysdeps/x86_64/fpu/fedisblxcpt.c index 4a95c42497f..0deab0f13cb 100644 --- a/sysdeps/x86_64/fpu/fedisblxcpt.c +++ b/sysdeps/x86_64/fpu/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/fpu/feenablxcpt.c b/sysdeps/x86_64/fpu/feenablxcpt.c index cb12b15f8cc..8e109106c57 100644 --- a/sysdeps/x86_64/fpu/feenablxcpt.c +++ b/sysdeps/x86_64/fpu/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/fpu/fegetexcept.c b/sysdeps/x86_64/fpu/fegetexcept.c index 99149068832..360aed3b404 100644 --- a/sysdeps/x86_64/fpu/fegetexcept.c +++ b/sysdeps/x86_64/fpu/fegetexcept.c @@ -1,7 +1,6 @@ /* Get enabled floating-point exceptions. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/fpu/fegetround.c b/sysdeps/x86_64/fpu/fegetround.c index 0039987696f..c67161bec0d 100644 --- a/sysdeps/x86_64/fpu/fegetround.c +++ b/sysdeps/x86_64/fpu/fegetround.c @@ -1,7 +1,6 @@ /* Return current rounding direction. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/x86_64/fpu/feupdateenv.c b/sysdeps/x86_64/fpu/feupdateenv.c index e9b9fa9f785..9afcb1dd22c 100644 --- a/sysdeps/x86_64/fpu/feupdateenv.c +++ b/sysdeps/x86_64/fpu/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S b/sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S index 41bdccfcdfa..84734337aa4 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S +++ b/sysdeps/x86_64/fpu/multiarch/s_ceil-sse4_1.S @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S b/sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S index fae7d7893b4..d4b12a07651 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S +++ b/sysdeps/x86_64/fpu/multiarch/s_ceilf-sse4_1.S @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S b/sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S index 4e8ec26da6e..5c42b3cc377 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S +++ b/sysdeps/x86_64/fpu/multiarch/s_floor-sse4_1.S @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S b/sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S index 5d4151f64b7..d9d1b321b1f 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S +++ b/sysdeps/x86_64/fpu/multiarch/s_floorf-sse4_1.S @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/x86_64/fpu/multiarch/s_fma.c b/sysdeps/x86_64/fpu/multiarch/s_fma.c index 91e9f76b496..8ebf72103f7 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_fma.c +++ b/sysdeps/x86_64/fpu/multiarch/s_fma.c @@ -1,6 +1,5 @@ /* FMA version of fma. Copyright (C) 2009-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S b/sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S index 7844f8858b8..3e9da46b796 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S +++ b/sysdeps/x86_64/fpu/multiarch/s_nearbyint-sse4_1.S @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S b/sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S index 710c2d227de..18d811cd005 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S +++ b/sysdeps/x86_64/fpu/multiarch/s_nearbyintf-sse4_1.S @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S b/sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S index eb749fe79be..4ecf380833e 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S +++ b/sysdeps/x86_64/fpu/multiarch/s_rint-sse4_1.S @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S b/sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S index f841d413568..8e71200a132 100644 --- a/sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S +++ b/sysdeps/x86_64/fpu/multiarch/s_rintf-sse4_1.S @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/sysdeps/x86_64/fpu/s_ceill.S b/sysdeps/x86_64/fpu/s_ceill.S index 8f2bd351f6a..16dbecd56dd 100644 --- a/sysdeps/x86_64/fpu/s_ceill.S +++ b/sysdeps/x86_64/fpu/s_ceill.S @@ -1,7 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper - * Changes for x86-64 by Andreas Jaeger * Public domain. */ diff --git a/sysdeps/x86_64/fpu/s_copysign.S b/sysdeps/x86_64/fpu/s_copysign.S index d3e48c6ea03..eb7d0ad3094 100644 --- a/sysdeps/x86_64/fpu/s_copysign.S +++ b/sysdeps/x86_64/fpu/s_copysign.S @@ -1,7 +1,6 @@ /* copy sign, double version. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/fpu/s_copysignf.S b/sysdeps/x86_64/fpu/s_copysignf.S index 6e83826751a..eacff21f17e 100644 --- a/sysdeps/x86_64/fpu/s_copysignf.S +++ b/sysdeps/x86_64/fpu/s_copysignf.S @@ -1,7 +1,6 @@ /* copy sign, double version. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/fpu/s_copysignl.S b/sysdeps/x86_64/fpu/s_copysignl.S index 8616205d381..3ec388a6efd 100644 --- a/sysdeps/x86_64/fpu/s_copysignl.S +++ b/sysdeps/x86_64/fpu/s_copysignl.S @@ -1,7 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper . - * Adopted for x86-64 by Andreas Jaeger . * Public domain. */ diff --git a/sysdeps/x86_64/fpu/s_finitel.S b/sysdeps/x86_64/fpu/s_finitel.S index 9e497969019..12b31043744 100644 --- a/sysdeps/x86_64/fpu/s_finitel.S +++ b/sysdeps/x86_64/fpu/s_finitel.S @@ -1,7 +1,3 @@ -/* - * Written by Joe Keane . - * Adopted for x86-64 by Andreas Jaeger . - */ #include diff --git a/sysdeps/x86_64/fpu/s_floorl.S b/sysdeps/x86_64/fpu/s_floorl.S index 75f82556488..b74d1a4d6b6 100644 --- a/sysdeps/x86_64/fpu/s_floorl.S +++ b/sysdeps/x86_64/fpu/s_floorl.S @@ -1,7 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper - * Changes for x86-64 by Andreas Jaeger =09 * Public domain. */ diff --git a/sysdeps/x86_64/fpu/s_fmax.S b/sysdeps/x86_64/fpu/s_fmax.S index eb4c6fb47cc..bb19b027a1b 100644 --- a/sysdeps/x86_64/fpu/s_fmax.S +++ b/sysdeps/x86_64/fpu/s_fmax.S @@ -1,7 +1,6 @@ /* Compute maximum of two numbers, regarding NaN as missing argument. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/fpu/s_fmaxf.S b/sysdeps/x86_64/fpu/s_fmaxf.S index 754e3dea233..315860e8233 100644 --- a/sysdeps/x86_64/fpu/s_fmaxf.S +++ b/sysdeps/x86_64/fpu/s_fmaxf.S @@ -1,7 +1,6 @@ /* Compute maximum of two numbers, regarding NaN as missing argument. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/fpu/s_fmaxl.S b/sysdeps/x86_64/fpu/s_fmaxl.S index 4a15a08ab7c..689f5442658 100644 --- a/sysdeps/x86_64/fpu/s_fmaxl.S +++ b/sysdeps/x86_64/fpu/s_fmaxl.S @@ -1,7 +1,6 @@ /* Compute maximum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/x86_64/fpu/s_fmin.S b/sysdeps/x86_64/fpu/s_fmin.S index 46c6b7fb14d..c178eeee977 100644 --- a/sysdeps/x86_64/fpu/s_fmin.S +++ b/sysdeps/x86_64/fpu/s_fmin.S @@ -1,7 +1,6 @@ /* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/fpu/s_fminf.S b/sysdeps/x86_64/fpu/s_fminf.S index f4d083f3640..df0559fc079 100644 --- a/sysdeps/x86_64/fpu/s_fminf.S +++ b/sysdeps/x86_64/fpu/s_fminf.S @@ -1,7 +1,6 @@ /* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/fpu/s_fminl.S b/sysdeps/x86_64/fpu/s_fminl.S index 264380652c0..66716ac86a6 100644 --- a/sysdeps/x86_64/fpu/s_fminl.S +++ b/sysdeps/x86_64/fpu/s_fminl.S @@ -1,7 +1,6 @@ /* Compute minimum of two numbers, regarding NaN as missing argument. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/x86_64/fpu/s_llrint.S b/sysdeps/x86_64/fpu/s_llrint.S index 9855bdf1b2f..59c5130c37d 100644 --- a/sysdeps/x86_64/fpu/s_llrint.S +++ b/sysdeps/x86_64/fpu/s_llrint.S @@ -2,7 +2,6 @@ direction. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/fpu/s_llrintf.S b/sysdeps/x86_64/fpu/s_llrintf.S index 8c7739556b3..655db756962 100644 --- a/sysdeps/x86_64/fpu/s_llrintf.S +++ b/sysdeps/x86_64/fpu/s_llrintf.S @@ -2,7 +2,6 @@ direction. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/fpu/s_log1pl.S b/sysdeps/x86_64/fpu/s_log1pl.S index 947e5e45521..8219f6fbcc5 100644 --- a/sysdeps/x86_64/fpu/s_log1pl.S +++ b/sysdeps/x86_64/fpu/s_log1pl.S @@ -1,9 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. * - * Adapted for `long double' by Ulrich Drepper . - * Adapted for x86-64 by Andreas Jaeger . */ #include diff --git a/sysdeps/x86_64/fpu/s_nearbyintl.S b/sysdeps/x86_64/fpu/s_nearbyintl.S index 80508bdbee1..fae4dac3e5f 100644 --- a/sysdeps/x86_64/fpu/s_nearbyintl.S +++ b/sysdeps/x86_64/fpu/s_nearbyintl.S @@ -1,8 +1,6 @@ /* - * Written by J.T. Conklin . * Public domain. */ -/* Adapted for use as nearbyint by Ulrich Drepper . */ #include #include diff --git a/sysdeps/x86_64/fpu/s_scalbnl.S b/sysdeps/x86_64/fpu/s_scalbnl.S index 6c7683c32b1..cfb58cfb92a 100644 --- a/sysdeps/x86_64/fpu/s_scalbnl.S +++ b/sysdeps/x86_64/fpu/s_scalbnl.S @@ -1,7 +1,4 @@ /* - * Written by J.T. Conklin . - * Changes for long double by Ulrich Drepper - * Changes for x86-64 by Andreas Jaeger =09 * Public domain. */ diff --git a/sysdeps/x86_64/fpu/s_signbit.S b/sysdeps/x86_64/fpu/s_signbit.S index bd219bc8f1e..e6d25ea28b2 100644 --- a/sysdeps/x86_64/fpu/s_signbit.S +++ b/sysdeps/x86_64/fpu/s_signbit.S @@ -1,7 +1,6 @@ /* Return nonzero value if number is negative. Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2009. 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/sysdeps/x86_64/fpu/s_signbitf.S b/sysdeps/x86_64/fpu/s_signbitf.S index 96f3cb729fe..e33663d4338 100644 --- a/sysdeps/x86_64/fpu/s_signbitf.S +++ b/sysdeps/x86_64/fpu/s_signbitf.S @@ -1,7 +1,6 @@ /* Return nonzero value if number is negative. Copyright (C) 2009-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2009. 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/sysdeps/x86_64/fpu/s_truncl.S b/sysdeps/x86_64/fpu/s_truncl.S index a750b3c8fbc..71f56a44352 100644 --- a/sysdeps/x86_64/fpu/s_truncl.S +++ b/sysdeps/x86_64/fpu/s_truncl.S @@ -1,7 +1,6 @@ /* Truncate long double value. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/sysdeps/x86_64/jmpbuf-unwind.h b/sysdeps/x86_64/jmpbuf-unwind.h index 89681e33be9..d22672cfc01 100644 --- a/sysdeps/x86_64/jmpbuf-unwind.h +++ b/sysdeps/x86_64/jmpbuf-unwind.h @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Jakub Jelinek , 2003. 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/sysdeps/x86_64/machine-gmon.h b/sysdeps/x86_64/machine-gmon.h index 9b88e48e6cd..25a6a8e4c60 100644 --- a/sysdeps/x86_64/machine-gmon.h +++ b/sysdeps/x86_64/machine-gmon.h @@ -1,7 +1,6 @@ /* x86-64-specific implementation of profiling support. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/memchr.S b/sysdeps/x86_64/memchr.S index 3ddc4655cfe..8035bb9cd7c 100644 --- a/sysdeps/x86_64/memchr.S +++ b/sysdeps/x86_64/memchr.S @@ -1,5 +1,4 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/memcmp.S b/sysdeps/x86_64/memcmp.S index a9266494635..870e15c5a08 100644 --- a/sysdeps/x86_64/memcmp.S +++ b/sysdeps/x86_64/memcmp.S @@ -1,6 +1,5 @@ /* memcmp with SSE2 Copyright (C) 2009-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/memrchr.S b/sysdeps/x86_64/memrchr.S index cc2001167d7..59b61010a5f 100644 --- a/sysdeps/x86_64/memrchr.S +++ b/sysdeps/x86_64/memrchr.S @@ -1,7 +1,6 @@ /* fast SSE2 memrchr with 64 byte loop and pmaxub instruction using Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/memcmp-sse4.S b/sysdeps/x86_64/multiarch/memcmp-sse4.S index b7ac034569e..b82adcd5fab 100644 --- a/sysdeps/x86_64/multiarch/memcmp-sse4.S +++ b/sysdeps/x86_64/multiarch/memcmp-sse4.S @@ -1,6 +1,5 @@ /* memcmp with SSE4.1, wmemcmp with SSE4.1 Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/memcmp-ssse3.S b/sysdeps/x86_64/multiarch/memcmp-ssse3.S index a049971772d..06a4517b622 100644 --- a/sysdeps/x86_64/multiarch/memcmp-ssse3.S +++ b/sysdeps/x86_64/multiarch/memcmp-ssse3.S @@ -1,6 +1,5 @@ /* memcmp with SSSE3, wmemcmp with SSSE3 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/memcpy-ssse3-back.S b/sysdeps/x86_64/multiarch/memcpy-ssse3-back.S index 3870ed4937c..59c53580f76 100644 --- a/sysdeps/x86_64/multiarch/memcpy-ssse3-back.S +++ b/sysdeps/x86_64/multiarch/memcpy-ssse3-back.S @@ -1,6 +1,5 @@ /* memcpy with SSSE3 and REP string Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/memcpy-ssse3.S b/sysdeps/x86_64/multiarch/memcpy-ssse3.S index 37c544ca3de..ef29392d85a 100644 --- a/sysdeps/x86_64/multiarch/memcpy-ssse3.S +++ b/sysdeps/x86_64/multiarch/memcpy-ssse3.S @@ -1,6 +1,5 @@ /* memcpy with SSSE3 Copyright (C) 2010-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/strcat-avx2.S b/sysdeps/x86_64/multiarch/strcat-avx2.S index 4356fa73300..e59afa8c96f 100644 --- a/sysdeps/x86_64/multiarch/strcat-avx2.S +++ b/sysdeps/x86_64/multiarch/strcat-avx2.S @@ -1,6 +1,5 @@ /* strcat with AVX2 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S b/sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S index 9386d09d5c2..f1f3f968a9b 100644 --- a/sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S +++ b/sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S @@ -1,6 +1,5 @@ /* strcat with SSE2 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/strcat-ssse3.S b/sysdeps/x86_64/multiarch/strcat-ssse3.S index 9a98dcaee22..adb7d8ec0d7 100644 --- a/sysdeps/x86_64/multiarch/strcat-ssse3.S +++ b/sysdeps/x86_64/multiarch/strcat-ssse3.S @@ -1,6 +1,5 @@ /* strcat with SSSE3 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S b/sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S index 2d9555bc911..4a7d2d04e5a 100644 --- a/sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S +++ b/sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S @@ -1,6 +1,5 @@ /* strchr with SSE2 without bsf Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/strcmp-sse42.S b/sysdeps/x86_64/multiarch/strcmp-sse42.S index bc19547b096..617d3a3946f 100644 --- a/sysdeps/x86_64/multiarch/strcmp-sse42.S +++ b/sysdeps/x86_64/multiarch/strcmp-sse42.S @@ -1,6 +1,5 @@ /* strcmp with SSE4.2 Copyright (C) 2009-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/strcpy-avx2.S b/sysdeps/x86_64/multiarch/strcpy-avx2.S index 5b6506d58f8..f50233aebdb 100644 --- a/sysdeps/x86_64/multiarch/strcpy-avx2.S +++ b/sysdeps/x86_64/multiarch/strcpy-avx2.S @@ -1,6 +1,5 @@ /* strcpy with AVX2 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S b/sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S index ee29be1cc21..98b09db91d2 100644 --- a/sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S +++ b/sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S @@ -1,6 +1,5 @@ /* strcpy with SSE2 and unaligned load Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/strcpy-ssse3.S b/sysdeps/x86_64/multiarch/strcpy-ssse3.S index a544124da7d..d0814600325 100644 --- a/sysdeps/x86_64/multiarch/strcpy-ssse3.S +++ b/sysdeps/x86_64/multiarch/strcpy-ssse3.S @@ -1,6 +1,5 @@ /* strcpy with SSSE3 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/strcspn-c.c b/sysdeps/x86_64/multiarch/strcspn-c.c index c56ddbd22f0..f066814f387 100644 --- a/sysdeps/x86_64/multiarch/strcspn-c.c +++ b/sysdeps/x86_64/multiarch/strcspn-c.c @@ -1,6 +1,5 @@ /* strcspn with SSE4.2 intrinsics Copyright (C) 2009-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/strspn-c.c b/sysdeps/x86_64/multiarch/strspn-c.c index a17196296b9..d28e514c8f7 100644 --- a/sysdeps/x86_64/multiarch/strspn-c.c +++ b/sysdeps/x86_64/multiarch/strspn-c.c @@ -1,6 +1,5 @@ /* strspn with SSE4.2 intrinsics Copyright (C) 2009-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/multiarch/wcscpy-ssse3.S b/sysdeps/x86_64/multiarch/wcscpy-ssse3.S index c03bd69a206..6b2053ca577 100644 --- a/sysdeps/x86_64/multiarch/wcscpy-ssse3.S +++ b/sysdeps/x86_64/multiarch/wcscpy-ssse3.S @@ -1,6 +1,5 @@ /* wcscpy with SSSE3 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/nptl/pthread_spin_trylock.S b/sysdeps/x86_64/nptl/pthread_spin_trylock.S index f4829d6680f..c990dd11b24 100644 --- a/sysdeps/x86_64/nptl/pthread_spin_trylock.S +++ b/sysdeps/x86_64/nptl/pthread_spin_trylock.S @@ -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 , 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/sysdeps/x86_64/nptl/pthread_spin_unlock.S b/sysdeps/x86_64/nptl/pthread_spin_unlock.S index 0dfa7f42298..a719740e5e3 100644 --- a/sysdeps/x86_64/nptl/pthread_spin_unlock.S +++ b/sysdeps/x86_64/nptl/pthread_spin_unlock.S @@ -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 , 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/sysdeps/x86_64/rawmemchr.S b/sysdeps/x86_64/rawmemchr.S index a029731c19c..f373d42c8b8 100644 --- a/sysdeps/x86_64/rawmemchr.S +++ b/sysdeps/x86_64/rawmemchr.S @@ -1,7 +1,6 @@ /* fast SSE2 memchr with 64 byte loop and pmaxub instruction using Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/start.S b/sysdeps/x86_64/start.S index 1b3e36826b8..aad59be804d 100644 --- a/sysdeps/x86_64/start.S +++ b/sysdeps/x86_64/start.S @@ -1,7 +1,6 @@ /* Startup code compliant to the ELF x86-64 ABI. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/strcat.S b/sysdeps/x86_64/strcat.S index 3a516b73904..e175b8d7d92 100644 --- a/sysdeps/x86_64/strcat.S +++ b/sysdeps/x86_64/strcat.S @@ -2,7 +2,6 @@ Optimized for x86-64. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/strcmp.S b/sysdeps/x86_64/strcmp.S index 824e648230a..c7cbe4042a4 100644 --- a/sysdeps/x86_64/strcmp.S +++ b/sysdeps/x86_64/strcmp.S @@ -1,9 +1,6 @@ /* Highly optimized version for x86-64. Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Based on i686 version contributed by Ulrich Drepper - , 1999. - Updated with SSE2 support contributed by Intel Corporation. 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/sysdeps/x86_64/strcpy.S b/sysdeps/x86_64/strcpy.S index afddd714dd8..e3615281dfa 100644 --- a/sysdeps/x86_64/strcpy.S +++ b/sysdeps/x86_64/strcpy.S @@ -1,7 +1,6 @@ /* strcpy/stpcpy implementation for x86-64. Copyright (C) 2002-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 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/sysdeps/x86_64/strcspn.S b/sysdeps/x86_64/strcspn.S index 6035a274c87..0b3767f9794 100644 --- a/sysdeps/x86_64/strcspn.S +++ b/sysdeps/x86_64/strcspn.S @@ -3,9 +3,6 @@ For AMD x86-64. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . - Bug fixes by Alan Modra . - Adopted for x86-64 by Andreas Jaeger . 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/sysdeps/x86_64/strspn.S b/sysdeps/x86_64/strspn.S index e878f328852..c6dd7b940df 100644 --- a/sysdeps/x86_64/strspn.S +++ b/sysdeps/x86_64/strspn.S @@ -3,9 +3,6 @@ For AMD x86-64. Copyright (C) 1994-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper . - Bug fixes by Alan Modra . - Adopted for x86-64 by Andreas Jaeger . 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/sysdeps/x86_64/wcschr.S b/sysdeps/x86_64/wcschr.S index f145b948da2..cb0a905eb0b 100644 --- a/sysdeps/x86_64/wcschr.S +++ b/sysdeps/x86_64/wcschr.S @@ -1,6 +1,5 @@ /* wcschr with SSSE3 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/wcscmp.S b/sysdeps/x86_64/wcscmp.S index adc0b602eac..f69d9bba5c6 100644 --- a/sysdeps/x86_64/wcscmp.S +++ b/sysdeps/x86_64/wcscmp.S @@ -1,6 +1,5 @@ /* Optimized wcscmp for x86-64 with SSE2. Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/wcslen.S b/sysdeps/x86_64/wcslen.S index 61edea1d14d..7e1830795f3 100644 --- a/sysdeps/x86_64/wcslen.S +++ b/sysdeps/x86_64/wcslen.S @@ -1,6 +1,5 @@ /* Optimized wcslen for x86-64 with SSE2. Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysdeps/x86_64/wcsrchr.S b/sysdeps/x86_64/wcsrchr.S index 6b318d3f29d..cfe8aa629d7 100644 --- a/sysdeps/x86_64/wcsrchr.S +++ b/sysdeps/x86_64/wcsrchr.S @@ -1,6 +1,5 @@ /* wcsrchr with SSSE3 Copyright (C) 2011-2021 Free Software Foundation, Inc. - Contributed by Intel Corporation. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/sysvipc/ftok.c b/sysvipc/ftok.c index bd633bd3959..57153315fb4 100644 --- a/sysvipc/ftok.c +++ b/sysvipc/ftok.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysvipc/msgctl.c b/sysvipc/msgctl.c index 5e4e2c7abbc..28beaf1c299 100644 --- a/sysvipc/msgctl.c +++ b/sysvipc/msgctl.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysvipc/msgget.c b/sysvipc/msgget.c index 6a5e77ef7e3..ef7aff38411 100644 --- a/sysvipc/msgget.c +++ b/sysvipc/msgget.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysvipc/msgrcv.c b/sysvipc/msgrcv.c index 35e4ac6616a..a1173590872 100644 --- a/sysvipc/msgrcv.c +++ b/sysvipc/msgrcv.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysvipc/msgsnd.c b/sysvipc/msgsnd.c index 829d7ce179a..94f9b4e0a0d 100644 --- a/sysvipc/msgsnd.c +++ b/sysvipc/msgsnd.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysvipc/semctl.c b/sysvipc/semctl.c index c9b1232fd8e..e9ce0ec39b6 100644 --- a/sysvipc/semctl.c +++ b/sysvipc/semctl.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysvipc/semget.c b/sysvipc/semget.c index 095b4b2bd23..b528d43ceed 100644 --- a/sysvipc/semget.c +++ b/sysvipc/semget.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysvipc/semop.c b/sysvipc/semop.c index 6ff5b0e39de..540266330c1 100644 --- a/sysvipc/semop.c +++ b/sysvipc/semop.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysvipc/semtimedop.c b/sysvipc/semtimedop.c index 58c4b84c198..20947fced0b 100644 --- a/sysvipc/semtimedop.c +++ b/sysvipc/semtimedop.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/sysvipc/shmat.c b/sysvipc/shmat.c index 8cb484e0f39..a1d814e787d 100644 --- a/sysvipc/shmat.c +++ b/sysvipc/shmat.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysvipc/shmctl.c b/sysvipc/shmctl.c index b0457cda330..6699bff6d7d 100644 --- a/sysvipc/shmctl.c +++ b/sysvipc/shmctl.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysvipc/shmdt.c b/sysvipc/shmdt.c index c46a27100bc..9e41da3e2c9 100644 --- a/sysvipc/shmdt.c +++ b/sysvipc/shmdt.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/sysvipc/shmget.c b/sysvipc/shmget.c index 73e968ae9da..3a1c733037d 100644 --- a/sysvipc/shmget.c +++ b/sysvipc/shmget.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , August 1995. 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/test-skeleton.c b/test-skeleton.c index 16bb58a2363..3a4219b42a0 100644 --- a/test-skeleton.c +++ b/test-skeleton.c @@ -1,7 +1,6 @@ /* Legacy test skeleton. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/time/ctime_r.c b/time/ctime_r.c index a69c3d61d89..b02f246e27c 100644 --- a/time/ctime_r.c +++ b/time/ctime_r.c @@ -1,7 +1,6 @@ /* Return in BUF representation of time T in form of asctime Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/time/difftime.c b/time/difftime.c index c7c2b691fe4..77fadb7c74c 100644 --- a/time/difftime.c +++ b/time/difftime.c @@ -15,7 +15,6 @@ License along with the GNU C Library; if not, see . */ -/* Written by Paul Eggert . */ #include diff --git a/time/getdate.c b/time/getdate.c index cdcc8985172..4cd43cc58ad 100644 --- a/time/getdate.c +++ b/time/getdate.c @@ -1,7 +1,6 @@ /* Convert a string representation of time to a time value. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1997. 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/time/tst-clock.c b/time/tst-clock.c index 64ec883b716..2c807dbe5be 100644 --- a/time/tst-clock.c +++ b/time/tst-clock.c @@ -1,7 +1,6 @@ /* Test program for POSIX clock_* 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/time/tst-getdate.c b/time/tst-getdate.c index 3bb0e967070..b5876633e1a 100644 --- a/time/tst-getdate.c +++ b/time/tst-getdate.c @@ -1,7 +1,6 @@ /* Test for getdate. Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by 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/time/tst-strptime.c b/time/tst-strptime.c index f2af7d4ad5f..2bf2b9fac98 100644 --- a/time/tst-strptime.c +++ b/time/tst-strptime.c @@ -1,7 +1,6 @@ /* Test for strptime. Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/timezone/tst-timezone.c b/timezone/tst-timezone.c index ea5f44c9e0e..8d27294ff46 100644 --- a/timezone/tst-timezone.c +++ b/timezone/tst-timezone.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Andreas Jaeger , 1998. 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/wcsmbs/btowc.c b/wcsmbs/btowc.c index b668ca1adca..24cdc6d9680 100644 --- a/wcsmbs/btowc.c +++ b/wcsmbs/btowc.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 , 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/wcsmbs/c16rtomb.c b/wcsmbs/c16rtomb.c index ef14998835c..a69a78adf6a 100644 --- a/wcsmbs/c16rtomb.c +++ b/wcsmbs/c16rtomb.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/wcsmbs/mbrlen.c b/wcsmbs/mbrlen.c index 438ec0e82db..59dc76dddc8 100644 --- a/wcsmbs/mbrlen.c +++ b/wcsmbs/mbrlen.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, 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/wcsmbs/mbrtoc16.c b/wcsmbs/mbrtoc16.c index 442ffaf49ee..dc68f2e230e 100644 --- a/wcsmbs/mbrtoc16.c +++ b/wcsmbs/mbrtoc16.c @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2011. 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/wcsmbs/mbrtowc.c b/wcsmbs/mbrtowc.c index a516539e33a..84b8a78ae96 100644 --- a/wcsmbs/mbrtowc.c +++ b/wcsmbs/mbrtowc.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 , 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/wcsmbs/mbsinit.c b/wcsmbs/mbsinit.c index 59ee3e5e87e..9d683d5a65e 100644 --- a/wcsmbs/mbsinit.c +++ b/wcsmbs/mbsinit.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 , 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/wcsmbs/mbsnrtowcs.c b/wcsmbs/mbsnrtowcs.c index 3102a4758d0..0a976b8bce7 100644 --- a/wcsmbs/mbsnrtowcs.c +++ b/wcsmbs/mbsnrtowcs.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 , 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/wcsmbs/mbsrtowcs.c b/wcsmbs/mbsrtowcs.c index a4927120b4d..c9cfb4898da 100644 --- a/wcsmbs/mbsrtowcs.c +++ b/wcsmbs/mbsrtowcs.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 , 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/wcsmbs/mbsrtowcs_l.c b/wcsmbs/mbsrtowcs_l.c index f9f382c1525..31ff663ce29 100644 --- a/wcsmbs/mbsrtowcs_l.c +++ b/wcsmbs/mbsrtowcs_l.c @@ -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 , 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/wcsmbs/tst-btowc.c b/wcsmbs/tst-btowc.c index 0a8868a665c..bc382f97801 100644 --- a/wcsmbs/tst-btowc.c +++ b/wcsmbs/tst-btowc.c @@ -1,6 +1,5 @@ /* 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/wcsmbs/tst-mbrtowc.c b/wcsmbs/tst-mbrtowc.c index d23b422cd9b..bb0f17bc8b8 100644 --- a/wcsmbs/tst-mbrtowc.c +++ b/wcsmbs/tst-mbrtowc.c @@ -1,6 +1,5 @@ /* 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 @@ -28,8 +27,7 @@ static int check_ascii (const char *locname); -/* UTF-8 single byte feeding test for mbrtowc(), - contributed by Markus Kuhn . */ +/* UTF-8 single byte feeding test for mbrtowc(). */ static int utf8_test_1 (void) { diff --git a/wcsmbs/tst-mbsrtowcs.c b/wcsmbs/tst-mbsrtowcs.c index f6e62fde168..d0a01272772 100644 --- a/wcsmbs/tst-mbsrtowcs.c +++ b/wcsmbs/tst-mbsrtowcs.c @@ -1,7 +1,6 @@ /* Test NUL handling of mbsrtowcs. Copyright (C) 2004-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2004. 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/wcsmbs/tst-wcpncpy.c b/wcsmbs/tst-wcpncpy.c index 3699942dfba..51a0697dd55 100644 --- a/wcsmbs/tst-wcpncpy.c +++ b/wcsmbs/tst-wcpncpy.c @@ -1,6 +1,5 @@ /* Copyright (C) 2003-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 2003. 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/wcsmbs/tst-wcrtomb.c b/wcsmbs/tst-wcrtomb.c index 06425099735..da99b013096 100644 --- a/wcsmbs/tst-wcrtomb.c +++ b/wcsmbs/tst-wcrtomb.c @@ -1,6 +1,5 @@ /* 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/wcsmbs/tst-wcsnlen.c b/wcsmbs/tst-wcsnlen.c index 4bf9a863a0c..3551aee27b2 100644 --- a/wcsmbs/tst-wcsnlen.c +++ b/wcsmbs/tst-wcsnlen.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/wcsmbs/wcpcpy.c b/wcsmbs/wcpcpy.c index 1733ecb4d25..6870ceb94ec 100644 --- a/wcsmbs/wcpcpy.c +++ b/wcsmbs/wcpcpy.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 , 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/wcsmbs/wcpncpy.c b/wcsmbs/wcpncpy.c index a123f5a42bb..5b8cf3ab14d 100644 --- a/wcsmbs/wcpncpy.c +++ b/wcsmbs/wcpncpy.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 , 1995. 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/wcsmbs/wcrtomb.c b/wcsmbs/wcrtomb.c index 4a6125d502f..de0bf62fd00 100644 --- a/wcsmbs/wcrtomb.c +++ b/wcsmbs/wcrtomb.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 , 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/wcsmbs/wcscasecmp_l.c b/wcsmbs/wcscasecmp_l.c index 175ed739413..537112e2384 100644 --- a/wcsmbs/wcscasecmp_l.c +++ b/wcsmbs/wcscasecmp_l.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/wcsmbs/wcscat.c b/wcsmbs/wcscat.c index a7c7a9fd69c..3eb528324a1 100644 --- a/wcsmbs/wcscat.c +++ b/wcsmbs/wcscat.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/wcsmbs/wcscmp.c b/wcsmbs/wcscmp.c index cfbde05a687..8507fa45ebd 100644 --- a/wcsmbs/wcscmp.c +++ b/wcsmbs/wcscmp.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/wcsmbs/wcscoll.c b/wcsmbs/wcscoll.c index 6871a6adbd3..eb4c7497190 100644 --- a/wcsmbs/wcscoll.c +++ b/wcsmbs/wcscoll.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 , 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/wcsmbs/wcscoll_l.c b/wcsmbs/wcscoll_l.c index d0d805db10e..3f7125a0b26 100644 --- a/wcsmbs/wcscoll_l.c +++ b/wcsmbs/wcscoll_l.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 , 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/wcsmbs/wcscpy.c b/wcsmbs/wcscpy.c index 8ff70bf365f..e8045ea747d 100644 --- a/wcsmbs/wcscpy.c +++ b/wcsmbs/wcscpy.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/wcsmbs/wcscspn.c b/wcsmbs/wcscspn.c index b18accc740d..f67223ad2a7 100644 --- a/wcsmbs/wcscspn.c +++ b/wcsmbs/wcscspn.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/wcsmbs/wcsdup.c b/wcsmbs/wcsdup.c index 0afa7fbffd7..65fd8ba8d5f 100644 --- a/wcsmbs/wcsdup.c +++ b/wcsmbs/wcsdup.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/wcsmbs/wcslen.c b/wcsmbs/wcslen.c index 9d94c622107..1b72b4a0266 100644 --- a/wcsmbs/wcslen.c +++ b/wcsmbs/wcslen.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/wcsmbs/wcsmbsload.c b/wcsmbs/wcsmbsload.c index 681d3172962..6b1b8c26de6 100644 --- a/wcsmbs/wcsmbsload.c +++ b/wcsmbs/wcsmbsload.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/wcsmbs/wcsmbsload.h b/wcsmbs/wcsmbsload.h index 4d3c0a5c22d..4af1e6270d2 100644 --- a/wcsmbs/wcsmbsload.h +++ b/wcsmbs/wcsmbsload.h @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/wcsmbs/wcsncase_l.c b/wcsmbs/wcsncase_l.c index 82f7b28e1cb..4138c169680 100644 --- a/wcsmbs/wcsncase_l.c +++ b/wcsmbs/wcsncase_l.c @@ -1,6 +1,5 @@ /* Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/wcsmbs/wcsncat.c b/wcsmbs/wcsncat.c index 27de72af6c7..ed1a0c539fe 100644 --- a/wcsmbs/wcsncat.c +++ b/wcsmbs/wcsncat.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/wcsmbs/wcsncmp.c b/wcsmbs/wcsncmp.c index 64a0e2d01f2..5faded19a72 100644 --- a/wcsmbs/wcsncmp.c +++ b/wcsmbs/wcsncmp.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/wcsmbs/wcsncpy.c b/wcsmbs/wcsncpy.c index 9f11957e797..be7eb25138e 100644 --- a/wcsmbs/wcsncpy.c +++ b/wcsmbs/wcsncpy.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/wcsmbs/wcsnlen.c b/wcsmbs/wcsnlen.c index c1c2e8d1e35..b2c131df466 100644 --- a/wcsmbs/wcsnlen.c +++ b/wcsmbs/wcsnlen.c @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1998. 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/wcsmbs/wcsnrtombs.c b/wcsmbs/wcsnrtombs.c index f1d47c899e3..671541ef244 100644 --- a/wcsmbs/wcsnrtombs.c +++ b/wcsmbs/wcsnrtombs.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 , 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/wcsmbs/wcspbrk.c b/wcsmbs/wcspbrk.c index 7cc01848800..7186be68f7d 100644 --- a/wcsmbs/wcspbrk.c +++ b/wcsmbs/wcspbrk.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, 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/wcsmbs/wcsrchr.c b/wcsmbs/wcsrchr.c index 90b79840880..194eb4a112c 100644 --- a/wcsmbs/wcsrchr.c +++ b/wcsmbs/wcsrchr.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper, 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/wcsmbs/wcsrtombs.c b/wcsmbs/wcsrtombs.c index 924e9cc2048..c6e8298b992 100644 --- a/wcsmbs/wcsrtombs.c +++ b/wcsmbs/wcsrtombs.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 , 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/wcsmbs/wcsspn.c b/wcsmbs/wcsspn.c index 2ce20cec0ca..294fa375109 100644 --- a/wcsmbs/wcsspn.c +++ b/wcsmbs/wcsspn.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/wcsmbs/wcstod.c b/wcsmbs/wcstod.c index cd98429b26a..b3a91d7a12a 100644 --- a/wcsmbs/wcstod.c +++ b/wcsmbs/wcstod.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 , 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/wcsmbs/wcstod_l.c b/wcsmbs/wcstod_l.c index 49ff62f675a..7e5e0dc6df3 100644 --- a/wcsmbs/wcstod_l.c +++ b/wcsmbs/wcstod_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to integer value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/wcsmbs/wcstof.c b/wcsmbs/wcstof.c index 4478be35e60..8c14cb6565e 100644 --- a/wcsmbs/wcstof.c +++ b/wcsmbs/wcstof.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 , 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/wcsmbs/wcstof_l.c b/wcsmbs/wcstof_l.c index de7fe8d9a8a..ed19d28e38e 100644 --- a/wcsmbs/wcstof_l.c +++ b/wcsmbs/wcstof_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to integer value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/wcsmbs/wcstok.c b/wcsmbs/wcstok.c index 1d09da89ee4..e61901e0b8d 100644 --- a/wcsmbs/wcstok.c +++ b/wcsmbs/wcstok.c @@ -1,6 +1,5 @@ /* Copyright (C) 1995-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. 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/wcsmbs/wcstol.c b/wcsmbs/wcstol.c index 5c54088541f..ce57d6c470c 100644 --- a/wcsmbs/wcstol.c +++ b/wcsmbs/wcstol.c @@ -1,7 +1,6 @@ /* Function to parse a `long int' from text. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/wcsmbs/wcstol_l.c b/wcsmbs/wcstol_l.c index 63ba914a9c8..4750b0c03b1 100644 --- a/wcsmbs/wcstol_l.c +++ b/wcsmbs/wcstol_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to integer value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/wcsmbs/wcstold.c b/wcsmbs/wcstold.c index 38b363f5eb1..e82c62d6929 100644 --- a/wcsmbs/wcstold.c +++ b/wcsmbs/wcstold.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 , 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/wcsmbs/wcstold_l.c b/wcsmbs/wcstold_l.c index 3112cda58a7..8797a962d00 100644 --- a/wcsmbs/wcstold_l.c +++ b/wcsmbs/wcstold_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to integer value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/wcsmbs/wcstoll.c b/wcsmbs/wcstoll.c index 4cc4d93f854..4a85c9ebc1a 100644 --- a/wcsmbs/wcstoll.c +++ b/wcsmbs/wcstoll.c @@ -1,7 +1,6 @@ /* Function to parse a `long long int' from text. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/wcsmbs/wcstoll_l.c b/wcsmbs/wcstoll_l.c index a783b08248d..5f4cdfda125 100644 --- a/wcsmbs/wcstoll_l.c +++ b/wcsmbs/wcstoll_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to integer value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/wcsmbs/wcstoul.c b/wcsmbs/wcstoul.c index 5de3ba1c227..076e1214b2f 100644 --- a/wcsmbs/wcstoul.c +++ b/wcsmbs/wcstoul.c @@ -1,7 +1,6 @@ /* Function to parse an `unsigned long int' from text. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/wcsmbs/wcstoul_l.c b/wcsmbs/wcstoul_l.c index f1e28cca87d..9121f38e520 100644 --- a/wcsmbs/wcstoul_l.c +++ b/wcsmbs/wcstoul_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to integer value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/wcsmbs/wcstoull.c b/wcsmbs/wcstoull.c index 44c2fab342c..377842debfe 100644 --- a/wcsmbs/wcstoull.c +++ b/wcsmbs/wcstoull.c @@ -1,7 +1,6 @@ /* Function to parse an `unsigned long long int' from text. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/wcsmbs/wcstoull_l.c b/wcsmbs/wcstoull_l.c index 6f09934abc1..4c80e5459bc 100644 --- a/wcsmbs/wcstoull_l.c +++ b/wcsmbs/wcstoull_l.c @@ -1,7 +1,6 @@ /* Convert string representing a number to integer value, using given locale. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1997. 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/wcsmbs/wcswidth.c b/wcsmbs/wcswidth.c index 2a6865c5ea7..5ae3b896249 100644 --- a/wcsmbs/wcswidth.c +++ b/wcsmbs/wcswidth.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 , 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/wcsmbs/wcsxfrm.c b/wcsmbs/wcsxfrm.c index 0e02a402d87..fa2a1c55f03 100644 --- a/wcsmbs/wcsxfrm.c +++ b/wcsmbs/wcsxfrm.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 , 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/wcsmbs/wcsxfrm_l.c b/wcsmbs/wcsxfrm_l.c index f395225f7a6..2c2cb6142e0 100644 --- a/wcsmbs/wcsxfrm_l.c +++ b/wcsmbs/wcsxfrm_l.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 , 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/wcsmbs/wctob.c b/wcsmbs/wctob.c index 47113f69a2a..a2172c846fe 100644 --- a/wcsmbs/wctob.c +++ b/wcsmbs/wctob.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 , 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/wcsmbs/wcwidth.c b/wcsmbs/wcwidth.c index cfb1f60405c..f36c8955cf1 100644 --- a/wcsmbs/wcwidth.c +++ b/wcsmbs/wcwidth.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 , 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/wcsmbs/wcwidth.h b/wcsmbs/wcwidth.h index 89bf310fa9c..5fcbd5ae693 100644 --- a/wcsmbs/wcwidth.h +++ b/wcsmbs/wcwidth.h @@ -1,7 +1,6 @@ /* Internal header containing implementation of wcwidth() function. Copyright (C) 1996-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 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/wcsmbs/wmemchr.c b/wcsmbs/wmemchr.c index f17371c175b..27da49c9efc 100644 --- a/wcsmbs/wmemchr.c +++ b/wcsmbs/wmemchr.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 , 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/wcsmbs/wmemcmp.c b/wcsmbs/wmemcmp.c index d1288b5471b..8a32230c742 100644 --- a/wcsmbs/wmemcmp.c +++ b/wcsmbs/wmemcmp.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 , 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/wcsmbs/wmemcpy.c b/wcsmbs/wmemcpy.c index bce2b6657c0..a34d0496d2d 100644 --- a/wcsmbs/wmemcpy.c +++ b/wcsmbs/wmemcpy.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 , 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/wcsmbs/wmemmove.c b/wcsmbs/wmemmove.c index aa6d3fe1829..df72938e865 100644 --- a/wcsmbs/wmemmove.c +++ b/wcsmbs/wmemmove.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, 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/wcsmbs/wmempcpy.c b/wcsmbs/wmempcpy.c index a6dcff4ed40..f922f72ee40 100644 --- a/wcsmbs/wmempcpy.c +++ b/wcsmbs/wmempcpy.c @@ -1,6 +1,5 @@ /* Copyright (C) 1999-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1999. 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/wcsmbs/wmemset.c b/wcsmbs/wmemset.c index ed78996c8ba..e38049eb667 100644 --- a/wcsmbs/wmemset.c +++ b/wcsmbs/wmemset.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 , 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/wctype/iswctype.c b/wctype/iswctype.c index 4a6fbad0e17..67d110b9c4f 100644 --- a/wctype/iswctype.c +++ b/wctype/iswctype.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, . 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/wctype/iswctype_l.c b/wctype/iswctype_l.c index 2aac4a552e1..6ce1f08d78e 100644 --- a/wctype/iswctype_l.c +++ b/wctype/iswctype_l.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 , 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/wctype/wchar-lookup.h b/wctype/wchar-lookup.h index 07aedd4f341..746d389f240 100644 --- a/wctype/wchar-lookup.h +++ b/wctype/wchar-lookup.h @@ -1,6 +1,5 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Bruno Haible , 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/wctype/wctrans.c b/wctype/wctrans.c index 30a45ddd8ad..580d6256a5b 100644 --- a/wctype/wctrans.c +++ b/wctype/wctrans.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 , 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/wctype/wctype.c b/wctype/wctype.c index a4010b05e24..b141b43b08a 100644 --- a/wctype/wctype.c +++ b/wctype/wctype.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 , 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/wctype/wctype_l.c b/wctype/wctype_l.c index c16d33850a4..a2122da2fab 100644 --- a/wctype/wctype_l.c +++ b/wctype/wctype_l.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 , 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