diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-08 14:11:19 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-08 14:11:19 +0000 |
commit | 0067e45d4194bd14549aac6e8f40a2ef19305716 (patch) | |
tree | fdfe4b200f7692cdbd227661723d9c47d4e539af /source/lib/crc32.c | |
parent | c0dc8e87f0d56444a8ddff0817a94065ca295847 (diff) | |
download | samba-0067e45d4194bd14549aac6e8f40a2ef19305716.tar.gz samba-0067e45d4194bd14549aac6e8f40a2ef19305716.tar.xz samba-0067e45d4194bd14549aac6e8f40a2ef19305716.zip |
added "permission obtained from John Erickson <jerickson@ddj.com> ...."
Diffstat (limited to 'source/lib/crc32.c')
-rw-r--r-- | source/lib/crc32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/lib/crc32.c b/source/lib/crc32.c index ef9cefea18d..cb8bcde9097 100644 --- a/source/lib/crc32.c +++ b/source/lib/crc32.c @@ -3,6 +3,9 @@ * * Copyright Mark R. Nelson 1992 * + * This code used by permission of J Erickson <jerickson@ddj.com> + * Tues 6th October 1998. Copyright acknowledged above, as agreed. + * */ #include "includes.h" |