summaryrefslogtreecommitdiff
path: root/src/weave.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/weave.zig')
-rw-r--r--src/weave.zig4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/weave.zig b/src/weave.zig
index de5353c..723dcfd 100644
--- a/src/weave.zig
+++ b/src/weave.zig
@@ -1,7 +1,5 @@
// 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/.
+// 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 data = @import("data.zig");