diff mbox series

ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT

Message ID 20180920113928.27048-1-zajec5@gmail.com
State New
Headers show
Series ARM: dts: BCM53573: Relicense SoC file to the GPL 2.0+ / MIT | expand

Commit Message

Rafał Miłecki Sept. 20, 2018, 11:39 a.m. UTC
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(-)

Comments

Rob Herring Oct. 11, 2018, 11:13 a.m. UTC | #1
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
Florian Fainelli Oct. 11, 2018, 6:17 p.m. UTC | #2
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
diff mbox series

Patch

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>