Wikipedia has a good "Permissive versus Copyleft opinions" section.If you want to give your software away for free, use BSD. If you want to share your software, use the GPL.
killasmurf86 said:you can make BSD licensed software commercial product. You can't that with GPL
SirDice said:You can with the GPL (look at several netgear products). The difference is that any derived product of GPL'ed software needs to be open source and available. This isn't the case with the BSD license.
oliverh said:Surely, you can take BSDL software, do some in-house development and hide it, but that's the only thing you can actually do. If you're using GPL software you have to show the changed code too.
OJ said:If you want to give your software away for free, use BSD. If you want to share your software, use the GPL.
GPL: Software is free to spread. BSD: You are free to use.mfaridi said:I want start understanding different between BSD license and Linux license
please tell us different only in one line
How am I supposed to learn anything from that????? I would be grateful if you would explain a little more succinctly.crsd said:Damn FUD.
OJ said:How am I supposed to learn anything from that????? I would be grateful if you would explain a little more succinctly.![]()
CodeBlock said:Inaccurate. The GPL only applies if you release the changes at all. If it's in-house and you never release it, that is fair and legal. However if you ever decide to release it, you must do so as GPL.
That said, I release all my stuff as BSDL, because I just don't like copylefts. I use GPL software (GNU screen, because I can't grasp onto tmux), weechat, etc., but for my own software I release it as BSDL.
Not even the Author. Once the source code has been released under a licence that lacks a revocation clause (like BSD), the code is out there, and cannot be closed by anyone.oliverh said:>they cannot close the source or aim for making that almighty dollar
Two big errors in reasoning:
1.) nobody can close the source, the author only can do so.
2.) everybody can sell GPL software
robbak said:Not even the Author. Once the source code has been released under a licence that lacks a revocation clause (like BSD), the code is out there, and cannot be closed by anyone.