Added license for libreJS to identify

This commit is contained in:
Swapnil Gupta 2016-12-20 01:15:17 +05:30 committed by James Valleroy
parent f8dfd49f0f
commit 807255a40c
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 20 additions and 0 deletions

View File

@ -222,5 +222,6 @@
{% block app_js %}<!-- placeholder for app-specific js files -->{% endblock %}
{% block page_js %}<!-- placeholder for page-specific js files -->{% endblock %}
<a href="/static/jslicense.html" data-jslicense="1">JavaScript license information</a>
</body>
</html>

19
static/jslicense.html Normal file
View File

@ -0,0 +1,19 @@
<html>
<head>
<title>JavaScript license Information</title>
<style>a {
text-align:center;
width:300;
}
</style>
<body>
<h1>JavaScript Web labels table</h1>
<table id="jslicense-labels1" style="text-align:center; width:500">
<tr>
<td><a href="/plinth/modules/xmpp/static/jsxc-plinth.js">jsxc-plinth.js</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="/plinth/modules/xmpp/static/jsxc-plinth.js">jsxc-plinth.js</a></td>
</tr>
</table>
</body>
</html>