diff options
author | chai <215380520@qq.com> | 2023-05-08 02:29:25 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-05-08 02:29:25 +0800 |
commit | b5aeebf4835ba0d7335113dd3f320a4af5b6d148 (patch) | |
tree | 8bd28d8c7f08de90718b1aab12bc64de9d4f40f1 /marching/Assets/Scripts/Physics/unity-quadtree-master/LICENSE.md | |
parent | 373acc2d0761e178c5c35d36006c28d57c8a1739 (diff) |
* quadtree
Diffstat (limited to 'marching/Assets/Scripts/Physics/unity-quadtree-master/LICENSE.md')
-rw-r--r-- | marching/Assets/Scripts/Physics/unity-quadtree-master/LICENSE.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/marching/Assets/Scripts/Physics/unity-quadtree-master/LICENSE.md b/marching/Assets/Scripts/Physics/unity-quadtree-master/LICENSE.md new file mode 100644 index 0000000..75a531b --- /dev/null +++ b/marching/Assets/Scripts/Physics/unity-quadtree-master/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019-2020 Daniel Dolejška + +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. |