*** empty log message ***
[yaffs/.git] / yaffs_ecc.c
index 1420da2491445efb795f4b4a79ecb9ebbb1845f2..7317d7726e7525b73901bdfa52db65a8a344460f 100644 (file)
@@ -7,10 +7,10 @@
  *
  * Created by Charles Manning <charles@aleph1.co.uk>
  *
- * 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.
  *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * version 2.1 as published by the Free Software Foundation.
  */
  
  /*
@@ -29,7 +29,7 @@
 // Bit 0 of each entry indicates whether the entry has an odd or even parity, and therefore
 // this bytes influence on the line parity.
 
-const char *yaffs_ecc_c_version = "$Id: yaffs_ecc.c,v 1.1 2003-05-20 22:32:24 charles Exp $";
+const char *yaffs_ecc_c_version = "$Id: yaffs_ecc.c,v 1.2 2003-05-20 23:20:53 charles Exp $";
 
 
 #include "yaffs_ecc.h"