[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <828e0af0-bad4-4012-b519-2d292f0035a5@phytec.de>
Date: Fri, 31 May 2024 19:48:38 +0200
From: Wadim Egorov <w.egorov@...tec.de>
To: Udit Kumar <u-kumar1@...com>, <vigneshr@...com>, <nm@...com>,
<tglx@...utronix.de>, <tpiepho@...inj.com>
CC: <andrew@...n.ch>, <davem@...emloft.net>, <edumazet@...gle.com>,
<kuba@...nel.org>, <pabeni@...hat.com>, <robh@...nel.org>,
<krzk+dt@...nel.org>, <conor+dt@...nel.org>, <netdev@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, Kip Broadhurst <kbroadhurst@...com>
Subject: Re: [PATCH v2] dt-bindings: net: dp8386x: Add MIT license along with
GPL-2.0
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@...utronix.de>
> Cc: Trent Piepho <tpiepho@...inj.com>
> Cc: Wadim Egorov <w.egorov@...tec.de>
> Cc: Kip Broadhurst <kbroadhurst@...com>
> Signed-off-by: Udit Kumar <u-kumar1@...com>
Acked-by: Wadim Egorov <w.egorov@...tec.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@...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@...com>
> *
> - * Copyright: (C) 2019 Texas Instruments, Inc.
> + * Copyright (C) 2015-2024 Texas Instruments Incorporated - https://www.ti.com/
> */
>
> #ifndef _DT_BINDINGS_TI_DP83869_H
Powered by blists - more mailing lists