summaryrefslogtreecommitdiff
path: root/src/data.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.zig')
-rw-r--r--src/data.zig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/data.zig b/src/data.zig
index 824d36c..c791daf 100644
--- a/src/data.zig
+++ b/src/data.zig
@@ -1,3 +1,8 @@
+// Copyright 2022 DistressNetwork° <uplink@distress.network>
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at https://mozilla.org/MPL/2.0/.
+
const std = @import("std");
const log = @import("log.zig").log;