Initial commit
This commit is contained in:
commit
8a63685b8e
41 changed files with 1110 additions and 0 deletions
21
license-info.html
Normal file
21
license-info.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/css/styles.css" type="text/css">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/third-party/media/images/favicon.png">
|
||||
<script defer src="/js/include.js"></script>
|
||||
<title>www.madstuff.net: Licensing</title>
|
||||
</head>
|
||||
<body>
|
||||
<div include="/html-prefabs/banner.html"></div>
|
||||
<main>
|
||||
<section>
|
||||
<h2>License information</h1>
|
||||
<p>All webpages and <u>original</u> media on this website are licensed under the <a href="https://creativecommons.org/licenses/by/4.0/deed.en">Creative Commons Attribution 4.0 International</a> license unless stated otherwise, and the JavaScript used by this website is free software licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License Version 3</a> or (at your option) any later version.</p>
|
||||
<p>"Original" means anything NOT under <a href="/third-party/">https://www.madstuff.net/third-party/</a>. I do not own any of the files under that directory other than <a href="/third-party/index.html">index.html</a> and, to the best of my ability, the other files are attributed on that page.</p>
|
||||
</section>
|
||||
</main>
|
||||
<div include="/html-prefabs/footer.html"></div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue