Skip to content

Commit

Permalink
Minor cleanup of support files
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeaz committed Feb 15, 2018
1 parent 28575bd commit 0f398b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
April 13, 2017
February 15, 2018

Announcing : PLY-3.11 (Python Lex-Yacc)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/dabeaz/ply.svg?branch=master)](https://travis-ci.org/dabeaz/ply)

Copyright (C) 2001-2017
Copyright (C) 2001-2018
David M. Beazley (Dabeaz LLC)
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion ply/lex.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# ply: lex.py
#
# Copyright (C) 2001-2017
# Copyright (C) 2001-2018
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion ply/yacc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# ply: yacc.py
#
# Copyright (C) 2001-2017
# Copyright (C) 2001-2018
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#
Expand Down

0 comments on commit 0f398b7

Please sign in to comment.