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: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Gnoga the "Killer App" for Ada Date: Wed, 08 Oct 2014 18:55:19 +0100 Organization: A noiseless patient Spider Message-ID: References: <54322bcb$0$293$14726298@news.sunsite.dk> <45107455-131c-415f-a24a-9d68fd7da4d7@googlegroups.com> <35af326e-5601-4b39-b323-d2e406b16b77@googlegroups.com> <8a0db66f-2bb6-49b8-ad3b-781b41ccdca3@googlegroups.com> <549a2774-28f2-4c6c-b39d-406eba70e36e@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="865ecc8333c04b7dc8d5f87fc772110b"; logging-data="18621"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18dZ05qeud41HxD9kcluse8nOmxp0s1MQQ=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:aOX+mWEMNoT7X1frBega29DxGf4= sha1:cfPIm4z4kjhsLeklA1fx0xvy1os= Xref: news.eternal-september.org comp.lang.ada:22248 Date: 2014-10-08T18:55:19+01:00 List-Id: David Botton writes: > They just spell out the same exception in blunt terms with their > product name. Perhaps I'll go back and add something like that, but is > exactly the same thing license wise already. > > So IF you use GNAT Pro THEN why not use Gnoga? Or FSF GCC, for that matter. This example is from GCC 4.9.0 gnat.ads: -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- -- or FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- As a special exception under Section 7 of GPL version 3, you are granted -- -- additional permissions described in the GCC Runtime Library Exception, -- -- version 3.1, as published by the Free Software Foundation. -- -- -- -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- -- . -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. --