Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions tests/riotboot/main.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
* Copyright (C) 2018 Inria
* Federico Pellegrin <fede@evolware.org>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2018 Inria
* SPDX-FileCopyrightText: 2018 Federico Pellegrin <fede@evolware.org>
* SPDX-License-Identifier: LGPL-2.1-only
*/

/**
Expand Down
7 changes: 2 additions & 5 deletions tests/riotboot_flashwrite/coap_handler.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2019 Kaspar Schleiser <kaspar@schleiser.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2019 Kaspar Schleiser <kaspar@schleiser.de>
* SPDX-License-Identifier: LGPL-2.1-only
*/

#include <stdlib.h>
Expand Down
7 changes: 2 additions & 5 deletions tests/riotboot_flashwrite/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2016 Kaspar Schleiser <kaspar@schleiser.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2016 Kaspar Schleiser <kaspar@schleiser.de>
* SPDX-License-Identifier: LGPL-2.1-only
*/

/**
Expand Down
7 changes: 2 additions & 5 deletions tests/riotboot_hdr/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2018 Inria
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2018 Inria
* SPDX-License-Identifier: LGPL-2.1-only
*/

/**
Expand Down
7 changes: 2 additions & 5 deletions tests/rust_minimal/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// Copyright (C) 2020 Christian Amsüss
//
// This file is subject to the terms and conditions of the GNU Lesser
// General Public License v2.1. See the file LICENSE in the top level
// directory for more details.
// SPDX-FileCopyrightText: 2020 Christian Amsüss
// SPDX-License-Identifier: LGPL-2.1-only
#![no_std]

use riot_wrappers::println;
Expand Down
7 changes: 2 additions & 5 deletions tests/turo/main.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2021 HAW Hamburg
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2021 HAW Hamburg
* SPDX-License-Identifier: LGPL-2.1-only
*/

/**
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/common/unittests-constants.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2015 Philipp Rosenkranz <philipp.rosenkranz@fu-berlin.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2015 Philipp Rosenkranz <philipp.rosenkranz@fu-berlin.de>
* SPDX-License-Identifier: LGPL-2.1-only
*/

#pragma once
Expand Down
27 changes: 2 additions & 25 deletions tests/unittests/map.h
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
/*
* Copyright (C) 2012 William Swanson
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use, copy,
* modify, merge, publish, distribute, sublicense, and/or sell copies
* of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* Except as contained in this notice, the names of the authors or
* their institutions shall not be used in advertising or otherwise to
* promote the sale, use or other dealings in this Software without
* prior written authorization from the authors.
* SPDX-FileCopyrightText: 2012 William Swanson
* SPDX-License-Identifier: MIT
*/

#pragma once
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-analog_util/tests-analog_util.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2018 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2018 Eistec AB
* SPDX-License-Identifier: LGPL-2.1-only
*/

#include "embUnit.h"
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-analog_util/tests-analog_util.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2018 Eistec AB
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2018 Eistec AB
* SPDX-License-Identifier: LGPL-2.1-only
*/

#pragma once
Expand Down
9 changes: 3 additions & 6 deletions tests/unittests/tests-base64/tests-base64.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
* Copyright (C) 2015 Martin Landsmann
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
* SPDX-FileCopyrightText: 2015 Martin Landsmann
* SPDX-License-Identifier: LGPL-2.1-only
*/

#define TEST_BASE64_SHOW_OUTPUT (0) /**< set if encoded/decoded string is displayed */

Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-base64/tests-base64.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2015 Martin Landsmann
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2015 Martin Landsmann
* SPDX-License-Identifier: LGPL-2.1-only
*/

#pragma once
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-bcd/tests-bcd.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2017 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2017 Freie Universität Berlin
* SPDX-License-Identifier: LGPL-2.1-only
*/

/**
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-bcd/tests-bcd.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2017 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2017 Freie Universität Berlin
* SPDX-License-Identifier: LGPL-2.1-only
*/

#pragma once
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-bhp_event/tests-bhp_event.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2022 HAW Hamburg
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2022 HAW Hamburg
* SPDX-License-Identifier: LGPL-2.1-only
*/

/**
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-bhp_event/tests-bhp_event.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2022 HAW Hamburg
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2022 HAW Hamburg
* SPDX-License-Identifier: LGPL-2.1-only
*/

#pragma once
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-bhp_msg/tests-bhp_msg.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2022 HAW Hamburg
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2022 HAW Hamburg
* SPDX-License-Identifier: LGPL-2.1-only
*/

/**
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-bhp_msg/tests-bhp_msg.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2022 HAW Hamburg
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2022 HAW Hamburg
* SPDX-License-Identifier: LGPL-2.1-only
*/

#pragma once
Expand Down
9 changes: 3 additions & 6 deletions tests/unittests/tests-bitfield/tests-bitfield.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/*
* Copyright (C) 2015 Kaspar Schleiser <kaspar@schleiser.de>
* 2019 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2015 Kaspar Schleiser <kaspar@schleiser.de>
* SPDX-FileCopyrightText: 2019 Freie Universität Berlin
* SPDX-License-Identifier: LGPL-2.1-only
*/

#include <stdint.h>
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-bloom/tests-bloom-sets.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2014 Philipp Rosenkranz
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2014 Philipp Rosenkranz
* SPDX-License-Identifier: LGPL-2.1-only
*/

#pragma once
Expand Down
10 changes: 4 additions & 6 deletions tests/unittests/tests-bloom/tests-bloom.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/*
* Copyright (C) 2014 Philipp Rosenkranz
* Copyright (C) 2013 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2014 Philipp Rosenkranz
* SPDX-FileCopyrightText: 2013 Freie Universität Berlin
* SPDX-License-Identifier: LGPL-2.1-only
*/

#include <string.h>
#include <stdio.h>

Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-bloom/tests-bloom.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2014 Philipp Rosenkranz
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2014 Philipp Rosenkranz
* SPDX-License-Identifier: LGPL-2.1-only
*/

#pragma once
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-bluetil/tests-bluetil.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2019 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2019 Freie Universität Berlin
* SPDX-License-Identifier: LGPL-2.1-only
*/

#include "embUnit.h"
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-bluetil/tests-bluetil.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright (C) 2019 Freie Universität Berlin
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2019 Freie Universität Berlin
* SPDX-License-Identifier: LGPL-2.1-only
*/

#pragma once
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright 2016 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2016 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
* SPDX-License-Identifier: LGPL-2.1-only
*/

#include <stdint.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright 2022 Bennet Hattesen <bennet.blischke@haw-hamburg.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2022 Bennet Hattesen <bennet.blischke@haw-hamburg.de>
* SPDX-License-Identifier: LGPL-2.1-only
*/

#include <stdint.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/*
* Copyright 2025 Bennet Hattesen <bennet.blischke@haw-hamburg.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2025 Bennet Hattesen <bennet.blischke@haw-hamburg.de>
* SPDX-License-Identifier: LGPL-2.1-only
*/

#include <stdint.h>

#include "embUnit/embUnit.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright 2022 Bennet Hattesen <bennet.blischke@haw-hamburg.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2022 Bennet Hattesen <bennet.blischke@haw-hamburg.de>
* SPDX-License-Identifier: LGPL-2.1-only
*/

#include <stdint.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright 2022 Bennet Hattesen <bennet.blischke@haw-hamburg.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2022 Bennet Hattesen <bennet.blischke@haw-hamburg.de>
* SPDX-License-Identifier: LGPL-2.1-only
*/

#include <stdint.h>
Expand Down
7 changes: 2 additions & 5 deletions tests/unittests/tests-checksum/tests-checksum-crc32.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/*
* Copyright 2022 Benjamin Valentin <benpicco@googlemail.com>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
* SPDX-FileCopyrightText: 2022 Benjamin Valentin <benpicco@googlemail.com>
* SPDX-License-Identifier: LGPL-2.1-only
*/

#include "checksum/crc32.h"
Expand Down
Loading
Loading