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=unavailable autolearn_force=no version=3.4.4 Path: border2.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT GPL is not shareware Date: Fri, 30 Jan 2015 17:34:13 +0000 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-Info: mx02.eternal-september.org; posting-host="8cd79d7ffa75567f93d907bdfb272368"; logging-data="17364"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18356OP2tKV14lECmXnpYi7TL1hJTiWOzI=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin) Cancel-Lock: sha1:EDuZbOolymBUyL19g4zOaJmvIlQ= sha1:c5xV1+yxLAkFpJvqVQr4T3wFenU= Xref: number.nntp.giganews.com comp.lang.ada:192123 Date: 2015-01-30T17:34:13+00:00 List-Id: Jeffrey Carter writes: > On 01/30/2015 06:50 AM, 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). > > You also have to not "with" any language-defined units. I don't believe there are any language-defined units that GNAT doesn't implement as Ada source in the RTS? so it's the licensing terms on the RTS you actually build against that matters? I do agree that the argument would be clearer if one stuck to an FSF compiler.