Skip to content

Commit 2f242dc

Browse files
cpu/gd32v: move licenses to SPDX format
1 parent d9fc6b5 commit 2f242dc

File tree

24 files changed

+67
-137
lines changed

24 files changed

+67
-137
lines changed

cpu/gd32v/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_GD32V
95
bool

cpu/gd32v/clock.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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
*/
5+
86
/**
97
* @ingroup cpu_gd32v
108
* @{

cpu/gd32v/cpu.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
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
*/
5+
86
/**
97
* @ingroup cpu_gd32v
108
* @{

cpu/gd32v/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/gd32v/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) 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/gd32v/include/gpio_ll_arch.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 <[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: 2023 Gunar Schorcht <[email protected]>
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/gd32v/include/periph_cpu.h

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

107
#pragma once

cpu/gd32v/periph/Kconfig

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# Copyright (c) 2021 HAW Hamburg
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: 2021 HAW Hamburg
2+
# SPDX-License-Identifier: LGPL-2.1-only
73

84
config PM_EWUP_USED
95
bool "Use PA0/WKUP pin"

cpu/gd32v/periph/adc.c

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

107
/**

cpu/gd32v/periph/dac.c

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
/**

0 commit comments

Comments
 (0)