aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMerryMage <[email protected]>2021-05-25 21:32:34 +0100
committerMerryMage <[email protected]>2021-05-25 21:32:34 +0100
commit731c7fa4d9ed5d0a595006060c3d2e4415ec3a86 (patch)
tree6d43086f29d869b27b1531a2b98f0e65595bb944 /README.md
parenteed33f255dc6890b284dc7800565d2b8bb3cf31d (diff)
downloaddynarmic-731c7fa4d9ed5d0a595006060c3d2e4415ec3a86.tar.gz
dynarmic-731c7fa4d9ed5d0a595006060c3d2e4415ec3a86.zip
externals: Build zydis
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
index ce8bc015..9cc4a91c 100644
--- a/README.md
+++ b/README.md
@@ -350,3 +350,30 @@ THE POSSIBILITY OF SUCH DAMAGE.
損害、間接損害、偶発的な損害、特別損害、懲罰的損害、または結果損害について、
一切責任を負わないものとします。
```
+
+### zydis
+
+```
+The MIT License (MIT)
+
+Copyright (c) 2014-2020 Florian Bernd
+Copyright (c) 2014-2020 Joel Höner
+
+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.
+```