Revise license terms#287
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
Revises the project license to allow redistribution, collaboration, and modification of the codebase, while still restricting commercial use of the software.
Previously, the license prohibited redistribution entirely, which made open collaboration difficult. This change makes the project easier to contribute to and share.
Solution
The license has been rewritten to introduce clearer and more practical terms.Changes include:
1. Redistribution Allowed
The previous license explicitly prohibited redistribution. This revision enables redistribution.
2. Non-Commercial Restriction Maintained
Commercial use of the software and derivative software is still prohibited without permission.
Note
This will be revised further in the future to allow commercial use, but until then, this clause will be maintained.
3. Content Creation Allowed
The license explicitly allows creating tutorials, videos, blogs, documentation, or reviews about the engine, even if those generate revenue.This ensures educational and media content about the project is not restricted.
4. Share-Alike Requirement
Derivative works must be distributed under the same license.
5. Clear Attribution Requirement
All copies or derivative works must include:
Showcase
No code changes are introduced. This change only affects the project licensing terms.
Migration guide
No action required for users.
However:
Checklist