| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {include file='header.tpl'}
- <body class="border-top-wide border-primary d-flex flex-column">
- <div class="page page-center">
- <div class="container-tight my-auto">
- <div class="empty">
- <p class="empty-title">MIT License</p>
- <p class="empty-subtitle">©2024 NeXT Panel Team</p>
- <p>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:</p>
- <br>
- <p>The above copyright notice and this permission notice shall be included in all
- <p>copies or substantial portions of the Software.</p>
- <br>
- <p>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.</p>
- <br>
- <p class="empty-title"><a href="https://github.com/SSPanel-NeXT/NeXT-Panel">GitHub Project</a></p>
- <br>
- <p class="empty-title">NeXT Panel 的存在离不开以下开源项目</p>
- <p><a href="https://github.com/illuminate/database">Eloquent ORM</a></p>
- <p><a href="https://github.com/slimphp/Slim">Slim Framework</a></p>
- <p><a href="https://github.com/tabler/tabler">Tabler</a></p>
- <p><a href="https://github.com/twigphp/Twig">Twig</a></p>
- <br>
- <p>This product includes GeoLite2 data created by MaxMind, available from
- <a href="https://www.maxmind.com">https://www.maxmind.com</a>.</p>
- <br>
- <p class="empty-title">鸣谢</p>
- <p>所有被引用过代码的开发者,以及所有提交过 PR 的贡献者。当然,还有在使用这份程序的你我Ta。</p>
- </div>
- </div>
- </div>
- {include file='footer.tpl'}
|