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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c887193050c097ce X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-07 19:52:37 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: Al Christians Newsgroups: comp.lang.ada Subject: Re: Problem with GNAT modified GPL and SourceForge Date: Thu, 07 Feb 2002 19:53:17 -0800 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3C634BAD.AE1448B5@easystreet.com> X-Mailer: Mozilla 4.79 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 References: <3C625604.1C948A06@gmx.de> <3C6312FF.D2FABFC5@easystreet.com> <3C632525.9080001@telepath.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:19751 Date: 2002-02-07T19:53:17-08:00 List-Id: Ted Dennison wrote: > Its only there for some parts of Gnat, not for the whole thing. If you > are hoping to use large parts of the compiler itself in a project, then > you will have to use GPL. The units with exceptions in them are mostly > user packages (and I think some bits of the runtime), not compiler > source packages. > If some brain-dead user (say, for example, someone like me) just writes and compiles some Ada with gnatmake and gets an execuatable (eg for Windows), is he yet (as of 3.14p) pretty safe in figuring that the executable falls under the exception? Is there any library code that doesn't follow the exception? Will the answer to this change with the new GNAT versions that are more closely integrated with the rest of gcc? TIA for any info. Al