@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* dtsi file for Hisilicon Hi6220 coresight
*
@@ -6,10 +7,6 @@
* Author: Pengcheng Li <lipengcheng8@huawei.com>
* Leo Yan <leo.yan@linaro.org>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * publishhed by the Free Software Foundation.
- *
*/
/ {
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/**
* dts file for Hisilicon D02 Development Board
*
* Copyright (C) 2014,2015 Hisilicon Ltd.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * publishhed by the Free Software Foundation.
- *
*/
/dts-v1/;
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/**
* dts file for Hisilicon D02 Development Board
*
* Copyright (C) 2014,2015 Hisilicon Ltd.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * publishhed by the Free Software Foundation.
- *
*/
#include <dt-bindings/interrupt-controller/arm-gic.h>
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/**
* dts file for Hisilicon D03 Development Board
*
* Copyright (C) 2016 Hisilicon Ltd.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * publishhed by the Free Software Foundation.
- *
*/
/dts-v1/;
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/**
* dts file for Hisilicon D03 Development Board
*
* Copyright (C) 2016 Hisilicon Ltd.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * publishhed by the Free Software Foundation.
- *
*/
#include <dt-bindings/interrupt-controller/arm-gic.h>
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/**
* dts file for Hisilicon D05 Development Board
*
* Copyright (C) 2016 Hisilicon Ltd.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * publishhed by the Free Software Foundation.
- *
*/
/dts-v1/;
@@ -1,12 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
/**
* dts file for Hisilicon D05 Development Board
*
* Copyright (C) 2016 Hisilicon Ltd.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * publishhed by the Free Software Foundation.
- *
*/
#include <dt-bindings/interrupt-controller/arm-gic.h>
The original license text had a typo ("publishhed") which would be likely to confuse automated licensing auditing tools. Let's just switch to SPDX instead of fixing the wording. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> --- arch/arm64/boot/dts/hisilicon/hi6220-coresight.dtsi | 5 +---- arch/arm64/boot/dts/hisilicon/hip05-d02.dts | 5 +---- arch/arm64/boot/dts/hisilicon/hip05.dtsi | 5 +---- arch/arm64/boot/dts/hisilicon/hip06-d03.dts | 5 +---- arch/arm64/boot/dts/hisilicon/hip06.dtsi | 5 +---- arch/arm64/boot/dts/hisilicon/hip07-d05.dts | 5 +---- arch/arm64/boot/dts/hisilicon/hip07.dtsi | 5 +---- 7 files changed, 7 insertions(+), 28 deletions(-)