Commit | Line | Data |
---|---|---|
14403441 DV |
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 – 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: | |
14403441 DV |
10 | - excanvas.js (Apache License) |
11 | - YUI compressor (BSD License) | |
12 | - JsDoc Toolkit (MIT license) | |
13 | - stacktrace.js is public domain | |
14 | ||
15 | automated tests use: | |
b7a1dc22 | 16 | - auto_tests/lib/jquery-1.4.2.js (MIT & GPL2) |
14403441 DV |
17 | - auto_tests/lib/Asserts.js (Apache 2.0 License) |
18 | - auto-tests/lib/JsTestDriver-1.3.3cjar (Apache 2.0 License | |
19 | ||
20 | Linter uses: | |
21 | - JSHint (modified MIT license; prevents evil) | |
22 | ||
14403441 DV |
23 | excanvas: http://code.google.com/p/explorercanvas/ |
24 | yui compressor: http://developer.yahoo.com/yui/compressor/ | |
25 | jsdoc toolkit: http://code.google.com/p/jsdoc-toolkit/ | |
26 | ||
27 | jquery: http://code.jquery.com/jquery-1.4.2.js | |
28 | Asserts.js: http://www.google.com/codesearch/p?#3tsINRJRCro/trunk/JsTestDriver/src/com/google/jstestdriver/javascript/Asserts.js | |
29 | JSTestDriver: http://code.google.com/p/js-test-driver/ | |
30 | ||
31 | JSHint: jshint.com | |
32 | </pre> | |
33 | ||
34 | <!--#include virtual="footer.html" --> |