diff mbox series

iio: adc: meson_saradc: update with SPDX Licence identifier

Message ID 20190520140228.29325-1-narmstrong@baylibre.com (mailing list archive)
State Superseded
Headers show
Series iio: adc: meson_saradc: update with SPDX Licence identifier | expand

Commit Message

Neil Armstrong May 20, 2019, 2:02 p.m. UTC
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/iio/adc/meson_saradc.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

Comments

Martin Blumenstingl May 20, 2019, 5:55 p.m. UTC | #1
Hi Neil,

On Mon, May 20, 2019 at 4:02 PM Neil Armstrong <narmstrong@baylibre.com> wrote:
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  drivers/iio/adc/meson_saradc.c | 8 +-------
>  1 file changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/drivers/iio/adc/meson_saradc.c b/drivers/iio/adc/meson_saradc.c
> index 510d8b7ef3a0..e39d95734496 100644
> --- a/drivers/iio/adc/meson_saradc.c
> +++ b/drivers/iio/adc/meson_saradc.c
> @@ -1,14 +1,8 @@
> +// SPDX-License-Identifier: GPL-2.0+
the original license text didn't mention "... or later"
personally I'm happy with either GPL-2.0 or GPL-2.0+
Neil Armstrong May 20, 2019, 6:28 p.m. UTC | #2
Hi Martin,

Le 20/05/2019 19:55, Martin Blumenstingl a écrit :
> Hi Neil,
> 
> On Mon, May 20, 2019 at 4:02 PM Neil Armstrong <narmstrong@baylibre.com> wrote:
>>
>> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
>> ---
>>  drivers/iio/adc/meson_saradc.c | 8 +-------
>>  1 file changed, 1 insertion(+), 7 deletions(-)
>>
>> diff --git a/drivers/iio/adc/meson_saradc.c b/drivers/iio/adc/meson_saradc.c
>> index 510d8b7ef3a0..e39d95734496 100644
>> --- a/drivers/iio/adc/meson_saradc.c
>> +++ b/drivers/iio/adc/meson_saradc.c
>> @@ -1,14 +1,8 @@
>> +// SPDX-License-Identifier: GPL-2.0+
> the original license text didn't mention "... or later"
> personally I'm happy with either GPL-2.0 or GPL-2.0+
> 

I'll fix and re-spin, thanks for reviewing.

Neil
diff mbox series

Patch

diff --git a/drivers/iio/adc/meson_saradc.c b/drivers/iio/adc/meson_saradc.c
index 510d8b7ef3a0..e39d95734496 100644
--- a/drivers/iio/adc/meson_saradc.c
+++ b/drivers/iio/adc/meson_saradc.c
@@ -1,14 +1,8 @@ 
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Amlogic Meson Successive Approximation Register (SAR) A/D Converter
  *
  * Copyright (C) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
- *
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <linux/bitfield.h>