From ba22030ed7e81749116191bce26e948ebf35e2cb Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 15 Oct 1998 05:35:57 +0000 Subject: second implementation of crc32, used with permission of francesco ferrara . thanks! http://www.aerre.it/francesco (This used to be commit c48ee2bfbaec8a29b6c5da2a4e3d28937c9fb8e2) --- source3/lib/crc32.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source3/lib/crc32.c b/source3/lib/crc32.c index ad7131a800..8e687d30e6 100644 --- a/source3/lib/crc32.c +++ b/source3/lib/crc32.c @@ -1,9 +1,7 @@ /* - * Copyright francesco@aerra.it - code used WITHOUT acknowledgment to - * request to use it here yet received. + * Copyright Francesco Ferrara, 1998 * - * must work on the dr dobb's version or find another version if - * permission not received or permission refused. + * Used by kind permission, 14th October 1998. http://www.aerre.it/francesco * * */ -- cgit