<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Wanted: LGPL Legalese Translation</title>
	<atom:link href="http://www.sebruiz.net/263/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sebruiz.net/263</link>
	<description></description>
	<lastBuildDate>Sun, 14 Mar 2010 23:15:18 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe</title>
		<link>http://www.sebruiz.net/263/comment-page-1#comment-10362</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 21 Aug 2007 00:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/263#comment-10362</guid>
		<description>But if you dynamically link to the LGPL library in a closed sourced application do you have to provide the source code for the LGPL library? Also what do we mean by &quot;provide&quot; or &quot;distribute&quot; ? Is it enough to provide source code to users upon request or do you have to give to them when they download the app? I mean all of these various licenses seem to be geared totally toward programmers -- virtually all of the users of the product I&#039;m currently working on will not be programmers so it seems weird to clutter up the download with a bunch of source code that will, if anything, scare them.</description>
		<content:encoded><![CDATA[<p>But if you dynamically link to the LGPL library in a closed sourced application do you have to provide the source code for the LGPL library? Also what do we mean by &#8220;provide&#8221; or &#8220;distribute&#8221; ? Is it enough to provide source code to users upon request or do you have to give to them when they download the app? I mean all of these various licenses seem to be geared totally toward programmers &#8212; virtually all of the users of the product I&#8217;m currently working on will not be programmers so it seems weird to clutter up the download with a bunch of source code that will, if anything, scare them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wisacre</title>
		<link>http://www.sebruiz.net/263/comment-page-1#comment-8045</link>
		<dc:creator>wisacre</dc:creator>
		<pubDate>Tue, 31 Jul 2007 22:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/263#comment-8045</guid>
		<description>A question asked &quot;if LGPL licensed code could be used in a commercial application&quot; is not at all a difficult question.

Of course it can. Even GPL code can be used in a commercial application

But it is not the question you meant to ask. You asked in a very unprecise and/or confused way. Because what you really meant was &#039;closed source&#039; application, not &#039;commercial&#039;. These two are not the same. (There are closed source applications which are not commercial [they are given away for free], and there are commercial applications that are not closed source [and even GPL].)

So, yes, you can link to an LPGL application/library from a closed source application as long as your linking is dynamic, not static (and you respect the other rules of the LPGL license).</description>
		<content:encoded><![CDATA[<p>A question asked &#8220;if LGPL licensed code could be used in a commercial application&#8221; is not at all a difficult question.</p>
<p>Of course it can. Even GPL code can be used in a commercial application</p>
<p>But it is not the question you meant to ask. You asked in a very unprecise and/or confused way. Because what you really meant was &#8216;closed source&#8217; application, not &#8216;commercial&#8217;. These two are not the same. (There are closed source applications which are not commercial [they are given away for free], and there are commercial applications that are not closed source [and even GPL].)</p>
<p>So, yes, you can link to an LPGL application/library from a closed source application as long as your linking is dynamic, not static (and you respect the other rules of the LPGL license).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lloeki</title>
		<link>http://www.sebruiz.net/263/comment-page-1#comment-8026</link>
		<dc:creator>Lloeki</dc:creator>
		<pubDate>Tue, 31 Jul 2007 13:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/263#comment-8026</guid>
		<description>You said: &quot;... could be used in a commercial application&quot;
Answers seem to assume that commercial is equivalent to proprietary (and maybe you assumed so in your post, and may be the cause of your question), which is not true. This is the free as in beer vs free as in speech difference.
So let&#039;s make my answer twofold:
- Commercial: It is explicitly stated in LGPL (and GPL) that one can charge for the software (thus not free as in beer, but still free as in speech). That&#039;s part of freedom given by the GPL: you have the freedom to charge for it. An example of a successful business model based on this is SuperWaba.
- Proprietary: As stated before, one can link LGPL software provided one 1. provides any modification to the LGPL code back to the community, and 2. define clearly the interface (API) between closed-source and LGPL code, so that one can create drop-in replacement of either the LGPL code or the proprietary software.

I hope this has clarified this a bit.</description>
		<content:encoded><![CDATA[<p>You said: &#8220;&#8230; could be used in a commercial application&#8221;<br />
Answers seem to assume that commercial is equivalent to proprietary (and maybe you assumed so in your post, and may be the cause of your question), which is not true. This is the free as in beer vs free as in speech difference.<br />
So let&#8217;s make my answer twofold:<br />
- Commercial: It is explicitly stated in LGPL (and GPL) that one can charge for the software (thus not free as in beer, but still free as in speech). That&#8217;s part of freedom given by the GPL: you have the freedom to charge for it. An example of a successful business model based on this is SuperWaba.<br />
- Proprietary: As stated before, one can link LGPL software provided one 1. provides any modification to the LGPL code back to the community, and 2. define clearly the interface (API) between closed-source and LGPL code, so that one can create drop-in replacement of either the LGPL code or the proprietary software.</p>
<p>I hope this has clarified this a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.sebruiz.net/263/comment-page-1#comment-8023</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 31 Jul 2007 12:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/263#comment-8023</guid>
		<description>At least we (a fairly big medical company) use dynamically linked LGPL libraries in our Products. I&#039;d go with the &quot;you can use it in closed source applications without publishing your source as long as you don&#039;t modify it&quot;-explanation.</description>
		<content:encoded><![CDATA[<p>At least we (a fairly big medical company) use dynamically linked LGPL libraries in our Products. I&#8217;d go with the &#8220;you can use it in closed source applications without publishing your source as long as you don&#8217;t modify it&#8221;-explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Krammer</title>
		<link>http://www.sebruiz.net/263/comment-page-1#comment-8022</link>
		<dc:creator>Kevin Krammer</dc:creator>
		<pubDate>Tue, 31 Jul 2007 11:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/263#comment-8022</guid>
		<description>If we are just talking about using the LGPL Code (not changing it, etc), the idea is basically that the recepient must be allowed and able to change the LGPL part of the resulting software.

This is why LGPL libraries are usually dynamically linked, since linking them statically means that the software must be available in re-linkable form, e.g. object files of the non-LGPL part (probably inside a static library).</description>
		<content:encoded><![CDATA[<p>If we are just talking about using the LGPL Code (not changing it, etc), the idea is basically that the recepient must be allowed and able to change the LGPL part of the resulting software.</p>
<p>This is why LGPL libraries are usually dynamically linked, since linking them statically means that the software must be available in re-linkable form, e.g. object files of the non-LGPL part (probably inside a static library).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernhard Rode</title>
		<link>http://www.sebruiz.net/263/comment-page-1#comment-8020</link>
		<dc:creator>Bernhard Rode</dc:creator>
		<pubDate>Tue, 31 Jul 2007 11:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/263#comment-8020</guid>
		<description>http://www.jboss.com/pdf/Why_We_Use_the_LGPL.pdf

Thats a good explanation by Jboss.

As far as I know:
if proprietary software is statically linked with LGPL software -&gt; the product is LGPLd
if proprietary software is dynamicallylinked with LGPL software -&gt; the product is NOT LGPLd

Extended or derived software based on LGPL Code is LGPLd and the changes / extensions have to be contributed.

The LGPL was designed for libraries, so proprietary may link to libraries without being in GPLd/LDPLd.


I hope I could help</description>
		<content:encoded><![CDATA[<p><a href="http://www.jboss.com/pdf/Why_We_Use_the_LGPL.pdf" rel="nofollow">http://www.jboss.com/pdf/Why_We_Use_the_LGPL.pdf</a></p>
<p>Thats a good explanation by Jboss.</p>
<p>As far as I know:<br />
if proprietary software is statically linked with LGPL software -&gt; the product is LGPLd<br />
if proprietary software is dynamicallylinked with LGPL software -&gt; the product is NOT LGPLd</p>
<p>Extended or derived software based on LGPL Code is LGPLd and the changes / extensions have to be contributed.</p>
<p>The LGPL was designed for libraries, so proprietary may link to libraries without being in GPLd/LDPLd.</p>
<p>I hope I could help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thidney</title>
		<link>http://www.sebruiz.net/263/comment-page-1#comment-8019</link>
		<dc:creator>thidney</dc:creator>
		<pubDate>Tue, 31 Jul 2007 11:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/263#comment-8019</guid>
		<description>You probably need source-lawyer and this is what I am certainly not. 
AFAIK LGPL code is GPL with one except. It could be used for linking with closed-source application. I think you can`t use (reuse) source code if your code is not GPL bud you can link to it whenever you like.</description>
		<content:encoded><![CDATA[<p>You probably need source-lawyer and this is what I am certainly not.<br />
AFAIK LGPL code is GPL with one except. It could be used for linking with closed-source application. I think you can`t use (reuse) source code if your code is not GPL bud you can link to it whenever you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.sebruiz.net/263/comment-page-1#comment-8018</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 31 Jul 2007 11:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebruiz.net/263#comment-8018</guid>
		<description>http://creativecommons.org/licenses/LGPL/2.1/ has a reasonably good writeup...

As for the LGPL, I believe you can -- provided you publish modifications to the LGPLed code</description>
		<content:encoded><![CDATA[<p><a href="http://creativecommons.org/licenses/LGPL/2.1/" rel="nofollow">http://creativecommons.org/licenses/LGPL/2.1/</a> has a reasonably good writeup&#8230;</p>
<p>As for the LGPL, I believe you can &#8212; provided you publish modifications to the LGPLed code</p>
]]></content:encoded>
	</item>
</channel>
</rss>
