* [PATCH] iio: adc: max9611: convert to SPDX identifiers
@ 2018-11-08 6:42 Kuninori Morimoto
2018-11-11 13:09 ` Jonathan Cameron
0 siblings, 1 reply; 3+ messages in thread
From: Kuninori Morimoto @ 2018-11-08 6:42 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: linux-iio
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
This patch updates license to use SPDX-License-Identifier
instead of verbose license text.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
drivers/iio/adc/max9611.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/drivers/iio/adc/max9611.c b/drivers/iio/adc/max9611.c
index 643a4e66..917223d 100644
--- a/drivers/iio/adc/max9611.c
+++ b/drivers/iio/adc/max9611.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* iio/adc/max9611.c
*
@@ -5,10 +6,6 @@
* 12-bit ADC interface.
*
* Copyright (C) 2017 Jacopo Mondi
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
*/
/*
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] iio: adc: max9611: convert to SPDX identifiers
2018-11-08 6:42 [PATCH] iio: adc: max9611: convert to SPDX identifiers Kuninori Morimoto
@ 2018-11-11 13:09 ` Jonathan Cameron
2018-11-11 15:38 ` jacopo mondi
0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Cameron @ 2018-11-11 13:09 UTC (permalink / raw)
To: Kuninori Morimoto; +Cc: linux-iio, Jacopo Mondi
On Thu, 8 Nov 2018 06:42:43 +0000
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> This patch updates license to use SPDX-License-Identifier
> instead of verbose license text.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Normally I'm against anyone making SPDX replacements except the
author or someone who is otherwise doing substantial work on the driver.
As Jacopo was working for Renesas at the time I'm going to assume
this is a Renesas wide change and apply it.
Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.
Thanks,
Jonathan
> ---
> drivers/iio/adc/max9611.c | 5 +----
> 1 file changed, 1 insertion(+), 4 deletions(-)
>
> diff --git a/drivers/iio/adc/max9611.c b/drivers/iio/adc/max9611.c
> index 643a4e66..917223d 100644
> --- a/drivers/iio/adc/max9611.c
> +++ b/drivers/iio/adc/max9611.c
> @@ -1,3 +1,4 @@
> +// SPDX-License-Identifier: GPL-2.0
> /*
> * iio/adc/max9611.c
> *
> @@ -5,10 +6,6 @@
> * 12-bit ADC interface.
> *
> * Copyright (C) 2017 Jacopo Mondi
> - *
> - * This program is free software; you can redistribute it and/or modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> */
>
> /*
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] iio: adc: max9611: convert to SPDX identifiers
2018-11-11 13:09 ` Jonathan Cameron
@ 2018-11-11 15:38 ` jacopo mondi
0 siblings, 0 replies; 3+ messages in thread
From: jacopo mondi @ 2018-11-11 15:38 UTC (permalink / raw)
To: Jonathan Cameron; +Cc: Kuninori Morimoto, linux-iio, Jacopo Mondi
[-- Attachment #1: Type: text/plain, Size: 1576 bytes --]
Hi Jonathan,
On Sun, Nov 11, 2018 at 01:09:15PM +0000, Jonathan Cameron wrote:
> On Thu, 8 Nov 2018 06:42:43 +0000
> Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote:
>
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> >
> > This patch updates license to use SPDX-License-Identifier
> > instead of verbose license text.
> >
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Normally I'm against anyone making SPDX replacements except the
> author or someone who is otherwise doing substantial work on the driver.
>
> As Jacopo was working for Renesas at the time I'm going to assume
> this is a Renesas wide change and apply it.
>
> Applied to the togreg branch of iio.git and pushed out as testing
> for the autobuilders to play with it.
>
> Thanks,
Thanks, it's fine with me!
Cheers
j
>
> Jonathan
>
> > ---
> > drivers/iio/adc/max9611.c | 5 +----
> > 1 file changed, 1 insertion(+), 4 deletions(-)
> >
> > diff --git a/drivers/iio/adc/max9611.c b/drivers/iio/adc/max9611.c
> > index 643a4e66..917223d 100644
> > --- a/drivers/iio/adc/max9611.c
> > +++ b/drivers/iio/adc/max9611.c
> > @@ -1,3 +1,4 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > /*
> > * iio/adc/max9611.c
> > *
> > @@ -5,10 +6,6 @@
> > * 12-bit ADC interface.
> > *
> > * Copyright (C) 2017 Jacopo Mondi
> > - *
> > - * This program is free software; you can redistribute it and/or modify
> > - * it under the terms of the GNU General Public License version 2 as
> > - * published by the Free Software Foundation.
> > */
> >
> > /*
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-11-11 22:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-08 6:42 [PATCH] iio: adc: max9611: convert to SPDX identifiers Kuninori Morimoto
2018-11-11 13:09 ` Jonathan Cameron
2018-11-11 15:38 ` jacopo mondi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox