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,dbaf05888e191cb6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-15 18:02:11 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: wojtek@power.com.pl (Wojtek Narczynski) Newsgroups: comp.lang.ada Subject: Re: Access to array slices? Date: 15 Jan 2003 18:02:11 -0800 Organization: http://groups.google.com/ Message-ID: <5ad0dd8a.0301151802.19d59377@posting.google.com> References: <5ad0dd8a.0301141717.2f1a9685@posting.google.com> NNTP-Posting-Host: 212.160.20.107 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1042682531 11374 127.0.0.1 (16 Jan 2003 02:02:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Jan 2003 02:02:11 GMT Xref: archiver1.google.com comp.lang.ada:33068 Date: 2003-01-16T02:02:11+00:00 List-Id: Stephen Leake wrote in message news:... > wojtek@power.com.pl (Wojtek Narczynski) writes: > > > I am using GNAT, and I don't mind that much being bound to it, because > > what I try to write is noncommercial stuff. > > Just to clear up a misconception: there is nothing to prevent you from > using the GNAT compiler to develop a "commercial" application. You can > also use the GNAT run-time library in a "commercial" application. > > GNAT is released under the GNAT Modified Gnu Public License (GMGPL). > The plain GPL says you have to release your application under the GPL > if you use any GPL libraries. However, the "GNAT Modified" part means > you don't have to use the GPL for your application. > > Read the license carefully before proceeding! Thanks, I am aware of that. I just meant that I am pretty sure I won't ever be porting this software to any other compiler. What I don't however know is: the difference between GMGPL and LGPL. Could you perhaps shed some light on this? Regards, Wojtek