Switching an OSS project license from GPL to L-GPL on Sourceforge - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T18:06:47Zhttp://stackoverflow.com/feeds/question/92754http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/92754/switching-an-oss-project-license-from-gpl-to-l-gpl-on-sourceforge2Switching an OSS project license from GPL to L-GPL on SourceforgeRomain Verdier2008-09-18T13:56:39Z2008-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#927941Answer by Swaroop C H for Switching an OSS project license from GPL to L-GPL on SourceforgeSwaroop C H2008-09-18T14:01:04Z2008-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#928185Answer by gbjbaanb for Switching an OSS project license from GPL to L-GPL on Sourceforgegbjbaanb2008-09-18T14:04:19Z2008-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#965062Answer by Will M for Switching an OSS project license from GPL to L-GPL on SourceforgeWill M2008-09-18T20:24:41Z2008-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>