Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: iio: dac: Fix wrong license for ADI drivers

Analog Devices drivers are typically GPL v2 only. This patch fixes the
inconsistencies between the module license and SPDX.

Signed-off-by: Stefan Popa <stefan.popa@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Stefan Popa and committed by
Jonathan Cameron
cbd5dd38 1a78daea

+5 -5
+1 -1
drivers/iio/dac/ad5686-spi.c
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * AD5672R, AD5674R, AD5676, AD5676R, AD5679R, 4 4 * AD5681R, AD5682R, AD5683, AD5683R, AD5684,
+1 -1
drivers/iio/dac/ad5686.c
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * AD5686R, AD5685R, AD5684R Digital to analog converters driver 4 4 *
+1 -1
drivers/iio/dac/ad5686.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0+ */ 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 2 /* 3 3 * This file is part of AD5686 DAC driver 4 4 *
+1 -1
drivers/iio/dac/ad5696-i2c.c
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * AD5671R, AD5675R, AD5691R, AD5692R, AD5693, AD5693R, 4 4 * AD5694, AD5694R, AD5695R, AD5696, AD5696R
+1 -1
drivers/iio/dac/ad5758.c
··· 1 - // SPDX-License-Identifier: GPL-2.0+ 1 + // SPDX-License-Identifier: GPL-2.0 2 2 /* 3 3 * AD5758 Digital to analog converters driver 4 4 *