summaryrefslogtreecommitdiff
path: root/ply
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2018-02-15 12:42:52 -0600
committerDavid Beazley <dave@dabeaz.com>2018-02-15 12:42:52 -0600
commit0f398b72618c1564d71f7dc0558e6722b241875a (patch)
treed468f76657d59a5e9028fdd0e56d196fe2b66f60 /ply
parent28575bd825180b828e92c964aa924a4252aa4c19 (diff)
downloadply-3.11.tar.gz
Minor cleanup of support files3.11
Diffstat (limited to 'ply')
-rw-r--r--ply/lex.py2
-rw-r--r--ply/yacc.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ply/lex.py b/ply/lex.py
index a200f93..f95bcdb 100644
--- a/ply/lex.py
+++ b/ply/lex.py
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# ply: lex.py
#
-# Copyright (C) 2001-2017
+# Copyright (C) 2001-2018
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#
diff --git a/ply/yacc.py b/ply/yacc.py
index d9692a9..88188a1 100644
--- a/ply/yacc.py
+++ b/ply/yacc.py
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# ply: yacc.py
#
-# Copyright (C) 2001-2017
+# Copyright (C) 2001-2018
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#