|
| 1 | +<#if licenseFirst??> |
| 2 | +${licenseFirst} |
| 3 | +</#if> |
| 4 | +${licensePrefix}The MIT License |
| 5 | +${licensePrefix?replace(" +$", "", "r")} |
| 6 | +${licensePrefix}Copyright ${date?date?string("yyyy")} ${project.organization!user}. |
| 7 | +${licensePrefix?replace(" +$", "", "r")} |
| 8 | +${licensePrefix}Permission is hereby granted, free of charge, to any person obtaining a copy |
| 9 | +${licensePrefix}of this software and associated documentation files (the "Software"), to deal |
| 10 | +${licensePrefix}in the Software without restriction, including without limitation the rights |
| 11 | +${licensePrefix}to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 12 | +${licensePrefix}copies of the Software, and to permit persons to whom the Software is |
| 13 | +${licensePrefix}furnished to do so, subject to the following conditions: |
| 14 | +${licensePrefix?replace(" +$", "", "r")} |
| 15 | +${licensePrefix}The above copyright notice and this permission notice shall be included in |
| 16 | +${licensePrefix}all copies or substantial portions of the Software. |
| 17 | +${licensePrefix?replace(" +$", "", "r")} |
| 18 | +${licensePrefix}THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 19 | +${licensePrefix}IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 20 | +${licensePrefix}FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 21 | +${licensePrefix}AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 22 | +${licensePrefix}LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 23 | +${licensePrefix}OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 24 | +${licensePrefix}THE SOFTWARE. |
| 25 | +<#if licenseLast??> |
| 26 | +${licenseLast} |
| 27 | +</#if> |
0 commit comments