From owner-freebsd-multimedia@FreeBSD.ORG Tue May 17 08:10:16 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0987116A4CE for ; Tue, 17 May 2005 08:10:16 +0000 (GMT) Received: from sohara.org (sohara.org [192.220.64.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id B014843DDB for ; Tue, 17 May 2005 08:10:15 +0000 (GMT) (envelope-from steve@sohara.org) Received: (qmail 47219 invoked by uid 16563); 17 May 2005 08:10:14 -0000 Received: from unknown (HELO sohara-lt) ([217.12.14.240]) (envelope-sender ) by 192.220.64.179 (qmail-ldap-1.03) with SMTP for ; 17 May 2005 08:10:14 -0000 Date: Tue, 17 May 2005 09:10:14 +0100 From: Steve O'Hara-Smith To: Jacob Meuser Message-Id: <20050517091014.4423cb7f.steve@sohara.org> In-Reply-To: <20050517030001.GE31386@puff.jakemsr.gom> References: <1116257113.691.19.camel@maarten> <20050516164207.693b7f90.steve@sohara.org> <20050517030001.GE31386@puff.jakemsr.gom> Organization: Steve O'Hara-Smith X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-interix3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org Subject: Re: Pinnacle PCTV Pro support in bktr X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 08:10:16 -0000 On Mon, 16 May 2005 20:00:01 -0700 Jacob Meuser wrote: > speaking of which. I submitted your bktr code to the ffmpeg developers, > and there is a small issue with it's license. since the time you wrote > that, they have changed to mostly LGPL. grab.c is LGPL. would you like > to change the license of grab_bsdbktr.c to LGPL instead of the current > GPL? otherwise, the bktr code can only be used if ffmpeg is built > with --enable-gpl. The GPL license in it comes from that in grab.c (from which the code is partly derived), otherwise I would have used BSDL :) I'm more than happy to see it softened to LGPL. Strictly speaking I suppose formal permission would have to come from the author of grab.c too, but since that code is now in LGPL that shouldn't be a problem.