Commit | Line | Data |
---|---|---|
505a9419 | 1 | dnl -*- html -*- |
29f0d7b9 | 2 | define(__title, `licensing information')dnl |
505a9419 | 3 | define(__slug, `license')dnl |
c08732dd AB |
4 | include(header.html)dnl |
5 | ||
4927af92 | 6 | <article> |
29f0d7b9 | 7 | <h1>__title</h1> |
4927af92 AB |
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 | ||
4f38fff2 | 13 | <p>Unless otherwise noted, material on this site is licensed under the |
4927af92 AB |
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 | ||
29f0d7b9 AB |
19 | <p>This website is statically generated using a series of GNU tools |
20 | (<a href="computing.html#colophon">read more</a>), with the sources at | |
21 | <a href="//git.shemshak.org/~bandali/site">git.shemshak.org/~bandali/site</a>. | |
22 | The striped look was direct inspiration from iank's website, | |
23 | <a href="//iankelling.org">iankelling.org</a>.</p> | |
24 | ||
4927af92 AB |
25 | <p>Some resources on free software and licenses:</p> |
26 | <ul> | |
27 | <li><a href="//www.gnu.org/philosophy/free-sw.html">What is free software?</a></li> | |
28 | <li><a href="//www.gnu.org/licenses/license-list.html">Various Licenses and Comments about Them</a></li> | |
29 | <li><a href="//www.gnu.org/proprietary/proprietary.html">Proprietary Software Is Often Malware</a></li> | |
30 | </ul> | |
31 | </article> | |
c08732dd | 32 | |
505a9419 | 33 | define(__copy, `2019')dnl |
c08732dd | 34 | include(footer.html)dnl |