summaryrefslogtreecommitdiff
path: root/lib/src/turnsmm
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-21 16:31:45 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-21 16:31:45 +0200
commit404b0f7844d8493869f98f91a7aa6427ca64f872 (patch)
treec0893ea1dedcceb474f313907bf56a3f5532056b /lib/src/turnsmm
parent2125be7e880f026c13af6d3376a08372647cb606 (diff)
downloadturns-404b0f7844d8493869f98f91a7aa6427ca64f872.tar.xz
turns-404b0f7844d8493869f98f91a7aa6427ca64f872.zip
lib: apply LGPL-2.1
Diffstat (limited to 'lib/src/turnsmm')
-rw-r--r--lib/src/turnsmm/enum_helpers.hpp5
-rw-r--r--lib/src/turnsmm/init.cpp5
-rw-r--r--lib/src/turnsmm/init.hpp5
-rw-r--r--lib/src/turnsmm/participant.cpp5
-rw-r--r--lib/src/turnsmm/participant.hpp5
-rw-r--r--lib/src/turnsmm/private/participant_p.hpp5
-rw-r--r--lib/src/turnsmm/private/turn-order_p.hpp5
-rw-r--r--lib/src/turnsmm/turn-order.cpp5
-rw-r--r--lib/src/turnsmm/turn-order.hpp5
9 files changed, 45 insertions, 0 deletions
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 <felix.morgner@gmail.com>
+ * 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 <felix.morgner@gmail.com>
+ * 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 <felix.morgner@gmail.com>
+ * 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 <felix.morgner@gmail.com>
+ * 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 <felix.morgner@gmail.com>
+ * 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 <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
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 <felix.morgner@gmail.com>
+ * 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 <felix.morgner@gmail.com>
+ * SPDX-License-Identifier: LGPL-2.1-only
+ */
+
#ifndef TURNSMM_TURN_ORDER_HPP
#define TURNSMM_TURN_ORDER_HPP