Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!boulder!grunwald From: grunwald@foobar.colorado.edu (Dirk Grunwald) Newsgroups: gnu.gcc Subject: Re: How Does gnu propigate Message-ID: <15984@boulder.Colorado.EDU> Date: 23 Jan 90 02:27:48 GMT References: <9001221230.AA05068@esegue.segue.boston.ma.us> <9001230016.AA15845@wubios.WUstl.EDU> Sender: news@boulder.Colorado.EDU Reply-To: grunwald@foobar.colorado.edu Distribution: gnu Organization: University of Colorado at Boulder Lines: 19 In-reply-to: david@WUBIOS.WUSTL.EDU's message of 22 Jan 90 23:16:49 GMT > >A clear statement of the FSF's postion would be useful, but I haven't seen >one. > >Regards, >John Levine, johnl@esegue.segue.boston.ma.us, {spdcc|ima|lotus}!esegue!johnl > this has been stated many times. see back issues of gnu.misc.discuss. the helper routines (alloca et al) in gnulib, gnulib2 and gnulib3 are all public domain. This is stated very clearly somewhere in the manual. Thus, all code you compile with gcc can be sold; code interfacing to gcc can not (i.e. if you build a Modula compiler using the GCC backend). The G++ library, libg++, is not public domain, and copy restrictions are associated with it.