-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlegal-etc.html
54 lines (47 loc) · 3.82 KB
/
legal-etc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang = "en">
<head>
<title>duck_master's personal website | terms, etc.</title>
<meta charset="utf-8">
<meta name="description" content="legal etc. - duck_master's personal website">
<link rel="stylesheet" href="main.css">
<!-- favicons -->
<link rel="icon" href="favicons/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="favicons/apple-touch-icon.png">
<link rel="shortcut icon" href="favicons/favicon.ico">
</head>
<body>
<header>
<nav class = "navbar">
<a href = "index.html">Home</a>
<a href = "about-me.html">About me</a>
<a href = "about.html">About this website</a>
<a href = "legal-etc.html">Legal notes</a>
</nav>
<div class = "header-title">
<a href = "index.html"><h1>duck_master's personal website</h1></a>
<h2>miscellany since 2020</h2>
</div>
<div class = "header-img">
<img src = "avatar.png" alt = "">
</div>
</header>
<div class = "middler">
<div class = "content-box">
<p>I hereby dual-license my entire personal website under the <strong>MIT</strong> and <strong>CC-BY 4.0 or later</strong> licenses. You may reuse or republish my website in any way you wish, so long as you <strong>give me credit</strong> (as CC-BY requires). I also hereby dual-license most of my textual public-facing or semi-public-facing work (e.g. Discord messages, AoPS forum posts, Wikimedia talk page messages, and the like) under <strong>CC-BY 4.0 or later</strong></p>
<p>Purely code-based parts of my website (e.g. the header, or the sitemap.xml page) may be treated as purely MIT-licensed. The textual parts of my website, if in isolation, may be treated as purely CC-BY licensed (4.0 or later). </p>
<p>Please do <strong>not</p> plagiarize my work. This would make both me and you very sad.</p>
<p>(Exception: I release most of my transcriptions on Wikisource, and images extracted from works to be used on Wikisource, into the <strong>public domain</strong>, so you do not need to give me credit personally. You should, however, credit the original author(s) of the work which I contributed to transcribing, since plagiarism is bad no matter what the original source was. For works on Wikisource that have been released under a Creative Commons license, I release my work under the same license.)</p>
</div>
<div class = "content-box">
<p>There used to be a terms-and-conditions document here, but I removed it because I realized that I didn't need one. If you still want to read it, please check <a href = "https://web.archive.org/web/20210823104752/https://duck-master.github.io/legal-etc.html">the version archived by the Wayback Machine</a> or <a href = "https://github.com/duck-master/duck-master.github.io/commit/d3202b1b4f2a625373aa5c665ced524e64292982#diff-4d2da3bae8960f28d762e38c60f22717f69b4a45dc9a8d36ed17518368a52022">this github commit</a>.</p>
<p>For information about me in general, see the <a href = "about-me.html">main page</a>; for information about this website, see the <a href = "about.html">about page</a>.</p>
</div>
</div>
<footer>
<p> Questions, comments, or concerns? Send me email at <b>duckmaster0 at protonmail dot com</b></p>
<p> Last updated 2 January 2025 AD/CE</p>
<p>(c) 2020 - 2025 duck_master; <a href = "https://github.com/duck-master/duck-master.github.io">free and open source software</a> dual-licensed under<a href = "https://github.com/duck-master/duck-master.github.io/blob/master/LICENSE">MIT</a> and CC-BY 4.0</p>
</footer>
</body>
</html>