summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMax Merchel <Max.Merchel@ew.tq-group.com>2025-08-14 14:03:52 +0200
committerJerome Forissier <jerome.forissier@linaro.org>2025-08-18 15:47:57 +0200
commit4800a6a0b3fa9d00f1ec40233a0e16464987c24f (patch)
tree617386124709cfe1d35bfebb317938ef7d951b27 /include
parent6b914d5596d947ebea4e8697004e210df1abe61e (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/net-legacy.h3
-rw-r--r--include/net/tftp.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/include/net-legacy.h b/include/net-legacy.h
index a7dbcec1506..050fc352920 100644
--- a/include/net-legacy.h
+++ b/include/net-legacy.h
@@ -1,9 +1,8 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* LiMon Monitor (LiMon) - Network.
*
* Copyright 1994 - 2000 Neil Russell.
- * (See License)
*
* History
* 9/16/00 bor adapted to TQM823L/STK8xxL board, RARP/TFTP boot added
diff --git a/include/net/tftp.h b/include/net/tftp.h
index c411c9b2e65..c7e14817280 100644
--- a/include/net/tftp.h
+++ b/include/net/tftp.h
@@ -1,10 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* LiMon - BOOTP/TFTP.
*
* Copyright 1994, 1995, 2000 Neil Russell.
* Copyright 2011 Comelit Group SpA
* Luca Ceresoli <luca.ceresoli@comelit.it>
- * (See License)
*/
#ifndef __TFTP_H__