reset: starfive: jh7110: Standardize the copyright

Standardize the StarFive copyright information.

Signed-off-by: Hal Feng <hal.feng@starfivetech.com>
This commit is contained in:
Hal Feng 2023-04-26 11:02:20 +08:00 committed by Justin Hammond
parent 322e125970
commit fdb4099991
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,8 @@
/*
* Reset driver for the StarFive JH7110 SoC
*
* Copyright (C) 2021 samin <samin.guo@starfivetech.com>
* Copyright (C) 2021 StarFive Technology Co., Ltd.
* Author: Samin Guo <samin.guo@starfivetech.com>
*/
#include <linux/bitmap.h>

View file

@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 OR MIT */
/*
* Copyright (C) 2021 samin <samin.guo@starfivetech.com>
* Copyright (C) 2021 StarFive Technology Co., Ltd.
* Author: Samin Guo <samin.guo@starfivetech.com>
*/
#ifndef __DT_BINDINGS_RESET_STARFIVE_JH7110_H__