forked from KaleyraVideo/AndroidDeepFilterNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTHIRD-PARTY-LICENSES.html
More file actions
138 lines (117 loc) · 2.26 KB
/
Copy pathTHIRD-PARTY-LICENSES.html
File metadata and controls
138 lines (117 loc) · 2.26 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dependency License Report for Third party libraries</title>
<meta charset="utf-8">
<style>
@media print {
.inventory {
display: none;
}
.content {
position: static !important;
}
}
html, body, section {
height: 100%;
}
body {
font-family: sans-serif;
line-height: 125%;
margin: 0;
background: #eee;
}
.header {
/* #22aa44 */
background: #ff5588;
color: white;
padding: 2em 1em 1em 1em;
}
.header h1 {
font-size: 16pt;
margin: 0.5em 0;
}
.header h2 {
font-size: 10pt;
margin: 0;
}
.container {
}
.inventory {
background: #292e34;
color: #ddd;
padding: 0;
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 20em;
overflow: auto;
}
.inventory ul {
margin: 0;
padding: 0;
}
.inventory li {
list-style: none;
padding: 0;
margin: 0;
}
.inventory li a {
width: 100%;
box-sizing: border-box;
color: #ddd;
text-decoration: none;
display: flex;
flex-direction: row;
padding: 15px 12px;
}
.inventory li a:hover {
background: #383f45;
color: white;
}
.license .name {
flex-grow: 1;
}
.license .badge {
background: #ff5588;
padding: 10px 15px;
border-radius: 20px;
color: white;
}
.content {
padding: 1rem;
position: absolute;
top: 0;
bottom: 0;
left: 20em;
}
.dependency {
background: white;
padding: 1em;
margin-bottom: 1em;
}
.dependency label {
font-weight: bold;
}
.dependency-value {
}
</style>
</head>
<body>
<div class="container">
<div class='inventory'>
<div class='header'>
<h1>noise-filter 0.0.8</h1>
<h2>Dependency License Report</h2>
<h2 class='timestamp'><em>2025-07-15 16:10:39 UTC</em>.</h2></div>
<h3>Third party libraries</h3>
<ul>
</ul>
</div>
<div class='content'>
<h1>Third party libraries</h1>
</div>
</div>
</body>
</html>