diff options
Diffstat (limited to 'lexlua/protobuf.lua')
-rw-r--r-- | lexlua/protobuf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/protobuf.lua b/lexlua/protobuf.lua index 5891955ea..8a6a249a8 100644 --- a/lexlua/protobuf.lua +++ b/lexlua/protobuf.lua @@ -1,4 +1,4 @@ --- Copyright 2016-2018 David B. Lamkins <david@lamkins.net>. See License.txt. +-- Copyright 2016-2019 David B. Lamkins <david@lamkins.net>. See License.txt. -- Protocol Buffer IDL LPeg lexer. -- <https://developers.google.com/protocol-buffers/> |