commit | 7d47c9e38ad53f9fec49b34cbe7012d6f4a926a4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Feb 16 21:11:52 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Feb 16 21:11:52 2000 +0000 |
tree | 70c51ad51870ea654dd32ea1dec4f603e4aadcd4 | |
parent | 44cf8ef521a5dc8e0a8d6b19c9f37897a4db5922 [diff] |
Patch by Jim Ahlstrom to add crc32, a useful checksum function (e.g. used for ZIP files). The patch includes code that says: + Copyright (C) 1986 Gary S. Brown. You may use this program, or + code or tables extracted from it, as desired without restriction. My interpretation (and Jim's) is that Gary S Brown has no claims under copyright, patent or other rights or interests. Lawyers might disagree.