diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-11-15 07:48:12 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2023-11-15 19:17:57 +0100 |
commit | 048f3cec7a18e7a28146f03c3c9e5d89d9613028 (patch) | |
tree | 41e8630938542fe1ec79ba4eff4304d85b45835e /docs/topics/LICENSE.md.html | |
parent | 5f3951a942fdc4bf489d8d590bfc891ac9548a23 (diff) | |
download | luasystem-048f3cec7a18e7a28146f03c3c9e5d89d9613028.tar.gz luasystem-048f3cec7a18e7a28146f03c3c9e5d89d9613028.tar.bz2 luasystem-048f3cec7a18e7a28146f03c3c9e5d89d9613028.zip |
chore(docs): render the documentation
Diffstat (limited to 'docs/topics/LICENSE.md.html')
-rw-r--r-- | docs/topics/LICENSE.md.html | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html new file mode 100644 index 0000000..67614d2 --- /dev/null +++ b/docs/topics/LICENSE.md.html | |||
@@ -0,0 +1,79 @@ | |||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
3 | <html> | ||
4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
5 | <head> | ||
6 | <title>Lua-System docs</title> | ||
7 | <link rel="stylesheet" href="../ldoc.css" type="text/css" /> | ||
8 | </head> | ||
9 | <body> | ||
10 | |||
11 | <div id="container"> | ||
12 | |||
13 | <div id="product"> | ||
14 | <div id="product_logo"></div> | ||
15 | <div id="product_name"><big><b></b></big></div> | ||
16 | <div id="product_description"></div> | ||
17 | </div> <!-- id="product" --> | ||
18 | |||
19 | |||
20 | <div id="main"> | ||
21 | |||
22 | |||
23 | <!-- Menu --> | ||
24 | |||
25 | <div id="navigation"> | ||
26 | <br/> | ||
27 | <h1>Lua-System</h1> | ||
28 | |||
29 | |||
30 | |||
31 | |||
32 | <h2>Topics</h2> | ||
33 | <ul class=""> | ||
34 | <li><a href="../topics/01-introduction.md.html">1. Introduction</a></li> | ||
35 | <li><a href="../topics/CHANGELOG.md.html">CHANGELOG</a></li> | ||
36 | <li><strong>MIT License</strong></li> | ||
37 | </ul> | ||
38 | <h2>Modules</h2> | ||
39 | <ul class="nowrap"> | ||
40 | <li><a href="../index.html">system</a></li> | ||
41 | </ul> | ||
42 | |||
43 | </div> | ||
44 | |||
45 | <div id="content"> | ||
46 | |||
47 | |||
48 | <h1>MIT License</h1> | ||
49 | |||
50 | <h3>Copyright (c) 2016-2023 Oscar Lim</h3> | ||
51 | |||
52 | <p>Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
53 | this software and associated documentation files (the "Software"), to deal in | ||
54 | the Software without restriction, including without limitation the rights to | ||
55 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | ||
56 | of the Software, and to permit persons to whom the Software is furnished to do | ||
57 | so, subject to the following conditions:</p> | ||
58 | |||
59 | <p>The above copyright notice and this permission notice shall be included in all | ||
60 | copies or substantial portions of the Software.</p> | ||
61 | |||
62 | <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
63 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
64 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
65 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
66 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
67 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
68 | SOFTWARE.</p> | ||
69 | |||
70 | |||
71 | </div> <!-- id="content" --> | ||
72 | </div> <!-- id="main" --> | ||
73 | <div id="about"> | ||
74 | <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i> | ||
75 | <i style="float:right;">Last updated 2023-11-15 07:42:18 </i> | ||
76 | </div> <!-- id="about" --> | ||
77 | </div> <!-- id="container" --> | ||
78 | </body> | ||
79 | </html> | ||