Skip to content

Commit 222175d

Browse files
boards: move licenses to SPDX for boards which name's start from t-z
1 parent 4223e11 commit 222175d

File tree

54 files changed

+125
-284
lines changed

Some content is hidden

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

54 files changed

+125
-284
lines changed

boards/teensy31/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 "teensy31" if BOARD_TEENSY31

boards/teensy31/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) 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/teensy31/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) 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/telosb/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 "telosb" if BOARD_TELOSB

boards/telosb/board.c

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
/*
2-
* board.c - Board initiazilation for the TelosB
3-
* Copyright (C) 2013 Oliver Hahm <[email protected]>
2+
* SPDX-FileCopyrightText: 2013 Oliver Hahm <[email protected]>
3+
* SPDX-License-Identifier: LGPL-2.1-only
4+
*/
5+
6+
/**
7+
* @ingroup boards_telosb
8+
*
9+
* @{
410
*
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.
11+
* @file
12+
* @brief Board initialization for the TelosB
13+
*
14+
* @author Oliver Hahm <[email protected]>
815
*/
916

1017
#include "board.h"
@@ -48,3 +55,5 @@ void board_init(void)
4855
{
4956
telosb_ports_init();
5057
}
58+
59+
/** @} */

boards/telosb/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/telosb/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

boards/thingy52/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 "thingy52" if BOARD_THINGY52

boards/thingy52/board.c

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

96
/**

boards/thingy52/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) 2017 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: 2017 Freie Universität Berlin
3+
* SPDX-License-Identifier: LGPL-2.1-only
74
*/
85

96
#pragma once

0 commit comments

Comments
 (0)