diff options
author | Yangtao Li <tiny.windzz@gmail.com> | 2019-05-12 04:32:41 -0400 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-05-18 09:55:01 +0100 |
commit | 5887c8364766842f9c5e07e4b0bf38013f48ba09 (patch) | |
tree | c98f7b27d55594ad3f502845f5ee22d072d856a5 /drivers/iio/adc/sun4i-gpadc-iio.c | |
parent | 0d698a538f8d4827c3209c44db57ca5a5945550e (diff) | |
download | linux-5887c8364766842f9c5e07e4b0bf38013f48ba09.tar.gz linux-5887c8364766842f9c5e07e4b0bf38013f48ba09.tar.bz2 linux-5887c8364766842f9c5e07e4b0bf38013f48ba09.zip |
iio: adc: sun4i-gpadc-iio convert to SPDX license tags
Updates license to use SPDX-License-Identifier.
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc/sun4i-gpadc-iio.c')
-rw-r--r-- | drivers/iio/adc/sun4i-gpadc-iio.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/adc/sun4i-gpadc-iio.c b/drivers/iio/adc/sun4i-gpadc-iio.c index 04d7147e0110..f13c6248a662 100644 --- a/drivers/iio/adc/sun4i-gpadc-iio.c +++ b/drivers/iio/adc/sun4i-gpadc-iio.c @@ -1,11 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* ADC driver for sunxi platforms' (A10, A13 and A31) GPADC * * Copyright (c) 2016 Quentin Schulz <quentin.schulz@free-electrons.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. - * * The Allwinner SoCs all have an ADC that can also act as a touchscreen * controller and a thermal sensor. * The thermal sensor works only when the ADC acts as a touchscreen controller |