What are the implications of using GPL django apps in a non-GPL django project? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T13:11:02Zhttp://stackoverflow.com/feeds/question/398240http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/398240/what-are-the-implications-of-using-gpl-django-apps-in-a-non-gpl-django-project0What are the implications of using GPL django apps in a non-GPL django project?Rui Ferreira2008-12-29T18:11:26Z2008-12-29T19:01:33Z
<p>If I was to integrate a third-party GPLv3,v2 or LGPL django app in my django project, would the licence apply to the complete project or just the third-party application I'm using?</p>
http://stackoverflow.com/questions/398240/what-are-the-implications-of-using-gpl-django-apps-in-a-non-gpl-django-project/398250#3982500Answer by duffymo for What are the implications of using GPL django apps in a non-GPL django project?duffymo2008-12-29T18:15:05Z2008-12-29T18:15:05Z<p>Depends on the language of the license. Best to consult a <a href="http://www.abanet.org/intelprop/opensource.html" rel="nofollow">lawyer</a> if it's not clear.</p>
http://stackoverflow.com/questions/398240/what-are-the-implications-of-using-gpl-django-apps-in-a-non-gpl-django-project/398345#3983451Answer by Javier for What are the implications of using GPL django apps in a non-GPL django project?Javier2008-12-29T19:01:33Z2008-12-29T19:01:33Z<p>GPLv2 isn't so viral on web apps, since you're not distributing.
GPLv3 might be, there's some extra wording for this case.</p>
<p>usually it's best to contact the developer. it's not uncommon that he changes licenses, or clarifies his intentions. most Django-related code is under MIT licenses, so it's not unreasonable to ask.</p>
<p>and, if he specifically doesn't want to accomodate your case; then you shouldn't use that code, no matter what you think the legalese says.</p>
<p>(AINAL)</p>