diff options
author | 2022-01-31 12:50:04 -0500 | |
---|---|---|
committer | 2022-01-31 12:50:04 -0500 | |
commit | e22866529c87f36755cf8cf42e467f46ed43aafd (patch) | |
tree | ce11151dee30817ec2a4354c096b225f84fbb49b /modules/lua | |
parent | 8b8af7934179b559a81f41364666e9546ce2e36b (diff) | |
download | textadept-e22866529c87f36755cf8cf42e467f46ed43aafd.tar.gz textadept-e22866529c87f36755cf8cf42e467f46ed43aafd.zip |
Updated copyright year.
Diffstat (limited to 'modules/lua')
-rw-r--r-- | modules/lua/init.lua | 2 | ||||
-rw-r--r-- | modules/lua/tadoc.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 00508de3..02644e44 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. local M = {} diff --git a/modules/lua/tadoc.lua b/modules/lua/tadoc.lua index 8404364f..e8a95839 100644 --- a/modules/lua/tadoc.lua +++ b/modules/lua/tadoc.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2021 Mitchell. See LICENSE. +-- Copyright 2007-2022 Mitchell. See LICENSE. -- Textadept autocompletions and API documentation doclet for LuaDoc. -- This module is used by LuaDoc to create Lua autocompletion and API documentation files that |