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