summaryrefslogtreecommitdiffstats
path: root/src/game/client/entity/sound_emitter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/entity/sound_emitter.cc')
-rw-r--r--src/game/client/entity/sound_emitter.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/client/entity/sound_emitter.cc b/src/game/client/entity/sound_emitter.cc
index b0dbc6d..313da0b 100644
--- a/src/game/client/entity/sound_emitter.cc
+++ b/src/game/client/entity/sound_emitter.cc
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: sound_emitter.cc
+// Description: Component for entities that make sounds
+
#include "client/pch.hh"
#include "client/entity/sound_emitter.hh"