blob: 349a765e3ee80104583f0159c6bbc05ef0d3b429 (
plain) (
blame)
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
|
+++
url = "/librejs/"
layout = "empty"
+++
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex, nofollow" />
</head>
<body>
<table id="jslicense-labels1">
<thead>
<tr>
<th>File</th>
<th>Licence</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/js/main.js">main.js</a></td>
<td><a href="/LICENSE">BSD-2-Clause</a></td>
</tr>
</tbody>
</table>
</body>
</html>
|