2019-05-27 13:45:08

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH v2] iio: adc: meson_saradc: update with SPDX Licence identifier

Signed-off-by: Neil Armstrong <[email protected]>
---
Changes since v1:
- Used correct GPL-2.0 license

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..7b28d045d271 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 <[email protected]>
- *
- * 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>
--
2.21.0


2019-05-27 19:20:23

by Martin Blumenstingl

[permalink] [raw]
Subject: Re: [PATCH v2] iio: adc: meson_saradc: update with SPDX Licence identifier

On Mon, May 27, 2019 at 3:43 PM Neil Armstrong <[email protected]> wrote:
>
> Signed-off-by: Neil Armstrong <[email protected]>
Reviewed-by: Martin Blumenstingl <[email protected]>

2019-06-08 11:24:01

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH v2] iio: adc: meson_saradc: update with SPDX Licence identifier

On Mon, 27 May 2019 20:03:18 +0200
Martin Blumenstingl <[email protected]> wrote:

> On Mon, May 27, 2019 at 3:43 PM Neil Armstrong <[email protected]> wrote:
> >
> > Signed-off-by: Neil Armstrong <[email protected]>
> Reviewed-by: Martin Blumenstingl <[email protected]>

Applied.

Thanks,

Jonathan