Expunge revision histories in files.
[u/mdw/catacomb] / crc32.c
diff --git a/crc32.c b/crc32.c
index 7077fa6..f6590aa 100644 (file)
--- a/crc32.c
+++ b/crc32.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: crc32.c,v 1.2 2004/03/21 23:52:58 mdw Exp $
+ * $Id: crc32.c,v 1.3 2004/04/08 01:36:15 mdw Exp $
  *
  * Generic hash wrapper for CRC32
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: crc32.c,v $
- * Revision 1.2  2004/03/21 23:52:58  mdw
- * Ooops, how did that slip by?  Fix return type of @ghcopy@.
- *
- * Revision 1.1  2001/04/19 18:26:32  mdw
- * Add CRC as another hash function.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <mLib/crc32.h>