summaryrefslogtreecommitdiffstats
path: root/src/core/threading.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/threading.cc')
-rw-r--r--src/core/threading.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/threading.cc b/src/core/threading.cc
index a1ae305..1e469ad 100644
--- a/src/core/threading.cc
+++ b/src/core/threading.cc
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: threading.cc
+// Description: Thread pool wrapper
+
#include "core/pch.hh"
#include "core/threading.hh"