diff options
Diffstat (limited to 'lexlua/rebol.lua')
-rw-r--r-- | lexlua/rebol.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/rebol.lua b/lexlua/rebol.lua index a6fc68e93..81f480992 100644 --- a/lexlua/rebol.lua +++ b/lexlua/rebol.lua @@ -1,4 +1,4 @@ --- Copyright 2006-2018 Mitchell mitchell.att.foicica.com. See License.txt. +-- Copyright 2006-2019 Mitchell mitchell.att.foicica.com. See License.txt. -- Rebol LPeg lexer. local lexer = require('lexer') |