summaryrefslogtreecommitdiff
path: root/data.lp
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-04-25 02:26:06 -0400
committereudoxia <uplink@distress.network>2022-04-25 02:26:06 -0400
commit04518819d5916cd4d024b4c6c777d23c75407e60 (patch)
tree5e65492c73bfb06e2d12c166c0faa4d85ebe8828 /data.lp
parentaa372c0ed6ca775f603a535d8bad70f172751a29 (diff)
added license headers
Diffstat (limited to 'data.lp')
-rw-r--r--data.lp9
1 files changed, 9 insertions, 0 deletions
diff --git a/data.lp b/data.lp
index ee40f5d..2986a20 100644
--- a/data.lp
+++ b/data.lp
@@ -1,6 +1,8 @@
This file contains the various data processing-related constants and functions referenced by the tangling and weaving processes.
@: *
+@= License
+
@= Imports
@= Processing limits
@@ -28,6 +30,13 @@ This file contains the various data processing-related constants and functions r
@= Text generation function
@.
+@: 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/.
+@.
+
## Constants
We first import the standard library and the logging function from `log.zig`.