linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Igor Opaniuk <igor.opaniuk@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Cc: philippe.schenker@toradex.com, marcel.ziswiler@toradex.com,
	stefan.agner@toradex.com, max.krummenacher@toradex.com,
	Igor Opaniuk <igor.opaniuk@toradex.com>,
	Fabio Estevam <festevam@gmail.com>,
	Mark Rutland <mark.rutland@arm.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Rob Herring <robh+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH v1 4/5] arm: dts: vf: toradex: re-license GPL-2.0+ to GPL-2.0
Date: Mon, 24 Feb 2020 19:32:27 +0200	[thread overview]
Message-ID: <1582565548-20627-4-git-send-email-igor.opaniuk@gmail.com> (raw)
In-Reply-To: <1582565548-20627-1-git-send-email-igor.opaniuk@gmail.com>

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

Specify explicitly that GPL-2.0 license can be used and not
GPL-2.0+ (which also includes next less permissive versions of GPL)
in Toradex i.MX7-based SoM device trees.

Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
---

 arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi | 2 +-
 arch/arm/boot/dts/imx7-colibri.dtsi         | 2 +-
 arch/arm/boot/dts/imx7d-colibri-eval-v3.dts | 2 +-
 arch/arm/boot/dts/imx7d-colibri.dtsi        | 2 +-
 arch/arm/boot/dts/imx7s-colibri-eval-v3.dts | 2 +-
 arch/arm/boot/dts/imx7s-colibri.dtsi        | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
index 0ec2b81..22ce5c2 100644
--- a/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
+++ b/arch/arm/boot/dts/imx7-colibri-eval-v3.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+ OR MIT
+// SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * Copyright 2016-2020 Toradex AG
  */
diff --git a/arch/arm/boot/dts/imx7-colibri.dtsi b/arch/arm/boot/dts/imx7-colibri.dtsi
index 70fc3a6..85ccf1b 100644
--- a/arch/arm/boot/dts/imx7-colibri.dtsi
+++ b/arch/arm/boot/dts/imx7-colibri.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+ OR MIT
+// SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * Copyright 2016-2020  Toradex AG
  */
diff --git a/arch/arm/boot/dts/imx7d-colibri-eval-v3.dts b/arch/arm/boot/dts/imx7d-colibri-eval-v3.dts
index 8ae4c58..b830383 100644
--- a/arch/arm/boot/dts/imx7d-colibri-eval-v3.dts
+++ b/arch/arm/boot/dts/imx7d-colibri-eval-v3.dts
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+ OR MIT
+// SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * Copyright 2016-2020 Toradex AG
  */
diff --git a/arch/arm/boot/dts/imx7d-colibri.dtsi b/arch/arm/boot/dts/imx7d-colibri.dtsi
index 13331df..b56baa8 100644
--- a/arch/arm/boot/dts/imx7d-colibri.dtsi
+++ b/arch/arm/boot/dts/imx7d-colibri.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+ OR MIT
+// SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * Copyright 2016-2020 Toradex AG
  */
diff --git a/arch/arm/boot/dts/imx7s-colibri-eval-v3.dts b/arch/arm/boot/dts/imx7s-colibri-eval-v3.dts
index 1d1b438..7cfb3ed 100644
--- a/arch/arm/boot/dts/imx7s-colibri-eval-v3.dts
+++ b/arch/arm/boot/dts/imx7s-colibri-eval-v3.dts
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+ OR MIT
+// SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * Copyright 2016-2020 Toradex AG
  */
diff --git a/arch/arm/boot/dts/imx7s-colibri.dtsi b/arch/arm/boot/dts/imx7s-colibri.dtsi
index 3b85b0b..df3646d 100644
--- a/arch/arm/boot/dts/imx7s-colibri.dtsi
+++ b/arch/arm/boot/dts/imx7s-colibri.dtsi
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+ OR MIT
+// SPDX-License-Identifier: GPL-2.0 OR MIT
 /*
  * Copyright 2016-2020 Toradex AG
  */
-- 
2.7.4


  parent reply	other threads:[~2020-02-24 17:32 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-24 17:32 [PATCH v1 1/5] arm: dts: imx6: toradex: use SPDX-License-Identifier Igor Opaniuk
2020-02-24 17:32 ` [PATCH v1 2/5] arm: dts: imx7: " Igor Opaniuk
2020-02-26  9:25   ` Oleksandr Suvorov
2020-02-28 16:49   ` Marcel Ziswiler
2020-02-24 17:32 ` [PATCH v1 3/5] arm: dts: vf: " Igor Opaniuk
2020-02-26  9:23   ` Oleksandr Suvorov
2020-02-28 16:52   ` Marcel Ziswiler
2020-02-24 17:32 ` Igor Opaniuk [this message]
2020-02-28 16:54   ` [PATCH v1 4/5] arm: dts: vf: toradex: re-license GPL-2.0+ to GPL-2.0 Marcel Ziswiler
2020-02-24 17:32 ` [PATCH v1 5/5] " Igor Opaniuk
2020-02-26  9:29   ` Oleksandr Suvorov
2020-02-26 10:00     ` Stefan Agner
2020-02-28 16:55   ` Marcel Ziswiler
2020-02-24 21:33 ` [PATCH v1 1/5] arm: dts: imx6: toradex: use SPDX-License-Identifier Oleksandr Suvorov
2020-02-28 16:47 ` Marcel Ziswiler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1582565548-20627-4-git-send-email-igor.opaniuk@gmail.com \
    --to=igor.opaniuk@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=igor.opaniuk@toradex.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=mark.rutland@arm.com \
    --cc=max.krummenacher@toradex.com \
    --cc=philippe.schenker@toradex.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=stefan.agner@toradex.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).