Skip to content

Commit

Permalink
Bump copyright. Slight travis change
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeaz committed Dec 22, 2018
1 parent 6115845 commit 6be29b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ python:
- "3.4"
- "3.5"
- "3.6"
install:
- "pip install . "
- "3.7"
install: true
script: "cd test && python testlex.py && python testyacc.py"
4 changes: 3 additions & 1 deletion ply/lex.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# -----------------------------------------------------------------------------
# ply: lex.py
#
# Copyright (C) 2001-2018
# Copyright (C) 2001-2019
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#
# Latest version: https://github.com/dabeaz/ply# Latest version: https://github.com/dabeaz/ply
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
Expand Down
4 changes: 3 additions & 1 deletion ply/yacc.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# -----------------------------------------------------------------------------
# ply: yacc.py
#
# Copyright (C) 2001-2018
# Copyright (C) 2001-2019
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#
# Latest version: https://github.com/dabeaz/ply
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
Expand Down

0 comments on commit 6be29b5

Please sign in to comment.