Skip to content

Commit c57ea6b

Browse files
boards: move license to SPDX for boards which name's start from n-p
1 parent 8fed5ff commit c57ea6b

Some content is hidden

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

70 files changed

+170
-388
lines changed

boards/native32/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 BOARD
95
default "native32" if BOARD_NATIVE32

boards/native64/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 BOARD
95
default "native64" if BOARD_NATIVE64

boards/nz32-sc151/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 BOARD
95
default "nz32-sc151" if BOARD_NZ32_SC151

boards/nz32-sc151/include/board.h

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

96
#pragma once

boards/nz32-sc151/include/gpio_params.h

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

96
#pragma once

boards/nz32-sc151/include/periph_conf.h

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

96
#pragma once

boards/nz32-sc151/include/sx127x_params.h

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

96
#pragma once

boards/olimex-msp430-h1611/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 BOARD
85
default "olimex-msp430-h1611" if BOARD_OLIMEX_MSP430_H1611

boards/olimex-msp430-h1611/include/board.h

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

107
#pragma once

boards/olimex-msp430-h1611/include/periph_conf.h

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-
* 2015 Freie Universität Berlin
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: 2014 INRIA
3+
* SPDX-FileCopyrightText: 2015 Freie Universität Berlin
4+
* SPDX-License-Identifier: LGPL-2.1-only
85
*/
96

107
#pragma once

0 commit comments

Comments
 (0)