What are the implications of using GPL django apps in a non-GPL django project? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T13:11:02Z http://stackoverflow.com/feeds/question/398240 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/398240/what-are-the-implications-of-using-gpl-django-apps-in-a-non-gpl-django-project 0 What are the implications of using GPL django apps in a non-GPL django project? Rui Ferreira 2008-12-29T18:11:26Z 2008-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#398250 0 Answer by duffymo for What are the implications of using GPL django apps in a non-GPL django project? duffymo 2008-12-29T18:15:05Z 2008-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#398345 1 Answer by Javier for What are the implications of using GPL django apps in a non-GPL django project? Javier 2008-12-29T19:01:33Z 2008-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>