summaryrefslogtreecommitdiffstats
path: root/source/lib/crc32.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-15 05:35:57 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-15 05:35:57 +0000
commitc48ee2bfbaec8a29b6c5da2a4e3d28937c9fb8e2 (patch)
treee9f08d95f8e514eca60d5778a8a509516102996a /source/lib/crc32.c
parent475992730c0ecbf31c09b3518df2f0354cec61da (diff)
downloadsamba-c48ee2bfbaec8a29b6c5da2a4e3d28937c9fb8e2.tar.gz
samba-c48ee2bfbaec8a29b6c5da2a4e3d28937c9fb8e2.tar.xz
samba-c48ee2bfbaec8a29b6c5da2a4e3d28937c9fb8e2.zip
second implementation of crc32, used with permission of francesco ferrara
<francesco@aerre.it>. thanks! http://www.aerre.it/francesco
Diffstat (limited to 'source/lib/crc32.c')
-rw-r--r--source/lib/crc32.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/lib/crc32.c b/source/lib/crc32.c
index ad7131a8009..8e687d30e69 100644
--- a/source/lib/crc32.c
+++ b/source/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 <francesco@aerra.it>
*
- * 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
*
*
*/