From 7cb82b985f6e74733e32ec301a010533c7ce2f63 Mon Sep 17 00:00:00 2001 From: Jason Wang Date: Tue, 10 Aug 2021 21:29:54 +0800 Subject: [PATCH 1/2] ARM: sunxi: Add a missing SPDX license header Add the missing SPDX license header to arch/arm/mach-sunxi/sunxi.c. Signed-off-by: Jason Wang Signed-off-by: Maxime Ripard Link: https://lore.kernel.org/r/20210810132954.107518-1-wangborong@cdjrlc.com --- 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 * - * 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 From 5923ddaa95a7e61e827a3d9b1d9c749963d8db90 Mon Sep 17 00:00:00 2001 From: Jason Wang Date: Tue, 10 Aug 2021 21:31:38 +0800 Subject: [PATCH 2/2] ARM: sunxi: Add a missing SPDX license header Add the missing SPDX license header to arch/arm/mach-sunxi/platsmp.c. Signed-off-by: Jason Wang Signed-off-by: Maxime Ripard Link: https://lore.kernel.org/r/20210810133138.109309-1-wangborong@cdjrlc.com --- arch/arm/mach-sunxi/platsmp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/mach-sunxi/platsmp.c b/arch/arm/mach-sunxi/platsmp.c index bdde9ef3aaa9..052097e78e6e 100644 --- a/arch/arm/mach-sunxi/platsmp.c +++ b/arch/arm/mach-sunxi/platsmp.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * SMP support for Allwinner SoCs * @@ -8,9 +9,6 @@ * Based on code * Copyright (C) 2012-2013 Allwinner Ltd. * - * 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