diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-08-16 12:51:36 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-08-16 12:51:36 +0200 |
commit | 49a2207c19fefcf81de82be7e99cebaccc0c117e (patch) | |
tree | 1194dfde89fafd88301306eec5ffc8d48643dc40 | |
parent | da6b813e918923228251b2c95b245d018082e60a (diff) |
-rw-r--r-- | LICENSE.txt | 15 | ||||
-rw-r--r-- | README.md | 4 |
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. @@ -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 |