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 10:32:56 +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> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: mx02.eternal-september.org; posting-host="865ecc8333c04b7dc8d5f87fc772110b"; logging-data="28290"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19bVf5lE3YzPR/pWNE9ImI3AQZEAKxzCgo=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:cRjIUkm3jm0EDGee2GMOF33I7vI= sha1:WzzqgXMr8NecCJf9FL9bbD88WKk= Xref: news.eternal-september.org comp.lang.ada:22214 Date: 2014-10-08T10:32:56+01:00 List-Id: Björn Lundin writes: > On 2014-10-08 09:22, dptrash@arcor.de wrote: >> Our business decided not to use Gnoga because of the license >> GPLv3. Any chances for BSD/MIT? >> > > Is not the exception - in practice - the same thing > > This is from header of gnoga-gui-screen.ads (randomly picked) > > " > 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. > " > > and > > " > As a special exception, if other files instantiate generics from this > unit, or you link this unit with other files to produce an executable, > this unit does not by itself cause the resulting executable to be > covered by the GNU General Public License. This exception does not > however invalidate any other reasons why the executable file might be > covered by the GNU Public License. > " > > It looks (to me) as just about the same as in gnat pro Not quite the same as GNAT Pro; AdaCore _replaced_ the second form (the GMGPL) with the first form. _I_ agree that businesses should be happy with the runtime library exception; indeed, if not, they shouldn't use GCC at all because the C++ (and C) RTL is licensed on the same terms. But there's a lot of FUD about the GPL.