Skip to content

Commit 8ab22e3

Browse files
cpu/msp430: move licenses to SPDX format
1 parent a95e0c8 commit 8ab22e3

31 files changed

+74
-172
lines changed

cpu/msp430/Kconfig

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# Copyright (c) 2020 Freie Universitaet Berlin
2-
# 2020 HAW Hamburg
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.
7-
#
1+
# SPDX-FileCopyrightText: 2020 Freie Universität Berlin
2+
# SPDX-FileCopyrightText: 2020 HAW Hamburg
3+
# SPDX-License-Identifier: LGPL-2.1-only
84

95
config CPU_ARCH_MSP430
106
bool

cpu/msp430/clock.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/*
2-
* Copyright (C) 2014 INRIA
3-
* 2023 Otto-von-Guericke-Universität Magdeburg
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: 2014 INRIA
3+
* SPDX-FileCopyrightText: 2023 Otto-von-Guericke-Universität Magdeburg
4+
* SPDX-License-Identifier: LGPL-2.1-only
85
*/
96

107
/**

cpu/msp430/cpu.c

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
/*
2-
* Copyright (C) 2016 Kaspar Schleiser <[email protected]>
3-
* 2014, Freie Universitaet Berlin (FUB) & INRIA.
4-
* All rights reserved.
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 Kaspar Schleiser <[email protected]>
3+
* SPDX-FileCopyrightText: 2014 Freie Universität Berlin (FUB) & INRIA
4+
* SPDX-License-Identifier: LGPL-2.1-only
95
*/
106

117
#include "cpu.h"

cpu/msp430/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/msp430/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/msp430/include/cpu.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
/*
2-
* Copyright (C) 2014, Freie Universitaet Berlin (FUB) & INRIA.
3-
* All rights reserved.
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: 2014 Freie Universität Berlin (FUB) & INRIA
3+
* SPDX-License-Identifier: LGPL-2.1-only
84
*/
95

106
#pragma once

cpu/msp430/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) 2013, Freie Universitaet Berlin (FUB). All rights reserved.
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: 2013 Freie Universität Berlin (FUB)
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

cpu/msp430/include/f2xx_g2xx/msp430_regs.h

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

96
#pragma once

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

96
#pragma once

cpu/msp430/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) 2024 Marian Buschsieweke
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: 2024 Marian Buschsieweke
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

0 commit comments

Comments
 (0)