Date: Fri, 30 Jul 2010 17:51:23 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r210661 - head/sys/dev/et Message-ID: <201007301751.o6UHpNnM031998@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Fri Jul 30 17:51:22 2010 New Revision: 210661 URL: http://svn.freebsd.org/changeset/base/210661 Log: Change copyright holder to author. We prefer using a real legal entity for copyright holders. Approved by: sephe MFC after: 3 days Modified: head/sys/dev/et/if_et.c head/sys/dev/et/if_etreg.h head/sys/dev/et/if_etvar.h Modified: head/sys/dev/et/if_et.c ============================================================================== --- head/sys/dev/et/if_et.c Fri Jul 30 16:27:41 2010 (r210660) +++ head/sys/dev/et/if_et.c Fri Jul 30 17:51:22 2010 (r210661) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 The DragonFly Project. All rights reserved. + * Copyright (c) 2007 Sepherosa Ziehau. All rights reserved. * * This code is derived from software contributed to The DragonFly Project * by Sepherosa Ziehau <sepherosa@gmail.com> Modified: head/sys/dev/et/if_etreg.h ============================================================================== --- head/sys/dev/et/if_etreg.h Fri Jul 30 16:27:41 2010 (r210660) +++ head/sys/dev/et/if_etreg.h Fri Jul 30 17:51:22 2010 (r210661) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 The DragonFly Project. All rights reserved. + * Copyright (c) 2007 Sepherosa Ziehau. All rights reserved. * * This code is derived from software contributed to The DragonFly Project * by Sepherosa Ziehau <sepherosa@gmail.com> Modified: head/sys/dev/et/if_etvar.h ============================================================================== --- head/sys/dev/et/if_etvar.h Fri Jul 30 16:27:41 2010 (r210660) +++ head/sys/dev/et/if_etvar.h Fri Jul 30 17:51:22 2010 (r210661) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007 The DragonFly Project. All rights reserved. + * Copyright (c) 2007 Sepherosa Ziehau. All rights reserved. * * This code is derived from software contributed to The DragonFly Project * by Sepherosa Ziehau <sepherosa@gmail.com>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007301751.o6UHpNnM031998>