<!doctype html>
<html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta name=viewport content="width=device-width, initial-scale=1" />
- <title>Licensing Information | Amin Bandali</title>
- <link rel="stylesheet" href="/style.css" />
- </head>
- <body>
- <nav><a href="/">bandali.eu.org</a> / license.html</nav>
- <main>
- <h1>License information for bandali.eu.org</h1>
- <p>
- I strongly believe in
- <a href="https://questioncopyright.org/what_is_free_culture">free culture</a>
- and that all creative works everywhere should be
- <a href="https://freedomdefined.org/Definition">free</a>.
- </p>
+<head>
+<meta charset="utf-8"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>Licensing Information — Amin Bandali</title>
+<link rel="icon" href="/gnu.ico"/>
+<link rel="stylesheet" href="/style.css"/>
+</head>
+<body>
+<header>
+<strong><a href="/">Amin Bandali</a>'s Personal Site</strong>
+</header>
+<nav>
+<ul>
+<li><a href="/#papers">Publications</a></li>
+<li><a href="/#projects">Projects</a></li>
+<li><a href="/#notes">Notes</a></li>
+<li><a href="/cv" title="curriculum vitae">CV</a></li>
+<li><a href="/contact">Contact</a></li>
+</ul>
+</nav>
+<main>
+<article>
+<h1>License information for bandali.eu.org</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>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>
- Some resources on free software and licenses:
- </p>
-
- <ul>
- <li><a href="https://www.gnu.org/philosophy/free-sw.html">What is free software?</a></li>
- <li><a href="https://www.gnu.org/licenses/license-list.html">Various Licenses and Comments about Them</a></li>
- <li><a href="https://www.gnu.org/proprietary/proprietary.html">Proprietary Software Is Often Malware</a></li>
- </ul>
- </main>
- <footer>
- <p>
- Copyright © 2019 Amin Bandali. See the above information for
- license conditions. Please copy and share.
- </p>
- </footer>
- </body>
+<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>
+</main>
+<footer>
+<p>Copyright © 2019 Amin Bandali. See the above for license
+conditions. Please copy and share.</p>
+</footer>
+</body>
</html>