diff options
Diffstat (limited to 'docs/license.html')
-rw-r--r-- | docs/license.html | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/docs/license.html b/docs/license.html new file mode 100644 index 0000000..bb66e48 --- /dev/null +++ b/docs/license.html | |||
@@ -0,0 +1,108 @@ | |||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
4 | <head> | ||
5 | <title>LuaFileSystem</title> | ||
6 | <link rel="stylesheet" href="doc.css" type="text/css"/> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
8 | </head> | ||
9 | |||
10 | <body> | ||
11 | |||
12 | <div id="container"> | ||
13 | |||
14 | <div id="product"> | ||
15 | <div id="product_logo"> | ||
16 | <a href="http://keplerproject.github.io/luafilesystem"> | ||
17 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | ||
18 | </a> | ||
19 | </div> | ||
20 | <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> | ||
21 | <div id="product_description">File System Library for the Lua Programming Language</div> | ||
22 | </div> <!-- id="product" --> | ||
23 | |||
24 | <div id="main"> | ||
25 | |||
26 | <div id="navigation"> | ||
27 | <h1>LuaFileSystem</h1> | ||
28 | <ul> | ||
29 | <li><a href="index.html">Home</a> | ||
30 | <ul> | ||
31 | <li><a href="index.html#overview">Overview</a></li> | ||
32 | <li><a href="index.html#status">Status</a></li> | ||
33 | <li><a href="index.html#download">Download</a></li> | ||
34 | <li><a href="index.html#history">History</a></li> | ||
35 | <li><a href="index.html#credits">Credits</a></li> | ||
36 | </ul> | ||
37 | </li> | ||
38 | <li><a href="manual.html">Manual</a> | ||
39 | <ul> | ||
40 | <li><a href="manual.html#introduction">Introduction</a></li> | ||
41 | <li><a href="manual.html#building">Building</a></li> | ||
42 | <li><a href="manual.html#installation">Installation</a></li> | ||
43 | <li><a href="manual.html#reference">Reference</a></li> | ||
44 | </ul> | ||
45 | </li> | ||
46 | <li><a href="examples.html">Examples</a></li> | ||
47 | <li><a href="https://github.com/keplerproject/luafilesystem">Project</a> | ||
48 | <ul> | ||
49 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> | ||
50 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li> | ||
51 | </ul> | ||
52 | </li> | ||
53 | <li><strong>License</strong></li> | ||
54 | </ul> | ||
55 | </div> <!-- id="navigation" --> | ||
56 | |||
57 | <div id="content"> | ||
58 | |||
59 | <h1>License</h1> | ||
60 | |||
61 | <p>The spirit of the license is that you are free to use | ||
62 | LuaFileSystem for any purpose at no cost without having to ask us. | ||
63 | The only requirement is that if you do use LuaFileSystem, then you | ||
64 | should give us credit by including the appropriate copyright notice | ||
65 | somewhere in your product or its documentation.</p> | ||
66 | |||
67 | <p>The LuaFileSystem library was originally designed and | ||
68 | implemented by Roberto Ierusalimschy, André Carregal and | ||
69 | Tomás Guisasola, and has since been maintained over the years | ||
70 | by many people -- see the Git history for detailed credits. | ||
71 | The implementation is not derived from any other licensed software.</p> | ||
72 | |||
73 | <hr/> | ||
74 | <p>Copyright © 2003 - 2014 Kepler Project.</p> | ||
75 | <p>Copyright © 2014 - 2022 The LuaFileSystem authors.</p> | ||
76 | |||
77 | <p>Permission is hereby granted, free of charge, to any person | ||
78 | obtaining a copy of this software and associated documentation | ||
79 | files (the "Software"), to deal in the Software without | ||
80 | restriction, including without limitation the rights to use, copy, | ||
81 | modify, merge, publish, distribute, sublicense, and/or sell copies | ||
82 | of the Software, and to permit persons to whom the Software is | ||
83 | furnished to do so, subject to the following conditions:</p> | ||
84 | |||
85 | <p>The above copyright notice and this permission notice shall be | ||
86 | included in all copies or substantial portions of the Software.</p> | ||
87 | |||
88 | <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
89 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
90 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
91 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS | ||
92 | BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN | ||
93 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
94 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
95 | SOFTWARE.</p> | ||
96 | |||
97 | </div> <!-- id="content" --> | ||
98 | |||
99 | </div> <!-- id="main" --> | ||
100 | |||
101 | <div id="about"> | ||
102 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> | ||
103 | </div><!-- id="about" --> | ||
104 | |||
105 | </div><!-- id="container" --> | ||
106 | |||
107 | </body> | ||
108 | </html> | ||