]> granicus.if.org Git - python/commit
Patch by Jim Ahlstrom to add crc32, a useful checksum function
authorGuido van Rossum <guido@python.org>
Wed, 16 Feb 2000 21:11:52 +0000 (21:11 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 16 Feb 2000 21:11:52 +0000 (21:11 +0000)
commit7d47c9e38ad53f9fec49b34cbe7012d6f4a926a4
tree70c51ad51870ea654dd32ea1dec4f603e4aadcd4
parent44cf8ef521a5dc8e0a8d6b19c9f37897a4db5922
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.
Modules/binascii.c