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
This document is a summary of the license terms. For the full terms please see the [actual license](LICENSE).
5
4
6
-
There are two licences that cover the various Amulet codebases.
7
-
1) The Amulet Map Editor License
8
-
2) The Amulet Library License
9
-
10
-
The former applies to the code that makes up the user interface (this repository) and the bundled form of the program and the latter applies to a number of libraries that Amulet uses.
11
-
12
-
This summary will only cover the former. See the libraries for the latter.
5
+
The license covers the use of the program by end users and the use of our code by other code.
13
6
14
7
## Motive
15
-
We want everyone to be able to use and contribute to Amulet, however developing the program costs money.
16
-
Pathway are currently sponsoring the project but we need to design the licence to leave open potential income sources.
8
+
We want everyone to be able to use and contribute to Amulet, however development costs money.
9
+
The license is designed to be as open as possible while still protecting our investment in the project.
17
10
18
11
## License Summary
19
-
- The program is free to use for non-commercial users.
20
-
- The program is free to use for purely educational commercial purposes.
21
-
- If your use case does not fit in the above you should chat to us about a commercial licence.
12
+
- The program and code are free to use for non-commercial users and purely educational commercial purposes.
13
+
- If your use case does not fit in the above you will need to purchase a commercial license.
22
14
- You are allowed to modify the code however you wish and submit changes to us if you like.
23
-
- You are not allowed to redistribute our code unless explicitly licenced to allow otherwise.
24
-
15
+
- You are allowed to use and redistribute our code provided that you are not competing with us. You must make it clear that you are using our code but that you are not affiliated with us.
16
+
- You are not allowed to use or modify our code in a way that violates a third party's license, terms or copyright.
25
17
26
18
## Frequently Asked Questions
27
19
28
20
### Am I allowed to use Amulet to edit my world?
29
21
30
-
You can use Amulet for free as long as:
31
-
- You are not making money using Amulet.
32
-
-You are not making money from the content made using Amulet.
22
+
You can use Amulet for free as long as you are not making money using Amulet or from content made using Amulet.
23
+
24
+
You may not use Amulet in a way that violates a third party's license, terms or copyright.
33
25
34
26
### Can I make money using Amulet in an education setting?
35
27
You are allowed to use Amulet for free and make money if your usage is purely educational.
@@ -42,31 +34,31 @@ Any content (eg. worlds or structures) created during that time must be used sol
42
34
43
35
### Can I make money using Amulet?
44
36
45
-
Commercial usage includes getting paid to use Amulet and the manufacture of content (eg. worlds or structures) that is later monetised.
37
+
Commercial usage includes getting paid to use Amulet and the manufacture of content (eg. worlds or structures) that are later monetised.
46
38
47
-
If you are using Amulet in a commercial setting that does not fit into the educational exception then you should contact us about a commercial licence.
39
+
If you are using Amulet in a commercial setting that does not fit into the educational exception then you must purchase a commercial license.
48
40
49
-
### Can I redistribute or rehost your code?
50
-
No. Unless the code is explicitly licensed to allow otherwise, you cannot redistribute or rehost any code from Amulet.
41
+
### Can I distribute or rehost your code?
42
+
You may distribute or rehost our code, but it must remain under the same license and have the following copyright notice.
51
43
52
-
This includes the code in both source and compiled forms.
44
+
`Copyright Amulet Team. (https://www.amuletmc.com/)`
53
45
54
-
The only exception to this is forking the original repository on Github with the aim to modify or improve on the code.
46
+
It must be clear to anyone that receives the code or application containing the code that it is written by us and that you are not affiliated with us.
55
47
56
-
Some files (such as editor operations) are released under the MIT licence to allow redistribution. These files will have the MIT licence at the top of the file.
48
+
We request, where possible, that you use the versions of the code that we host on pypi instead of distributing it yourself.
57
49
58
50
### Can I modify any part of Amulet?
59
-
You are allowed to modify Amulet however you like.
51
+
You are allowed to modify Amulet however you like provided it does not violate a third party's license, terms or copyright.
60
52
61
-
If you want to make improvements we accept code submissions through pull requests.
53
+
If you want to make improvements to our code we accept code submissions through pull requests on Github.
62
54
63
55
### Can I make and sell plugins for Amulet?
64
-
Plugins are extensions to Amulet. 3D Editor Operations are an example of plugins for Amulet.
56
+
Plugins are extensions that add features or functionality within our application ecosystem.
65
57
66
-
Operations are programs that can be run from within Amulet Map Editor in the operations tab of the 3D editor.
58
+
3D Editor Operations are an example of plugins for Amulet.
67
59
68
-
You are allowed to make, distribute and license your operations however you wish.
60
+
We wavie the noncompete and noncommercial clauses for plugins that exist within our application ecosystem.
69
61
70
-
You are also allowed to make money through the sale or licensing of your operations if you wish.
62
+
This means you are allowed to make, distribute, compete and license your plugins however you wish.
71
63
72
-
Your operations can call Amulet code but may not directly include any Amulet code unless licenced to allow redistribution.
64
+
You are also allowed to make money through the sale or licensing of your plugins if you wish.
0 commit comments