diff mbox series

[RESEND,07/17] firmware: raspberrypi: Switch to SPDX identifier

Message ID 1542546604-27728-1-git-send-email-stefan.wahren@i2se.com (mailing list archive)
State New, archived
Headers show
Series None | expand

Commit Message

Stefan Wahren Nov. 18, 2018, 1:10 p.m. UTC
Adopt the SPDX license identifier headers to ease license compliance
management.

Cc: Eric Anholt <eric@anholt.net>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
---
 drivers/firmware/raspberrypi.c             | 5 +----
 include/soc/bcm2835/raspberrypi-firmware.h | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

Hi, it seems that i forgot to send this patch last week.

Comments

Stefan Wahren Nov. 20, 2018, 10:08 p.m. UTC | #1
Hi Eric,

> Stefan Wahren <stefan.wahren@i2se.com> hat am 18. November 2018 um 14:10 geschrieben:
> 
> 
> Adopt the SPDX license identifier headers to ease license compliance
> management.
> 
> Cc: Eric Anholt <eric@anholt.net>
> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> Reviewed-by: Eric Anholt <eric@anholt.net>
> ---
>  drivers/firmware/raspberrypi.c             | 5 +----
>  include/soc/bcm2835/raspberrypi-firmware.h | 5 +----
>  2 files changed, 2 insertions(+), 8 deletions(-)
> 
> Hi, it seems that i forgot to send this patch last week.

i accidently added your Reviewed-by which wasn't the case for this particular patch. In case your fine with this patch i would apply it and then from my point of view the pull request would be ready to send.

Regards Stefan
Eric Anholt Nov. 20, 2018, 10:18 p.m. UTC | #2
Stefan Wahren <stefan.wahren@i2se.com> writes:

> Hi Eric,
>
>> Stefan Wahren <stefan.wahren@i2se.com> hat am 18. November 2018 um 14:10 geschrieben:
>> 
>> 
>> Adopt the SPDX license identifier headers to ease license compliance
>> management.
>> 
>> Cc: Eric Anholt <eric@anholt.net>
>> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
>> Reviewed-by: Eric Anholt <eric@anholt.net>
>> ---
>>  drivers/firmware/raspberrypi.c             | 5 +----
>>  include/soc/bcm2835/raspberrypi-firmware.h | 5 +----
>>  2 files changed, 2 insertions(+), 8 deletions(-)
>> 
>> Hi, it seems that i forgot to send this patch last week.
>
> i accidently added your Reviewed-by which wasn't the case for this
> particular patch. In case your fine with this patch i would apply it
> and then from my point of view the pull request would be ready to
> send.

I've reviewed it now, you're good to go :)
Stefan Wahren Nov. 21, 2018, 1:54 p.m. UTC | #3
> Eric Anholt <eric@anholt.net> hat am 20. November 2018 um 23:18 geschrieben:
> 
> 
> Stefan Wahren <stefan.wahren@i2se.com> writes:
> 
> > Hi Eric,
> >
> >> Stefan Wahren <stefan.wahren@i2se.com> hat am 18. November 2018 um 14:10 geschrieben:
> >> 
> >> 
> >> Adopt the SPDX license identifier headers to ease license compliance
> >> management.
> >> 
> >> Cc: Eric Anholt <eric@anholt.net>
> >> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
> >> Reviewed-by: Eric Anholt <eric@anholt.net>
> >> ---
> >>  drivers/firmware/raspberrypi.c             | 5 +----
> >>  include/soc/bcm2835/raspberrypi-firmware.h | 5 +----
> >>  2 files changed, 2 insertions(+), 8 deletions(-)
> >> 
> >> Hi, it seems that i forgot to send this patch last week.
> >
> > i accidently added your Reviewed-by which wasn't the case for this
> > particular patch. In case your fine with this patch i would apply it
> > and then from my point of view the pull request would be ready to
> > send.
> 
> I've reviewed it now, you're good to go :)

Thanks, it's now applied to bcm2835-drivers-next. So the pull request for the following branches are yours:

bcm2835-defconfig-next
bcm2835-drivers-next
bcm2835-dt-next
bcm2835-soc-next

Stefan
diff mbox series

Patch

diff --git a/drivers/firmware/raspberrypi.c b/drivers/firmware/raspberrypi.c
index bf45ac4..f8de8b4 100644
--- a/drivers/firmware/raspberrypi.c
+++ b/drivers/firmware/raspberrypi.c
@@ -1,12 +1,9 @@ 
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Defines interfaces for interacting wtih the Raspberry Pi firmware's
  * property channel.
  *
  * Copyright © 2015 Broadcom
- *
- * 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.
  */
 
 #include <linux/dma-mapping.h>
diff --git a/include/soc/bcm2835/raspberrypi-firmware.h b/include/soc/bcm2835/raspberrypi-firmware.h
index c4a5c9e..78e6031 100644
--- a/include/soc/bcm2835/raspberrypi-firmware.h
+++ b/include/soc/bcm2835/raspberrypi-firmware.h
@@ -1,9 +1,6 @@ 
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  *  Copyright © 2015 Broadcom
- *
- * 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.
  */
 
 #ifndef __SOC_RASPBERRY_FIRMWARE_H__