From 16e799542bc3150bfb1d0cfbe4a4464b07d0e8f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E6=98=AF=E4=B8=80=E5=8F=AA=E8=99=AB=E5=AD=90?= <79zhanghao@users.noreply.github.com> Date: Tue, 3 Nov 2020 09:39:26 +0800 Subject: [PATCH] addLicense --- .DS_Store | Bin 0 -> 6148 bytes LICENSE | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .DS_Store create mode 100644 LICENSE diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..e5b1f61074e287aaaefdaf62ed3c3d9fb33ea3ca GIT binary patch literal 6148 zcmeHKJxc^J5PhQy?qPGCmMN_ctZmkFw>VG>?+?h`fe3e8qpfV?kMURPo0%wN-Nr^x zW*~V<=3|owo5=u>`Sa!+m;$KT6h#LkqRXSIgKS(8MPn?s`}JzOUvaJh|AOe=E6nhK zM?4Moe?i^ZyNMm;2-jHP3LS2-L|0nN$-ufUt?@Fje;wFQaL34(XmLZFVTVoWfwzH& zZ7RB8AQ%V+f`MS*hYT=htJKGi(FX&;KrrydfZh*@O|i+?JKEL3&Po8HKBG-Iwx>Ta z=>oCI*gJBCBJN6bSIH%YBDwI8Waf~@G5TO27$_My z^yyUdf5%^Gw8$@AVipVp1OJQxsoG^b=b>_L{dPRfwTbPXO-1c`9Z)#7R7|u~%!%G3 er>1m$(lPZ-#@CPF0s|laCp|9! literal 0 HcmV?d00001 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..801e02c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 qiaobug + +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. \ No newline at end of file