Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Where can I find an authoritative overview of open source licences? Book, website, or whitepaper.

share|improve this question

3 Answers

up vote 6 down vote accepted

Open Source Licensing by Lawrence Rosen. It's free electronically and available in hardcopy. A very good overview of open source licensing in plain english from a lawyer who knows the subject.

One thing I like about the book is the way he divides licenses up into "reciprocal licenses" (GPL, MPL, CPL) and "non-reciprocal licenses" (MIT, BSD, AFL). He takes this high-level categorization approach in other areas as well. The mental model he provides was quite helpful for me as I waded through the sea of available licenses.

His analysis of GPL/LGPL and the subject of "linking" should be must-reading for anyone thinking about going with a GNU license.

share|improve this answer

OSI approved licenses: the OSI approves licenses for them to be called "open source". You can find all of them on their site, which probably is the most authoritative source. Another nice resource is GNUs view on licenses, as they have more strict standards.

share|improve this answer
Actually, "open source" is not trademarkable, so it is legal, if undesirable, to refer to something else as open source or an open source license. Unfortunate, that. – David Thornley Jan 19 '09 at 17:56
You're probably right about the trademark issue. That does not change the fact that their list is the most authoritative source of "open source licenses". I'll rephrase my answer to be more accurate. – wvanbergen Jan 19 '09 at 17:59
That is clearer. Too bad I can't upvote again. – David Thornley Jan 19 '09 at 18:07
No problem. Thanks for pointing out the trademark issue! – wvanbergen Jan 19 '09 at 18:12

http://www.gnu.org/copyleft/gpl.html

http://www.gnu.org/licenses/licenses.html

http://www.fsf.org/licenses/gpl.html

http://www.fsf.org/licensing/licenses/

http://en.wikipedia.org/wiki/GNU_General_Public_License

share|improve this answer
Of course, none of that refers to the OSI, which would be relevant for asking about open source licenses. – David Thornley Jan 19 '09 at 18:07
I don't agree that OSI is the only one exclusive source about open source licensing information!! – abatishchev Jan 20 '09 at 13:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.