forked from svrjs/svrjs
31 lines
1.6 KiB
Text
31 lines
1.6 KiB
Text
<h1><%= name %> <%= version %> Licenses</h1>
|
|
<h2><%= name %> <%= version %></h2>
|
|
<div class="license-svrjs">
|
|
MIT License<br/>
|
|
<br/>
|
|
Copyright (c) 2018-2024 SVR.JS<br/>
|
|
<br/>
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy<br/>
|
|
of this software and associated documentation files (the "Software"), to deal<br/>
|
|
in the Software without restriction, including without limitation the rights<br/>
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell<br/>
|
|
copies of the Software, and to permit persons to whom the Software is<br/>
|
|
furnished to do so, subject to the following conditions:<br/>
|
|
<br/>
|
|
The above copyright notice and this permission notice shall be included in all<br/>
|
|
copies or substantial portions of the Software.<br/>
|
|
<br/>
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br/>
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br/>
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE<br/>
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br/>
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,<br/>
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE<br/>
|
|
SOFTWARE.<br/>
|
|
</div>
|
|
<h2>Packages used by <%= name %> <%= version %></h2>
|
|
<div style="width: 100%; max-width: 1280px; margin: auto">
|
|
<%- licenses %>
|
|
</div>
|
|
<br/>
|
|
<img src="/powered.png" />
|