From patchwork Fri Dec 17 02:30:38 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Siddhesh Poyarekar X-Patchwork-Id: 49037 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8AB913858412 for ; Fri, 17 Dec 2021 02:31:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AB913858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1639708286; bh=DLBPdxLwaYIZxgoN+F38VHrouNIlo6hOTWS7zgMizEc=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=oSKgfEm2UHNys8AKMHOhbLgJ+uaVho8MX+u8nH/KwfKT5sbFv0H0XOv4SOIV8uo6w l/lzbWXy318OuI+GTq8AsqGMME+SseGVwaUiOaA9uoqAcXLnTL6kp/cNILSMVyZJ07 wcsNIvoNt9BWyzQl2D+sLWCBplGFSe/BovGEzy64= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from cockroach.oak.relay.mailchannels.net (cockroach.oak.relay.mailchannels.net [23.83.215.37]) by sourceware.org (Postfix) with ESMTPS id 7108D3858404 for ; Fri, 17 Dec 2021 02:31:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7108D3858404 X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 52DB98215FE; Fri, 17 Dec 2021 02:31:00 +0000 (UTC) Received: from pdx1-sub0-mail-a305.dreamhost.com (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id B606D8217C9; Fri, 17 Dec 2021 02:30:59 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a305.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.97.65.154 (trex/6.4.3); Fri, 17 Dec 2021 02:31:00 +0000 X-MC-Relay: Bad X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Fumbling-Spot: 68e412055f2ff9ac_1639708260167_1442696738 X-MC-Loop-Signature: 1639708260167:1082597455 X-MC-Ingress-Time: 1639708260167 Received: from rhbox.redhat.com (unknown [223.185.62.238]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a305.dreamhost.com (Postfix) with ESMTPSA id 4JFXz60j4vz3j; Thu, 16 Dec 2021 18:30:57 -0800 (PST) To: libc-alpha@sourceware.org Subject: [committed] Fix The GNU ToolChain Authors copyright notice Date: Fri, 17 Dec 2021 08:00:38 +0530 Message-Id: <20211217023038.4114078-1-siddhesh@sourceware.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <87sfusikzr.fsf@oldenburg.str.redhat.com> References: <87sfusikzr.fsf@oldenburg.str.redhat.com> MIME-Version: 1.0 X-Spam-Status: No, score=-1170.0 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_NONE, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Siddhesh Poyarekar via Libc-alpha From: Siddhesh Poyarekar Reply-To: Siddhesh Poyarekar Cc: fweimer@redhat.com Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" 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 --- Makeconfig | 2 +- iconvdata/Makefile | 2 +- iconvdata/bug-iconv15.c | 2 +- iconvdata/iso-2022-jp-3.c | 2 +- rt/tst-bz28213.c | 2 +- scripts/build-many-glibcs.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makeconfig b/Makeconfig index 507f4d4ce3..64ef166e9a 100644 --- a/Makeconfig +++ b/Makeconfig @@ -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 d5507a048c..1950fdf576 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 cc04bd0313..9d12a8d3a2 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 d724126545..9a021c7d25 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 0c096b5a0a..edf208317b 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 2f0f435166..b83bc159fd 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