diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-12-17 07:59:45 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2021-12-17 07:59:45 +0530 |
commit | 72e4a717bd9281a9ddfe8e43106cc6a2c1a7e7d8 (patch) | |
tree | 3756f3623d8c61a65a03ab7d6c0e3b435e251760 | |
parent | 0a4df6f5342620e0ac065b50a1b978123cd5e2f1 (diff) | |
download | glibc-72e4a717bd9281a9ddfe8e43106cc6a2c1a7e7d8.zip glibc-72e4a717bd9281a9ddfe8e43106cc6a2c1a7e7d8.tar.gz glibc-72e4a717bd9281a9ddfe8e43106cc6a2c1a7e7d8.tar.bz2 |
Fix The GNU ToolChain Authors copyright notice
I (and maybe one or two others) added a (C) to the copyright notice
regardless of the contribution checklist[1] not mentioning it. Fix all
these instances so that the notice reads as "Copyright The GNU Toolchain
Authors" across the source code.
[1] https://sourceware.org/glibc/wiki/Contribution%20checklist
Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
-rw-r--r-- | Makeconfig | 2 | ||||
-rw-r--r-- | iconvdata/Makefile | 2 | ||||
-rw-r--r-- | iconvdata/bug-iconv15.c | 2 | ||||
-rw-r--r-- | iconvdata/iso-2022-jp-3.c | 2 | ||||
-rw-r--r-- | rt/tst-bz28213.c | 2 | ||||
-rwxr-xr-x | scripts/build-many-glibcs.py | 2 |
6 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ # Copyright (C) 1991-2021 Free Software Foundation, Inc. -# Copyright (C) The GNU Toolchain Authors. +# Copyright The GNU Toolchain Authors. # 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/iconvdata/Makefile b/iconvdata/Makefile index d5507a0..1950fdf 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -1,5 +1,5 @@ # Copyright (C) 1997-2021 Free Software Foundation, Inc. -# Copyright (C) The GNU Toolchain Authors. +# Copyright The GNU Toolchain Authors. # 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/iconvdata/bug-iconv15.c b/iconvdata/bug-iconv15.c index cc04bd0..9d12a8d 100644 --- a/iconvdata/bug-iconv15.c +++ b/iconvdata/bug-iconv15.c @@ -1,6 +1,6 @@ /* Bug 28524: Conversion from ISO-2022-JP-3 with iconv may emit spurious NUL character on state reset. - Copyright (C) The GNU Toolchain Authors. + Copyright The GNU Toolchain Authors. 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/iconvdata/iso-2022-jp-3.c b/iconvdata/iso-2022-jp-3.c index d724126..9a021c7 100644 --- a/iconvdata/iso-2022-jp-3.c +++ b/iconvdata/iso-2022-jp-3.c @@ -1,6 +1,6 @@ /* Conversion module for ISO-2022-JP-3. Copyright (C) 1998-2021 Free Software Foundation, Inc. - Copyright (C) The GNU Toolchain Authors. + Copyright The GNU Toolchain Authors. 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/rt/tst-bz28213.c b/rt/tst-bz28213.c index 0c096b5..edf2083 100644 --- a/rt/tst-bz28213.c +++ b/rt/tst-bz28213.c @@ -1,5 +1,5 @@ /* Bug 28213: test for NULL pointer dereference in mq_notify. - Copyright (C) The GNU Toolchain Authors. + Copyright The GNU Toolchain Authors. 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/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 2f0f435..b83bc15 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # Build many configurations of glibc. # Copyright (C) 2016-2021 Free Software Foundation, Inc. -# Copyright (C) The GNU Toolchain Authors. +# Copyright The GNU Toolchain Authors. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or |