summaryrefslogtreecommitdiff
path: root/src/examples/btpyparse.py
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@austin.rr.com>2016-08-09 21:24:40 +0000
committerPaul McGuire <ptmcg@austin.rr.com>2016-08-09 21:24:40 +0000
commit9c57a4241aa9d531de00f25ec3fe1723fe7268cc (patch)
tree4f435c112b7cf434e7ec114aa196a5b45907e014 /src/examples/btpyparse.py
parent5b3a2bff031f821ab2b69d157f1b24408b201a1b (diff)
downloadpyparsing-git-9c57a4241aa9d531de00f25ec3fe1723fe7268cc.tar.gz
Add missing authorship attributions and copyrights to examples
Diffstat (limited to 'src/examples/btpyparse.py')
-rw-r--r--src/examples/btpyparse.py3
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
"""