All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mtd: Fix nand-controller.yaml license
@ 2023-06-22 21:24 ` Miquel Raynal
  0 siblings, 0 replies; 8+ messages in thread
From: Miquel Raynal @ 2023-06-22 21:24 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree
  Cc: Richard Weinberger, Vignesh Raghavendra, Tudor Ambarus,
	Pratyush Yadav, Michael Walle, linux-mtd, Thomas Petazzoni,
	Miquel Raynal

Binding files should be dual licensed, this file was writtent with the
idea in mind of following the rules, but the SPDX tag did not reflect
that correctly. Fix the tag so we are sure this file is licensed
correctly.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
 Documentation/devicetree/bindings/mtd/nand-controller.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mtd/nand-controller.yaml b/Documentation/devicetree/bindings/mtd/nand-controller.yaml
index 83a4fe4cc29d..28167c0cf271 100644
--- a/Documentation/devicetree/bindings/mtd/nand-controller.yaml
+++ b/Documentation/devicetree/bindings/mtd/nand-controller.yaml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/mtd/nand-controller.yaml#
-- 
2.34.1


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

* [PATCH] dt-bindings: mtd: Fix nand-controller.yaml license
@ 2023-06-22 21:24 ` Miquel Raynal
  0 siblings, 0 replies; 8+ messages in thread
From: Miquel Raynal @ 2023-06-22 21:24 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, devicetree
  Cc: Richard Weinberger, Vignesh Raghavendra, Tudor Ambarus,
	Pratyush Yadav, Michael Walle, linux-mtd, Thomas Petazzoni,
	Miquel Raynal

Binding files should be dual licensed, this file was writtent with the
idea in mind of following the rules, but the SPDX tag did not reflect
that correctly. Fix the tag so we are sure this file is licensed
correctly.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
 Documentation/devicetree/bindings/mtd/nand-controller.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mtd/nand-controller.yaml b/Documentation/devicetree/bindings/mtd/nand-controller.yaml
index 83a4fe4cc29d..28167c0cf271 100644
--- a/Documentation/devicetree/bindings/mtd/nand-controller.yaml
+++ b/Documentation/devicetree/bindings/mtd/nand-controller.yaml
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
 %YAML 1.2
 ---
 $id: http://devicetree.org/schemas/mtd/nand-controller.yaml#
-- 
2.34.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH] dt-bindings: mtd: Fix nand-controller.yaml license
  2023-06-22 21:24 ` Miquel Raynal
@ 2023-06-23 21:05   ` Rob Herring
  -1 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2023-06-23 21:05 UTC (permalink / raw)
  To: Miquel Raynal, Maxime Ripard
  Cc: Krzysztof Kozlowski, devicetree, Richard Weinberger,
	Vignesh Raghavendra, Tudor Ambarus, Pratyush Yadav,
	Michael Walle, linux-mtd, Thomas Petazzoni

On Thu, Jun 22, 2023 at 11:24:15PM +0200, Miquel Raynal wrote:
> Binding files should be dual licensed, this file was writtent with the
> idea in mind of following the rules, but the SPDX tag did not reflect
> that correctly. Fix the tag so we are sure this file is licensed
> correctly.

Yes, we do want dual license, but things converted from txt bindings 
need those authors' permission as the txt bindings are all implicitly 
GPLv2. That didn't happen here, so we kept the default implicit license. 
Looks like this case is all Bootlin authors for significant parts of the 
original txt binding, so you should be good on that part (assuming your 
employer agrees). Maxime did the schema, so need his permission too.

Note I have blanket permission on dual licensing from several companies 
for DT files. It would be nice to get the same from Bootlin.

Rob

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

* Re: [PATCH] dt-bindings: mtd: Fix nand-controller.yaml license
@ 2023-06-23 21:05   ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2023-06-23 21:05 UTC (permalink / raw)
  To: Miquel Raynal, Maxime Ripard
  Cc: Krzysztof Kozlowski, devicetree, Richard Weinberger,
	Vignesh Raghavendra, Tudor Ambarus, Pratyush Yadav,
	Michael Walle, linux-mtd, Thomas Petazzoni

On Thu, Jun 22, 2023 at 11:24:15PM +0200, Miquel Raynal wrote:
> Binding files should be dual licensed, this file was writtent with the
> idea in mind of following the rules, but the SPDX tag did not reflect
> that correctly. Fix the tag so we are sure this file is licensed
> correctly.

Yes, we do want dual license, but things converted from txt bindings 
need those authors' permission as the txt bindings are all implicitly 
GPLv2. That didn't happen here, so we kept the default implicit license. 
Looks like this case is all Bootlin authors for significant parts of the 
original txt binding, so you should be good on that part (assuming your 
employer agrees). Maxime did the schema, so need his permission too.

Note I have blanket permission on dual licensing from several companies 
for DT files. It would be nice to get the same from Bootlin.

Rob

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH] dt-bindings: mtd: Fix nand-controller.yaml license
  2023-06-23 21:05   ` Rob Herring
@ 2023-06-26 11:11     ` Thomas Petazzoni
  -1 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2023-06-26 11:11 UTC (permalink / raw)
  To: Rob Herring
  Cc: Miquel Raynal, Maxime Ripard, Krzysztof Kozlowski, devicetree,
	Richard Weinberger, Vignesh Raghavendra, Tudor Ambarus,
	Pratyush Yadav, Michael Walle, linux-mtd

Hello Rob,

On Fri, 23 Jun 2023 15:05:08 -0600
Rob Herring <robh@kernel.org> wrote:

> Yes, we do want dual license, but things converted from txt bindings 
> need those authors' permission as the txt bindings are all implicitly 
> GPLv2. That didn't happen here, so we kept the default implicit license. 
> Looks like this case is all Bootlin authors for significant parts of the 
> original txt binding, so you should be good on that part (assuming your 
> employer agrees). Maxime did the schema, so need his permission too.
> 
> Note I have blanket permission on dual licensing from several companies 
> for DT files. It would be nice to get the same from Bootlin.

I hereby allow the relicensing of all contributions from Bootlin
employees on Device Tree binding documents in the Linux kernel from
GPLv2 to GPLv2 or BSD-2-Clause.

Let me know if this statement is sufficient or if you need anything
more formal or specific.

Best regards,

Thomas Petazzoni
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com

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

* Re: [PATCH] dt-bindings: mtd: Fix nand-controller.yaml license
@ 2023-06-26 11:11     ` Thomas Petazzoni
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2023-06-26 11:11 UTC (permalink / raw)
  To: Rob Herring
  Cc: Miquel Raynal, Maxime Ripard, Krzysztof Kozlowski, devicetree,
	Richard Weinberger, Vignesh Raghavendra, Tudor Ambarus,
	Pratyush Yadav, Michael Walle, linux-mtd

Hello Rob,

On Fri, 23 Jun 2023 15:05:08 -0600
Rob Herring <robh@kernel.org> wrote:

> Yes, we do want dual license, but things converted from txt bindings 
> need those authors' permission as the txt bindings are all implicitly 
> GPLv2. That didn't happen here, so we kept the default implicit license. 
> Looks like this case is all Bootlin authors for significant parts of the 
> original txt binding, so you should be good on that part (assuming your 
> employer agrees). Maxime did the schema, so need his permission too.
> 
> Note I have blanket permission on dual licensing from several companies 
> for DT files. It would be nice to get the same from Bootlin.

I hereby allow the relicensing of all contributions from Bootlin
employees on Device Tree binding documents in the Linux kernel from
GPLv2 to GPLv2 or BSD-2-Clause.

Let me know if this statement is sufficient or if you need anything
more formal or specific.

Best regards,

Thomas Petazzoni
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH] dt-bindings: mtd: Fix nand-controller.yaml license
  2023-06-23 21:05   ` Rob Herring
@ 2023-06-26 11:16     ` Maxime Ripard
  -1 siblings, 0 replies; 8+ messages in thread
From: Maxime Ripard @ 2023-06-26 11:16 UTC (permalink / raw)
  To: Rob Herring
  Cc: Miquel Raynal, Krzysztof Kozlowski, devicetree,
	Richard Weinberger, Vignesh Raghavendra, Tudor Ambarus,
	Pratyush Yadav, Michael Walle, linux-mtd, Thomas Petazzoni

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

On Fri, Jun 23, 2023 at 03:05:08PM -0600, Rob Herring wrote:
> On Thu, Jun 22, 2023 at 11:24:15PM +0200, Miquel Raynal wrote:
> > Binding files should be dual licensed, this file was writtent with the
> > idea in mind of following the rules, but the SPDX tag did not reflect
> > that correctly. Fix the tag so we are sure this file is licensed
> > correctly.
> 
> Yes, we do want dual license, but things converted from txt bindings 
> need those authors' permission as the txt bindings are all implicitly 
> GPLv2. That didn't happen here, so we kept the default implicit license. 
> Looks like this case is all Bootlin authors for significant parts of the 
> original txt binding, so you should be good on that part (assuming your 
> employer agrees). Maxime did the schema, so need his permission too.

I'm not sure how redundant it is with what Thomas just said, but for
that patch and any license change from GPL to GPL+BSD-2-Clause:

Acked-by: Maxime Ripard <mripard@kernel.org>

Maxime

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

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

* Re: [PATCH] dt-bindings: mtd: Fix nand-controller.yaml license
@ 2023-06-26 11:16     ` Maxime Ripard
  0 siblings, 0 replies; 8+ messages in thread
From: Maxime Ripard @ 2023-06-26 11:16 UTC (permalink / raw)
  To: Rob Herring
  Cc: Miquel Raynal, Krzysztof Kozlowski, devicetree,
	Richard Weinberger, Vignesh Raghavendra, Tudor Ambarus,
	Pratyush Yadav, Michael Walle, linux-mtd, Thomas Petazzoni


[-- Attachment #1.1: Type: text/plain, Size: 1013 bytes --]

On Fri, Jun 23, 2023 at 03:05:08PM -0600, Rob Herring wrote:
> On Thu, Jun 22, 2023 at 11:24:15PM +0200, Miquel Raynal wrote:
> > Binding files should be dual licensed, this file was writtent with the
> > idea in mind of following the rules, but the SPDX tag did not reflect
> > that correctly. Fix the tag so we are sure this file is licensed
> > correctly.
> 
> Yes, we do want dual license, but things converted from txt bindings 
> need those authors' permission as the txt bindings are all implicitly 
> GPLv2. That didn't happen here, so we kept the default implicit license. 
> Looks like this case is all Bootlin authors for significant parts of the 
> original txt binding, so you should be good on that part (assuming your 
> employer agrees). Maxime did the schema, so need his permission too.

I'm not sure how redundant it is with what Thomas just said, but for
that patch and any license change from GPL to GPL+BSD-2-Clause:

Acked-by: Maxime Ripard <mripard@kernel.org>

Maxime

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

[-- Attachment #2: Type: text/plain, Size: 144 bytes --]

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2023-06-26 11:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-22 21:24 [PATCH] dt-bindings: mtd: Fix nand-controller.yaml license Miquel Raynal
2023-06-22 21:24 ` Miquel Raynal
2023-06-23 21:05 ` Rob Herring
2023-06-23 21:05   ` Rob Herring
2023-06-26 11:11   ` Thomas Petazzoni
2023-06-26 11:11     ` Thomas Petazzoni
2023-06-26 11:16   ` Maxime Ripard
2023-06-26 11:16     ` Maxime Ripard

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.