From owner-svn-src-all@FreeBSD.ORG Mon Jan 26 18:01:13 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2B4510657FD; Mon, 26 Jan 2009 18:01:13 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 78C498FC24; Mon, 26 Jan 2009 18:01:13 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n0QHvF8X049551; Mon, 26 Jan 2009 10:57:15 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 26 Jan 2009 10:58:01 -0700 (MST) Message-Id: <20090126.105801.1031244444.imp@bsdimp.com> To: obrien@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20090126174908.GF87007@dragon.NUXI.org> References: <20090126083518.GB87007@dragon.NUXI.org> <20090126.102749.-1017604081.imp@bsdimp.com> <20090126174908.GF87007@dragon.NUXI.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, jeff@FreeBSD.org, src-committers@FreeBSD.org, svn-src-all@FreeBSD.org Subject: Re: svn commit: r187580 - head/tools/sched X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2009 18:01:15 -0000 In message: <20090126174908.GF87007@dragon.NUXI.org> "David O'Brien" writes: : On Mon, Jan 26, 2009 at 10:27:49AM -0700, M. Warner Losh wrote: : > In message: <20090126083518.GB87007@dragon.NUXI.org> : > "David O'Brien" writes: : > : On Thu, Jan 22, 2009 at 10:41:14AM -0700, M. Warner Losh wrote: : > : > In message: <200901220621.n0M6LU5v002745@svn.freebsd.org> : > : > Jeff Roberson writes: : > : > : Log: : > : > : - Update my copyright. : > : > : +# Copyright (c) 2002-2003, 2009, Jeffrey Roberson : > : > : > : > Stylistically, this should be 2002-2009. We don't need to list each : > : > and every year, so the project's policy is to list the earliest and : > : > the latest year. : > : : > : There is debate on this. GCC/Bintuils/GDB require years to be : > : specifically listed in which changes occur. Generally this means : > : discrete years, but I believe "2002-2003, 2009" maybe accepted also. : > : The listed years should not imply changes happened in years there was no : > : change, which 2002-2009 would imply. : > : This is also what the lawyers at work require. : > : > Right. But this is the FreeBSD project, and we, as a project, have : > determined that ranges are sufficient. There's no debate within the : > project about policy. Of course, other projects do other things. : : Right, but for The FreeBSD Project are ranges sufficient or necessary? : You didn't seem happy with Jeff's text, so it almost sounds like you're : saying its necessary. Read what I said. The preferred style is 2002-2009, and that's the strong recommendation for people to follow unless there's a compelling reason to differ. Some of the "edge" cases have been listed in this thread: (1) Work that's done to the same file, both on your own, and for clients who own the work. (2) Interaction with external projects. (3) Strong developer preference for listing years. Listing the years provides extra data, but doesn't give any extra legal strength. Warner