summaryrefslogtreecommitdiff
path: root/doc/tangle.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tangle.html')
-rwxr-xr-xdoc/tangle.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/tangle.html b/doc/tangle.html
index 3fd4c02..14a834c 100755
--- a/doc/tangle.html
+++ b/doc/tangle.html
@@ -21,7 +21,9 @@
<h3 id="section">*:</h3>
-<pre><code><span class="lp-ref">(Imports)</span>
+<pre><code><span class="lp-ref">(License)</span>
+
+<span class="lp-ref">(Imports)</span>
pub fn main() !u8 {
<span class="lp-ref">(IO initialization)</span>
@@ -42,6 +44,14 @@ pub fn main() !u8 {
}
</code></pre>
+<h3 id="license">License:</h3>
+
+<pre><code>// Copyright 2022 DistressNetwork° &#60;uplink@distress.network&#62;
+// 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/.
+</code></pre>
+
<p>First we import the other files containing the core functions.</p>
<h3 id="imports">Imports:</h3>