summaryrefslogtreecommitdiff
path: root/doc/freestanding/tangle.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/freestanding/tangle.html')
-rw-r--r--doc/freestanding/tangle.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/freestanding/tangle.html b/doc/freestanding/tangle.html
index 3be082c..2966ef1 100644
--- a/doc/freestanding/tangle.html
+++ b/doc/freestanding/tangle.html
@@ -33,7 +33,9 @@ ul ul,ol ol {margin: 0;}
<h3 id="section">*:</h3>
-<pre><code><span class="ref" >(Imports)</span>
+<pre><code><span class="ref" >(License)</span>
+
+<span class="ref" >(Imports)</span>
pub fn main() !u8 {
<span class="ref" >(IO initialization)</span>
@@ -54,6 +56,14 @@ pub fn main() !u8 {
}
</code></pre>
+<h3 id="license">License:</h3>
+
+<pre><code>&#47;&#47; Copyright 2022 DistressNetwork° &#60;uplink@distress.network&#62;
+&#47;&#47; This Source Code Form is subject to the terms of the Mozilla Public
+&#47;&#47; License, v. 2.0. If a copy of the MPL was not distributed with this
+&#47;&#47; file, You can obtain one at https:&#47;&#47;mozilla.org&#47;MPL&#47;2.0&#47;.
+</code></pre>
+
<p>First we import the other files containing the core functions.</p>
<h3 id="imports">Imports:</h3>