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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e3feb606f668a7c1 X-Google-Attributes: gid103376,public From: Simon Wright Subject: Re: Ada 95 based RTOS Date: 2000/02/24 Message-ID: #1/1 X-Deja-AN: 589187861 X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 References: <88ilp7$bcm$1@nnrp1.deja.com> <38ADCA44.3B91BF6F@averstar.com> <88qli0$gvr$1@nnrp1.deja.com> <38B2A2A1.FDCDDFE7@honeywell.com> <88ugrd$7j7$1@nnrp1.deja.com> <88umb5$c5p$1@nnrp1.deja.com> <88uqme$fh8$1@nnrp1.deja.com> <38b3e9bf.430940639@news.draper.com> X-Trace: news.demon.co.uk 951376621 nnrp-09:27132 NO-IDENT pogner.demon.co.uk:158.152.70.98 Organization: At Home Newsgroups: comp.lang.ada X-Complaints-To: abuse@demon.net Date: 2000-02-24T00:00:00+00:00 List-Id: rracine@myremarq.com (Roger Racine) writes: > I am not sure about the license issues. Their code has "all rights > reserved", but it was based on the GNAT source. The GNAT source has > pretty open language, but definitely -not- GPL (since it is expected > to be used as a library), so the TopLayer code does not appear to be > "open by extension". "GNAT is free software; you can redistribute it and/or modify it under terms of the GNU General Public License ... "As a special exception, if other files instantiate generics from this unit, or you link this unit with other files to produce an executable, this unit does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Public License. ... IANAL but seems to me that if I were to base my code on the GNAT sources it would definitely come under the GPL. However, if I just use functionality provided by the GNAT sources, that's a different matter.