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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7684e927a2475d0 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Newsgroups: comp.lang.ada Subject: Re: can one build commercial applications with latest gnat and other licenses related questions... References: <449660f0$0$11077$9b4e6d93@newsread4.arcor-online.net> From: M E Leypold Date: 19 Jun 2006 12:29:27 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Some cool user agent (SCUG) NNTP-Posting-Host: 88.72.235.113 X-Trace: news.arcor-ip.de 1150712624 88.72.235.113 (19 Jun 2006 12:23:44 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news2.google.com!news2.google.com!news4.google.com!news.glorb.com!solnet.ch!solnet.ch!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news2.google.com comp.lang.ada:4828 Date: 2006-06-19T12:29:27+02:00 List-Id: Georg Bauhaus writes: > klobert wrote: > > I am looking for some clear information related with ada compiler > > licensing. > > Is it possible to build commercial applications without releasing the > > source code using latest "libre" version of gnat ? > > Yes. > If by commercial you mean selling just the binaries to third parties, no. > > > What's the difference in functionality between these: > > (gnat, gccada3.44, gccada4.1.0 ? ) > > Bug fixes, ASIS (yes, no, some), varying levels of support for the new > Ada 2005 features, and more. I'd like to add, that AFAIS nothing forbids you to do development with gnat-2006 (using the full ASIS support for debugging and perhaps generating source code and then compile the project with gccada and ship these binaries closed source style to the customer. > > Is thee any ada compiler under BSD license ? > > Not aware of one. And its actually not necessary: The Toolchain might be under GPL as it likes (it's OK in my book that nobody can create a closed source tool from the compiler), but what is annoying is if the GPL infects any tool compiled _with_ the compiler. This is less freedom not more. Regards -- Markus