-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.html
123 lines (108 loc) · 4.97 KB
/
info.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
<!DOCTYPE html>
<html>
<head>
<title>Usage Information</title>
<meta charset="UTF-8">
<link rel="icon" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAJ1BMVEVHcEzytYYAAABhPAA2Njbkhnb/2rCYWUE9GwD6+voskrrX19cedpDJqZNvAAAAAXRSTlMAQObYZgAAAFRJREFUCNdjYIADJiUlCEPFxQnCVAIBBbCUCpThqKQkAma4CSmmgBmCQABiMEs0SjQagBjRB2W2ghmRy7KmghmlYonhIAaDeaBoMdgOZmNjAwYsAACaGQ2gK4O7gQAAAABJRU5ErkJggg==">
<link rel="stylesheet" href="script/main.css">
<script type="module" src="script/debug.js"></script>
<script type="module" src="script/nav.js"></script>
</head>
<body>
<a class="button" href="./" name="top">
<span id="button-back" class="button">Back</span>
</a>
<a name="top">
<p class="section">Disclaimer:</p>
</a>
<p class="details">
I am not a lawer. The information provided here is a summary of my understanding of the licenses
used on this site. I am not responsible for improper use of the free resources provided here. By
using any image or other type of asset from the generator, this site, or its Git repository, you
accept responsibility for the resources that you download, distribute, or use in any other
fashion. If you are uncertain about licensing restrictions it is recommended that you consult
with a lawyer.
</p>
<p class="details">
That being said, these assets are free and under very permissive licenses. If you plan to use
what is provided here in a product, project, or distribution center that is not encumbered by
<a class="extern" href"https://en.wikipedia.org/wiki/Digital_rights_management">DRM restrictions</a>, chances
are you can use it. Just abide by the terms of the license and follow any additional
specifications required by the author(s) where necessary.
</p>
<a name="start">
<p class="section">Using assets obtained from this site:</p>
</a>
<p class="details">
The assets used by this sprite generator are from multiple sources and authors. If you wish to
use any work generated here please respect the licensing and usage restrictions of the
individual works. All resources found here fall under one or more of the <a href="#licenses">
licenses listed below</a>.
</p>
<a name="combined-assets">
<p class="section">Combined assets:</p>
</a>
The generator will combine multiple assets, that may be under different licensing restrictions,
into a single image. The resulting output image <em>must</em> be used and distributed under the
most restrictive of the licenses. E.g., if the output image is a combination of an image under
CC BY 4.0 and another under CC BY-SA 4.0, then the output as a whole falls under the restrictions
of CC BY-SA 4.0.
<a name="licenses">
<p class="section" name="licenses">Licenses:</p>
</a>
<p class="details">
The following is a list of licenses pertaining to the assets used by the generator. For detailed
information about each license and how the distributed assets must be used, follow the links.
</p>
<ul>
<li>
CC BY-SA
<ul>
<li><a class="extern" href"https://creativecommons.org/licenses/by-sa/4.0/legalcode">
Creative Commons Attribution-ShareAlike 4.0
</a> (<a class="extern" href"https://creativecommons.org/licenses/by-sa/4.0/">summary</a>)</li>
<li><a class="extern" href"https://creativecommons.org/licenses/by-sa/3.0/legalcode">
Creative Commons Attribution-ShareAlike 3.0
</a> (<a class="extern" href"https://creativecommons.org/licenses/by-sa/3.0/">summary</a>)</li>
</ul>
</li>
<li>
CC BY
<ul>
<li><a class="extern" href"https://creativecommons.org/licenses/by/4.0/legalcode">
Creative Commons Attribution 4.0
</a> (<a class="extern" href"https://creativecommons.org/licenses/by/4.0/">summary</a>)</li>
<li><a class="extern" href"https://creativecommons.org/licenses/by/3.0/legalcode">
Creative Commons Attribution 3.0
</a> (<a class="extern" href"https://creativecommons.org/licenses/by/3.0/">summary</a>)</li>
</ul>
</li>
<li>
OGA BY
<ul>
<li><a class="extern" href"https://static.opengameart.org/OGA-BY-3.0.txt">
OpenGameArt.org Attribution 3.0
</a> (<a class="extern" href"https://opengameart.org/content/oga-by-30-faq">FAQ</a>)</li>
</ul>
</li>
<li>
CC0/Public Domain
<ul>
<li><a class="extern" href"https://creativecommons.org/publicdomain/zero/1.0/legalcode">
Creative Commons Zero
</a> (<a class="extern" href"https://creativecommons.org/publicdomain/zero/1.0/">summary</a>)</li>
</ul>
</li>
</ul>
<a name="assets">
<p class="section">Provided assets sources and licensing:</p>
</a>
<p class="details">
For licensing, attribution, and sources information, see the accompanying
<a class="button" id="asset-info"><span class="button">README</span></a>.
</p>
<a class="button" href="#top">
<span class="button">Back to Top</span>
</a>
</body>
</html>