experiment with a fully <pre>-based look
[~bandali/bndl.org] / license.m4
1 dnl -*- html -*-
2 define(__title, `Licensing Information')dnl
3 define(__slug, `license')dnl
4 include(header.html)dnl
5
6 <article>
7 <h1>License information for bndl.org</h1>
8 <p>I strongly believe in
9 <a href="//questioncopyright.org/what_is_free_culture">free culture</a>
10 and that all creative works everywhere should be
11 <a href="//freedomdefined.org/Definition">free</a>.</p>
12
13 <p>Unless otherwise noted, material on this site is licensed under the
14 GNU General Public License as published by the Free Software
15 Foundation, either version 3 of the License, or (at your option) any
16 later version. A copy of the license is included at
17 <a href="gpl-3.0.html">gpl-3.0.html</a>.</p>
18
19 <p>Some resources on free software and licenses:</p>
20 <ul>
21 <li><a href="//www.gnu.org/philosophy/free-sw.html">What is free software?</a></li>
22 <li><a href="//www.gnu.org/licenses/license-list.html">Various Licenses and Comments about Them</a></li>
23 <li><a href="//www.gnu.org/proprietary/proprietary.html">Proprietary Software Is Often Malware</a></li>
24 </ul>
25 </article>
26
27 define(__copy, `2019')dnl
28 include(footer.html)dnl