diff options
Diffstat (limited to 'src/examples/btpyparse.py')
-rw-r--r-- | src/examples/btpyparse.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/examples/btpyparse.py b/src/examples/btpyparse.py index f3c11ae..6720c19 100644 --- a/src/examples/btpyparse.py +++ b/src/examples/btpyparse.py @@ -5,7 +5,8 @@ A standalone parser using pyparsing. pyparsing has a simple and expressive syntax so the grammar is easy to read and
write.
-Matthew Brett 2010
+Submitted by Matthew Brett, 2010
+
Simplified BSD license
"""
|