diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-07-14 14:07:36 +0300 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2023-07-31 09:10:49 +0300 |
commit | 0e2111e12c62dda9b52b89619a89ac6839c13b52 (patch) | |
tree | 113f08f7a448dfcae5c9608e6a034095183f8c9f /lib/utils/libfdt/fdt_empty_tree.c | |
parent | 0ad866067d7853683d88c10ea9269ae6001bcf6f (diff) | |
download | opensbi-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_empty_tree.c')
-rw-r--r-- | lib/utils/libfdt/fdt_empty_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/libfdt/fdt_empty_tree.c b/lib/utils/libfdt/fdt_empty_tree.c index 49d54d4..5a0ac63 100644 --- a/lib/utils/libfdt/fdt_empty_tree.c +++ b/lib/utils/libfdt/fdt_empty_tree.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) 2012 David Gibson, IBM Corporation. |