diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-10 00:51:15 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-10 00:52:46 +0200 |
commit | b0ff4f2c4784973e7c44a5b198d71eadb41a36aa (patch) | |
tree | 5008f64d63345f8ad45328e40bfd869e472accd5 | |
parent | 25018da03ea1113d3477a62ad64f9e50b2d13cd5 (diff) | |
download | git.replicant.us-b0ff4f2c4784973e7c44a5b198d71eadb41a36aa.tar.gz git.replicant.us-b0ff4f2c4784973e7c44a5b198d71eadb41a36aa.tar.bz2 git.replicant.us-b0ff4f2c4784973e7c44a5b198d71eadb41a36aa.zip |
AGPLv3+ page: Handle more licenses like CC-BY-SA
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | vm-source.html (renamed from agplv3-source.html) | 3 |
3 files changed, 6 insertions, 3 deletions
@@ -2,7 +2,7 @@ INSTALL ?= install DESTDIR ?= html TARGETS = \ - agplv3-source.html \ + vm-source.html \ index.html \ index.css \ COPYING \ @@ -64,9 +64,9 @@ </div> <div id="fourth" class="tile"> - <a href="agplv3-source.html"> + <a href="vm-source.html"> <h2 class="itemheading">Running services</h2> - <p class="itemtext">AGPLv3(+) code for the Replicant VM services</p> + <p class="itemtext">Source code for the Replicant VM services</p> </a> </div> </div> diff --git a/agplv3-source.html b/vm-source.html index 88d4870..7c1a055 100644 --- a/agplv3-source.html +++ b/vm-source.html @@ -16,16 +16,19 @@ <th>Description</th> <th>Running source code</th> <th>Git repository</th> + <th>License</th> </tr> <tr> <td>Apache2 configuration</td> <td><a href="apache2.tar.xz">apache2.tar.xz</a></td> <td><a href="infrastructure/etc_apache2">etc_apache2</a></td> + <td>AGPLv3+</td> </tr> <tr> <td>This website</td> <td></td> <td><a href="infrastructure/git.replicant.us/">git.replicant.us</a></td> + <td>CC-BY-SA 3.0 Unported</td> </tr> </table> </body></html> |