|
1 | | -## UCT License, Monetization, and Copyright Notice |
| 1 | +## License, Monetization, and Copyright Notices |
2 | 2 |
|
3 | | -Before using **Undertale Changer Template**, please make sure to understand the following: |
| 3 | +Before using **UCT (Undertale Changer Template)**, please be aware of the following: |
4 | 4 |
|
5 | 5 | --- |
6 | 6 |
|
7 | | -### 1. About the Open Source License (GNU GPLv3) |
| 7 | +### 1. About the Open Source License (Apache 2.0) |
8 | 8 |
|
9 | | -The UCT project is licensed under the **GNU GPLv3 open source license**, which is a free software license with a strong "copyleft" nature. Please pay special attention to the following: |
| 9 | +The UCT project **was previously licensed under the GNU GPLv3 open source license**, but has now been uniformly licensed under **Apache License 2.0**. |
10 | 10 |
|
11 | | -**According to the terms of the GNU GPLv3 license:** |
| 11 | +**Note:** |
12 | 12 |
|
13 | | -- **You are allowed to:** |
14 | | - - Use, study, and modify the project freely; |
15 | | - - Develop privately without the need to open source your code; |
16 | | - - Use the project for commercial purposes (including paid games, additional services, etc.) as long as you comply with GPLv3. |
| 13 | +* The GPLv3 license of the older version of UCT still applies to historical versions; |
| 14 | +* The Apache 2.0 license described in this note is effective as of version v1.0.7 and applies to the latest released project files and updates. |
17 | 15 |
|
18 | | -- **You must comply with:** |
19 | | - - Once you release the project (code or finished product), you must also release the corresponding source code; |
20 | | - - Any modifications or extensions of this project must be released under the GPLv3 license; |
21 | | - - You cannot restrict others from using, modifying, or redistributing your code. |
| 16 | +**According to the Apache 2.0 License:** |
22 | 17 |
|
23 | | -**Important Note:** |
| 18 | +* **You may:** |
24 | 19 |
|
25 | | -> **While GPLv3 allows commercial use, if your project contains any elements from Undertale (such as characters, art, music, story, etc.), it will be considered a derivative work of Undertale.** |
26 | | -> **You may not use such works for profit or commercial purposes without explicit permission from the original creator, Toby Fox.** |
| 20 | +* Freely use, study, and modify this project; |
| 21 | +* Use this project for personal or commercial projects, including closed-source or paid applications; |
| 22 | +* Copy, distribute, or otherwise sublicense the code without inheriting the Apache 2.0 license. |
27 | 23 |
|
28 | | -This includes, but is not limited to: |
| 24 | +**You must comply with the following:** |
29 | 25 |
|
30 | | -- Selling the finished product or charging fees; |
31 | | -- Earning revenue through ads, in-app purchases, sponsorships, etc.; |
32 | | -- Publishing the work commercially on any platform. |
| 26 | +* Preserve this LICENSE file and copyright notice; |
| 27 | +* If you modify the original file, you may indicate the modifications in the file or documentation; |
| 28 | +* Comply with the patent license terms and disclaimer in Apache 2.0. |
33 | 29 |
|
34 | | -**In short:** |
| 30 | +**Special Note:** |
35 | 31 |
|
36 | | -> **GPLv3 permits open source and commercial use, but Undertale’s licensing restrictions take precedence over the GPL terms. Derivative works cannot be monetized unless authorized by the original creators.** |
| 32 | +> While the Apache 2.0 license permits commercial use, if your project includes any original Undertale elements (such as characters, art, music, plot settings, etc.), you must still abide by the copyright provisions of the original work and may not profit from or commercially exploit them in any way without the formal authorization of Toby Fox. |
37 | 33 |
|
38 | | -> **Under GPLv3, if you "release" a derivative work based on UCT containing Undertale elements, you must also release the source code and allow others to freely use it.** |
| 34 | +This includes, but is not limited to: |
39 | 35 |
|
40 | | -> Reference: [GNU GPLv3 Explanation](https://www.gnu.org/licenses/gpl-3.0.en.html) |
| 36 | +* Selling finished products or charging fees; |
| 37 | +* Profiting through advertising, in-app purchases, sponsorships, etc.; |
| 38 | +* Distributing commercially on any platform. |
41 | 39 |
|
42 | 40 | --- |
43 | 41 |
|
44 | | -### 2. About Undertale Derivative Works and Copyright Issues |
45 | | - |
46 | | -Please note that UCT is a tool template designed specifically for **Undertale derivative works**, and its core is built on replicating the mechanics of the original game. |
| 42 | +### 2. Regarding Undertale Adaptive Creations and Copyright |
47 | 43 |
|
48 | | -- **The copyright of Undertale belongs to its creator, Toby Fox.** |
49 | | -- This project is a **non-official fan project**, intended only for educational, research, and non-commercial use. |
| 44 | +Please note that UCT is a tool template designed specifically for **Undertale Adaptive Creations**. Its core is based on the restoration of the original work's mechanics. |
50 | 45 |
|
51 | | -Unless you have formal authorization from Toby Fox, **you may not use works containing Undertale elements (such as characters, music, art, story, etc.) for any commercial purposes**, including but not limited to: |
| 46 | +** The copyright of Undertale belongs to the original author, Toby Fox. ** |
| 47 | +* This project is an **unofficial fan project**, intended for learning, research, and non-commercial creation only. |
52 | 48 |
|
53 | | -- Selling or charging fees; |
54 | | -- Publishing for profit on platforms; |
55 | | -- Monetizing through ads or paid content. |
| 49 | +Unless officially authorized by Toby Fox, **you may not use works containing elements of Undertale (such as characters, music, art, plot, etc.) for any commercial purpose**, including but not limited to: |
56 | 50 |
|
57 | | ---- |
58 | | - |
59 | | -### 3. About the Licensing for Code that Only References Portions of the Template (Not Involving Undertale Content) |
| 51 | +* selling or charging a fee; |
| 52 | +* distributing them on platforms for profit; |
| 53 | +* monetizing them through advertising or paid content. |
60 | 54 |
|
61 | | -The UCT project as a whole is licensed under the **GNU GPLv3**, but as the original author of the template, I would like to add the following licensing terms: |
| 55 | +-- |
62 | 56 |
|
63 | | -> **If you only reference the code structure, functional implementation, or logic in this template and your final project does not contain any Undertale-related content or directly reuse files or resources from this project, then such usage is not subject to the GPLv3 restrictions.** |
| 57 | +### 3. Regarding Licenses for Reference Code (Not Involving Undertale Content) |
64 | 58 |
|
65 | | -To encourage learning and creation, we offer the following **additional license** for such "reference-only" use: |
| 59 | +The entire UCT project is currently released under the **Apache 2.0 License**. However, as the original author of the template, I would like to add the following: |
66 | 60 |
|
67 | | -> **Under the above conditions, the related code can be considered as licensed under the MIT license, allowing you to freely use it for personal or commercial projects without the need for attribution or source code disclosure.** |
| 61 | +> **If you only reference the code structure, functional implementation, or logical ideas in this template, and your final project does not contain any Undertale-related content or directly reuse files or resources from this project, then your use fully complies with Apache 2.0 and you may freely use it in personal or commercial projects. ** |
68 | 62 |
|
69 | 63 | Please note: |
70 | 64 |
|
71 | | -- If your project does reuse original files, modules, or the overall structure from this template, you must still comply with the GPLv3 license; |
72 | | -- If your project contains Undertale-related content (such as characters, music, or story), please refer to the previous section on derivative works. |
| 65 | +* If your project reuses the original files, modules, or overall structure from this template, you must comply with the Apache 2.0 copyright notice and modification notice requirements. |
| 66 | +* If your project includes content related to the original Undertale work (such as characters, music, or plot), please refer to the above instructions regarding secondary creation. |
73 | 67 |
|
74 | | ---- |
| 68 | +-- |
75 | 69 |
|
76 | | -If you need further clarification on whether your project usage complies with the above licensing terms, feel free to add notes during development or directly contact me. |
| 70 | +If you need further confirmation that your project's use complies with the above license, please add a note during development or contact me directly. |
77 | 71 |
|
78 | | -We encourage creativity, advocate for fair use and sharing, and hope to assist more developers in realizing their ideas while respecting the spirit of open source and the copyright of the original creators. |
| 72 | +We encourage creativity and promote fair use and sharing. We also hope to help more developers realize their creativity while respecting the spirit of open source and the copyright of the original work. |
0 commit comments