OSI Asks Microsoft to Change the MS-PL
Xenographic writes "The OSI has identified two significant flaws in the Microsoft Permissive License, and is unlikely to approve it as an OSI license in its current state. Specifically, the OSI is worried about the way the MS-PL is incompatible with so many other OSI-approved licenses and how misleading that makes the term 'permissive' in the license's name. Now the ball is in Microsoft's court and they can choose to amend or withdraw it from consideration. From the article: 'The MPL is also particularly restrictive, and is uniquely incompatible with the maximum number of other open-source licenses, [president of OSI Michael Tiemann] said, noting that in its examination of license proliferation, the OSI had encouraged experimentation with license terms to encourage new ones to be written that were better than what currently existed.'"
Because you can't say that a given license is either more or less permissive than any other. It's not a total order. Take GPLv2 and GPLv3 for example. If either of them were strictly more permissive, you would be able to relicense from one to the other. But you can't since the GPLv3 prohibits you from using patents to close off the code, and GPLv2 prohibits you from adding any new probihitions. Or take the XFree86 license and GPLv[2-3]. The XFree86 license requires attribution to a greater extent than the GPL, while GPL requires other things that the XFree86 license does not. Neither can be said to be "more permissive", because they require and allow different things.
Public Domain isn't a license. It just means you release something without claiming a copyright at all.
Want to hear the voice of GOD? cat
The snag is right here.
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
This is where the incompatible part is. GPL and other govern only distribution not usage. Here is relevant part of GPL
This License explicitly affirms your unlimited permission to run the unmodified Program.
Now that is what I call Permissive. MS-PL is not a license it is a EULA. It is not permissive.
Other than that, I am actually surprised at how Open this "License" is. Baby Steps to open source. I particularly like this bit, which I thought I'd never see from MS.
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
Under Conditions and Limitations:
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
Great First Draft. Tiny bit of tweaking and I would not shy away from code covered under this license.
OSGGFG - Open Source Gamers Guide to Free Games
Source:
(Excessive linkage in the original preserved.)
So, as you can see, GPLv3 is Apache-compatible, GPLv2 is NOT.
This space for rent.
You mean like this
http://www.petefreitag.com/item/533.cfm
or http://pgl.yoyo.org/lqr/
or http://www.croftsoft.com/library/tutorials/opensource/
or http://www.codinghorror.com/blog/archives/000833.html
All found with a very cursory Search on Google. If these are not enough you could always open a little program called OpenOffice and create one. Given how many of the above are crosslinked, You could find any number of people to host it.
I think though the proper place for your chart is probably at OSI itself
OSGGFG - Open Source Gamers Guide to Free Games
That is a ridiculous claim. Liability would be subject to license terms. Under no circumstances would you be able to sue a GPL author based on the assumption that you did not agree to the terms of the licence under which it was distributed.
The free to use clause is there to protect you from the author saying you were using his software illegally. It was distributed to you under the terms of the license. You cannot say it wasn't just because you disagree with the license. Under those terms there is no Liability. See post above.
OSGGFG - Open Source Gamers Guide to Free Games
The mentions of that I see is no problem. Section 5 of the GPLv3:
(Emphasis added.)
What are those additional permission? Oh! They're extras that can be added or removed as needed. You know, like if you want to combine some Apache license code with the GPLv3:
Here's the GPLv3. Here's the GPL compatibility matrix.
If you want to say they're incompatible, even though actual lawyers see no problems with compatibility, by all means, show us the problem, but I'm going to want to know what legal authority you base it on.
Perhaps the law should make sense, but it doesn't. That's why smart people hire lawyers for their legal opinions, rather than reading the laws and making up their own mind about what they mean.