diff options
author | carregal <carregal> | 2004-11-22 17:39:39 +0000 |
---|---|---|
committer | carregal <carregal> | 2004-11-22 17:39:39 +0000 |
commit | 949d9dc86c2b6aa79a94f1331437daa5ede5ddb4 (patch) | |
tree | beb8f674a8dd828e7e7ae356a45a70c928fda017 /doc/us/license.html | |
parent | e354e5c568d71daa1c37c7e7c9955e9d325a4da3 (diff) | |
download | luafilesystem-949d9dc86c2b6aa79a94f1331437daa5ede5ddb4.tar.gz luafilesystem-949d9dc86c2b6aa79a94f1331437daa5ede5ddb4.tar.bz2 luafilesystem-949d9dc86c2b6aa79a94f1331437daa5ede5ddb4.zip |
HTML Tidying
Diffstat (limited to 'doc/us/license.html')
-rw-r--r-- | doc/us/license.html | 124 |
1 files changed, 57 insertions, 67 deletions
diff --git a/doc/us/license.html b/doc/us/license.html index f01eb86..f05609c 100644 --- a/doc/us/license.html +++ b/doc/us/license.html | |||
@@ -1,78 +1,68 @@ | |||
1 | <! See Copyright Notice at the end of this file> | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> |
2 | <HTML> | 2 | <html> |
3 | <HEAD> | 3 | <head> |
4 | <TITLE>LuaFileSystem: license</TITLE> | 4 | <meta name="generator" content="HTML Tidy, see www.w3.org"> |
5 | </HEAD> | 5 | <title>LuaFileSystem: license</title> |
6 | </head> | ||
7 | <body bgcolor="#FFFFFF"> | ||
8 | <hr> | ||
9 | <h1>License</h1> | ||
6 | 10 | ||
7 | <BODY BGCOLOR="#FFFFFF"> | 11 | LuaFileSystem is free software: it can be used for both academic |
12 | and commercial purposes at absolutely no cost. There are no | ||
13 | royalties or GNU-like "copyleft" restrictions. LuaFileSystem | ||
14 | qualifies as <a href= | ||
15 | "http://www.opensource.org/docs/definition.html">Open Source</a> | ||
16 | software. Its licenses are compatible with <a href= | ||
17 | "http://www.gnu.org/licenses/gpl.html">GPL</a>. LuaFileSystem is | ||
18 | not in the public domain and <a href= | ||
19 | "http://www.keplerproject.org">The Kepler Project</a> keep its | ||
20 | copyright. The legal details are below. | ||
8 | 21 | ||
9 | <HR> | 22 | <p>The spirit of the license is that you are free to use |
10 | <H1> | 23 | LuaFileSystem for any purpose at no cost without having to ask us. |
11 | License | 24 | The only requirement is that if you do use LuaFileSystem, then you |
12 | </H1> | 25 | should give us credit by including the appropriate copyright notice |
26 | somewhere in your product or its documentation.</p> | ||
13 | 27 | ||
14 | LuaFileSystem | 28 | <p>The LuaFileSystem library is designed and implemented by Roberto |
15 | is free software: | 29 | Ierusalimschy, André Carregal and Tomás Guisasola. |
16 | it can be used for both academic and commercial purposes at absolutely no cost. | 30 | The implementation is not derived from licensed software.</p> |
17 | There are no royalties or GNU-like "copyleft" restrictions. | ||
18 | LuaFileSystem qualifies as | ||
19 | <A HREF="http://www.opensource.org/docs/definition.html">Open Source</A> | ||
20 | software. | ||
21 | Its licenses are compatible with | ||
22 | <A HREF="http://www.gnu.org/licenses/gpl.html">GPL</A>. | ||
23 | LuaFileSystem is not in the public domain and | ||
24 | <a href="http://www.keplerproject.org">The Kepler Project</a> | ||
25 | keep its copyright. | ||
26 | The legal details are below. | ||
27 | <P> | ||
28 | |||
29 | The spirit of the license is that | ||
30 | you are free to use LuaFileSystem for any purpose at no cost without having to ask us. | ||
31 | The only requirement is that | ||
32 | if you do use LuaFileSystem, | ||
33 | then you should give us credit by including the appropriate copyright notice | ||
34 | somewhere in your product or its documentation. | ||
35 | <P> | ||
36 | |||
37 | The LuaFileSystem library is designed and implemented | ||
38 | by | ||
39 | Roberto Ierusalimschy, | ||
40 | André Carregal and | ||
41 | Tomás Guisasola. | ||
42 | The implementation is not derived from licensed software. | ||
43 | <P> | ||
44 | 31 | ||
32 | <p> | ||
45 | <!-- ===================================================================== --> | 33 | <!-- ===================================================================== --> |
46 | <HR> | 34 | </p> |
47 | Copyright © 2004 The Kepler Project. | ||
48 | <P> | ||
49 | 35 | ||
50 | Permission is hereby granted, free of charge, to any person obtaining a copy | 36 | <hr> |
51 | of this software and associated documentation files (the "Software"), to deal | 37 | Copyright © 2004 The Kepler Project. |
52 | in the Software without restriction, including without limitation the rights | ||
53 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
54 | copies of the Software, and to permit persons to whom the Software is | ||
55 | furnished to do so, subject to the following conditions: | ||
56 | <P> | ||
57 | 38 | ||
58 | The above copyright notice and this permission notice shall be included in | 39 | <p>Permission is hereby granted, free of charge, to any person |
59 | all copies or substantial portions of the Software. | 40 | obtaining a copy of this software and associated documentation |
60 | <P> | 41 | files (the "Software"), to deal in the Software without |
42 | restriction, including without limitation the rights to use, copy, | ||
43 | modify, merge, publish, distribute, sublicense, and/or sell copies | ||
44 | of the Software, and to permit persons to whom the Software is | ||
45 | furnished to do so, subject to the following conditions:</p> | ||
61 | 46 | ||
62 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 47 | <p>The above copyright notice and this permission notice shall be |
63 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 48 | included in all copies or substantial portions of the Software.</p> |
64 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
65 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
66 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
67 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
68 | THE SOFTWARE. | ||
69 | <P> | ||
70 | 49 | ||
50 | <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
51 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
52 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
53 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS | ||
54 | BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN | ||
55 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
56 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
57 | SOFTWARE.</p> | ||
58 | |||
59 | <p> | ||
71 | <!-- ===================================================================== --> | 60 | <!-- ===================================================================== --> |
72 | <HR> | 61 | </p> |
73 | <SMALL> | 62 | |
74 | $Id: license.html,v 1.1 2004/07/27 14:15:24 tomas Exp $ | 63 | <hr> |
75 | </SMALL> | 64 | <small>$Id: license.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp |
65 | $</small> | ||
66 | </body> | ||
67 | </html> | ||
76 | 68 | ||
77 | </BODY> | ||
78 | </HTML> | ||