2020-03-17 10:20:40

by Igor Opaniuk

[permalink] [raw]
Subject: [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT

From: Igor Opaniuk <[email protected]>

Dual license files adding MIT license, which will permit to re-use
device trees in other non-GPL OSS projects.

Signed-off-by: Igor Opaniuk <[email protected]>
---

arch/arm/boot/dts/imx6dl-pinfunc.h | 2 +-
arch/arm/boot/dts/imx6dl.dtsi | 2 +-
arch/arm/boot/dts/imx6qdl.dtsi | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/imx6dl-pinfunc.h b/arch/arm/boot/dts/imx6dl-pinfunc.h
index 9d88d09f9bf6..960d300ea9ba 100644
--- a/arch/arm/boot/dts/imx6dl-pinfunc.h
+++ b/arch/arm/boot/dts/imx6dl-pinfunc.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
/*
* Copyright 2013 Freescale Semiconductor, Inc.
*/
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
index 008312ee0c31..77e946b3d012 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0 OR MIT
//
// Copyright 2013 Freescale Semiconductor, Inc.

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index e6b4b8525f98..75d746952932 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0+ OR MIT
//
// Copyright 2011 Freescale Semiconductor, Inc.
// Copyright 2011 Linaro Ltd.
--
2.17.1


2020-03-17 10:20:43

by Igor Opaniuk

[permalink] [raw]
Subject: [RFC PATCH v1 2/5] ARM: dt-bindings: clock: imx6: Dual license adding MIT

From: Igor Opaniuk <[email protected]>

Dual license files adding MIT license, which will permit to re-use
bindings and dependent device tree sources in other non-GPL OSS projects.

Signed-off-by: Igor Opaniuk <[email protected]>
---

include/dt-bindings/clock/imx6qdl-clock.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/clock/imx6qdl-clock.h b/include/dt-bindings/clock/imx6qdl-clock.h
index e20c43cc36f6..e73b4b329c1e 100644
--- a/include/dt-bindings/clock/imx6qdl-clock.h
+++ b/include/dt-bindings/clock/imx6qdl-clock.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
/*
* Copyright 2014 Freescale Semiconductor, Inc.
*/
--
2.17.1

2020-03-17 10:20:51

by Igor Opaniuk

[permalink] [raw]
Subject: [RFC PATCH v1 5/5] input: Dual license file adding MIT

From: Igor Opaniuk <[email protected]>

Dual license file adding MIT license, which will permit to re-use
bindings and dependent device tree sources (that include this file
directly or indirectly via dt-bindings) in other non-GPL OSS projects.

Signed-off-by: Igor Opaniuk <[email protected]>
---

include/uapi/linux/input-event-codes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h
index 0f1db1cccc3f..2f86c4554721 100644
--- a/include/uapi/linux/input-event-codes.h
+++ b/include/uapi/linux/input-event-codes.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note OR MIT */
/*
* Input event codes
*
--
2.17.1

2020-03-17 10:21:21

by Igor Opaniuk

[permalink] [raw]
Subject: [RFC PATCH v1 4/5] dt-bindings: input: Dual license input.h adding MIT

From: Igor Opaniuk <[email protected]>

Dual license header adding MIT license, which will permit to re-use
dependent device tree sources that include this header
in other non-GPL OSS projects.

Signed-off-by: Igor Opaniuk <[email protected]>
---

include/dt-bindings/input/input.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/input/input.h b/include/dt-bindings/input/input.h
index bcf0ae100f21..c3cf5d034025 100644
--- a/include/dt-bindings/input/input.h
+++ b/include/dt-bindings/input/input.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 OR MIT */
/*
* This header provides constants for most input bindings.
*
--
2.17.1

2020-03-17 10:21:36

by Igor Opaniuk

[permalink] [raw]
Subject: [RFC PATCH v1 3/5] dt-bindings: gpio: Dual license file adding MIT

From: Igor Opaniuk <[email protected]>

Dual license files adding MIT license, which will permit to re-use
bindings and dependent device tree sources in other non-GPL OSS projects.

Signed-off-by: Igor Opaniuk <[email protected]>
---

include/dt-bindings/gpio/gpio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/gpio/gpio.h b/include/dt-bindings/gpio/gpio.h
index c029467e828b..01c528708208 100644
--- a/include/dt-bindings/gpio/gpio.h
+++ b/include/dt-bindings/gpio/gpio.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0 OR MIT */
/*
* This header provides constants for most GPIO bindings.
*
--
2.17.1

2020-03-30 20:46:44

by Rob Herring

[permalink] [raw]
Subject: Re: [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT

On Tue, Mar 17, 2020 at 12:19:43PM +0200, Igor Opaniuk wrote:
> From: Igor Opaniuk <[email protected]>
>
> Dual license files adding MIT license, which will permit to re-use
> device trees in other non-GPL OSS projects.

Are you the only author on these files? If not, you don't have rights to
do this.

>
> Signed-off-by: Igor Opaniuk <[email protected]>
> ---
>
> arch/arm/boot/dts/imx6dl-pinfunc.h | 2 +-
> arch/arm/boot/dts/imx6dl.dtsi | 2 +-
> arch/arm/boot/dts/imx6qdl.dtsi | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6dl-pinfunc.h b/arch/arm/boot/dts/imx6dl-pinfunc.h
> index 9d88d09f9bf6..960d300ea9ba 100644
> --- a/arch/arm/boot/dts/imx6dl-pinfunc.h
> +++ b/arch/arm/boot/dts/imx6dl-pinfunc.h
> @@ -1,4 +1,4 @@
> -/* SPDX-License-Identifier: GPL-2.0-only */
> +/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
> /*
> * Copyright 2013 Freescale Semiconductor, Inc.
> */
> diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
> index 008312ee0c31..77e946b3d012 100644
> --- a/arch/arm/boot/dts/imx6dl.dtsi
> +++ b/arch/arm/boot/dts/imx6dl.dtsi
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0 OR MIT
> //
> // Copyright 2013 Freescale Semiconductor, Inc.
>
> diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> index e6b4b8525f98..75d746952932 100644
> --- a/arch/arm/boot/dts/imx6qdl.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> @@ -1,4 +1,4 @@
> -// SPDX-License-Identifier: GPL-2.0+
> +// SPDX-License-Identifier: GPL-2.0+ OR MIT
> //
> // Copyright 2011 Freescale Semiconductor, Inc.
> // Copyright 2011 Linaro Ltd.
> --
> 2.17.1
>

2020-04-02 06:19:50

by Igor Opaniuk

[permalink] [raw]
Subject: Re: [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT

Hi Rob,

On Mon, Mar 30, 2020 at 11:46 PM Rob Herring <[email protected]> wrote:
>
> On Tue, Mar 17, 2020 at 12:19:43PM +0200, Igor Opaniuk wrote:
> > From: Igor Opaniuk <[email protected]>
> >
> > Dual license files adding MIT license, which will permit to re-use
> > device trees in other non-GPL OSS projects.
>
> Are you the only author on these files? If not, you don't have rights to
> do this.

I'm not (obviously), this is why:
1. Patch series has RFC tag.
2. All stakeholders (including authors) are in CC list

>
> >
> > Signed-off-by: Igor Opaniuk <[email protected]>
> > ---
> >
> > arch/arm/boot/dts/imx6dl-pinfunc.h | 2 +-
> > arch/arm/boot/dts/imx6dl.dtsi | 2 +-
> > arch/arm/boot/dts/imx6qdl.dtsi | 2 +-
> > 3 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/imx6dl-pinfunc.h b/arch/arm/boot/dts/imx6dl-pinfunc.h
> > index 9d88d09f9bf6..960d300ea9ba 100644
> > --- a/arch/arm/boot/dts/imx6dl-pinfunc.h
> > +++ b/arch/arm/boot/dts/imx6dl-pinfunc.h
> > @@ -1,4 +1,4 @@
> > -/* SPDX-License-Identifier: GPL-2.0-only */
> > +/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
> > /*
> > * Copyright 2013 Freescale Semiconductor, Inc.
> > */
> > diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
> > index 008312ee0c31..77e946b3d012 100644
> > --- a/arch/arm/boot/dts/imx6dl.dtsi
> > +++ b/arch/arm/boot/dts/imx6dl.dtsi
> > @@ -1,4 +1,4 @@
> > -// SPDX-License-Identifier: GPL-2.0
> > +// SPDX-License-Identifier: GPL-2.0 OR MIT
> > //
> > // Copyright 2013 Freescale Semiconductor, Inc.
> >
> > diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
> > index e6b4b8525f98..75d746952932 100644
> > --- a/arch/arm/boot/dts/imx6qdl.dtsi
> > +++ b/arch/arm/boot/dts/imx6qdl.dtsi
> > @@ -1,4 +1,4 @@
> > -// SPDX-License-Identifier: GPL-2.0+
> > +// SPDX-License-Identifier: GPL-2.0+ OR MIT
> > //
> > // Copyright 2011 Freescale Semiconductor, Inc.
> > // Copyright 2011 Linaro Ltd.
> > --
> > 2.17.1
> >



--
Best regards - Freundliche GrĂ¼sse - Meilleures salutations

Igor Opaniuk

mailto: [email protected]
skype: igor.opanyuk
+380 (93) 836 40 67
http://ua.linkedin.com/in/iopaniuk