diff options
Diffstat (limited to 'stdlib')
51 files changed, 0 insertions, 52 deletions
diff --git a/stdlib/a64l.c b/stdlib/a64l.c index 7da3383c49..368498259a 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 <drepper@gnu.org>, 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 5df2d40f33..20f08dbbda 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 <drepper@redhat.com>, 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 0868956428..75b7cd9899 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 <drepper@gnu.ai.mit.edu>, 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 5c62eba037..a9674aa413 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 <drepper@gnu.ai.mit.edu>, 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 6415775171..e5ddb730c1 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 <drepper@gnu.ai.mit.edu>, 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 2af1594162..95bebd21c1 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 <drepper@gnu.ai.mit.edu>, 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 d4a1aeee2e..568f9e8b5d 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 <drepper@gnu.ai.mit.edu>, 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 428dad07ff..8bf2751550 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 <drepper@cygnus.com>, 1997. The GNU C 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 d558d9306f..ae90b91988 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 <drepper@gnu.ai.mit.edu>, 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 f7d158fe72..9fe23a7c6c 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 <drepper@gnu.ai.mit.edu>, 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 16618e419d..8702ae4e8a 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 <schweikh@noc.dfn.de>, 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 07162bf62f..c8d111d459 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 <drepper@gnu.ai.mit.edu>, 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 eb8058674c..5ae84ea948 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 <drepper@gnu.ai.mit.edu>, 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 84cd5ce5b7..bebdd024fc 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 <drepper@gnu.ai.mit.edu>, 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 55409d71f0..d2e80fdf12 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 <drepper@gnu.ai.mit.edu>, 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 60f69d4578..ccc3a43182 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 <drepper@gnu.ai.mit.edu>, 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 a82c3a6544..750a93f0bf 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 <drepper@gnu.ai.mit.edu>, 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 2abd6591d5..42df3a34fe 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 <drepper@gnu.org>, 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 d234a760b8..5db1a07652 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 <drepper@gnu.ai.mit.edu>, 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 d4cf0819fe..1ac519fcf8 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 <drepper@gnu.ai.mit.edu>, 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 8750cc59db..2ef270262e 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 4dde921194..cc0e844a05 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 <drepper@gnu.ai.mit.edu>, 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 b55d763eb3..e7d84fd8d6 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 <drepper@gnu.ai.mit.edu>, 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 23f2d28314..0f6d7ff787 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 30fafc0fa5..09acb0f4fc 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. |
