]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 a7dbcec1506b701b2873c14f6bd060e765c1979e..050fc3529200dbe4931c676da1ed7afc80c5496f 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 c411c9b2e653190d6e1ba359b3044b2847d6db19..c7e148172804facae9c1b4d42acfa6e8862c47e9 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 bc1e25f941f721d0d165cc185c62a49137885a9a..4801dca62139b9a21be44bbfe9980b1cb6af6b71 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 c50885fb9a57dd27659c4a935114dfd157086718..882f3ec31fc1ae9cf522f63e5b715f80c692c74e 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 95d906e3b2d28f937e4ff7d04fd4b796475839a2..19e7453daed1125c2251af1d177e08e075a1bdf0 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 68320bf66cf2b87d2d989f519bd6c26919d6899f..47c743479e7309d2369ef82ba827f434e47d6197 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 d4cfc587ee3563f23f6e0fc63319237dcae6c148..6e404981d4a09d4fbbf198f8db16bbf9134c6934 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 16ccbf4b59edab1216683d906c8710fc8bbba16c..606fabba9572afbb9c6ccd9218df038915dd611d 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 5219367e3911336126731dc59ff23a5d0b921713..ac9b65c0ca45cd12e23d583a5ba56953db44b785 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 686e85f2b53704192724b0a99260bf7300c2b5d7..e21dff8569bebc6a9a1c19f27d6d0fe6460ae406 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 075df3663fe073132687212df5d385f6cb9f04b0..fb981f62084762690a2f84a6a276c28124a5dad5 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 76ac225fc075983e1f1292923b25534c22f0160d..739f128408ef65fb3248ff17ce768c4c3d18ce94 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