diff options
author | Jakub Jelinek <jakub@redhat.com> | 2023-01-16 11:22:09 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2023-01-16 11:22:09 +0100 |
commit | c841bde5ac2bd8915ecc974ff7623c8954fc1cf3 (patch) | |
tree | 598c9ae67f7b765ca46637634ea8bd9b57d72ce4 | |
parent | d1c6a352cad473edbacecad5ceb49eaaa4e67a52 (diff) | |
download | gcc-c841bde5ac2bd8915ecc974ff7623c8954fc1cf3.zip gcc-c841bde5ac2bd8915ecc974ff7623c8954fc1cf3.tar.gz gcc-c841bde5ac2bd8915ecc974ff7623c8954fc1cf3.tar.bz2 |
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.
-rw-r--r-- | gcc/config/riscv/riscv-vsetvl.cc | 2 | ||||
-rw-r--r-- | 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 441203a..0f2cdff 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 769bc5a..dfe54d3 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. |