From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fed1rmmtao08.cox.net (fed1rmmtao08.cox.net [68.230.241.31]) by ozlabs.org (Postfix) with ESMTP id 7273268679 for ; Sat, 5 Nov 2005 02:00:44 +1100 (EST) Date: Fri, 4 Nov 2005 08:00:41 -0700 From: Matt Porter To: Tom Rini Message-ID: <20051104080041.A15257@cox.net> References: <20051103183256.GJ3839@smtp.west.cox.net> <20051104042524.GD8515@pb15.lixom.net> <20051104145027.GQ3839@smtp.west.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20051104145027.GQ3839@smtp.west.cox.net>; from trini@kernel.crashing.org on Fri, Nov 04, 2005 at 07:50:27AM -0700 Cc: linuxppc-dev@ozlabs.org, Andrew Morton Subject: Re: [PATCH 2.6.14] ppc32: Allow for bigger compressed kernels List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Nov 04, 2005 at 07:50:27AM -0700, Tom Rini wrote: > On Thu, Nov 03, 2005 at 08:25:24PM -0800, Olof Johansson wrote: > > On Thu, Nov 03, 2005 at 11:32:56AM -0700, Tom Rini wrote: > > > > > --- a/arch/ppc/boot/simple/misc.c > > > +++ b/arch/ppc/boot/simple/misc.c > > > @@ -7,10 +7,10 @@ > > > * your serial console. If a machine meets these requirements, it can quite > > > * likely use this code during boot. > > > * > > > - * Author: Matt Porter > > > + * Author: Tom Rini > > > * Derived from arch/ppc/boot/prep/misc.c > > > > I understand adding authors to a file when code is added, but why should > > author credit be removed? > > It wasn't Matt's code really. I know he did the 44x EMAC fixes, but > other than that it was my code, heavily cribbed from all of the old > per-board bootwrappers, that were cribbed from the prep one. Yes, I think what happened was that when you rewrote the arch/ppc/boot/ stuff, you started with the a version of the file I had written for one of my platforms which is where my name came to stick in there. The details are hazy in my memory as to how I came to be the "sole author" of this code. :) In any case, I think having you attributed as the author of this stuff is appropriate and I can be removed. -Matt