diff mbox series

[2/8] thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX)

Message ID 1516721671-16360-3-git-send-email-daniel.lezcano@linaro.org
State Superseded
Headers show
Series None | expand

Commit Message

Daniel Lezcano Jan. 23, 2018, 3:34 p.m. UTC
For license auditing purpose, let's add the SPDX tag.

Cc: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

---
 drivers/thermal/cpu_cooling.c | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

-- 
2.7.4

Comments

Viresh Kumar Jan. 31, 2018, 5:18 a.m. UTC | #1
On 23-01-18, 16:34, Daniel Lezcano wrote:
> For license auditing purpose, let's add the SPDX tag.

> 

> Cc: Philippe Ombredanne <pombredanne@nexb.com>

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

> ---

>  drivers/thermal/cpu_cooling.c | 16 +---------------

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

> 

> diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c

> index 988fc55..e62be75 100644

> --- a/drivers/thermal/cpu_cooling.c

> +++ b/drivers/thermal/cpu_cooling.c

> @@ -1,3 +1,4 @@

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

>  /*

>   *  linux/drivers/thermal/cpu_cooling.c

>   *

> @@ -8,21 +9,6 @@

>   *  Authors:	Amit Daniel <amit.kachhap@linaro.org>

>   *		Viresh Kumar <viresh.kumar@linaro.org>

>   *

> - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

> - *  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 of the License.

> - *

> - *  This program is distributed in the hope that 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.

> - *

> - *  You should have received a copy of the GNU General Public License along

> - *  with this program; if not, write to the Free Software Foundation, Inc.,

> - *  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

> - *

> - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

>   */

>  #include <linux/module.h>

>  #include <linux/thermal.h>


Acked-by: Viresh Kumar <viresh.kumar@linaro.org>


-- 
viresh
Philippe Ombredanne Feb. 8, 2018, 2:05 p.m. UTC | #2
Daniel,

On Tue, Jan 23, 2018 at 4:34 PM, Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:
> For license auditing purpose, let's add the SPDX tag.

>

> Cc: Philippe Ombredanne <pombredanne@nexb.com>

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

> ---

>  drivers/thermal/cpu_cooling.c | 16 +---------------

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

>

> diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c

> index 988fc55..e62be75 100644

> --- a/drivers/thermal/cpu_cooling.c

> +++ b/drivers/thermal/cpu_cooling.c

> @@ -1,3 +1,4 @@

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

>  /*

>   *  linux/drivers/thermal/cpu_cooling.c

>   *

> @@ -8,21 +9,6 @@

>   *  Authors:   Amit Daniel <amit.kachhap@linaro.org>

>   *             Viresh Kumar <viresh.kumar@linaro.org>

>   *

> - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

> - *  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 of the License.

> - *

> - *  This program is distributed in the hope that 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.

> - *

> - *  You should have received a copy of the GNU General Public License along

> - *  with this program; if not, write to the Free Software Foundation, Inc.,

> - *  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.

> - *

> - * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

>   */

>  #include <linux/module.h>

>  #include <linux/thermal.h>



Sorry for the late reply!
Thank you.
Acked-by: Philippe Ombredanne <pombredanne@nexB.com>


--
Philippe
diff mbox series

Patch

diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c
index 988fc55..e62be75 100644
--- a/drivers/thermal/cpu_cooling.c
+++ b/drivers/thermal/cpu_cooling.c
@@ -1,3 +1,4 @@ 
+// SPDX-License-Identifier: GPL-2.0
 /*
  *  linux/drivers/thermal/cpu_cooling.c
  *
@@ -8,21 +9,6 @@ 
  *  Authors:	Amit Daniel <amit.kachhap@linaro.org>
  *		Viresh Kumar <viresh.kumar@linaro.org>
  *
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- *  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 of the License.
- *
- *  This program is distributed in the hope that 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.
- *
- *  You should have received a copy of the GNU General Public License along
- *  with this program; if not, write to the Free Software Foundation, Inc.,
- *  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
- *
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  */
 #include <linux/module.h>
 #include <linux/thermal.h>