Earlier quoted context omitted.
As p4bl0 pointed out though, if your license isn't being violated then you have no claim here, they're obeying the law and your takedowns are not valid.
They are relicensing my software: Regular License - $13.99 The regular license allows the use of the purchased item in a project for either personal or commercial uses, without the payment of any further fees or charges after the initial download cost. The regular license gives you the right to use the purchased items within 1 project of your own or on behalf of a client (commercial, personal, or non-profit). You or…
Plagiarism of my open source app ChatSecure
31–40 of 83 posts
Re: Plagiarism of my open source app ChatSecure
#32Seems like a pretty reasonable response to me. More importantly, I wonder how frequently this happens - pulling down an open-source project and trying to sell it elsewhere?
Re: Plagiarism of my open source app ChatSecure
#33If you didn't download it, how do you know (s)he removed mentions of your name, and the BSD license mention? Because if those things are still there, what (s)he is doing is perfectly legal and fine. I see two things that you could do (in addition to the DMCA if the BSD license was actually not respected): - Selling it yourself cheaper than (s)he is (since anyway you weren't counting on making any money with it) with…
I shouldn't have to pay money to find out if my license is being violated. Honestly, I don't even care that they are selling the code, I just care that they are representing my work as their own.
Releasing BSD code quickly turns into repackaging of the code by people who are more interested in money than coding. Next time do research on the licenses that are available before you pick one. I recommend the GPL, despite the FUD about how you can make a 'livelihood' off of it, which I somehow find easier to imagine than you being happy with this person piggybacking.
Re: Plagiarism of my open source app ChatSecure
#34This guy wouldn't have started selling your thing is it wasn't clear that it's something that people will pay for. Your first reaction when you hear that he's making money off of it shouldn't be how to stop him. It should be "Wow. I could be making money off of this.
My advice:
- Don't worry about this guy.
- Put a price on your product
- Stop giving away the source
- Improve it until your "competitor" fades away
There's no rule saying that you have to give your work away as open source. And as you've demonstrated, there's also no rule that if you give your work away for free, somebody else won't notice its value and sell it in your place.Re: Plagiarism of my open source app ChatSecure
#35Hey, author of ChatSecure here. Has anyone else experienced plagiarism of their open source software? This guy was almost insultingly lazy and didn't even bother to use a different logo or obfuscate the code.
Re: Plagiarism of my open source app ChatSecure
#36Earlier quoted context omitted.
The whole point of a BSD licence is that I am allowed to redistribute it (with my changes optional) under more restrictive or closed source terms. This is what you explicitly allowed him to do by offering that licence. If you want copies and derivatives to remain open source always, then use GPL - which adds a list of restrictions for redistribution.
Still, it needs to retain the copyright notice and credit the original author. What the plagiarist in this case did is use it as if it was Public Domain.
BSD doesn't force you to put the copyright notice and credit in the app description page.
Re: Plagiarism of my open source app ChatSecure
#37Earlier quoted context omitted.
The whole point of a BSD licence is that I am allowed to redistribute it (with my changes optional) under more restrictive or closed source terms. This is what you explicitly allowed him to do by offering that licence. If you want copies and derivatives to remain open source always, then use GPL - which adds a list of restrictions for redistribution.
Still, it needs to retain the copyright notice and credit the original author. What the plagiarist in this case did is use it as if it was Public Domain.
* If one really doesn't like things like this to be within the grounds of the copyright, don't use BSD. Use GPL.
* On the other hand, what odds are there that the GPL will be reliably enforced against such small fry actors? Maybe you are best choosing a license based on what makes the most sense for the project's advancement anyway.
Re: Plagiarism of my open source app ChatSecure
#38Earlier quoted context omitted.
As p4bl0 pointed out though, if your license isn't being violated then you have no claim here, they're obeying the law and your takedowns are not valid.
They are relicensing my software: Regular License - $13.99 The regular license allows the use of the purchased item in a project for either personal or commercial uses, without the payment of any further fees or charges after the initial download cost. The regular license gives you the right to use the purchased items within 1 project of your own or on behalf of a client (commercial, personal, or non-profit). You or…
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Re: Plagiarism of my open source app ChatSecure
#39Also, note that the plagiarist's derivative software can be under any license of his choice, be it commercial, non-commercial or personal. He is free to include / modify your source code and sell it under a different license of his choice -- the only restriction being that your name must appear in those parts of his source code you have written. Unless you buy his product and confirm that he has removed your name, you can't do anything.
Remember that BSD license roughly means public domain with copyright notice preservation. That's all. It doesn't restrict anything else.
Re: Plagiarism of my open source app ChatSecure
#40I think you're missing an important lesson here: Your product is more valuable than you think. This guy wouldn't have started selling your thing is it wasn't clear that it's something that people will pay for. Your first reaction when you hear that he's making money off of it shouldn't be how to stop him. It should be "Wow. I could be making money off of this. My advice: - Don't worry about this guy. - Put a price on…