From: colin Date: Wed, 7 Mar 2007 08:05:58 +0000 (+0000) Subject: Fix file header to match all the others X-Git-Tag: pre-name-change~315 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=0a0da938621f6eec378c7b3c173ce815a786759f Fix file header to match all the others --- diff --git a/patches/yaffs_mtdif2.c b/patches/yaffs_mtdif2.c index bc6fc70..8f73ac4 100644 --- a/patches/yaffs_mtdif2.c +++ b/patches/yaffs_mtdif2.c @@ -1,6 +1,5 @@ /* * YAFFS: Yet another FFS. A NAND-flash specific file system. - * yaffs_mtdif.c NAND mtd wrapper functions. * * Copyright (C) 2002 Aleph One Ltd. * for Toby Churchill Ltd and Brightstar Engineering @@ -10,13 +9,12 @@ * 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. - * */ /* mtd interface for YAFFS2 */ const char *yaffs_mtdif2_c_version = - "$Id: yaffs_mtdif2.c,v 1.1 2006-05-25 01:37:27 charles Exp $"; + "$Id: yaffs_mtdif2.c,v 1.2 2007-03-07 08:05:58 colin Exp $"; #include "yportenv.h"