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,d0f6c37e3c1b712a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!atl-c08.usenetserver.com!news.usenetserver.com!pc02.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: AdaCore ... the Next SCO? References: <1151405920.523542.137920@p79g2000cwp.googlegroups.com> <1151413996.881418.65260@x69g2000cwx.googlegroups.com> <2418185.2jO2KLhFBO@linux1.krischik.com> <1151431127.2179.20.camel@localhost> <1151479699.777290.36890@b68g2000cwa.googlegroups.com> From: Stephen Leake Date: Thu, 29 Jun 2006 13:53:27 -0400 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:QMWvA6HvQ4bc/Y/nDFIddLsjGdM= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 2c04944a413a2696e944529218 Xref: g2news2.google.com comp.lang.ada:5305 Date: 2006-06-29T13:53:27-04:00 List-Id: "Martin Krischik" writes: > Georg Bauhaus wrote: > >> The GMGPL is certainly GPL compatible. > > No they are not. Look at this simple code sniplet: > > with GNAT.OS_Lib; > > package My_OS_Lib > package Pass_Thrue renames GNAT.OS_Lib; > end My_OS_Lib; > > I used a rename to make shure the problem is exposed. What, exactly, are you trying to say here? The GMGPL license is GPL compatible; see http://www.gnu.org/philosophy/license-list.html#GPLCompatibleLicenses That means you can use GMGPL source code in a project that also has GPL source code; the license for the total project must be GPL. >> Even if you run into a pragma License(some invalid identifier), >> you just create a derivative work by placing '--' before the >> pragma. Just make sure that the result, if distributed, is >> distributed as required by the GPL. > > Right: My work has to become GPL as well. If you distribute binaries compiled with the GNAT GPL compiler, that is true. -- -- Stephe