Linked by Thom Holwerda on Thu 26th Jul 2007 20:31 UTC, submitted by poundsmack
Thread beginning with comment 258508
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[4]: FYI for Share Source Licenses
by Almafeta on Thu 26th Jul 2007 23:21
in reply to "RE[3]: FYI for Share Source Licenses"
So what does "integrated with" mean? Person B can modify and redistribute for free, but if it is "integrated with", he cannot. What does that mean? (serious question)
Person B can distribute what they created. For example, if they created "foo.dll" that replaces Person A's "foo.dll", then they can distribute it for free. They can't redistribute what person A created directly -- unless, of course, person A allows it. An example is a free software extension for a commercial program; they both might be based on some shared MsPL code, but while B may choose to release their program for free, A may choose to sell theirs. It's their choice.
A notable distinction of the MsPL is that it's intended to give freedoms to the enduser, not to give freedoms to the license's owner (Microsoft). The MsPL's requirements are (1) leave attribution intact, (2) accept that there are no guarantees, (3) use the MsPL if you choose to distribute the source code (you are not required to do so), (4) let other users use your patents, and (5) don't bring patent cases against other MsPL users. In everything else, it's up to the enduser what they want to do with the license. No mandatory redistribution, no vaguely worded guidelines about relicensing 'derived works', no forbiddances over use, nothing of that nature. Heck, if you don't choose to release the source code, you don't even have to release it under the same license, as long as you follow the terms of Microsoft's license.
(Between my current position, and my former position as my company's OGL expert, I'm entirely too familiar with license law and looking for double meanings in licenses. Bleagh.)
Edited 2007-07-26 23:22 UTC
RE[5]: FYI for Share Source Licenses
by Valhalla on Fri 27th Jul 2007 00:23
in reply to "RE[4]: FYI for Share Source Licenses"
Almafeta wrote:
-" A notable distinction of the MsPL is that it's intended to give freedoms to the enduser,"
no, obviously MsPL gives freedoms to the distributor, not the end user. the distributor may choose not to include the source code which denies the end user the chance to alter the program to suit his needs. this seems like a BSD-style licence with added patent and licence compliance clause for binary or object code distribution.







Member since:
2005-07-06
So what does "integrated with" mean? Person B can modify and redistribute for free, but if it is "integrated with", he cannot. What does that mean?
(serious question)