aboutsummaryrefslogtreecommitdiffstats
path: root/licenses.html
blob: 1a1e425dd662a3aec0fb359b9bb4beac8b6e7510 (plain)
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
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1"/>
        <title>Licenses - Countries</title>
        <link title="Contries" href="opensearch.xml" rel="search" type="application/opensearchdescription+xml"/>
        <link href="/dist/images/icons/favicon.ico" type="image/x-icon" rel="icon"/>
        <link href="/dist/css/normalize.css" rel="stylesheet"/>
        <link href="/dist/css/licenses.css" rel="stylesheet"/>
    </head>

    <body>
        <header class="header">
            <nav class="home">
                <a href="/" id="home-link" class="home-link">Countries</a>
            </nav>
        </header>
        <main class="main">
            <table id="jslicense-labels1" class="table">
                <caption>JavaScript Licensing Table</caption>
                <thead>
                    <tr>
                        <th>File</th>
                        <th>License</th>
                        <th>Source</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td data-label="File"><a href="/dist/js/switch-storage.js">switch-storage.js</a></td>
                        <td data-label="License"><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0 or later</a></td>
                        <td data-label="Source"><a href="/dist/js/switch-storage.js">switch-storage.js</a></td>
                    </tr>
                    <tr>
                        <td data-label="File"><a href="/dist/js/main.js">main.js</a></td>
                        <td data-label="License"><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0 or later</a></td>
                        <td data-label="Source"><a href="/dist/js/main.js">main.js</a></td>
                    </tr>
                </tbody>
            </table>
        </main>
        <footer class="footer">
            <div>
                <a href="https://hgit.conocimientoslibres.ga/testing/countries.git"
                   rel="noopener noreferrer" target="_blank">Released under the AGPLv3 or later</a>
            </div>
            <div>
                <p>This site is Free/Libre Software</p>
                <p>Current version: 0.1.0</p>
            </div>
            <div>
                <a href="/licenses" data-jslicense="1" rel="noopener noreferrer" target="_blank">JavaScript licenses</a>
            </div>
        </footer>
    </body>
</html>