From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,faf964ea4531e6af X-Google-Attributes: gid103376,public X-Google-Thread: 1025b4,43ae7f61992b3213 X-Google-Attributes: gid1025b4,public From: Alan Braggins Subject: Re: GPL and "free" software Date: 1999/05/04 Message-ID: #1/1 X-Deja-AN: 473868882 Cache-Post-Path: dublin!unknown@ely.ncipher.com Sender: armb@ELY References: <7fibd5$jc7$1@news2.tor.accglobal.net> <3729D0F6.3DF2CCED@doc.ic.ac.uk> <372A07FE.47AD7982@doc.ic.ac.uk> <372ADEED.D907754@doc.ic.ac.uk> X-Complaints-To: abuse@gxsn.com X-Trace: 925816525 PBPEFR9XN3719C3E0C gxsn.com Organization: nCipher Corporation X-Cache: nntpcache 2.3.3b4 (see http://www.nntpcache.org/) Newsgroups: comp.lang.ada,gnu.misc.discuss Date: 1999-05-04T00:00:00+00:00 List-Id: Ed Avis writes: > >When you #include a file, > >the compiler treats it as if the contents of that file were actually > >inserted in that place, and the resulting compiled file contains the > >compiled versions of those statements, which are clearly derivative works > >of those bits of source code. > > But most of the time, header files don't actually include code. They do if they include template definitions.