aboutsummaryrefslogtreecommitdiff
path: root/lfw/rocks/luafilesystem/1.5.0-1/doc/us/license.html
diff options
context:
space:
mode:
Diffstat (limited to 'lfw/rocks/luafilesystem/1.5.0-1/doc/us/license.html')
-rw-r--r--lfw/rocks/luafilesystem/1.5.0-1/doc/us/license.html122
1 files changed, 0 insertions, 122 deletions
diff --git a/lfw/rocks/luafilesystem/1.5.0-1/doc/us/license.html b/lfw/rocks/luafilesystem/1.5.0-1/doc/us/license.html
deleted file mode 100644
index 4ecad4bd..00000000
--- a/lfw/rocks/luafilesystem/1.5.0-1/doc/us/license.html
+++ /dev/null
@@ -1,122 +0,0 @@
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="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
12<div id="container">
13
14<div id="product">
15 <div id="product_logo">
16 <a href="http://www.keplerproject.org">
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 <li><a href="index.html#contact">Contact us</a></li>
37 </ul>
38 </li>
39 <li><a href="manual.html">Manual</a>
40 <ul>
41 <li><a href="manual.html#introduction">Introduction</a></li>
42 <li><a href="manual.html#building">Building</a></li>
43 <li><a href="manual.html#installation">Installation</a></li>
44 <li><a href="manual.html#reference">Reference</a></li>
45 </ul>
46 </li>
47 <li><a href="examples.html">Examples</a></li>
48 <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a>
49 <ul>
50 <li><a href="http://luaforge.net/tracker/?group_id=66">Bug Tracker</a></li>
51 <li><a href="http://luaforge.net/scm/?group_id=66">CVS</a></li>
52 </ul>
53 </li>
54 <li><strong>License</strong></li>
55 </ul>
56</div> <!-- id="navigation" -->
57
58<div id="content">
59
60<h1>License</h1>
61
62<p>
63LuaFileSystem is free software: it can be used for both academic
64and commercial purposes at absolutely no cost. There are no
65royalties or GNU-like "copyleft" restrictions. LuaFileSystem
66qualifies as
67<a href="http://www.opensource.org/docs/definition.html">Open Source</a>
68software.
69Its licenses are compatible with
70<a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
71LuaFileSystem is not in the public domain and the
72<a href="http://www.keplerproject.org">Kepler Project</a>
73keep its copyright.
74The legal details are below.
75</p>
76
77<p>The spirit of the license is that you are free to use
78LuaFileSystem for any purpose at no cost without having to ask us.
79The only requirement is that if you do use LuaFileSystem, then you
80should give us credit by including the appropriate copyright notice
81somewhere in your product or its documentation.</p>
82
83<p>The LuaFileSystem library is designed and implemented by Roberto
84Ierusalimschy, Andr&eacute; Carregal and Tom&aacute;s Guisasola.
85The implementation is not derived from licensed software.</p>
86
87<hr/>
88<p>Copyright &copy; 2003 Kepler Project.</p>
89
90<p>Permission is hereby granted, free of charge, to any person
91obtaining a copy of this software and associated documentation
92files (the "Software"), to deal in the Software without
93restriction, including without limitation the rights to use, copy,
94modify, merge, publish, distribute, sublicense, and/or sell copies
95of the Software, and to permit persons to whom the Software is
96furnished to do so, subject to the following conditions:</p>
97
98<p>The above copyright notice and this permission notice shall be
99included in all copies or substantial portions of the Software.</p>
100
101<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
102EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
103MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
104NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
105BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
106ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
107CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
108SOFTWARE.</p>
109
110</div> <!-- id="content" -->
111
112</div> <!-- id="main" -->
113
114<div id="about">
115 <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
116 <p><small>$Id: license.html,v 1.13 2008/02/11 22:42:21 carregal Exp $</small></p>
117</div><!-- id="about" -->
118
119</div><!-- id="container" -->
120
121</body>
122</html>