diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-11-08 07:41:10 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-11-16 19:32:27 +0100 |
commit | c924eee309d919e8719eb06666085095c0be0813 (patch) | |
tree | bf127fc23780e7c5f93349bcafb89b1b55899ec4 /drivers/iio | |
parent | iio: adc: max9611: convert to SPDX identifiers (diff) | |
download | linux-c924eee309d919e8719eb06666085095c0be0813.tar.xz linux-c924eee309d919e8719eb06666085095c0be0813.zip |
iio: adc: max11100: convert to SPDX identifiers
This patch updates license to use SPDX-License-Identifier
instead of verbose license text.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/adc/max11100.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/iio/adc/max11100.c b/drivers/iio/adc/max11100.c index af59ab2e650c..3440539cfdba 100644 --- a/drivers/iio/adc/max11100.c +++ b/drivers/iio/adc/max11100.c @@ -1,13 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 /* * iio/adc/max11100.c * Maxim max11100 ADC Driver with IIO interface * * Copyright (C) 2016-17 Renesas Electronics Corporation * Copyright (C) 2016-17 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. */ #include <linux/delay.h> #include <linux/kernel.h> |