]> gcc.gnu.org Git - gcc.git/commitdiff
riscv: Fix up Copyright lines [PR108413]
authorJakub Jelinek <jakub@redhat.com>
Mon, 16 Jan 2023 10:22:09 +0000 (11:22 +0100)
committerJakub Jelinek <jakub@redhat.com>
Mon, 16 Jan 2023 10:22:09 +0000 (11:22 +0100)
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.

gcc/config/riscv/riscv-vsetvl.cc
gcc/config/riscv/riscv-vsetvl.h

index 441203a97844538c50e61dd7bc96accb80d4bb3b..0f2cdffb825a704decf3ffbf93f37f29027d98d0 100644 (file)
@@ -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.
index 769bc5afa6727c74a79d91ff0a715b594ee53514..dfe54d300c9b4c6dd345b497565193937e203bb3 100644 (file)
@@ -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.
This page took 0.06464 seconds and 5 git commands to generate.