add console polyfill; kill stacktrace.js
[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
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 Linter uses:
20 - JSHint (modified MIT license; prevents evil)
21
22 excanvas: http://code.google.com/p/explorercanvas/
23 yui compressor: http://developer.yahoo.com/yui/compressor/
24 jsdoc toolkit: http://code.google.com/p/jsdoc-toolkit/
25
26 jquery: http://code.jquery.com/jquery-1.4.2.js
27 Asserts.js: http://www.google.com/codesearch/p?#3tsINRJRCro/trunk/JsTestDriver/src/com/google/jstestdriver/javascript/Asserts.js
28 JSTestDriver: http://code.google.com/p/js-test-driver/
29
30 JSHint: jshint.com
31 </pre>
32
33 <!--#include virtual="footer.html" -->