diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-06-16 03:52:22 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-06-16 03:52:22 +0900 |
| commit | 1bda6452335c76f80b63eb70eb0e2736b8b9d6f6 (patch) | |
| tree | d591e8668458c29c751830c77f751b4798c0fd43 /LICENSE | |
| parent | e037e1739113d3de382c1b6253e24cb8ef854e5a (diff) | |
| download | 2048.c-1bda6452335c76f80b63eb70eb0e2736b8b9d6f6.tar.gz 2048.c-1bda6452335c76f80b63eb70eb0e2736b8b9d6f6.tar.zst 2048.c-1bda6452335c76f80b63eb70eb0e2736b8b9d6f6.zip | |
add license file
Diffstat (limited to 'LICENSE')
| -rw-r--r-- | LICENSE | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +Copyright 2021 nsfisis + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. |
