X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Denis Itskovich Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP License question Date: Tue, 26 Jun 2007 06:33:50 -0700 Organization: http://groups.google.com Lines: 17 Message-ID: <1182864830.224185.4530@c77g2000hse.googlegroups.com> References: <1182678283 DOT 114639 DOT 139990 AT q69g2000hsb DOT googlegroups DOT com> <4680311a DOT sandmann AT clio DOT rice DOT edu> NNTP-Posting-Host: 192.198.152.97 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1182864830 19667 127.0.0.1 (26 Jun 2007 13:33:50 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 26 Jun 2007 13:33:50 +0000 (UTC) In-Reply-To: <4680311a.sandmann@clio.rice.edu> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 hafwpr01.iil.intel.com:911 (squid/2.6.STABLE12) Complaints-To: groups-abuse AT google DOT com Injection-Info: c77g2000hse.googlegroups.com; posting-host=192.198.152.97; posting-account=oSbL2g0AAABEFAo8-nlGVXciDOlWy6Xt To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Jun 26, 12:18 am, Charles Sandmann wrote: > > CWSDPMI [is] under GPL as well, and not under LGPL, which restricts > > using them in non open-source software. How could be achieved an > > approval for using STL for freeware, but closed-source solution? > > CWSDPMI can be distributed as GPL, OR the unmodified binaries can be > included in a closed source package (see copying.cws). So you have the > freedom do do either - many commercial packages have been distributed > with CWSDPMI. The problem is that I need to make small fix to binaries: by default CWSDPMI allocates all available XMS memory, if there is no VCPI available. But I need to use rather large amounts of XMS (64 - 128 MB) in my software. So I changed initial XMS allocation in CWSDPMI to half of available XMS. So, am I able to distribute executable with stubbed CWSDPMI (CWSDSTUB.EXE appended to COFF image) with this change?