* [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
@ 2024-05-31 16:57 Udit Kumar
2024-05-31 17:48 ` Wadim Egorov
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Udit Kumar @ 2024-05-31 16:57 UTC (permalink / raw)
To: vigneshr, nm, tglx, tpiepho, w.egorov
Cc: andrew, davem, edumazet, kuba, pabeni, robh, krzk+dt, conor+dt,
netdev, devicetree, linux-kernel, linux-arm-kernel, Udit Kumar,
Kip Broadhurst
Modify license to include dual licensing as GPL-2.0-only OR MIT
license for TI specific phy header files. This allows for Linux
kernel files 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 TI copyright year to sync with current year
to indicate license change.
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Trent Piepho <tpiepho@impinj.com>
Cc: Wadim Egorov <w.egorov@phytec.de>
Cc: Kip Broadhurst <kbroadhurst@ti.com>
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
---
Changelog:
Changes in v2:
- Updated Copyright information as per review comments of v1
- Added all authors[0] in CC list of patch
- Extended patch to LAKML list
v1 link: https://lore.kernel.org/all/20240517104226.3395480-1-u-kumar1@ti.com/
[0] Patch cc list is based upon (I am representing @ti.com for this patch)
git log --no-merges --pretty="%ae" $files|grep -v "@ti.com"
Requesting Acked-by, from the CC list of patch at the earliest
include/dt-bindings/net/ti-dp83867.h | 4 ++--
include/dt-bindings/net/ti-dp83869.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/dt-bindings/net/ti-dp83867.h b/include/dt-bindings/net/ti-dp83867.h
index 6fc4b445d3a1..b8a4f3ff4a3b 100644
--- a/include/dt-bindings/net/ti-dp83867.h
+++ b/include/dt-bindings/net/ti-dp83867.h
@@ -1,10 +1,10 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
/*
* Device Tree constants for the Texas Instruments DP83867 PHY
*
* Author: Dan Murphy <dmurphy@ti.com>
*
- * Copyright: (C) 2015 Texas Instruments, Inc.
+ * Copyright (C) 2015-2024 Texas Instruments Incorporated - https://www.ti.com/
*/
#ifndef _DT_BINDINGS_TI_DP83867_H
diff --git a/include/dt-bindings/net/ti-dp83869.h b/include/dt-bindings/net/ti-dp83869.h
index 218b1a64e975..917114aad7d0 100644
--- a/include/dt-bindings/net/ti-dp83869.h
+++ b/include/dt-bindings/net/ti-dp83869.h
@@ -1,10 +1,10 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
/*
* Device Tree constants for the Texas Instruments DP83869 PHY
*
* Author: Dan Murphy <dmurphy@ti.com>
*
- * Copyright: (C) 2019 Texas Instruments, Inc.
+ * Copyright (C) 2015-2024 Texas Instruments Incorporated - https://www.ti.com/
*/
#ifndef _DT_BINDINGS_TI_DP83869_H
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
2024-05-31 16:57 [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0 Udit Kumar
@ 2024-05-31 17:48 ` Wadim Egorov
2024-06-05 15:56 ` Rob Herring
2024-06-07 11:20 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 6+ messages in thread
From: Wadim Egorov @ 2024-05-31 17:48 UTC (permalink / raw)
To: Udit Kumar, vigneshr, nm, tglx, tpiepho
Cc: andrew, davem, edumazet, kuba, pabeni, robh, krzk+dt, conor+dt,
netdev, devicetree, linux-kernel, linux-arm-kernel,
Kip Broadhurst
Am 31.05.24 um 18:57 schrieb Udit Kumar:
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for TI specific phy header files. This allows for Linux
> kernel files 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 TI copyright year to sync with current year
> to indicate license change.
>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Trent Piepho <tpiepho@impinj.com>
> Cc: Wadim Egorov <w.egorov@phytec.de>
> Cc: Kip Broadhurst <kbroadhurst@ti.com>
> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
Acked-by: Wadim Egorov <w.egorov@phytec.de>
> ---
> Changelog:
> Changes in v2:
> - Updated Copyright information as per review comments of v1
> - Added all authors[0] in CC list of patch
> - Extended patch to LAKML list
> v1 link: https://lore.kernel.org/all/20240517104226.3395480-1-u-kumar1@ti.com/
>
> [0] Patch cc list is based upon (I am representing @ti.com for this patch)
> git log --no-merges --pretty="%ae" $files|grep -v "@ti.com"
>
> Requesting Acked-by, from the CC list of patch at the earliest
>
>
> include/dt-bindings/net/ti-dp83867.h | 4 ++--
> include/dt-bindings/net/ti-dp83869.h | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/include/dt-bindings/net/ti-dp83867.h b/include/dt-bindings/net/ti-dp83867.h
> index 6fc4b445d3a1..b8a4f3ff4a3b 100644
> --- a/include/dt-bindings/net/ti-dp83867.h
> +++ b/include/dt-bindings/net/ti-dp83867.h
> @@ -1,10 +1,10 @@
> -/* SPDX-License-Identifier: GPL-2.0-only */
> +/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
> /*
> * Device Tree constants for the Texas Instruments DP83867 PHY
> *
> * Author: Dan Murphy <dmurphy@ti.com>
> *
> - * Copyright: (C) 2015 Texas Instruments, Inc.
> + * Copyright (C) 2015-2024 Texas Instruments Incorporated - https://www.ti.com/
> */
>
> #ifndef _DT_BINDINGS_TI_DP83867_H
> diff --git a/include/dt-bindings/net/ti-dp83869.h b/include/dt-bindings/net/ti-dp83869.h
> index 218b1a64e975..917114aad7d0 100644
> --- a/include/dt-bindings/net/ti-dp83869.h
> +++ b/include/dt-bindings/net/ti-dp83869.h
> @@ -1,10 +1,10 @@
> -/* SPDX-License-Identifier: GPL-2.0-only */
> +/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
> /*
> * Device Tree constants for the Texas Instruments DP83869 PHY
> *
> * Author: Dan Murphy <dmurphy@ti.com>
> *
> - * Copyright: (C) 2019 Texas Instruments, Inc.
> + * Copyright (C) 2015-2024 Texas Instruments Incorporated - https://www.ti.com/
> */
>
> #ifndef _DT_BINDINGS_TI_DP83869_H
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
2024-05-31 16:57 [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0 Udit Kumar
2024-05-31 17:48 ` Wadim Egorov
@ 2024-06-05 15:56 ` Rob Herring
2024-06-05 19:23 ` Jakub Kicinski
2024-06-07 11:20 ` patchwork-bot+netdevbpf
2 siblings, 1 reply; 6+ messages in thread
From: Rob Herring @ 2024-06-05 15:56 UTC (permalink / raw)
To: Udit Kumar
Cc: vigneshr, nm, tglx, tpiepho, w.egorov, andrew, davem, edumazet,
kuba, pabeni, krzk+dt, conor+dt, netdev, devicetree, linux-kernel,
linux-arm-kernel, Kip Broadhurst
On Fri, May 31, 2024 at 10:27:25PM +0530, Udit Kumar wrote:
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for TI specific phy header files. This allows for Linux
> kernel files 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 TI copyright year to sync with current year
> to indicate license change.
>
> Cc: Thomas Gleixner <tglx@linutronix.de>
You don't need Thomas's ack for what was just boilerplate license text
to SPDX tag.
> Cc: Trent Piepho <tpiepho@impinj.com>
IANAL, but 1 define doesn't make for copyrightable work.
> Cc: Wadim Egorov <w.egorov@phytec.de>
> Cc: Kip Broadhurst <kbroadhurst@ti.com>
> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
> ---
> Changelog:
> Changes in v2:
> - Updated Copyright information as per review comments of v1
> - Added all authors[0] in CC list of patch
> - Extended patch to LAKML list
> v1 link: https://lore.kernel.org/all/20240517104226.3395480-1-u-kumar1@ti.com/
>
> [0] Patch cc list is based upon (I am representing @ti.com for this patch)
> git log --no-merges --pretty="%ae" $files|grep -v "@ti.com"
>
> Requesting Acked-by, from the CC list of patch at the earliest
>
>
> include/dt-bindings/net/ti-dp83867.h | 4 ++--
> include/dt-bindings/net/ti-dp83869.h | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
2024-06-05 15:56 ` Rob Herring
@ 2024-06-05 19:23 ` Jakub Kicinski
2024-06-06 4:44 ` Kumar, Udit
0 siblings, 1 reply; 6+ messages in thread
From: Jakub Kicinski @ 2024-06-05 19:23 UTC (permalink / raw)
To: Rob Herring
Cc: Udit Kumar, vigneshr, nm, tglx, tpiepho, w.egorov, andrew, davem,
edumazet, pabeni, krzk+dt, conor+dt, netdev, devicetree,
linux-kernel, linux-arm-kernel, Kip Broadhurst
On Wed, 5 Jun 2024 09:56:59 -0600 Rob Herring wrote:
> > Cc: Kip Broadhurst <kbroadhurst@ti.com>
Kip, ack?
Failing that (+1 to I'm not a lawyer, but) Udit, you both have @ti.com
addresses, can you confirm the intellectual rights are with TI?
In which case we won't have to wait for Kip.. Obviously easiest if they
just ack.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
2024-06-05 19:23 ` Jakub Kicinski
@ 2024-06-06 4:44 ` Kumar, Udit
0 siblings, 0 replies; 6+ messages in thread
From: Kumar, Udit @ 2024-06-06 4:44 UTC (permalink / raw)
To: Jakub Kicinski, Rob Herring
Cc: vigneshr, nm, tglx, tpiepho, w.egorov, andrew, davem, edumazet,
pabeni, krzk+dt, conor+dt, netdev, devicetree, linux-kernel,
linux-arm-kernel, Kip Broadhurst
Hi Jakub,
On 6/6/2024 12:53 AM, Jakub Kicinski wrote:
> On Wed, 5 Jun 2024 09:56:59 -0600 Rob Herring wrote:
>>> Cc: Kip Broadhurst <kbroadhurst@ti.com>
> Kip, ack?
We can skip Ack from Kip,
For ti authors, I represent ti for this patch.
> Failing that (+1 to I'm not a lawyer, but) Udit, you both have @ti.com
> addresses, can you confirm the intellectual rights are with TI?
> In which case we won't have to wait for Kip.. Obviously easiest if they
> just ack.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
2024-05-31 16:57 [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0 Udit Kumar
2024-05-31 17:48 ` Wadim Egorov
2024-06-05 15:56 ` Rob Herring
@ 2024-06-07 11:20 ` patchwork-bot+netdevbpf
2 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-06-07 11:20 UTC (permalink / raw)
To: Kumar, Udit
Cc: vigneshr, nm, tglx, tpiepho, w.egorov, andrew, davem, edumazet,
kuba, pabeni, robh, krzk+dt, conor+dt, netdev, devicetree,
linux-kernel, linux-arm-kernel, kbroadhurst
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:
On Fri, 31 May 2024 22:27:25 +0530 you wrote:
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for TI specific phy header files. This allows for Linux
> kernel files 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).
>
> [...]
Here is the summary with links:
- [v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
https://git.kernel.org/netdev/net/c/b472b996a434
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-06-07 11:20 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-31 16:57 [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0 Udit Kumar
2024-05-31 17:48 ` Wadim Egorov
2024-06-05 15:56 ` Rob Herring
2024-06-05 19:23 ` Jakub Kicinski
2024-06-06 4:44 ` Kumar, Udit
2024-06-07 11:20 ` patchwork-bot+netdevbpf
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).