Linked by Thom Holwerda on Thu 8th Jan 2009 00:15 UTC
GNU, GPL, Open Source Thanks to SGI, a potential disaster for Free software purists has been averted. Back in January 2008, it was discovered by the OpenBSD guys that some of the contributions to X.org and the Mesa 3D Graphics Library made by SGI were covered under permissive open source licenses that didn't fall within FSF's definition of Free software. The FSF Compliance Lab worked with SGI to resolve the issue, and they succeeded.
Thread beginning with comment 342768
To view parent comment, click here.
To read all comments associated with this story, please click here.
segedunum
Member since:
2005-07-06

The funny part is that you if ask him about sources for his claims he failes to deliever.

Well............... X.org is certainly one example. The number one reason why more permissive licenses like MIT, BSD or even the LGPL tend to be used is because of linking to proprietary software. There really isn't any other reason you can come up with. People are certainly free to do that, but the net effect is that developers using your code tend to go off and write their own code somewhere else that could be used to move the project much further forwards. Would we really have the number of drivers we do in the Linux kernel without the GPL?

All you have to do is look around at various 'open source' projects, look at their main licenses and look at how much code is going into them. GPLed projects tend to have quite a bit more code going into them versus their more liberally licensed counterparts, and they, like X.org, are tending to struggle to attract code contributions and long-term contributors. It's a snowball effect.

Reply Parent Bookmark Score: 4

renox Member since:
2005-07-06

[[The number one reason why more permissive licenses like MIT, BSD or even the LGPL tend to be used is because of linking to proprietary software. There really isn't any other reason you can come up with.]]

There is another reason: compatibility, the more permissive license you use, the less license incompatibility mess there is (GPLv2 isn't even compatible with GPLv3!).

As for the proprietarisation of MIT/BSD code, this doesn't always happen: the OpenBSD and FreeBSD OS seems to have a working ecosystem, sure they're less popular than Linux, but is the license the reason?

It's not possible to isolate the reason: The Hurd was a failure even though it is GPL licensed..

Reply Parent Bookmark Score: 2

segedunum Member since:
2005-07-06

There is another reason: compatibility, the more permissive license you use, the less license incompatibility mess there is

License compatibility is a fairly weak argument for using a license, and it isn't going to make your software better or encourage more contributions.

As for the proprietarisation of MIT/BSD code, this doesn't always happen: the OpenBSD and FreeBSD OS seems to have a working ecosystem, sure they're less popular than Linux, but is the license the reason?

Given that BSD in one form or another has been around for longer than Linux, you'd have to say yes. The GPL makes everyone contributing to the Linux kernel know that they're on a level playing field. If you contribute something then even your competitors need to contribute back if they want to have any influence. This takes any political guesswork out of contributing. Well, most of it anyway.

With a BSD (or more 'liberal') licensed kernel is a hardware manufacturer going to work on open source drivers, or contribute in a big way to major kernel subsystems when a rival can just plug in a proprietary extension and sell that? I very much doubt it. Without the GPL it is very much a "Who is going to blink first?" scenario.

It's not possible to isolate the reason: The Hurd was a failure even though it is GPL licensed..

Hurd has become unnecessary because people were already using something else at its inception and it isn't inherently better in any way to anything else. No license can help you with that.

Reply Parent Bookmark Score: 2