From owner-svn-src-head@FreeBSD.ORG Sat Jul 9 20:16:53 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 324E5106564A; Sat, 9 Jul 2011 20:16:53 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2189B8FC14; Sat, 9 Jul 2011 20:16:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p69KGr1H014790; Sat, 9 Jul 2011 20:16:53 GMT (envelope-from hselasky@svn.freebsd.org) Received: (from hselasky@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p69KGriw014788; Sat, 9 Jul 2011 20:16:53 GMT (envelope-from hselasky@svn.freebsd.org) Message-Id: <201107092016.p69KGriw014788@svn.freebsd.org> From: Hans Petter Selasky Date: Sat, 9 Jul 2011 20:16:53 +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: r223896 - head/sys/dev/usb/net X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2011 20:16:53 -0000 Author: hselasky Date: Sat Jul 9 20:16:52 2011 New Revision: 223896 URL: http://svn.freebsd.org/changeset/base/223896 Log: Remove reviewed line from copyright header. Suggested by: joel @ Modified: head/sys/dev/usb/net/if_usie.c Modified: head/sys/dev/usb/net/if_usie.c ============================================================================== --- head/sys/dev/usb/net/if_usie.c Sat Jul 9 19:09:20 2011 (r223895) +++ head/sys/dev/usb/net/if_usie.c Sat Jul 9 20:16:52 2011 (r223896) @@ -1,7 +1,6 @@ /*- * Copyright (c) 2011 Anybots Inc * written by Akinori Furukoshi - * reviewed by Hans Petter Selasky * - ucom part is based on u3g.c * * Redistribution and use in source and binary forms, with or without