From: "M. Schulter" Newsgroups: comp.os.msdos.djgpp Subject: Re: Copyright in DJGPP Date: 21 Oct 1997 18:48:10 GMT Organization: Value Net Internetwork Services Inc. Lines: 28 Message-ID: <62itda$rfh$1@vnetnews.value.net> References: <344CE25D DOT 19F6 AT bergen DOT mail DOT telia DOT com> NNTP-Posting-Host: value.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk john kismul wrote: : I've read that some of the C++ libraries in DJGPP is copyrighted. : Are any of those libraries included with DJGPP when you donwload it, and : if so, which? Please see Section 19.1 of the djgpp FAQ. Basically, the point to which you may be referring is the fact that libgpp.a (the GNU C++ library) is copyrighted in a special way known as the Library GNU Public License (LGPL) that requires that along with any of your programs that use this library, you also provide source or object code. This is done to protect the freedom of a user of your program to compile it with a modified or updated version of the library, for example. This particular restriction does not apply to the regular C++ library also provided with DJGPP. Again, the FAQ gives a fuller explanation. Also, as explained in Section 19.2 of the FAQ, it's important to note that most of DJGPP is copyrighted -- but in a way that generally permits unrestricted use for most users in most situations. Again, the docs are your best source. Most respectfully, Margo Schulter mschulter AT value DOT net