From: Erik M. <er...@us...> - 2002-01-20 23:26:49
|
Update of /cvsroot/blob/blob/include/blob In directory usw-pr-cvs1:/tmp/cvs-serv3765/include/blob Modified Files: crc32.h Log Message: Put the copyright attributions the right way. Also add some comments and fix a typo. Index: crc32.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/crc32.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- crc32.h 2002/01/20 23:16:18 1.1 +++ crc32.h 2002/01/20 23:26:46 1.2 @@ -1,5 +1,5 @@ /* - * crc32.c: calculate CRC32 + * crc32.h: calculate CRC32 * * Copyright (C) 2002 Erik Mouw <J.A...@it...> * based on linux/drivers/net/am79c961a.c |