X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fcrc.c;h=a239908bd8e4e88354ec13547f15d7b187c13225;hb=ed5f76b3d2ed4a7d68aef19981a873f12acabba0;hp=7d8d341d1efbd3242b687322bf3cc3958f9e69d7;hpb=3dc4fcd4fabb9e2bc848c56052a648821d70e3db;p=bertos.git diff --git a/mware/crc.c b/mware/crc.c index 7d8d341d..a239908b 100755 --- a/mware/crc.c +++ b/mware/crc.c @@ -3,7 +3,7 @@ * * * \brief CRC table and support routines @@ -12,12 +12,21 @@ * \author Bernardo Innocenti */ -/* - * $Log$ - * Revision 1.1 2004/06/03 08:58:16 bernie - * Import into DevLib - * - */ +/*#* + *#* $Log$ + *#* Revision 1.4 2005/11/04 16:20:02 bernie + *#* Fix reference to README.devlib in header. + *#* + *#* Revision 1.3 2004/08/25 14:12:09 rasky + *#* Aggiornato il comment block dei log RCS + *#* + *#* Revision 1.2 2004/06/03 11:27:09 bernie + *#* Add dual-license information. + *#* + *#* Revision 1.1 2004/06/03 08:58:16 bernie + *#* Import into DevLib + *#* + *#*/ #include "crc.h"