All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Vignesh Raghavendra <vigneshr@ti.com>,
	Tero Kristo <kristo@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Rob Herring <robh+dt@kernel.org>
Cc: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Nishanth Menon <nm@ti.com>,
	Ayush Singh <ayushdevel1325@gmail.com>,
	Jason Kridner <jkridner@beagleboard.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Robert Nelson <robertcnelson@gmail.com>,
	Tony Lindgren <tony@atomide.com>,
	Wadim Egorov <w.egorov@phytec.de>
Subject: [PATCH 13/16] arm64: dts: ti: beagle*: Add MIT license along with GPL-2.0
Date: Wed, 10 Jan 2024 08:09:00 -0600	[thread overview]
Message-ID: <20240110140903.4090946-14-nm@ti.com> (raw)
In-Reply-To: <20240110140903.4090946-1-nm@ti.com>

Modify license to include dual licensing as GPL-2.0-only OR MIT
license for device trees belonging to BeagleBoard.org Foundation
platforms. This allows for Linux kernel device tree to be used in
other Operating System ecosystems such as Zephyr or FreeBSD.

While at this, update the GPL-2.0 to be GPL-2.0-only to be in sync
with latest SPDX conventions (GPL-2.0 is deprecated).

While at this, update the copyright year to sync with current year
to indicate license change.

Cc: Ayush Singh <ayushdevel1325@gmail.com>
Cc: Jason Kridner <jkridner@beagleboard.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Robert Nelson <robertcnelson@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Wadim Egorov <w.egorov@phytec.de>

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 .../boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso      | 4 ++--
 .../boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso | 4 ++--
 arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts            | 6 +++---
 arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts        | 8 ++++----
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
index 5e80ca7033ba..3b4643b7d19c 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
@@ -1,7 +1,7 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
 /*
  * ALINX AN5641 & Digilent PCam 5C - OV5640 camera module
- * Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 /dts-v1/;
diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
index 5e1cbbc27c8f..81a2763d43c6 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
@@ -1,7 +1,7 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
 /*
  * Technexion TEVI-OV5640-*-RPI - OV5640 camera module
- * Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 /dts-v1/;
diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
index eadbdd9ffe37..600db09b8ad3 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
@@ -1,9 +1,9 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
 /*
  * https://beagleplay.org/
  *
- * Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
- * Copyright (C) 2022-2023 Robert Nelson, BeagleBoard.org Foundation
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Robert Nelson, BeagleBoard.org Foundation
  */
 
 /dts-v1/;
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
index 2f954729f353..dfc9adacd511 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
+++ b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
@@ -1,9 +1,9 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
 /*
  * https://beagleboard.org/ai-64
- * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
- * Copyright (C) 2022 Jason Kridner, BeagleBoard.org Foundation
- * Copyright (C) 2022 Robert Nelson, BeagleBoard.org Foundation
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Jason Kridner, BeagleBoard.org Foundation
+ * Copyright (C) 2022-2024 Robert Nelson, BeagleBoard.org Foundation
  */
 
 /dts-v1/;
-- 
2.43.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Vignesh Raghavendra <vigneshr@ti.com>,
	Tero Kristo <kristo@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Rob Herring <robh+dt@kernel.org>
Cc: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	Nishanth Menon <nm@ti.com>,
	Ayush Singh <ayushdevel1325@gmail.com>,
	Jason Kridner <jkridner@beagleboard.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Robert Nelson <robertcnelson@gmail.com>,
	Tony Lindgren <tony@atomide.com>,
	Wadim Egorov <w.egorov@phytec.de>
Subject: [PATCH 13/16] arm64: dts: ti: beagle*: Add MIT license along with GPL-2.0
Date: Wed, 10 Jan 2024 08:09:00 -0600	[thread overview]
Message-ID: <20240110140903.4090946-14-nm@ti.com> (raw)
In-Reply-To: <20240110140903.4090946-1-nm@ti.com>

Modify license to include dual licensing as GPL-2.0-only OR MIT
license for device trees belonging to BeagleBoard.org Foundation
platforms. This allows for Linux kernel device tree to be used in
other Operating System ecosystems such as Zephyr or FreeBSD.

While at this, update the GPL-2.0 to be GPL-2.0-only to be in sync
with latest SPDX conventions (GPL-2.0 is deprecated).

While at this, update the copyright year to sync with current year
to indicate license change.

Cc: Ayush Singh <ayushdevel1325@gmail.com>
Cc: Jason Kridner <jkridner@beagleboard.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Robert Nelson <robertcnelson@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Wadim Egorov <w.egorov@phytec.de>

Signed-off-by: Nishanth Menon <nm@ti.com>
---
 .../boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso      | 4 ++--
 .../boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso | 4 ++--
 arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts            | 6 +++---
 arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts        | 8 ++++----
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
index 5e80ca7033ba..3b4643b7d19c 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
@@ -1,7 +1,7 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
 /*
  * ALINX AN5641 & Digilent PCam 5C - OV5640 camera module
- * Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 /dts-v1/;
diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
index 5e1cbbc27c8f..81a2763d43c6 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
@@ -1,7 +1,7 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
 /*
  * Technexion TEVI-OV5640-*-RPI - OV5640 camera module
- * Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
  */
 
 /dts-v1/;
diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
index eadbdd9ffe37..600db09b8ad3 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
@@ -1,9 +1,9 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
 /*
  * https://beagleplay.org/
  *
- * Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
- * Copyright (C) 2022-2023 Robert Nelson, BeagleBoard.org Foundation
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Robert Nelson, BeagleBoard.org Foundation
  */
 
 /dts-v1/;
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
index 2f954729f353..dfc9adacd511 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
+++ b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
@@ -1,9 +1,9 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
 /*
  * https://beagleboard.org/ai-64
- * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
- * Copyright (C) 2022 Jason Kridner, BeagleBoard.org Foundation
- * Copyright (C) 2022 Robert Nelson, BeagleBoard.org Foundation
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Jason Kridner, BeagleBoard.org Foundation
+ * Copyright (C) 2022-2024 Robert Nelson, BeagleBoard.org Foundation
  */
 
 /dts-v1/;
-- 
2.43.0


  parent reply	other threads:[~2024-01-10 14:10 UTC|newest]

Thread overview: 128+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-10 14:08 [PATCH 00/16] arm64: dts: ti: Additional licensing and clarification Nishanth Menon
2024-01-10 14:08 ` Nishanth Menon
2024-01-10 14:08 ` [PATCH 01/16] arm64: dts: ti: Use https for urls Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-10 14:08 ` [PATCH 02/16] arm64: dts: ti: k3-am62a7: Add MIT license along with GPL-2.0 Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-10 20:41   ` Krzysztof Kozlowski
2024-01-10 20:41     ` Krzysztof Kozlowski
2024-01-10 22:36     ` Nishanth Menon
2024-01-10 22:36       ` Nishanth Menon
2024-01-11 15:25   ` Julien Panis
2024-01-11 15:25     ` Julien Panis
2024-01-11 15:33   ` Tony Lindgren
2024-01-11 15:33     ` Tony Lindgren
2024-01-10 14:08 ` [PATCH 03/16] arm64: dts: ti: k3-am625: " Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-10 20:41   ` Krzysztof Kozlowski
2024-01-10 20:41     ` Krzysztof Kozlowski
2024-01-10 21:16   ` Ronald Wahl
2024-01-10 21:16     ` Ronald Wahl
2024-01-11 12:46   ` Roger Quadros
2024-01-11 12:46     ` Roger Quadros
2024-01-11 13:30   ` Tony Lindgren
2024-01-11 13:30     ` Tony Lindgren
2024-01-11 14:24   ` [EXTERNAL] " Sarah Walker
2024-01-11 14:24     ` Sarah Walker
2024-01-11 15:26   ` Julien Panis
2024-01-11 15:26     ` Julien Panis
2024-01-11 23:11   ` Guillaume LA ROQUE
2024-01-11 23:11     ` Guillaume LA ROQUE
2024-01-15  8:28   ` Pierre Gondois
2024-01-15  8:28     ` Pierre Gondois
2024-01-10 14:08 ` [PATCH 04/16] arm64: dts: ti: k3-am62p: " Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-11 13:34   ` Tony Lindgren
2024-01-11 13:34     ` Tony Lindgren
2024-01-10 14:08 ` [PATCH 05/16] arm64: dts: ti: k3-am64: " Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-10 20:41   ` Krzysztof Kozlowski
2024-01-10 20:41     ` Krzysztof Kozlowski
2024-01-11 12:47   ` Roger Quadros
2024-01-11 12:47     ` Roger Quadros
2024-01-11 15:19   ` Christian Gmeiner
2024-01-11 15:19     ` Christian Gmeiner
2024-01-12 12:45   ` Tony Lindgren
2024-01-12 12:45     ` Tony Lindgren
2024-01-15  2:43   ` Wadim Egorov
2024-01-15  2:43     ` Wadim Egorov
2024-01-15  9:59   ` Matthias Schiffer
2024-01-15  9:59     ` Matthias Schiffer
2024-01-10 14:08 ` [PATCH 06/16] arm64: dts: ti: k3-am65: " Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-10 19:44   ` Jan Kiszka
2024-01-10 19:44     ` Jan Kiszka
2024-01-10 20:41   ` Krzysztof Kozlowski
2024-01-10 20:41     ` Krzysztof Kozlowski
2024-01-11 12:18   ` Tomi Valkeinen
2024-01-11 12:18     ` Tomi Valkeinen
2024-01-11 13:34   ` Tony Lindgren
2024-01-11 13:34     ` Tony Lindgren
2024-01-15 10:01   ` Matthias Schiffer
2024-01-15 10:01     ` Matthias Schiffer
2024-01-10 14:08 ` [PATCH 07/16] arm64: dts: ti: k3-j7200: " Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-10 20:41   ` Krzysztof Kozlowski
2024-01-10 20:41     ` Krzysztof Kozlowski
2024-01-11 13:35   ` Tony Lindgren
2024-01-11 13:35     ` Tony Lindgren
2024-01-15  7:57   ` Esteban Blanc
2024-01-15  7:57     ` Esteban Blanc
2024-01-10 14:08 ` [PATCH 08/16] arm64: dts: ti: k3-j721e: " Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-10 20:41   ` Krzysztof Kozlowski
2024-01-10 20:41     ` Krzysztof Kozlowski
2024-01-11 13:36   ` Tony Lindgren
2024-01-11 13:36     ` Tony Lindgren
2024-01-10 14:08 ` [PATCH 09/16] arm64: dts: ti: k3-j721s2: " Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-10 20:41   ` Krzysztof Kozlowski
2024-01-10 20:41     ` Krzysztof Kozlowski
2024-01-11 13:37   ` Tony Lindgren
2024-01-11 13:37     ` Tony Lindgren
2024-01-15  7:58   ` Esteban Blanc
2024-01-15  7:58     ` Esteban Blanc
2024-01-10 14:08 ` [PATCH 10/16] arm64: dts: ti: k3-j784s4: " Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-10 20:42   ` Krzysztof Kozlowski
2024-01-10 20:42     ` Krzysztof Kozlowski
2024-01-11 13:41   ` Tony Lindgren
2024-01-11 13:41     ` Tony Lindgren
2024-01-10 14:08 ` [PATCH 11/16] arm64: dts: ti: k3-pinctrl: " Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-11 13:38   ` Tony Lindgren
2024-01-11 13:38     ` Tony Lindgren
2024-01-10 14:08 ` [PATCH 12/16] arm64: dts: ti: k3-serdes: " Nishanth Menon
2024-01-10 14:08   ` Nishanth Menon
2024-01-10 14:09 ` Nishanth Menon [this message]
2024-01-10 14:09   ` [PATCH 13/16] arm64: dts: ti: beagle*: " Nishanth Menon
2024-01-10 20:42   ` Krzysztof Kozlowski
2024-01-10 20:42     ` Krzysztof Kozlowski
2024-01-10 21:32   ` Robert Nelson
2024-01-10 21:32     ` Robert Nelson
2024-01-11  0:48   ` Jason Kridner
2024-01-11  0:48     ` Jason Kridner
2024-01-11  7:02   ` Ayush Singh
2024-01-11  7:02     ` Ayush Singh
2024-01-12 12:46   ` Tony Lindgren
2024-01-12 12:46     ` Tony Lindgren
2024-01-15  2:47   ` Wadim Egorov
2024-01-15  2:47     ` Wadim Egorov
2024-01-10 14:09 ` [PATCH 14/16] arm64: dts: ti: iot2050*: Clarify GPL-2.0 as GPL-2.0-only Nishanth Menon
2024-01-10 14:09   ` Nishanth Menon
2024-01-10 19:44   ` Jan Kiszka
2024-01-10 19:44     ` Jan Kiszka
2024-01-11 13:38   ` Tony Lindgren
2024-01-11 13:38     ` Tony Lindgren
2024-01-10 14:09 ` [PATCH 15/16] arm64: dts: ti: phycore*: " Nishanth Menon
2024-01-10 14:09   ` Nishanth Menon
2024-01-15  2:48   ` Wadim Egorov
2024-01-15  2:48     ` Wadim Egorov
2024-01-17  2:29   ` Wadim Egorov
2024-01-17  2:29     ` Wadim Egorov
2024-01-17 15:02     ` Nishanth Menon
2024-01-17 15:02       ` Nishanth Menon
2024-01-18 16:47   ` Garrett Giordano
2024-01-18 16:47     ` Garrett Giordano
2024-01-10 14:09 ` [PATCH 16/16] arm64: dts: ti: Makefile: " Nishanth Menon
2024-01-10 14:09   ` Nishanth Menon

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=20240110140903.4090946-14-nm@ti.com \
    --to=nm@ti.com \
    --cc=ayushdevel1325@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jkridner@beagleboard.org \
    --cc=kristo@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robertcnelson@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=tony@atomide.com \
    --cc=vigneshr@ti.com \
    --cc=w.egorov@phytec.de \
    /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 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.