diff options
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 978884bb..02f9f7a6 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/lua/tadoc.lua b/modules/lua/tadoc.lua index ff72b09d..74028226 100644 --- a/modules/lua/tadoc.lua +++ b/modules/lua/tadoc.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. -- Textadept autocompletions and API documentation doclet for LuaDoc. -- This module is used by LuaDoc to create Lua autocompletion and API |