klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

License.html (3186B)


      1 <html lang="en">
      2 <head>
      3 <title>License - klisp Reference Manual</title>
      4 <meta http-equiv="Content-Type" content="text/html">
      5 <meta name="description" content="klisp Reference Manual">
      6 <meta name="generator" content="makeinfo 4.13">
      7 <link title="Top" rel="start" href="index.html#Top">
      8 <link rel="prev" href="index.html#Top" title="Top">
      9 <link rel="next" href="Introduction.html#Introduction" title="Introduction">
     10 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
     11 <meta http-equiv="Content-Style-Type" content="text/css">
     12 <style type="text/css"><!--
     13   pre.display { font-family:inherit }
     14   pre.format  { font-family:inherit }
     15   pre.smalldisplay { font-family:inherit; font-size:smaller }
     16   pre.smallformat  { font-family:inherit; font-size:smaller }
     17   pre.smallexample { font-size:smaller }
     18   pre.smalllisp    { font-size:smaller }
     19   span.sc    { font-variant:small-caps }
     20   span.roman { font-family:serif; font-weight:normal; } 
     21   span.sansserif { font-family:sans-serif; font-weight:normal; } 
     22 --></style>
     23 <link rel="stylesheet" type="text/css" href="css/style.css">
     24 </head>
     25 <body>
     26 <div class="node">
     27 <a name="License"></a>
     28 <p>
     29 Next:&nbsp;<a rel="next" accesskey="n" href="Introduction.html#Introduction">Introduction</a>,
     30 Previous:&nbsp;<a rel="previous" accesskey="p" href="index.html#Top">Top</a>,
     31 Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a>
     32 <hr>
     33 </div>
     34 
     35 <!-- node-name,  next,  previous,  up -->
     36    <p>klisp is licensed under the terms of the MIT license reproduced below. 
     37 This means that klisp is free software and can be used for both academic
     38 and commercial purposes at absolutely no cost. 
     39 The two projects whose code klisp uses, Lua &amp; IMath, are also distributed
     40 under the MIT license.
     41 
     42      <ul>
     43 <li>klisp Parts: Copyright &copy; 2011-2012 Andres Navarro, Oto Havle. 
     44 <li>Lua Parts: Copyright &copy; 1994-2010 Lua.org, PUC-Rio. 
     45 <li>IMath Parts: Copyright &copy; 2002-2007 Michael J. Fromberger. 
     46 <li>srfi-78: Copyright &copy; 2005-2006 Sebastian Egner. 
     47 </ul>
     48 
     49 <h2 class="unnumbered">MIT/X11 License</h2>
     50 
     51 <p>Permission is hereby granted, free of charge, to any person obtaining a copy
     52 of this software and associated documentation files (the "Software"), to deal
     53 in the Software without restriction, including without limitation the rights
     54 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     55 copies of the Software, and to permit persons to whom the Software is
     56 furnished to do so, subject to the following conditions:
     57 
     58    <p>The above copyright notice and this permission notice shall be included in
     59 all copies or substantial portions of the Software.
     60 
     61    <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     62 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     63 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
     64 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     65 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     66 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     67 THE SOFTWARE.
     68 
     69 <!-- next node should be types -->
     70    </body></html>
     71