From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 992053858C66; Mon, 16 Jan 2023 10:40:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 992053858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673865600; bh=0zI1+B0K9DSlhnkcD7a4JJijqpMzHlmXqtBOig/C90E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=afliD6GuT25LtAnhi53xHqss0DAttmEYmQEZEBRALgxCN/fAS0t08KTkrToVtcuu/ ITBK1DeCTC+sGM4tlrrlXTMexf2d/+YWYYeZxor+3Ugg2GS9bwpmbsavGBd2zRaoIP a2vgEqKDoJRFwz0nCTmZwrP0S/sLdi0aq4s2/3I8= 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:40:00 +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 #7 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:3e087d9ab8247fa866945f156cfe3aa6dc7039ff commit r13-5192-g3e087d9ab8247fa866945f156cfe3aa6dc7039ff Author: Jakub Jelinek Date: Mon Jan 16 11:38:33 2023 +0100 contrib: Yet another update-copyright.py tweak [PR108413] Ignore __builtins.di like object.d is already ignored. 2023-01-16 Jakub Jelinek PR other/108413 * update-copyright.py (LibPhobosFilter): Add __builtins.di to skipped files.=