| 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 | Amin Bandali</title> |
| 7 | <link rel="stylesheet" href="/style.css" /> |
| 8 | </head> |
| 9 | <body> |
| 10 | <nav><a href="/">bandali.eu.org</a> / license.html</nav> |
| 11 | <main> |
| 12 | <h1>License information for bandali.eu.org</h1> |
| 13 | <p> |
| 14 | I strongly believe in |
| 15 | <a href="https://questioncopyright.org/what_is_free_culture">free culture</a> |
| 16 | and that all creative works everywhere should be |
| 17 | <a href="https://freedomdefined.org/Definition">free</a>. |
| 18 | </p> |
| 19 | |
| 20 | <p> |
| 21 | Unless otherwise noted material on this site is licensed |
| 22 | under the GNU General Public License as published by the |
| 23 | Free Software Foundation, either version 3 of the License, |
| 24 | or (at your option) any later version. A copy of the license |
| 25 | is included at <a href="/gpl-3.0.html">gpl-3.0.html</a>. |
| 26 | </p> |
| 27 | |
| 28 | <p> |
| 29 | Some resources on free software and licenses: |
| 30 | </p> |
| 31 | |
| 32 | <ul> |
| 33 | <li><a href="https://www.gnu.org/philosophy/free-sw.html">What is free software?</a></li> |
| 34 | <li><a href="https://www.gnu.org/licenses/license-list.html">Various Licenses and Comments about Them</a></li> |
| 35 | <li><a href="https://www.gnu.org/proprietary/proprietary.html">Proprietary Software Is Often Malware</a></li> |
| 36 | </ul> |
| 37 | </main> |
| 38 | <footer> |
| 39 | <p> |
| 40 | Copyright © 2019 Amin Bandali. See the above information for |
| 41 | license conditions. Please copy and share. |
| 42 | </p> |
| 43 | </footer> |
| 44 | </body> |
| 45 | </html> |