diff mbox series

[08/40] mfd: ti_am335x_tscadc: Replace license text with SPDX tag

Message ID 20210825152518.379386-9-miquel.raynal@bootlin.com
State Superseded
Headers show
Series TI AM437X ADC1 | expand

Commit Message

Miquel Raynal Aug. 25, 2021, 3:24 p.m. UTC
Drop the text license and replace it with an equivalent SPDX license tag
identifier.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
 drivers/mfd/ti_am335x_tscadc.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

Comments

Jonathan Cameron Aug. 30, 2021, 12:38 p.m. UTC | #1
On Wed, 25 Aug 2021 17:24:46 +0200
Miquel Raynal <miquel.raynal@bootlin.com> wrote:

> Drop the text license and replace it with an equivalent SPDX license tag

> identifier.

> 

> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

Matches with the MODULE_LICENSE(GPL) so make sense to me.

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>


I wonder how this one managed to escape being updated before?  Ah well..

> ---

>  drivers/mfd/ti_am335x_tscadc.c | 10 +---------

>  1 file changed, 1 insertion(+), 9 deletions(-)

> 

> diff --git a/drivers/mfd/ti_am335x_tscadc.c b/drivers/mfd/ti_am335x_tscadc.c

> index 0e6e25308190..45262ca7734a 100644

> --- a/drivers/mfd/ti_am335x_tscadc.c

> +++ b/drivers/mfd/ti_am335x_tscadc.c

> @@ -1,16 +1,8 @@

> +// SPDX-License-Identifier: GPL-2.0-only

>  /*

>   * TI Touch Screen / 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 <linux/module.h>
diff mbox series

Patch

diff --git a/drivers/mfd/ti_am335x_tscadc.c b/drivers/mfd/ti_am335x_tscadc.c
index 0e6e25308190..45262ca7734a 100644
--- a/drivers/mfd/ti_am335x_tscadc.c
+++ b/drivers/mfd/ti_am335x_tscadc.c
@@ -1,16 +1,8 @@ 
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * TI Touch Screen / 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 <linux/module.h>