|
|
|
|
|
by yolo42
2385 days ago
|
|
I should have thought about GPL when I released the code.
But, that boat has sailed.
Could they change the license later on if it is initially GPL?
I'm thinking about the next project that I'll be doing so that I don't repeat the same mistake. |
|
A huge part of that is how to structure an open source project so that it can't be taken from the community. Basically a combo of GPL and taking community contributions without having them assign copyright to you is the most full proof way to keep something open source.
To answer your question, if they own everything they can relicense it any way they see fit. Only by having your code mixed with others' that you don't own can you practically protect it from forced relicensing.