From owner-freebsd-questions@FreeBSD.ORG Tue Sep 12 13:17:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E10F16A407 for ; Tue, 12 Sep 2006 13:17:33 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from sirian.hst.org.za (sirian.hst.org.za [209.203.2.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 299C143D46 for ; Tue, 12 Sep 2006 13:17:29 +0000 (GMT) (envelope-from jonathan@hst.org.za) Received: from localhost (localhost.hst.org.za [127.0.0.1]) by sirian.hst.org.za (Postfix) with ESMTP id AE3E331C708 for ; Tue, 12 Sep 2006 15:16:36 +0200 (SAST) Received: from sirian.hst.org.za ([127.0.0.1]) by localhost (sirian.hst.org.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54281-08 for ; Tue, 12 Sep 2006 15:16:36 +0200 (SAST) Received: by sirian.hst.org.za (Postfix, from userid 1004) id 8001931C2A4; Tue, 12 Sep 2006 15:16:36 +0200 (SAST) Received: from sysadmin.int.dbn.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) by sirian.hst.org.za (Postfix) with ESMTP id D866F31C03E for ; Tue, 12 Sep 2006 15:16:35 +0200 (SAST) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Tue, 12 Sep 2006 15:17:23 +0200 User-Agent: KMail/1.7.2 References: <8a0028260609120316q7ab0d7bcydcaec44fea42e325@mail.gmail.com> <20060912123120.89833.qmail@web83110.mail.mud.yahoo.com> <8a0028260609120605h5c3e0dfey4b0976bf93d2c3d1@mail.gmail.com> In-Reply-To: <8a0028260609120605h5c3e0dfey4b0976bf93d2c3d1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609121517.24177.jonathan@hst.org.za> X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on sirian.hst.org.za X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=7.0 tests=BAYES_00 autolearn=ham version=2.61 X-Virus-Scanned: by amavisd-new at hst.org.za Subject: Re: Newbie Experience 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: Tue, 12 Sep 2006 13:17:33 -0000 On Tuesday 12 September 2006 15:05, Jeff Rollin wrote: > That was my point, that BSD was rewritten from the ground up to avoid AT&T > patents. So whilst some might consider BSD "real unix", it's really only > "emulating" V7 with Berkeley extensions. My understanding was that it was copyright rather than patents - and that the main reason for the settlement of the case between AT&T and BSD/University of California was that when they started comparing code, there was actually more Berkeley code in AT&T Unix than the other way round. Jonathan