linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 10/17] mailbox: bcm2835: Switch to SPDX identifier
@ 2018-11-10 15:59 Stefan Wahren
  2018-11-10 16:55 ` Eric Anholt
  2018-11-11 11:25 ` Lubomir Rintel
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Wahren @ 2018-11-10 15:59 UTC (permalink / raw)
  To: Eric Anholt, Jassi Brar
  Cc: linux-rpi-kernel, linux-kernel, Stefan Wahren, Lubomir Rintel

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

Cc: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
---
 drivers/mailbox/bcm2835-mailbox.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/drivers/mailbox/bcm2835-mailbox.c b/drivers/mailbox/bcm2835-mailbox.c
index e92bbc5..bb3ee72 100644
--- a/drivers/mailbox/bcm2835-mailbox.c
+++ b/drivers/mailbox/bcm2835-mailbox.c
@@ -1,15 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  *  Copyright (C) 2010,2015 Broadcom
  *  Copyright (C) 2013-2014 Lubomir Rintel
  *  Copyright (C) 2013 Craig McGeachie
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This device provides a mechanism for writing to the mailboxes,
- * that are shared between the ARM and the VideoCore processor
- *
  * Parts of the driver are based on:
  *  - arch/arm/mach-bcm2708/vcio.c file written by Gray Girling that was
  *    obtained from branch "rpi-3.6.y" of git://github.com/raspberrypi/
-- 
2.7.4


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

* Re: [PATCH 10/17] mailbox: bcm2835: Switch to SPDX identifier
  2018-11-10 15:59 [PATCH 10/17] mailbox: bcm2835: Switch to SPDX identifier Stefan Wahren
@ 2018-11-10 16:55 ` Eric Anholt
  2018-11-11 11:25 ` Lubomir Rintel
  1 sibling, 0 replies; 4+ messages in thread
From: Eric Anholt @ 2018-11-10 16:55 UTC (permalink / raw)
  To: Stefan Wahren, Jassi Brar
  Cc: linux-rpi-kernel, linux-kernel, Stefan Wahren, Lubomir Rintel

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

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

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

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

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

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

* Re: [PATCH 10/17] mailbox: bcm2835: Switch to SPDX identifier
  2018-11-10 15:59 [PATCH 10/17] mailbox: bcm2835: Switch to SPDX identifier Stefan Wahren
  2018-11-10 16:55 ` Eric Anholt
@ 2018-11-11 11:25 ` Lubomir Rintel
  2018-11-23 15:17   ` Stefan Wahren
  1 sibling, 1 reply; 4+ messages in thread
From: Lubomir Rintel @ 2018-11-11 11:25 UTC (permalink / raw)
  To: Stefan Wahren, Eric Anholt, Jassi Brar; +Cc: linux-rpi-kernel, linux-kernel

On Sat, 2018-11-10 at 16:59 +0100, Stefan Wahren wrote:
> Adopt the SPDX license identifier headers to ease license compliance
> management.
> 
> Cc: Lubomir Rintel <lkundrak@v3.sk>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
>  drivers/mailbox/bcm2835-mailbox.c | 8 +-------
>  1 file changed, 1 insertion(+), 7 deletions(-)
> 
> diff --git a/drivers/mailbox/bcm2835-mailbox.c
> b/drivers/mailbox/bcm2835-mailbox.c
> index e92bbc5..bb3ee72 100644
> --- a/drivers/mailbox/bcm2835-mailbox.c
> +++ b/drivers/mailbox/bcm2835-mailbox.c
> @@ -1,15 +1,9 @@
> +// SPDX-License-Identifier: GPL-2.0
>  /*
>   *  Copyright (C) 2010,2015 Broadcom
>   *  Copyright (C) 2013-2014 Lubomir Rintel
>   *  Copyright (C) 2013 Craig McGeachie
>   *
> - * This program is free software; you can redistribute it and/or
> modify
> - * it under the terms of the GNU General Public License version 2 as
> - * published by the Free Software Foundation.
> - *
> - * This device provides a mechanism for writing to the mailboxes,
> - * that are shared between the ARM and the VideoCore processor
> - *
>   * Parts of the driver are based on:
>   *  - arch/arm/mach-bcm2708/vcio.c file written by Gray Girling that
> was
>   *    obtained from branch "rpi-3.6.y" of
> git://github.com/raspberrypi/

Acked-by: Lubomir Rintel <lkundrak@v3.sk>


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

* Re: [PATCH 10/17] mailbox: bcm2835: Switch to SPDX identifier
  2018-11-11 11:25 ` Lubomir Rintel
@ 2018-11-23 15:17   ` Stefan Wahren
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Wahren @ 2018-11-23 15:17 UTC (permalink / raw)
  To: Jassi Brar; +Cc: Lubomir Rintel, Eric Anholt, linux-rpi-kernel, linux-kernel

Hi Jassi,

Am 11.11.18 um 12:25 schrieb Lubomir Rintel:
> On Sat, 2018-11-10 at 16:59 +0100, Stefan Wahren wrote:
>> Adopt the SPDX license identifier headers to ease license compliance
>> management.
>>
>> Cc: Lubomir Rintel <lkundrak@v3.sk>
>> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
>> ---
>>  drivers/mailbox/bcm2835-mailbox.c | 8 +-------
>>  1 file changed, 1 insertion(+), 7 deletions(-)
>>
>> diff --git a/drivers/mailbox/bcm2835-mailbox.c
>> b/drivers/mailbox/bcm2835-mailbox.c
>> index e92bbc5..bb3ee72 100644
>> --- a/drivers/mailbox/bcm2835-mailbox.c
>> +++ b/drivers/mailbox/bcm2835-mailbox.c
>> @@ -1,15 +1,9 @@
>> +// SPDX-License-Identifier: GPL-2.0
>>  /*
>>   *  Copyright (C) 2010,2015 Broadcom
>>   *  Copyright (C) 2013-2014 Lubomir Rintel
>>   *  Copyright (C) 2013 Craig McGeachie
>>   *
>> - * This program is free software; you can redistribute it and/or
>> modify
>> - * it under the terms of the GNU General Public License version 2 as
>> - * published by the Free Software Foundation.
>> - *
>> - * This device provides a mechanism for writing to the mailboxes,
>> - * that are shared between the ARM and the VideoCore processor
>> - *
>>   * Parts of the driver are based on:
>>   *  - arch/arm/mach-bcm2708/vcio.c file written by Gray Girling that
>> was
>>   *    obtained from branch "rpi-3.6.y" of
>> git://github.com/raspberrypi/
> Acked-by: Lubomir Rintel <lkundrak@v3.sk>
>
are you fine with this patch?

Stefan


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-10 15:59 [PATCH 10/17] mailbox: bcm2835: Switch to SPDX identifier Stefan Wahren
2018-11-10 16:55 ` Eric Anholt
2018-11-11 11:25 ` Lubomir Rintel
2018-11-23 15:17   ` Stefan Wahren

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