From owner-cvs-src@FreeBSD.ORG Tue Feb 1 05:39:10 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B88A16A4D2; Tue, 1 Feb 2005 05:39:10 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 030A443D53; Tue, 1 Feb 2005 05:39:10 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j115bRcD035749; Mon, 31 Jan 2005 22:37:27 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 31 Jan 2005 22:39:07 -0700 (MST) Message-Id: <20050131.223907.73653237.imp@bsdimp.com> To: bmilekic@FreeBSD.ORG From: "M. Warner Losh" In-Reply-To: <200502010317.j113HqEK004223@repoman.freebsd.org> References: <200502010317.j113HqEK004223@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 05:39:10 -0000 In message: <200502010317.j113HqEK004223@repoman.freebsd.org> Bosko Milekic writes: : bmilekic 2005-02-01 03:17:52 UTC : : FreeBSD src repository : : Modified files: : sys/kern kern_mbuf.c : Log: : Update copyright, remove "all rights reserved" (since they are not : all reserved, as the lisence makes clear), and strike the third clause : (now this is a 2-clause liberal BSDL as are the rest of files I hold : copyright over). Part of this is incorrect. "All Rights Reserved." is the correct thing to add, as it invokes certain tready language. You reserve all your rights first, and then grant permission based on that. Warner