diff options
-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> |