Re: [PATCH v2 1/7] drivers: soc: atmel: add spdx license identifier

2021-01-26 Thread Nicolas Ferre

On 26/01/2021 at 10:29, Claudiu Beznea wrote:

Add SPDX-License-Identifier.

Signed-off-by: Claudiu Beznea 


Acked-by: Nicolas Ferre 

I remove license boilerplate text now that it's useless and queue this 
one on top of at91-soc.


Thanks, best regards,
  Nicolas


---
  drivers/soc/atmel/soc.c | 1 +
  drivers/soc/atmel/soc.h | 1 +
  2 files changed, 2 insertions(+)

diff --git a/drivers/soc/atmel/soc.c b/drivers/soc/atmel/soc.c
index 2dc86728b132..755a82502ef4 100644
--- a/drivers/soc/atmel/soc.c
+++ b/drivers/soc/atmel/soc.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
  /*
   * Copyright (C) 2015 Atmel
   *
diff --git a/drivers/soc/atmel/soc.h b/drivers/soc/atmel/soc.h
index ee652e4841a5..77b27124362c 100644
--- a/drivers/soc/atmel/soc.h
+++ b/drivers/soc/atmel/soc.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
  /*
   * Copyright (C) 2015 Atmel
   *




--
Nicolas Ferre


[PATCH v2 1/7] drivers: soc: atmel: add spdx license identifier

2021-01-26 Thread Claudiu Beznea
Add SPDX-License-Identifier.

Signed-off-by: Claudiu Beznea 
---
 drivers/soc/atmel/soc.c | 1 +
 drivers/soc/atmel/soc.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/drivers/soc/atmel/soc.c b/drivers/soc/atmel/soc.c
index 2dc86728b132..755a82502ef4 100644
--- a/drivers/soc/atmel/soc.c
+++ b/drivers/soc/atmel/soc.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2015 Atmel
  *
diff --git a/drivers/soc/atmel/soc.h b/drivers/soc/atmel/soc.h
index ee652e4841a5..77b27124362c 100644
--- a/drivers/soc/atmel/soc.h
+++ b/drivers/soc/atmel/soc.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2015 Atmel
  *
-- 
2.7.4