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: Robert Dewar Subject: Re: Ada 95 based RTOS Date: 2000/02/24 Message-ID: <893pcq$av$1@nnrp1.deja.com>#1/1 X-Deja-AN: 589373946 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-Http-Proxy: 1.0 x37.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Feb 24 17:22:40 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-02-24T00:00:00+00:00 List-Id: In article , Simon Wright wrote: > 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. That's incorrect. First, if you modify the GNAT sources for your own use, they definitely do not need to be licensed to anyone but yourself, and your modifications can be kept entirely to yourself under whatever restrictions you like. It is only if you decide to distribute the sources that they would be covered by the GPL since otherwise your distribution of the modified sources would violate the original copyright. Second, if you merely write new modules using the same interface as GNAT, then there is definitely no restriction. For instance there is nothing to stop someone providing a proprietary replacement for the GNAT runtime library. As for TopLayer, I think the eventual intention is for them to distribute what they do under the GPL or modified GPL, but they are not yet at that point in their development as I understand the situation. of course you have to check with them to get the definitive story! Robert Dewar Ada Core Technologies Sent via Deja.com http://www.deja.com/ Before you buy.