summaryrefslogtreecommitdiff
path: root/src/examples/apicheck.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/apicheck.py
parent5b3a2bff031f821ab2b69d157f1b24408b201a1b (diff)
downloadpyparsing-git-9c57a4241aa9d531de00f25ec3fe1723fe7268cc.tar.gz
Add missing authorship attributions and copyrights to examples
Diffstat (limited to 'src/examples/apicheck.py')
-rw-r--r--src/examples/apicheck.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/examples/apicheck.py b/src/examples/apicheck.py
index 4315ac9..7bca41a 100644
--- a/src/examples/apicheck.py
+++ b/src/examples/apicheck.py
@@ -2,6 +2,9 @@
# A simple source code scanner for finding patterns of the form
# [ procname1 $arg1 $arg2 ]
# and verifying the number of arguments
+#
+# Copyright (c) 2004-2016, Paul McGuire
+#
from pyparsing import *