Find the right copyleft code license for our project goal #3
Labels
No labels
bug
design
feature
high priority
legal
low priority
medium priority
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charlie/AUTOTANK#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Our biggest goal of this project is to share our knowledge and findings with the world. Therefore, we must find the proper copyleft license that will foster sharing and potential for improvement of our work. GPL is definitely worth looking into.
Something to consider: if our grabbable UI works out, I was hoping to contribute back to Godot XRTools. They use an MIT license, which could be an issue if we use something like GPL that requires the same license to be shared. We could also just license the code for the UI as MIT and the rest with GPL and CC.
https://choosealicense.com/licenses/
An ideal site for comparing the various available licenses.
https://choosealicense.com/licenses/agpl-3.0/
The GNU AGPL v3.0 seems to be the best options so far due to its "Network use is distribution" condition.
Succesfully added AGPL v3.0, issue resolved.