[PATCH net-next 1/6] net: ethernet: fs_enet: convert to SPDX

2024-08-28 Thread Maxime Chevallier
The ENET driver has SPDX tags in the header files, but they were missing in the C files. Change the licence information to SPDX format. Signed-off-by: Maxime Chevallier --- drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c | 5 + drivers/net/ethernet/freescale/fs_enet/mac-fcc.c | 5

Re: [PATCH net-next 1/6] net: ethernet: fs_enet: convert to SPDX

2024-08-28 Thread Christophe Leroy
Le 28/08/2024 à 11:50, Maxime Chevallier a écrit : The ENET driver has SPDX tags in the header files, but they were missing in the C files. Change the licence information to SPDX format. AFAIK you have to CC linux-s...@vger.kernel.org for this kind of change. Signed-off-by: Maxime Chevall