You where trying to force your personal license opinions on a project consisting of many individuals who had already agreed on a different choice. Are you truly surprised that the entire project did not decide to throw away their own license choice and shut out a large chunk of their own user base for the sake of one single developer?
Posted Sep 4, 2008 10:56 UTC (Thu) by sylware (guest, #35259)
[Link]
Hu? Where did you see I was *forcing* people? I used my mouth, not a gun or such. :)
I know, I would refuse BSD like code in my projects as they refused my GPL code. (MIT/public domain is fine since it is allowed to relicense under the GPL).
I understand them because I would do the same, period.
Then, I'm trying to code on the side of it, but for Linux (no cross kernel bloat) with the Linux GPL. It means I ate the bullet and I'm trying to work around the issue.
There are many aspects that can be shared despite the different open source models. For instance GPU hardware programming.
DRI, BSD, and Linux
Posted Sep 5, 2008 9:39 UTC (Fri) by liljencrantz (subscriber, #28458)
[Link]
My bad, 'force' was too strong a word.
My issue with your original comment was that the tone strongly implied to me that you where surprised, possibly even bitter about the DRM peoples refusal to accept your patches simply because doing so would have forced them to change their license and drop support for the BSDs. This comment makes it clear that this was what you expected all along.
On a side note, I'm surprised about how many people refuse to contribute to projects with the 'wrong licenses'. Sure, I understand that people have strong license opinions, I have them myself, but I will happily contribute to projects under any free software license, even ones that I consider suboptimal. Even GNU seems to take this stance, as they have at sponsored the development of flex, ncurses and various other non-gpled projects.
DRI, BSD, and Linux
Posted Sep 6, 2008 7:36 UTC (Sat) by rsidd (subscriber, #2582)
[Link]
Indeed, Stallman has written in support of the strategic value of using the BSD license in particular circumstances, for example, the Ogg Vorbis tools.
DRI, BSD, and Linux
Posted Sep 14, 2008 11:32 UTC (Sun) by eriwik (guest, #53902)
[Link]
"I know, I would refuse BSD like code in my projects as they refused my GPL code. (MIT/public domain is fine since it is allowed to relicense under the GPL)."
You seem to be under the misconception that the MIT license allows you to freely change the license while the BSD does not. This is not true, the difference between the new BSD and MIT license is the non-endorsement clause (the old BSD license also had the advertisement clause). Neither of them allow you to change the license.
DRI, BSD, and Linux
Posted Oct 5, 2008 15:43 UTC (Sun) by sylware (guest, #35259)
[Link]
sublicensing is explicit in the MIT license. Then I can fork the code and rebase the lot with the GPL.
I cannot sublicense with a BSD license, namely fork and get rid of the BSD license.