arm64: dts: amd: use capital "OR" for multiple licenses in SPDX

Documentation/process/license-rules.rst and checkpatch expect the SPDX
identifier syntax for multiple licenses to use capital "OR".  Correct it
to keep consistent format and avoid copy-paste issues.

Link: https://lore.kernel.org/r/20240208105314.129095-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski 2024-02-08 11:53:14 +01:00
parent 0b45bd8491
commit 4b660dbd9e
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
* Copyright 2020-2023 Advanced Micro Devices, Inc.
*/

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
* Copyright 2020-2022 Advanced Micro Devices, Inc.
*/

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
* Device Tree file for AMD Pensando Elba Board.
*

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
* Copyright 2020-2023 Advanced Micro Devices, Inc.
*/

View File

@ -1,4 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0-only or BSD-2-Clause)
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
* Copyright 2020-2022 Advanced Micro Devices, Inc.
*/