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 Path: g2news2.google.com!postnews.google.com!o14g2000vbo.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: MinGW Ada compiler licence question targeting commercial applications Date: Fri, 19 Jun 2009 08:36:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <33f1587d-b3eb-4866-8121-b027743d1114@n4g2000vba.googlegroups.com> NNTP-Posting-Host: 82.20.239.89 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1245425794 10616 127.0.0.1 (19 Jun 2009 15:36:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 19 Jun 2009 15:36:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o14g2000vbo.googlegroups.com; posting-host=82.20.239.89; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Safari/530.17,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:6539 Date: 2009-06-19T08:36:34-07:00 List-Id: On Jun 18, 11:41=A0pm, Hibou57 (Yannick Duch=EAne) wrote: > As I've replied to Pascal and to someone else before, if possible, I > would like it to be open source (this is obvious I think, I'm not to > write a virus or a trojan) to people who wish to get the source As I understand it, you are prepared to provide a source code distribution under a license which does not permit redistribution. That's not what most people would call 'open source' (I'm not saying it's wrong, it's your code -- or it will be). If you were writing in C and building your program for distribution using GCC you would be just fine, because of the run-time library exception noted above. If you are writing in Ada and building your program for distribution using GCC (from the FSF, and by the sound of it from MinGW as well) you will be just fine, because of the run-time library exception. If you are writing in Ada and building your program for distribution using GNAT GPL from AdaCore, you are stuffed because they have actively removed the run-time library exception. So, write in Ada and build your program for distribution using GCC. Job done.