All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT
@ 2018-09-20 11:39 ` Rafał Miłecki
  0 siblings, 0 replies; 6+ messages in thread
From: Rafał Miłecki @ 2018-09-20 11:39 UTC (permalink / raw)
  To: Florian Fainelli, Rob Herring
  Cc: Mark Rutland, devicetree, Jon Mason, Hauke Mehrtens, Rob Herring,
	bcm-kernel-feedback-list, Rafał Miłecki,
	linux-arm-kernel

From: Rafał Miłecki <rafal@milecki.pl>

This matches licensing used by most of BCM5301X files and is preferred as:
1) GPL 2.0+ makes it clearly compatible with Linux kernel
2) MIT is also permissive but preferred over ISC

This file has been developed by me & once modified by Rob dropping a
single leading zero in an UART address.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
Rob: you modified this file by commit 8dccafaa281a ("arm: dts: fix
unit-address leading 0s") with a trivial change generated by a simple
perl command.

I'm not sure if I even need your Ack, but I'm not a lawyer after all.
Maybe you could ack this patch, just to keep it 100% legally clear?
---
 arch/arm/boot/dts/bcm53573.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/bcm53573.dtsi b/arch/arm/boot/dts/bcm53573.dtsi
index 453a2a37dabd..5054fa9eb0d0 100644
--- a/arch/arm/boot/dts/bcm53573.dtsi
+++ b/arch/arm/boot/dts/bcm53573.dtsi
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /*
  * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
- *
- * Licensed under the ISC license.
  */
 
 #include <dt-bindings/gpio/gpio.h>
-- 
2.13.7


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT
@ 2018-09-20 11:39 ` Rafał Miłecki
  0 siblings, 0 replies; 6+ messages in thread
From: Rafał Miłecki @ 2018-09-20 11:39 UTC (permalink / raw)
  To: linux-arm-kernel

From: Rafa? Mi?ecki <rafal@milecki.pl>

This matches licensing used by most of BCM5301X files and is preferred as:
1) GPL 2.0+ makes it clearly compatible with Linux kernel
2) MIT is also permissive but preferred over ISC

This file has been developed by me & once modified by Rob dropping a
single leading zero in an UART address.

Signed-off-by: Rafa? Mi?ecki <rafal@milecki.pl>
---
Rob: you modified this file by commit 8dccafaa281a ("arm: dts: fix
unit-address leading 0s") with a trivial change generated by a simple
perl command.

I'm not sure if I even need your Ack, but I'm not a lawyer after all.
Maybe you could ack this patch, just to keep it 100% legally clear?
---
 arch/arm/boot/dts/bcm53573.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/bcm53573.dtsi b/arch/arm/boot/dts/bcm53573.dtsi
index 453a2a37dabd..5054fa9eb0d0 100644
--- a/arch/arm/boot/dts/bcm53573.dtsi
+++ b/arch/arm/boot/dts/bcm53573.dtsi
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
 /*
  * Copyright (C) 2016 Rafa? Mi?ecki <rafal@milecki.pl>
- *
- * Licensed under the ISC license.
  */
 
 #include <dt-bindings/gpio/gpio.h>
-- 
2.13.7

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

* Re: [PATCH] ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT
  2018-09-20 11:39 ` Rafał Miłecki
@ 2018-10-11 11:13   ` Rob Herring
  -1 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2018-10-11 11:13 UTC (permalink / raw)
  To: Rafał Miłecki
  Cc: Mark Rutland, devicetree, Florian Fainelli, Jon Mason,
	Hauke Mehrtens, maintainer:BROADCOM BCM7XXX ARM ARCHITECTURE,
	Rafał Miłecki,
	moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE

On Thu, Sep 20, 2018 at 6:39 AM Rafał Miłecki <zajec5@gmail.com> wrote:
>
> From: Rafał Miłecki <rafal@milecki.pl>
>
> This matches licensing used by most of BCM5301X files and is preferred as:
> 1) GPL 2.0+ makes it clearly compatible with Linux kernel
> 2) MIT is also permissive but preferred over ISC
>
> This file has been developed by me & once modified by Rob dropping a
> single leading zero in an UART address.
>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> ---
> Rob: you modified this file by commit 8dccafaa281a ("arm: dts: fix
> unit-address leading 0s") with a trivial change generated by a simple
> perl command.
>
> I'm not sure if I even need your Ack, but I'm not a lawyer after all.
> Maybe you could ack this patch, just to keep it 100% legally clear?

I don't think you need it for trivial changes, but anyways:

Acked-by: Rob Herring <robh@kernel.org>

Rob

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT
@ 2018-10-11 11:13   ` Rob Herring
  0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2018-10-11 11:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 20, 2018 at 6:39 AM Rafa? Mi?ecki <zajec5@gmail.com> wrote:
>
> From: Rafa? Mi?ecki <rafal@milecki.pl>
>
> This matches licensing used by most of BCM5301X files and is preferred as:
> 1) GPL 2.0+ makes it clearly compatible with Linux kernel
> 2) MIT is also permissive but preferred over ISC
>
> This file has been developed by me & once modified by Rob dropping a
> single leading zero in an UART address.
>
> Signed-off-by: Rafa? Mi?ecki <rafal@milecki.pl>
> ---
> Rob: you modified this file by commit 8dccafaa281a ("arm: dts: fix
> unit-address leading 0s") with a trivial change generated by a simple
> perl command.
>
> I'm not sure if I even need your Ack, but I'm not a lawyer after all.
> Maybe you could ack this patch, just to keep it 100% legally clear?

I don't think you need it for trivial changes, but anyways:

Acked-by: Rob Herring <robh@kernel.org>

Rob

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

* Re: [PATCH] ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT
  2018-09-20 11:39 ` Rafał Miłecki
@ 2018-10-11 18:17   ` Florian Fainelli
  -1 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2018-10-11 18:17 UTC (permalink / raw)
  To: bcm-kernel-feedback-list, Rafał Miłecki, Rob Herring
  Cc: Mark Rutland, devicetree, Jon Mason, Hauke Mehrtens, Rob Herring,
	Rafał Miłecki, linux-arm-kernel

On Thu, 20 Sep 2018 13:39:28 +0200, Rafał Miłecki <zajec5@gmail.com> wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
> 
> This matches licensing used by most of BCM5301X files and is preferred as:
> 1) GPL 2.0+ makes it clearly compatible with Linux kernel
> 2) MIT is also permissive but preferred over ISC
> 
> This file has been developed by me & once modified by Rob dropping a
> single leading zero in an UART address.
> 
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> ---

Applied to devicetree/next, thanks!
--
Florian

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH] ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT
@ 2018-10-11 18:17   ` Florian Fainelli
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2018-10-11 18:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 20 Sep 2018 13:39:28 +0200, Rafa? Mi?ecki <zajec5@gmail.com> wrote:
> From: Rafa? Mi?ecki <rafal@milecki.pl>
> 
> This matches licensing used by most of BCM5301X files and is preferred as:
> 1) GPL 2.0+ makes it clearly compatible with Linux kernel
> 2) MIT is also permissive but preferred over ISC
> 
> This file has been developed by me & once modified by Rob dropping a
> single leading zero in an UART address.
> 
> Signed-off-by: Rafa? Mi?ecki <rafal@milecki.pl>
> ---

Applied to devicetree/next, thanks!
--
Florian

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-20 11:39 [PATCH] ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT Rafał Miłecki
2018-09-20 11:39 ` Rafał Miłecki
2018-10-11 11:13 ` Rob Herring
2018-10-11 11:13   ` Rob Herring
2018-10-11 18:17 ` Florian Fainelli
2018-10-11 18:17   ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.