aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2023-01-02 09:46:13 +0100
committerJakub Jelinek <jakub@redhat.com>2023-01-02 09:46:13 +0100
commit46c0ea7704e9da9e6d574afc7ca1d218f49d237a (patch)
treee74af65a47a2a70598f1a097053a25125153e76d /gcc/config
parentaeee4812442c996f184965ce6894e5f3d3657c0f (diff)
downloadgcc-46c0ea7704e9da9e6d574afc7ca1d218f49d237a.zip
gcc-46c0ea7704e9da9e6d574afc7ca1d218f49d237a.tar.gz
gcc-46c0ea7704e9da9e6d574afc7ca1d218f49d237a.tar.bz2
Update copyright years.
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/riscv/riscv-v.cc7
-rw-r--r--gcc/config/riscv/riscv-vsetvl.cc2
-rw-r--r--gcc/config/riscv/riscv-vsetvl.h2
3 files changed, 6 insertions, 5 deletions
diff --git a/gcc/config/riscv/riscv-v.cc b/gcc/config/riscv/riscv-v.cc
index c769cf6..47f2cef 100644
--- a/gcc/config/riscv/riscv-v.cc
+++ b/gcc/config/riscv/riscv-v.cc
@@ -1,6 +1,7 @@
-/* Subroutines used for code generation for RISC-V 'V' Extension for GNU
- compiler. Copyright (C) 2022-2022 Free Software Foundation, Inc. Contributed
- by Juzhe Zhong (juzhe.zhong@rivai.ai), RiVAI Technologies Ltd.
+/* Subroutines used for code generation for RISC-V 'V' Extension for
+ GNU compiler.
+ 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.cc b/gcc/config/riscv/riscv-vsetvl.cc
index 0d66765..441203a 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-2022 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 a5d3f25..769bc5a 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-2022 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.