convert the site back into hand-written html
[~bandali/bndl.org] / license.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8"/>
5 <meta name="viewport" content="width=device-width, initial-scale=1"/>
6 <title>Licensing Information &mdash; Amin Bandali</title>
7 <link rel="icon" href="/gnu.ico"/>
8 <link rel="stylesheet" href="/style.css"/>
9 </head>
10 <body>
11 <header>
12 <strong><a href="/">Amin Bandali</a>'s Personal Site</strong>
13 </header>
14 <nav>
15 <ul>
16 <li><a href="/#papers">Publications</a></li>
17 <li><a href="/#projects">Projects</a></li>
18 <li><a href="/#notes">Notes</a></li>
19 <li><a href="/cv" title="curriculum vitae">CV</a></li>
20 <li><a href="/contact">Contact</a></li>
21 </ul>
22 </nav>
23 <main>
24 <article>
25 <h1>License information for bandali.eu.org</h1>
26 <p>I strongly believe in
27 <a href="//questioncopyright.org/what_is_free_culture">free culture</a>
28 and that all creative works everywhere should be
29 <a href="//freedomdefined.org/Definition">free</a>.</p>
30
31 <p>Unless otherwise noted material on this site is licensed under the
32 GNU General Public License as published by the Free Software
33 Foundation, either version 3 of the License, or (at your option) any
34 later version. A copy of the license is included at
35 <a href="gpl-3.0.html">gpl-3.0.html</a>.</p>
36
37 <p>Some resources on free software and licenses:</p>
38 <ul>
39 <li><a href="//www.gnu.org/philosophy/free-sw.html">What is free software?</a></li>
40 <li><a href="//www.gnu.org/licenses/license-list.html">Various Licenses and Comments about Them</a></li>
41 <li><a href="//www.gnu.org/proprietary/proprietary.html">Proprietary Software Is Often Malware</a></li>
42 </ul>
43 </article>
44 </main>
45 <footer>
46 <p>Copyright &copy; 2019 Amin Bandali. See the above for license
47 conditions. Please copy and share.</p>
48 </footer>
49 </body>
50 </html>