File: legal.html

package info (click to toggle)
dygraphs 2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,340 kB
  • sloc: javascript: 24,842; sh: 800; python: 581; makefile: 45
file content (11 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<!--#set var="pagetitle" value="legal information" -->
<!--#include virtual="header.html" -->

<h2>Legal Information</h2>

<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>

<p>dygraphs is available under the MIT license, included in <a
 href="LICENSE.txt" type="text/plain; charset=utf-8">LICENSE.txt</a>.</p>

<!--#include virtual="footer.html" -->