Re: GPL question
- From: L <L@xxxxxxxx>
- Date: Mon, 31 Mar 2008 02:00:59 -0700
Uwe wrote:
Still struggling with the GPL... . Let's say I have a DLL, which is
based on code that also falls under the GPL. My program may link into
this DLL on demand on app start to use its functionality (pretty much
like a plugin). If I provide the source code for the DLL, do I fulfill
the terms of the GPL or do I have to disclose the source of my
application as well?
I tend to believe that I don't have to. Just think of a Photoshop plugin
that was developed under the GPL. Nobody can force Adobe to disclose its
source, even if I use the plugin with this closed-source, commercial
application.
Thanks for any insight
Uwe
Are you sure the library is not LGPL?
Does the license have any exceptions?
The LGPL was designed for libraries.. and exceptional versions of the
GPL are usually created for cases like this...
Check carefully and report back to us if this is "pure GPL" or an
exceptional modified GPL.
L505
.
Relevant Pages
- Re: Big development in the GUI realm
... > terms of the GPL. ... I believe this is the case only in simple situation where gpl-ed dll is ... I write proprietary program with open plugin api. ... distribution - downloading the plugin means ability to obtain source ... (comp.lang.python) - Re: A Comment by RMS that Rene Should Take to Heart
... LGPL exists for _STATIC_ linking. ... This means the plug-ins must be released under the GPL ... DLL program to a non-GPLed program. ... the GNU Lesser General Public License may be linked ... (alt.lang.asm) - Re: GPL question
... My program may link into this DLL on demand on app start to use its functionality (pretty much like a plugin). ... If I provide the source code for the DLL, do I fulfill the terms of the GPL or do I have to disclose the source of my application as well? ... It's best to try and find opensource stuff with LGPL or BSD licenses which don't require you to release any source code when linking to a DLL. ... (borland.public.delphi.non-technical) - Re: Read Out TOC of a music CD
... open-source under GPL, which causes you all kinds of problems if you ... The usual workaround was to put the module in a separate DLL, ... thus defeating the real value of open source even more ... I don't aks for a tool to do this, because I want to use this TOC ... (microsoft.public.vc.mfc) - Re: Read Out TOC of a music CD
... open-source under GPL, which causes you all kinds of problems if you ... The usual workaround was to put the module in a separate DLL, ... thus defeating the real value of open source even more ... I don't aks for a tool to do this, because I want to use this TOC ... (microsoft.public.vc.mfc) |
|