aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--index.html4
-rw-r--r--vm-source.html (renamed from agplv3-source.html)3
3 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5cfb747..b226656 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ INSTALL ?= install
DESTDIR ?= html
TARGETS = \
- agplv3-source.html \
+ vm-source.html \
index.html \
index.css \
COPYING \
diff --git a/index.html b/index.html
index 4780b55..a44537c 100644
--- a/index.html
+++ b/index.html
@@ -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>