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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?B?QmrDtnJuIEx1bmRpbg==?= Newsgroups: comp.lang.ada Subject: Re: GNAT GPL is not shareware Date: Fri, 30 Jan 2015 16:48:11 +0100 Organization: A noiseless patient Spider Message-ID: References: <0Kgqw.953330$_k.685364@fx16.iad> <199c826a-923e-497f-a8e2-9e732c8a5665@googlegroups.com> <87bnmetex4.fsf@ludovic-brenta.org> <4ae7f0d5-d681-4be9-95bc-b5e789b3ad40@googlegroups.com> <87tx06rve6.fsf@ludovic-brenta.org> <87lhlirpk0.fsf@ludovic-brenta.org> <724c149f-0396-42a4-8594-bdbf21cce0d9@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 30 Jan 2015 15:47:39 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="23e59b4906029a0ce22afc4c4b1f25ee"; logging-data="21272"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19fyqg5WX/UZpX6wNSpL5Xr" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.2.0 In-Reply-To: Cancel-Lock: sha1:Cv99JNJa3QuqJIQtUudt9CMc8Vs= Xref: news.eternal-september.org comp.lang.ada:24814 Date: 2015-01-30T16:48:11+01:00 List-Id: On 2015-01-30 14:50, Simon Wright wrote: > Björn Lundin writes: > >> In other words, you can make non-GPL programs/libraries >> with GNAT-FSF. But EVERYTHING you create with GNAT-GPL >> is GPL'd. Automatically. > > If you build/link against the supplied RTS. But if you don't use an RTS > (see Maciej's post about Ada on Cortex-M), or you use an RTS with the > runtime exception or equivalent (see my STM32F4 GNAT RTS), the GPL > doesn't apply (unless you want it to). > Well, yes, correct. And that is the (license) difference between GNAT FSF and GNAT GPL - The runtime. So replacing the runtime with non-gpl runtime, or runtime with gpl-exception would make that outcome non-gpl, unless other reasons (libs) makes it GPL. But using GNAT GPL as is, (with default runtime) will make outcome GPL while GNAT FSF as is, will not. -- Björn