Date: Sat, 06 Jan 2001 20:01:23 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: rich AT phekda DOT freeserve DOT co DOT uk Message-Id: <7443-Sat06Jan2001200123+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: <3A573F11.B68C0A88@phekda.freeserve.co.uk> (message from Richard Dawe on Sat, 06 Jan 2001 15:51:45 +0000) Subject: Re: /dev/zero & /dev/full FSEXTs References: <8582-Sat06Jan2001152028+0200-eliz AT is DOT elta DOT co DOT il> <3A573F11 DOT B68C0A88 AT phekda DOT freeserve DOT co DOT uk> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sat, 06 Jan 2001 15:51:45 +0000 > From: Richard Dawe > > > > I think LGPL'ed code cannot be included in the library, only > > executables (such as DJTAR etc.) can be GPL'ed. > > Huh? According to copying.dj, the sources to libc (and some other bits) > are under the LGPL That's only the first of the 4 terms of DJ's license. One of the other 3 says: * Runtime objects and libraries, as provided by DJ in DJGPP, when linked into an application, may be distributed without sources ONLY if the recipient is given sufficient information to obtain a copy of djgpp themselves. This primarily applies to crt0.o and libc.a. This means that binaries linked with an unmodified libc.a can be distributed without sources. LGPL doesn't have this allowance. Unless you include an identical exception in your license, your contribution is incompatible with the library's distribution terms.