forked from sh-dv/hat.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlicenses.html
More file actions
72 lines (53 loc) · 1.67 KB
/
licenses.html
File metadata and controls
72 lines (53 loc) · 1.67 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h2>JavaScript licenses</h2>
<code>
<table>
<tr>
<td>
<a href="https://github.com/twbs/bootstrap">bootstrap.js</a>
</td>
<td>
<a href="https://github.com/twbs/bootstrap/blob/master/LICENSE">MIT License</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/FezVrasta/popper.js">popper.js</a>
</td>
<td>
<a href="https://github.com/FezVrasta/popper.js/blob/master/LICENSE.md">MIT License</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/jquery/jquery">jquery</a>
</td>
<td>
<a href="https://github.com/jquery/jquery/blob/master/LICENSE.txt">MIT License</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/dropbox/zxcvbn">zxcvbn</a>
</td>
<td>
<a href="https://github.com/dropbox/zxcvbn/blob/master/LICENSE.txt">MIT License</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/FortAwesome/Font-Awesome">Font-Awesome</a>
</td>
<td>
<a href="https://fontawesome.com/license/free">HERE</a> and <a href="https://github.com/FortAwesome/Font-Awesome/blob/master/LICENSE.txt">HERE</a>
</td>
</tr>
</code>
</body>
</html>