summaryrefslogtreecommitdiff
path: root/doc/freestanding
diff options
context:
space:
mode:
Diffstat (limited to 'doc/freestanding')
-rw-r--r--doc/freestanding/data.html12
-rw-r--r--doc/freestanding/log.html12
-rw-r--r--doc/freestanding/tangle.html12
-rw-r--r--doc/freestanding/weave.html12
4 files changed, 44 insertions, 4 deletions
diff --git a/doc/freestanding/data.html b/doc/freestanding/data.html
index 5217927..9b029f1 100644
--- a/doc/freestanding/data.html
+++ b/doc/freestanding/data.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>
<span class="ref" >(Processing limits)</span>
@@ -60,6 +62,14 @@ ul ul,ol ol {margin: 0;}
<span class="ref" >(Text generation function)</span>
</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>
+
<h2 id="constants">Constants</h2>
<p>We first import the standard library and the logging function from <code>log.zig</code>.</p>
diff --git a/doc/freestanding/log.html b/doc/freestanding/log.html
index 61b66b8..f8e2994 100644
--- a/doc/freestanding/log.html
+++ b/doc/freestanding/log.html
@@ -33,13 +33,23 @@ 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>
<span class="ref" >(Level setting)</span>
<span class="ref" >(Logging function)</span>
</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>We first import the standard library, and the <code>Level</code> type which is an enum representing the possible log levels.</p>
<h3 id="imports">Imports:</h3>
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>
diff --git a/doc/freestanding/weave.html b/doc/freestanding/weave.html
index 364d084..73ea3d5 100644
--- a/doc/freestanding/weave.html
+++ b/doc/freestanding/weave.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>
@@ -52,6 +54,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>