Skip to content

Commit 716f7e1

Browse files
cpu/riscv_common: move licenses to SPDX format
1 parent 96267d6 commit 716f7e1

22 files changed

+49
-113
lines changed

cpu/riscv_common/Kconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Copyright (c) 2020 Inria
2-
#
3-
# This file is subject to the terms and conditions of the GNU Lesser
4-
# General Public License v2.1. See the file LICENSE in the top level
5-
# directory for more details.
1+
# SPDX-FileCopyrightText: 2020 Inria
2+
# SPDX-License-Identifier: LGPL-2.1-only
63

74
config CPU_ARCH_RISCV
85
bool

cpu/riscv_common/context_frame.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017, 2019 JP Bonn, Ken Rabold
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2017, 2019 JP Bonn, Ken Rabold
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/riscv_common/include/architecture_arch.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/riscv_common/include/atomic_utils_arch.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2020 Otto-von-Guericke-Universität Magdeburg
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser General
5-
* Public License v2.1. See the file LICENSE in the top level directory for more
6-
* details.
2+
* SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/riscv_common/include/clic.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2020 Koen Zandberg <[email protected]>
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser General
5-
* Public License v2.1. See the file LICENSE in the top level directory for more
6-
* details.
2+
* SPDX-FileCopyrightText: 2020 Koen Zandberg <[email protected]>
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/riscv_common/include/context_frame.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017, 2019 JP Bonn, Ken Rabold
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2017, 2019 JP Bonn, Ken Rabold
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/riscv_common/include/cpu_common.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2020, Koen Zandberg <[email protected]>
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser
5-
* General Public License v2.1. See the file LICENSE in the top level
6-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2020 Koen Zandberg <[email protected]>
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/riscv_common/include/cpu_conf_common.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2020 Koen Zandberg <[email protected]>
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser General
5-
* Public License v2.1. See the file LICENSE in the top level directory for more
6-
* details.
2+
* SPDX-FileCopyrightText: 2020 Koen Zandberg <[email protected]>
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/riscv_common/include/cpucycle.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 JP Bonn
3-
*
4-
* This file is subject to the terms and conditions of the GNU Lesser General
5-
* Public License v2.1. See the file LICENSE in the top level directory for more
6-
* details.
2+
* SPDX-FileCopyrightText: 2017 JP Bonn
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/riscv_common/include/irq_arch.h

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/*
2-
* Copyright (C) 2017 Ken Rabold
3-
* 2020 Inria
4-
* 2020 Otto-von-Guericke-Universität Magdeburg
5-
*
6-
* This file is subject to the terms and conditions of the GNU Lesser General
7-
* Public License v2.1. See the file LICENSE in the top level directory for more
8-
* details.
2+
* SPDX-FileCopyrightText: 2017 Ken Rabold
3+
* SPDX-FileCopyrightText: 2020 Inria
4+
* SPDX-FileCopyrightText: 2020 Otto-von-Guericke-Universität Magdeburg
5+
* SPDX-License-Identifier: LGPL-2.1-only
96
*/
107

118
#pragma once

0 commit comments

Comments
 (0)