-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.html
142 lines (140 loc) · 7.93 KB
/
terms.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<html lang="en">
<head>
<title>noccu</title>
<meta name="description" content="Terms and licensing info">
<meta name="robots" content="noimageai">
<meta name="robots" content="noai">
<link rel="shortcut icon" type="image/png" href="tempicon.png">
<link href="https://noccu.art/terms" rel="canonical">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<style>
#content {
max-width: 60%;
}
#content > div {
background-color: var(--theme-color);
color: var(--text-color-inverted);
padding: 1rem;
}
h2 {
color: var(--theme-color);
}
ul {
margin: 0;
padding-top: 0;
}
</style>
<body>
<main>
<h2 style="margin-top: -1rem;">Terms and conditions relating to my works</h2>
<section id="content">
<div>
Standard copyright applies to all of my works. The accessibility of works to the public confers no changes to the rights provided as such.<br/>
I am the sole rights holder and <b>nobody</b> may act as my agent or representative, legal or otherwise.<br/>
These rights may be modified only through explicit, legally-binding contract or license (provided explicitly with each work), signed or provided by me.<br/>
Notes, markings, or metadata provided by or attached on any site/platform are to be considered invalid and ignored should they confer exceptions, grants, or otherwise run counter to the terms set out here.
<h4>
Exceptions / Grants
</h4>
<ul>
<li>
You can use my <b>free and publicly accessible</b> artworks for <b>simple and common personal use</b> such as banners and profile pictures.<br/>
I only ask that you refrain from doing so with any artwork featuring Himari.
<ul>
<li>
Such use must <b>remain personal and legal</b>. It can not be used directly or indirectly in or as part of a product, service, or any other activities which would lead to economic or other gains (including but not limited to video thumbnails), nor to cause confusion, misrepresent, impersonate, or otherwise deceive anyone.
</li>
<li>
This personal use grant does not apply to artwork that isn't made <b>freely accessible by me</b> through one of my platforms.<br/>
Content such as commissions, creator crowdfunding platform posts/rewards (patreon, ...), etc do <b>not</b> enjoy this grant.
</li>
</ul>
</li>
<li class="hidden">
You can use my work as <b>examples</b> for "personal academic purposes" (eg. tutorials, analysis) if and only if such content is <b>freely available</b>.
</li>
</ul>
<h4>
Clarifications
</h4>
<ul>
<li>
Reposting or redistributing my works is <b>not</b> allowed for any reason, by anyone, under any circumstance. This includes boorus and similar platforms.<br/>
If you've previously received such permissions in any way, consider them <b>revoked</b> from 2022/11/13 onwards and please remove the relevant posts.
</li>
<li>
Commercial use, direct or indirect, of my artworks is <b>strictly prohibited</b> without express consent. Contact me to discuss licensing.
</li>
<li>
Any form of <b>use in "AI" datasets, training, or generation (img2img, etc)</b> is <b>strictly prohibited</b> under all circumstances, no exceptions.
</li>
<li>
I do <b>not</b> create or distribute NFTs, merch, prints, tutorials, or anything related, and do not allow my work to be used in this manner.
</li>
<li>
All limitations and clarifications apply also to any portion of my work and any portion of data derived of the full or part of my work.
</li>
</ul>
</div>
<div class="hidden">
<ul>
<li>
You're free to use my artworks for <b>personal</b> banners, profile pictures, etc. I only ask that you refrain from doing so with any artwork featuring Himari.
</li>
<li>
Reposting my works is allowed <b>only</b> for archiving/indexing purposes on services like danbooru which are <b>free, non-profit, and provide credit including source links</b>.
</li>
<li>
I do <b>not</b> create or distribute NFTs, merch or anything related, and do not allow my work to be used in this manner. Report if you see any.
</li>
<li>
Commercial use, <b>including use in AI datasets and training</b>, of my artworks is prohibited without express consent. Contact me to discuss licensing.
</li>
</ul>
<br>
<!-- <div style="text-align: center;">
Contact: [email protected]
</div> -->
<hr>
<ul>
<li>
アイコン、バナーなどに対して緋鞠以外のイラストOKです。
</li>
<li>
転載について、以下の点満たしてなら許可します
<ul>
<li>
インデックスまたはアーカイブするを目的にしているのサービス。
</li>
<li>
サービスは自由に利用できと非営利。
</li>
<li>
元作品またはユーザーへのリンクや参照が含まれています。
</li>
</ul>
</li>
<li>
NFTや商品など禁止。 自分もやってません。 見かけたらご報告ください。
</li>
<li>
業務用(<b>AIのトレーニングやデータセットなどの使いも含めて</b>)はライセンスについてはお問い合わせください。
</li>
</ul>
<br>
<div style="text-align: center;">
</div>
</div>
<div style="text-align: center;">
If you find any violation of these terms, please report it and notify me.<br/>
Contact/連絡: [email protected]
</div>
</section>
<section id="back">
<a href="/">Return to homepage</a>
</section>
</main>
</body>
</html>