/lfw/rocks/luafilesystem/1.5.0-1/doc/us/license.html

http://github.com/keplerproject/luarocks · HTML · 122 lines · 103 code · 19 blank · 0 comment · 0 complexity · d6b3b3fc89fc8e2632120161dbccb91c MD5 · raw file

  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. <body>
  10. <div id="container">
  11. <div id="product">
  12. <div id="product_logo">
  13. <a href="http://www.keplerproject.org">
  14. <img alt="LuaFileSystem" src="luafilesystem.png"/>
  15. </a>
  16. </div>
  17. <div id="product_name"><big><strong>LuaFileSystem</strong></big></div>
  18. <div id="product_description">File System Library for the Lua Programming Language</div>
  19. </div> <!-- id="product" -->
  20. <div id="main">
  21. <div id="navigation">
  22. <h1>LuaFileSystem</h1>
  23. <ul>
  24. <li><a href="index.html">Home</a>
  25. <ul>
  26. <li><a href="index.html#overview">Overview</a></li>
  27. <li><a href="index.html#status">Status</a></li>
  28. <li><a href="index.html#download">Download</a></li>
  29. <li><a href="index.html#history">History</a></li>
  30. <li><a href="index.html#credits">Credits</a></li>
  31. <li><a href="index.html#contact">Contact us</a></li>
  32. </ul>
  33. </li>
  34. <li><a href="manual.html">Manual</a>
  35. <ul>
  36. <li><a href="manual.html#introduction">Introduction</a></li>
  37. <li><a href="manual.html#building">Building</a></li>
  38. <li><a href="manual.html#installation">Installation</a></li>
  39. <li><a href="manual.html#reference">Reference</a></li>
  40. </ul>
  41. </li>
  42. <li><a href="examples.html">Examples</a></li>
  43. <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a>
  44. <ul>
  45. <li><a href="http://luaforge.net/tracker/?group_id=66">Bug Tracker</a></li>
  46. <li><a href="http://luaforge.net/scm/?group_id=66">CVS</a></li>
  47. </ul>
  48. </li>
  49. <li><strong>License</strong></li>
  50. </ul>
  51. </div> <!-- id="navigation" -->
  52. <div id="content">
  53. <h1>License</h1>
  54. <p>
  55. LuaFileSystem is free software: it can be used for both academic
  56. and commercial purposes at absolutely no cost. There are no
  57. royalties or GNU-like "copyleft" restrictions. LuaFileSystem
  58. qualifies as
  59. <a href="http://www.opensource.org/docs/definition.html">Open Source</a>
  60. software.
  61. Its licenses are compatible with
  62. <a href="http://www.gnu.org/licenses/gpl.html">GPL</a>.
  63. LuaFileSystem is not in the public domain and the
  64. <a href="http://www.keplerproject.org">Kepler Project</a>
  65. keep its copyright.
  66. The legal details are below.
  67. </p>
  68. <p>The spirit of the license is that you are free to use
  69. LuaFileSystem for any purpose at no cost without having to ask us.
  70. The only requirement is that if you do use LuaFileSystem, then you
  71. should give us credit by including the appropriate copyright notice
  72. somewhere in your product or its documentation.</p>
  73. <p>The LuaFileSystem library is designed and implemented by Roberto
  74. Ierusalimschy, Andr&eacute; Carregal and Tom&aacute;s Guisasola.
  75. The implementation is not derived from licensed software.</p>
  76. <hr/>
  77. <p>Copyright &copy; 2003 Kepler Project.</p>
  78. <p>Permission is hereby granted, free of charge, to any person
  79. obtaining a copy of this software and associated documentation
  80. files (the "Software"), to deal in the Software without
  81. restriction, including without limitation the rights to use, copy,
  82. modify, merge, publish, distribute, sublicense, and/or sell copies
  83. of the Software, and to permit persons to whom the Software is
  84. furnished to do so, subject to the following conditions:</p>
  85. <p>The above copyright notice and this permission notice shall be
  86. included in all copies or substantial portions of the Software.</p>
  87. <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  88. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  89. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  90. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
  91. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  92. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  93. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  94. SOFTWARE.</p>
  95. </div> <!-- id="content" -->
  96. </div> <!-- id="main" -->
  97. <div id="about">
  98. <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
  99. <p><small>$Id: license.html,v 1.13 2008/02/11 22:42:21 carregal Exp $</small></p>
  100. </div><!-- id="about" -->
  101. </div><!-- id="container" -->
  102. </body>
  103. </html>