diff -r 000000000000 -r 6474c204b198 other-licenses/ply/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/other-licenses/ply/README Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,9 @@ +David Beazley's PLY (Python Lex-Yacc) +http://www.dabeaz.com/ply/ + +Licensed under BSD. + +This directory contains just the code and license from PLY version 3.3; +the full distribution (see the URL) also contains examples, tests, +documentation, and a longer README. +