doc/us/license.html

changeset 0
24d141cb2d1e
child 24
0d7de9d0878b
equal deleted inserted replaced
-1:000000000000 0:24d141cb2d1e
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 <head>
5 <title>LuaExpat: XML Expat parsing for the Lua programming language</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"/>
8 </head>
9 <body>
10
11 <div id="container">
12
13 <div id="product">
14 <div id="product_logo"><a href="http://www.keplerproject.org">
15 <img alt="LuaExpat logo" src="luaexpat.png"/>
16 </a></div>
17 <div id="product_name"><big><strong>LuaExpat</strong></big></div>
18 <div id="product_description">XML Expat parsing for the Lua programming language</div>
19 </div> <!-- id="product" -->
20
21 <div id="main">
22
23 <div id="navigation">
24 <h1>LuaExpat</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#references">References</a></li>
33 <li><a href="index.html#credits">Credits</a></li>
34 <li><a href="index.html#contact">Contact</a></li>
35 </ul>
36 </li>
37 <li><a href="manual.html">Manual</a>
38 <ul>
39 <li><a href="manual.html#introduction">Introduction</a></li>
40 <li><a href="manual.html#installation">Installation</a></li>
41 <li><a href="manual.html#parser">Parser Objects</a></li>
42 </ul>
43 </li>
44 <li><a href="examples.html">Examples</a></li>
45 <li><a href="lom.html">Lua Object Model</a></li>
46 <li><a href="http://luaforge.net/projects/luaexpat/">Project</a>
47 <ul>
48 <li><a href="http://luaforge.net/tracker/?group_id=13">Bug Tracker</a></li>
49 <li><a href="http://luaforge.net/scm/?group_id=13">CVS</a></li>
50 </ul>
51 </li>
52 <li><strong>License</strong></li>
53 </ul>
54 </div> <!-- id="navigation" -->
55
56 <div id="content">
57
58 <h2>License</h2>
59
60 <p>
61 LuaExpat is free software: it can be used for both academic and
62 commercial purposes at absolutely no cost. There are no royalties
63 or GNU-like "copyleft" restrictions. LuaExpat qualifies as <a href=
64 "http://www.opensource.org/docs/definition.html">Open Source</a>
65 software. Its licenses are compatible with <a href=
66 "http://www.gnu.org/licenses/gpl.html">GPL</a>. LuaExpat is not in
67 the public domain and the
68 <a href="http://www.keplerproject.org">Kepler Project</a>
69 keep its copyright. The legal details are below.
70 </p>
71
72 <p>The spirit of the license is that you are free to use LuaExpat
73 for any purpose at no cost without having to ask us. The only
74 requirement is that if you do use LuaExpat, then you should give us
75 credit by including the appropriate copyright notice somewhere in
76 your product or its documentation.</p>
77
78 <p>The LuaExpat library is designed and implemented by Roberto
79 Ierusalimschy. The implementation is not derived from licensed
80 software.</p>
81
82 <hr/>
83 <p>Copyright &copy; 2003-2007 The Kepler Project.
84 </p>
85
86 <p>Permission is hereby granted, free of charge, to any person
87 obtaining a copy of this software and associated documentation
88 files (the "Software"), to deal in the Software without
89 restriction, including without limitation the rights to use, copy,
90 modify, merge, publish, distribute, sublicense, and/or sell copies
91 of the Software, and to permit persons to whom the Software is
92 furnished to do so, subject to the following conditions:</p>
93
94 <p>The above copyright notice and this permission notice shall be
95 included in all copies or substantial portions of the Software.</p>
96
97 <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
98 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
99 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
100 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
101 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
102 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
103 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104 SOFTWARE.</p>
105
106 </div> <!-- id="content" -->
107
108 </div> <!-- id="main" -->
109
110 <div id="about">
111 <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>
112 <p><small>
113 $Id: license.html,v 1.9 2007/06/05 20:03:12 carregal Exp $
114 </small></p>
115 </div> <!-- id="about" -->
116
117 </div> <!-- id="container" -->
118
119 </body>
120 </html>

mercurial