From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id E08C43858D32; Mon, 16 Jan 2023 10:39:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E08C43858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673865598; bh=f1p6IAw/3MYPtSoIi4e/EJQGLAkG0ydo68HPyGhOlKc=; h=From:To:Subject:Date:From; b=riDBPG7x25tks30vkxF2pU/n+asvhgElsR99qPb7u0eACc0t4iy4FdSqr+GVHRMMi F3rpXpS8MJi4zpTfolGBUYZoE/jKO7caivizN9xOyNz1W+nrjitRR7QNdYadiS9Huw 0MED5jekfPMtK+vNe40E7UFdzZpruMjFB4yVlPo4= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jakub Jelinek To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-5192] contrib: Yet another update-copyright.py tweak [PR108413] X-Act-Checkin: gcc X-Git-Author: Jakub Jelinek X-Git-Refname: refs/heads/master X-Git-Oldrev: fa16c7d899022d0e671407cd7188b66bb84fefe6 X-Git-Newrev: 3e087d9ab8247fa866945f156cfe3aa6dc7039ff Message-Id: <20230116103958.E08C43858D32@sourceware.org> Date: Mon, 16 Jan 2023 10:39:58 +0000 (GMT) List-Id: 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. Diff: --- contrib/update-copyright.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index 529032c677b..1e24225d381 100755 --- a/contrib/update-copyright.py +++ b/contrib/update-copyright.py @@ -638,8 +638,9 @@ class LibPhobosFilter (GenericFilter): GenericFilter.__init__ (self) self.skip_files |= set ([ - # Source module imported from upstream. + # Source modules imported from upstream. 'object.d', + '__builtins.di' ]) self.skip_dirs |= set ([