From owner-freebsd-questions@FreeBSD.ORG Sat Apr 14 05:19:53 2007 Return-Path: X-Original-To: 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 E0E8F16A404 for ; Sat, 14 Apr 2007 05:19:53 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id A201713C4AD for ; Sat, 14 Apr 2007 05:19:53 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-10-135.bredband.comhem.se ([83.253.10.135]:59660 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with smtp (Exim 4.63) (envelope-from ) id 1HcaR5-000594-6w for questions@freebsd.org; Sat, 14 Apr 2007 07:04:31 +0200 Received: (qmail 4216 invoked from network); 14 Apr 2007 07:04:28 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with SMTP; 14 Apr 2007 07:04:28 +0200 Received: (qmail 80457 invoked by uid 1001); 14 Apr 2007 07:04:28 +0200 Date: Sat, 14 Apr 2007 07:04:28 +0200 From: Erik Trulsson To: Brett Glass Message-ID: <20070414050428.GA80273@owl.midgard.homeip.net> Mail-Followup-To: Brett Glass , questions@freebsd.org References: <200704140121.TAA29887@lariat.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704140121.TAA29887@lariat.net> User-Agent: Mutt/1.5.14 (2007-02-12) X-ACL-Warn: Too high rate of unknown addresses received from you X-Scan-Result: No virus found in message 1HcaR5-000594-6w. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1HcaR5-000594-6w e832ad34b62fa80accd7115d1ae7515c Cc: questions@freebsd.org 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 05:19:54 -0000 On Fri, Apr 13, 2007 at 07:21:41PM -0600, Brett Glass wrote: > I just read with some concern the announcement that Sun's ZFS has > been integrated into the FreeBSD kernel. This would mean, > unfortunately, that FreeBSD is now covered by the CDDL, which is a > viral license similar to the GPL. Has FreeBSD abandoned its > longstanding practice of keeping the kernel truly free? It is not compiled in by default - for license reasons. In this respect it is no different than the GPL-licensed kernel components which are also not compiled in by default. To use either you will have to either compile a custom kernel, or load the component as a module. I.e. the FreeBSD kernel is still just as free as it has always been. -- Erik Trulsson ertr1013@student.uu.se