You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+211-1Lines changed: 211 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
This project is distributed under the MIT License.
2
+
3
+
Some of the Nodes of this project (described on the README file) adapt icons from third party icon libraries. One of them is the Material Design Icons, which is distributed under the Apache 2.0 License.
4
+
5
+
For that reason, both the MIT and Apache 2.0 Licenses are available here.
6
+
1
7
MIT License
2
8
3
9
Copyright (c) [2025] [nadjiel]
@@ -18,4 +24,208 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
24
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
25
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
26
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
-
SOFTWARE.
27
+
SOFTWARE.
28
+
29
+
30
+
31
+
Apache License
32
+
Version 2.0, January 2004
33
+
http://www.apache.org/licenses/
34
+
35
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
36
+
37
+
1. Definitions.
38
+
39
+
"License" shall mean the terms and conditions for use, reproduction,
40
+
and distribution as defined by Sections 1 through 9 of this document.
41
+
42
+
"Licensor" shall mean the copyright owner or entity authorized by
43
+
the copyright owner that is granting the License.
44
+
45
+
"Legal Entity" shall mean the union of the acting entity and all
46
+
other entities that control, are controlled by, or are under common
47
+
control with that entity. For the purposes of this definition,
48
+
"control" means (i) the power, direct or indirect, to cause the
49
+
direction or management of such entity, whether by contract or
50
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
51
+
outstanding shares, or (iii) beneficial ownership of such entity.
52
+
53
+
"You" (or "Your") shall mean an individual or Legal Entity
54
+
exercising permissions granted by this License.
55
+
56
+
"Source" form shall mean the preferred form for making modifications,
57
+
including but not limited to software source code, documentation
58
+
source, and configuration files.
59
+
60
+
"Object" form shall mean any form resulting from mechanical
61
+
transformation or translation of a Source form, including but
62
+
not limited to compiled object code, generated documentation,
63
+
and conversions to other media types.
64
+
65
+
"Work" shall mean the work of authorship, whether in Source or
66
+
Object form, made available under the License, as indicated by a
67
+
copyright notice that is included in or attached to the work
68
+
(an example is provided in the Appendix below).
69
+
70
+
"Derivative Works" shall mean any work, whether in Source or Object
71
+
form, that is based on (or derived from) the Work and for which the
72
+
editorial revisions, annotations, elaborations, or other modifications
73
+
represent, as a whole, an original work of authorship. For the purposes
74
+
of this License, Derivative Works shall not include works that remain
75
+
separable from, or merely link (or bind by name) to the interfaces of,
76
+
the Work and Derivative Works thereof.
77
+
78
+
"Contribution" shall mean any work of authorship, including
79
+
the original version of the Work and any modifications or additions
80
+
to that Work or Derivative Works thereof, that is intentionally
81
+
submitted to Licensor for inclusion in the Work by the copyright owner
82
+
or by an individual or Legal Entity authorized to submit on behalf of
83
+
the copyright owner. For the purposes of this definition, "submitted"
84
+
means any form of electronic, verbal, or written communication sent
85
+
to the Licensor or its representatives, including but not limited to
86
+
communication on electronic mailing lists, source code control systems,
87
+
and issue tracking systems that are managed by, or on behalf of, the
88
+
Licensor for the purpose of discussing and improving the Work, but
89
+
excluding communication that is conspicuously marked or otherwise
90
+
designated in writing by the copyright owner as "Not a Contribution."
91
+
92
+
"Contributor" shall mean Licensor and any individual or Legal Entity
93
+
on behalf of whom a Contribution has been received by Licensor and
94
+
subsequently incorporated within the Work.
95
+
96
+
2. Grant of Copyright License. Subject to the terms and conditions of
97
+
this License, each Contributor hereby grants to You a perpetual,
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,25 @@ Attribution is appreciated, but not necessary.
155
155
</p>
156
156
<p>If you use this project and you'd like to, let me know commenting on <ahref="https://nadjiel.itch.io/locker"target="_blank">Itch.io</a>! I'd love to see what you can make with it :)</p>
157
157
158
+
<h2>Disclaimer</h2>
159
+
<p>
160
+
This project uses some icons adapted from third party libraries. Here's a list of those icons, together with their licenses:
161
+
</p>
162
+
<dl>
163
+
<dt>Material Design Icons (Apache 2.0)</dt>
164
+
<dd><ahref="https://github.com/locker-godot/locker/blob/main/addons/locker/icons/access_executor.svg"><code>AccessExecutor</code> icon</a>, adapted from <ahref="https://pictogrammers.com/library/mdi/icon/share/">"share"</a></dd>
165
+
<dd><ahref="https://github.com/locker-godot/locker/blob/main/addons/locker/icons/locker_plugin.svg"><code>LockerPlugin</code> icon</a>, adapted from <ahref="https://pictogrammers.com/library/mdi/icon/locker-multiple/">"locker-multiple"</a></dd>
166
+
<dd><ahref="https://github.com/locker-godot/locker/blob/main/addons/locker/icons/accessor_group.svg"><code>AccessorGroup</code> icon</a>, adapted from <ahref="https://pictogrammers.com/library/mdi/icon/content-save-edit/">"content-save-edit"</a></dd>
167
+
<dd><ahref="https://github.com/locker-godot/locker/blob/main/addons/locker/icons/storage_accessor.svg"><code>StorageAccessor</code> icon</a>, adapted from <ahref="https://pictogrammers.com/library/mdi/icon/content-save-edit/">"content-save-edit"</a></dd>
168
+
<dd><ahref="https://github.com/locker-godot/locker/blob/main/addons/locker/icons/storage_accessor_version.svg"><code>StorageAccessorVersion</code> icon</a>, adapted from <ahref="https://pictogrammers.com/library/mdi/icon/content-save-edit/">"content-save-edit"</a></dd>
169
+
<dt>JAM Icons (MIT)</dt>
170
+
<dd><ahref="https://github.com/locker-godot/locker/blob/main/addons/locker/icons/access_operation.svg"><code>AccessOperation</code> icon</a>, adapted from "write-f"</dd>
171
+
<dt>Bitcoin Icons (MIT)</dt>
172
+
<dd><ahref="https://github.com/locker-godot/locker/blob/main/addons/locker/icons/access_strategy.svg"><code>AccessStrategy</code> icon</a>, adapted from <ahref="https://bitcoinicons.com/">"two keys"</a></dd>
173
+
<dt>Phosphor Icons (MIT)</dt>
174
+
<dd><ahref="https://github.com/locker-godot/locker/blob/main/addons/locker/icons/util.svg"><code>Util</code> icon</a>, adapted from <ahref="https://phosphoricons.com/?q=%22wrench%22">"wrench"</a></dd>
175
+
</dl>
176
+
158
177
<h2>Credits</h2>
159
178
<p>Framework created with ❤️ by <ahref="https://github.com/nadjiel"target="_blank">@nadjiel</a></p>
0 commit comments