aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-11 20:08:26 +0200
committerBad Diode <bd@badd10de.dev>2023-04-11 20:08:26 +0200
commita56800e15bceb5b7f4e15cf6738cb3e65ea61639 (patch)
treec5fac9ef537d00d685524caae99591737d8819f7 /LICENSE
parent94a112cbb3d7afd398ec32c5b1149352144f71b7 (diff)
downloadstepper-a56800e15bceb5b7f4e15cf6738cb3e65ea61639.tar.gz
stepper-a56800e15bceb5b7f4e15cf6738cb3e65ea61639.zip
Add MIT license
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE22
1 files changed, 22 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..1666926
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,22 @@
1----------------------------------------------------------------------
2MIT License
3----------------------------------------------------------------------
4
5Copyright (c) 2023 Bad Diode
6
7Permission is hereby granted, free of charge, to any person obtaining a copy of
8this software and associated documentation files (the "Software"), to deal in
9the Software without restriction, including without limitation the rights to
10use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
11the Software, and to permit persons to whom the Software is furnished to do so,
12subject to the following conditions:
13
14The above copyright notice and this permission notice shall be included in all
15copies or substantial portions of the Software.
16
17THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
19FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
20COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
21IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.