linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: sunxi: Add a missing SPDX license header
@ 2021-08-10 13:29 Jason Wang
  2021-08-19  7:43 ` Maxime Ripard
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Wang @ 2021-08-10 13:29 UTC (permalink / raw)
  To: wens
  Cc: mripard, linux, jernej.skrabec, linux-arm-kernel, linux-sunxi,
	linux-kernel, Jason Wang

Add the missing SPDX license header to arch/arm/mach-sunxi/sunxi.c.

Signed-off-by: Jason Wang <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 <maxime.ripard@free-electrons.com>
  *
- * 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: sunxi: Add a missing SPDX license header
  2021-08-10 13:29 [PATCH] ARM: sunxi: Add a missing SPDX license header Jason Wang
@ 2021-08-19  7:43 ` Maxime Ripard
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2021-08-19  7:43 UTC (permalink / raw)
  To: Jason Wang
  Cc: wens, linux, jernej.skrabec, linux-arm-kernel, linux-sunxi, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

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 <wangborong@cdjrlc.com>

Queued for 5.16, thanks
Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: sunxi: Add a missing SPDX license header
  2021-08-10 13:31 Jason Wang
@ 2021-08-19  7:44 ` Maxime Ripard
  0 siblings, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2021-08-19  7:44 UTC (permalink / raw)
  To: Jason Wang
  Cc: wens, linux, jernej.skrabec, linux-arm-kernel, linux-sunxi, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

On Tue, Aug 10, 2021 at 09:31:38PM +0800, Jason Wang wrote:
> Add the missing SPDX license header to arch/arm/mach-sunxi/platsmp.c.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>

Queued for 5.16, thanks!
Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: sunxi: Add a missing SPDX license header
@ 2021-08-10 13:31 Jason Wang
  2021-08-19  7:44 ` Maxime Ripard
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Wang @ 2021-08-10 13:31 UTC (permalink / raw)
  To: wens
  Cc: mripard, linux, jernej.skrabec, linux-arm-kernel, linux-sunxi,
	linux-kernel, Jason Wang

Add the missing SPDX license header to arch/arm/mach-sunxi/platsmp.c.

Signed-off-by: Jason Wang <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 <linux/delay.h>
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-19  7:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10 13:29 [PATCH] ARM: sunxi: Add a missing SPDX license header Jason Wang
2021-08-19  7:43 ` Maxime Ripard
2021-08-10 13:31 Jason Wang
2021-08-19  7:44 ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).