Add the missing SPDX license header to arch/arm/mach-sunxi/sunxi.c.
Signed-off-by: Jason Wang <[email protected]>
---
arch/arm/mach-sunxi/sunxi.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c
index 19635721013d..e1b7945aac99 100644
--- a/arch/arm/mach-sunxi/sunxi.c
+++ b/arch/arm/mach-sunxi/sunxi.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* Device Tree support for Allwinner A1X SoCs
*
@@ -5,9 +6,6 @@
*
* Maxime Ripard <[email protected]>
*
- * This file is licensed under the terms of the GNU General Public
- * License version 2. This program is licensed "as is" without any
- * warranty of any kind, whether express or implied.
*/
#include <linux/clocksource.h>
--
2.32.0
On Tue, Aug 10, 2021 at 09:29:54PM +0800, Jason Wang wrote:
> Add the missing SPDX license header to arch/arm/mach-sunxi/sunxi.c.
>
> Signed-off-by: Jason Wang <[email protected]>
Queued for 5.16, thanks
Maxime