diff mbox series

[-,resend,1/3] thermal/drivers/cpu_cooling: Fixup the header and copyright

Message ID 20190428095106.5171-1-daniel.lezcano@linaro.org
State Superseded
Headers show
Series [-,resend,1/3] thermal/drivers/cpu_cooling: Fixup the header and copyright | expand

Commit Message

Daniel Lezcano April 28, 2019, 9:51 a.m. UTC
The copyright format does not conform to the format requested by
Linaro: https://wiki.linaro.org/Copyright

Fix it.

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

Viresh Kumar <viresh.kumar@linaro.org>
---
 drivers/thermal/cpu_cooling.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.17.1

Comments

Eduardo Valentin May 11, 2019, 7:25 p.m. UTC | #1
On Sun, Apr 28, 2019 at 11:51:03AM +0200, Daniel Lezcano wrote:
> The copyright format does not conform to the format requested by

> Linaro: https://wiki.linaro.org/Copyright

> 

> Fix it.

> 

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

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


Based on the series and other patches of it, I am assuming this is an
Acked-by..

Applied as Acked-by.

> ---

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

>  1 file changed, 4 insertions(+), 2 deletions(-)

> 

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

> index ee8419a6390c..42aeb9087cab 100644

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

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

> @@ -2,9 +2,11 @@

>   *  linux/drivers/thermal/cpu_cooling.c

>   *

>   *  Copyright (C) 2012	Samsung Electronics Co., Ltd(http://www.samsung.com)

> - *  Copyright (C) 2012  Amit Daniel <amit.kachhap@linaro.org>

>   *

> - *  Copyright (C) 2014  Viresh Kumar <viresh.kumar@linaro.org>

> + *  Copyright (C) 2012-2018 Linaro Limited.

> + *

> + *  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
diff mbox series

Patch

diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c
index ee8419a6390c..42aeb9087cab 100644
--- a/drivers/thermal/cpu_cooling.c
+++ b/drivers/thermal/cpu_cooling.c
@@ -2,9 +2,11 @@ 
  *  linux/drivers/thermal/cpu_cooling.c
  *
  *  Copyright (C) 2012	Samsung Electronics Co., Ltd(http://www.samsung.com)
- *  Copyright (C) 2012  Amit Daniel <amit.kachhap@linaro.org>
  *
- *  Copyright (C) 2014  Viresh Kumar <viresh.kumar@linaro.org>
+ *  Copyright (C) 2012-2018 Linaro Limited.
+ *
+ *  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