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,3ec90d7920bdc8e8 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny08.POSTED!c9e1c1fe!not-for-mail From: Jeffrey Creem User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada and licensing References: <1190014387.975202.55530@57g2000hsv.googlegroups.com> <1190032323.899346.97800@50g2000hsm.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Wed, 19 Sep 2007 23:15:01 GMT NNTP-Posting-Host: 71.168.66.159 X-Complaints-To: abuse@verizon.net X-Trace: trndny08 1190243701 71.168.66.159 (Wed, 19 Sep 2007 19:15:01 EDT) NNTP-Posting-Date: Wed, 19 Sep 2007 19:15:01 EDT Xref: g2news2.google.com comp.lang.ada:2043 X-Original-Bytes: 1850 Date: 2007-09-19T23:15:01+00:00 List-Id: Jacob Sparre Andersen wrote: > Simon Wright wrote: >> Ole-Hjalmar Kristensen wrote: > >>> I suppose you could also compile with GNAT, and send a library to >>> your customers. Still no RTL involved. >> I think that would be the same as distributing an executable. > > Not quite. > >> Not aware of anyone having discussed this, but as far as I can see a >> .o file would be GPL'd just as much as the .exe's built from it. > > No. The GPL is on the run-time library. And .o files are not linked, > and thus not infected with the license of the run-time library. > > Greetings, > > Jacob (IANAL) Except of course that GNAT uses template based expansion for generics thus if you instantiate a generic that is itself GPL, I don't think you can fully get around this by just using .o's