net: add missing SPDX-License-Identifier for files originating from LiMon
authorMax Merchel <Max.Merchel@ew.tq-group.com>
Thu, 14 Aug 2025 12:03:52 +0000 (14:03 +0200)
committerJerome Forissier <jerome.forissier@linaro.org>
Mon, 18 Aug 2025 13:47:57 +0000 (15:47 +0200)
commit4800a6a0b3fa9d00f1ec40233a0e16464987c24f
tree617386124709cfe1d35bfebb317938ef7d951b27
parent6b914d5596d947ebea4e8697004e210df1abe61e
net: add missing SPDX-License-Identifier for files originating from LiMon

The header of LiMon imported files reference a License file which
does not exist in U-Boot. Some files were forgotten when adding the
SPDX-License-Identifier.
The LiMon files were originally licensed under GPLv2 as can be seen in
commit [2ea91039].

Based on this commit, add the correct SPDX license identifier.
While at it drop the reference to the non-existing License file from all
LiMon files and update the SPDX-License-Identifier to SPDX version 3.

Signed-off-by: Max Merchel <Max.Merchel@ew.tq-group.com>
12 files changed:
include/net-legacy.h
include/net/tftp.h
net/arp.c
net/arp.h
net/bootp.c
net/bootp.h
net/cdp.c
net/cdp.h
net/net.c
net/net_rand.h
net/ping.c
net/ping.h