-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlicense.html
88 lines (73 loc) · 3.99 KB
/
license.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>MoSKito license</title>
<link rel="shortcut icon" href="static-int/img/favicon.ico" type="image/x-icon">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" rev="stylesheet" href="static-ext/bootstrap-3.3.4/css/bootstrap.min.css"/>
<link type="text/css" rel="stylesheet" rev="stylesheet" href="static-ext/font-awesome-3.2.1/css/font-awesome.min.css"/>
<link href='static-int/css-new/common.css' rel='stylesheet' type='text/css'>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2363606-2', 'moskito.org');
ga('send', 'pageview', {
'anonymizeIp': true
});
</script>
</head>
<body class="inner-page">
<div class="wrapper">
<div id="header" data-logo-name="License"></div>
<!-- Main box start -->
<div class="main-box main-page-content">
<div class="gray-box-out"></div>
<div class="container">
<div class="main-info">
<div class="main-box-padding-2">
<h1>
MoSKito License
</h1>
<p>Copyright (c) 2006-2014 <a href="http://anotheria.net">anotheria.net</a>.</p>
</div>
</div>
</div>
</div>
<!-- Main box end -->
<div class="container">
<div class="row">
<div class="frame main-text">
<p>
<i>Copied from the MIT License</i>
</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:</p>
<p>The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software. </p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. </p>
<a href="http://www.opensource.org/licenses/mit-license.php">MIT License from OSI</a>
</div>
</div>
</div>
<div id="companies"></div>
<div id="footer"></div>
</div>
<script type="text/javascript" src="static-ext/jquery-1.10.2/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="static-ext/bootstrap-3.3.4/js/bootstrap.min.js"></script>
<script type="text/javascript" src="static-int/js/common.js"></script>
<script type="text/javascript" src="static-int/js/open-header.js"></script>
<script type="text/javascript" src="static-int/js/open-companies.js"></script>
<script type="text/javascript" src="static-int/js/open-footer.js"></script>
</body>
</html>