Currently, the terms of both licenses (GPL 2.0 and BSD-3 clause) must be met.
However, libfdt uses OR to allow the choice of license used for the project.

[https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tree/libfdt/fdt_rw.c?h=main&id=739403f222420a2fade2f939d001f51da473b6af]

Signed-off-by: Max Merchel <max.merc...@ew.tq-group.com>
---
 tools/libfdt/fdt_rw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libfdt/fdt_rw.c b/tools/libfdt/fdt_rw.c
index 7189f014295..8df1e97566d 100644
--- a/tools/libfdt/fdt_rw.c
+++ b/tools/libfdt/fdt_rw.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier:    GPL-2.0+ BSD-2-Clause */
+/* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause) */
 #include "fdt_host.h"
 #include "../../scripts/dtc/libfdt/fdt_rw.c"
 
-- 
2.43.0

Reply via email to