summaryrefslogtreecommitdiff
path: root/lib/utils/libfdt/fdt.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-07-14 14:07:36 +0300
committerAnup Patel <anup@brainfault.org>2023-07-31 09:10:49 +0300
commit0e2111e12c62dda9b52b89619a89ac6839c13b52 (patch)
tree113f08f7a448dfcae5c9608e6a034095183f8c9f /lib/utils/libfdt/fdt.c
parent0ad866067d7853683d88c10ea9269ae6001bcf6f (diff)
downloadopensbi-0e2111e12c62dda9b52b89619a89ac6839c13b52.tar.xz
libfdt: fix SPDX license identifiers
License identifiers should be machine readable. According to the SPDX v2.3.0 specification annex E parentheses are not used in the SPDX identifier field when specifying multiple licenses [1]. [1] https://spdx.github.io/spdx-spec/v2.3/using-SPDX-short-identifiers-in-source-files/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'lib/utils/libfdt/fdt.c')
-rw-r--r--lib/utils/libfdt/fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/libfdt/fdt.c b/lib/utils/libfdt/fdt.c
index 9fe7cf4..d8f2daa 100644
--- a/lib/utils/libfdt/fdt.c
+++ b/lib/utils/libfdt/fdt.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
+// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
/*
* libfdt - Flat Device Tree manipulation
* Copyright (C) 2006 David Gibson, IBM Corporation.