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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3debd0b7ab930abc X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: Ada 95 Date: 1997/10/21 Message-ID: #1/1 X-Deja-AN: 284864658 X-NNTP-Posting-Host: pogner.demon.co.uk [158.152.70.98] References: <19971020164100.MAA21408@ladder02.news.aol.com> <344BAAB5.21E5@rmc.ca> Organization: At Home Newsgroups: comp.lang.ada Date: 1997-10-21T00:00:00+00:00 List-Id: John Lindsay writes re GNAT: > This is one of the Gnu compilers, utilities, > etc., is free to use, and the source code is available. > But its covered by the Free Software Foundation's famous > 'copy left' (as opposed to copyright), and one can't use it > for profit without further arrangements; If you compile your own Ada source using GNAT, you can do what you please with it; > further if you use > the source code to create something else, that something > else becomes covered by the same copy left. The compiler itself is subject to the GNU copyright statement. The runtime library has special provisions which allow you to instantiate generics from it and bind to it without imposing any restrictions on the resulting executable.