diff options
author | Benjamin Gaignard | 2017-12-05 15:55:59 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2018-01-08 16:03:41 +0100 |
commit | 6e93e26193c83b29eb397190aff449f53618a552 (patch) | |
tree | d651d76d2f8c7f52974bc185fb211425deb45a4a /drivers/iio/counter | |
parent | debbbbef06e23683d6cf8e1b03d0e9e7a69ad145 (diff) |
iio: stm32: Adopt SPDX identifier
Add SPDX identifier in stm32's files in IIO directory
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Acked-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Acked-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/counter')
-rw-r--r-- | drivers/iio/counter/stm32-lptimer-cnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/counter/stm32-lptimer-cnt.c b/drivers/iio/counter/stm32-lptimer-cnt.c index 81ae5f74216d..42fb8ba67090 100644 --- a/drivers/iio/counter/stm32-lptimer-cnt.c +++ b/drivers/iio/counter/stm32-lptimer-cnt.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * STM32 Low-Power Timer Encoder and Counter driver * @@ -7,7 +8,6 @@ * * Inspired by 104-quad-8 and stm32-timer-trigger drivers. * - * License terms: GNU General Public License (GPL), version 2 */ #include <linux/bitfield.h> |