Merge pull request #736 from danvk/issue-pr-templates
[dygraphs.git] / docs / legal.html
1 <!--#include virtual="header.html" -->
2
3 <h2>Legal Information</h2>
4
5 <p>dygraphs is purely client-side JavaScript. It does not send your data to any servers &ndash; the data is processed entirely in the client's browser.</p>
6
7 <p>dygraphs is available under the MIT license, included in LICENSE.txt.</p>
8
9 <pre>dygraphs uses:
10 - YUI compressor (BSD License)
11 - JsDoc Toolkit (MIT license)
12 - console-polyfill (MIT license)
13
14 automated tests use:
15 - auto_tests/lib/jquery-1.4.2.js (MIT &amp; GPL2)
16 - auto_tests/lib/Asserts.js (Apache 2.0 License)
17 - auto-tests/lib/JsTestDriver-1.3.3cjar (Apache 2.0 License
18
19 yui compressor: http://developer.yahoo.com/yui/compressor/
20 jsdoc toolkit: http://code.google.com/p/jsdoc-toolkit/
21
22 jquery: http://code.jquery.com/jquery-1.4.2.js
23 Asserts.js: http://www.google.com/codesearch/p?#3tsINRJRCro/trunk/JsTestDriver/src/com/google/jstestdriver/javascript/Asserts.js
24 JSTestDriver: http://code.google.com/p/js-test-driver/
25 </pre>
26
27 <!--#include virtual="footer.html" -->