aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-05-14 16:16:31 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-05-14 16:16:31 -0500
commit57164aba14c157288df338b8cf2f5622d01ff460 (patch)
treea91454f6b008f26e0d5838ff3e334b7d394da356 /LICENSE
parentAdd a C file to make C compilers actually build this into a shared object (diff)
downloadlocusts-57164aba14c157288df338b8cf2f5622d01ff460.tar
locusts-57164aba14c157288df338b8cf2f5622d01ff460.tar.gz
locusts-57164aba14c157288df338b8cf2f5622d01ff460.tar.bz2
locusts-57164aba14c157288df338b8cf2f5622d01ff460.tar.lz
locusts-57164aba14c157288df338b8cf2f5622d01ff460.tar.xz
locusts-57164aba14c157288df338b8cf2f5622d01ff460.tar.zst
locusts-57164aba14c157288df338b8cf2f5622d01ff460.zip
Add a half-assed doxygen implementation and start a really bad idea
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--LICENSE12
1 files changed, 12 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..65638b2
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,12 @@
+Copyright (c) 2024 Matt Strapp <matt+locusts@mattstrapp.net>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file