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)
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

index a7dbcec..050fc35 100644 (file)
@@ -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
index c411c9b..c7e1481 100644 (file)
@@ -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__
index bc1e25f..4801dca 100644 (file)
--- a/net/arp.c
+++ b/net/arp.c
@@ -1,9 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *     Copied from Linux Monitor (LiMon) - Networking.
  *
  *     Copyright 1994 - 2000 Neil Russell.
- *     (See License)
  *     Copyright 2000 Roland Borde
  *     Copyright 2000 Paolo Scaffardi
  *     Copyright 2000-2002 Wolfgang Denk, wd@denx.de
index c50885f..882f3ec 100644 (file)
--- a/net/arp.h
+++ b/net/arp.h
@@ -1,9 +1,8 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  *     Copied from Linux Monitor (LiMon) - Networking.
  *
  *     Copyright 1994 - 2000 Neil Russell.
- *     (See License)
  *     Copyright 2000 Roland Borde
  *     Copyright 2000 Paolo Scaffardi
  *     Copyright 2000-2002 Wolfgang Denk, wd@denx.de
index 95d906e..19e7453 100644 (file)
@@ -1,8 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  *     Based on LiMon - BOOTP.
  *
  *     Copyright 1994, 1995, 2000 Neil Russell.
- *     (See License)
  *     Copyright 2000 Roland Borde
  *     Copyright 2000 Paolo Scaffardi
  *     Copyright 2000-2004 Wolfgang Denk, wd@denx.de
index 68320bf..47c7434 100644 (file)
@@ -1,8 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  *     Copied from LiMon - BOOTP.
  *
  *     Copyright 1994, 1995, 2000 Neil Russell.
- *     (See License)
  *     Copyright 2000 Paolo Scaffardi
  */
 
index d4cfc58..6e40498 100644 (file)
--- a/net/cdp.c
+++ b/net/cdp.c
@@ -1,9 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *     Copied from Linux Monitor (LiMon) - Networking.
  *
  *     Copyright 1994 - 2000 Neil Russell.
- *     (See License)
  *     Copyright 2000 Roland Borde
  *     Copyright 2000 Paolo Scaffardi
  *     Copyright 2000-2002 Wolfgang Denk, wd@denx.de
index 16ccbf4..606fabb 100644 (file)
--- a/net/cdp.h
+++ b/net/cdp.h
@@ -1,9 +1,8 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  *     Copied from Linux Monitor (LiMon) - Networking.
  *
  *     Copyright 1994 - 2000 Neil Russell.
- *     (See License)
  *     Copyright 2000 Roland Borde
  *     Copyright 2000 Paolo Scaffardi
  *     Copyright 2000-2002 Wolfgang Denk, wd@denx.de
index 5219367..ac9b65c 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -1,9 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *     Copied from Linux Monitor (LiMon) - Networking.
  *
  *     Copyright 1994 - 2000 Neil Russell.
- *     (See License)
  *     Copyright 2000 Roland Borde
  *     Copyright 2000 Paolo Scaffardi
  *     Copyright 2000-2002 Wolfgang Denk, wd@denx.de
index 686e85f..e21dff8 100644 (file)
@@ -1,8 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  *     Copied from LiMon - BOOTP.
  *
  *     Copyright 1994, 1995, 2000 Neil Russell.
- *     (See License)
  *     Copyright 2000 Paolo Scaffardi
  */
 
index 075df36..fb981f6 100644 (file)
@@ -1,9 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  *     Copied from Linux Monitor (LiMon) - Networking.
  *
  *     Copyright 1994 - 2000 Neil Russell.
- *     (See License)
  *     Copyright 2000 Roland Borde
  *     Copyright 2000 Paolo Scaffardi
  *     Copyright 2000-2002 Wolfgang Denk, wd@denx.de
index 76ac225..739f128 100644 (file)
@@ -1,9 +1,8 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  *     Copied from Linux Monitor (LiMon) - Networking.
  *
  *     Copyright 1994 - 2000 Neil Russell.
- *     (See License)
  *     Copyright 2000 Roland Borde
  *     Copyright 2000 Paolo Scaffardi
  *     Copyright 2000-2002 Wolfgang Denk, wd@denx.de