generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 4
/
LICENSE
129 lines (77 loc) · 4.34 KB
/
LICENSE
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
### AGNYA License
Copyright (C) 2022 nvb-uy
All rights reserved unless explicitly stated. Rev 1.2
You may get a full copy of this license at https://github.com/nvb-uy/AGNYA-License
### TERMS AND CONDITIONS
0. Definitions.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Project" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees", "users" and
"recipients" may be individuals or organizations.
"The Author" refers to the original creator of this project and its
source code.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Project or a work based
on the Project.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for infringement
under applicable copyright law, except executing it on a computer or
modifying a private copy. Propagation includes copying, distribution
(with or without modification), making available to the public, and in
some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through a
computer network, with no transfer of a copy, is not conveying.
To "contribute" refers to offering any form of material held to copyright to
be used in the project.
This could be in any way, such as, but not limited to: pull requests, explicitly
sharing it with the author or giving permission to the usage of it.
By contributing, you must hold all copyright rights of the material.
1. Redistribution
Public propagation of this project or parts of it requires you to
exclusively use the official links provided by the author. This means that
independently hosting a copy of this project and propagating it using this
hosted version is prohibited. The usage of link monetization services on
redistribution is strictly prohibited.
Websites and Blogs collecting projects similar to this project are
required to ask for explicit permission before adding this project to
its database.
2. Private Modifications
Users are allowed to create private modifications of this project or its code
without explicit permission. Redistribution of these modified versions
however require explicit permission by the author of the original project.
See section 3 for more information about public modifications.
3. Public Modifications
Public redistribution of a modified version of this project or its code requires
explicit permission from the original author. In order for the
modification to be applicable for this it has to contain a certain amount
of original work by the user. This modified version has to use the same
license as the original project.
Furthermore the original project and its author have to be clearly
credited. Any means of monetization through this modified version is
strictly prohibited unless explicit permission by the original project's
author is given.
4. Usage of parts of this project as part of another, original project
Using parts of this project's source code as part of another, original
project requires explicit permission from this project's author.
Furthermore this project, its author and the parts used have to be
clearly credited. Additionally any means of monetization on this modified
version are prohibited unless explicit permission is given.
5. Liability
The project is provided "as is", without warranty of any kind, express
or implied, including but not limited to the warranties of merchantability,
fitness for a particular purpose and noninfringement. In no event shall the
author or copyright holders be liable for any claim, damages or other
liability, whether in an action of contract, tort or otherwise, arising from,
out of or in connection with the project or the use or other dealings in the
project.
6. Contribution
All form of contribution on this project, let it be public or private,
will be under the Creative Commons 0 1.0 Universal (CC0 1.0) License.
7. Disclaimer
This License and its terms are subject to change and review at any time
by this project's author.