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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:ad4:4469:: with SMTP id s9mr26506542qvt.109.1569948201298; Tue, 01 Oct 2019 09:43:21 -0700 (PDT) X-Received: by 2002:aca:750d:: with SMTP id q13mr4232046oic.99.1569948200942; Tue, 01 Oct 2019 09:43:20 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!o24no7172816qtl.0!news-out.google.com!x7ni460qtf.0!nntp.google.com!o24no7172808qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 1 Oct 2019 09:43:20 -0700 (PDT) In-Reply-To: <0407f247-46a2-4649-8974-c11d539c399e@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.123.139.67; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2.123.139.67 References: <869af4e9-08df-486d-8c87-9040c39a151f@googlegroups.com> <0407f247-46a2-4649-8974-c11d539c399e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <55a93d93-67a5-4cdb-a7e0-4c8117dc1278@googlegroups.com> Subject: Re: Well, they kept that quiet! From: Lucretia Injection-Date: Tue, 01 Oct 2019 16:43:21 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:57223 Date: 2019-10-01T09:43:20-07:00 List-Id: On Tuesday, 1 October 2019 15:58:41 UTC+1, Optikos wrote: > as quoted from the webpage at the 1st URL above: >=20 > =E2=80=9CLicense >=20 > =E2=80=9CThe GNAT LLVM tool is licensed under the GNU General Public Lice= nse version 3 or later; see file COPYING3 for details.=E2=80=9D That's the source of this LLVM binding, the compiler and runtime come from = FSF and are under GPLv3 with linking exception.=20 Then there's LLVM which actually generates the final code. The compiler lin= ks to the LLVM-C lib to generate an in memory AST which generates the LLVM = IR which is then passed onto the LLVM tools, as/ld. So, I think you could argue that the final code is a combination of GPLv3 w= ith LE (the runtime) and whatever licence you want (your code). > The COPYING3 file contains GPLv3 verbatim without any GMGPLv2- or RLE-esq= ue permission grants. >=20 > The burning question will be: will gnat-llvm ever be released in the fut= ure=20 into FSF GNAT's source tree so that it has FSF's RLE permission grants? On= ly AdaCore can answer that question. AdaCore staff on IRC said "you'd be surprised" when I asked about licensing= for this ages ago, hinting that it wouldn't all be covered by GPLv3 (no LE= ).