diff options
| author | Li Zhineng <[email protected]> | 2025-07-15 21:38:58 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-15 21:38:58 +0800 |
| commit | 25d41704b64a8eabe0310807d2819f574fac6b5e (patch) | |
| tree | 6bf3f905dc13df991c1793ec4c9c69c0fb5e9b62 | |
| parent | d1b69a0557fa6b21d73b3d97c88b30af0574c4f6 (diff) | |
| download | setup-25d41704b64a8eabe0310807d2819f574fac6b5e.tar.gz setup-25d41704b64a8eabe0310807d2819f574fac6b5e.zip | |
add LICENSE.md
| -rw-r--r-- | LICENSE.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..25e5857 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 Zhineng Li + +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. |
