diff options
author | Yanhong Wang <yanhong.wang@starfivetech.com> | 2023-04-23 06:19:47 +0300 |
---|---|---|
committer | Yanhong Wang <yanhong.wang@starfivetech.com> | 2023-04-23 06:19:47 +0300 |
commit | fe8426ebb03dc13a06758d2c4c0571e19b3c064a (patch) | |
tree | f9bb4efcf5f355b7975b4256156ef11ece5e916b /board | |
parent | 09e037026077b2ae9fd4e05e3087ca1cd50ed4b6 (diff) | |
download | u-boot-fe8426ebb03dc13a06758d2c4c0571e19b3c064a.tar.xz |
board: starfive: copyright: Standardize the copyright format
Unify the content format of the copyright section
Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/starfive/evb/Makefile | 2 | ||||
-rw-r--r-- | board/starfive/evb/spl.c | 2 | ||||
-rw-r--r-- | board/starfive/evb/starfive_evb.c | 2 | ||||
-rw-r--r-- | board/starfive/visionfive/Makefile | 2 | ||||
-rw-r--r-- | board/starfive/visionfive/spl.c | 2 | ||||
-rwxr-xr-x | board/starfive/visionfive/starfive_visionfive.c | 2 |
6 files changed, 6 insertions, 6 deletions
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 <yanhong.wang@starfivetech.com> * */ 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 <yanhong.wang@starfivetech.com> * */ 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 <yanhong.wang@starfivetech.com> * */ 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 <yanhong.wang@starfivetech.com> * */ |