about summary refs log tree commit diff
path: root/kittybox-rs/javascript/jslicense.html
blob: 90c681c7af5021d6b5f9957c1bdbeb67c317164d (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
28
29
30
31
<!DOCTYPE html>
<html>
  <head>
    <title>JavaScript licensing information for Kittybox</title>
  </head>
  <body>
    <p>All JavaScript included with Kittybox is licensed as free software, most of it under AGPL-3.0.</p>
    <table id="jslicense-labels1">
      <tr>
        <td><a href="/.kittybox/static/onboarding.js">onboarding.js</a></td>
        <td><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0</a></td>
        <td><a href="https://git.sr.ht/~vikanezrimaya/kittybox/tree/main/item/kittybox-rs/javascript/src/onboarding.ts">onboarding.ts (Kittybox source code)</a></td>
      </tr>
      <tr>
        <td><a href="/.kittybox/static/indieauth.js">indieauth.js</a></td>
        <td><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0</a></td>
        <td><a href="https://git.sr.ht/~vikanezrimaya/kittybox/tree/main/item/kittybox-rs/javascript/src/indieauth.ts">indieauth.ts (Kittybox source code)</a></td>
      </tr>
      <tr>
        <td><a href="/.kittybox/static/lib.js">lib.js</a></td>
        <td><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0</a></td>
        <td><a href="https://git.sr.ht/~vikanezrimaya/kittybox/tree/main/item/kittybox-rs/javascript/src/lib.ts">lib.ts (Kittybox source code)</a></td>
      </tr>
      <tr>
        <td><a href="/.kittybox/static/indieauth.js">indieauth.js</a></td>
        <td><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0</a></td>
        <td><a href="https://git.sr.ht/~vikanezrimaya/kittybox/tree/main/item/kittybox-rs/javascript/src/indieauth.ts">indieauth.ts (Kittybox source code)</a></td>
      </tr>
    </table>
  </body>
</html>