commit aae1d2b6de20bd8da9a6cfb887a1048a0753b272
parent c712dc48da33358c8469ff07792cddeea53ee0c7
Author: finwo <finwo@pm.me>
Date: Wed, 3 Jun 2020 14:17:04 +0200
Show the document's license in the searchable table
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/docs/index.html b/docs/index.html
@@ -48,6 +48,7 @@
<th>SPEC</th>
<th>Title</th>
<th>Obsoleted by</th>
+ <th>License</th>
</tr>
</thead>
<tbody>
@@ -55,21 +56,25 @@
<td>0000</td>
<td>Specification Format</td>
<td href='#q=0003'>0003</td>
+ <td>CC-by-4.0</td>
</tr>
<tr href="spec/0001.pdf">
<td>0001</td>
<td>Javascript Styling</td>
<td></td>
+ <td>CC-by-4.0</td>
</tr>
<tr href="spec/0002.pdf">
<td>0002</td>
<td>Ratus Unilicense</td>
<td></td>
+ <td>CC-by-4.0</td>
</tr>
<tr href="spec/0003.pdf">
<td>0003</td>
<td>Specification Format</td>
<td></td>
+ <td>CC-by-4.0</td>
</tr>
</tbody>
</table>