[PATCH] dts: fix SPDX tag

Thomas Monjalon thomas at monjalon.net
Fri Mar 14 14:43:46 CET 2025


The license in the SPDX tag was incomplete.

Fixes: d77a4a27bd24 ("dts: remove node distinction")

Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
 dts/framework/remote_session/dpdk.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dts/framework/remote_session/dpdk.py b/dts/framework/remote_session/dpdk.py
index f75ec353ed..d6533cd567 100644
--- a/dts/framework/remote_session/dpdk.py
+++ b/dts/framework/remote_session/dpdk.py
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: BSD-3-C
+# SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2023 PANTHEON.tech s.r.o.
 # Copyright(c) 2023 University of New Hampshire
 # Copyright(c) 2025 Arm Limited
-- 
2.47.1



More information about the dev mailing list