]> git.lizzy.rs Git - metalua.git/blob - doc/rings/us/license.html
fix/update the licence
[metalua.git] / doc / rings / us / license.html
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>Rings 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"/>
8 </head>
9
10 <body>
11 <div id="container">
12
13 <div id="product">
14         <div id="product_logo"><a href="http://www.keplerproject.org">
15                 <img alt="Rings logo" src="rings.png"/>
16         </a></div>
17         <div id="product_name"><big><b>Rings</b></big></div>
18         <div id="product_description">Multiple Lua States</div>
19 </div> <!-- id="product" -->
20
21 <div id="main">
22 <div id="navigation">
23 <h1>Rings</h1>
24         <ul>
25                 <li><a href="index.html">Home</a>
26                         <ul>
27                                 <li><a href="index.html#overview">Overview</a></li>
28                                 <li><a href="index.html#status">Status</a></li>
29                                 <li><a href="index.html#download">Download</a></li>
30                                 <li><a href="index.html#history">History</a></li>
31                                 <li><a href="index.html#credits">Credits</a></li>
32                                 <li><a href="index.html#contact">Contact us</a></li>
33                         </ul>
34                 </li>
35                 <li><a href="manual.html">Manual</a>
36                         <ul>
37                                 <li><a href="manual.html#introduction">Introduction</a></li>
38                                 <li><a href="manual.html#installation">Installation</a></li>
39                                 <li><a href="manual.html#reference">Reference</a>
40                     <ul>
41                         <li><a href="manual.html#master_functions">Master functions</a></li>
42                         <li><a href="manual.html#slave_functions">Slave functions</a></li>
43                         <li><a href="manual.html#stable">Stable</a></li>
44                             </ul>
45                 </li>
46                                 <li><a href="manual.html#examples">Examples</a></li>
47                         </ul>
48                 </li>
49         <li><a href="http://luaforge.net/projects/rings/">Project</a>
50             <ul>
51                 <li><a href="http://luaforge.net/tracker/?group_id=147">Bug Tracker</a></li>
52                 <li><a href="http://luaforge.net/scm/?group_id=147">CVS</a></li>
53             </ul>
54         </li>
55                 <li><strong>License</strong></li>
56         </ul>
57 </div> <!-- id="navigation" -->
58
59 <div id="content">
60
61 <h2>License</h2>
62
63 <p>Rings is free software: it can be used for both academic and commercial
64 purposes at absolutely no cost. There are no royalties or GNU-like "copyleft"
65 restrictions. Rings qualifies as
66 <a href="http://www.opensource.org/docs/definition.html">Open Source</a>
67 software. 
68 Its licenses are compatible with
69 <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
70 Rings is not in the public domain and the
71 <a href="http://www.keplerproject.org">Kepler Project</a>
72 keeps its copyright. The legal details are below.</p>
73
74 <p>The spirit of the license is that
75 you are free to use Rings for any purpose at no cost without having to ask us.
76 The only requirement is that if you do use Rings,
77 then you should give us credit by including the appropriate copyright notice
78 somewhere in your product or its documentation.</p>
79
80 <p>The Rings library is designed and implemented by Roberto Ierusalimschy
81 and Tom&aacute;s Guisasola.
82 The implementation is not derived from licensed software.</p>
83
84 <hr/>
85 <p>Copyright &copy; 2006-2007 Kepler Project.</p>
86
87 <p>Permission is hereby granted, free of charge, to any person obtaining a copy
88 of this software and associated documentation files (the "Software"), to deal
89 in the Software without restriction, including without limitation the rights
90 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
91 copies 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 included in
95 all copies or substantial portions of the Software.</p>
96
97 <p>
98 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
101 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
104 THE SOFTWARE.</p>
105
106 </div> <!-- id="content" -->
107 </div> <!-- id="main" -->
108
109 <div id="about">
110 <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>
111 <p><small>
112 $Id: license.html,v 1.7 2007/05/09 22:38:53 carregal Exp $
113 </small></p>
114 </div> <!-- id="about" -->
115
116 </div> <!-- id="container" -->
117 </body>
118 </html>