diff options
author | mitchell <unknown> | 2019-02-16 23:02:23 -0500 |
---|---|---|
committer | mitchell <unknown> | 2019-02-16 23:02:23 -0500 |
commit | 468e18f0fab0cd0bc2e2a9944c02317e9ea828af (patch) | |
tree | 877539ec59acf201c28399eacd1c51b3e5f7e91d /lexlua/snobol4.lua | |
parent | f23d01355cb2c49f4e0a29a762176666630f88ed (diff) | |
download | scintilla-mirror-468e18f0fab0cd0bc2e2a9944c02317e9ea828af.tar.gz |
Updated copyright year.
Diffstat (limited to 'lexlua/snobol4.lua')
-rw-r--r-- | lexlua/snobol4.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/snobol4.lua b/lexlua/snobol4.lua index 9c8682bc2..0437140cb 100644 --- a/lexlua/snobol4.lua +++ b/lexlua/snobol4.lua @@ -1,4 +1,4 @@ --- Copyright 2013-2018 Michael T. Richter. See License.txt. +-- Copyright 2013-2019 Michael T. Richter. See License.txt. -- SNOBOL4 lexer. -- This lexer works with classic SNOBOL4 as well as the CSNOBOL4 extensions. |