diff options
Diffstat (limited to 'doc/us/license.html')
-rw-r--r-- | doc/us/license.html | 77 |
1 files changed, 61 insertions, 16 deletions
diff --git a/doc/us/license.html b/doc/us/license.html index 85a9df1..b889815 100644 --- a/doc/us/license.html +++ b/doc/us/license.html | |||
@@ -1,13 +1,55 @@ | |||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
2 | <html> | 3 | <html> |
3 | <head> | 4 | <head> |
4 | <meta name="generator" content="HTML Tidy, see www.w3.org"> | 5 | <title>LuaFileSystem</title> |
5 | <title>LuaFileSystem: license</title> | 6 | <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/> |
7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | ||
6 | </head> | 8 | </head> |
7 | <body bgcolor="#FFFFFF"> | 9 | <body> |
8 | <hr> | 10 | |
11 | <div id="container"> | ||
12 | |||
13 | <div id="product"> | ||
14 | <div id="product_logo"><a href="http://www.keplerproject.org"> | ||
15 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | ||
16 | </a></div> | ||
17 | <div id="product_name"><big><b>LuaFileSystem</b></big></div> | ||
18 | <div id="product_description">File System Library for the Lua Programming Language</div> | ||
19 | </div> <!-- id="product" --> | ||
20 | |||
21 | <div id="main"> | ||
22 | |||
23 | <div id="navigation"> | ||
24 | <h1>LuaFileSystem</h1> | ||
25 | <ul> | ||
26 | <li><a href="index.html">Home</a> | ||
27 | <ul> | ||
28 | <li><a href="index.html#overview">Overview</a></li> | ||
29 | <li><a href="index.html#status">Status</a></li> | ||
30 | <li><a href="index.html#download">Download</a></li> | ||
31 | <li><a href="index.html#history">History</a></li> | ||
32 | <li><a href="index.html#credits">Credits</a></li> | ||
33 | <li><a href="index.html#contact">Contact us</a></li> | ||
34 | </ul> | ||
35 | </li> | ||
36 | <li><a href="manual.html">Manual</a> | ||
37 | <ul> | ||
38 | <li><a href="manual.html#introduction">Introduction</a></li> | ||
39 | <li><a href="manual.html#installation">Installation</a></li> | ||
40 | <li><a href="manual.html#reference">Reference</a></li> | ||
41 | </ul> | ||
42 | </li> | ||
43 | <li><a href="examples.html">Examples</a></li> | ||
44 | <li><strong>License</strong></li> | ||
45 | </ul> | ||
46 | </div> <!-- id="navigation" --> | ||
47 | |||
48 | <div id="content"> | ||
49 | |||
9 | <h1>License</h1> | 50 | <h1>License</h1> |
10 | 51 | ||
52 | <p> | ||
11 | LuaFileSystem is free software: it can be used for both academic | 53 | LuaFileSystem is free software: it can be used for both academic |
12 | and commercial purposes at absolutely no cost. There are no | 54 | and commercial purposes at absolutely no cost. There are no |
13 | royalties or GNU-like "copyleft" restrictions. LuaFileSystem | 55 | royalties or GNU-like "copyleft" restrictions. LuaFileSystem |
@@ -20,6 +62,7 @@ LuaFileSystem is not in the public domain and the | |||
20 | <a href="http://www.keplerproject.org">Kepler Project</a> | 62 | <a href="http://www.keplerproject.org">Kepler Project</a> |
21 | keep its copyright. | 63 | keep its copyright. |
22 | The legal details are below. | 64 | The legal details are below. |
65 | </p> | ||
23 | 66 | ||
24 | <p>The spirit of the license is that you are free to use | 67 | <p>The spirit of the license is that you are free to use |
25 | LuaFileSystem for any purpose at no cost without having to ask us. | 68 | LuaFileSystem for any purpose at no cost without having to ask us. |
@@ -31,12 +74,8 @@ somewhere in your product or its documentation.</p> | |||
31 | Ierusalimschy, André Carregal and Tomás Guisasola. | 74 | Ierusalimschy, André Carregal and Tomás Guisasola. |
32 | The implementation is not derived from licensed software.</p> | 75 | The implementation is not derived from licensed software.</p> |
33 | 76 | ||
34 | <p> | ||
35 | <!-- ===================================================================== --> | ||
36 | </p> | ||
37 | |||
38 | <hr> | 77 | <hr> |
39 | Copyright © 2004-2005 The Kepler Project. | 78 | <p>Copyright © 2004-2005 The Kepler Project.</p> |
40 | 79 | ||
41 | <p>Permission is hereby granted, free of charge, to any person | 80 | <p>Permission is hereby granted, free of charge, to any person |
42 | obtaining a copy of this software and associated documentation | 81 | obtaining a copy of this software and associated documentation |
@@ -58,12 +97,18 @@ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | |||
58 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 97 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
59 | SOFTWARE.</p> | 98 | SOFTWARE.</p> |
60 | 99 | ||
61 | <p> | 100 | </div> <!-- id="content" --> |
62 | <!-- ===================================================================== --> | 101 | |
63 | </p> | 102 | </div> <!-- id="main" --> |
103 | |||
104 | <div id="about"> | ||
105 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | ||
106 | <p><small> | ||
107 | $Id: license.html,v 1.5 2005/05/04 02:28:51 tuler Exp $ | ||
108 | </small></p> | ||
109 | </div><!-- id="about" --> | ||
110 | |||
111 | </div><!-- id="container" --> | ||
64 | 112 | ||
65 | <hr> | ||
66 | <small>$Id: license.html,v 1.4 2005/01/19 14:30:08 tomas Exp $</small> | ||
67 | </body> | 113 | </body> |
68 | </html> | 114 | </html> |
69 | |||