Linked by Thom Holwerda on Wed 19th May 2010 16:28 UTC, submitted by bnolsen
Thread beginning with comment 425452
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]: Someone will complain
by Bill Shooter of Bul on Wed 19th May 2010 19:21
in reply to "RE[2]: Someone will complain"
RE[3]: Someone will complain
by Valhalla on Wed 19th May 2010 20:40
in reply to "RE[2]: Someone will complain"
BSD-style licenses are good for infrastructure code that sits below applications (codecs, network stacks, protocols, dictionaries, libraries, etc). Things that you want multiple groups to pick up, and to include in their products, to improve interoperability and compatibility. Does it really matter if MS or Apple or Foo Inc takes the code, sticks it in Widget Y, and then sells it? No. It's better they took this code then wrote their own from scratch causes all kinds of incompatilities.
GPL-style licenses are better for end-user applications where you differentiate yourself from the competition (web browsers, word processors, mail clients, etc).
BSD-style licenses get the code out there and used by everybody to build bigger and better things. And GPL-style licenses keep those bigger and better things "open" and "free".
That sums up the way "I see it" aswell. Quoted for full agreement.




Member since:
2005-07-11
BSD-style licenses are good for infrastructure code that sits below applications (codecs, network stacks, protocols, dictionaries, libraries, etc). Things that you want multiple groups to pick up, and to include in their products, to improve interoperability and compatibility. Does it really matter if MS or Apple or Foo Inc takes the code, sticks it in Widget Y, and then sells it? No. It's better they took this code then wrote their own from scratch causes all kinds of incompatilities.
GPL-style licenses are better for end-user applications where you differentiate yourself from the competition (web browsers, word processors, mail clients, etc).
BSD-style licenses get the code out there and used by everybody to build bigger and better things. And GPL-style licenses keep those bigger and better things "open" and "free".