This repository was archived by the owner on Jun 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjavascript-licenses.html
More file actions
113 lines (108 loc) · 4.25 KB
/
Copy pathjavascript-licenses.html
File metadata and controls
113 lines (108 loc) · 4.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Machine-readable JavaScript license information for LibreLinker, listing all scripts and their free software licenses for GNU LibreJS compliance.">
<meta name="robots" content="noindex, follow">
<title>JavaScript License Information - LibreLinker</title>
<style>
body {
font-family: system-ui, -apple-system, sans-serif;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
}
h1 {
color: #003057;
border-bottom: 3px solid #B3A369;
padding-bottom: 10px;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
th, td {
border: 1px solid #ddd;
padding: 12px;
text-align: left;
}
th {
background-color: #003057;
color: white;
font-weight: bold;
}
tr:nth-child(even) {
background-color: #f9f9f9;
}
a {
color: #B3A369;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.note {
background-color: #f0f0f0;
padding: 15px;
border-left: 4px solid #B3A369;
margin: 20px 0;
}
</style>
</head>
<body>
<h1>JavaScript License Information</h1>
<div class="note">
<p><strong>Note:</strong> This page lists all JavaScript used on LibreLinker and their licenses. All scripts are free software, ensuring your freedom to run, study, share, and modify them.</p>
<p>This page is machine-readable for <a href="https://www.gnu.org/software/librejs/" target="_blank">GNU LibreJS</a>.</p>
</div>
<table id="jslicense-labels1">
<thead>
<tr>
<th>Script</th>
<th>License</th>
<th>Source Code</th>
</tr>
</thead>
<tbody>
<!-- Local scripts -->
<tr>
<td><a href="/app.js">/app.js</a></td>
<td><a href="https://www.gnu.org/licenses/gpl-3.0.html">GPL-3.0-or-later</a></td>
<td><a href="/app.js">/app.js</a></td>
</tr>
<!-- External libraries -->
<tr>
<td><a href="https://scripts.simpleanalyticscdn.com/latest.js">https://scripts.simpleanalyticscdn.com/latest.js</a></td>
<td><a href="https://opensource.org/licenses/MIT">Expat</a></td>
<td><a href="https://github.com/simpleanalytics/scripts">https://github.com/simpleanalytics/scripts</a></td>
</tr>
<tr>
<td>
<a href="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js">https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js</a>
</td>
<td>
<a href="http://www.jclark.com/xml/copying.txt">Expat</a>
</td>
<td>
<a href="https://github.com/emailjs-com/emailjs-sdk">https://github.com/emailjs-com/emailjs-sdk</a>
</td>
</tr>
</tbody>
</table>
<div class="note">
<h2>About the Licenses</h2>
<ul>
<li><strong>GNU GPL 3.0 or later:</strong> Strong copyleft license that guarantees end users the freedom to run, study, share, and modify the software.</li>
<li><strong>Expat (MIT):</strong> Permissive free, libre, & open-source license that allows reuse with minimal restrictions. GPL-compatible.</li>
</ul>
<p>All licenses listed here are <a href="https://www.gnu.org/licenses/license-list.html" target="_blank">free software licenses</a> and are <a href="https://www.gnu.org/licenses/license-compatibility.html" target="_blank">GPL-compatible</a>.</p>
</div>
<p style="margin-top: 40px; text-align: center; color: #666;">
<a href="/">← Back to LibreLinker</a>
</p>
</body>
</html>