From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19467 invoked from network); 8 Feb 2002 00:45:52 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 8 Feb 2002 00:45:52 -0000 Received: (qmail 23285 invoked by alias); 8 Feb 2002 00:45:31 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4663 Received: (qmail 23274 invoked from network); 8 Feb 2002 00:45:30 -0000 Date: Thu, 7 Feb 2002 19:45:16 -0500 From: Christopher Faylor To: Andrew Markebo Cc: Gary Oberbrunner , Zefram , Gabor , zsh-users@sunsite.dk Subject: Re: usage of zsh for profit? Message-ID: <20020208004516.GA19351@redhat.com> References: <20020206104852.A74470@vmunix.com> <20020206160524.GB26831@fysh.org> <3C6176A8.1050600@genarts.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.23.1i On Wed, Feb 06, 2002 at 11:13:53PM +0100, Andrew Markebo wrote: >And the endless discussion begins.. > >| But it's actually a cygwin program, at least on Windows, right? > >Depends on how they port it.. probably > >| Aren't all cygwin programs GPLed because of cygwin1.dll? Now as to > >Well you actually can compile a program with cygwin gcc and skip >cygwin1.dll, but probably not in this case.. > >| whether including a GPL program in your commercial product is OK I > >Well it is ok, as long as you provide the source to the stuff using >cygwin1.dll, zsh in this case, and the cygwin1.dll source too of >course.. If I am not completely off in my readings.. > >Earlier you could buy/fix a license from redhat to use cygwin1.dll >commercially, without needing to send sources.. No idea how it is >today. You can still purchase a cygwin "buy-out" license but it sounds like, for this application, it is just simple enough to provide the sources under the terms of the GPL. Note that if you provide the Cygwin DLL, you have to make sources available for it as well, not just zsh. The cygwin buy-out would allow you to not distribute the sources for the DLL. That means that you'd only have to worry about the ZSH licensing terms which seem pretty straightforward. Again, I am not advocating this. It seems like it should be pretty easy to just tar up the cygwin sources for whatever you're distributing and include them somewhere on a CD or, alternately, be ready to provide the sources if someone asks for them. (No, just pointing to the cygwin web site isn't enough to satisfy the GPL) cgf