Linked by Thom Holwerda on Thu 1st Feb 2007 14:41 UTC, submitted by Oliver
Thread beginning with comment 208144
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Miss-information
by Moulinneuf on Thu 1st Feb 2007 23:44
in reply to "RE[2]: Miss-information"
"Unless explicitly performed, the GPL-licensed project does not share back with the BSD-licensed project."
I wonder where all those software BSD got lately come from with such name like KDE , GNOME , XFREE , X.org , it must be all paid and bought and contributed by BSD ( not at all )...
Reality GPL contribute to BSD all the time , on purpose or not , and BSD is not even contributing to itself.
News
Linked by Thom Holwerda on 05/22/13 22:23 UTC
Linked by Thom Holwerda on 05/22/13 13:38 UTC
Linked by Thom Holwerda on 05/22/13 13:30 UTC, submitted by JRepin
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
More News »
Sponsored Links



Member since:
2005-06-29
(Incidentally, this touches on one of the points that I don't really understand about the BSD community -- the idea that Linux "steals" their code. If you release something under the BSD licence, then you're saying anybody can use it for any purpose they like. It's a bit rich to then turn round and complain when a Linux developer does exactly that.)

Here are my thoughts of why it possibly bothers people. People may disagree with them, but it does not stop how others may feel. There are probably other reasons this bothers other BSD-licensed project developers that I do not recall nor am aware.
The BSD license allows sharing to everyone regardless of what they do with it. If a branch of the source is closed, then that is in essence a dead branch to the original project. If the source is wrapped within the GPL, then it becomes a competitor to the original project based on the license instead of the direction.
Unless explicitly performed, the GPL-licensed project does not share back with the BSD-licensed project. It is all one-way. The reason this does not feel good to the people in the BSD-licensed project is that it feels like the GPL-licensed project is only there to replace them. Since both are open-source and need developers, they compete for developers from the same pool.
As for the closed-source project, it will either diverge away silently (at least to the open-source community), die or share source back with the original project just to make it easier to merge changes later back into their branch. Regardless of the direction, it will not be competing for open-source developers.
If the GPL-license branch had stayed BSD-licensed, then the only competition would have been on the features and/or lack of bugs between the two projects. It does not feel like you are competing against yourself plus others when you are able to incorporate source from the other project into yours. The reason this is not a bother with closed-source projects is that they rarely (if ever) kill off the open-source project even with an MIT, BSD or Apache license. OpenSSH and Apache are good examples. mod_ssl actually killed off the closed-source competitor of it.
The time--it really has been that long ago?--I recall about the BSD community complaining about the Linux community "stealing" was actually due to a copyright violation by a developer who ripped the copyrights of some header files in the FreeBSD source. Here http://slashdot.org/bsd/01/09/24/1432223.shtml is mention of it.
BUGS
I ramble a lot.