license.html 4.2 KB

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