summaryrefslogtreecommitdiff
path: root/src/tangle.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangle.zig')
-rw-r--r--src/tangle.zig4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tangle.zig b/src/tangle.zig
index 92a2200..ff6789e 100644
--- a/src/tangle.zig
+++ b/src/tangle.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");