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