1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4  <html xmlns="http://www.w3.org/1999/xhtml">
5    <head>
6      <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
7      <title>SLF4J License</title>
8      <link rel="stylesheet" type="text/css" media="screen" href="css/site.css" />
9    </head>
10    <body>
11      <script type="text/javascript">prefix='';</script>
12      
13      <script src="templates/header.js" type="text/javascript"></script>
14      <div id="left">
15        <script src="templates/left.js" type="text/javascript"></script>
16      </div>
17      <div id="content">
18
19
20  <h1>Licensing terms for SLF4J</h1>
21
22  <p>SLF4J source code and binaries are distributed under the
23  MIT license.
24  </p>
25
26  <div class="source">
27 Copyright (c) 2004-2013 QOS.ch
28 All rights reserved.
29
30 Permission is hereby granted, free  of charge, to any person obtaining
31 a  copy  of this  software  and  associated  documentation files  (the
32 "Software"), to  deal in  the Software without  restriction, including
33 without limitation  the rights to  use, copy, modify,  merge, publish,
34 distribute,  sublicense, and/or sell  copies of  the Software,  and to
35 permit persons to whom the Software  is furnished to do so, subject to
36 the following conditions:
37 
38 The  above  copyright  notice  and  this permission  notice  shall  be
39 included in all copies or substantial portions of the Software.
40 
41 THE  SOFTWARE IS  PROVIDED  "AS  IS", WITHOUT  WARRANTY  OF ANY  KIND,
42 EXPRESS OR  IMPLIED, INCLUDING  BUT NOT LIMITED  TO THE  WARRANTIES OF
43 MERCHANTABILITY,    FITNESS    FOR    A   PARTICULAR    PURPOSE    AND
44 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
45 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
46 OF CONTRACT, TORT OR OTHERWISE,  ARISING FROM, OUT OF OR IN CONNECTION
47 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
48  </div> 
49
50  <p>These terms are <em>identical</em> to those of the <a
51  href="http://en.wikipedia.org/wiki/MIT_License">MIT License</a>,
52  also called the X License or the X11 License, which is a simple,
53  permissive non-copyleft free software license. It is deemed
54  compatible with virtually all types of licenses, commercial or
55  otherwise. In particular, the Free Software Foundation has declared
56  it compatible with <a
57  href="http://www.fsf.org/licensing/licenses/license-list.html#GPLCompatibleLicenses">
58  GNU GPL</a>. It is also known to be approved by the Apache Software
59  Foundation as compatible with <a
60  href="http://www.apache.org/licenses/">Apache Software License</a>.
61  </p>
62
63
64  <script src="templates/footer.js" type="text/javascript"></script>
65
66</div>
67</body>
68</html>
69