linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 05/17] clocksource: bcm2835: Switch to SPDX identifier
@ 2018-11-10 15:28 Stefan Wahren
  2018-11-10 16:54 ` Eric Anholt
  2018-11-12  6:56 ` Daniel Lezcano
  0 siblings, 2 replies; 5+ messages in thread
From: Stefan Wahren @ 2018-11-10 15:28 UTC (permalink / raw)
  To: Eric Anholt, Daniel Lezcano
  Cc: linux-rpi-kernel, linux-kernel, Stefan Wahren, Simon Arlott

Adopt the SPDX license identifier headers to ease license compliance
management. Also drop the FSF address.

Cc: Simon Arlott <simon@arlott.org>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 drivers/clocksource/bcm2835_timer.c | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/drivers/clocksource/bcm2835_timer.c b/drivers/clocksource/bcm2835_timer.c
index 60da253..2b196cb 100644
--- a/drivers/clocksource/bcm2835_timer.c
+++ b/drivers/clocksource/bcm2835_timer.c
@@ -1,19 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2012 Simon Arlott
- *
- * 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; either version 2 of the License, or
- * (at your option) any later version.
- *
- * 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/bitops.h>
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 05/17] clocksource: bcm2835: Switch to SPDX identifier
  2018-11-10 15:28 [PATCH 05/17] clocksource: bcm2835: Switch to SPDX identifier Stefan Wahren
@ 2018-11-10 16:54 ` Eric Anholt
  2018-11-12  6:56 ` Daniel Lezcano
  1 sibling, 0 replies; 5+ messages in thread
From: Eric Anholt @ 2018-11-10 16:54 UTC (permalink / raw)
  To: Stefan Wahren, Daniel Lezcano
  Cc: linux-rpi-kernel, linux-kernel, Stefan Wahren, Simon Arlott

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

Stefan Wahren <stefan.wahren@i2se.com> writes:

> Adopt the SPDX license identifier headers to ease license compliance
> management. Also drop the FSF address.

Reviewed-by: Eric Anholt <eric@anholt.net>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 05/17] clocksource: bcm2835: Switch to SPDX identifier
  2018-11-10 15:28 [PATCH 05/17] clocksource: bcm2835: Switch to SPDX identifier Stefan Wahren
  2018-11-10 16:54 ` Eric Anholt
@ 2018-11-12  6:56 ` Daniel Lezcano
  2018-11-23 12:06   ` Stefan Wahren
  1 sibling, 1 reply; 5+ messages in thread
From: Daniel Lezcano @ 2018-11-12  6:56 UTC (permalink / raw)
  To: Stefan Wahren, Eric Anholt; +Cc: linux-rpi-kernel, linux-kernel, Simon Arlott

On 10/11/2018 16:28, Stefan Wahren wrote:
> Adopt the SPDX license identifier headers to ease license compliance
> management. Also drop the FSF address.
> 
> Cc: Simon Arlott <simon@arlott.org>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---

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


-- 
 <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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 05/17] clocksource: bcm2835: Switch to SPDX identifier
  2018-11-12  6:56 ` Daniel Lezcano
@ 2018-11-23 12:06   ` Stefan Wahren
  2018-11-23 12:20     ` Daniel Lezcano
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Wahren @ 2018-11-23 12:06 UTC (permalink / raw)
  To: Daniel Lezcano; +Cc: Eric Anholt, linux-rpi-kernel, linux-kernel, Simon Arlott

Hi Daniel,

Am 12.11.2018 um 07:56 schrieb Daniel Lezcano:
> On 10/11/2018 16:28, Stefan Wahren wrote:
>> Adopt the SPDX license identifier headers to ease license compliance
>> management. Also drop the FSF address.
>>
>> Cc: Simon Arlott <simon@arlott.org>
>> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
>> ---
> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
>
>
thanks.

Can this patch go via your clockevents tree?

Stefan


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 05/17] clocksource: bcm2835: Switch to SPDX identifier
  2018-11-23 12:06   ` Stefan Wahren
@ 2018-11-23 12:20     ` Daniel Lezcano
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Lezcano @ 2018-11-23 12:20 UTC (permalink / raw)
  To: Stefan Wahren; +Cc: Eric Anholt, linux-rpi-kernel, linux-kernel, Simon Arlott

On 23/11/2018 13:06, Stefan Wahren wrote:
> Hi Daniel,
> 
> Am 12.11.2018 um 07:56 schrieb Daniel Lezcano:
>> On 10/11/2018 16:28, Stefan Wahren wrote:
>>> Adopt the SPDX license identifier headers to ease license compliance
>>> management. Also drop the FSF address.
>>>
>>> Cc: Simon Arlott <simon@arlott.org>
>>> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
>>> ---
>> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
>>
>>
> thanks.
> 
> Can this patch go via your clockevents tree?

Sure, no problem. Applied for 4.21

Thanks

  -- Daniel




-- 
 <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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-23 12:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-10 15:28 [PATCH 05/17] clocksource: bcm2835: Switch to SPDX identifier Stefan Wahren
2018-11-10 16:54 ` Eric Anholt
2018-11-12  6:56 ` Daniel Lezcano
2018-11-23 12:06   ` Stefan Wahren
2018-11-23 12:20     ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).