summaryrefslogtreecommitdiff
path: root/src/examples/greetingInGreek.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/greetingInGreek.py')
-rw-r--r--src/examples/greetingInGreek.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/examples/greetingInGreek.py b/src/examples/greetingInGreek.py
index 07a8f0a..c4d002f 100644
--- a/src/examples/greetingInGreek.py
+++ b/src/examples/greetingInGreek.py
@@ -4,6 +4,8 @@
#
# Demonstration of the parsing module, on the prototypical "Hello, World!" example
#
+# Copyright 2004-2016, by Paul McGuire
+#
from pyparsing import Word
# define grammar