Date: Sat, 25 Jun 94 12:19:09 -0400 From: dj AT ctron DOT com (DJ Delorie) To: SGW46959M021 AT DAFFY DOT MILLERSV DOT EDU Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: License?????????????? > Could someone please post an english (as opposed to legalese) version of > the restrictions placed upon distributions of programs written using DJGPP? > This includes the libs license. I'm planning on doing some shareware, and > I've used djgpp quite a bit and really like it, but I want to be perfectly > clear about legal obligations. If you don't use libgpp.a or libgpl.a, don't use bison or flex, and don't rebuild go32.exe, then you may do whatever you like with your programs. You may redistribute the binaries of go32, emu387, and the graphics drivers as they are shipped with djgpp as long as you tell your customers how to get djgpp. The GPL/LGPL applies if you link libgpp.a or libgpl.a, or use bison or flex, change go32's sources, or use any other GPL sources (like gcc's sources) as part of your program (like linking gcc's cexp.o into your app). DJ