Skip to content

Commit 30891f3

Browse files
committed
Remove "Contributed by" lines
We stopped adding "Contributed by" or similar lines in sources in 2012 in favour of git logs and keeping the Contributors section of the glibc manual up to date. Removing these lines makes the license header a bit more consistent across files and also removes the possibility of error in attribution when license blocks or files are copied across since the contributed-by lines don't actually reflect reality in those cases. Move all "Contributed by" and similar lines (Written by, Test by, etc.) into a new file CONTRIBUTED-BY to retain record of these contributions. These contributors are also mentioned in manual/contrib.texi, so we just maintain this additional record as a courtesy to the earlier developers. The following scripts were used to filter a list of files to edit in place and to clean up the CONTRIBUTED-BY file respectively. These were not added to the glibc sources because they're not expected to be of any use in future given that this is a one time task: https://gist.github.com/siddhesh/b5ecac94eabfd72ed2916d6d8157e7dc https://gist.github.com/siddhesh/15ea1f5e435ace9774f485030695ee02 Reviewed-by: Carlos O'Donell <[email protected]>
1 parent 04f2125 commit 30891f3

File tree

3,303 files changed

+10534
-4023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,303 files changed

+10534
-4023
lines changed

Diff for: CONTRIBUTED-BY

+10,528
Large diffs are not rendered by default.

Diff for: argp/argp-test.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Test program for argp argument parser
22
Copyright (C) 1997-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Written by Miles Bader <[email protected]>.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: argp/tst-argp1.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 2002-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 2002.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: argp/tst-argp2.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 2007-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Jakub Jelinek <[email protected]>, 2007.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: catgets/catgets.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper, <[email protected]>.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: catgets/catgetsinfo.h

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper, <[email protected]>.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: catgets/gencat.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 1996.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published

Diff for: catgets/open_catalog.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper, <[email protected]>.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: crypt/md5-crypt.c

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Compatible with the behavior of MD5 crypt introduced in FreeBSD 2.0.
33
Copyright (C) 1996-2021 Free Software Foundation, Inc.
44
This file is part of the GNU C Library.
5-
Contributed by Ulrich Drepper <[email protected]>, 1996.
65
76
The GNU C Library is free software; you can redistribute it and/or
87
modify it under the terms of the GNU Lesser General Public

Diff for: crypt/sha256-crypt.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* One way encryption based on SHA256 sum.
22
Copyright (C) 2007-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Ulrich Drepper <[email protected]>, 2007.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: crypt/sha256.c

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
License along with the GNU C Library; if not, see
1818
<https://www.gnu.org/licenses/>. */
1919

20-
/* Written by Ulrich Drepper <[email protected]>, 2007. */
2120

2221
#ifdef HAVE_CONFIG_H
2322
# include <config.h>

Diff for: crypt/sha512-crypt.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* One way encryption based on SHA512 sum.
22
Copyright (C) 2007-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Ulrich Drepper <[email protected]>, 2007.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: crypt/sha512.c

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
License along with the GNU C Library; if not, see
1818
<https://www.gnu.org/licenses/>. */
1919

20-
/* Written by Ulrich Drepper <[email protected]>, 2007. */
2120

2221
#ifdef HAVE_CONFIG_H
2322
# include <config.h>

Diff for: debug/backtrace.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Return backtrace of current program state.
22
Copyright (C) 2003-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Jakub Jelinek <[email protected]>, 2003.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: debug/backtracesyms.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Return list with names for address in backtrace.
22
Copyright (C) 1998-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Ulrich Drepper <[email protected]>, 1998.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: debug/backtracesymsfd.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Write formatted list with names for addresses in backtrace to a file.
22
Copyright (C) 1998-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Ulrich Drepper <[email protected]>, 1998.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: debug/catchsegv.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/sh
22
# Copyright (C) 1998-2021 Free Software Foundation, Inc.
33
# This file is part of the GNU C Library.
4-
# Contributed by Ulrich Drepper <[email protected]>, 1998.
54

65
# The GNU C Library is free software; you can redistribute it and/or
76
# modify it under the terms of the GNU Lesser General Public

Diff for: debug/confstr_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 2005-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 20055.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/explicit_bzero_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Generic implementation of __explicit_bzero_chk.
22
Copyright (C) 1991-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Torbjorn Granlund ([email protected]).
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: debug/memcpy_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
has been copied with error checking. Overlap is NOT handled correctly.
33
Copyright (C) 1991-2021 Free Software Foundation, Inc.
44
This file is part of the GNU C Library.
5-
Contributed by Torbjorn Granlund ([email protected]).
65
76
The GNU C Library is free software; you can redistribute it and/or
87
modify it under the terms of the GNU Lesser General Public

Diff for: debug/memmove_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
has been copied with error checking. Overlap is handled correctly.
33
Copyright (C) 1991-2021 Free Software Foundation, Inc.
44
This file is part of the GNU C Library.
5-
Contributed by Torbjorn Granlund ([email protected]).
65
76
The GNU C Library is free software; you can redistribute it and/or
87
modify it under the terms of the GNU Lesser General Public

Diff for: debug/mempcpy_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Overlap is NOT handled correctly.
44
Copyright (C) 1991-2021 Free Software Foundation, Inc.
55
This file is part of the GNU C Library.
6-
Contributed by Torbjorn Granlund ([email protected]).
76
87
The GNU C Library is free software; you can redistribute it and/or
98
modify it under the terms of the GNU Lesser General Public

Diff for: debug/noophooks.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Noop hooks for the instrumenting functions.
22
Copyright (C) 1999-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Ulrich Drepper <[email protected]>, 1999.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: debug/obprintf_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Print output of stream to given obstack.
22
Copyright (C) 1996-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Ulrich Drepper <[email protected]>, 1996.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: debug/pcprofile.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Profile PC and write result to FIFO.
22
Copyright (C) 1999-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Ulrich Drepper <[email protected]>, 1999.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: debug/pcprofiledump.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Dump information generated by PC profiling.
22
Copyright (C) 1999-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Ulrich Drepper <[email protected]>, 1999.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: debug/segfault.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Catch segmentation faults and print backtrace.
22
Copyright (C) 1998-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Ulrich Drepper <[email protected]>, 1998.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: debug/test-stpcpy_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Test and measure stpcpy checking functions.
22
Copyright (C) 1999-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Written by Jakub Jelinek <[email protected]>, 1999.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: debug/test-strcpy_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Test and measure __strcpy_chk functions.
22
Copyright (C) 1999-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Written by Jakub Jelinek <[email protected]>, 1999.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: debug/tst-chk1.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 2004-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Jakub Jelinek <[email protected]>, 2004.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/tst-longjmp_chk2.c

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* Verify longjmp fortify checking does not reject signal stacks.
2-
3-
Test case mostly written by Paolo Bonzini <[email protected]>. */
1+
/* Verify longjmp fortify checking does not reject signal stacks. */
42
#include <assert.h>
53
#include <setjmp.h>
64
#include <signal.h>

Diff for: debug/wcpcpy_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 1996.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/wcpncpy_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1995-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 1995.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/wcscat_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1995-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 1995.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/wcscpy_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1995-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 1995.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/wcsncat_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1995-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 1995.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/wcsncpy_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1995-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 1995.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/wmemcpy_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 1996.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/wmemmove_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper, <[email protected]>
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/wmempcpy_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1999-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 1999.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/wmemset_chk.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 1996.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: debug/xtrace.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
# Copyright (C) 1999-2021 Free Software Foundation, Inc.
33
# This file is part of the GNU C Library.
4-
# Contributed by Ulrich Drepper <[email protected]>, 1999.
54

65
# The GNU C Library is free software; you can redistribute it and/or
76
# modify it under the terms of the GNU Lesser General Public

Diff for: dirent/opendir-tst1.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1998-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Ulrich Drepper <[email protected]>, 1998.
43
54
The GNU C Library is free software; you can redistribute it and/or
65
modify it under the terms of the GNU Lesser General Public

Diff for: dlfcn/bug-dl-leaf-lib-cb.c

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
44
Copyright (C) 2013-2021 Free Software Foundation, Inc.
55
This file is part of the GNU C Library.
6-
Contributed by Mike Frysinger <[email protected]>
76
87
The GNU C Library is free software; you can redistribute it and/or
98
modify it under the terms of the GNU Lesser General Public

Diff for: dlfcn/bug-dl-leaf-lib.c

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
33
Copyright (C) 2013-2021 Free Software Foundation, Inc.
44
This file is part of the GNU C Library.
5-
Contributed by Mike Frysinger <[email protected]>
65
76
The GNU C Library is free software; you can redistribute it and/or
87
modify it under the terms of the GNU Lesser General Public

Diff for: dlfcn/bug-dl-leaf.c

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
44
Copyright (C) 2013-2021 Free Software Foundation, Inc.
55
This file is part of the GNU C Library.
6-
Contributed by Mike Frysinger <[email protected]>
76
87
The GNU C Library is free software; you can redistribute it and/or
98
modify it under the terms of the GNU Lesser General Public

Diff for: dlfcn/bug-dlopen1.c

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
/* Test case by Bruno Haible. It test whether the dynamic string
2-
token expansion can handle $ signs which do not start one of the
3-
recognized keywords. */
1+
/* Test whether the dynamic string token expansion can handle $ signs which do
2+
not start one of the recognized keywords. */
43

54
#include <dlfcn.h>
65

Diff for: dlfcn/tst-dladdr.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Test for dladdr.
22
Copyright (C) 2000-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Volkmar Sieh <[email protected]> and Andreas Jaeger <[email protected]>.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: elf/cache.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/* Copyright (C) 1999-2021 Free Software Foundation, Inc.
22
This file is part of the GNU C Library.
3-
Contributed by Andreas Jaeger <[email protected]>, 1999.
43
54
This program is free software; you can redistribute it and/or modify
65
it under the terms of the GNU General Public License as published

Diff for: elf/dl-conflict.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Resolve conflicts against already prelinked libraries.
22
Copyright (C) 2001-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Jakub Jelinek <[email protected]>, 2001.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public License as

Diff for: elf/dl-iteratephdr.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Get loaded objects program headers.
22
Copyright (C) 2001-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Jakub Jelinek <[email protected]>, 2001.
54
65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public License as

Diff for: elf/dl-libc.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Handle loading and unloading shared objects for internal libc purposes.
22
Copyright (C) 1999-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Zack Weinberg <[email protected]>, 1999.
54

65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

Diff for: elf/dl-origin.c

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* Find path of executable.
22
Copyright (C) 1998-2021 Free Software Foundation, Inc.
33
This file is part of the GNU C Library.
4-
Contributed by Ulrich Drepper <[email protected]>, 1998.
54

65
The GNU C Library is free software; you can redistribute it and/or
76
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)