forked from Darin755/browser-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavascript.html
More file actions
31 lines (31 loc) · 1.25 KB
/
javascript.html
File metadata and controls
31 lines (31 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<body>
<h2>Javascript licenses</h2>
<table id="jslicense-labels1">
<tr>
<td><a href="/lib/xtermjs/xterm.js">xterm.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="/lib/xtermjs/xterm.js">xterm.js</a></td>
</tr>
<tr>
<td><a href="/lib/localForage/localForage.js">localForage.js</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></td>
<td><a href="/lib/localForage/localForage.js">localForage.js</a></td>
</tr>
<tr>
<td><a href="/lib/v86/libv86.js">libv86.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">FreeBSD</a></td>
<td><a href="/lib/v86/libv86.js">libv86.js</a></td>
</tr>
<tr>
<td><a href="/startup.js">startup.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</a></td>
<td><a href="/startup.js">startup.js</a></td>
</tr>
<tr>
<td><a href="/buttons.js">buttons.js</a></td>
<td><a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0</a></td>
<td><a href="/buttons.js">buttons.js</a></td>
</tr>
</table>
</body