X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Jim Michaels Newsgroups: comp.os.msdos.djgpp Subject: Re: licensing issues, modifying source code from libs Date: Tue, 30 Dec 2008 17:38:26 -0800 (PST) Organization: http://groups.google.com Lines: 33 Message-ID: <10ab9258-1fb4-4fd2-bc29-85be03f3e5dc@z6g2000pre.googlegroups.com> References: <200812300446 DOT mBU4kOSf032385 AT envy DOT delorie DOT com> NNTP-Posting-Host: 76.115.70.155 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1230687506 13410 127.0.0.1 (31 Dec 2008 01:38:26 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 31 Dec 2008 01:38:26 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: z6g2000pre.googlegroups.com; posting-host=76.115.70.155; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id mBV1j5eY022773 Reply-To: djgpp AT delorie DOT com On Dec 29, 8:46 pm, DJ Delorie wrote: > > I would like to put the program under GPL3 license. > > can I do this? > > The sources you copy from libc remain under LGPL2 - you need to ensure > that those sources and the resulting Work are distributed under terms > compatible with LGPL2. > > > Do I need to copy the 3 djgpp copying.* files along with my source and > > executeable? > > You need the one copying.* that corresponds to the sources you're > copying, if they're all in libc that means copying.lib. I looked up the file I got the source from, and it was biosdisk.c. it states: /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */ /* * BIOSDISK.C. * * Modified by Peter Sulyok 1995 . * * This file is distributed WITHOUT ANY WARRANTY; without even the implied * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * */ so I would need copying.lib and copying.dj too? I just wanted to make sure. I also assume I would need to include the above copyright notice from the source code in my code as well, yes?