diff mbox series

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

Message ID 1611653376-24168-2-git-send-email-claudiu.beznea@microchip.com (mailing list archive)
State New, archived
Headers show
Series drivers: soc: atmel: add support for sama7g5 | expand

Commit Message

Claudiu Beznea Jan. 26, 2021, 9:29 a.m. UTC
Add SPDX-License-Identifier.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 drivers/soc/atmel/soc.c | 1 +
 drivers/soc/atmel/soc.h | 1 +
 2 files changed, 2 insertions(+)

Comments

Nicolas Ferre Jan. 26, 2021, 10:28 a.m. UTC | #1
On 26/01/2021 at 10:29, Claudiu Beznea wrote:
> Add SPDX-License-Identifier.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

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
>    *
>
diff mbox series

Patch

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
  *