diff mbox series

[1/8] thermal/drivers/cpu_cooling: Fixup the header and copyright

Message ID 1516721671-16360-2-git-send-email-daniel.lezcano@linaro.org
State Superseded
Headers show
Series CPU cooling device new strategies | expand

Commit Message

Daniel Lezcano Jan. 23, 2018, 3:34 p.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>

---
 drivers/thermal/cpu_cooling.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.7.4

Comments

Daniel Lezcano Jan. 31, 2018, 7:03 a.m. UTC | #1
On 31/01/2018 06:17, Viresh Kumar wrote:
> On 23-01-18, 16:34, 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>

>> ---

>>  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 dc63aba..988fc55 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) 2018 Linaro Limited.

>> + *

> 

> Shouldn't this be 2012-2018 ?


Yes, you are right.



-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
diff mbox series

Patch

diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c
index dc63aba..988fc55 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) 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