diff mbox series

[1/7] drivers: soc: atmel: add spdx licence identifier

Message ID 1611318097-8970-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. 22, 2021, 12:21 p.m. UTC
Add SPDX-Licence-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

Rob Herring Jan. 22, 2021, 2:16 p.m. UTC | #1
On Fri, Jan 22, 2021 at 6:21 AM Claudiu Beznea
<claudiu.beznea@microchip.com> wrote:
>
> Add SPDX-Licence-Identifier.

License

>
> 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(+)
>
> diff --git a/drivers/soc/atmel/soc.c b/drivers/soc/atmel/soc.c
> index 728d461ad6d6..1a6cb4bc7d67 100644
> --- a/drivers/soc/atmel/soc.c
> +++ b/drivers/soc/atmel/soc.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0-or-later

Kernel sources are generally GPL-2.0-only and that was the default.
The commit should note the relicensing and why that is okay (if it
is).

Rob
diff mbox series

Patch

diff --git a/drivers/soc/atmel/soc.c b/drivers/soc/atmel/soc.c
index 728d461ad6d6..1a6cb4bc7d67 100644
--- a/drivers/soc/atmel/soc.c
+++ b/drivers/soc/atmel/soc.c
@@ -1,3 +1,4 @@ 
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2015 Atmel
  *
diff --git a/drivers/soc/atmel/soc.h b/drivers/soc/atmel/soc.h
index 5849846a69d6..3dc19c44e3a8 100644
--- a/drivers/soc/atmel/soc.h
+++ b/drivers/soc/atmel/soc.h
@@ -1,3 +1,4 @@ 
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  * Copyright (C) 2015 Atmel
  *