diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-15 05:35:57 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-15 05:35:57 +0000 |
commit | ba22030ed7e81749116191bce26e948ebf35e2cb (patch) | |
tree | 7c86fc1c12906c84f783ccd5289800e8b8378989 /source3 | |
parent | fc7d3e4caa7650c02ef36fff83b64b06050f66b1 (diff) | |
download | samba-ba22030ed7e81749116191bce26e948ebf35e2cb.tar.gz samba-ba22030ed7e81749116191bce26e948ebf35e2cb.tar.bz2 samba-ba22030ed7e81749116191bce26e948ebf35e2cb.zip |
second implementation of crc32, used with permission of francesco ferrara
<francesco@aerre.it>. thanks!
http://www.aerre.it/francesco
(This used to be commit c48ee2bfbaec8a29b6c5da2a4e3d28937c9fb8e2)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/crc32.c | 6 |
1 files 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 <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 * * */ |