2018-11-10 16:00:49

by Stefan Wahren

[permalink] [raw]
Subject: [PATCH 10/17] mailbox: bcm2835: Switch to SPDX identifier

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

Cc: Lubomir Rintel <[email protected]>
Signed-off-by: Stefan Wahren <[email protected]>
---
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



2018-11-10 16:56:38

by Eric Anholt

[permalink] [raw]
Subject: Re: [PATCH 10/17] mailbox: bcm2835: Switch to SPDX identifier

Stefan Wahren <[email protected]> writes:

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

Reviewed-by: Eric Anholt <[email protected]>


Attachments:
signature.asc (847.00 B)

2018-11-11 11:27:00

by Lubomir Rintel

[permalink] [raw]
Subject: Re: [PATCH 10/17] mailbox: bcm2835: Switch to SPDX identifier

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 <[email protected]>
> Signed-off-by: Stefan Wahren <[email protected]>
> ---
> 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 <[email protected]>


2018-11-24 08:41:03

by Stefan Wahren

[permalink] [raw]
Subject: Re: [PATCH 10/17] mailbox: bcm2835: Switch to SPDX identifier

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 <[email protected]>
>> Signed-off-by: Stefan Wahren <[email protected]>
>> ---
>> 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 <[email protected]>
>
are you fine with this patch?

Stefan