Fix file header to match all the others
authorcolin <colin>
Wed, 7 Mar 2007 08:05:58 +0000 (08:05 +0000)
committercolin <colin>
Wed, 7 Mar 2007 08:05:58 +0000 (08:05 +0000)
patches/yaffs_mtdif2.c

index bc6fc705667faa3094cfc81698cf127ac131b243..8f73ac4e25c9dfe63d2b71949d9081b4910a5cb4 100644 (file)
@@ -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
  * 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"