Skip to content

Commit 283a1e3

Browse files
authored
Merge pull request #21732 from krzysztof-cabaj/cpu_change_to_SPDX_part3
cpu: move licenses from comments to SPDX format (part3)
2 parents 31a05b5 + 8ab22e3 commit 283a1e3

File tree

145 files changed

+358
-802
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+358
-802
lines changed

cpu/fe310/Kconfig

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +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.
6-
#
1+
# SPDX-FileCopyrightText: 2020 Inria
2+
# SPDX-License-Identifier: LGPL-2.1-only
73

84
config CPU_FAM_FE310
95
bool

cpu/fe310/clock.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 Ken Rabold, JP Bonn
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 Ken Rabold, JP Bonn
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/fe310/cpu.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 Ken Rabold, JP Bonn
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 Ken Rabold, JP Bonn
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/fe310/include/clk_conf.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2019-2020 Inria
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: 2019-2020 Inria
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/fe310/include/cpu.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2023 Gunar Schorcht
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: 2023 Gunar Schorcht
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/fe310/include/cpu_conf.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 Ken Rabold
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 Ken Rabold
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/fe310/include/periph_cpu.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright (C) 2017 Ken Rabold
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 Ken Rabold
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/fe310/periph/cpucycle.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright 2017 JP Bonn
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 JP Bonn
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/fe310/periph/cpuid.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright 2017 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 Ken Rabold
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

cpu/fe310/periph/gpio.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
2-
* Copyright 2017 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 Ken Rabold
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
/**

0 commit comments

Comments
 (0)