-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathlicense.html
50 lines (49 loc) · 3.28 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="@zhengli" />
<meta name="description" content="InfoViz is an information visualization library which uses pure JavaScript and SVG to visualize data on almost every major browsers and mobile devices. InfoViz supports Retina display. MIT license." />
<link rel="shortcut icon" href="./images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="./css/demo.css" />
<title>The MIT License - InfoViz</title>
<!--[if lt IE 9]>
<script src="./js/html5.js"></script>
<![endif]-->
</head>
<body class="p-demo p-license">
<header><h1><a href="https://infoviz.org"></a></h1></header>
<section class="container">
<ul class="menu clearfix">
<li><a href="./index.html" title="Controls">Controls</a></li>
<li><a href="http://builder.infoviz.org" title="Builder">Builder</a></li>
<li><a href="https://github.com/nocoo/infoviz" title="Documentation">Documentation</a></li>
<li><a href="./examples/index.html" title="Examples">Examples</a></li>
<li><a href="./history.html" title="History">History</a></li>
<li><a href="https://github.com/nocoo/infoviz/tags" title="Downloads">Downloads</a></li>
<li><a class="active" href="./license.html" title="The MIT License">License</a></li>
</ul>
<section class="license">
<h1>The MIT License</h1>
<p>
Copyright (c) 2012 - 2014 Zheng Li
</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>
</section>
<a class="fork" href="https://github.com/nocoo/infoviz"></a>
</section>
<footer><p>InfoViz 0.3.9, the MIT License, <a href="https://about.me/nocoo">@zhengli</a>, <a href="https://github.com/nocoo/infoviz">Github</a></p></footer>
<!-- Please do remove following Google Analytics code, sorry for the inconvenient. -->
<script>
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-34321415-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
</script>
</body>
</html>