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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,c92999d3d36edb6c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!newsfe12.iad.POSTED!4a71828c!not-for-mail From: Hyman Rosen User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: MinGW Ada compiler licence question targeting commercial applications References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@WWWSpace.NET NNTP-Posting-Date: Thu, 18 Jun 2009 20:12:09 UTC Date: Thu, 18 Jun 2009 16:12:08 -0400 Xref: g2news2.google.com comp.lang.ada:6519 Date: 2009-06-18T16:12:08-04:00 List-Id: anon wrote: > The license is for the GNAT compiler and tool suite. You can freely download > and modify any to all GNAT programs but you can not sell GNAT or its tools > suite unless you obtain the rights from Adacore. Says who? As far as I know, the entire toolchain distributed by AdaCore is released under the GPL, and you may sell it to your heart's content without requiring any permission from anyone. When you do sell it, you must comply with the GPL, of course. > Now, if you use GNAT, you can build a commercial program, but the GPL 2 and > 3 will force you to use a GPL or GPL-like license for your commerical project. Only if the output actually contains significant amounts of copied GPLed code. For example, doesn't GNAT have a no-runtime option?