summaryrefslogtreecommitdiff
path: root/pycparser/plyparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycparser/plyparser.py')
-rw-r--r--pycparser/plyparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pycparser/plyparser.py b/pycparser/plyparser.py
index 210a5f8..7b86f56 100644
--- a/pycparser/plyparser.py
+++ b/pycparser/plyparser.py
@@ -4,7 +4,7 @@
# PLYParser class and other utilites for simplifying programming
# parsers with PLY
#
-# Copyright (C) 2008-2012, Eli Bendersky
+# Copyright (C) 2008-2015, Eli Bendersky
# License: BSD
#-----------------------------------------------------------------