I wondering if a developer released code under a GPL License and a Proprietary License, and modifications were made to the GPL License copy by others, could the original author take those modifications and add them the Proprietary version?
|
|
|
Short answer: No, he can't since the modifications are released under the GPL. You would have to discuss a license change with the developer who holds the copyright for the modification, i.e., the one who wrote it. |
|||
|
|
|
No, the modified code is licensed under GPL and not solely owned by you. You can't add any proprietary version to it unless all the other authors agree. Otherwise, there is no point using GPL, GPL would be just an easy way for free labor. |
|||
|
|
|
In general, no. Or at least if he does, he'd be better off keeping quiet about it. Unless of course an exception was explicitly stated in the license for the GPL version, but then it's not really released under the GPL License, strictly speaking. Assuming no such exception was present in the licensing terms, then any new code submitted is GPL'ed code and thus not (legally) compatible with the proprietary version. I'd suggest that this developer learn from his mistake and choose a more permissive license in the future, such as an MIT- or BSD-style license. |
|||||
|
|
No, not by default. The GPL does not offer others to put GPL'ed code under a proprietary license. That would mean that the changes would become non-free. The GPL has been created to ensure the freedom of software instead so that the software remain free for all of it's users. |
|||
|
|
