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/src/turnsmm/private | |
| parent | 2125be7e880f026c13af6d3376a08372647cb606 (diff) | |
| download | turns-404b0f7844d8493869f98f91a7aa6427ca64f872.tar.xz turns-404b0f7844d8493869f98f91a7aa6427ca64f872.zip | |
lib: apply LGPL-2.1
Diffstat (limited to 'lib/src/turnsmm/private')
| -rw-r--r-- | lib/src/turnsmm/private/participant_p.hpp | 5 | ||||
| -rw-r--r-- | lib/src/turnsmm/private/turn-order_p.hpp | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/src/turnsmm/private/participant_p.hpp b/lib/src/turnsmm/private/participant_p.hpp index e3f4ce8..d0f4f0d 100644 --- a/lib/src/turnsmm/private/participant_p.hpp +++ b/lib/src/turnsmm/private/participant_p.hpp @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ + #ifndef TURNSMM_PARTICIPANT_P_HPP #define TURNSMM_PARTICIPANT_P_HPP diff --git a/lib/src/turnsmm/private/turn-order_p.hpp b/lib/src/turnsmm/private/turn-order_p.hpp index b128fd4..d694b3e 100644 --- a/lib/src/turnsmm/private/turn-order_p.hpp +++ b/lib/src/turnsmm/private/turn-order_p.hpp @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner <felix.morgner@gmail.com> + * SPDX-License-Identifier: LGPL-2.1-only + */ + #ifndef TURNSMM_TURN_ORDER_P_HPP #define TURNSMM_TURN_ORDER_P_HPP |
