How can ROWLEX be licensed under L-GPL while it uses SemWeb which is GPL? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T19:19:37Z http://stackoverflow.com/feeds/question/906808 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/906808/how-can-rowlex-be-licensed-under-l-gpl-while-it-uses-semweb-which-is-gpl 3 How can ROWLEX be licensed under L-GPL while it uses SemWeb which is GPL? unknown (yahoo) 2009-05-25T13:50:46Z 2009-06-29T22:01:12Z <p>According to its homepage, the <a href="http://razor.occams.info/code/semweb/" rel="nofollow">SemWeb</a> library (great library for handling RDF under .NET) is released under GPL. Since the <a href="http://rowlex.nc3a.nato.int/" rel="nofollow">ROWLEX</a> tool is built on SemWeb, ROWLEX supposed to be GPL, too. Still, ROWLEX is claimed to be released under L-GPL. Is this legally correct?</p> http://stackoverflow.com/questions/906808/how-can-rowlex-be-licensed-under-l-gpl-while-it-uses-semweb-which-is-gpl/906851#906851 4 Answer by ROWLEX Admin for How can ROWLEX be licensed under L-GPL while it uses SemWeb which is GPL? ROWLEX Admin 2009-05-25T14:02:41Z 2009-05-25T14:02:41Z <p>Actually, your statement is not completely accurate. <a href="http://razor.occams.info/code/semweb/" rel="nofollow">SemWeb</a> is not just GPL but dual-licensed. The source code written by Joshua Tauberer is also licensed under Creative Commons Attribution license. Since <a href="http://rowlex.nc3a.nato.int" rel="nofollow">ROWLEX</a> relies solely on the code Joshua wrote, the Creative Common Attribution license permits ROWLEX to be distributed under L-GPL.</p> http://stackoverflow.com/questions/906808/how-can-rowlex-be-licensed-under-l-gpl-while-it-uses-semweb-which-is-gpl/906856#906856 1 Answer by Kibbee for How can ROWLEX be licensed under L-GPL while it uses SemWeb which is GPL? Kibbee 2009-05-25T14:04:46Z 2009-05-25T14:04:46Z <p>Upon reading the <a href="http://razor.occams.info/code/semweb/" rel="nofollow">Semweb</a> licensing information, it states that it is currenly licensed under the GPL and the Creative Commons Attribution license, but that originally it was only licensed under the CC Attribution License. It also contains parts that are licensed under the LGPL, and the W3C Software License. I'm assuming that Rowlex started using the Semweb code at the point where it was only licensed under the CC, and therefore didn't have to use the the GPL. </p> <p>Also, I would like to note, that there is quite a complex set of licenses here, and that somebody with more knowledge of all the different licenses might have a better explanation about what is going on.</p>