linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT
@ 2020-03-17 10:19 Igor Opaniuk
  2020-03-17 10:19 ` [RFC PATCH v1 2/5] ARM: dt-bindings: clock: " Igor Opaniuk
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Igor Opaniuk @ 2020-03-17 10:19 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Max Krummenacher, Philippe Schenker, Stefan Agner,
	Marcel Ziswiler, Shawn Guo, Oleksandr Suvorov, Igor Opaniuk,
	Fabio Estevam, Mark Rutland, NXP Linux Team,
	Pengutronix Kernel Team, Rob Herring, Sascha Hauer, devicetree,
	linux-kernel

From: Igor Opaniuk <igor.opaniuk@toradex.com>

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 <igor.opaniuk@toradex.com>
---

 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


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

* [RFC PATCH v1 2/5] ARM: dt-bindings: clock: imx6: Dual license adding MIT
  2020-03-17 10:19 [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT Igor Opaniuk
@ 2020-03-17 10:19 ` Igor Opaniuk
  2020-03-17 10:19 ` [RFC PATCH v1 3/5] dt-bindings: gpio: Dual license file " Igor Opaniuk
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Igor Opaniuk @ 2020-03-17 10:19 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Max Krummenacher, Philippe Schenker, Stefan Agner,
	Marcel Ziswiler, Shawn Guo, Oleksandr Suvorov, Igor Opaniuk,
	Allison Randal, Enrico Weigelt, Fabio Estevam,
	Greg Kroah-Hartman, Kate Stewart, Mark Rutland, NXP Linux Team,
	Pengutronix Kernel Team, Rob Herring, Sascha Hauer,
	Thomas Gleixner, devicetree, linux-kernel

From: Igor Opaniuk <igor.opaniuk@toradex.com>

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 <igor.opaniuk@toradex.com>
---

 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


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

* [RFC PATCH v1 3/5] dt-bindings: gpio: Dual license file adding MIT
  2020-03-17 10:19 [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT Igor Opaniuk
  2020-03-17 10:19 ` [RFC PATCH v1 2/5] ARM: dt-bindings: clock: " Igor Opaniuk
@ 2020-03-17 10:19 ` Igor Opaniuk
  2020-03-17 10:19 ` [RFC PATCH v1 4/5] dt-bindings: input: Dual license input.h " Igor Opaniuk
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Igor Opaniuk @ 2020-03-17 10:19 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Max Krummenacher, Philippe Schenker, Stefan Agner,
	Marcel Ziswiler, Shawn Guo, Oleksandr Suvorov, Igor Opaniuk,
	Mark Rutland, Rob Herring, devicetree, linux-kernel

From: Igor Opaniuk <igor.opaniuk@toradex.com>

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 <igor.opaniuk@toradex.com>
---

 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


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

* [RFC PATCH v1 4/5] dt-bindings: input: Dual license input.h adding MIT
  2020-03-17 10:19 [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT Igor Opaniuk
  2020-03-17 10:19 ` [RFC PATCH v1 2/5] ARM: dt-bindings: clock: " Igor Opaniuk
  2020-03-17 10:19 ` [RFC PATCH v1 3/5] dt-bindings: gpio: Dual license file " Igor Opaniuk
@ 2020-03-17 10:19 ` Igor Opaniuk
  2020-03-17 10:19 ` [RFC PATCH v1 5/5] input: Dual license file " Igor Opaniuk
  2020-03-30 20:46 ` [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license " Rob Herring
  4 siblings, 0 replies; 7+ messages in thread
From: Igor Opaniuk @ 2020-03-17 10:19 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Max Krummenacher, Philippe Schenker, Stefan Agner,
	Marcel Ziswiler, Shawn Guo, Oleksandr Suvorov, Igor Opaniuk,
	Mark Rutland, Rob Herring, devicetree, linux-kernel

From: Igor Opaniuk <igor.opaniuk@toradex.com>

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 <igor.opaniuk@toradex.com>
---

 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


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

* [RFC PATCH v1 5/5] input: Dual license file adding MIT
  2020-03-17 10:19 [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT Igor Opaniuk
                   ` (2 preceding siblings ...)
  2020-03-17 10:19 ` [RFC PATCH v1 4/5] dt-bindings: input: Dual license input.h " Igor Opaniuk
@ 2020-03-17 10:19 ` Igor Opaniuk
  2020-03-30 20:46 ` [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license " Rob Herring
  4 siblings, 0 replies; 7+ messages in thread
From: Igor Opaniuk @ 2020-03-17 10:19 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Max Krummenacher, Philippe Schenker, Stefan Agner,
	Marcel Ziswiler, Shawn Guo, Oleksandr Suvorov, Igor Opaniuk,
	Dmitry Torokhov, linux-input, linux-kernel

From: Igor Opaniuk <igor.opaniuk@toradex.com>

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 <igor.opaniuk@toradex.com>
---

 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


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

* Re: [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT
  2020-03-17 10:19 [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT Igor Opaniuk
                   ` (3 preceding siblings ...)
  2020-03-17 10:19 ` [RFC PATCH v1 5/5] input: Dual license file " Igor Opaniuk
@ 2020-03-30 20:46 ` Rob Herring
  2020-04-02  6:18   ` Igor Opaniuk
  4 siblings, 1 reply; 7+ messages in thread
From: Rob Herring @ 2020-03-30 20:46 UTC (permalink / raw)
  To: Igor Opaniuk
  Cc: linux-arm-kernel, Max Krummenacher, Philippe Schenker,
	Stefan Agner, Marcel Ziswiler, Shawn Guo, Oleksandr Suvorov,
	Igor Opaniuk, Fabio Estevam, Mark Rutland, NXP Linux Team,
	Pengutronix Kernel Team, Sascha Hauer, devicetree, linux-kernel

On Tue, Mar 17, 2020 at 12:19:43PM +0200, Igor Opaniuk wrote:
> From: Igor Opaniuk <igor.opaniuk@toradex.com>
> 
> 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 <igor.opaniuk@toradex.com>
> ---
> 
>  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
> 

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

* Re: [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT
  2020-03-30 20:46 ` [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license " Rob Herring
@ 2020-04-02  6:18   ` Igor Opaniuk
  0 siblings, 0 replies; 7+ messages in thread
From: Igor Opaniuk @ 2020-04-02  6:18 UTC (permalink / raw)
  To: Rob Herring
  Cc: Linux ARM, Max Krummenacher, Philippe Schenker, Stefan Agner,
	Marcel Ziswiler, Shawn Guo, Oleksandr Suvorov, Igor Opaniuk,
	Fabio Estevam, Mark Rutland, NXP Linux Team,
	Pengutronix Kernel Team, Sascha Hauer, devicetree, linux-kernel

Hi Rob,

On Mon, Mar 30, 2020 at 11:46 PM Rob Herring <robh@kernel.org> wrote:
>
> On Tue, Mar 17, 2020 at 12:19:43PM +0200, Igor Opaniuk wrote:
> > From: Igor Opaniuk <igor.opaniuk@toradex.com>
> >
> > 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 <igor.opaniuk@toradex.com>
> > ---
> >
> >  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: igor.opaniuk@gmail.com
skype: igor.opanyuk
+380 (93) 836 40 67
http://ua.linkedin.com/in/iopaniuk

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

end of thread, other threads:[~2020-04-02  6:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17 10:19 [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license adding MIT Igor Opaniuk
2020-03-17 10:19 ` [RFC PATCH v1 2/5] ARM: dt-bindings: clock: " Igor Opaniuk
2020-03-17 10:19 ` [RFC PATCH v1 3/5] dt-bindings: gpio: Dual license file " Igor Opaniuk
2020-03-17 10:19 ` [RFC PATCH v1 4/5] dt-bindings: input: Dual license input.h " Igor Opaniuk
2020-03-17 10:19 ` [RFC PATCH v1 5/5] input: Dual license file " Igor Opaniuk
2020-03-30 20:46 ` [RFC PATCH v1 1/5] ARM: dts: imx6: Dual license " Rob Herring
2020-04-02  6:18   ` Igor Opaniuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).