diff options
author | Florian Fischer <florian.fl.fischer@fau.de> | 2017-04-26 13:29:00 +0200 |
---|---|---|
committer | Florian Fischer <florian.fl.fischer@fau.de> | 2017-04-26 13:29:00 +0200 |
commit | c3d3cedd08cb28f079dad1aee3d546a6f3ce26d0 (patch) | |
tree | b2b53759c7d78cdf1dc12c44bd5ec6a05a28a2f0 /spellcheck.lua | |
parent | d97aa689f022515a6ae2109931be16e8159faa59 (diff) | |
download | vis-spellcheck-c3d3cedd08cb28f079dad1aee3d546a6f3ce26d0.tar.gz |
Add MIT License
Diffstat (limited to 'spellcheck.lua')
-rw-r--r-- | spellcheck.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spellcheck.lua b/spellcheck.lua index 487a673..5e90311 100644 --- a/spellcheck.lua +++ b/spellcheck.lua @@ -1,3 +1,6 @@ +-- Copyright (c) 2017 Florian Fischer. All rights reserved. +-- Use of this source code is governed by a MIT license found in the LICENSE file. + local module = {} module.lang = os.getenv("LANG"):sub(0,5) or "en_US" -- TODO use more spellcheckers (aspell/hunspell) |