What are the differences between GPL v2 and GPL v3 licenses? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T11:40:02Z http://stackoverflow.com/feeds/question/41460 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/41460/what-are-the-differences-between-gpl-v2-and-gpl-v3-licenses 4 What are the differences between GPL v2 and GPL v3 licenses? Nick 2008-09-03T11:05:11Z 2009-07-22T11:09:27Z <p>In simple terms, what are the reasons for, and what are the differences between the GPL v2 and GPL v3 open source licenses? Explanations and references to legal terms and further descriptions would be appreciated.</p> http://stackoverflow.com/questions/41460/what-are-the-differences-between-gpl-v2-and-gpl-v3-licenses/41464#41464 1 Answer by Brad Wilson for What are the differences between GPL v2 and GPL v3 licenses? Brad Wilson 2008-09-03T11:07:58Z 2008-09-03T11:07:58Z <p>In (not entirely) cynical terms, the reason for the v3 license was Microsoft's patent deal with Novell.</p> <p>In reality, you should always consult a lawyer when dealing with legal issues.</p> http://stackoverflow.com/questions/41460/what-are-the-differences-between-gpl-v2-and-gpl-v3-licenses/41466#41466 4 Answer by wvdschel for What are the differences between GPL v2 and GPL v3 licenses? wvdschel 2008-09-03T11:08:31Z 2008-09-03T11:08:31Z <p><a href="http://www.groklaw.net/article.php?story=20060118155841115" rel="nofollow">This page</a> highlights the differences, but it's still quite a lot to read through.</p> http://stackoverflow.com/questions/41460/what-are-the-differences-between-gpl-v2-and-gpl-v3-licenses/41468#41468 1 Answer by Neall for What are the differences between GPL v2 and GPL v3 licenses? Neall 2008-09-03T11:12:38Z 2008-09-03T11:12:38Z <p>Sorry for being pedantic, but I think you're talking about the GPL v2 and GPL v3.</p> <p>I don't know enough about the GPL v2 to give a real answer.</p> http://stackoverflow.com/questions/41460/what-are-the-differences-between-gpl-v2-and-gpl-v3-licenses/44701#44701 5 Answer by Will M for What are the differences between GPL v2 and GPL v3 licenses? Will M 2008-09-04T20:27:35Z 2008-09-04T20:27:35Z <p>The page linked to in another answer is a good source, but a lot to read. Here is a short list of some the major differences:</p> <ul> <li><p>internationalization: they used new terminology, rather than using language tied to US legal concepts</p></li> <li><p>patents: they specifically address patents (including the Microsoft/Novell issue noted in another answer)</p></li> <li><p>“Tivo-ization”: they address the restrictions (like Tivo’s) in consumer products that take away, though hardware, the ability to modify the software</p></li> <li><p>DRM: they address digital rights management (which they call digital restrictions management)</p></li> <li><p>compatibility: they addressed compatibility with some other open source licenses</p></li> <li><p>termination: they addressed specifically what happens if the license is violated and the cure of violations</p></li> </ul> <p>I agree with the comment about consulting a lawyer (one who knows about software license issues, though). In doing these things (and more), they more than doubled the length of the GPL. GPL 3 is many things, and one of them is that it is a very complex, technical legal document.</p>