From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.nokia.com ([131.228.20.173] helo=mgw-ext14.nokia.com) by canuck.infradead.org with esmtps (Exim 4.63 #1 (Red Hat Linux)) id 1HF7eE-0000Z8-SX for linux-mtd@lists.infradead.org; Thu, 08 Feb 2007 06:41:09 -0500 From: Bityutskiy Artem To: Kyungmin Park Date: Thu, 08 Feb 2007 13:39:31 +0200 Message-Id: <20070208113931.9630.71458.sendpatchset@localhost.localdomain> Subject: [PATCH] [MTD] OneNAND: add Nokia Copyright and a credit Cc: Bityutskiy Artem , A strange mailing list , Adrian Hunder List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Artem Bityutskiy Subject: [MTD] OneNAND: add Nokia Copyright and a credit As Nokia is paying for our work all we've done for OneNAND belongs to Nokia - so add Nokia Copyright. Also add a credit line for Adrian Hunted who did a lot of testing, bug-fixing and improvement work. Signed-off-by: Artem Bityutskiy diff --git a/drivers/mtd/onenand/onenand_base.c b/drivers/mtd/onenand/onenand_base.c index f690c19..b979edf 100644 --- a/drivers/mtd/onenand/onenand_base.c +++ b/drivers/mtd/onenand/onenand_base.c @@ -2,11 +2,16 @@ * linux/drivers/mtd/onenand/onenand_base.c * * Copyright (C) 2005-2007 Samsung Electronics + * Copyright (C) Nokia Corporation, 2007 + * * Kyungmin Park * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. + * + * 2007, Adrian Hunder : + * auto-placement support, read-while load support, various fixes */ #include