From owner-svn-src-all@FreeBSD.ORG Tue Feb 24 17:10:44 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 605DF106568B; Tue, 24 Feb 2009 17:10:44 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4F0F58FC08; Tue, 24 Feb 2009 17:10:44 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n1OHAh2X071199; Tue, 24 Feb 2009 17:10:43 GMT (envelope-from ed@svn.freebsd.org) Received: (from ed@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1OHAhCW071198; Tue, 24 Feb 2009 17:10:43 GMT (envelope-from ed@svn.freebsd.org) Message-Id: <200902241710.n1OHAhCW071198@svn.freebsd.org> From: Ed Schouten Date: Tue, 24 Feb 2009 17:10:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r189001 - head/sys/dev/usb/input 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: Tue, 24 Feb 2009 17:10:45 -0000 Author: ed Date: Tue Feb 24 17:10:43 2009 New Revision: 189001 URL: http://svn.freebsd.org/changeset/base/189001 Log: Use my address of the FreeBSD project in the copyright statement in USB2. If I remember correctly, our policy was to use FreeBSD with proper capitalisation in our email addresses. Fix this in Nick Hibma's address as well. Modified: head/sys/dev/usb/input/usb_rdesc.h Modified: head/sys/dev/usb/input/usb_rdesc.h ============================================================================== --- head/sys/dev/usb/input/usb_rdesc.h Tue Feb 24 16:47:59 2009 (r189000) +++ head/sys/dev/usb/input/usb_rdesc.h Tue Feb 24 17:10:43 2009 (r189001) @@ -1,8 +1,8 @@ /*- - * Copyright (c) 2000 Nick Hibma + * Copyright (c) 2000 Nick Hibma * All rights reserved. * - * Copyright (c) 2005 Ed Schouten + * Copyright (c) 2005 Ed Schouten * All rights reserved. * * Redistribution and use in source and binary forms, with or without