aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-01-25 22:01:00 +0100
committerBad Diode <bd@badd10de.dev>2021-01-25 22:01:00 +0100
commite24186fc1917c5e8b91924af0c3c7c55816ff5d6 (patch)
tree6b20f24824736e822ba614811f312a7c7c2fd43b /LICENSE
downloadmic-e24186fc1917c5e8b91924af0c3c7c55816ff5d6.tar.gz
mic-e24186fc1917c5e8b91924af0c3c7c55816ff5d6.zip
Introducing MIC
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE51
1 files changed, 51 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..fa5bd70
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,51 @@
1This software is dual licensed under Unlicense/MIT. Choose whichever you prefer.
2
3----------------------------------------------------------------------
4UNLICENSE
5----------------------------------------------------------------------
6
7This is free and unencumbered software released into the public domain.
8
9Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
10software, either in source code form or as a compiled binary, for any purpose,
11commercial or non-commercial, and by any means.
12
13In jurisdictions that recognize copyright laws, the author or authors of this
14software dedicate any and all copyright interest in the software to the public
15domain. We make this dedication for the benefit of the public at large and to
16the detriment of our heirs and successors. We intend this dedication to be an
17overt act of relinquishment in perpetuity of all present and future rights to
18this software under copyright law.
19
20THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
22FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE
23LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
24CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
25SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
27For more information, please refer to <http://unlicense.org/>
28
29
30----------------------------------------------------------------------
31MIT License
32----------------------------------------------------------------------
33
34Copyright (c) 2020 Bad Diode
35
36Permission is hereby granted, free of charge, to any person obtaining a copy of
37this software and associated documentation files (the "Software"), to deal in
38the Software without restriction, including without limitation the rights to
39use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
40the Software, and to permit persons to whom the Software is furnished to do so,
41subject to the following conditions:
42
43The above copyright notice and this permission notice shall be included in all
44copies or substantial portions of the Software.
45
46THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
48FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
49COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
50IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
51CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.