Skip to content

Commit b472b99

Browse files
uditkumartidavem330
authored andcommitted
dt-bindings: net: dp8386x: Add MIT license along with GPL-2.0
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 <[email protected]> Cc: Trent Piepho <[email protected]> Cc: Wadim Egorov <[email protected]> Cc: Kip Broadhurst <[email protected]> Signed-off-by: Udit Kumar <[email protected]> Acked-by: Wadim Egorov <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e96b293 commit b472b99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/dt-bindings/net/ti-dp83867.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/* SPDX-License-Identifier: GPL-2.0-only */
1+
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
22
/*
33
* Device Tree constants for the Texas Instruments DP83867 PHY
44
*
55
* Author: Dan Murphy <[email protected]>
66
*
7-
* Copyright: (C) 2015 Texas Instruments, Inc.
7+
* Copyright (C) 2015-2024 Texas Instruments Incorporated - https://www.ti.com/
88
*/
99

1010
#ifndef _DT_BINDINGS_TI_DP83867_H

include/dt-bindings/net/ti-dp83869.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/* SPDX-License-Identifier: GPL-2.0-only */
1+
/* SPDX-License-Identifier: GPL-2.0-only OR MIT */
22
/*
33
* Device Tree constants for the Texas Instruments DP83869 PHY
44
*
55
* Author: Dan Murphy <[email protected]>
66
*
7-
* Copyright: (C) 2019 Texas Instruments, Inc.
7+
* Copyright (C) 2015-2024 Texas Instruments Incorporated - https://www.ti.com/
88
*/
99

1010
#ifndef _DT_BINDINGS_TI_DP83869_H

0 commit comments

Comments
 (0)