diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-21 16:31:45 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-21 16:31:45 +0200 |
| commit | 404b0f7844d8493869f98f91a7aa6427ca64f872 (patch) | |
| tree | c0893ea1dedcceb474f313907bf56a3f5532056b /lib/tests | |
| parent | 2125be7e880f026c13af6d3376a08372647cb606 (diff) | |
| download | turns-404b0f7844d8493869f98f91a7aa6427ca64f872.tar.xz turns-404b0f7844d8493869f98f91a7aa6427ca64f872.zip | |
lib: apply LGPL-2.1
Diffstat (limited to 'lib/tests')
| -rw-r--r-- | lib/tests/runtime_init.cpp | 7 | ||||
| -rw-r--r-- | lib/tests/turns-participant.cpp | 7 | ||||
| -rw-r--r-- | lib/tests/turns-turn-order.cpp | 7 | ||||
| -rw-r--r-- | lib/tests/turnsmm/participant.cpp | 7 | ||||
| -rw-r--r-- | lib/tests/turnsmm/runtime_init.cpp | 4 | ||||
| -rw-r--r-- | lib/tests/turnsmm/turn-order.cpp | 7 |
6 files changed, 34 insertions, 5 deletions
diff --git a/lib/tests/runtime_init.cpp b/lib/tests/runtime_init.cpp index 189ef35..b9d3e44 100644 --- a/lib/tests/runtime_init.cpp +++ b/lib/tests/runtime_init.cpp @@ -1,4 +1,9 @@ -#include "turns-init.h" +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ + + #include "turns-init.h" #include <catch2/reporters/catch_reporter_event_listener.hpp> #include <catch2/reporters/catch_reporter_registrars.hpp> diff --git a/lib/tests/turns-participant.cpp b/lib/tests/turns-participant.cpp index 7b9f22e..e3d9e3a 100644 --- a/lib/tests/turns-participant.cpp +++ b/lib/tests/turns-participant.cpp @@ -1,4 +1,9 @@ -#include "turns-participant.h" +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ + + #include "turns-participant.h" #include <catch2/catch_approx.hpp> #include <catch2/catch_test_macros.hpp> diff --git a/lib/tests/turns-turn-order.cpp b/lib/tests/turns-turn-order.cpp index 691a0fe..8e6cb99 100644 --- a/lib/tests/turns-turn-order.cpp +++ b/lib/tests/turns-turn-order.cpp @@ -1,4 +1,9 @@ -#include "turns-turn-order.h" +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ + + #include "turns-turn-order.h" #include "turns-participant.h" diff --git a/lib/tests/turnsmm/participant.cpp b/lib/tests/turnsmm/participant.cpp index f52abbd..c1e3026 100644 --- a/lib/tests/turnsmm/participant.cpp +++ b/lib/tests/turnsmm/participant.cpp @@ -1,4 +1,9 @@ -#include "turnsmm/participant.hpp" +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ + + #include "turnsmm/participant.hpp" #include <catch2/catch_approx.hpp> #include <catch2/catch_test_macros.hpp> diff --git a/lib/tests/turnsmm/runtime_init.cpp b/lib/tests/turnsmm/runtime_init.cpp index 963773f..e0c1065 100644 --- a/lib/tests/turnsmm/runtime_init.cpp +++ b/lib/tests/turnsmm/runtime_init.cpp @@ -1,3 +1,7 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ #include "turnsmm/init.hpp" diff --git a/lib/tests/turnsmm/turn-order.cpp b/lib/tests/turnsmm/turn-order.cpp index ac3eb77..5013be8 100644 --- a/lib/tests/turnsmm/turn-order.cpp +++ b/lib/tests/turnsmm/turn-order.cpp @@ -1,4 +1,9 @@ -#include "turnsmm/turn-order.hpp" +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ + + #include "turnsmm/turn-order.hpp" #include "turnsmm/participant.hpp" |
