Message ID | 20190118005404.10452-1-shawnguo@kernel.org (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | ae4eba836555a03a053b0951dedf3597c8f4fff0 |
Headers | show |
Series | arm64: dts: hi3798cv200: fix malformed SPDX license identifier | expand |
Hi Shawn, On 1/18/2019 12:54 AM, Shawn Guo wrote: > It fixes malformed SPDX license identifier in Hi3798CV200 and Poplar > DTS, accroding to Documentation/process/license-rules.rst. > > Signed-off-by: Shawn Guo <shawnguo@kernel.org> Applied to the hisilicon soc dt tree. Thanks! Best Regards, Wei > --- > arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts | 4 +--- > arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 4 +--- > 2 files changed, 2 insertions(+), 6 deletions(-) > > diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts b/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts > index 32716c96b457..c563d3eb2d98 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts > +++ b/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts > @@ -1,10 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * DTS File for HiSilicon Poplar Development Board > * > * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd. > - * > - * Released under the GPLv2 only. > - * SPDX-License-Identifier: GPL-2.0 > */ > > /dts-v1/; > diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi > index 7c0fddd7c8cf..13821a0ff524 100644 > --- a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi > +++ b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi > @@ -1,10 +1,8 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * DTS File for HiSilicon Hi3798cv200 SoC. > * > * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd. > - * > - * Released under the GPLv2 only. > - * SPDX-License-Identifier: GPL-2.0 > */ > > #include <dt-bindings/clock/histb-clock.h> >
diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts b/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts index 32716c96b457..c563d3eb2d98 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts +++ b/arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts @@ -1,10 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * DTS File for HiSilicon Poplar Development Board * * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd. - * - * Released under the GPLv2 only. - * SPDX-License-Identifier: GPL-2.0 */ /dts-v1/; diff --git a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi index 7c0fddd7c8cf..13821a0ff524 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi @@ -1,10 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * DTS File for HiSilicon Hi3798cv200 SoC. * * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd. - * - * Released under the GPLv2 only. - * SPDX-License-Identifier: GPL-2.0 */ #include <dt-bindings/clock/histb-clock.h>
It fixes malformed SPDX license identifier in Hi3798CV200 and Poplar DTS, accroding to Documentation/process/license-rules.rst. Signed-off-by: Shawn Guo <shawnguo@kernel.org> --- arch/arm64/boot/dts/hisilicon/hi3798cv200-poplar.dts | 4 +--- arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-)