diff options
Diffstat (limited to 'lexlua/faust.lua')
-rw-r--r-- | lexlua/faust.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/faust.lua b/lexlua/faust.lua index 2865a633c..6e84e78c5 100644 --- a/lexlua/faust.lua +++ b/lexlua/faust.lua @@ -1,4 +1,4 @@ --- Copyright 2015-2018 David B. Lamkins <david@lamkins.net>. See License.txt. +-- Copyright 2015-2019 David B. Lamkins <david@lamkins.net>. See License.txt. -- Faust LPeg lexer, see http://faust.grame.fr/ local lexer = require('lexer') |