From 404b0f7844d8493869f98f91a7aa6427ca64f872 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 21 May 2025 16:31:45 +0200 Subject: lib: apply LGPL-2.1 --- lib/src/turnsmm/enum_helpers.hpp | 5 +++++ lib/src/turnsmm/init.cpp | 5 +++++ lib/src/turnsmm/init.hpp | 5 +++++ lib/src/turnsmm/participant.cpp | 5 +++++ lib/src/turnsmm/participant.hpp | 5 +++++ lib/src/turnsmm/private/participant_p.hpp | 5 +++++ lib/src/turnsmm/private/turn-order_p.hpp | 5 +++++ lib/src/turnsmm/turn-order.cpp | 5 +++++ lib/src/turnsmm/turn-order.hpp | 5 +++++ 9 files changed, 45 insertions(+) (limited to 'lib/src/turnsmm') diff --git a/lib/src/turnsmm/enum_helpers.hpp b/lib/src/turnsmm/enum_helpers.hpp index a3f1455..60b8cd7 100644 --- a/lib/src/turnsmm/enum_helpers.hpp +++ b/lib/src/turnsmm/enum_helpers.hpp @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner + * SPDX-License-Identifier: LGPL-2.1-only + */ + #ifndef TURNSMM_ENUM_HELPERS_HPP #define TURNSMM_ENUM_HELPERS_HPP diff --git a/lib/src/turnsmm/init.cpp b/lib/src/turnsmm/init.cpp index 3104b1d..e649797 100644 --- a/lib/src/turnsmm/init.cpp +++ b/lib/src/turnsmm/init.cpp @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner + * SPDX-License-Identifier: LGPL-2.1-only + */ + #include "turnsmm/init.hpp" #include "turns-init.h" diff --git a/lib/src/turnsmm/init.hpp b/lib/src/turnsmm/init.hpp index a9ee8cc..c22b4c9 100644 --- a/lib/src/turnsmm/init.hpp +++ b/lib/src/turnsmm/init.hpp @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner + * SPDX-License-Identifier: LGPL-2.1-only + */ + #ifndef TURNSMM_INIT_HPP #define TURNSMM_INIT_HPP diff --git a/lib/src/turnsmm/participant.cpp b/lib/src/turnsmm/participant.cpp index 170c3a2..754339d 100644 --- a/lib/src/turnsmm/participant.cpp +++ b/lib/src/turnsmm/participant.cpp @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner + * SPDX-License-Identifier: LGPL-2.1-only + */ + #include "turnsmm/participant.hpp" #include "turns-participant.h" diff --git a/lib/src/turnsmm/participant.hpp b/lib/src/turnsmm/participant.hpp index c76cc29..6dece0e 100644 --- a/lib/src/turnsmm/participant.hpp +++ b/lib/src/turnsmm/participant.hpp @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner + * SPDX-License-Identifier: LGPL-2.1-only + */ + #ifndef TURNSMM_PARTICIPANT_HPP #define TURNSMM_PARTICIPANT_HPP 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 + * 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 + * SPDX-License-Identifier: LGPL-2.1-only + */ + #ifndef TURNSMM_TURN_ORDER_P_HPP #define TURNSMM_TURN_ORDER_P_HPP diff --git a/lib/src/turnsmm/turn-order.cpp b/lib/src/turnsmm/turn-order.cpp index 00fb30d..7fefa01 100644 --- a/lib/src/turnsmm/turn-order.cpp +++ b/lib/src/turnsmm/turn-order.cpp @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner + * SPDX-License-Identifier: LGPL-2.1-only + */ + #include "turnsmm/turn-order.hpp" #include "turns-turn-order.h" diff --git a/lib/src/turnsmm/turn-order.hpp b/lib/src/turnsmm/turn-order.hpp index 0283cb3..caaac24 100644 --- a/lib/src/turnsmm/turn-order.hpp +++ b/lib/src/turnsmm/turn-order.hpp @@ -1,3 +1,8 @@ +/* + * SPDX-FileCopyrightText: 2025 Felix Morgner + * SPDX-License-Identifier: LGPL-2.1-only + */ + #ifndef TURNSMM_TURN_ORDER_HPP #define TURNSMM_TURN_ORDER_HPP -- cgit v1.2.3