ARM: sunxi: Add a missing SPDX license header
authorJason Wang <wangborong@cdjrlc.com>
Tue, 10 Aug 2021 13:31:38 +0000 (21:31 +0800)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 13 Sep 2021 07:03:47 +0000 (09:03 +0200)
Add the missing SPDX license header to arch/arm/mach-sunxi/platsmp.c.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210810133138.109309-1-wangborong@cdjrlc.com
arch/arm/mach-sunxi/platsmp.c

index bdde9ef3aaa91c96f09f13b275b4622a89a9b19d..052097e78e6e31424364907fef988a685bec5833 100644 (file)
@@ -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 <linux/delay.h>