diff options
Diffstat (limited to 'lexlua/json.lua')
-rw-r--r-- | lexlua/json.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/json.lua b/lexlua/json.lua index d2b5cf35b..f0c3e0837 100644 --- a/lexlua/json.lua +++ b/lexlua/json.lua @@ -1,4 +1,4 @@ --- Copyright 2006-2018 Brian "Sir Alaran" Schott. See License.txt. +-- Copyright 2006-2019 Brian "Sir Alaran" Schott. See License.txt. -- JSON LPeg lexer. -- Based off of lexer code by Mitchell. |