X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=yaffs_ecc.c;h=7317d7726e7525b73901bdfa52db65a8a344460f;hb=1ac8445c7e2f516db4a03a9d0715199279f9f134;hp=1420da2491445efb795f4b4a79ecb9ebbb1845f2;hpb=64a12f248950e23dd994ff29fd090480e0921930;p=yaffs%2F.git diff --git a/yaffs_ecc.c b/yaffs_ecc.c index 1420da2..7317d77 100644 --- a/yaffs_ecc.c +++ b/yaffs_ecc.c @@ -7,10 +7,10 @@ * * Created by Charles Manning * - * 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"