summaryrefslogtreecommitdiff
path: root/weave.lp
diff options
context:
space:
mode:
Diffstat (limited to 'weave.lp')
-rw-r--r--weave.lp9
1 files changed, 9 insertions, 0 deletions
diff --git a/weave.lp b/weave.lp
index 0b91eb9..b8cdb14 100644
--- a/weave.lp
+++ b/weave.lp
@@ -1,6 +1,8 @@
The structure of this file is quite similar to that of `tangle.zig`, only differing in terms of which functions are used to transform the input data.
@: *
+@= License
+
@= Imports
pub fn main() !u8 {
@@ -20,6 +22,13 @@ pub fn main() !u8 {
}
@.
+@: License
+// 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/.
+@.
+
First we import the other files containing the core functions.
@: Imports