--- On Thu, 5/13/10, Lawrence D'Oliveiro <[email protected]_zealand> wrote:
> From: Lawrence D'Oliveiro <[email protected]_zealand> > Subject: Re: Picking a license > To: [email protected] > Date: Thursday, May 13, 2010, 11:07 PM > In message <[email protected]>, > Ed Keith > wrote: > > > On Thu, 5/13/10, Lawrence D'Oliveiro > > <[email protected]_zealand> > wrote: > > > >> In message <[email protected]>, > >> Ed Keith wrote: > >> > >>> So if you want me to even consider using your > library > >>> do not use GPL, or LGPL. > >> > >> What have you got against LGPL for this purpose? > > > > Most of my clients would not know how to relink a > program if their life > > depended on it. And I do not want to put then in DLL > hell. So I avoid the > > LGPL. > > How exactly does the LGPL lead to a requirement to > “relink”? > -- > http://mail.python.org/mailman/listinfo/python-list > I am not a lawyer, but as I understand the LGPL, If I give someone something that used any LGPLed code I must give them the ability to relink it with any future releases of the LGPLed code. I think that means that I need to give them a linker and teach them how to use it, and I do not want to go there. -EdK Ed Keith [email protected] Blog: edkeith.blogspot.com -- http://mail.python.org/mailman/listinfo/python-list
