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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e3c20f4bc2acc0ac,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!d21g2000prf.googlegroups.com!not-for-mail From: axtens Newsgroups: comp.lang.ada Subject: SPITBOL question (GNAT related) Date: Tue, 20 Nov 2007 00:40:24 -0800 (PST) Organization: http://groups.google.com Message-ID: <9607825a-d085-4a0f-a4bb-54ffda8d54ec@d21g2000prf.googlegroups.com> NNTP-Posting-Host: 165.228.152.196 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1195548024 813 127.0.0.1 (20 Nov 2007 08:40:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 20 Nov 2007 08:40:24 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d21g2000prf.googlegroups.com; posting-host=165.228.152.196; posting-account=1W9SuAoAAAApKJ8N7QNszANYOyWIVzjG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9,gzip(gfe),gzip(gfe) Content-Disposition: inline Xref: g2news1.google.com comp.lang.ada:18522 Date: 2007-11-20T00:40:24-08:00 List-Id: G'day everyone, I'm confused by some legalese in the headers for the SPITBOL routines, namely: -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- -- this unit does not by itself cause the resulting executable to be -- -- covered by the GNU General Public License. This exception does not -- -- however invalidate any other reasons why the executable file might be -- -- covered by the GNU Public License. -- What does this actually mean? I'm curious because I want to use the spitbol routines in a commercial package. The idea is to take the code, make it UTF-16 aware, compile it to a DLL and then use that DLL in my employer's software. I'm quite happy, and my employer is also, to release the modified code back into the wild. Kind regards, Bruce.