Update README.md

This commit is contained in:
夏楚 2019-06-27 14:00:36 +08:00 committed by GitHub
parent 034dbbf7ba
commit ac356319b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,31 +309,27 @@ It is recommended to compile on Ubuntu or MacOScompiling on windows is cumber
## Licence ## Licence
``` ```
/* MIT License
* MIT License
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Copyright (c) 2016-2019 xiongziliang <771730766@qq.com>
* Permission is hereby granted, free of charge, to any person obtaining a copy
* This file is part of ZLMediaKit(https://github.com/xiongziliang/ZLMediaKit). of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* Permission is hereby granted, free of charge, to any person obtaining a copy to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* of this software and associated documentation files (the "Software"), to deal copies of the Software, and to permit persons to whom the Software is
* in the Software without restriction, including without limitation the rights furnished to do so, subject to the following conditions:
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is The above copyright notice and this permission notice shall be included in all
* furnished to do so, subject to the following conditions: copies or substantial portions of the Software.
*
* The above copyright notice and this permission notice shall be included in all THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* copies or substantial portions of the Software. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER SOFTWARE.
* 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.
*/
``` ```