dnl -*- html -*-
-define(__title, `Licensing Information')dnl
+define(__title, `licensing information')dnl
define(__slug, `license')dnl
-include(header.html)
+include(header.html)dnl
+
<article>
-<h1>License information for bandali.eu.org</h1>
+<h1>__title</h1>
<p>I strongly believe in
<a href="//questioncopyright.org/what_is_free_culture">free culture</a>
and that all creative works everywhere should be
later version. A copy of the license is included at
<a href="gpl-3.0.html">gpl-3.0.html</a>.</p>
+<p>This website is statically generated using a series of GNU tools
+(<a href="computing.html#colophon">read more</a>), with the sources at
+<a href="//git.shemshak.org/~bandali/site">git.shemshak.org/~bandali/site</a>.
+The striped look was direct inspiration from iank's website,
+<a href="//iankelling.org">iankelling.org</a>.</p>
+
<p>Some resources on free software and licenses:</p>
<ul>
<li><a href="//www.gnu.org/philosophy/free-sw.html">What is free software?</a></li>
<li><a href="//www.gnu.org/proprietary/proprietary.html">Proprietary Software Is Often Malware</a></li>
</ul>
</article>
+
define(__copy, `2019')dnl
-include(footer.html)
+include(footer.html)dnl