diff options
author | tomas <tomas> | 2004-07-27 14:15:24 +0000 |
---|---|---|
committer | tomas <tomas> | 2004-07-27 14:15:24 +0000 |
commit | 8addf14a396466982f62503a6dfa5793a53b1b8e (patch) | |
tree | 74d9db96683d623e3e789e2e51c7434da7ef6be4 /doc/us/license.html | |
download | luafilesystem-8addf14a396466982f62503a6dfa5793a53b1b8e.tar.gz luafilesystem-8addf14a396466982f62503a6dfa5793a53b1b8e.tar.bz2 luafilesystem-8addf14a396466982f62503a6dfa5793a53b1b8e.zip |
Initial revision
Diffstat (limited to 'doc/us/license.html')
-rw-r--r-- | doc/us/license.html | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/doc/us/license.html b/doc/us/license.html new file mode 100644 index 0000000..f01eb86 --- /dev/null +++ b/doc/us/license.html | |||
@@ -0,0 +1,78 @@ | |||
1 | <! See Copyright Notice at the end of this file> | ||
2 | <HTML> | ||
3 | <HEAD> | ||
4 | <TITLE>LuaFileSystem: license</TITLE> | ||
5 | </HEAD> | ||
6 | |||
7 | <BODY BGCOLOR="#FFFFFF"> | ||
8 | |||
9 | <HR> | ||
10 | <H1> | ||
11 | License | ||
12 | </H1> | ||
13 | |||
14 | LuaFileSystem | ||
15 | is free software: | ||
16 | it can be used for both academic and commercial purposes at absolutely no cost. | ||
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 | |||
45 | <!-- ===================================================================== --> | ||
46 | <HR> | ||
47 | Copyright © 2004 The Kepler Project. | ||
48 | <P> | ||
49 | |||
50 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
51 | of this software and associated documentation files (the "Software"), to deal | ||
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 | |||
58 | The above copyright notice and this permission notice shall be included in | ||
59 | all copies or substantial portions of the Software. | ||
60 | <P> | ||
61 | |||
62 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
63 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
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 | |||
71 | <!-- ===================================================================== --> | ||
72 | <HR> | ||
73 | <SMALL> | ||
74 | $Id: license.html,v 1.1 2004/07/27 14:15:24 tomas Exp $ | ||
75 | </SMALL> | ||
76 | |||
77 | </BODY> | ||
78 | </HTML> | ||