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!postnews.google.com!b68g2000cwa.googlegroups.com!not-for-mail From: "Martin Krischik" Newsgroups: comp.lang.ada Subject: Re: AdaCore ... the Next SCO? Date: 28 Jun 2006 00:28:19 -0700 Organization: http://groups.google.com Message-ID: <1151479699.777290.36890@b68g2000cwa.googlegroups.com> References: <1151405920.523542.137920@p79g2000cwp.googlegroups.com> <1151413996.881418.65260@x69g2000cwx.googlegroups.com> <2418185.2jO2KLhFBO@linux1.krischik.com> <1151431127.2179.20.camel@localhost> NNTP-Posting-Host: 138.189.119.153 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1151479705 14624 127.0.0.1 (28 Jun 2006 07:28:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 28 Jun 2006 07:28:25 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: b68g2000cwa.googlegroups.com; posting-host=138.189.119.153; posting-account=2-0LkQwAAAAQMhPSoYwlMiUmi-6lYh44 Xref: g2news2.google.com comp.lang.ada:5192 Date: 2006-06-28T00:28:19-07:00 List-Id: Georg Bauhaus wrote: > > and booch, charles, AdaCL - all currently GMGPL > > would need to to relicensed to GPL now to be used with with GNAT/GPL. > > I don't think that any GMGPL sources need to be relicensed > to be used with GNAT GPL Edition for free software work. > 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. > 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. Martin