diff mbox series

[3/3] thermal: qoriq: Switch to SPDX identifier

Message ID 1532805471-19593-3-git-send-email-festevam@gmail.com (mailing list archive)
State Accepted
Delegated to: Eduardo Valentin
Headers show
Series [1/3] thermal: qoriq: Use devm_thermal_zone_of_sensor_register() | expand

Commit Message

Fabio Estevam July 28, 2018, 7:17 p.m. UTC
From: Fabio Estevam <fabio.estevam@nxp.com>

Adopt the SPDX license identifier headers to ease license compliance
management.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 drivers/thermal/qoriq_thermal.c | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

Comments

Daniel Lezcano Aug. 1, 2018, 3:55 p.m. UTC | #1
On 28/07/2018 21:17, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> Adopt the SPDX license identifier headers to ease license compliance
> management.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  drivers/thermal/qoriq_thermal.c | 16 +++-------------
>  1 file changed, 3 insertions(+), 13 deletions(-)
> 
> diff --git a/drivers/thermal/qoriq_thermal.c b/drivers/thermal/qoriq_thermal.c
> index f807e4d..450ed66 100644
> --- a/drivers/thermal/qoriq_thermal.c
> +++ b/drivers/thermal/qoriq_thermal.c
> @@ -1,16 +1,6 @@
> -/*
> - * Copyright 2016 Freescale Semiconductor, Inc.
> - *
> - * This program is free software; you can redistribute it and/or modify it
> - * under the terms and conditions of the GNU General Public License,
> - * version 2, as published by the Free Software Foundation.
> - *
> - * This program is distributed in the hope it will be useful, but WITHOUT
> - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
> - * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
> - * more details.
> - *
> - */
> +// SPDX-License-Identifier: GPL-2.0
> +//
> +// Copyright 2016 Freescale Semiconductor, Inc.
>  
>  #include <linux/module.h>
>  #include <linux/platform_device.h>

Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>

Cc: Philippe Ombredanne <pombredanne@nexb.com>
Philippe Ombredanne Aug. 1, 2018, 4:07 p.m. UTC | #2
On Wed, Aug 1, 2018 at 5:55 PM, Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:
> On 28/07/2018 21:17, Fabio Estevam wrote:
>> From: Fabio Estevam <fabio.estevam@nxp.com>
>>
>> Adopt the SPDX license identifier headers to ease license compliance
>> management.
>>
>> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
>> ---
>>  drivers/thermal/qoriq_thermal.c | 16 +++-------------
>>  1 file changed, 3 insertions(+), 13 deletions(-)
>>
>> diff --git a/drivers/thermal/qoriq_thermal.c b/drivers/thermal/qoriq_thermal.c
>> index f807e4d..450ed66 100644
>> --- a/drivers/thermal/qoriq_thermal.c
>> +++ b/drivers/thermal/qoriq_thermal.c
>> @@ -1,16 +1,6 @@
>> -/*
>> - * Copyright 2016 Freescale Semiconductor, Inc.
>> - *
>> - * This program is free software; you can redistribute it and/or modify it
>> - * under the terms and conditions of the GNU General Public License,
>> - * version 2, as published by the Free Software Foundation.
>> - *
>> - * This program is distributed in the hope it will be useful, but WITHOUT
>> - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
>> - * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
>> - * more details.
>> - *
>> - */
>> +// SPDX-License-Identifier: GPL-2.0
>> +//
>> +// Copyright 2016 Freescale Semiconductor, Inc.
>>
>>  #include <linux/module.h>
>>  #include <linux/platform_device.h>
>
> Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
>
> Cc: Philippe Ombredanne <pombredanne@nexb.com>

Acked-by: Philippe Ombredanne <pombredanne@nexb.com>
diff mbox series

Patch

diff --git a/drivers/thermal/qoriq_thermal.c b/drivers/thermal/qoriq_thermal.c
index f807e4d..450ed66 100644
--- a/drivers/thermal/qoriq_thermal.c
+++ b/drivers/thermal/qoriq_thermal.c
@@ -1,16 +1,6 @@ 
-/*
- * Copyright 2016 Freescale Semiconductor, Inc.
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
- *
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Copyright 2016 Freescale Semiconductor, Inc.
 
 #include <linux/module.h>
 #include <linux/platform_device.h>