From owner-svn-src-all@FreeBSD.ORG Fri Aug 1 02:20:18 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F25EF434; Fri, 1 Aug 2014 02:20:17 +0000 (UTC) Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 93F132A2C; Fri, 1 Aug 2014 02:20:16 +0000 (UTC) Received: from ns.kevlo.org (localhost [127.0.0.1]) by ns.kevlo.org (8.14.8/8.14.8) with ESMTP id s712JtK1063609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 1 Aug 2014 10:19:56 +0800 (CST) (envelope-from kevlo@ns.kevlo.org) Received: (from kevlo@localhost) by ns.kevlo.org (8.14.8/8.14.8/Submit) id s712JtNq063608; Fri, 1 Aug 2014 10:19:55 +0800 (CST) (envelope-from kevlo) Date: Fri, 1 Aug 2014 10:19:54 +0800 From: Kevin Lo To: "Bjoern A. Zeeb" Subject: Re: svn commit: r269319 - head/sys/dev/usb/net Message-ID: <20140801021954.GA63598@ns.kevlo.org> References: <201407310334.s6V3YP4Q018668@svn.freebsd.org> <0841AC77-B2A7-47DD-8A9D-1AC8DEB79854@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0841AC77-B2A7-47DD-8A9D-1AC8DEB79854@FreeBSD.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 01 Aug 2014 02:20:18 -0000 On Fri, Aug 01, 2014 at 12:37:06AM +0000, Bjoern A. Zeeb wrote: > > > On 31 Jul 2014, at 03:34 , Kevin Lo wrote: > > > Author: kevlo > > Date: Thu Jul 31 03:34:25 2014 > > New Revision: 269319 > > URL: http://svnweb.freebsd.org/changeset/base/269319 > > > > Log: > > In copyright statement correct that the author is me, not Bill Paul. > > And you still hear the voices in his (now your) head? If this is not intentional either /usr/share/examples/etc/bsd-style-copyright is probably what you are looking for. > > We should really stop copying and pasting license from one file to another and copying and pasting network drivers around . . . > Didn't I fix it in r269322 ? > > > > Modified: > > head/sys/dev/usb/net/if_axgereg.h > > > > Modified: head/sys/dev/usb/net/if_axgereg.h > > ============================================================================== > > --- head/sys/dev/usb/net/if_axgereg.h Thu Jul 31 02:07:48 2014 (r269318) > > +++ head/sys/dev/usb/net/if_axgereg.h Thu Jul 31 03:34:25 2014 (r269319) > > @@ -11,10 +11,10 @@ > > * notice, this list of conditions and the following disclaimer in the > > * documentation and/or other materials provided with the distribution. > > * > > - * THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND > > + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND > > * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE > > * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE > > - * ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD > > + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR THE VOICES IN HIS HEAD > > * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR > > * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF > > * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS > > > > — > Bjoern A. Zeeb "Come on. Learn, goddamn it.", WarGames, 1983 Kevin