Merge pull request #478 from danvk/jshint
[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 - excanvas.js (Apache License)
11 - YUI compressor (BSD License)
12 - JsDoc Toolkit (MIT license)
13 - console-polyfill (MIT license)
14
15 automated tests use:
16 - auto_tests/lib/jquery-1.4.2.js (MIT &amp; GPL2)
17 - auto_tests/lib/Asserts.js (Apache 2.0 License)
18 - auto-tests/lib/JsTestDriver-1.3.3cjar (Apache 2.0 License
19
20 excanvas: http://code.google.com/p/explorercanvas/
21 yui compressor: http://developer.yahoo.com/yui/compressor/
22 jsdoc toolkit: http://code.google.com/p/jsdoc-toolkit/
23
24 jquery: http://code.jquery.com/jquery-1.4.2.js
25 Asserts.js: http://www.google.com/codesearch/p?#3tsINRJRCro/trunk/JsTestDriver/src/com/google/jstestdriver/javascript/Asserts.js
26 JSTestDriver: http://code.google.com/p/js-test-driver/
27 </pre>
28
29 <!--#include virtual="footer.html" -->