From owner-freebsd-questions@FreeBSD.ORG Sat Apr 14 19:36:30 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D09016A408 for ; Sat, 14 Apr 2007 19:36:30 +0000 (UTC) (envelope-from cryx-freebsd@h3q.com) Received: from mail.h3q.com (mail.h3q.com [217.13.206.148]) by mx1.freebsd.org (Postfix) with ESMTP id ECEB313C48A for ; Sat, 14 Apr 2007 19:36:29 +0000 (UTC) (envelope-from cryx-freebsd@h3q.com) Received: (qmail 12827 invoked from network); 14 Apr 2007 19:09:47 -0000 Received: from unknown (HELO goa.local) (smtpsend@85.179.4.206) by mail.h3q.com with AES256-SHA encrypted SMTP; 14 Apr 2007 19:09:47 -0000 Message-ID: <462126FA.40409@h3q.com> Date: Sat, 14 Apr 2007 21:09:46 +0200 From: Philipp Wuensche User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Chad Perrin References: <200704140121.TAA29887@lariat.net> <4620D1DD.5050902@h3q.com> <200704141551.JAA07865@lariat.net> <4621078B.6070302@h3q.com> <20070414185056.GE302@demeter.hydra> In-Reply-To: <20070414185056.GE302@demeter.hydra> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: Virally licensed code in FreeBSD kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2007 19:36:30 -0000 Chad Perrin wrote: > On Sat, Apr 14, 2007 at 06:55:39PM +0200, Philipp Wuensche wrote: >> Brett Glass wrote: >> >> So CDDL does not require to license add-ons under CDDL, GPL does. In >> this terms, FreeBSD is basically an add-on to the ZFS module ;-). > > The most relevant part of the CDDL seems to be section 3.6, "Larger > Works": > > You may create a Larger Work by combining Covered Software with other > code not governed by the terms of this License and distribute the > Larger Work as a single product. In such a case, You must make sure the > requirements of this License are fulfilled for the Covered Software. > > The term "Covered Software" is defined in a sufficiently ambiguous > manner that a court battle over whether or not a "Larger Work" would be > subject, in full, to the terms of the CDDL would probably be decided in > favor of the guy with more money: > > "Covered Software" means (a) the Original Software, or (b) > Modifications, or (c) the combination of files containing Original > Software with files containing Modifications, in each case including > portions thereof. But the rest of the BSD system does not fall under "Original Software", "Modifications" or combination of both as they are defined in this licsense. As I see it, it just states that everything under CDDL in the "Larger Work" has to be handled like that, this does not include the rest of the "Larger Work" which would be "code not governed by the terms of this License". They explicitly state: "In such a case, You must make sure the requirements of this License are fulfilled for the _Covered Software_." So the requirements must be fullfilled for software under CDDL, and not for "code not governed by the terms of this License" (code under BSD in our case). greetings, philipp