-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLICENSE
23 lines (17 loc) · 1.77 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
# Custom License for this Repository
## Notice
Contribution to this repository means that you are granting us rights over the code that you choose to contribute. If you do not agree to that, do not contribute.
## You CAN
- Fork and modify the code.
- Submit Pull Requests to this repository.
- Copy portions of this code for use in other project. (Like if you needed help with something and you used parts of this code in your project)
- Write your own code that uses this code as a dependency. (Obviously since this is a library)
## You CANNOT
- Redistribute this in its entirety as source or compiled code.
- Create or distribute code which contains 50% or more Functionally Equivalent Statements* from this repository.
- Attempt to or intend to claim partial or total ownership of the original or repackaged code and/or attempt to or intend to redistribute the original or repackaged code without prior express written permission from the owners (Xendric Interactive / Nulcheck / Tic-toc26). Basically saying, you can't redistribute this code and say you made it.
## You MUST
- Maintain a visible repository of your code which is derived from or copied from this code.
*A Functionally Equivalent Statement is a code fragment which, regardless of whitespace and object names, achieves the same result within the context of a Minecraft mod or addon. Basically you can't copy the code, rename the variables, add whitespace and say it's different. It's not.
Create mods using this library as a dependent if you want! If you see something that can be improved or a bug that we don't know how to fix, tell us. Submit a Pull Request! One thing: Don't steal please! An enormous amount of effort and time went into this and it's not ok for someone to take this and call it their own.
© 2017-2023 Xendric Interactive