Skip to content

Commit 4094dae

Browse files
committed
tests/{core,cpu,drivers}: use SPDX copyright tags
1 parent 696ea4d commit 4094dae

File tree

237 files changed

+519
-1240
lines changed

Some content is hidden

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

237 files changed

+519
-1240
lines changed

tests/core/bitarithm_timings/main.c

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
/*
2-
* Copyright (C) 2014 René Kijewski <[email protected]>
3-
*
4-
* This library is free software; you can redistribute it and/or
5-
* modify it under the terms of the GNU Lesser General Public
6-
* License as published by the Free Software Foundation; either
7-
* version 2.1 of the License, or (at your option) any later version.
8-
*
9-
* This library is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12-
* Lesser General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2+
* SPDX-FileCopyrightText: 2014 René Kijewski <[email protected]>
3+
* SPDX-License-Identifier: LGPL-2.1-only
174
*/
185

196
/**

tests/core/cond_order/main.c

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

107
/**

tests/core/deferred_yield_higher/main.c

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
/*
2-
* Copyright (C) 2021 Inria
3-
* 2021 Freie Universität Berlin
4-
* 2021 Kaspar Schleiser <[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: 2021 Inria
3+
* SPDX-FileCopyrightText: 2021 Freie Universität Berlin
4+
* SPDX-FileCopyrightText: 2021 Kaspar Schleiser <[email protected]>
5+
* SPDX-License-Identifier: LGPL-2.1-only
96
*/
107

118
/**

tests/core/irq/main.c

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

96
/**

tests/core/irq_disable_restore/main.c

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
/**

tests/core/isr_yield_higher/main.c

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

96
/**

tests/core/msg_avail/main.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/*
2-
* Copyright (C) 2015 Nick van IJzendoorn <[email protected]>
3-
* 2017 HAW Hamburg
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 Nick van IJzendoorn <[email protected]>
3+
* SPDX-FileCopyrightText: 2017 HAW Hamburg
4+
* SPDX-License-Identifier: LGPL-2.1-only
85
*/
96

107
/**

tests/core/msg_queue_capacity/main.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
/*
2-
* Copyright (C) 2015 Nick van IJzendoorn <[email protected]>
3-
* 2017 HAW Hamburg
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 Nick van IJzendoorn <[email protected]>
3+
* SPDX-FileCopyrightText: 2017 HAW Hamburg
4+
* SPDX-License-Identifier: LGPL-2.1-only
85
*/
96

107
/**

tests/core/msg_queue_print/main.c

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

107
/**

tests/core/msg_send_receive/main.c

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

96
/**

0 commit comments

Comments
 (0)