12345678910111213141516171819202122232425262728293031323334353637 |
- HUAN LICENSE
- Copyright (c) 2021 SuperHuan
- 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:
- 1. Neither the name of the copyright holder nor the names of its contributors may be used to endorse
- or promote products derived from this software without specific prior written permission.
- 2. Derivative open source software must be released under the same agreement, and its modified code
- must be made public.
- 3. The above copyright notice and this permission notice shall be included in all copies or substantial
- portions of the Software.
- 4. When there is a copyright dispute between derivative software and the software, the first developer
- (or development team) of the software shall appoint a court or arbitration institution to make a ruling.
- 5. When there is a copyright dispute between other software using the software and the software, the
- first developer (or development team) of the software shall appoint a court or arbitration institution
- to make a ruling.
- DERIVATIVE SOFTWARE REFERS TO NEW SOFTWARE THAT IS RECOMPILED, RELEASED, DISTRIBUTED, AND SOLD AFTER
- MODIFYING THE SOURCE CODE OF THIS SOFTWARE.
- THE NORMAL COMPILATION AND LINKING OF THE LIBRARY BY OTHER SOFTWARE (INCLUDING STATIC LINKING AND DYNAMIC
- LINKING) DOES NOT BELONG TO DERIVATIVE 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.
|