From fe8426ebb03dc13a06758d2c4c0571e19b3c064a Mon Sep 17 00:00:00 2001 From: Yanhong Wang Date: Sun, 23 Apr 2023 11:19:47 +0800 Subject: [PATCH] board: starfive: copyright: Standardize the copyright format Unify the content format of the copyright section Signed-off-by: Yanhong Wang --- arch/riscv/cpu/jh7110/pll.c | 2 +- arch/riscv/cpu/jh7110/spl.c | 2 +- arch/riscv/include/asm/arch-jh7110/clk.h | 2 +- arch/riscv/include/asm/arch-jh7110/gpio.h | 2 +- arch/riscv/include/asm/arch-jh7110/jh7110-regs.h | 2 +- arch/riscv/include/asm/arch-jh7110/spl.h | 2 +- board/starfive/evb/Makefile | 2 +- board/starfive/evb/spl.c | 2 +- board/starfive/evb/starfive_evb.c | 2 +- board/starfive/visionfive/Makefile | 2 +- board/starfive/visionfive/spl.c | 2 +- board/starfive/visionfive/starfive_visionfive.c | 2 +- drivers/clk/starfive/clk-jh7110.c | 2 +- drivers/gpio/starfive-gpio.c | 2 +- drivers/misc/starfive-otp.c | 2 +- drivers/pinctrl/starfive/pinctrl-starfive.c | 2 +- drivers/pinctrl/starfive/pinctrl-starfive.h | 2 +- drivers/ram/starfive/ddrcsr_boot.c | 2 +- drivers/ram/starfive/ddrphy_start.c | 3 +-- drivers/ram/starfive/ddrphy_train.c | 2 +- drivers/ram/starfive/ddrphy_utils.c | 2 +- drivers/ram/starfive/starfive_ddr.c | 2 +- drivers/ram/starfive/starfive_ddr.h | 2 +- drivers/reset/reset-jh7110.c | 2 +- drivers/usb/cdns3/cdns3-starfive.c | 2 +- include/configs/starfive-visionfive.h | 2 +- include/dt-bindings/clock/starfive-jh7110-clkgen.h | 3 ++- include/dt-bindings/clock/starfive-jh7110-isp.h | 3 ++- include/dt-bindings/reset/starfive-jh7110.h | 2 +- 29 files changed, 31 insertions(+), 30 deletions(-) diff --git a/arch/riscv/cpu/jh7110/pll.c b/arch/riscv/cpu/jh7110/pll.c index 563259476a..030e9ca2cd 100644 --- a/arch/riscv/cpu/jh7110/pll.c +++ b/arch/riscv/cpu/jh7110/pll.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * samin */ diff --git a/arch/riscv/cpu/jh7110/spl.c b/arch/riscv/cpu/jh7110/spl.c index 414938bce4..2a49fbee10 100644 --- a/arch/riscv/cpu/jh7110/spl.c +++ b/arch/riscv/cpu/jh7110/spl.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/arch/riscv/include/asm/arch-jh7110/clk.h b/arch/riscv/include/asm/arch-jh7110/clk.h index b64269d2bd..f0003b0157 100644 --- a/arch/riscv/include/asm/arch-jh7110/clk.h +++ b/arch/riscv/include/asm/arch-jh7110/clk.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/arch/riscv/include/asm/arch-jh7110/gpio.h b/arch/riscv/include/asm/arch-jh7110/gpio.h index d83f6d2d9f..60e887c289 100644 --- a/arch/riscv/include/asm/arch-jh7110/gpio.h +++ b/arch/riscv/include/asm/arch-jh7110/gpio.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/arch/riscv/include/asm/arch-jh7110/jh7110-regs.h b/arch/riscv/include/asm/arch-jh7110/jh7110-regs.h index ad04e8877c..156709e6ae 100644 --- a/arch/riscv/include/asm/arch-jh7110/jh7110-regs.h +++ b/arch/riscv/include/asm/arch-jh7110/jh7110-regs.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/arch/riscv/include/asm/arch-jh7110/spl.h b/arch/riscv/include/asm/arch-jh7110/spl.h index 0756020809..3d665fe0a0 100644 --- a/arch/riscv/include/asm/arch-jh7110/spl.h +++ b/arch/riscv/include/asm/arch-jh7110/spl.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/board/starfive/evb/Makefile b/board/starfive/evb/Makefile index fc8867306f..e9d9ad7276 100644 --- a/board/starfive/evb/Makefile +++ b/board/starfive/evb/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0+ # -# Copyright (C) 2021 Shanghai StarFive Technology Co., Ltd. +# Copyright (C) 2022-2023 StarFive Technology Co., Ltd. # obj-y := starfive_evb.o diff --git a/board/starfive/evb/spl.c b/board/starfive/evb/spl.c index 8d07122719..8616a61479 100644 --- a/board/starfive/evb/spl.c +++ b/board/starfive/evb/spl.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/board/starfive/evb/starfive_evb.c b/board/starfive/evb/starfive_evb.c index 62f7129431..915ed1d4f9 100644 --- a/board/starfive/evb/starfive_evb.c +++ b/board/starfive/evb/starfive_evb.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/board/starfive/visionfive/Makefile b/board/starfive/visionfive/Makefile index 739370cb2a..841d5d9b2d 100644 --- a/board/starfive/visionfive/Makefile +++ b/board/starfive/visionfive/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0+ # -# Copyright (C) 2021 Shanghai StarFive Technology Co., Ltd. +# Copyright (C) 2022-2023 StarFive Technology Co., Ltd. # obj-y := starfive_visionfive.o diff --git a/board/starfive/visionfive/spl.c b/board/starfive/visionfive/spl.c index d74ecb9690..13e934de4b 100644 --- a/board/starfive/visionfive/spl.c +++ b/board/starfive/visionfive/spl.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/board/starfive/visionfive/starfive_visionfive.c b/board/starfive/visionfive/starfive_visionfive.c index e1b0042f10..462781a526 100755 --- a/board/starfive/visionfive/starfive_visionfive.c +++ b/board/starfive/visionfive/starfive_visionfive.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2021-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/drivers/clk/starfive/clk-jh7110.c b/drivers/clk/starfive/clk-jh7110.c index 61e46c35f5..249eb130f1 100644 --- a/drivers/clk/starfive/clk-jh7110.c +++ b/drivers/clk/starfive/clk-jh7110.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/drivers/gpio/starfive-gpio.c b/drivers/gpio/starfive-gpio.c index 9c715c1f9c..ccdbb116c1 100644 --- a/drivers/gpio/starfive-gpio.c +++ b/drivers/gpio/starfive-gpio.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/drivers/misc/starfive-otp.c b/drivers/misc/starfive-otp.c index 8ff189c35d..9ae65fefa0 100644 --- a/drivers/misc/starfive-otp.c +++ b/drivers/misc/starfive-otp.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/drivers/pinctrl/starfive/pinctrl-starfive.c b/drivers/pinctrl/starfive/pinctrl-starfive.c index 990d7ac526..389018f28e 100755 --- a/drivers/pinctrl/starfive/pinctrl-starfive.c +++ b/drivers/pinctrl/starfive/pinctrl-starfive.c @@ -2,7 +2,7 @@ /* * Pinctrl / GPIO driver for StarFive JH7100 SoC * - * Copyright (C) 2022 Shanghai StarFive Technology Co., Ltd. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: Lee Kuan Lim * Author: Jianlong Huang */ diff --git a/drivers/pinctrl/starfive/pinctrl-starfive.h b/drivers/pinctrl/starfive/pinctrl-starfive.h index 02b87ca996..7d2828f653 100755 --- a/drivers/pinctrl/starfive/pinctrl-starfive.h +++ b/drivers/pinctrl/starfive/pinctrl-starfive.h @@ -2,7 +2,7 @@ /* * Pinctrl / GPIO driver for StarFive SoC * - * Copyright (C) 2022 Shanghai StarFive Technology Co., Ltd. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: Lee Kuan Lim * Author: Jianlong Huang */ diff --git a/drivers/ram/starfive/ddrcsr_boot.c b/drivers/ram/starfive/ddrcsr_boot.c index eff862a175..048b838b3d 100644 --- a/drivers/ram/starfive/ddrcsr_boot.c +++ b/drivers/ram/starfive/ddrcsr_boot.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/drivers/ram/starfive/ddrphy_start.c b/drivers/ram/starfive/ddrphy_start.c index edfd43bb42..58165e427c 100644 --- a/drivers/ram/starfive/ddrphy_start.c +++ b/drivers/ram/starfive/ddrphy_start.c @@ -1,7 +1,6 @@ - // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/drivers/ram/starfive/ddrphy_train.c b/drivers/ram/starfive/ddrphy_train.c index d5888c9413..6383a42126 100644 --- a/drivers/ram/starfive/ddrphy_train.c +++ b/drivers/ram/starfive/ddrphy_train.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/drivers/ram/starfive/ddrphy_utils.c b/drivers/ram/starfive/ddrphy_utils.c index ed7667b536..f21e911cd9 100644 --- a/drivers/ram/starfive/ddrphy_utils.c +++ b/drivers/ram/starfive/ddrphy_utils.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/drivers/ram/starfive/starfive_ddr.c b/drivers/ram/starfive/starfive_ddr.c index 862a834a0c..5773d57927 100644 --- a/drivers/ram/starfive/starfive_ddr.c +++ b/drivers/ram/starfive/starfive_ddr.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/drivers/ram/starfive/starfive_ddr.h b/drivers/ram/starfive/starfive_ddr.h index 4877489079..d63e7e4c83 100644 --- a/drivers/ram/starfive/starfive_ddr.h +++ b/drivers/ram/starfive/starfive_ddr.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong * */ diff --git a/drivers/reset/reset-jh7110.c b/drivers/reset/reset-jh7110.c index 8a08dcf378..43be04e24f 100644 --- a/drivers/reset/reset-jh7110.c +++ b/drivers/reset/reset-jh7110.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: samin * yanhong * diff --git a/drivers/usb/cdns3/cdns3-starfive.c b/drivers/usb/cdns3/cdns3-starfive.c index eb184394cd..d51bf30b67 100644 --- a/drivers/usb/cdns3/cdns3-starfive.c +++ b/drivers/usb/cdns3/cdns3-starfive.c @@ -2,7 +2,7 @@ /** * cdns-starfive.c - Cadence USB Controller * - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: yanhong */ diff --git a/include/configs/starfive-visionfive.h b/include/configs/starfive-visionfive.h index b732cc3122..956c6a7d12 100644 --- a/include/configs/starfive-visionfive.h +++ b/include/configs/starfive-visionfive.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0+ /* - * Copyright (C) 2021 Shanghai StarFive Technology Co., Ltd. + * Copyright (C) 2021-2023 StarFive Technology Co., Ltd. * YanHong Wang */ diff --git a/include/dt-bindings/clock/starfive-jh7110-clkgen.h b/include/dt-bindings/clock/starfive-jh7110-clkgen.h index c2df56f222..6e9afe9c3b 100644 --- a/include/dt-bindings/clock/starfive-jh7110-clkgen.h +++ b/include/dt-bindings/clock/starfive-jh7110-clkgen.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 OR MIT */ /* - * Copyright 2022 StarFive, Inc + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. + * Author: XingYu Wu */ #ifndef __DT_BINDINGS_CLOCK_STARFIVE_JH7110_CLKGEN_H__ diff --git a/include/dt-bindings/clock/starfive-jh7110-isp.h b/include/dt-bindings/clock/starfive-jh7110-isp.h index b4f28731ed..b6a8a6e3b4 100644 --- a/include/dt-bindings/clock/starfive-jh7110-isp.h +++ b/include/dt-bindings/clock/starfive-jh7110-isp.h @@ -1,6 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 OR MIT */ /* - * Copyright 2022 StarFive, Inc + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. + * Author: XingYu Wu */ #ifndef __DT_BINDINGS_CLOCK_STARFIVE_JH7110_ISP_H__ diff --git a/include/dt-bindings/reset/starfive-jh7110.h b/include/dt-bindings/reset/starfive-jh7110.h index 5a4d973584..58b22e9165 100644 --- a/include/dt-bindings/reset/starfive-jh7110.h +++ b/include/dt-bindings/reset/starfive-jh7110.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 OR MIT */ /* - * Copyright (C) 2022 Starfive, Inc. + * Copyright (C) 2022-2023 StarFive Technology Co., Ltd. * Author: samin * yanhong */