X-Spam-Check-By: sourceware.org From: Lloeki To: cygwin AT cygwin DOT com Subject: Re: GPL Alert: Super Date: Fri, 16 Jun 2006 08:17:14 +0200 User-Agent: KMail/1.9.1 References: <44913FDC DOT 3030207 AT mscha DOT org> In-Reply-To: <44913FDC.3030207@mscha.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606160817.14180.lloeki@gmail.com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Thursday 15 June 2006 13:09, Michael Schaap wrote: > http://www.erightsoft.com/SUPER.html > It's a GUI around a bunch of command-line video file editing tools. > > Installs both cygwin1.dll and cygz.dll in the System32 folder. Can't > find any mention of source code on the web site. > > (I won't even mention that it distributes these open source command-line > tools without any source code as well. Oops... looks like I just did.) > > - Michael > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ As far as I can tell, it's merely a frontend, which spawns (sub)processes. GPL boundaries are at fork()ing and exec()ing stuff, so as long as this frontent just exec() GPL software without any linking against GPL software/lib, it can be any license. He doesn't have to provide source code for distributed binaries either, but just point out that it's free software, and if ever asked for source code, point at a place to get it. IANALATEIHSMBSI (which I can pronounce now). Lloeki -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/