From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [217.111.56.18] (helo=spring.sncag.com) by canuck.infradead.org with esmtp (Exim 4.33 #1 (Red Hat Linux)) id 1BiOe5-00057X-6a for linux-mtd@lists.infradead.org; Wed, 07 Jul 2004 22:28:22 -0400 To: Marius Groeger In-Reply-To: (Marius Groeger's message of "Wed, 7 Jul 2004 16:51:54 +0200 (CEST)") References: <87fz85eidc.fsf@farside.sncag.com> <8765909olf.fsf@farside.sncag.com> From: Rainer Weikusat Date: Thu, 08 Jul 2004 10:28:12 +0800 Message-ID: <87isczcjwj.fsf@farside.sncag.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-mtd@lists.infradead.org Subject: Re: cmdlineparts.c [PATCH] List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Marius Groeger writes: > On Wed, 7 Jul 2004, Rainer Weikusat wrote: >> And I don't really have an idea about what to do with the 'author' >> and 'copyright' parts, either, > > You should claim the MODULE_AUTHOR() tag for yourself. OTOH, it is > good practice to just leave the existing copyright notices in the head > and add yours to the list. Is it OK for you to use this hunk? > > --- cmdlinepart.c.org 2004-07-07 16:48:53.000000000 +0200 > +++ cmdlinepart.c 2004-07-07 16:49:50.000000000 +0200 > @@ -3,7 +3,8 @@ > * > * Read flash partition table from command line > * > - * Copyright 2002 SYSGO Real-Time Solutions GmbH > + * Copyright 2002 SYSGO AG > + * Copyright 2004 SNC AG > * > * The format for the command line is as follows: > * > Certainly.