public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] riscv: Fix up Copyright lines [PR108413]
@ 2023-01-16 10:26 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2023-01-16 10:26 UTC (permalink / raw)
  To: gcc-patches

Hi!

These 2 files had incorrectly formatted Copyright lines (no space between
Copyright and (C)) which makes update-copyright.py upset.

Tested on x86_64-linux with update-copyright --this-year, committed to trunk
as obvious.

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.h.jj	2023-01-02 09:44:08.289083750 +0100
+++ gcc/config/riscv/riscv-vsetvl.h	2023-01-16 11:05:55.036614938 +0100
@@ -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.
--- gcc/config/riscv/riscv-vsetvl.cc.jj	2023-01-02 09:44:04.914132528 +0100
+++ gcc/config/riscv/riscv-vsetvl.cc	2023-01-16 11:06:00.436535618 +0100
@@ -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.

	Jakub


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-16 10:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 10:26 [committed] riscv: Fix up Copyright lines [PR108413] Jakub Jelinek

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).