Switching an OSS project license from GPL to L-GPL on Sourceforge - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T18:06:47Z http://stackoverflow.com/feeds/question/92754 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/92754/switching-an-oss-project-license-from-gpl-to-l-gpl-on-sourceforge 2 Switching an OSS project license from GPL to L-GPL on Sourceforge Romain Verdier 2008-09-18T13:56:39Z 2008-09-18T20:24:41Z <p>Is that possible to switch an Open Source Project license from <a href="http://opensource.org/licenses/gpl-2.0.php" rel="nofollow">GPL</a> to <a href="http://opensource.org/licenses/lgpl-3.0.html" rel="nofollow">LGPL v3</a> ?</p> <p>I am the project originator and the only contributor.</p> http://stackoverflow.com/questions/92754/switching-an-oss-project-license-from-gpl-to-l-gpl-on-sourceforge/92794#92794 1 Answer by Swaroop C H for Switching an OSS project license from GPL to L-GPL on Sourceforge Swaroop C H 2008-09-18T14:01:04Z 2008-09-18T14:01:04Z <p>AFAIK, you can do that if you're the only contributor to the source code, irrespective of whether you're the original author or lead developer.</p> <p>If you can get approval from all the contributors, then you can change the license.</p> <p>Warning: IANAL.</p> http://stackoverflow.com/questions/92754/switching-an-oss-project-license-from-gpl-to-l-gpl-on-sourceforge/92818#92818 5 Answer by gbjbaanb for Switching an OSS project license from GPL to L-GPL on Sourceforge gbjbaanb 2008-09-18T14:04:19Z 2008-09-18T14:04:19Z <p>yes, of course. You can change the licence to whatever you want.</p> <p>Go to your admin page, then edit registration from the menu, view Public Info, then edit the Trove categorisation. You need to remove then add a new category. Easy (if a little link-happy).</p> <p>This applies if you're an admin of the project, no matter how many of you there are or who has contributed.</p> http://stackoverflow.com/questions/92754/switching-an-oss-project-license-from-gpl-to-l-gpl-on-sourceforge/96506#96506 2 Answer by Will M for Switching an OSS project license from GPL to L-GPL on Sourceforge Will M 2008-09-18T20:24:41Z 2008-09-18T20:24:41Z <p>In addition to the points noted, note that anyone to whom the product was already licensed (and anyone they licensed it on to) would be entitled to stay under the GPL - you can't change the terms they took the software under (unless they agree to the change).</p>