summaryrefslogtreecommitdiff
path: root/phash.pl
AgeCommit message (Collapse)AuthorFilesLines
2009-06-28Add copyright verbiage to Perl scripts; update LICENSEH. Peter Anvin1-0/+31
This adds copyright verbiage to the Perl scripts. Scripts that are known to be clean w.r.t. the 2-clause BSD license are given that license; unclear ones are given the "LGPL for now". Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2007-08-30Make the perfect hash generator an includable moduleH. Peter Anvin1-252/+1
2007-08-29Perfect hash generator, as a perl scriptH. Peter Anvin1-0/+303
Requires the CPAN Graph module.