From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 7DFC468672 for ; Fri, 4 Nov 2005 15:26:40 +1100 (EST) Date: Thu, 3 Nov 2005 20:25:24 -0800 To: Tom Rini Message-ID: <20051104042524.GD8515@pb15.lixom.net> References: <20051103183256.GJ3839@smtp.west.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20051103183256.GJ3839@smtp.west.cox.net> From: Olof Johansson Cc: Andrew Morton , linuxppc-dev@ozlabs.org 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 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? -Olof