From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ED9F93858C53; Mon, 16 Jan 2023 10:23:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED9F93858C53 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673864632; bh=iHKsf6QY1NG0HWIsEvEDxRk2kcb1HsscbRWR6fW8iPA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Tt75uMk982WKBvYjhR59d/UF3MSA3tDwoystgW+lIrIJ15CvxpyBCucbDL2d5bUw0 HduKxG3+MiblAPkPWtcuGqnspZwmBuELeiNq0rlR4HYdpNfIrrzUtsFiWudBVCHMGO 8m/6LyUJH2xkvSUoJbC7j4zSlsrWpjSZMh7QPSEE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/108413] copyrights for gcc 2023 Date: Mon, 16 Jan 2023 10:23:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108413 --- Comment #5 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c841bde5ac2bd8915ecc974ff7623c8954fc1cf3 commit r13-5188-gc841bde5ac2bd8915ecc974ff7623c8954fc1cf3 Author: Jakub Jelinek Date: Mon Jan 16 11:22:09 2023 +0100 riscv: Fix up Copyright lines [PR108413] These 2 files had incorrectly formatted Copyright lines (no space betwe= en Copyright and (C)) which makes update-copyright.py upset. 2023-01-16 Jakub Jelinek PR other/108413 * config/riscv/riscv-vsetvl.h: Add space in between Copyright a= nd (C). * config/riscv/riscv-vsetvl.cc: Likewise.=