diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-06-03 22:07:45 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-06-03 22:07:45 +0200 |
| commit | 02ecb8de2969dfe7a0d910804ea5123508fc37a6 (patch) | |
| tree | c87792ef81530a9263402ce1137e3a0c751abc94 /htroot/jslicense.html | |
| parent | 1dcb9c515881b5d7ff8f75928e3d7c7967c78238 (diff) | |
Added JavaScript license information
First pass applied for YaCy index and administration first page, checked
with LibreJS 6.0.13.
Diffstat (limited to 'htroot/jslicense.html')
| -rwxr-xr-x | htroot/jslicense.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/htroot/jslicense.html b/htroot/jslicense.html new file mode 100755 index 000000000..357bdd95d --- /dev/null +++ b/htroot/jslicense.html @@ -0,0 +1,44 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>YaCy JavaScript license information</title>
+#%env/templates/metas.template%#
+</head>
+<body id="jslicense">
+ #%env/templates/simpleheader.template%#
+ <h1>YaCy JavaScript files license information</h1>
+ <table id="jslicense-labels1">
+ <tr>
+ <th>Script</th>
+ <th>License</th>
+ <th>Source</th>
+ </tr>
+ <tr>
+ <td><a href="/env/bootstrap/js/jquery.min.js">jquery.min.js</a></td>
+ <td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
+ <td><a href="https://raw.githubusercontent.com/jquery/jquery/1.11.0/dist/jquery.js">jquery.js</a> (1.11.0)</td>
+ </tr>
+ <tr>
+ <td><a href="/env/bootstrap/js/bootstrap.min.js">bootstrap.min.js</a></td>
+ <td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
+ <td><a href="/env/bootstrap/js/bootstrap.js">bootstrap.js</a> (3.3.6)</td>
+ </tr>
+ <tr>
+ <td><a href="/env/bootstrap/js/docs.min.js">docs.min.js</a></td>
+ <td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
+ <td><a href="https://raw.githubusercontent.com/imsky/holder/v2.3.1/holder.js">holder.js</a> (2.3.1)</td>
+ </tr>
+ <tr>
+ <td><a href="/env/bootstrap/js/bootstrap-switch.min.js">bootstrap-switch.min.js</a></td>
+ <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></td>
+ <td><a href="/env/bootstrap/js/bootstrap-switch.js">bootstrap-switch.js</a> (3.0.0)</td>
+ </tr>
+ <tr>
+ <td><a href="/env/bootstrap/js/typeahead.jquery.min.js">typeahead.jquery.min.js</a></td>
+ <td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
+ <td><a href="/env/bootstrap/js/typeahead.jquery.js">typeahead.jquery.js</a> (0.10.2)</td>
+ </tr>
+
+ </table>
+</body>
+</html>
|
