public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-5188] riscv: Fix up Copyright lines [PR108413]
Date: Mon, 16 Jan 2023 10:23:51 +0000 (GMT)	[thread overview]
Message-ID: <20230116102351.4CA173858D33@sourceware.org> (raw)

https://gcc.gnu.org/g:c841bde5ac2bd8915ecc974ff7623c8954fc1cf3

commit r13-5188-gc841bde5ac2bd8915ecc974ff7623c8954fc1cf3
Author: Jakub Jelinek <jakub@redhat.com>
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 between
    Copyright and (C)) which makes update-copyright.py upset.
    
    2023-01-16  Jakub Jelinek  <jakub@redhat.com>
    
            PR other/108413
            * config/riscv/riscv-vsetvl.h: Add space in between Copyright and (C).
            * config/riscv/riscv-vsetvl.cc: Likewise.

Diff:
---
 gcc/config/riscv/riscv-vsetvl.cc | 2 +-
 gcc/config/riscv/riscv-vsetvl.h  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/config/riscv/riscv-vsetvl.cc b/gcc/config/riscv/riscv-vsetvl.cc
index 441203a9784..0f2cdffb825 100644
--- a/gcc/config/riscv/riscv-vsetvl.cc
+++ b/gcc/config/riscv/riscv-vsetvl.cc
@@ -1,5 +1,5 @@
 /* VSETVL pass for RISC-V 'V' Extension for GNU compiler.
-   Copyright(C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
    Contributed by Juzhe Zhong (juzhe.zhong@rivai.ai), RiVAI Technologies Ltd.
 
 This file is part of GCC.
diff --git a/gcc/config/riscv/riscv-vsetvl.h b/gcc/config/riscv/riscv-vsetvl.h
index 769bc5afa67..dfe54d300c9 100644
--- a/gcc/config/riscv/riscv-vsetvl.h
+++ b/gcc/config/riscv/riscv-vsetvl.h
@@ -1,5 +1,5 @@
 /* VSETVL pass header for RISC-V 'V' Extension for GNU compiler.
-   Copyright(C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
    Contributed by Juzhe Zhong (juzhe.zhong@rivai.ai), RiVAI Technologies Ltd.
 
 This file is part of GCC.

                 reply	other threads:[~2023-01-16 10:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230116102351.4CA173858D33@sourceware.org \
    --to=jakub@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).