revamp the site and go fully static
[~bandali/bndl.org] / license.m4
diff --git a/license.m4 b/license.m4
deleted file mode 100644 (file)
index 6510179..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-dnl -*- html -*-
-define(__title, `licensing information')dnl
-define(__slug, `license')dnl
-include(header.html)dnl
-
-<article>
-<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
-<a href="//freedomdefined.org/Definition">free</a>.</p>
-
-<p>Unless otherwise noted, material on this site is licensed under the
-GNU General Public License as published by the Free Software
-Foundation, either version 3 of the License, or (at your option) any
-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/licenses/license-list.html">Various Licenses and Comments about Them</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)dnl