Skip to content

Commit f3894d6

Browse files
cpu/sam0_common: move licenses to SPDX format
1 parent f2bc3c8 commit f3894d6

31 files changed

+84
-180
lines changed

cpu/sam0_common/Kconfig

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

84
config CPU_COMMON_SAM0
95
bool

cpu/sam0_common/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) 2014-2016 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: 2014-2016 Freie Universität Berlin
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/sam0_common/include/exti_config.h

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

96
#pragma once

cpu/sam0_common/include/gpio_ll_arch.h

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

118
#pragma once

cpu/sam0_common/include/mtd_sam0_sdhc.h

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

96
#pragma once

cpu/sam0_common/include/periph_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) 2016 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: 2016 Freie Universität Berlin
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/sam0_common/include/sam_usb.h

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

96
#pragma once

cpu/sam0_common/include/sdhc.h

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

96
#pragma once

cpu/sam0_common/include/timer_config.h

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

96
#pragma once

cpu/sam0_common/periph/adc.c

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/*
2-
* Copyright (C) 2017 Dan Evans <[email protected]>
3-
* Copyright (C) 2017 Travis Griggs <[email protected]>
4-
* Copyright (C) 2017 Dylan Laduranty <[email protected]>
5-
*
6-
* This file is subject to the terms and conditions of the GNU Lesser
7-
* General Public License v2.1. See the file LICENSE in the top level
8-
* directory for more details.
2+
* SPDX-FileCopyrightText: 2017 Dan Evans <[email protected]>
3+
* SPDX-FileCopyrightText: 2017 Travis Griggs <[email protected]>
4+
* SPDX-FileCopyrightText: 2017 Dylan Laduranty <[email protected]>
5+
* SPDX-License-Identifier: LGPL-2.1-only
96
*/
107

118
/**

0 commit comments

Comments
 (0)