X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 30 Dec 2008 23:06:00 -0500 Message-Id: <200812310406.mBV460j1018749@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <8de7ee75-1e53-4033-8a55-d7e9a03616bc AT a12g2000pro DOT googlegroups DOT com> (message from Jim Michaels on Tue, 30 Dec 2008 19:21:58 -0800 (PST)) Subject: Re: licensing issues, modifying source code from libs References: <200812300446 DOT mBU4kOSf032385 AT envy DOT delorie DOT com> <8de7ee75-1e53-4033-8a55-d7e9a03616bc AT a12g2000pro DOT googlegroups DOT com> Errors-To: nobody AT delorie DOT com > One last question. does the executeable that uses the library I made > (modified) come under GPL3, so that I would need to include 2 > licenses, the GPL3 and the LGPL2 from copying.lib? The executable comes under license terms which must be compatible with both LGPL2 (for the modified library part) and GPL3 (for the remainder). It's up to you to ensure that this is the case.