diff options
author | carp <25677564+carp@users.noreply.github.com> | 2020-07-13 13:27:55 -0400 |
---|---|---|
committer | carp <25677564+carp@users.noreply.github.com> | 2020-07-13 13:27:55 -0400 |
commit | cb961ed0d6896309336159bda34ed2f75fb60a84 (patch) | |
tree | 6d75fcd9bd32b2e884e299ea97e361513036b3a2 /anime-face-detector/LICENSE | |
parent | e78f351e06e432a607ebadc8de3ea6d27315c088 (diff) | |
download | yaoi-communism-cb961ed0d6896309336159bda34ed2f75fb60a84.tar.gz yaoi-communism-cb961ed0d6896309336159bda34ed2f75fb60a84.zip |
add face detection
Diffstat (limited to 'anime-face-detector/LICENSE')
-rw-r--r-- | anime-face-detector/LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/anime-face-detector/LICENSE b/anime-face-detector/LICENSE new file mode 100644 index 0000000..3010384 --- /dev/null +++ b/anime-face-detector/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Zhou Xuebin + +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. |