From owner-cvs-src@FreeBSD.ORG Thu Apr 22 12:38:31 2004 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 894AD16A4CF; Thu, 22 Apr 2004 12:38:31 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C77C43D5D; Thu, 22 Apr 2004 12:38:31 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3MJcRgr069010; Thu, 22 Apr 2004 13:38:27 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 22 Apr 2004 13:38:33 -0600 (MDT) Message-Id: <20040422.133833.26276033.imp@bsdimp.com> To: drosih@rpi.edu From: "M. Warner Losh" In-Reply-To: References: <20040422182026.GA10659@ip.net.ua> <20040422182749.GA17894@electra.cse.Buffalo.EDU> 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: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ru@FreeBSD.org cc: kensmith@cse.Buffalo.EDU cc: kensmith@FreeBSD.org Subject: Re: cvs commit: src/sys/sys copyright.h 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: Thu, 22 Apr 2004 19:38:31 -0000 In message: Garance A Drosihn writes: : At 2:27 PM -0400 4/22/04, Ken Smith wrote: : > : >... so just for confirmation: Basically any line : >that has the word 'copyright' on it most likely needs to be : >changed, though engage brain briefly before changing it (e.g. : >if it's buried inside of the UCB copyright statement leave it : >alone, just FBSD copyrights). Is that more or less the algorithm? : : I don't think we can just do that across all source files in : the system, if that's what you are thinking of. This is correct. There's only a small handful of files that need to be updated. Warner