summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-04-25 02:27:26 -0400
committereudoxia <uplink@distress.network>2022-04-25 02:27:26 -0400
commite7d6d7706ac2a200593a3d98d6af46bb05e3991e (patch)
treed62125207a7f604b4b0e7ad2a12196935f447313
parent1159c285ef4ca9292e38d28273768c48e5e9f7c0 (diff)
software/literary: docs syncing
-rwxr-xr-xsoftware/literary/data.html12
-rwxr-xr-xsoftware/literary/log.html12
-rwxr-xr-xsoftware/literary/tangle.html12
-rwxr-xr-xsoftware/literary/weave.html12
4 files changed, 44 insertions, 4 deletions
diff --git a/software/literary/data.html b/software/literary/data.html
index 7b5e079..d66a5d9 100755
--- a/software/literary/data.html
+++ b/software/literary/data.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>
<span class="lp-ref">(Processing limits)</span>
@@ -48,6 +50,14 @@
<span class="lp-ref">(Text generation function)</span>
</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>
+
<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/software/literary/log.html b/software/literary/log.html
index 89f861a..ea19845 100755
--- a/software/literary/log.html
+++ b/software/literary/log.html
@@ -21,13 +21,23 @@
<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>
<span class="lp-ref">(Level setting)</span>
<span class="lp-ref">(Logging function)</span>
</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>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/software/literary/tangle.html b/software/literary/tangle.html
index 3fd4c02..14a834c 100755
--- a/software/literary/tangle.html
+++ b/software/literary/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>
diff --git a/software/literary/weave.html b/software/literary/weave.html
index 81ef1d6..2f9c044 100755
--- a/software/literary/weave.html
+++ b/software/literary/weave.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>
@@ -40,6 +42,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>