Ask HN: My Open-Source project is on eBay. What should I do?
I just find out that my GPL'ed CNC software, CAMotics is being sold on EBay. The seller clearly made modifications and I don't see any way to access the modified source. Isn't this a license violation? Has anyone else had this happen to them?
https://www.ebay.com/itm/CNC-simulator-software-for-CAD-CAm-milling-machine-or-router/113808167909
Real software: https://camotics.org/
7 comments
[ 2.7 ms ] story [ 25.5 ms ] threadThey are allowed to take your code, modify it, and sell it.
If the CD they are distributing contains their modified code, or a link to where it can be downloaded, then I think they would be in the clear.
I don't mind so much someone selling my software on a CD. What I do mind is that they changed the name to trick the buyer. Perhaps I should be using a different license.
I'm not aware of an open source license that prevents someone from renaming the software to whatever they want.
That depends. If people who buy "their" software get the modified source along with it, and it's also under the terms of the GPL, then they are compliant AFAIK. They can also just put up a link to download the source, but IIRC, that's not required if it's shipped with the CD (or whatever kind of media they are distributing).
OTOH, if they are really complying and releasing their patches under the GPL, you could spend the $19.00 to buy one of their distributions, then turn around and put their patches back into your base software if you wanted to.