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 | d0ca2da837844e592b55a49e9e3f5d39f2e4f0e4 (patch) | |
tree | 892b4d5d674d427163dafe9fbe008b6bb6569e8a /source3/lib | |
parent | a813f38e2dc894b548c23dea2bef98cef7d4f4e9 (diff) | |
download | samba-d0ca2da837844e592b55a49e9e3f5d39f2e4f0e4.tar.gz samba-d0ca2da837844e592b55a49e9e3f5d39f2e4f0e4.tar.bz2 samba-d0ca2da837844e592b55a49e9e3f5d39f2e4f0e4.zip |
added "permission obtained from John Erickson <jerickson@ddj.com> ...."
(This used to be commit 0067e45d4194bd14549aac6e8f40a2ef19305716)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/crc32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/lib/crc32.c b/source3/lib/crc32.c index ef9cefea18..cb8bcde909 100644 --- a/source3/lib/crc32.c +++ b/source3/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" |