From: Miquel Raynal Date: Fri, 15 Oct 2021 08:14:57 +0000 (+0200) Subject: iio: adc: ti_am335x_adc: Replace license text with SPDX tag X-Git-Tag: v5.16-rc1~85^2~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aaf7120003f38cc89af7ff6d6e69019d5b5fb50f;p=thirdparty%2Fkernel%2Flinux.git iio: adc: ti_am335x_adc: Replace license text with SPDX tag Drop the text license and replace it with an equivalent SPDX license tag identifier which also matches the MODULE_LICENSE("GPL"). Signed-off-by: Miquel Raynal Acked-by: Jonathan Cameron Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20211015081506.933180-40-miquel.raynal@bootlin.com --- diff --git a/drivers/iio/adc/ti_am335x_adc.c b/drivers/iio/adc/ti_am335x_adc.c index 0a4d66a541ed7..11109c84f9717 100644 --- a/drivers/iio/adc/ti_am335x_adc.c +++ b/drivers/iio/adc/ti_am335x_adc.c @@ -1,16 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * TI ADC MFD driver * * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation version 2. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether express or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include