Fix #816; remove references to valueWindow (#817)
[dygraphs.git] / docs / legal.html
CommitLineData
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 &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:
14403441
DV
10 - YUI compressor (BSD License)
11 - JsDoc Toolkit (MIT license)
85adc3fe 12 - console-polyfill (MIT license)
14403441
DV
13
14automated tests use:
b7a1dc22 15 - auto_tests/lib/jquery-1.4.2.js (MIT &amp; GPL2)
14403441
DV
16 - auto_tests/lib/Asserts.js (Apache 2.0 License)
17 - auto-tests/lib/JsTestDriver-1.3.3cjar (Apache 2.0 License
18
14403441
DV
19yui compressor: http://developer.yahoo.com/yui/compressor/
20jsdoc toolkit: http://code.google.com/p/jsdoc-toolkit/
21
22jquery: http://code.jquery.com/jquery-1.4.2.js
23Asserts.js: http://www.google.com/codesearch/p?#3tsINRJRCro/trunk/JsTestDriver/src/com/google/jstestdriver/javascript/Asserts.js
24JSTestDriver: http://code.google.com/p/js-test-driver/
14403441
DV
25</pre>
26
27<!--#include virtual="footer.html" -->