From owner-p4-projects@FreeBSD.ORG Tue Oct 24 03:03:42 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9A95116A4C8; Tue, 24 Oct 2006 03:03:42 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5567D16A4A7; Tue, 24 Oct 2006 03:03:42 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90FE43D4C; Tue, 24 Oct 2006 03:03:41 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k9O32FMJ075497; Mon, 23 Oct 2006 21:02:15 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 23 Oct 2006 21:01:29 -0600 (MDT) Message-Id: <20061023.210129.-135506786.imp@bsdimp.com> To: gonzo@freebsd.org From: "M. Warner Losh" In-Reply-To: <4534ED30.4030500@freebsd.org> References: <200610131444.k9DEi74J035961@repoman.freebsd.org> <20061016.162545.179961016.imp@bsdimp.com> <4534ED30.4030500@freebsd.org> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 23 Oct 2006 21:02:15 -0600 (MDT) Cc: perforce@freebsd.org Subject: Re: PERFORCE change 107824 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 03:03:42 -0000 In message: <4534ED30.4030500@freebsd.org> Oleksandr Tymoshenko writes: : M. Warner Losh wrote: : > In message: <200610131444.k9DEi74J035961@repoman.freebsd.org> : > Oleksandr Tymoshenko writes: : > : http://perforce.freebsd.org/chv.cgi?CH=107824 : > : : > : Change 107824 by gonzo@gonzo_hq on 2006/10/13 14:43:46 : > : : > : o Tweak exception handlers to conform new pmap model. Kernel map : > : works fine, userland still in action. : > : > Did this code come from the NetBSD code, or was it just the idea? : > Seems odd that these small changes would require adding a NetBSD : > license... : Code came from NetBSD source tree. Is there any place I can : read license policy? I mean it's clear when to put own copyright, but : there is no info when to put license to file with derived code. That's hard to know. Legally, once you get into the 90-95% range, you most likely have a whole new work (it depends, since once you get to that point, most of the code likely is insignficant or dictated by externalities, which isn't covered). If it is < 50%, then definitely you need something. Between these two ends is a judgement call. Is there any creative part to what you've included? If so, then include the license. Warner