FreedomBox/static/jslicense.html
Sunil Mohan Adapa 68777a5cfe
js: Full librejs compatibility
Add information about all JS licenses into the Javascript licenses page so that
librejs detects it. In all Plinth pages and jsxc launch page.

Add doctype and fix styling.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2019-01-29 22:18:16 +05:30

111 lines
4.0 KiB
HTML

<!doctype html>
<html>
<head>
<title>JavaScript License Information</title>
<style>
td {
padding: 5px;
}
</style>
</head>
<body>
<h1>JavaScript Web Labels Table</h1>
<table id="jslicense-labels1">
<tbody>
<tr>
<td><a href="/javascript/jquery/jquery.min.js">jquery.min.js</a></td>
<td>
<a href="http://www.jclark.com/xml/copying.txt">Expat</a>,
<a href="http://www.gnu.org/licenses/gpl-2.0.html">
GNU General Public License version 2 or later</a>
</td>
<td><a href="https://salsa.debian.org/js-team/jquery.git">
jquery</a></td>
</tr>
<tr>
<td><a href="/javascript/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="https://salsa.debian.org/js-team/twitter-bootstrap3.git">
twitter-bootstap3</a></td>
</tr>
<tr>
<td><a href="/javascript/modernizr/modernizr.min.js">
modernizr.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="https://salsa.debian.org/js-team/modernizr.git">
modernizr</a></td>
</tr>
<tr>
<td><a href="/javascript/turbolinks/turbolinks.js">
turbolinks.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td>
<a href="https://salsa.debian.org/js-team/node-turbolinks.git">
node-turbolinks</a>
</td>
</tr>
<tr>
<td><a href="/plinth/static/jsxc/jsxc-plinth.js">jsxc-plinth.js</a></td>
<td>
<a href="http://www.gnu.org/licenses/agpl-3.0.html">
GNU Affero General Public License, version 3 or later</a>
</td>
<td>
<a href="https://salsa.debian.org/js-team/jquery-goodies.git">
jquery-goodies</a>
</td>
</tr>
<tr>
<td><a href="/javascript/jquery-fullscreen/jquery.fullscreen.js">
jquery.fullscreen.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td>
<a href="https://salsa.debian.org/js-team/jquery-goodies.git">
jquery-goodies</a>
</td>
</tr>
<tr>
<td><a href="/javascript/jsxc/jsxc.js">jsxc.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td>
<a href="https://alioth-archive.debian.org/git/pkg-javascript/libjs-jsxc.git.tar.xz">
libjs-jsxc</a>
</td>
</tr>
<tr>
<td><a href="/javascript/jsxc/lib/jsxc.dep.js">jsxc.dep.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td>
<a href="https://alioth-archive.debian.org/git/pkg-javascript/libjs-jsxc.git.tar.xz">
libjs-jsxc</a>
</td>
</tr>
<tr>
<td><a href="/javascript/jquery-ui/jquery-ui.min.js">
jqueryui.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td>
<a href="https://salsa.debian.org/js-team/jqueryui.git">
jqueryui</a>
</td>
</tr>
<tr>
<td><a href="/javascript/jquery-slimscroll/jquery.slimscroll.min.js">
jquery.slimscroll.min.js</a></td>
<td>
<a href="http://www.jclark.com/xml/copying.txt">Expat</a>,
<a href="http://www.gnu.org/licenses/gpl-2.0.html">
GNU General Public License version 2 or later</a>
</td>
<td>
<a href="https://salsa.debian.org/ruby-team/ruby-rails-assets-jquery.slimscroll.git">
ruby-rails-assets-jquery.slimscroll</a>
</td>
</tr>
</tbody>
</table>
</body>
</html>