diff mbox series

[v2] dt-bindings: mtd: Fix nand-controller.yaml license

Message ID 20230712151042.433593-1-miquel.raynal@bootlin.com
State Accepted
Headers show
Series [v2] dt-bindings: mtd: Fix nand-controller.yaml license | expand

Commit Message

Miquel Raynal July 12, 2023, 3:10 p.m. UTC
Binding files should be dual licensed. This file was initially written
as a .txt file with no specific license, so was implicitely
GPLv2. Significant part of this file and its conversion into yaml were
written by Bootlin employees which agree to comply with the rules
regarding the dual licensing so let's fix the SPDX tag to reflect the
correct license by changing it from GPL to GPL + BSD-2-Clause.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Maxime Ripard <mripard@kernel.org>

---

* Collect Maxime's tag.
* Fix a typo in the commit message.
* Reword the commit message to give more context.
---
 Documentation/devicetree/bindings/mtd/nand-controller.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski July 12, 2023, 5:54 p.m. UTC | #1
On 12/07/2023 17:10, Miquel Raynal wrote:
> Binding files should be dual licensed. This file was initially written
> as a .txt file with no specific license, so was implicitely
> GPLv2. Significant part of this file and its conversion into yaml were
> written by Bootlin employees which agree to comply with the rules
> regarding the dual licensing so let's fix the SPDX tag to reflect the
> correct license by changing it from GPL to GPL + BSD-2-Clause.
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> Acked-by: Maxime Ripard <mripard@kernel.org>

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
Miquel Raynal July 13, 2023, 7:57 a.m. UTC | #2
On Wed, 2023-07-12 at 15:10:42 UTC, Miquel Raynal wrote:
> Binding files should be dual licensed. This file was initially written
> as a .txt file with no specific license, so was implicitely
> GPLv2. Significant part of this file and its conversion into yaml were
> written by Bootlin employees which agree to comply with the rules
> regarding the dual licensing so let's fix the SPDX tag to reflect the
> correct license by changing it from GPL to GPL + BSD-2-Clause.
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> Acked-by: Maxime Ripard <mripard@kernel.org>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next.

Miquel
diff mbox series

Patch

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#