From: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> Clearly stated in existing headers so just convert to SDPX. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> --- drivers/iio/buffer/industrialio-buffer-dmaengine.c | 3 +-- include/linux/iio/buffer-dmaengine.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/iio/buffer/industrialio-buffer-dmaengine.c b/drivers/iio/buffer/industrialio-buffer-dmaengine.c index 2b5a320f42c5..9a0a02e89e9b 100644 --- a/drivers/iio/buffer/industrialio-buffer-dmaengine.c +++ b/drivers/iio/buffer/industrialio-buffer-dmaengine.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2014-2015 Analog Devices Inc. * Author: Lars-Peter Clausen <lars@xxxxxxxxxx> - * - * Licensed under the GPL-2 or later. */ #include <linux/slab.h> diff --git a/include/linux/iio/buffer-dmaengine.h b/include/linux/iio/buffer-dmaengine.h index 5dcddf427bb0..c7dbcd359213 100644 --- a/include/linux/iio/buffer-dmaengine.h +++ b/include/linux/iio/buffer-dmaengine.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2014-2015 Analog Devices Inc. * Author: Lars-Peter Clausen <lars@xxxxxxxxxx> - * - * Licensed under the GPL-2 or later. */ #ifndef __IIO_DMAENGINE_H__ -- 2.22.0