summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2023-08-16 12:51:36 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2023-08-16 12:51:36 +0200
commit49a2207c19fefcf81de82be7e99cebaccc0c117e (patch)
tree1194dfde89fafd88301306eec5ffc8d48643dc40
parentda6b813e918923228251b2c95b245d018082e60a (diff)
ISC LicenseHEADmaster
-rw-r--r--LICENSE.txt15
-rw-r--r--README.md4
2 files changed, 19 insertions, 0 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
new file mode 100644
index 0000000..3af31a6
--- /dev/null
+++ b/LICENSE.txt
@@ -0,0 +1,15 @@
+ISC License
+
+Copyright 2023 Ekaitz Zarraga <ekaitz@elenq.tech>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+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.
diff --git a/README.md b/README.md
index 64bae83..8bd0a57 100644
--- a/README.md
+++ b/README.md
@@ -15,3 +15,7 @@ $ bash PROGRAMMING|DIY|GBA
That will launch the programs you need and organize everything in the Workspace
9
+
+# License
+
+ISC - See LICENSE.txt