diff options
author | Stefan Popa <stefan.popa@analog.com> | 2018-04-11 14:52:12 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-04-15 19:13:04 +0100 |
commit | 16a3c17575c41d8f2e8406e89b9f3ba1eaabea19 (patch) | |
tree | 3a1fa365e1502ae0e8a1fd9e1e6f6046ca7c841a /drivers/iio/dac | |
parent | 25ffba7a2a8dfbb9549fc54657037fe49ce1fc8a (diff) | |
download | linux-16a3c17575c41d8f2e8406e89b9f3ba1eaabea19.tar.bz2 |
iio:dac:ad5686: Change license description
Add GPLv2+ SPDX identifier and remove license notice to keep the whole
purpose of using an SPDx id.
Signed-off-by: Stefan Popa <stefan.popa@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/dac')
-rw-r--r-- | drivers/iio/dac/ad5686.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iio/dac/ad5686.c b/drivers/iio/dac/ad5686.c index f7f975c8d4bd..e328513dd4c2 100644 --- a/drivers/iio/dac/ad5686.c +++ b/drivers/iio/dac/ad5686.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * AD5686R, AD5685R, AD5684R Digital to analog converters driver * * Copyright 2011 Analog Devices Inc. - * - * Licensed under the GPL-2. */ #include <linux/interrupt.h> |