From owner-svn-src-all@FreeBSD.ORG Thu Jan 22 23:06:41 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 A3FE6106567A; Thu, 22 Jan 2009 23:06:41 +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 3A1538FC1A; Thu, 22 Jan 2009 23:06:41 +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 n0MN3V66054227; Thu, 22 Jan 2009 16:03:31 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 22 Jan 2009 16:04:10 -0700 (MST) Message-Id: <20090122.160410.-1305646724.imp@bsdimp.com> To: rwatson@FreeBSD.org From: "M. Warner Losh" In-Reply-To: References: <9bbcef730901221255u5767d16bo230da23542a171d7@mail.gmail.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@FreeBSD.org, jeff@FreeBSD.org, src-committers@FreeBSD.org, ivoras@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: Thu, 22 Jan 2009 23:06:42 -0000 In message: Robert Watson writes: : On Thu, 22 Jan 2009, Ivan Voras wrote: : = : > 2009/1/22 Robert Watson : : > : >> FWIW, the one case where I don't really do that is when I worked o= n some = : >> code on my own and hence hold the copyright for it, then did some = work = : >> under a contract for a customer on it such that they own the copyr= ight on = : >> enhancements, and then I do some further work on my own. In that = case, = : >> I'll leave a discontinuity to reflect the fact that the copyright = on = : >> changes made in the gap were assigned elsewhere. Not clear this i= s the = : >> right thing to do, but I'm fairly sure at least some of my custome= rs are = : >> more comfortable with that as it leaves no confusion in the source= as to = : >> which bits they sponsored/own. : > : > Of course this is purely cosmetic as "one year" is a terrible granu= larity = : > for commits to a moving target :) : > : > (i.e. legally it's worthless information) : = : Sorry, that simply isn't the case, as copyright expiration doesn't tr= ack the = : exact moment at which something was created. Copyright law varies by= country, = : but US copyright law is of particular importance to the FreeBSD Proje= ct, so I = : direct you to the US Copyright Office's rather helpful circular 92, w= hich = : provides a useful summary: : = : =A7 305. Duration of copyright: Terminal date : = : All terms of copyright provided by sections 302 through 304 run to= the end : of the calendar year in which they would otherwise expire. : = : So the year of creation really is the date that matters. And as nebul= ous as = : the far-off expiration of copyright dates may seem to you now, rememb= er that: = : (a) we work on software that includes copyrights almost 30 years old,= and (b) = : copyright law has an annoying propensity to change out from under you= .= Also, works fixed in tangible form in the last half of the year expire as if they'd been fixed in that form in the following year. Which is why you see books 'Copyright (c) 2009' starting in about October... Warner