summaryrefslogtreecommitdiffstats
path: root/src/game/shared/world/voxel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/shared/world/voxel.cc')
-rw-r--r--src/game/shared/world/voxel.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/shared/world/voxel.cc b/src/game/shared/world/voxel.cc
index 4f47c2d..71ef7b8 100644
--- a/src/game/shared/world/voxel.cc
+++ b/src/game/shared/world/voxel.cc
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: BSD-2-Clause
+// Copyright (c) 2025 Kirill Dmitrievich
+// File: voxel.cc
+// Description: Voxel metadata... A metavoxel!
+
#include "shared/pch.hh"
#include "shared/world/voxel.hh"