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>
This commit is contained in:
Heinrich Schuchardt
2023-07-14 13:07:36 +02:00
committed by Anup Patel
parent 0ad866067d
commit 0e2111e12c
16 changed files with 16 additions and 16 deletions

View File

@@ -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) 2016 Free Electrons