Skip to content

Commit 8ad4fbe

Browse files
cpu/efm32: move licenses to SPDX format
1 parent 0817820 commit 8ad4fbe

Some content is hidden

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

57 files changed

+115
-286
lines changed

cpu/efm32/Kconfig

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

74
config CPU_COMMON_EFM32
85
bool

cpu/efm32/cpu.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/*
2-
* Copyright (C) 2015-2017 Freie Universität Berlin
3-
* 2022 SSV Software Systems GmbH
4-
*
5-
* This file is subject to the terms and conditions of the GNU Lesser
6-
* General Public License v2.1. See the file LICENSE in the top level
7-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2015-2017 Freie Universität Berlin
3+
* SPDX-FileCopyrightText: 2022 SSV Software Systems GmbH
4+
* SPDX-License-Identifier: LGPL-2.1-only
85
*/
96

107
/**

cpu/efm32/drivers/coretemp/coretemp.c

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

96
/**

cpu/efm32/drivers/coretemp/coretemp_saul.c

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

96
/**

cpu/efm32/families/efm32gg/Kconfig

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

74
config CPU_FAM_EFM32GG
85
bool

cpu/efm32/families/efm32gg/vectors.c

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

96
/**

cpu/efm32/families/efm32gg11b/Kconfig

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

74
config CPU_FAM_EFM32GG11B
85
bool

cpu/efm32/families/efm32gg11b/vectors.c

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

96
/**

cpu/efm32/families/efm32gg12b/Kconfig

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

74
config CPU_FAM_EFM32GG12B
85
bool

cpu/efm32/families/efm32gg12b/vectors.c

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

96
/**

0 commit comments

Comments
 (0)