mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-29 09:31:55 +01:00
Fix license to compatible BSD-2-Clause
OpenSBI is a BSD project. We need to modify some codes to compatible with BSD-2-Clause license. Signed-off-by: Xiang W <wxjstz@126.com> Reviewed-by: Ben Zong-You Xie <ben717@andestech.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20250728074334.372355-1-wxjstz@126.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: BSD-2-Clause
|
||||||
# See here for more information about the format and editor support:
|
# See here for more information about the format and editor support:
|
||||||
# https://editorconfig.org/
|
# https://editorconfig.org/
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: BSD-2-Clause
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2023 Renesas Electronics Corp.
|
* Copyright (C) 2023 Renesas Electronics Corp.
|
||||||
* Copyright (c) 2024 Andes Technology Corporation
|
* Copyright (c) 2024 Andes Technology Corporation
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2024 Andes Technology Corporation
|
* Copyright (C) 2024 Andes Technology Corporation
|
||||||
*/
|
*/
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: BSD-2-Clause */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2023 Renesas Electronics Corp.
|
* Copyright (C) 2023 Renesas Electronics Corp.
|
||||||
*/
|
*/
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: BSD-2-Clause
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2022 Renesas Electronics Corp.
|
* Copyright (C) 2022 Renesas Electronics Corp.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user