| a | b/LICENSE.html | ||
|---|---|---|---|
| 1 | <!DOCTYPE html> |
||
| 2 | <html id="home" lang="en"> |
||
| 3 | <head> |
||
| 4 | <title>MIT License</title> |
||
| 5 | <meta charset="utf-8"> |
||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=0.7"> |
||
| 7 | <script>document.createElement('article');document.createElement('footer');</script> |
||
| 8 | <link rel="stylesheet" href="/themes/{{theme}}.css"> |
||
| 9 | </head> |
||
| 10 | <body> |
||
| 11 | <article> |
||
| 12 | <h1>The MIT License (MIT)</h1> |
||
| 13 | <p>Copyright 2019 aliazzz, Ingo & Zer0g</p> |
||
| 14 | |||
| 15 | <p>Permission is hereby granted, free of |
||
| 16 | charge, to any person obtaining a copy |
||
| 17 | of this software and associated documentation |
||
| 18 | files (the 'Software'), to dealin the |
||
| 19 | Software without restriction, including |
||
| 20 | without limitation the rights to use, copy, |
||
| 21 | modify, merge, publish, distribute, |
||
| 22 | sublicense, and/or sell copies of the |
||
| 23 | Software, and to permit persons to whom the |
||
| 24 | Software is furnished to do so, subject to |
||
| 25 | the following conditions:</p> |
||
| 26 | |||
| 27 | <p>The above copyright notice and this |
||
| 28 | permission notice shall be included in |
||
| 29 | all copies or substantial portions of the |
||
| 30 | Software.</p> |
||
| 31 | |||
| 32 | <p>THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT |
||
| 33 | WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, |
||
| 34 | INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
||
| 35 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE |
||
| 36 | AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS |
||
| 37 | OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
||
| 38 | DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
||
| 39 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT |
||
| 40 | OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE |
||
| 41 | OR OTHER DEALINGS IN THE SOFTWARE.</p> |
||
| 42 | </article> |
||
| 43 | <footer></footer> |
||
| 44 | </body> |
||
| 45 | </html> |